@webitel/ui-sdk 25.12.11 → 25.12.13
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/src/locale/en/en.js +758 -754
- package/src/locale/es/es.js +4 -5
- package/src/locale/kz/kz.js +6 -7
- package/src/locale/pl/pl.js +5 -7
- package/src/locale/ro/ro.js +4 -5
- package/src/locale/ru/ru.js +6 -7
- package/src/locale/uk/uk.js +5 -6
- package/src/locale/uz/uz.js +5 -5
- package/src/locale/vi/vi.js +5 -5
- package/types/locale/en/en.d.ts +0 -1
- package/types/locale/es/es.d.ts +0 -1
- package/types/locale/i18n.d.ts +0 -9
- package/types/locale/index.d.ts +0 -9
- package/types/locale/kz/kz.d.ts +0 -1
- package/types/locale/pl/pl.d.ts +0 -1
- package/types/locale/ro/ro.d.ts +0 -1
- package/types/locale/ru/ru.d.ts +0 -1
- package/types/locale/uk/uk.d.ts +0 -1
- package/types/locale/uz/uz.d.ts +0 -1
- package/types/locale/vi/vi.d.ts +0 -1
package/src/locale/es/es.js
CHANGED
|
@@ -124,7 +124,6 @@ export default {
|
|
|
124
124
|
column: 'Columna | Columnas',
|
|
125
125
|
notification: 'Notificación | Notificaciones',
|
|
126
126
|
screencast: 'Videotutorial de pantalla',
|
|
127
|
-
extension: 'Extensión',
|
|
128
127
|
password: 'Contraseña',
|
|
129
128
|
number: 'Número',
|
|
130
129
|
expireAt: 'Expira en',
|
|
@@ -511,7 +510,7 @@ export default {
|
|
|
511
510
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
512
511
|
return `${linked('reusable.add')} contacts`;
|
|
513
512
|
},
|
|
514
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
513
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
515
514
|
},
|
|
516
515
|
},
|
|
517
516
|
errorPages: {
|
|
@@ -572,7 +571,7 @@ export default {
|
|
|
572
571
|
},
|
|
573
572
|
},
|
|
574
573
|
pdfGeneration: {
|
|
575
|
-
generationStarted: 'Su archivo PDF se está creando…'
|
|
574
|
+
generationStarted: 'Su archivo PDF se está creando…',
|
|
576
575
|
},
|
|
577
576
|
saveFailedPopup: {
|
|
578
577
|
title: 'Error al guardar',
|
|
@@ -790,8 +789,8 @@ export default {
|
|
|
790
789
|
`El ${named('entity').toLowerCase()} fue eliminado`,
|
|
791
790
|
},
|
|
792
791
|
info: {
|
|
793
|
-
passwordExpirationMessage: 'Tu contraseña expirará en { days } días'
|
|
794
|
-
}
|
|
792
|
+
passwordExpirationMessage: 'Tu contraseña expirará en { days } días',
|
|
793
|
+
},
|
|
795
794
|
},
|
|
796
795
|
errorNotifications: {
|
|
797
796
|
chatHistoryApi: 'Hubo un error al cargar el historial del chat',
|
package/src/locale/kz/kz.js
CHANGED
|
@@ -126,7 +126,6 @@ export default {
|
|
|
126
126
|
column: 'Баған | Бағандар',
|
|
127
127
|
notification: 'Хабарландыру | Хабарландырулар',
|
|
128
128
|
screencast: 'Экран жазбасы',
|
|
129
|
-
extension: 'Кеңейту',
|
|
130
129
|
password: 'Құпия сөз',
|
|
131
130
|
number: 'Нөмір',
|
|
132
131
|
expireAt: 'Мерзімі',
|
|
@@ -298,8 +297,7 @@ export default {
|
|
|
298
297
|
': ' +
|
|
299
298
|
linked('objects.contact'),
|
|
300
299
|
[CrmSectionsNew.CustomLookups]: ({ linked }) =>
|
|
301
|
-
linked('objects.customization.customization') +
|
|
302
|
-
': Жекелендірулер', // dont use linked: objects.customLookup.customLookup, coz "linked" doesnt support pluralization
|
|
300
|
+
linked('objects.customization.customization') + ': Жекелендірулер', // dont use linked: objects.customLookup.customLookup, coz "linked" doesnt support pluralization
|
|
303
301
|
},
|
|
304
302
|
},
|
|
305
303
|
},
|
|
@@ -514,7 +512,7 @@ export default {
|
|
|
514
512
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
515
513
|
return `${linked('reusable.add')} contacts`;
|
|
516
514
|
},
|
|
517
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
515
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
518
516
|
},
|
|
519
517
|
},
|
|
520
518
|
errorPages: {
|
|
@@ -575,7 +573,7 @@ export default {
|
|
|
575
573
|
},
|
|
576
574
|
},
|
|
577
575
|
pdfGeneration: {
|
|
578
|
-
generationStarted: 'Сіздің PDF файлыңыз жасалуда…'
|
|
576
|
+
generationStarted: 'Сіздің PDF файлыңыз жасалуда…',
|
|
579
577
|
},
|
|
580
578
|
saveFailedPopup: {
|
|
581
579
|
title: 'Сақтау сәтсіз',
|
|
@@ -792,8 +790,9 @@ export default {
|
|
|
792
790
|
delete: ({ named }) => `${named('entity').toLowerCase()} жойылды`,
|
|
793
791
|
},
|
|
794
792
|
info: {
|
|
795
|
-
passwordExpirationMessage:
|
|
796
|
-
|
|
793
|
+
passwordExpirationMessage:
|
|
794
|
+
'Сіздің құпия сөзіңіз { days } күннен кейін мерзімі аяқталады',
|
|
795
|
+
},
|
|
797
796
|
},
|
|
798
797
|
errorNotifications: {
|
|
799
798
|
chatHistoryApi: 'Чат тарихын жүктеу кезінде қате орын алды',
|
package/src/locale/pl/pl.js
CHANGED
|
@@ -126,7 +126,6 @@ export default {
|
|
|
126
126
|
column: 'Kolumna | Kolumny',
|
|
127
127
|
notification: 'Powiadomienie | Powiadomienia',
|
|
128
128
|
screencast: 'Nagranie ekranu',
|
|
129
|
-
extension: 'Rozszerzenie',
|
|
130
129
|
password: 'Hasło',
|
|
131
130
|
number: 'Numer',
|
|
132
131
|
expireAt: 'Wygasa',
|
|
@@ -298,8 +297,7 @@ export default {
|
|
|
298
297
|
': ' +
|
|
299
298
|
linked('objects.contact'),
|
|
300
299
|
[CrmSectionsNew.CustomLookups]: ({ linked }) =>
|
|
301
|
-
linked('objects.customization.customization') +
|
|
302
|
-
': Dostosowania', // dont use linked: objects.customLookup.customLookup, coz "linked" doesnt support pluralization
|
|
300
|
+
linked('objects.customization.customization') + ': Dostosowania', // dont use linked: objects.customLookup.customLookup, coz "linked" doesnt support pluralization
|
|
303
301
|
},
|
|
304
302
|
},
|
|
305
303
|
},
|
|
@@ -515,7 +513,7 @@ export default {
|
|
|
515
513
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
516
514
|
return `${linked('reusable.add')} kontakty`;
|
|
517
515
|
},
|
|
518
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
516
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
519
517
|
},
|
|
520
518
|
},
|
|
521
519
|
errorPages: {
|
|
@@ -575,7 +573,7 @@ export default {
|
|
|
575
573
|
},
|
|
576
574
|
},
|
|
577
575
|
pdfGeneration: {
|
|
578
|
-
generationStarted: 'Twój plik PDF jest tworzony…'
|
|
576
|
+
generationStarted: 'Twój plik PDF jest tworzony…',
|
|
579
577
|
},
|
|
580
578
|
saveFailedPopup: {
|
|
581
579
|
title: 'Zapisywanie nie powiodło się',
|
|
@@ -792,8 +790,8 @@ export default {
|
|
|
792
790
|
delete: ({ named }) => `${named('entity').toLowerCase()} został usunięty`,
|
|
793
791
|
},
|
|
794
792
|
info: {
|
|
795
|
-
passwordExpirationMessage: 'Twoje hasło wygaśnie za { days } dni'
|
|
796
|
-
}
|
|
793
|
+
passwordExpirationMessage: 'Twoje hasło wygaśnie za { days } dni',
|
|
794
|
+
},
|
|
797
795
|
},
|
|
798
796
|
errorNotifications: {
|
|
799
797
|
chatHistoryApi: 'Wystąpił błąd podczas ładowania historii czatu',
|
package/src/locale/ro/ro.js
CHANGED
|
@@ -126,7 +126,6 @@ export default {
|
|
|
126
126
|
column: 'Coloană | Coloane',
|
|
127
127
|
notification: 'Notificare | Notificări',
|
|
128
128
|
screencast: 'Înregistrare ecran',
|
|
129
|
-
extension: 'Extensie',
|
|
130
129
|
password: 'Parolă',
|
|
131
130
|
number: 'Număr',
|
|
132
131
|
expireAt: 'Expiră la',
|
|
@@ -516,7 +515,7 @@ export default {
|
|
|
516
515
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
517
516
|
return `${linked('reusable.add')} contacte`;
|
|
518
517
|
},
|
|
519
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
518
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
520
519
|
},
|
|
521
520
|
},
|
|
522
521
|
errorPages: {
|
|
@@ -577,7 +576,7 @@ export default {
|
|
|
577
576
|
},
|
|
578
577
|
},
|
|
579
578
|
pdfGeneration: {
|
|
580
|
-
generationStarted: 'Fișierul dvs. PDF este în curs de creare…'
|
|
579
|
+
generationStarted: 'Fișierul dvs. PDF este în curs de creare…',
|
|
581
580
|
},
|
|
582
581
|
saveFailedPopup: {
|
|
583
582
|
title: 'Salvarea a eșuat',
|
|
@@ -794,8 +793,8 @@ export default {
|
|
|
794
793
|
delete: ({ named }) => `${named('entity').toLowerCase()} a fost șters`,
|
|
795
794
|
},
|
|
796
795
|
info: {
|
|
797
|
-
passwordExpirationMessage: 'Parola ta va expira în { days } zile'
|
|
798
|
-
}
|
|
796
|
+
passwordExpirationMessage: 'Parola ta va expira în { days } zile',
|
|
797
|
+
},
|
|
799
798
|
},
|
|
800
799
|
errorNotifications: {
|
|
801
800
|
chatHistoryApi: 'A apărut o eroare la încărcarea istoricului chat-ului',
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -125,12 +125,11 @@ export default {
|
|
|
125
125
|
contact: 'Контакт | Контакты',
|
|
126
126
|
notification: 'Уведомление | Уведомления',
|
|
127
127
|
screencast: 'Запись экрана',
|
|
128
|
-
extension: 'Расширение',
|
|
129
128
|
password: 'Пароль',
|
|
130
129
|
number: 'Номер',
|
|
131
|
-
expireAt: '
|
|
130
|
+
expireAt: 'Срок действия',
|
|
132
131
|
destination: 'Назначение',
|
|
133
|
-
utilizationProgress: 'Прогресс использования'
|
|
132
|
+
utilizationProgress: 'Прогресс использования',
|
|
134
133
|
},
|
|
135
134
|
// date-related texts
|
|
136
135
|
date: {
|
|
@@ -511,7 +510,7 @@ export default {
|
|
|
511
510
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
512
511
|
return `${linked('reusable.add')} контакты`;
|
|
513
512
|
},
|
|
514
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
513
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
515
514
|
},
|
|
516
515
|
},
|
|
517
516
|
errorPages: {
|
|
@@ -571,7 +570,7 @@ export default {
|
|
|
571
570
|
},
|
|
572
571
|
},
|
|
573
572
|
pdfGeneration: {
|
|
574
|
-
generationStarted: 'Ваш PDF-файл генерируется…'
|
|
573
|
+
generationStarted: 'Ваш PDF-файл генерируется…',
|
|
575
574
|
},
|
|
576
575
|
saveFailedPopup: {
|
|
577
576
|
title: 'Ошибка сохранения',
|
|
@@ -788,8 +787,8 @@ export default {
|
|
|
788
787
|
delete: ({ named }) => `${named('entity')} был удалён`,
|
|
789
788
|
},
|
|
790
789
|
info: {
|
|
791
|
-
passwordExpirationMessage: 'Ваш пароль истечёт через { days } дн(я/ей)'
|
|
792
|
-
}
|
|
790
|
+
passwordExpirationMessage: 'Ваш пароль истечёт через { days } дн(я/ей)',
|
|
791
|
+
},
|
|
793
792
|
},
|
|
794
793
|
errorNotifications: {
|
|
795
794
|
chatHistoryApi: 'Произошла ошибка загрузки истории чата',
|
package/src/locale/uk/uk.js
CHANGED
|
@@ -125,10 +125,9 @@ export default {
|
|
|
125
125
|
contact: 'Контакт | Контакти',
|
|
126
126
|
notification: 'Сповіщення',
|
|
127
127
|
screencast: 'Запис екрану',
|
|
128
|
-
extension: 'Розширення',
|
|
129
128
|
password: 'Пароль',
|
|
130
129
|
number: 'Номер',
|
|
131
|
-
expireAt: '
|
|
130
|
+
expireAt: 'Термін дії',
|
|
132
131
|
destination: 'Призначення',
|
|
133
132
|
utilizationProgress: 'Прогрес використання',
|
|
134
133
|
},
|
|
@@ -510,7 +509,7 @@ export default {
|
|
|
510
509
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
511
510
|
return `${linked('reusable.add')} контакти`;
|
|
512
511
|
},
|
|
513
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
512
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
514
513
|
},
|
|
515
514
|
},
|
|
516
515
|
errorPages: {
|
|
@@ -570,7 +569,7 @@ export default {
|
|
|
570
569
|
},
|
|
571
570
|
},
|
|
572
571
|
pdfGeneration: {
|
|
573
|
-
generationStarted: 'Ваш PDF-файл генерується…'
|
|
572
|
+
generationStarted: 'Ваш PDF-файл генерується…',
|
|
574
573
|
},
|
|
575
574
|
saveFailedPopup: {
|
|
576
575
|
title: 'Помилка збереження',
|
|
@@ -787,8 +786,8 @@ export default {
|
|
|
787
786
|
delete: ({ named }) => `${named('entity')} було видалено`,
|
|
788
787
|
},
|
|
789
788
|
info: {
|
|
790
|
-
passwordExpirationMessage: 'Пароль спливе через { days } дн(і/ів)'
|
|
791
|
-
}
|
|
789
|
+
passwordExpirationMessage: 'Пароль спливе через { days } дн(і/ів)',
|
|
790
|
+
},
|
|
792
791
|
},
|
|
793
792
|
errorNotifications: {
|
|
794
793
|
chatHistoryApi: 'Сталася помилка завантаження історії чату',
|
package/src/locale/uz/uz.js
CHANGED
|
@@ -126,7 +126,6 @@ export default {
|
|
|
126
126
|
column: 'Ustun | Ustunlar',
|
|
127
127
|
notification: 'Bildirishnoma | Bildirishnomalar',
|
|
128
128
|
screencast: 'Ekran yozuvi',
|
|
129
|
-
extension: 'Kengaytma',
|
|
130
129
|
password: 'Parol',
|
|
131
130
|
number: 'Raqam',
|
|
132
131
|
expireAt: 'Muddati',
|
|
@@ -517,7 +516,7 @@ export default {
|
|
|
517
516
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
518
517
|
return `${linked('reusable.add')} kontaktlar`;
|
|
519
518
|
},
|
|
520
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
519
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
521
520
|
},
|
|
522
521
|
},
|
|
523
522
|
errorPages: {
|
|
@@ -577,7 +576,7 @@ export default {
|
|
|
577
576
|
},
|
|
578
577
|
},
|
|
579
578
|
pdfGeneration: {
|
|
580
|
-
generationStarted: 'Sizning PDF faylingiz yaratilmoqda…'
|
|
579
|
+
generationStarted: 'Sizning PDF faylingiz yaratilmoqda…',
|
|
581
580
|
},
|
|
582
581
|
saveFailedPopup: {
|
|
583
582
|
title: 'Saqlash muvaffaqiyatsiz tugadi',
|
|
@@ -793,8 +792,9 @@ export default {
|
|
|
793
792
|
delete: ({ named }) => `${named('entity').toLowerCase()} o'chirildi`,
|
|
794
793
|
},
|
|
795
794
|
info: {
|
|
796
|
-
passwordExpirationMessage:
|
|
797
|
-
|
|
795
|
+
passwordExpirationMessage:
|
|
796
|
+
'Parolingiz { days } kundan keyin amal qilishdan chiqadi',
|
|
797
|
+
},
|
|
798
798
|
},
|
|
799
799
|
errorNotifications: {
|
|
800
800
|
chatHistoryApi: 'Chat tarixini yuklashda xatolik yuz berdi',
|
package/src/locale/vi/vi.js
CHANGED
|
@@ -126,7 +126,6 @@ export default {
|
|
|
126
126
|
column: 'Cột | Các cột',
|
|
127
127
|
notification: 'Thông báo | Các thông báo',
|
|
128
128
|
screencast: 'Ghi màn hình',
|
|
129
|
-
extension: 'Mở rộng',
|
|
130
129
|
password: 'Mật khẩu',
|
|
131
130
|
number: 'Số',
|
|
132
131
|
expireAt: 'Hết hạn',
|
|
@@ -517,7 +516,7 @@ export default {
|
|
|
517
516
|
[IconAction.ADD_CONTACT]: ({ linked }) => {
|
|
518
517
|
return `${linked('reusable.add')} liên hệ`;
|
|
519
518
|
},
|
|
520
|
-
[IconAction.CHAT]: ({linked}) => linked('objects.chat.chat')
|
|
519
|
+
[IconAction.CHAT]: ({ linked }) => linked('objects.chat.chat'),
|
|
521
520
|
},
|
|
522
521
|
},
|
|
523
522
|
errorPages: {
|
|
@@ -577,7 +576,7 @@ export default {
|
|
|
577
576
|
},
|
|
578
577
|
},
|
|
579
578
|
pdfGeneration: {
|
|
580
|
-
generationStarted: 'Tệp PDF của bạn đang được tạo…'
|
|
579
|
+
generationStarted: 'Tệp PDF của bạn đang được tạo…',
|
|
581
580
|
},
|
|
582
581
|
saveFailedPopup: {
|
|
583
582
|
title: 'Lưu thất bại',
|
|
@@ -794,8 +793,9 @@ export default {
|
|
|
794
793
|
delete: ({ named }) => `${named('entity').toLowerCase()} đã bị xóa`,
|
|
795
794
|
},
|
|
796
795
|
info: {
|
|
797
|
-
passwordExpirationMessage:
|
|
798
|
-
|
|
796
|
+
passwordExpirationMessage:
|
|
797
|
+
'Mật khẩu của bạn sẽ hết hạn sau { days } ngày',
|
|
798
|
+
},
|
|
799
799
|
},
|
|
800
800
|
errorNotifications: {
|
|
801
801
|
chatHistoryApi: 'Đã xảy ra lỗi khi tải lịch sử trò chuyện',
|
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
package/types/locale/i18n.d.ts
CHANGED
|
@@ -102,7 +102,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
102
102
|
column: string;
|
|
103
103
|
notification: string;
|
|
104
104
|
screencast: string;
|
|
105
|
-
extension: string;
|
|
106
105
|
password: string;
|
|
107
106
|
number: string;
|
|
108
107
|
expireAt: string;
|
|
@@ -881,7 +880,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
881
880
|
column: string;
|
|
882
881
|
notification: string;
|
|
883
882
|
screencast: string;
|
|
884
|
-
extension: string;
|
|
885
883
|
password: string;
|
|
886
884
|
number: string;
|
|
887
885
|
expireAt: string;
|
|
@@ -1787,7 +1785,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1787
1785
|
contact: string;
|
|
1788
1786
|
notification: string;
|
|
1789
1787
|
screencast: string;
|
|
1790
|
-
extension: string;
|
|
1791
1788
|
password: string;
|
|
1792
1789
|
number: string;
|
|
1793
1790
|
expireAt: string;
|
|
@@ -2695,7 +2692,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2695
2692
|
column: string;
|
|
2696
2693
|
notification: string;
|
|
2697
2694
|
screencast: string;
|
|
2698
|
-
extension: string;
|
|
2699
2695
|
password: string;
|
|
2700
2696
|
number: string;
|
|
2701
2697
|
expireAt: string;
|
|
@@ -3601,7 +3597,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3601
3597
|
contact: string;
|
|
3602
3598
|
notification: string;
|
|
3603
3599
|
screencast: string;
|
|
3604
|
-
extension: string;
|
|
3605
3600
|
password: string;
|
|
3606
3601
|
number: string;
|
|
3607
3602
|
expireAt: string;
|
|
@@ -4509,7 +4504,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4509
4504
|
column: string;
|
|
4510
4505
|
notification: string;
|
|
4511
4506
|
screencast: string;
|
|
4512
|
-
extension: string;
|
|
4513
4507
|
password: string;
|
|
4514
4508
|
number: string;
|
|
4515
4509
|
expireAt: string;
|
|
@@ -5417,7 +5411,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5417
5411
|
column: string;
|
|
5418
5412
|
notification: string;
|
|
5419
5413
|
screencast: string;
|
|
5420
|
-
extension: string;
|
|
5421
5414
|
password: string;
|
|
5422
5415
|
number: string;
|
|
5423
5416
|
expireAt: string;
|
|
@@ -6325,7 +6318,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6325
6318
|
column: string;
|
|
6326
6319
|
notification: string;
|
|
6327
6320
|
screencast: string;
|
|
6328
|
-
extension: string;
|
|
6329
6321
|
password: string;
|
|
6330
6322
|
number: string;
|
|
6331
6323
|
expireAt: string;
|
|
@@ -7233,7 +7225,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7233
7225
|
column: string;
|
|
7234
7226
|
notification: string;
|
|
7235
7227
|
screencast: string;
|
|
7236
|
-
extension: string;
|
|
7237
7228
|
password: string;
|
|
7238
7229
|
number: string;
|
|
7239
7230
|
expireAt: string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -112,7 +112,6 @@ export declare const messages: {
|
|
|
112
112
|
column: string;
|
|
113
113
|
notification: string;
|
|
114
114
|
screencast: string;
|
|
115
|
-
extension: string;
|
|
116
115
|
password: string;
|
|
117
116
|
number: string;
|
|
118
117
|
expireAt: string;
|
|
@@ -891,7 +890,6 @@ export declare const messages: {
|
|
|
891
890
|
column: string;
|
|
892
891
|
notification: string;
|
|
893
892
|
screencast: string;
|
|
894
|
-
extension: string;
|
|
895
893
|
password: string;
|
|
896
894
|
number: string;
|
|
897
895
|
expireAt: string;
|
|
@@ -1797,7 +1795,6 @@ export declare const messages: {
|
|
|
1797
1795
|
contact: string;
|
|
1798
1796
|
notification: string;
|
|
1799
1797
|
screencast: string;
|
|
1800
|
-
extension: string;
|
|
1801
1798
|
password: string;
|
|
1802
1799
|
number: string;
|
|
1803
1800
|
expireAt: string;
|
|
@@ -2705,7 +2702,6 @@ export declare const messages: {
|
|
|
2705
2702
|
column: string;
|
|
2706
2703
|
notification: string;
|
|
2707
2704
|
screencast: string;
|
|
2708
|
-
extension: string;
|
|
2709
2705
|
password: string;
|
|
2710
2706
|
number: string;
|
|
2711
2707
|
expireAt: string;
|
|
@@ -3611,7 +3607,6 @@ export declare const messages: {
|
|
|
3611
3607
|
contact: string;
|
|
3612
3608
|
notification: string;
|
|
3613
3609
|
screencast: string;
|
|
3614
|
-
extension: string;
|
|
3615
3610
|
password: string;
|
|
3616
3611
|
number: string;
|
|
3617
3612
|
expireAt: string;
|
|
@@ -4519,7 +4514,6 @@ export declare const messages: {
|
|
|
4519
4514
|
column: string;
|
|
4520
4515
|
notification: string;
|
|
4521
4516
|
screencast: string;
|
|
4522
|
-
extension: string;
|
|
4523
4517
|
password: string;
|
|
4524
4518
|
number: string;
|
|
4525
4519
|
expireAt: string;
|
|
@@ -5427,7 +5421,6 @@ export declare const messages: {
|
|
|
5427
5421
|
column: string;
|
|
5428
5422
|
notification: string;
|
|
5429
5423
|
screencast: string;
|
|
5430
|
-
extension: string;
|
|
5431
5424
|
password: string;
|
|
5432
5425
|
number: string;
|
|
5433
5426
|
expireAt: string;
|
|
@@ -6335,7 +6328,6 @@ export declare const messages: {
|
|
|
6335
6328
|
column: string;
|
|
6336
6329
|
notification: string;
|
|
6337
6330
|
screencast: string;
|
|
6338
|
-
extension: string;
|
|
6339
6331
|
password: string;
|
|
6340
6332
|
number: string;
|
|
6341
6333
|
expireAt: string;
|
|
@@ -7243,7 +7235,6 @@ export declare const messages: {
|
|
|
7243
7235
|
column: string;
|
|
7244
7236
|
notification: string;
|
|
7245
7237
|
screencast: string;
|
|
7246
|
-
extension: string;
|
|
7247
7238
|
password: string;
|
|
7248
7239
|
number: string;
|
|
7249
7240
|
expireAt: string;
|
package/types/locale/kz/kz.d.ts
CHANGED
package/types/locale/pl/pl.d.ts
CHANGED
package/types/locale/ro/ro.d.ts
CHANGED
package/types/locale/ru/ru.d.ts
CHANGED
package/types/locale/uk/uk.d.ts
CHANGED
package/types/locale/uz/uz.d.ts
CHANGED