nextcloud/apps/files_trashbin/l10n/ru.json

19 lines
1.4 KiB
JSON
Raw Normal View History

{ "translations": {
2016-06-03 09:19:30 +03:00
"Couldn't delete %s permanently" : "Не удалось окончательно удалить %s",
"Couldn't restore %s" : "%s не может быть восстановлен",
"Deleted files" : "Удалённые файлы",
"Restore" : "Восстановить",
2015-11-23 09:54:53 +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" : "Операция запрещена",
"This directory is unavailable, please check the logs or contact the administrator" : "Директория недоступна, пожалуйста проверьте журнал сообщений или свяжитесь с администратором",
"restored" : "восстановлен",
2014-12-23 09:55:23 +03:00
"No deleted files" : "Нет удалённых файлов",
2015-01-09 09:55:22 +03:00
"You will be able to recover deleted files from here" : "Здесь вы сможете восстановить удалённые файлы",
2015-01-31 09:54:39 +03:00
"No entries found in this folder" : "Нет элементов в этом каталоге",
2015-01-09 09:55:22 +03:00
"Select all" : "Выделить все",
"Name" : "Имя",
2015-11-23 09:54:53 +03:00
"Deleted" : "Удалён"
2015-05-07 08:56:44 +03:00
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}