@shakerquiz/translations 0.0.30 → 0.0.31

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.30",
4
+ "version": "0.0.31",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -0,0 +1,4 @@
1
+ {
2
+ "email": "",
3
+ "password": ""
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "email": "Только для чтения",
3
+ "password": "Только для чтения"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "email": "Логин",
3
+ "password": "Пароль"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "email": "Нет значения",
3
+ "password": "Нет значения"
4
+ }
@@ -95,6 +95,14 @@
95
95
  "title": "Не удалось изменить канал связи регистрации",
96
96
  "description": ""
97
97
  },
98
+ "PATCH/registration/lineup": {
99
+ "title": "Не удалось изменить состав регистрации",
100
+ "description": ""
101
+ },
102
+ "PATCH/registration/status": {
103
+ "title": "Не удалось изменить статус регистрации",
104
+ "description": ""
105
+ },
98
106
  "PATCH/registrations/status": {
99
107
  "title": "Не удалось обновить статусы",
100
108
  "description": "Часть статусов могла быть обновлена до возникновения ошибки"