diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 965b266aaa9..7670077a801 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -171,7 +171,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Перетягніть файли сюди для завантаження", "Your have used your space quota and cannot upload files anymore" : "Ви вже використали квоту на місце та не можете завантажувати файли", "You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут", - "Upload successful" : "Успішно завантажено", "\"{displayName}\" action executed successfully" : "Дію \"{displayName}\" успішно виконано", "\"{displayName}\" action failed" : "Дію \"{displayName}\" не вдалося виконати", "Toggle selection for file \"{displayName}\"" : "Перемкнути вибір для файлу \"{displayName}\"", @@ -190,8 +189,6 @@ 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" : "Загалом рядків", "Toggle selection for all files and folders" : "Перемкнути вибір для всіх файлів та каталогів", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах", @@ -258,6 +255,7 @@ OC.L10N.register( "Unable to create new file from template" : "Неможливо створити новий файл з шаблону", "Delete permanently" : "Вилучити назавжди", "Delete and unshare" : "Вилучити та прибрати спільний доступ", + "Cancel" : "Скасувати", "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" : "Неможливо перемістити файл чи каталог до самого себе або у цей саме підкаталог", @@ -274,6 +272,8 @@ OC.L10N.register( "Open folder {displayName}" : "Відкрити каталог {displayName}", "Open in Files" : "Відкрити у Файлах", "Open details" : "Показати деталі", + "Could not copy {file}. {message}" : "Не вдалося скопіювати файл {file}. {message}", + "Could not move {file}. {message}" : "Не вдалося перемістити файл {file}. {message}", "Create new templates folder" : "Створіть новий каталог для шаблонів", "Templates" : "Шаблони", "Unable to initialize the templates directory" : "Неможливо встановити каталог з шаблонами", @@ -302,7 +302,6 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Одночасно можна додати зірочку лише для одного файлу чи каталогу", "Search users" : "Пошук користувачів", "You might not have have permissions to view it, ask the sender to share it" : "Ймовірно у вас відсутні права на перегляд. Попросіть відправника поділитися доступом.", - "Cancel" : "Скасувати", "Set up templates folder" : "Встановити каталог з шаблонами", "Toggle %1$s sublist" : "Перемкнути вкладений список %1$s", "Toggle grid view" : "Перемкнути подання сіткою", |