@shakerquiz/translations 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/source/translations/ru/entities/category.json +4 -0
- package/source/translations/ru/entities/city-affilation.json +4 -0
- package/source/translations/ru/entities/city-chatapp-version.json +4 -0
- package/source/translations/ru/entities/game-status.json +11 -0
- package/source/translations/ru/entities/mode.json +22 -0
- package/source/translations/ru/entities/quantifier.json +34 -0
- package/source/translations/ru/entities/registration-attribute.json +6 -0
- package/source/translations/ru/entities/registration-channel.json +5 -0
- package/source/translations/ru/entities/registration-lineup.json +4 -0
- package/source/translations/ru/entities/registration-status.json +5 -0
- package/source/translations/ru/entities/role.json +8 -0
- package/source/translations/ru/entities/theme-status.json +4 -0
- package/source/translations/ru/entities/venue-audience.json +4 -0
- package/source/translations/ru/entities/venue-status.json +4 -0
- package/source/translations/ru/field.json +5 -1
- package/source/translations/ru/toast/contract/validation/failed.json +13 -1
- package/source/translations/ru/toast/request/fulfilment.json +13 -1
- package/source/translations/ru/toast/request/rejection.json +13 -1
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"REJECTED": "Отклонено",
|
|
3
|
+
"MODERATION": "На проверке",
|
|
4
|
+
"APPROVED": "Одобрено",
|
|
5
|
+
"CLOSED": "Закрыта",
|
|
6
|
+
"FORINVITES": "По приглашению",
|
|
7
|
+
"PUBLISHED": "Опубликовано",
|
|
8
|
+
"IS_RESERVE": "В резерве",
|
|
9
|
+
"FINISHED": "Завершено",
|
|
10
|
+
"ARCHIVE": "В архиве"
|
|
11
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Singular": {
|
|
3
|
+
"Masculine": {
|
|
4
|
+
"Known": "Назначен",
|
|
5
|
+
"Unknown": "Не назначен"
|
|
6
|
+
},
|
|
7
|
+
"Feminine": {
|
|
8
|
+
"Known": "Назначена",
|
|
9
|
+
"Unknown": "Не назначена"
|
|
10
|
+
},
|
|
11
|
+
"Neuter": {
|
|
12
|
+
"Known": "Назначено",
|
|
13
|
+
"Unknown": "Не назначено"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"Plural": {
|
|
17
|
+
"Indeterminate": {
|
|
18
|
+
"Known": "Назначены",
|
|
19
|
+
"Unknown": "Не назначены"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Singular": {
|
|
3
|
+
"Masculine": {
|
|
4
|
+
"Any": "Любой",
|
|
5
|
+
"None": "Нет",
|
|
6
|
+
"Single": "Один",
|
|
7
|
+
"Many": "Много",
|
|
8
|
+
"All": "Все"
|
|
9
|
+
},
|
|
10
|
+
"Feminine": {
|
|
11
|
+
"Any": "Любая",
|
|
12
|
+
"None": "Нет",
|
|
13
|
+
"Single": "Одна",
|
|
14
|
+
"Many": "Много",
|
|
15
|
+
"All": "Все"
|
|
16
|
+
},
|
|
17
|
+
"Neuter": {
|
|
18
|
+
"Any": "Любое",
|
|
19
|
+
"None": "Нет",
|
|
20
|
+
"Single": "Одно",
|
|
21
|
+
"Many": "Много",
|
|
22
|
+
"All": "Все"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"Plural": {
|
|
26
|
+
"Indeterminate": {
|
|
27
|
+
"Any": "Любые",
|
|
28
|
+
"None": "Нет",
|
|
29
|
+
"Single": "Один",
|
|
30
|
+
"Many": "Много",
|
|
31
|
+
"All": "Все"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -267,6 +267,10 @@
|
|
|
267
267
|
"label": "ID телеграм-канала",
|
|
268
268
|
"placeholder": "Нет значения"
|
|
269
269
|
},
|
|
270
|
+
"city/vk_group_token": {
|
|
271
|
+
"label": "Токен сообщества VK",
|
|
272
|
+
"placeholder": "Нет значения"
|
|
273
|
+
},
|
|
270
274
|
"venue/name": {
|
|
271
275
|
"label": "Название",
|
|
272
276
|
"placeholder": "Нет значения"
|
|
@@ -619,4 +623,4 @@
|
|
|
619
623
|
"label": "vkontakte",
|
|
620
624
|
"placeholder": "Нет значения"
|
|
621
625
|
}
|
|
622
|
-
}
|
|
626
|
+
}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"title": "<title>",
|
|
8
8
|
"description": "<description>"
|
|
9
9
|
},
|
|
10
|
+
"POST/city/vk_group_token": {
|
|
11
|
+
"title": "<title>",
|
|
12
|
+
"description": "<description>"
|
|
13
|
+
},
|
|
10
14
|
"POST/game": {
|
|
11
15
|
"title": "<title>",
|
|
12
16
|
"description": "<description>"
|
|
@@ -67,6 +71,10 @@
|
|
|
67
71
|
"title": "<title>",
|
|
68
72
|
"description": "<description>"
|
|
69
73
|
},
|
|
74
|
+
"PATCH/city/vk_group_token": {
|
|
75
|
+
"title": "<title>",
|
|
76
|
+
"description": "<description>"
|
|
77
|
+
},
|
|
70
78
|
"PATCH/game": {
|
|
71
79
|
"title": "<title>",
|
|
72
80
|
"description": "<description>"
|
|
@@ -111,6 +119,10 @@
|
|
|
111
119
|
"title": "<title>",
|
|
112
120
|
"description": "<description>"
|
|
113
121
|
},
|
|
122
|
+
"DELETE/city/vk_group_token": {
|
|
123
|
+
"title": "<title>",
|
|
124
|
+
"description": "<description>"
|
|
125
|
+
},
|
|
114
126
|
"DELETE/user/cities": {
|
|
115
127
|
"title": "<title>",
|
|
116
128
|
"description": "<description>"
|
|
@@ -123,4 +135,4 @@
|
|
|
123
135
|
"title": "<title>",
|
|
124
136
|
"description": "<description>"
|
|
125
137
|
}
|
|
126
|
-
}
|
|
138
|
+
}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"title": "<title>",
|
|
8
8
|
"description": "<description>"
|
|
9
9
|
},
|
|
10
|
+
"POST/city/vk_group_token": {
|
|
11
|
+
"title": "<title>",
|
|
12
|
+
"description": "<description>"
|
|
13
|
+
},
|
|
10
14
|
"POST/game": {
|
|
11
15
|
"title": "<title>",
|
|
12
16
|
"description": "<description>"
|
|
@@ -67,6 +71,10 @@
|
|
|
67
71
|
"title": "<title>",
|
|
68
72
|
"description": "<description>"
|
|
69
73
|
},
|
|
74
|
+
"PATCH/city/vk_group_token": {
|
|
75
|
+
"title": "<title>",
|
|
76
|
+
"description": "<description>"
|
|
77
|
+
},
|
|
70
78
|
"PATCH/game": {
|
|
71
79
|
"title": "<title>",
|
|
72
80
|
"description": "<description>"
|
|
@@ -111,6 +119,10 @@
|
|
|
111
119
|
"title": "<title>",
|
|
112
120
|
"description": "<description>"
|
|
113
121
|
},
|
|
122
|
+
"DELETE/city/vk_group_token": {
|
|
123
|
+
"title": "<title>",
|
|
124
|
+
"description": "<description>"
|
|
125
|
+
},
|
|
114
126
|
"DELETE/user/cities": {
|
|
115
127
|
"title": "<title>",
|
|
116
128
|
"description": "<description>"
|
|
@@ -123,4 +135,4 @@
|
|
|
123
135
|
"title": "<title>",
|
|
124
136
|
"description": "<description>"
|
|
125
137
|
}
|
|
126
|
-
}
|
|
138
|
+
}
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"title": "<title>",
|
|
8
8
|
"description": "<description>"
|
|
9
9
|
},
|
|
10
|
+
"POST/city/vk_group_token": {
|
|
11
|
+
"title": "<title>",
|
|
12
|
+
"description": "<description>"
|
|
13
|
+
},
|
|
10
14
|
"POST/game": {
|
|
11
15
|
"title": "<title>",
|
|
12
16
|
"description": "<description>"
|
|
@@ -67,6 +71,10 @@
|
|
|
67
71
|
"title": "<title>",
|
|
68
72
|
"description": "<description>"
|
|
69
73
|
},
|
|
74
|
+
"PATCH/city/vk_group_token": {
|
|
75
|
+
"title": "<title>",
|
|
76
|
+
"description": "<description>"
|
|
77
|
+
},
|
|
70
78
|
"PATCH/game": {
|
|
71
79
|
"title": "<title>",
|
|
72
80
|
"description": "<description>"
|
|
@@ -111,6 +119,10 @@
|
|
|
111
119
|
"title": "<title>",
|
|
112
120
|
"description": "<description>"
|
|
113
121
|
},
|
|
122
|
+
"DELETE/city/vk_group_token": {
|
|
123
|
+
"title": "<title>",
|
|
124
|
+
"description": "<description>"
|
|
125
|
+
},
|
|
114
126
|
"DELETE/user/cities": {
|
|
115
127
|
"title": "<title>",
|
|
116
128
|
"description": "<description>"
|
|
@@ -123,4 +135,4 @@
|
|
|
123
135
|
"title": "<title>",
|
|
124
136
|
"description": "<description>"
|
|
125
137
|
}
|
|
126
|
-
}
|
|
138
|
+
}
|