diff --git a/l10n/uk.js b/l10n/uk.js index 1ac7c9856..c2257184a 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -185,6 +185,7 @@ OC.L10N.register( "An error occurred" : "Виникла помилка", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включаючи архівні картки.", "Delete the board?" : "Вилучити дошку?", + "Due on {date}" : "До {date}", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}", diff --git a/l10n/uk.json b/l10n/uk.json index b654f5d22..9477a3a78 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -183,6 +183,7 @@ "An error occurred" : "Виникла помилка", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ви впевнені, що хочете вилучити дошку {title}? Це призведе до видалення всіх даних цієї дошки, включаючи архівні картки.", "Delete the board?" : "Вилучити дошку?", + "Due on {date}" : "До {date}", "Link to a board" : "Прив'язати до дошки", "Link to a card" : "Прив'язати до картки", "Message from {author} in {conversationName}" : "Повідомлення від {author} у {conversationName}",