diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 81b451a44a6..ee8761bf24a 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Подання сіткою", "Home" : "Домівка", "Close" : "Закрити", - "Favorites" : "Із зірочкою", "Could not create folder \"{dir}\"" : "Неможливо створити каталог \"{dir}\"", "This will stop your current uploads." : "Ця дія призведе до зупинки поточних завантажень на сервер.", "Upload cancelled." : "Завантаження скасовано.", @@ -42,8 +41,8 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "Не вдалося завантажити дані про файл \"{file}\"", "Files" : "Файли", "Details" : "Деталі", - "Please select tag(s) to add to the selection" : "Виберіть позначки, які ви додасте до вибраного", - "Apply tag(s) to selection" : "Застосувати позначки до вибраного", + "Please select tag(s) to add to the selection" : "Виберіть мітки, які ви додасте до вибраного", + "Apply tag(s) to selection" : "Додатки мітки до вибраного", "Select directory \"{dirName}\"" : "Виберіть каталог \"{dirName}\"", "Select file \"{fileName}\"" : "Вибрати файл \"{fileName}\"", "Pending" : "Очікування", @@ -104,13 +103,12 @@ OC.L10N.register( "Favorited" : "Із зірочкою", "Favorite" : "Додати зірочку", "Copy direct link (only works for users who have access to this file/folder)" : "Копіювати пряме посилання (користувачі мають мати доступ до цього файлу чи каталогу)", - "You can only favorite a single file or folder at a time" : "Одночасно можна вподобати лише один файл або каталог", "New folder" : "Новий каталог", "Create new folder" : "Створити новий каталог", "Upload file" : "Завантажити файл", "Recent" : "Останні", - "This file has the tag {tag}" : "Цей файл має тег {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Цей файл має теги {firstTags} та {lastTag}", + "This file has the tag {tag}" : "Цей файл має мітку {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Цей файл має мітку {firstTags} та {lastTag}", "Not favorited" : "Без зірочки", "Remove from favorites" : "Прибрати зірочку", "Add to favorites" : "Додати зірочку", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "Вилучено зірочку", "You added {file} to your favorites" : "Ви додали зірочку для {file}", "You removed {file} from your favorites" : "Ви прибрали зірочку для {file}", + "Favorites" : "Із зірочкою", "File changes" : "Зміни у файлах", "Created by {user}" : "Створено користувачем {user}", "Changed by {user}" : "Змінено користувачем {user}", @@ -130,7 +129,7 @@ OC.L10N.register( "You created {file}" : "Ви створили {file}", "You created an encrypted file in {file}" : "Ви створили зашифрований файл у {file}", "{user} created {file}" : "{user} створив(-ла) файл {file}", - "{user} created an encrypted file in {file}" : "{user} створив зашифрований файл у {file}", + "{user} created an encrypted file in {file}" : "{user} створив(-ла) зашифрований файл у {file}", "{file} was created in a public folder" : "Файл {file} створено у публічному каталозі", "You changed {file}" : "Ви змінили файл {file}", "You changed an encrypted file in {file}" : "Ви змінили зашифрований файл у {file}", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "Перевантажити поточний каталог", "Go to the \"{dir}\" directory" : "Перейти до каталогу \"{dir}\"", "Select the row for {displayName}" : "Виберіть рядок для {displayName}", - "Open folder {name}" : "Відкрити каталог {name}", + "File name" : "Ім'я файлу", "Download file {name}" : "Завантажити файл {name}", "\"{displayName}\" action executed successfully" : "Дію \"{displayName}\" успішно виконано", "\"{displayName}\" action failed" : "Дію \"{displayName}\" не вдалося виконати", + "Name cannot be empty" : "Ім'я не може бути порожнім", "Total rows summary" : "Загалом рядків", "Select all" : "Вибрати все", "Unselect all" : "Зняти вибір", @@ -250,6 +250,7 @@ OC.L10N.register( "Text file" : "Текстовий файл", "New text file.txt" : "Новий текстовий файл.txt", "Storage invalid" : "Некоректне сховище", + "You can only favorite a single file or folder at a time" : "Одночасно можна вподобати лише один файл або каталог", "Unlimited" : "Необмежено", "Search users" : "Пошук користувачів", "Cancel" : "Скасувати", @@ -257,6 +258,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "Використано %1$s із %2$s", "Deleted files" : "Кошик", + "Open folder {name}" : "Відкрити каталог {name}", "Search for an account" : "Пошук облікового запису" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); |