nextcloud/apps/files_trashbin/l10n/uk.js

22 lines
1.5 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Видалені файли",
"Restore" : "Відновити",
2015-11-24 09:56:32 +03:00
"Delete" : "Видалити",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "Видалити назавжди",
2015-11-24 09:56:32 +03:00
"This operation is forbidden" : "Ця операція заборонена",
2016-02-25 09:58:06 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Директорія недоступна, будь ласка, перевірте файл журналу або зверніться до адміністратора ",
"restored" : "відновлено",
2015-01-15 09:54:41 +03:00
"No deleted files" : "Немає видалених файлів",
"You will be able to recover deleted files from here" : "Ви зможете відновлювати видалені файли звідси",
"No entries found in this folder" : "Записів не знайдено в цій папці",
"Select all" : "Вибрати всі",
"Name" : "Ім'я",
2018-09-29 03:12:16 +03:00
"Deleted" : "Видалено",
"Couldn't delete %s permanently" : "Неможливо видалити %s назавжди",
"Couldn't restore %s" : "Неможливо відновити %s",
"Error" : "Помилка"
},
2018-05-18 03:13:45 +03:00
"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);");