@developer_tribe/react-native-comnyx 0.3.5 → 0.3.6
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/lib/commonjs/components/ChatList.js +2 -2
- package/lib/commonjs/components/ChatList.js.map +1 -1
- package/lib/commonjs/constants/translations.js +160 -20
- package/lib/commonjs/constants/translations.js.map +1 -1
- package/lib/module/components/ChatList.js +2 -2
- package/lib/module/components/ChatList.js.map +1 -1
- package/lib/module/constants/translations.js +160 -20
- package/lib/module/constants/translations.js.map +1 -1
- package/lib/typescript/commonjs/src/constants/translations.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/LocalizationKeys.d.ts +14 -0
- package/lib/typescript/commonjs/src/types/LocalizationKeys.d.ts.map +1 -1
- package/lib/typescript/module/src/constants/translations.d.ts.map +1 -1
- package/lib/typescript/module/src/types/LocalizationKeys.d.ts +14 -0
- package/lib/typescript/module/src/types/LocalizationKeys.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatList.tsx +2 -2
- package/src/constants/translations.ts +233 -46
- package/src/types/LocalizationKeys.ts +14 -0
|
@@ -3,7 +3,7 @@ import type { LanguageCode } from '../types/Language';
|
|
|
3
3
|
|
|
4
4
|
export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
5
5
|
en: {
|
|
6
|
-
'customer.form.title': '
|
|
6
|
+
'customer.form.title': 'Name',
|
|
7
7
|
'customer.form.email': 'Email',
|
|
8
8
|
'customer.form.phone': 'Phone',
|
|
9
9
|
'customer.form.country': 'Country',
|
|
@@ -23,13 +23,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
23
23
|
'chat.load.error': 'Failed to load messages. Tap to retry',
|
|
24
24
|
'chat.init.error': 'Failed to initialize chat. Tap to retry',
|
|
25
25
|
'chat.empty': 'No messages yet',
|
|
26
|
-
'customer.form.validation.email.pattern':
|
|
27
|
-
|
|
28
|
-
'customer.form.validation.
|
|
29
|
-
|
|
26
|
+
'customer.form.validation.email.pattern':
|
|
27
|
+
'Please enter a valid email address',
|
|
28
|
+
'customer.form.validation.phone.invalid':
|
|
29
|
+
'Please enter a valid phone number',
|
|
30
|
+
'customer.form.validation.country.maxLength':
|
|
31
|
+
'Country code must be 2 characters',
|
|
32
|
+
'customer.form.validation.name.maxLength':
|
|
33
|
+
'Name must be less than 30 characters',
|
|
34
|
+
'chat.empty.title': 'You have no message.',
|
|
35
|
+
'chat.empty.description': "The team's message will be displayed here.",
|
|
36
|
+
'chat.live': 'Live Chat',
|
|
37
|
+
'chat.support-team': 'Support Team',
|
|
38
|
+
'customer.form.resend': 'Resend',
|
|
39
|
+
'chat.list-failed-message.title': 'Failed to send',
|
|
40
|
+
'chat.list-failed-message.description':
|
|
41
|
+
"The message couldn't be sent veya Message failed to send. Please try again.",
|
|
42
|
+
'chat.list-cancel': 'Cancel',
|
|
43
|
+
'customer.form.failed.name': 'Wrong name',
|
|
44
|
+
'customer.form.failed.name.desc': 'Please fix your name.',
|
|
45
|
+
'customer.form.failed.email': 'Wrong email',
|
|
46
|
+
'customer.form.failed.email.desc': 'Please fix your email.',
|
|
47
|
+
'customer.form.failed.phone': 'Wrong phone number',
|
|
48
|
+
'customer.form.failed.phone.desc': 'Please fix your phone number.',
|
|
30
49
|
},
|
|
31
50
|
tr: {
|
|
32
|
-
'customer.form.title': '
|
|
51
|
+
'customer.form.title': 'Ad',
|
|
33
52
|
'customer.form.email': 'E-posta',
|
|
34
53
|
'customer.form.phone': 'Telefon',
|
|
35
54
|
'customer.form.country': 'Ülke',
|
|
@@ -49,13 +68,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
49
68
|
'chat.load.error': 'Mesajlar yüklenemedi. Tekrar denemek için dokunun',
|
|
50
69
|
'chat.init.error': 'Sohbet başlatılamadı. Tekrar denemek için dokunun',
|
|
51
70
|
'chat.empty': 'Henüz mesaj yok',
|
|
52
|
-
'customer.form.validation.email.pattern':
|
|
53
|
-
|
|
54
|
-
'customer.form.validation.
|
|
55
|
-
|
|
71
|
+
'customer.form.validation.email.pattern':
|
|
72
|
+
'Lütfen geçerli bir e-posta adresi girin',
|
|
73
|
+
'customer.form.validation.phone.invalid':
|
|
74
|
+
'Lütfen geçerli bir telefon numarası girin',
|
|
75
|
+
'customer.form.validation.country.maxLength':
|
|
76
|
+
'Ülke kodu 2 karakter olmalıdır',
|
|
77
|
+
'customer.form.validation.name.maxLength':
|
|
78
|
+
'İsim 30 karakterden az olmalıdır',
|
|
79
|
+
'chat.empty.title': 'Mesajınız yok.',
|
|
80
|
+
'chat.empty.description': 'Ekibin mesajları burada görüntülenecek.',
|
|
81
|
+
'chat.live': 'Canlı Sohbet',
|
|
82
|
+
'chat.support-team': 'Destek Ekibi',
|
|
83
|
+
'customer.form.resend': 'Yeniden Gönder',
|
|
84
|
+
'chat.list-failed-message.title': 'Gönderilemedi',
|
|
85
|
+
'chat.list-failed-message.description':
|
|
86
|
+
'Mesaj gönderilemedi. Lütfen tekrar deneyin.',
|
|
87
|
+
'chat.list-cancel': 'İptal',
|
|
88
|
+
'customer.form.failed.name': 'Yanlış isim',
|
|
89
|
+
'customer.form.failed.name.desc': 'Lütfen isminizi düzeltin.',
|
|
90
|
+
'customer.form.failed.email': 'Yanlış e-posta',
|
|
91
|
+
'customer.form.failed.email.desc': 'Lütfen e-posta adresinizi düzeltin.',
|
|
92
|
+
'customer.form.failed.phone': 'Yanlış telefon numarası',
|
|
93
|
+
'customer.form.failed.phone.desc': 'Lütfen telefon numaranızı düzeltin.',
|
|
56
94
|
},
|
|
57
95
|
es: {
|
|
58
|
-
'customer.form.title': '
|
|
96
|
+
'customer.form.title': 'Nombre',
|
|
59
97
|
'customer.form.email': 'Correo Electrónico',
|
|
60
98
|
'customer.form.phone': 'Teléfono',
|
|
61
99
|
'customer.form.country': 'País',
|
|
@@ -75,13 +113,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
75
113
|
'chat.load.error': 'Error al cargar mensajes. Toque para reintentar',
|
|
76
114
|
'chat.init.error': 'Error al inicializar el chat. Toque para reintentar',
|
|
77
115
|
'chat.empty': 'Aún no hay mensajes',
|
|
78
|
-
'customer.form.validation.email.pattern':
|
|
79
|
-
|
|
80
|
-
'customer.form.validation.
|
|
81
|
-
|
|
116
|
+
'customer.form.validation.email.pattern':
|
|
117
|
+
'Por favor ingrese un correo electrónico válido',
|
|
118
|
+
'customer.form.validation.phone.invalid':
|
|
119
|
+
'Por favor ingrese un número de teléfono válido',
|
|
120
|
+
'customer.form.validation.country.maxLength':
|
|
121
|
+
'El código de país debe tener 2 caracteres',
|
|
122
|
+
'customer.form.validation.name.maxLength':
|
|
123
|
+
'El nombre debe tener menos de 30 caracteres',
|
|
124
|
+
'chat.empty.title': 'No tienes mensajes.',
|
|
125
|
+
'chat.empty.description': 'Los mensajes del equipo se mostrarán aquí.',
|
|
126
|
+
'chat.live': 'Chat en Vivo',
|
|
127
|
+
'chat.support-team': 'Equipo de Soporte',
|
|
128
|
+
'customer.form.resend': 'Reenviar',
|
|
129
|
+
'chat.list-failed-message.title': 'Error al enviar',
|
|
130
|
+
'chat.list-failed-message.description':
|
|
131
|
+
'El mensaje no pudo ser enviado. Por favor intente de nuevo.',
|
|
132
|
+
'chat.list-cancel': 'Cancelar',
|
|
133
|
+
'customer.form.failed.name': 'Nombre incorrecto',
|
|
134
|
+
'customer.form.failed.name.desc': 'Por favor corrija su nombre.',
|
|
135
|
+
'customer.form.failed.email': 'Correo electrónico incorrecto',
|
|
136
|
+
'customer.form.failed.email.desc': 'Por favor corrija su correo electrónico.',
|
|
137
|
+
'customer.form.failed.phone': 'Número de teléfono incorrecto',
|
|
138
|
+
'customer.form.failed.phone.desc': 'Por favor corrija su número de teléfono.',
|
|
82
139
|
},
|
|
83
140
|
fr: {
|
|
84
|
-
'customer.form.title': '
|
|
141
|
+
'customer.form.title': 'Nom',
|
|
85
142
|
'customer.form.email': 'Email',
|
|
86
143
|
'customer.form.phone': 'Téléphone',
|
|
87
144
|
'customer.form.country': 'Pays',
|
|
@@ -103,13 +160,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
103
160
|
'chat.init.error':
|
|
104
161
|
"Échec de l'initialisation du chat. Appuyez pour réessayer",
|
|
105
162
|
'chat.empty': 'Aucun message pour le moment',
|
|
106
|
-
'customer.form.validation.email.pattern':
|
|
107
|
-
|
|
108
|
-
'customer.form.validation.
|
|
109
|
-
|
|
163
|
+
'customer.form.validation.email.pattern':
|
|
164
|
+
'Veuillez entrer une adresse email valide',
|
|
165
|
+
'customer.form.validation.phone.invalid':
|
|
166
|
+
'Veuillez entrer un numéro de téléphone valide',
|
|
167
|
+
'customer.form.validation.country.maxLength':
|
|
168
|
+
'Le code pays doit contenir 2 caractères',
|
|
169
|
+
'customer.form.validation.name.maxLength':
|
|
170
|
+
'Le nom doit contenir moins de 30 caractères',
|
|
171
|
+
'chat.empty.title': "Vous n'avez pas de message.",
|
|
172
|
+
'chat.empty.description': "Les messages de l'équipe seront affichés ici.",
|
|
173
|
+
'chat.live': 'Chat en Direct',
|
|
174
|
+
'chat.support-team': 'Équipe de Support',
|
|
175
|
+
'customer.form.resend': 'Renvoyer',
|
|
176
|
+
'chat.list-failed-message.title': 'Échec de l\'envoi',
|
|
177
|
+
'chat.list-failed-message.description':
|
|
178
|
+
'Le message n\'a pas pu être envoyé. Veuillez réessayer.',
|
|
179
|
+
'chat.list-cancel': 'Annuler',
|
|
180
|
+
'customer.form.failed.name': 'Nom incorrect',
|
|
181
|
+
'customer.form.failed.name.desc': 'Veuillez corriger votre nom.',
|
|
182
|
+
'customer.form.failed.email': 'Email incorrect',
|
|
183
|
+
'customer.form.failed.email.desc': 'Veuillez corriger votre email.',
|
|
184
|
+
'customer.form.failed.phone': 'Numéro de téléphone incorrect',
|
|
185
|
+
'customer.form.failed.phone.desc': 'Veuillez corriger votre numéro de téléphone.',
|
|
110
186
|
},
|
|
111
187
|
de: {
|
|
112
|
-
'customer.form.title': '
|
|
188
|
+
'customer.form.title': 'Name',
|
|
113
189
|
'customer.form.email': 'E-Mail',
|
|
114
190
|
'customer.form.phone': 'Telefon',
|
|
115
191
|
'customer.form.country': 'Land',
|
|
@@ -131,13 +207,33 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
131
207
|
'chat.init.error':
|
|
132
208
|
'Chat konnte nicht initialisiert werden. Tippen Sie zum Wiederholen',
|
|
133
209
|
'chat.empty': 'Noch keine Nachrichten',
|
|
134
|
-
'customer.form.validation.email.pattern':
|
|
135
|
-
|
|
136
|
-
'customer.form.validation.
|
|
137
|
-
|
|
210
|
+
'customer.form.validation.email.pattern':
|
|
211
|
+
'Bitte geben Sie eine gültige E-Mail-Adresse ein',
|
|
212
|
+
'customer.form.validation.phone.invalid':
|
|
213
|
+
'Bitte geben Sie eine gültige Telefonnummer ein',
|
|
214
|
+
'customer.form.validation.country.maxLength':
|
|
215
|
+
'Der Ländercode muss 2 Zeichen lang sein',
|
|
216
|
+
'customer.form.validation.name.maxLength':
|
|
217
|
+
'Der Name muss weniger als 30 Zeichen haben',
|
|
218
|
+
'chat.empty.title': 'Sie haben keine Nachrichten.',
|
|
219
|
+
'chat.empty.description':
|
|
220
|
+
'Die Nachrichten des Teams werden hier angezeigt.',
|
|
221
|
+
'chat.live': 'Live-Chat',
|
|
222
|
+
'chat.support-team': 'Support-Team',
|
|
223
|
+
'customer.form.resend': 'Erneut senden',
|
|
224
|
+
'chat.list-failed-message.title': 'Senden fehlgeschlagen',
|
|
225
|
+
'chat.list-failed-message.description':
|
|
226
|
+
'Die Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es erneut.',
|
|
227
|
+
'chat.list-cancel': 'Abbrechen',
|
|
228
|
+
'customer.form.failed.name': 'Falscher Name',
|
|
229
|
+
'customer.form.failed.name.desc': 'Bitte korrigieren Sie Ihren Namen.',
|
|
230
|
+
'customer.form.failed.email': 'Falsche E-Mail',
|
|
231
|
+
'customer.form.failed.email.desc': 'Bitte korrigieren Sie Ihre E-Mail.',
|
|
232
|
+
'customer.form.failed.phone': 'Falsche Telefonnummer',
|
|
233
|
+
'customer.form.failed.phone.desc': 'Bitte korrigieren Sie Ihre Telefonnummer.',
|
|
138
234
|
},
|
|
139
235
|
it: {
|
|
140
|
-
'customer.form.title': '
|
|
236
|
+
'customer.form.title': 'Nome',
|
|
141
237
|
'customer.form.email': 'Email',
|
|
142
238
|
'customer.form.phone': 'Telefono',
|
|
143
239
|
'customer.form.country': 'Paese',
|
|
@@ -157,13 +253,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
157
253
|
'chat.load.error': 'Impossibile caricare i messaggi. Tocca per riprovare',
|
|
158
254
|
'chat.init.error': 'Impossibile inizializzare la chat. Tocca per riprovare',
|
|
159
255
|
'chat.empty': 'Ancora nessun messaggio',
|
|
160
|
-
'customer.form.validation.email.pattern':
|
|
161
|
-
|
|
162
|
-
'customer.form.validation.
|
|
163
|
-
|
|
256
|
+
'customer.form.validation.email.pattern':
|
|
257
|
+
'Inserisci un indirizzo email valido',
|
|
258
|
+
'customer.form.validation.phone.invalid':
|
|
259
|
+
'Inserisci un numero di telefono valido',
|
|
260
|
+
'customer.form.validation.country.maxLength':
|
|
261
|
+
'Il codice paese deve essere di 2 caratteri',
|
|
262
|
+
'customer.form.validation.name.maxLength':
|
|
263
|
+
'Il nome deve essere inferiore a 30 caratteri',
|
|
264
|
+
'chat.empty.title': 'Non hai messaggi.',
|
|
265
|
+
'chat.empty.description': 'I messaggi del team saranno visualizzati qui.',
|
|
266
|
+
'chat.live': 'Chat dal Vivo',
|
|
267
|
+
'chat.support-team': 'Team di Supporto',
|
|
268
|
+
'customer.form.resend': 'Rinvia',
|
|
269
|
+
'chat.list-failed-message.title': 'Invio fallito',
|
|
270
|
+
'chat.list-failed-message.description':
|
|
271
|
+
'Il messaggio non è stato inviato. Per favore riprova.',
|
|
272
|
+
'chat.list-cancel': 'Annulla',
|
|
273
|
+
'customer.form.failed.name': 'Nome errato',
|
|
274
|
+
'customer.form.failed.name.desc': 'Per favore correggi il tuo nome.',
|
|
275
|
+
'customer.form.failed.email': 'Email errata',
|
|
276
|
+
'customer.form.failed.email.desc': 'Per favore correggi la tua email.',
|
|
277
|
+
'customer.form.failed.phone': 'Numero di telefono errato',
|
|
278
|
+
'customer.form.failed.phone.desc': 'Per favore correggi il tuo numero di telefono.',
|
|
164
279
|
},
|
|
165
280
|
pt: {
|
|
166
|
-
'customer.form.title': '
|
|
281
|
+
'customer.form.title': 'Nome',
|
|
167
282
|
'customer.form.email': 'Email',
|
|
168
283
|
'customer.form.phone': 'Telefone',
|
|
169
284
|
'customer.form.country': 'País',
|
|
@@ -185,13 +300,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
185
300
|
'chat.init.error':
|
|
186
301
|
'Falha ao inicializar o chat. Toque para tentar novamente',
|
|
187
302
|
'chat.empty': 'Ainda não há mensagens',
|
|
188
|
-
'customer.form.validation.email.pattern':
|
|
189
|
-
|
|
190
|
-
'customer.form.validation.
|
|
191
|
-
|
|
303
|
+
'customer.form.validation.email.pattern':
|
|
304
|
+
'Por favor, insira um endereço de email válido',
|
|
305
|
+
'customer.form.validation.phone.invalid':
|
|
306
|
+
'Por favor, insira um número de telefone válido',
|
|
307
|
+
'customer.form.validation.country.maxLength':
|
|
308
|
+
'O código do país deve ter 2 caracteres',
|
|
309
|
+
'customer.form.validation.name.maxLength':
|
|
310
|
+
'O nome deve ter menos de 30 caracteres',
|
|
311
|
+
'chat.empty.title': 'Você não tem mensagens.',
|
|
312
|
+
'chat.empty.description': 'As mensagens da equipe serão exibidas aqui.',
|
|
313
|
+
'chat.live': 'Chat ao Vivo',
|
|
314
|
+
'chat.support-team': 'Equipe de Suporte',
|
|
315
|
+
'customer.form.resend': 'Reenviar',
|
|
316
|
+
'chat.list-failed-message.title': 'Falha ao enviar',
|
|
317
|
+
'chat.list-failed-message.description':
|
|
318
|
+
'A mensagem não pôde ser enviada. Por favor, tente novamente.',
|
|
319
|
+
'chat.list-cancel': 'Cancelar',
|
|
320
|
+
'customer.form.failed.name': 'Nome incorreto',
|
|
321
|
+
'customer.form.failed.name.desc': 'Por favor, corrija seu nome.',
|
|
322
|
+
'customer.form.failed.email': 'Email incorreto',
|
|
323
|
+
'customer.form.failed.email.desc': 'Por favor, corrija seu email.',
|
|
324
|
+
'customer.form.failed.phone': 'Número de telefone incorreto',
|
|
325
|
+
'customer.form.failed.phone.desc': 'Por favor, corrija seu número de telefone.',
|
|
192
326
|
},
|
|
193
327
|
ru: {
|
|
194
|
-
'customer.form.title': '
|
|
328
|
+
'customer.form.title': 'Имя',
|
|
195
329
|
'customer.form.email': 'Электронная почта',
|
|
196
330
|
'customer.form.phone': 'Телефон',
|
|
197
331
|
'customer.form.country': 'Страна',
|
|
@@ -213,13 +347,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
213
347
|
'chat.init.error':
|
|
214
348
|
'Не удалось инициализировать чат. Нажмите, чтобы повторить попытку',
|
|
215
349
|
'chat.empty': 'Пока нет сообщений',
|
|
216
|
-
'customer.form.validation.email.pattern':
|
|
217
|
-
|
|
218
|
-
'customer.form.validation.
|
|
219
|
-
|
|
350
|
+
'customer.form.validation.email.pattern':
|
|
351
|
+
'Пожалуйста, введите действительный адрес электронной почты',
|
|
352
|
+
'customer.form.validation.phone.invalid':
|
|
353
|
+
'Пожалуйста, введите действительный номер телефона',
|
|
354
|
+
'customer.form.validation.country.maxLength':
|
|
355
|
+
'Код страны должен содержать 2 символа',
|
|
356
|
+
'customer.form.validation.name.maxLength':
|
|
357
|
+
'Имя должно содержать менее 30 символов',
|
|
358
|
+
'chat.empty.title': 'У вас нет сообщений.',
|
|
359
|
+
'chat.empty.description': 'Сообщения команды будут отображаться здесь.',
|
|
360
|
+
'chat.live': 'Живой Чат',
|
|
361
|
+
'chat.support-team': 'Служба Поддержки',
|
|
362
|
+
'customer.form.resend': 'Отправить повторно',
|
|
363
|
+
'chat.list-failed-message.title': 'Не удалось отправить',
|
|
364
|
+
'chat.list-failed-message.description':
|
|
365
|
+
'Сообщение не удалось отправить. Пожалуйста, попробуйте еще раз.',
|
|
366
|
+
'chat.list-cancel': 'Отмена',
|
|
367
|
+
'customer.form.failed.name': 'Неверное имя',
|
|
368
|
+
'customer.form.failed.name.desc': 'Пожалуйста, исправьте ваше имя.',
|
|
369
|
+
'customer.form.failed.email': 'Неверный email',
|
|
370
|
+
'customer.form.failed.email.desc': 'Пожалуйста, исправьте ваш email.',
|
|
371
|
+
'customer.form.failed.phone': 'Неверный номер телефона',
|
|
372
|
+
'customer.form.failed.phone.desc': 'Пожалуйста, исправьте ваш номер телефона.',
|
|
220
373
|
},
|
|
221
374
|
ja: {
|
|
222
|
-
'customer.form.title': '
|
|
375
|
+
'customer.form.title': '名前',
|
|
223
376
|
'customer.form.email': 'メールアドレス',
|
|
224
377
|
'customer.form.phone': '電話番号',
|
|
225
378
|
'customer.form.country': '国',
|
|
@@ -239,13 +392,32 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
239
392
|
'chat.load.error': 'メッセージの読み込みに失敗しました。タップして再試行',
|
|
240
393
|
'chat.init.error': 'チャットの初期化に失敗しました。タップして再試行',
|
|
241
394
|
'chat.empty': 'まだメッセージはありません',
|
|
242
|
-
'customer.form.validation.email.pattern':
|
|
243
|
-
|
|
244
|
-
'customer.form.validation.
|
|
245
|
-
|
|
395
|
+
'customer.form.validation.email.pattern':
|
|
396
|
+
'有効なメールアドレスを入力してください',
|
|
397
|
+
'customer.form.validation.phone.invalid':
|
|
398
|
+
'有効な電話番号を入力してください',
|
|
399
|
+
'customer.form.validation.country.maxLength':
|
|
400
|
+
'国コードは2文字である必要があります',
|
|
401
|
+
'customer.form.validation.name.maxLength':
|
|
402
|
+
'名前は30文字未満である必要があります',
|
|
403
|
+
'chat.empty.title': 'メッセージがありません。',
|
|
404
|
+
'chat.empty.description': 'チームからのメッセージがここに表示されます。',
|
|
405
|
+
'chat.live': 'ライブチャット',
|
|
406
|
+
'chat.support-team': 'サポートチーム',
|
|
407
|
+
'customer.form.resend': '再送信',
|
|
408
|
+
'chat.list-failed-message.title': '送信に失敗しました',
|
|
409
|
+
'chat.list-failed-message.description':
|
|
410
|
+
'メッセージを送信できませんでした。もう一度お試しください。',
|
|
411
|
+
'chat.list-cancel': 'キャンセル',
|
|
412
|
+
'customer.form.failed.name': '名前が間違っています',
|
|
413
|
+
'customer.form.failed.name.desc': 'お名前を修正してください。',
|
|
414
|
+
'customer.form.failed.email': 'メールアドレスが間違っています',
|
|
415
|
+
'customer.form.failed.email.desc': 'メールアドレスを修正してください。',
|
|
416
|
+
'customer.form.failed.phone': '電話番号が間違っています',
|
|
417
|
+
'customer.form.failed.phone.desc': '電話番号を修正してください。',
|
|
246
418
|
},
|
|
247
419
|
zh: {
|
|
248
|
-
'customer.form.title': '
|
|
420
|
+
'customer.form.title': '姓名',
|
|
249
421
|
'customer.form.email': '电子邮件',
|
|
250
422
|
'customer.form.phone': '电话',
|
|
251
423
|
'customer.form.country': '国家',
|
|
@@ -268,5 +440,20 @@ export const LocalizationList: Record<LanguageCode, LocalizationKeys> = {
|
|
|
268
440
|
'customer.form.validation.phone.invalid': '请输入有效的电话号码',
|
|
269
441
|
'customer.form.validation.country.maxLength': '国家代码必须是2个字符',
|
|
270
442
|
'customer.form.validation.name.maxLength': '名称必须少于30个字符',
|
|
443
|
+
'chat.empty.title': '您没有消息。',
|
|
444
|
+
'chat.empty.description': '团队的消息将显示在这里。',
|
|
445
|
+
'chat.live': '在线聊天',
|
|
446
|
+
'chat.support-team': '支持团队',
|
|
447
|
+
'customer.form.resend': '重新发送',
|
|
448
|
+
'chat.list-failed-message.title': '发送失败',
|
|
449
|
+
'chat.list-failed-message.description':
|
|
450
|
+
'消息无法发送。请重试。',
|
|
451
|
+
'chat.list-cancel': '取消',
|
|
452
|
+
'customer.form.failed.name': '名字错误',
|
|
453
|
+
'customer.form.failed.name.desc': '请修正您的名字。',
|
|
454
|
+
'customer.form.failed.email': '电子邮件错误',
|
|
455
|
+
'customer.form.failed.email.desc': '请修正您的电子邮件。',
|
|
456
|
+
'customer.form.failed.phone': '电话号码错误',
|
|
457
|
+
'customer.form.failed.phone.desc': '请修正您的电话号码。',
|
|
271
458
|
},
|
|
272
459
|
} as const;
|
|
@@ -22,4 +22,18 @@ export type LocalizationKeys = {
|
|
|
22
22
|
'chat.load.error': string;
|
|
23
23
|
'chat.init.error': string;
|
|
24
24
|
'chat.empty': string;
|
|
25
|
+
'chat.empty.title': string;
|
|
26
|
+
'chat.empty.description': string;
|
|
27
|
+
'chat.live': string;
|
|
28
|
+
'chat.support-team': string;
|
|
29
|
+
'customer.form.resend': string;
|
|
30
|
+
'chat.list-failed-message.title': string;
|
|
31
|
+
'chat.list-failed-message.description': string;
|
|
32
|
+
'chat.list-cancel': string;
|
|
33
|
+
'customer.form.failed.name': string;
|
|
34
|
+
'customer.form.failed.name.desc': string;
|
|
35
|
+
'customer.form.failed.email': string;
|
|
36
|
+
'customer.form.failed.email.desc': string;
|
|
37
|
+
'customer.form.failed.phone': string;
|
|
38
|
+
'customer.form.failed.phone.desc': string;
|
|
25
39
|
};
|