diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 7a186956f0b..e85e7be611f 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -200,13 +200,10 @@ OC.L10N.register( "Unselect all" : "Зняти вибір", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не показується в окремих елементах", "\"{displayName}\" batch action executed successfully" : "Операцію \"{displayName}\" успішно виконано", - "{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}", "List of files and folders." : "Список файлів та каталогів", "Column headers with buttons are sortable." : "Назви стовпців з кнопками можна впорядковувати", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Список не подається повністю з міркувань обчислювальних потужностей. Файли показуватимуться під час прокручування списку.", "File not found" : "Файл не знайдено", - "_{count} file_::_{count} files_" : ["{count} файл","{count} файли","{count} файлів","{count} файлів"], - "_{count} folder_::_{count} folders_" : ["{count} каталог","{count} каталоги","{count} каталогів","{count} каталогів"], "Storage informations" : "Інформація про сховище", "{usedQuotaByte} used" : "{usedQuotaByte} використано", "{relative}% used" : "{relative}% використано", @@ -323,6 +320,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Через обмеження, пов'язані з потужністю, список не показується повністю. Файли показуватимуться, щойно ви рухатиметеся списком.", "Search for an account" : "Пошук облікового запису", "Choose" : "Вибрати", - "No files or folders have been deleted yet" : "Поки жодного каталогу чи файлу не було вилучено" + "No files or folders have been deleted yet" : "Поки жодного каталогу чи файлу не було вилучено", + "{summaryFile} and {summaryFolder}" : "{summaryFile} та {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} файл","{count} файли","{count} файлів","{count} файлів"], + "_{count} folder_::_{count} folders_" : ["{count} каталог","{count} каталоги","{count} каталогів","{count} каталогів"] }, "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);"); |