Skip to content

Commit 0c03ed3

Browse files
committed
chore: add support filter data by tenantId
1 parent f0f1863 commit 0c03ed3

File tree

74 files changed

+5706
-575
lines changed

Some content is hidden

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

74 files changed

+5706
-575
lines changed

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

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,147 @@
5555
"Not found error": "Not found error",
5656
"Unhandled error": "Unhandled error",
5757
"Unique error": "Unique error"
58+
},
59+
"files-getText": {
60+
"Files error": "Files error",
61+
"Forbidden": "Forbidden",
62+
"ok": "ok",
63+
"Only those who uploaded files can delete them": "Only those who uploaded files can delete them",
64+
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported",
65+
"Event that fires after a file is deleted": "Event that fires after a file is deleted"
66+
},
67+
"files-afat": {
68+
"files.image-file.change-file": "Change",
69+
"files.image-file.select-file": "Select"
70+
},
71+
"notifications-getText": {
72+
"Forbidden": "Forbidden",
73+
"Notifications error": "Notifications error",
74+
"Tenant ID not set": "Tenant ID not set",
75+
"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",
76+
"User ID not set": "User ID not set",
77+
"Event that fires after a notification is created": "Event that fires after a notification is created",
78+
"Event that fires after a notification is sent": "Event that fires after a notification is sent",
79+
"Event that fires after a notification is updated": "Event that fires after a notification is updated",
80+
"Event that occurs when there is an error sending a notification": "Event that occurs when there is an error sending a notification"
81+
},
82+
"two-factor-getText": {
83+
"Number of attempts of two factor code has been exhausted": "Number of attempts of two factor code has been exhausted",
84+
"recursive method recursiveGenTwoFactorCode has been run more than 10 times": "recursive method recursiveGenTwoFactorCode has been run more than 10 times",
85+
"Two factor code not set": "Two factor code not set",
86+
"Two factor error": "Two factor error",
87+
"Wrong two factor code": "Wrong two factor code",
88+
"Two factor code is outdated": "Two factor code is outdated",
89+
"Please wait 30 seconds": "Please wait 30 seconds",
90+
"Two-factor code has already been used": "Two-factor code has already been used",
91+
"Please wait {{{timeout}}} seconds": "Please wait {{{timeout}}} seconds"
92+
},
93+
"webhook-getText": {
94+
"Event not found": "Event not found",
95+
"Forbidden": "Forbidden",
96+
"ok": "ok",
97+
"Tenant ID not set": "Tenant ID not set",
98+
"User ID not set": "User ID not set",
99+
"User not found": "User not found",
100+
"Webhook error": "Webhook error"
101+
},
102+
"webhook-afat": {
103+
"Logs for webhook #{{webhookId}}": "Logs for webhook #{{webhookId}}",
104+
"input search text": "input search text",
105+
"Action": "Action",
106+
"View": "View",
107+
"Delete": "Delete",
108+
"select tenant": "select tenant",
109+
"Loading...": "Loading...",
110+
"Create new": "Create new",
111+
"Edit": "Edit",
112+
"Save": "Save",
113+
"Create": "Create",
114+
"webhook-log.form.fields.request": "Request",
115+
"webhook-log.form.fields.webhook-status": "Webhook status",
116+
"webhook-log.form.fields.response": "Response",
117+
"webhook-log.form.fields.response-status": "Response status",
118+
"webhook.form.fields.endpoint": "Endpoint",
119+
"webhook.form.fields.event-name": "Event name",
120+
"webhook.form.fields.headers": "Headers",
121+
"webhook.form.fields.enabled": "Enabled",
122+
"webhook.form.fields.request-timeout": "Request timeout",
123+
"webhook.form.fields.work-until-date": "Work until date",
124+
"Example of payload": "Example of payload",
125+
"webhook-log.view-modal.title": "Webhook log #{{ id }}",
126+
"Close": "Close",
127+
"webhook-log.delete-modal.title": "Delete webhook log #{{ id }}",
128+
"Yes": "Yes",
129+
"No": "No",
130+
"webhook-log.grid.columns.id": "Id",
131+
"webhook-log.grid.columns.request": "Request",
132+
"webhook-log.grid.columns.response": "Response",
133+
"webhook-log.grid.columns.response-status": "Response status",
134+
"webhook-log.grid.columns.webhook-status": "Webhook status",
135+
"webhook.test-request-modal.success-title": "The test request was successful",
136+
"webhook.test-request-modal.error-title": "The test request failed with an error",
137+
"webhook.update-modal.title": "Update webhook #{{ id }}",
138+
"webhook.create-modal.title": "Create new webhook",
139+
"Test request": "Test request",
140+
"Cancel": "Cancel",
141+
"webhook.delete-modal.title": "Delete webhook #{{ id }}",
142+
"webhook.grid.columns.id": "Id",
143+
"webhook.grid.columns.enabled": "Enabled",
144+
"webhook.grid.columns.endpoint": "Endpoint",
145+
"webhook.grid.columns.event-name": "Event name",
146+
"webhook.grid.columns.headers": "Headers",
147+
"webhook.grid.columns.request-timeout": "Request timeout",
148+
"webhook.grid.columns.work-until-date": "Work until date",
149+
"id not set": "id not set",
150+
"Success": "Success",
151+
"Fill user credentials": "Fill user credentials",
152+
"Fill admin credentials": "Fill admin credentials",
153+
"Sign-in": "Sign-in",
154+
"Validation errors": "Validation errors"
155+
},
156+
"validation-getText": {
157+
"Validation error": "Validation error"
158+
},
159+
"files": {
160+
"Files error": "Files error",
161+
"Forbidden": "Forbidden",
162+
"ok": "ok",
163+
"Only those who uploaded files can delete them": "Only those who uploaded files can delete them",
164+
"Uploading files with extension \"{{ext}}\" is not supported": "Uploading files with extension \"{{ext}}\" is not supported",
165+
"Event that fires after a file is deleted": "Event that fires after a file is deleted"
166+
},
167+
"notifications": {
168+
"Forbidden": "Forbidden",
169+
"Notifications error": "Notifications error",
170+
"Tenant ID not set": "Tenant ID not set",
171+
"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",
172+
"User ID not set": "User ID not set",
173+
"Event that fires after a notification is created": "Event that fires after a notification is created",
174+
"Event that fires after a notification is sent": "Event that fires after a notification is sent",
175+
"Event that fires after a notification is updated": "Event that fires after a notification is updated",
176+
"Event that occurs when there is an error sending a notification": "Event that occurs when there is an error sending a notification"
177+
},
178+
"two-factor": {
179+
"Number of attempts of two factor code has been exhausted": "Number of attempts of two factor code has been exhausted",
180+
"recursive method recursiveGenTwoFactorCode has been run more than 10 times": "recursive method recursiveGenTwoFactorCode has been run more than 10 times",
181+
"Two factor code not set": "Two factor code not set",
182+
"Two factor error": "Two factor error",
183+
"Wrong two factor code": "Wrong two factor code",
184+
"Two factor code is outdated": "Two factor code is outdated",
185+
"Please wait 30 seconds": "Please wait 30 seconds",
186+
"Two-factor code has already been used": "Two-factor code has already been used",
187+
"Please wait {{{timeout}}} seconds": "Please wait {{{timeout}}} seconds"
188+
},
189+
"webhook": {
190+
"Event not found": "Event not found",
191+
"Forbidden": "Forbidden",
192+
"ok": "ok",
193+
"Tenant ID not set": "Tenant ID not set",
194+
"User ID not set": "User ID not set",
195+
"User not found": "User not found",
196+
"Webhook error": "Webhook error"
197+
},
198+
"validation": {
199+
"Validation error": "Validation error"
58200
}
59201
}

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

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,147 @@
5555
"Not found error": "Не найдено",
5656
"Unhandled error": "Необработанная ошибка",
5757
"Unique error": "Ошибка уникальности"
58+
},
59+
"files-getText": {
60+
"Files error": "Ошибка файлов",
61+
"Forbidden": "Нет доступа",
62+
"ok": "ок",
63+
"Only those who uploaded files can delete them": "Удалить файлы могут только те, кто их загрузил.",
64+
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается.",
65+
"Event that fires after a file is deleted": "Событие которое срабатывает после удаления файла"
66+
},
67+
"files-afat": {
68+
"files.image-file.change-file": "Изменить",
69+
"files.image-file.select-file": "Выбрать"
70+
},
71+
"notifications-getText": {
72+
"Forbidden": "Нет доступа",
73+
"Notifications error": "Ошибка уведомлений",
74+
"Tenant ID not set": "Идентификатор клиента не установлен",
75+
"The letter was not sent because the transport parameters or the letter parameters were empty": "Письмо не было отправлено, потому что параметры транспорта или параметры письма были пустыми",
76+
"User ID not set": "Идентификатор пользователя не установлен",
77+
"Event that fires after a notification is created": "Событие которое срабатывает после создания уведомления",
78+
"Event that fires after a notification is sent": "Событие которое срабатывает после отправки уведомления",
79+
"Event that fires after a notification is updated": "Событие которое срабатывает после обновления уведомления",
80+
"Event that occurs when there is an error sending a notification": "Событие, которое возникает при ошибке отправки уведомления"
81+
},
82+
"two-factor-getText": {
83+
"Number of attempts of two factor code has been exhausted": "Количество попыток ввода двухфакторного кода исчерпано",
84+
"recursive method recursiveGenTwoFactorCode has been run more than 10 times": "Рекурсивный метод recursiveGenTwoFactorCode был выполнен более 10 раз",
85+
"Two factor code not set": "Двухфакторный код не установлен",
86+
"Two factor error": "Ошибка двухфакторной аутентификации",
87+
"Wrong two factor code": "Неправильный двухфакторный код",
88+
"Two factor code is outdated": "Двухфакторный код устарел",
89+
"Please wait 30 seconds": "Пожалуйста, подождите 30 секунд",
90+
"Two-factor code has already been used": "Код двухфакторной аутентификации уже использован",
91+
"Please wait {{{timeout}}} seconds": "Пожалуйста, подождите {{{timeout}}} сек."
92+
},
93+
"webhook-getText": {
94+
"Event not found": "Событие не найдено",
95+
"Forbidden": "Нет доступа",
96+
"ok": "ок",
97+
"Tenant ID not set": "Идентификатор клиента не установлен",
98+
"User ID not set": "Идентификатор пользователя не установлен",
99+
"User not found": "Пользователь не найден",
100+
"Webhook error": "Ошибка вебхука"
101+
},
102+
"webhook-afat": {
103+
"Logs for webhook #{{webhookId}}": "Журналы для вебхука #{{webhookId}}",
104+
"input search text": "введите текст поиска",
105+
"Action": "Действия",
106+
"View": "Информация",
107+
"Delete": "Удалить",
108+
"select tenant": "выберите тенант",
109+
"Loading...": "Загрузка...",
110+
"Create new": "Создать",
111+
"Edit": "Изменить",
112+
"Save": "Сохранить",
113+
"Create": "Создать",
114+
"webhook-log.form.fields.request": "Запрос",
115+
"webhook-log.form.fields.webhook-status": "Статус",
116+
"webhook-log.form.fields.response": "Ответ",
117+
"webhook-log.form.fields.response-status": "Статус ответа",
118+
"webhook.form.fields.endpoint": "Адрес",
119+
"webhook.form.fields.event-name": "Событие",
120+
"webhook.form.fields.headers": "Заголовки",
121+
"webhook.form.fields.enabled": "Активен",
122+
"webhook.form.fields.request-timeout": "Таймаут запроса (мс)",
123+
"webhook.form.fields.work-until-date": "До какой даты может работать",
124+
"Example of payload": "Пример данных для отправки",
125+
"webhook-log.view-modal.title": "Информация о логе вебхука #{{ id }}",
126+
"Close": "Закрыть",
127+
"webhook-log.delete-modal.title": "Удалить лог вебхука #{{ id }}",
128+
"Yes": "Да",
129+
"No": "Нет",
130+
"webhook-log.grid.columns.id": "ИД.",
131+
"webhook-log.grid.columns.request": "Запрос",
132+
"webhook-log.grid.columns.response": "Ответ",
133+
"webhook-log.grid.columns.response-status": "Статус ответа",
134+
"webhook-log.grid.columns.webhook-status": "Статус",
135+
"webhook.test-request-modal.success-title": "Тестовый запрос прошел успешно",
136+
"webhook.test-request-modal.error-title": "Тестовый запрос прошел с ошибкой",
137+
"webhook.update-modal.title": "Изменить вебхук #{{ id }}",
138+
"webhook.create-modal.title": "Создать новый вебхук",
139+
"Test request": "Тестовый запрос",
140+
"Cancel": "Отмена",
141+
"webhook.delete-modal.title": "Удалить вебхук #{{ id }}",
142+
"webhook.grid.columns.id": "ИД.",
143+
"webhook.grid.columns.enabled": "Активен",
144+
"webhook.grid.columns.endpoint": "Адрес",
145+
"webhook.grid.columns.event-name": "Событие",
146+
"webhook.grid.columns.headers": "Заголовки",
147+
"webhook.grid.columns.request-timeout": "Таймаут запроса (мс)",
148+
"webhook.grid.columns.work-until-date": "До какой даты может работать",
149+
"id not set": "идентификатор не установлен",
150+
"Success": "Успешно",
151+
"Fill user credentials": "Заполните учетные данные пользователя",
152+
"Fill admin credentials": "Заполните учетные данные администратора",
153+
"Sign-in": "Войти",
154+
"Validation errors": "Ошибка при проверке данных"
155+
},
156+
"validation-getText": {
157+
"Validation error": "Ошибка проверки"
158+
},
159+
"files": {
160+
"Files error": "Ошибка файлов",
161+
"Forbidden": "Нет доступа",
162+
"ok": "ок",
163+
"Only those who uploaded files can delete them": "Удалить файлы могут только те, кто их загрузил.",
164+
"Uploading files with extension \"{{ext}}\" is not supported": "Загрузка файлов с расширением \"{{ext}}\" не поддерживается.",
165+
"Event that fires after a file is deleted": "Событие которое срабатывает после удаления файла"
166+
},
167+
"notifications": {
168+
"Forbidden": "Нет доступа",
169+
"Notifications error": "Ошибка уведомлений",
170+
"Tenant ID not set": "Идентификатор клиента не установлен",
171+
"The letter was not sent because the transport parameters or the letter parameters were empty": "Письмо не было отправлено, потому что параметры транспорта или параметры письма были пустыми",
172+
"User ID not set": "Идентификатор пользователя не установлен",
173+
"Event that fires after a notification is created": "Событие которое срабатывает после создания уведомления",
174+
"Event that fires after a notification is sent": "Событие которое срабатывает после отправки уведомления",
175+
"Event that fires after a notification is updated": "Событие которое срабатывает после обновления уведомления",
176+
"Event that occurs when there is an error sending a notification": "Событие, которое возникает при ошибке отправки уведомления"
177+
},
178+
"two-factor": {
179+
"Number of attempts of two factor code has been exhausted": "Количество попыток ввода двухфакторного кода исчерпано",
180+
"recursive method recursiveGenTwoFactorCode has been run more than 10 times": "Рекурсивный метод recursiveGenTwoFactorCode был выполнен более 10 раз",
181+
"Two factor code not set": "Двухфакторный код не установлен",
182+
"Two factor error": "Ошибка двухфакторной аутентификации",
183+
"Wrong two factor code": "Неправильный двухфакторный код",
184+
"Two factor code is outdated": "Двухфакторный код устарел",
185+
"Please wait 30 seconds": "Пожалуйста, подождите 30 секунд",
186+
"Two-factor code has already been used": "Код двухфакторной аутентификации уже использован",
187+
"Please wait {{{timeout}}} seconds": "Пожалуйста, подождите {{{timeout}}} сек."
188+
},
189+
"webhook": {
190+
"Event not found": "Событие не найдено",
191+
"Forbidden": "Нет доступа",
192+
"ok": "ок",
193+
"Tenant ID not set": "Идентификатор клиента не установлен",
194+
"User ID not set": "Идентификатор пользователя не установлен",
195+
"User not found": "Пользователь не найден",
196+
"Webhook error": "Ошибка вебхука"
197+
},
198+
"validation": {
199+
"Validation error": "Ошибка проверки"
58200
}
59201
}

0 commit comments

Comments
 (0)