Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ru.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8500398091aff7d56025d4986541efa2538790c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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" : "Метки совместной работы",
    "Collaborative tagging functionality which shares tags among users." : "Совместная функция тегов, которая разделяет теги среди пользователей.",
    "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Совместная функция тегов, которая разделяет теги среди пользователей. Отлично подходит для команд.\n(Если вы являетесь поставщиком с многоуровневой установкой, рекомендуется отключить это приложение по мере совместного использования тегов).",
    "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);");