diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 847f91ee5fc..64423fbfb32 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Не вдалося перейментувати \"{oldName}\", оскільки він вже відсутній", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{newName}\" вже використовується у каталозі \"{dir}\". Виберіть інше ім'я.", "Could not rename \"{oldName}\"" : "Не вдалося перейменувати \"{oldName}\"", + "Could not copy {file}. {message}" : "Не вдалося скопіювати файл {file}. {message}", + "Could not move {file}. {message}" : "Не вдалося перемістити файл {file}. {message}", "Total rows summary" : "Загалом рядків", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах", "\"{displayName}\" batch action executed successfully" : "Пакетну дію \"{displayName}\" виконано успішно", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Порожньо", "Unable to create new file from template" : "Неможливо створити новий файл з шаблону", "Delete permanently" : "Вилучити назавжди", + "Destination is not a folder" : "Місце призначення не є каталогом", + "This file/folder is already in that directory" : "Такий файл чи каталог вже присутні в цьому каталозі", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Неможливо перемістити файл чи каталог до самого себе або у цей саме підкаталог", + "A file or folder with that name already exists in this folder" : "Файл чи каталог з таким ім'ям вже присутній в цьому каталозі", + "The files is locked" : "Файл заблоковано", + "The file does not exist anymore" : "Цей файл більше недоступний", + "Chose destination" : "Виберіть місце призначення", "Copy to {target}" : "Копіювати до {target}", "Move to {target}" : "Перемістити до {target}", + "Cancelled move or copy operation" : "Скасовно операцію переміщення або копіювання", "Open folder {displayName}" : "Відкрити каталог {displayName}", "Open in Files" : "Відкрити у Файлах", "Open details" : "Показати деталі", @@ -259,6 +269,11 @@ OC.L10N.register( "Templates" : "Шаблони", "Create new templates folder" : "Створіть нову папку шаблонів", "Unable to initialize the templates directory" : "Неможливо встановити каталог з шаблонами", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} каталог","{folderCount} каталоги","{folderCount} каталогів","{folderCount} каталогів"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файли","{fileCount} файлів","{fileCount} файлів"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 файл так {folderCount} каталог","1 файл так {folderCount} каталоги","1 файл так {folderCount} каталогів","1 файл так {folderCount} каталогів"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл та 1 каталог","{fileCount} файли та 1 каталог","{fileCount} файлів та 1 каталог","{fileCount} файлів та 1 каталог"], + "{fileCount} files and {folderCount} folders" : "{fileCount} файлів та {folderCount} каталогів", "List of favorites files and folders." : "Список вподобаних файлів та каталогів.", "No favorites yet" : "Поки немає вподобаного", "Files and folders you mark as favorite will show up here" : "Файли та каталоги, які ви вподобали, з’являться тут", |