@shakerquiz/translations 0.0.52 → 0.0.53
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/form/description/interactive/game-theme.json +3 -0
- package/source/translations/ru/form/description/interactive/game-venue.json +3 -0
- package/source/translations/ru/form/description/readonly/game-theme.json +3 -0
- package/source/translations/ru/form/description/readonly/game-venue.json +3 -0
- package/source/translations/ru/form/label/game-theme.json +3 -0
- package/source/translations/ru/form/label/game-venue.json +3 -0
- package/source/translations/ru/form/placeholder/game-theme.json +3 -0
- package/source/translations/ru/form/placeholder/game-venue.json +3 -0
- package/source/translations/ru/toast/request/fulfilment.json +8 -0
- package/source/translations/ru/toast/request/rejection.json +8 -0
package/package.json
CHANGED
|
@@ -79,6 +79,14 @@
|
|
|
79
79
|
"title": "Регистрация игры обновлена!",
|
|
80
80
|
"description": ""
|
|
81
81
|
},
|
|
82
|
+
"PATCH/game/venue": {
|
|
83
|
+
"title": "Место игры изменено!",
|
|
84
|
+
"description": ""
|
|
85
|
+
},
|
|
86
|
+
"PATCH/game/theme": {
|
|
87
|
+
"title": "Тема игры изменена!",
|
|
88
|
+
"description": ""
|
|
89
|
+
},
|
|
82
90
|
"PATCH/games": {
|
|
83
91
|
"title": "Игры обновлены!",
|
|
84
92
|
"description": ""
|
|
@@ -87,6 +87,14 @@
|
|
|
87
87
|
"title": "Не удалось обновить регистрацию игры",
|
|
88
88
|
"description": ""
|
|
89
89
|
},
|
|
90
|
+
"PATCH/game/venue": {
|
|
91
|
+
"title": "Не удалось изменить место игры",
|
|
92
|
+
"description": ""
|
|
93
|
+
},
|
|
94
|
+
"PATCH/game/theme": {
|
|
95
|
+
"title": "Не удалось изменить тему игры",
|
|
96
|
+
"description": ""
|
|
97
|
+
},
|
|
90
98
|
"PATCH/games": {
|
|
91
99
|
"title": "Не удалось обновить игры",
|
|
92
100
|
"description": ""
|