nextcloud/apps/systemtags/l10n/ru.js

59 lines
5.1 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(
"systemtags",
{
"Tags" : "Метки",
"Update" : "Обновить",
"Create" : "Создать",
"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 (невидимая)",
"<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены",
"Collaborative tags" : "Метки совместной работы",
"Create and edit collaborative tags. These tags affect all users." : "Создание и изменение меток совместной работы. Действие таких меток распространяется на всех пользователей.",
"Select tag …" : "Выберите метку…",
"Name" : "Имя",
"Delete" : "Удалить",
"Public" : "Общая",
"Restricted" : "Ограниченная",
"Invisible" : "Невидимая",
"Reset" : "Сбросить",
"No files in here" : "Здесь нет файлов",
"No entries found in this folder" : "В этой папке не найдено ни одной записи",
"Size" : "Размер",
"Modified" : "Изменён"
},
"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);");