Skip to content

Commit 94e7633

Browse files
committed
feat: append all need webhooks
1 parent bd34772 commit 94e7633

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1024
-187
lines changed

apps/client/src/assets/i18n/en.vendor.json

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"User not found": "User not found",
88
"ok": "ok",
99
"lang must have one of the values: {{values}}": "lang must have one of the values: {{values}}",
10-
"Unauthorized": "Unauthorized"
10+
"Unauthorized": "Unauthorized",
11+
"Event that fires after user create": "Event that fires after user create",
12+
"Event that fires after user delete": "Event that fires after user delete",
13+
"Event that fires after user update": "Event that fires after user update"
1114
},
1215
"auth-angular": {
1316
"Sign-in": "Sign-in",
@@ -37,7 +40,8 @@
3740
"Forbidden": "Forbidden",
3841
"ok": "ok",
3942
"Only those who uploaded files can delete them": "Only those who uploaded files can delete them",
40-
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported"
43+
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported",
44+
"Event that fires after a file is deleted": "Event that fires after a file is deleted"
4145
},
4246
"files-angular": {
4347
"files.image-file.change-file": "Change",
@@ -117,14 +121,18 @@
117121
"User not found": "User not found",
118122
"ok": "ok",
119123
"lang must have one of the values: {{values}}": "lang must have one of the values: {{values}}",
120-
"Unauthorized": "Unauthorized"
124+
"Unauthorized": "Unauthorized",
125+
"Event that fires after user create": "Event that fires after user create",
126+
"Event that fires after user delete": "Event that fires after user delete",
127+
"Event that fires after user update": "Event that fires after user update"
121128
},
122129
"files": {
123130
"Files error": "Files error",
124131
"Forbidden": "Forbidden",
125132
"ok": "ok",
126133
"Only those who uploaded files can delete them": "Only those who uploaded files can delete them",
127-
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported"
134+
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported",
135+
"Event that fires after a file is deleted": "Event that fires after a file is deleted"
128136
},
129137
"prisma-tools": {
130138
"Common db error": "Common db error",
@@ -152,7 +160,11 @@
152160
"Notifications error": "Notifications error",
153161
"Tenant ID not set": "Tenant ID not set",
154162
"The letter was not sent because the transport parameters or the letter parameters were empty": "The letter was not sent because the transport parameters or the letter parameters were empty",
155-
"User ID not set": "User ID not set"
163+
"User ID not set": "User ID not set",
164+
"Event that fires after a notification is created": "Event that fires after a notification is created",
165+
"Event that fires after a notification is sent": "Event that fires after a notification is sent",
166+
"Event that fires after a notification is updated": "Event that fires after a notification is updated",
167+
"Event that occurs when there is an error sending a notification": "Event that occurs when there is an error sending a notification"
156168
},
157169
"sso-getText": {
158170
"$constraint1 do not match to $property": "$constraint1 do not match to $property",
@@ -173,7 +185,15 @@
173185
"Wrong old password": "Wrong old password",
174186
"Wrong password": "Wrong password",
175187
"Bad access token": "Bad access token",
176-
"Your session has been blocked": "Your session has been blocked"
188+
"Your session has been blocked": "Your session has been blocked",
189+
"Event that will fire after deletion1": "Event that will fire after deletion1",
190+
"An event that fires after user information is updated.": "An event that fires after user information is updated.",
191+
"An event that is triggered after a new user registers": "An event that is triggered after a new user registers",
192+
"An event that is triggered after a user call forgot password method": "An event that is triggered after a user call forgot password method",
193+
"An event that is triggered after a user calls to confirm a forgotten password change": "An event that is triggered after a user calls to confirm a forgotten password change",
194+
"An event that is triggered after a user login": "An event that is triggered after a user login",
195+
"An event that is triggered after a user logout": "An event that is triggered after a user logout",
196+
"An event that is triggered after complete a new user registers": "An event that is triggered after complete a new user registers"
177197
},
178198
"sso-angular": {
179199
"Users for project #{{projectId}}": "Users for project #{{projectId}}",
@@ -279,7 +299,11 @@
279299
"Notifications error": "Notifications error",
280300
"Tenant ID not set": "Tenant ID not set",
281301
"The letter was not sent because the transport parameters or the letter parameters were empty": "The letter was not sent because the transport parameters or the letter parameters were empty",
282-
"User ID not set": "User ID not set"
302+
"User ID not set": "User ID not set",
303+
"Event that fires after a notification is created": "Event that fires after a notification is created",
304+
"Event that fires after a notification is sent": "Event that fires after a notification is sent",
305+
"Event that fires after a notification is updated": "Event that fires after a notification is updated",
306+
"Event that occurs when there is an error sending a notification": "Event that occurs when there is an error sending a notification"
283307
},
284308
"sso": {
285309
"$constraint1 do not match to $property": "$constraint1 do not match to $property",
@@ -300,7 +324,15 @@
300324
"Wrong old password": "Wrong old password",
301325
"Wrong password": "Wrong password",
302326
"Bad access token": "Bad access token",
303-
"Your session has been blocked": "Your session has been blocked"
327+
"Your session has been blocked": "Your session has been blocked",
328+
"Event that will fire after deletion1": "Event that will fire after deletion1",
329+
"An event that fires after user information is updated.": "An event that fires after user information is updated.",
330+
"An event that is triggered after a new user registers": "An event that is triggered after a new user registers",
331+
"An event that is triggered after a user call forgot password method": "An event that is triggered after a user call forgot password method",
332+
"An event that is triggered after a user calls to confirm a forgotten password change": "An event that is triggered after a user calls to confirm a forgotten password change",
333+
"An event that is triggered after a user login": "An event that is triggered after a user login",
334+
"An event that is triggered after a user logout": "An event that is triggered after a user logout",
335+
"An event that is triggered after complete a new user registers": "An event that is triggered after complete a new user registers"
304336
},
305337
"two-factor": {
306338
"Number of attempts of two factor code has been exhausted": "Number of attempts of two factor code has been exhausted",

apps/client/src/assets/i18n/ru.vendor.json

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"User not found": "Пользователь не найден",
88
"ok": "ок",
99
"lang must have one of the values: {{values}}": "lang должен иметь одно из значений: {{values}}",
10-
"Unauthorized": "Неавторизован"
10+
"Unauthorized": "Неавторизован",
11+
"Event that fires after user create": "Событие которое срабатывает после создания пользователя",
12+
"Event that fires after user delete": "Событие которое срабатывает после уделения пользователя",
13+
"Event that fires after user update": "Событие которое срабатывает после обновления пользователя"
1114
},
1215
"auth-angular": {
1316
"Sign-in": "Войти",
@@ -37,7 +40,8 @@
3740
"Forbidden": "Нет доступа",
3841
"ok": "ок",
3942
"Only those who uploaded files can delete them": "Удалить файлы могут только те, кто их загрузил.",
40-
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается."
43+
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается.",
44+
"Event that fires after a file is deleted": "Событие которое срабатывает после удаления файла"
4145
},
4246
"files-angular": {
4347
"files.image-file.change-file": "Изменить",
@@ -116,14 +120,18 @@
116120
"User not found": "Пользователь не найден",
117121
"ok": "ок",
118122
"lang must have one of the values: {{values}}": "lang должен иметь одно из значений: {{values}}",
119-
"Unauthorized": "Неавторизован"
123+
"Unauthorized": "Неавторизован",
124+
"Event that fires after user create": "Событие которое срабатывает после создания пользователя",
125+
"Event that fires after user delete": "Событие которое срабатывает после уделения пользователя",
126+
"Event that fires after user update": "Событие которое срабатывает после обновления пользователя"
120127
},
121128
"files": {
122129
"Files error": "Ошибка файлов",
123130
"Forbidden": "Нет доступа",
124131
"ok": "ок",
125132
"Only those who uploaded files can delete them": "Удалить файлы могут только те, кто их загрузил.",
126-
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается."
133+
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается.",
134+
"Event that fires after a file is deleted": "Событие которое срабатывает после удаления файла"
127135
},
128136
"prisma-tools": {
129137
"Common db error": "Ошибка базы данных",
@@ -151,7 +159,11 @@
151159
"Notifications error": "Ошибка уведомлений",
152160
"Tenant ID not set": "Идентификатор клиента не установлен",
153161
"The letter was not sent because the transport parameters or the letter parameters were empty": "Письмо не было отправлено, потому что параметры транспорта или параметры письма были пустыми",
154-
"User ID not set": "Идентификатор пользователя не установлен"
162+
"User ID not set": "Идентификатор пользователя не установлен",
163+
"Event that fires after a notification is created": "Событие которое срабатывает после создания уведомления",
164+
"Event that fires after a notification is sent": "Событие которое срабатывает после отправки уведомления",
165+
"Event that fires after a notification is updated": "Событие которое срабатывает после обновления уведомления",
166+
"Event that occurs when there is an error sending a notification": "Событие, которое возникает при ошибке отправки уведомления"
155167
},
156168
"sso-getText": {
157169
"$constraint1 do not match to $property": "$constraint1 не соответствует $property",
@@ -172,7 +184,15 @@
172184
"Wrong old password": "Старый пароль неверен",
173185
"Wrong password": "Неверный пароль",
174186
"Bad access token": "Плохой токен доступа",
175-
"Your session has been blocked": "Ваш сеанс заблокирован"
187+
"Your session has been blocked": "Ваш сеанс заблокирован",
188+
"Event that will fire after deletion1": "Событие, которое сработает после удаления1",
189+
"An event that fires after user information is updated.": "Событие, которое срабатывает после обновления информации о пользователе.",
190+
"An event that is triggered after a new user registers": "Событие, которое запускается после регистрации нового пользователя",
191+
"An event that is triggered after a user call forgot password method": "Событие, которое запускается после вызова пользователем метода восстановления пароля",
192+
"An event that is triggered after a user calls to confirm a forgotten password change": "Событие, которое запускается после подтверждения пользователем изменения забытого пароля",
193+
"An event that is triggered after a user login": "Событие, которое запускается после входа пользователя в систему",
194+
"An event that is triggered after a user logout": "Событие, которое запускается после выхода пользователя из системы",
195+
"An event that is triggered after complete a new user registers": "Событие, которое запускается после завершения регистрации нового пользователя"
176196
},
177197
"sso-angular": {
178198
"Users for project #{{projectId}}": "Пользователи проекта #{{projectId}}",
@@ -279,7 +299,11 @@
279299
"Notifications error": "Ошибка уведомлений",
280300
"Tenant ID not set": "Идентификатор клиента не установлен",
281301
"The letter was not sent because the transport parameters or the letter parameters were empty": "Письмо не было отправлено, потому что параметры транспорта или параметры письма были пустыми",
282-
"User ID not set": "Идентификатор пользователя не установлен"
302+
"User ID not set": "Идентификатор пользователя не установлен",
303+
"Event that fires after a notification is created": "Событие которое срабатывает после создания уведомления",
304+
"Event that fires after a notification is sent": "Событие которое срабатывает после отправки уведомления",
305+
"Event that fires after a notification is updated": "Событие которое срабатывает после обновления уведомления",
306+
"Event that occurs when there is an error sending a notification": "Событие, которое возникает при ошибке отправки уведомления"
283307
},
284308
"sso": {
285309
"$constraint1 do not match to $property": "$constraint1 не соответствует $property",
@@ -300,7 +324,15 @@
300324
"Wrong old password": "Старый пароль неверен",
301325
"Wrong password": "Неверный пароль",
302326
"Bad access token": "Плохой токен доступа",
303-
"Your session has been blocked": "Ваш сеанс заблокирован"
327+
"Your session has been blocked": "Ваш сеанс заблокирован",
328+
"Event that will fire after deletion1": "Событие, которое сработает после удаления1",
329+
"An event that fires after user information is updated.": "Событие, которое срабатывает после обновления информации о пользователе.",
330+
"An event that is triggered after a new user registers": "Событие, которое запускается после регистрации нового пользователя",
331+
"An event that is triggered after a user call forgot password method": "Событие, которое запускается после вызова пользователем метода восстановления пароля",
332+
"An event that is triggered after a user calls to confirm a forgotten password change": "Событие, которое запускается после подтверждения пользователем изменения забытого пароля",
333+
"An event that is triggered after a user login": "Событие, которое запускается после входа пользователя в систему",
334+
"An event that is triggered after a user logout": "Событие, которое запускается после выхода пользователя из системы",
335+
"An event that is triggered after complete a new user registers": "Событие, которое запускается после завершения регистрации нового пользователя"
304336
},
305337
"two-factor": {
306338
"Number of attempts of two factor code has been exhausted": "Количество попыток ввода двухфакторного кода исчерпано",

apps/client/src/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ pre {
7171
font-size: 9px;
7272
line-height: 9px;
7373
}
74+
75+
.ant-select-item-option-content {
76+
white-space: pre-wrap;
77+
}

0 commit comments

Comments
 (0)