nextcloud/apps/files_trashbin/l10n/uk.js

22 lines
1.3 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Неможливо видалити %s назавжди",
"Couldn't restore %s" : "Неможливо відновити %s",
"Deleted files" : "Видалені файли",
"Restore" : "Відновити",
2015-11-24 09:56:32 +03:00
"Delete" : "Видалити",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "Видалити назавжди",
"Error" : "Помилка",
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" : "Ім'я",
2015-11-24 09:56:32 +03:00
"Deleted" : "Видалено"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");