nextcloud/apps/systemtags/l10n/ru.js

59 lines
4.8 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" : "Создать",
"Select tag…" : "Выбрать метку...",
2016-05-10 10:30:51 +03:00
"Tagged files" : "Файлы с метками",
"Select tags to filter by" : "Выберите метки для фильтра",
2016-12-20 15:02:31 +03:00
"No tags found" : "Метки не найдены",
2016-05-10 10:30:51 +03:00
"Please select tags to filter by" : "Выберите метки для фильтра",
2016-05-26 08:56:23 +03:00
"No files found for the selected tags" : "Для выбранных меток файлов не найдено",
2016-12-20 15:02:31 +03:00
"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}",
2016-02-25 09:58:06 +03:00
"%1$s created system tag %2$s" : "%1$s создал системную метку %2$s",
2016-12-20 15:02:31 +03:00
"{actor} created system tag {systemtag}" : "{actor} создал системную метку {systemtag}",
"You deleted system tag %1$s" : "Вы удалили системную метку %1$s",
"You deleted system tag {systemtag}" : "Вы удалили системную метку {systemtag}",
2016-02-25 09:58:06 +03:00
"%1$s deleted system tag %2$s" : "%1$s удалил системную метку %2$s",
2016-12-20 15:02:31 +03:00
"{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}",
2016-02-25 09:58:06 +03:00
"%1$s updated system tag %3$s to %2$s" : "%1$s обновил системную метку %3$s для %2$s",
2016-12-20 15:02:31 +03:00
"{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}",
2016-05-26 08:56:23 +03:00
"%s (restricted)" : "%s (ограничено)",
2016-02-25 09:58:06 +03:00
"%s (invisible)" : "%s (невидимые)",
2016-12-20 15:02:31 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены",
2016-08-01 03:10:15 +03:00
"Collaborative tags" : "Совместные метки",
2017-05-05 03:07:28 +03:00
"Create and edit collaborative tags. These tags affect all users." : "Создание и изменение меток совместной работы. Эти метки влияют на всех пользователей.",
"Select tag …" : "Выберите метку…",
2016-07-29 03:09:49 +03:00
"Name" : "Имя",
2016-08-01 03:10:15 +03:00
"Delete" : "Удалить",
"Public" : "Открытый",
"Restricted" : "Ограниченный",
"Invisible" : "Невидимый",
"Reset" : "Сбросить",
2016-02-17 09:56:11 +03:00
"No files in here" : "Здесь нет файлов",
"No entries found in this folder" : "Нет элементов в этом каталоге",
"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);");