nextcloud/apps/files_trashbin/l10n/uk.js

27 lines
4.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Вилучені файли",
"restored" : "відновлено",
"This application enables users to restore files that were deleted from the system." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі.",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Цей застосунок дозволяє користувачам відновлювати файли, які було вилучено у системі. Він показує список вилучених у вебінтерфейсі файлів, дозволяє відновлювати вилучені файліи у теки користувача, звідки файл було вилучено, або остаточно вилучати файли з системи. Відновлення файлу також відновлює віповідні версії файлу, якщо підтримку версій увімкнено у системі. Якщо файл було вилучено зі спільного ресурсу, то його також можна відновити, при цьому його буде відновлено уже як не спільний ресурс. Типово вилучені файли зберігаються у кошику протягом 30 днів.\nДля запобігання понадмірного використання дискового простору вилучені файли не можуть займати понад 50% поточного доступного простору за квотою для вилучених файлів. Якщо розмір вилучених файлів перевищує зазначене обмеження, застосунок вилучатиме без можливості відновлення найстаріші файли аж до досягнення обмеження. Додаткову інформацію можна знайти у документації до застосунку.",
"Restore" : "Відновити",
"Delete permanently" : "Вилучити остаточно",
"Error while restoring file from trashbin" : "Помилка під час відновлення файлу з кошика",
"Error while removing file from trashbin" : "Помилка під час вилучення файлу з кошика",
"Error while restoring files from trashbin" : "Помилка під час відновлення файлів з кошика",
"Error while emptying trashbin" : "Помилка під час спорожнення кошика",
"Error while removing files from trashbin" : "Помилка під час вилучення файлів з кошика",
"This operation is forbidden" : "Цю дію заборонено",
"This directory is unavailable, please check the logs or contact the administrator" : "Тека недоступна, будь ласка, перевірте журнал помилок або зверніться до адміністратора ",
"No deleted files" : "Відсутні вилучені файли",
"You will be able to recover deleted files from here" : "Тут ви можете відновити файли, які було вилучено",
"No entries found in this folder" : "Не знайдено записів у цій теці",
"Select all" : "Вибрати всі",
"Name" : "Ім'я",
"Actions" : "Дії",
"Deleted" : "Вилучено",
"Delete" : "Вилучити"
},
"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);");