nextcloud/apps/systemtags/l10n/ru.js

59 lines
4.8 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" : "Вы добавили системную метку %2$s к %1$s",
"You added system tag {systemtag} to {file}" : "Вы добавили системную метку {systemtag} к {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s добавил системную метку %3$s к %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} добавил системную метку {systemtag} к {file}",
"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);");