nextcloud/apps/systemtags/l10n/ru.js

59 lines
5.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2016-05-10 10:30:51 +03:00
"Tags" : "Метки",
2016-08-01 03:10:15 +03:00
"Update" : "Обновить",
"Create" : "Создать",
2018-01-04 12:48:31 +03:00
"Select tag…" : "Выберите метку...",
"Tagged files" : "Помеченные файлы",
"Select tags to filter by" : "Выберите метки для отбора",
"No tags found" : "Меток не найдено",
"Please select tags to filter by" : "Выберите метки для отбора",
"No files found for the selected tags" : "Не найдено файлов с выбранными метками",
"Added system tag %1$s" : "Создана системная метка «%1$s»",
"Added system tag {systemtag}" : "Создана системная метка «{systemtag}»",
"%1$s added system tag %2$s" : "%1$sсоздал(а) системную метку «%2$s»",
"{actor} added system tag {systemtag}" : "{actor} создал(а) системную метку «{systemtag}»",
"Removed system tag %1$s" : "Удалена системная метка «%1$s»",
"Removed system tag {systemtag}" : "Удалена системная метка «{systemtag}»",
"%1$s removed system tag %2$s" : "%1$s удалил(а) системную метку «%2$s»",
"{actor} removed system tag {systemtag}" : "{actor} удалил(а) системную метку «{systemtag}»",
"You created system tag %1$s" : "Вы создали системную метку «%1$s»",
"You created system tag {systemtag}" : "Вы создали системную метку «{systemtag}»",
"%1$s created system tag %2$s" : "%1$s создал(а) системную метку «%2$s»",
"{actor} created system tag {systemtag}" : "{actor} создал(а) системную метку «{systemtag}»",
"You deleted system tag %1$s" : "Вы удалили системную метку «%1$s»",
"You deleted system tag {systemtag}" : "Вы удалили системную метку «{systemtag}»",
"%1$s deleted system tag %2$s" : "%1$s удалил(а) системную метку «%2$s»",
"{actor} deleted system tag {systemtag}" : "{actor} удалил(а) системную метку «{systemtag}»",
"You updated system tag %2$s to %1$s" : "Вы изменили системную метку «%2$s» на «%1$s»",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Вы изменили системную метку «{oldsystemtag}» на «{newsystemtag}»",
"%1$s updated system tag %3$s to %2$s" : "%1$s изменил(а) системную метку «%3$s» на «%2$s»",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} изменил(а) системную метку «{oldsystemtag}» на «{newsystemtag}»",
"You added system tag %2$s to %1$s" : "Вы пометили «%1$s» системной меткой «%2$s»",
"You added system tag {systemtag} to {file}" : "Вы пометили «{file}» системной меткой «{systemtag}» ",
"%1$s added system tag %3$s to %2$s" : "%1$s пометил(а) «%2$s» системной меткой «%3$s» ",
"{actor} added system tag {systemtag} to {file}" : "{actor} пометил(а) «{file}» системной меткой «{systemtag}»",
"You removed system tag %2$s from %1$s" : "Вы убрали системную метку «%2$s» с «%1$s»",
"You removed system tag {systemtag} from {file}" : "Вы убрали системную метку «{systemtag}» с «{file}»",
"%1$s removed system tag %3$s from %2$s" : "%1$s убрал(а) системную метку «%3$s» с «%2$s»",
"{actor} removed system tag {systemtag} from {file}" : "{actor} убрал(а) системную метку «{systemtag}» с «{file}»",
"%s (restricted)" : "%s (ограниченная)",
"%s (invisible)" : "%s (невидимая)",
2016-12-20 15:02:31 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены",
2018-01-04 12:48:31 +03:00
"Collaborative tags" : "Метки совместной работы",
"Create and edit collaborative tags. These tags affect all users." : "Создание и изменение меток совместной работы. Действие таких меток распространяется на всех пользователей.",
2017-05-05 03:07:28 +03:00
"Select tag …" : "Выберите метку…",
2016-07-29 03:09:49 +03:00
"Name" : "Имя",
2016-08-01 03:10:15 +03:00
"Delete" : "Удалить",
2018-01-04 12:48:31 +03:00
"Public" : "Общая",
"Restricted" : "Ограниченная",
"Invisible" : "Невидимая",
2016-08-01 03:10:15 +03:00
"Reset" : "Сбросить",
2016-02-17 09:56:11 +03:00
"No files in here" : "Здесь нет файлов",
2018-01-04 12:48:31 +03:00
"No entries found in this folder" : "В этой папке не найдено ни одной записи",
2016-02-17 09:56:11 +03:00
"Size" : "Размер",
2017-03-27 03:07:55 +03:00
"Modified" : "Изменён"
2016-02-17 09:56:11 +03:00
},
"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);");