@shakerquiz/translations 0.0.9 → 0.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/translations",
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -176,7 +176,7 @@
176
176
  "placeholder": "Нет значения"
177
177
  },
178
178
  "city/vk_group_id": {
179
- "label": "vk_group_id",
179
+ "label": "ID сообщества в VK",
180
180
  "placeholder": "Нет значения"
181
181
  },
182
182
  "city/chatapp_line": {
@@ -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
+ }