nextcloud/apps/systemtags/l10n/ru.js
2016-11-05 01:07:14 +00:00

45 行
3.1 KiB
JavaScript
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

OC.L10N.register(
"systemtags",
{
"Tags" : "Метки",
"Update" : "Обновить",
"Create" : "Создать",
"Select tag…" : "Выбрать метку...",
"Tagged files" : "Файлы с метками",
"Select tags to filter by" : "Выберите метки для фильтра",
"Please select tags to filter by" : "Выберите метки для фильтра",
"No files found for the selected tags" : "Для выбранных меток файлов не найдено",
"<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены",
"You removed system tag %3$s" : "Вы удалили системную метку %3$s",
"%1$s removed system tag %3$s" : "%1$s удалил системную метку %3$s",
"You created system tag %2$s" : "Вы создали системную метку %2$s",
"%1$s created system tag %2$s" : "%1$s создал системную метку %2$s",
"You deleted system tag %2$s" : "Вы удалили системную метку %2$s",
"%1$s deleted system tag %2$s" : "%1$s удалил системную метку %2$s",
"You updated system tag %3$s to %2$s" : "Вы обновили системную метку %3$s на %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s обновил системную метку %3$s для %2$s",
"%s (restricted)" : "%s (ограничено)",
"%s (invisible)" : "%s (невидимые)",
"Collaborative tags" : "Совместные метки",
"Name" : "Имя",
"Delete" : "Удалить",
"Public" : "Открытый",
"Restricted" : "Ограниченный",
"Invisible" : "Невидимый",
"Reset" : "Сбросить",
"No files in here" : "Здесь нет файлов",
"No entries found in this folder" : "Нет элементов в этом каталоге",
"Size" : "Размер",
"Modified" : "Изменён",
"You assigned system tag %3$s" : "Вы назначили системную метку %3$s",
"%1$s assigned system tag %3$s" : "%1$s назначил системную метку %3$s",
"You unassigned system tag %3$s" : "Вы убрали системную метку %3$s",
"%1$s unassigned system tag %3$s" : "%1$s убрал системную метку %3$s",
"You assigned system tag %3$s to %2$s" : "Вы назначили системную метку %3$s на %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s назначил системную метку %3$s для %2$s",
"You unassigned system tag %3$s from %2$s" : "Вы назначили системную метку %3$s из %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s убрал системную метку %3$s с %2$s",
"%s (not-assignable)" : "%s (not-assignable)"
},
"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);");