@everymatrix/player-profile-info 1.29.4 → 1.29.6
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/player-profile-info",
|
3
|
-
"version": "1.29.
|
3
|
+
"version": "1.29.6",
|
4
4
|
"main": "dist/player-profile-info.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "a67714e03295f6cdb76990ce33c8baeec7819b9f"
|
39
39
|
}
|
package/src/translations.js
CHANGED
@@ -28,9 +28,7 @@ export const TRANSLATIONS = {
|
|
28
28
|
"userPostalCode": "Postal Code:",
|
29
29
|
"userPostalCodeError": "Postal Code must be at least 1 character long and 20 characters maximum.",
|
30
30
|
"userNotifications": "Notifications",
|
31
|
-
"userAppSettings": "Biometrics",
|
32
31
|
"userSMSNotification": "Enable SMS notifications",
|
33
|
-
"userBiometrics": "Enable biometrics",
|
34
32
|
"userEmailNotification": "Enable Emails",
|
35
33
|
"userProfileSaveChanges": "Save Changes",
|
36
34
|
"userProfileConfirmationMessage": "Your changes have been saved!"
|
@@ -42,11 +40,15 @@ export const TRANSLATIONS = {
|
|
42
40
|
"userPhone": "電話:",
|
43
41
|
"userPhoneError": "移動設備的長度必須至少為 5 個字符,最多 12 個字符。",
|
44
42
|
"userEmail": "電子郵件:",
|
45
|
-
"
|
46
|
-
"
|
43
|
+
"profileSecurityQuestion": "安全問題",
|
44
|
+
"profileSecurityQuestion2": "文檔類型(DNI、外國身份證、護照)",
|
45
|
+
"profileSecurityQuestionError": "安全問題長度必須至少1個字符,最多120個字符。",
|
46
|
+
"profileSecurityQuestionError2": "僅接受字母和數字。",
|
47
47
|
"firstName": "名:",
|
48
|
-
"
|
49
|
-
"
|
48
|
+
"profileSecurityAnswer": "安全答案",
|
49
|
+
"profileSecurityAnswer2": "文件號碼:",
|
50
|
+
"profileSecurityAnswerError": "安全答案長度必須至少1個字符,最多120個字符。",
|
51
|
+
"profileSecurityAnswerError2": "僅接受字母和數字。",
|
50
52
|
"lastName": "姓:",
|
51
53
|
"dateOfBirth": "出生日期:",
|
52
54
|
"currency": "貨幣:",
|
@@ -60,9 +62,7 @@ export const TRANSLATIONS = {
|
|
60
62
|
"userPostalCode": "郵政編碼:",
|
61
63
|
"userPostalCodeError": "郵政編碼必須至少 1 個字符長,最多 20 個字符。",
|
62
64
|
"userNotifications": "通知",
|
63
|
-
"userAppSettings": "生物识别",
|
64
65
|
"userSMSNotification": "啟用短信通知",
|
65
|
-
"userBiometrics": "启用生物识别",
|
66
66
|
"userEmailNotification": "啟用電子郵件",
|
67
67
|
"userProfileSaveChanges": "保存更改",
|
68
68
|
"userProfileConfirmationMessage": "你的修改已被保存!"
|
@@ -74,11 +74,15 @@ export const TRANSLATIONS = {
|
|
74
74
|
"userPhone": "Téléphone:",
|
75
75
|
"userPhoneError": "Le mobile doit comporter au moins 5 caractères et 12 caractères maximum.",
|
76
76
|
"userEmail": "Email:",
|
77
|
-
"
|
78
|
-
"
|
77
|
+
"profileSecurityQuestion": "Question de sécurité",
|
78
|
+
"profileSecurityQuestion2": "Type de document (DNI, carte d'identité étrangère, passeport)",
|
79
|
+
"profileSecurityQuestionError": "La question de sécurité doit comporter au moins 1 caractère et au maximum 120 caractères.",
|
80
|
+
"profileSecurityQuestionError2": "Seuls les lettres et les chiffres sont acceptés.",
|
79
81
|
"firstName": "Prénom:",
|
80
|
-
"
|
81
|
-
"
|
82
|
+
"profileSecurityAnswer": "Réponse de sécurité",
|
83
|
+
"profileSecurityAnswer2": "Numéro de document :",
|
84
|
+
"profileSecurityAnswerError": "La réponse de sécurité doit comporter au moins 1 caractère et au maximum 120 caractères.",
|
85
|
+
"profileSecurityAnswerError2": "Seuls les lettres et les chiffres sont acceptés.",
|
82
86
|
"lastName": "Nom de famille:",
|
83
87
|
"dateOfBirth": "Date de naissance:",
|
84
88
|
"currency": "Monnaie:",
|
@@ -92,9 +96,7 @@ export const TRANSLATIONS = {
|
|
92
96
|
"userPostalCode": "Code postal:",
|
93
97
|
"userPostalCodeError": "Le code postal doit comporter au moins 1 caractère et 20 caractères au maximum.",
|
94
98
|
"userNotifications": "Notifications",
|
95
|
-
"userAppSettings": "Biométrie",
|
96
99
|
"userSMSNotification": "Activer les notifications par sms",
|
97
|
-
"userBiometrics": "Activer la biométrie",
|
98
100
|
"userEmailNotification": "Activer les e-mails",
|
99
101
|
"userProfileSaveChanges": "Sauvegarder les changements",
|
100
102
|
"userProfileConfirmationMessage": "Vos modifications ont été enregistrées!"
|
@@ -106,19 +108,23 @@ export const TRANSLATIONS = {
|
|
106
108
|
"userPhone": "Telefon:",
|
107
109
|
"userPhoneError": "Telefon-ul trebuie să aibă cel puțin 5 caractere și maximum 12 de caractere.",
|
108
110
|
"userEmail": "E-mail:",
|
109
|
-
"
|
110
|
-
"
|
111
|
+
"profileSecurityQuestion": "Întrebare de securitate",
|
112
|
+
"profileSecurityQuestion2": "Tip de document (DNI, carte de identitate străină, pașaport)",
|
113
|
+
"profileSecurityQuestionError": "Întrebarea de securitate trebuie să aibă cel puțin 1 caracter și maximum 120 de caractere.",
|
114
|
+
"profileSecurityQuestionError2": "Sunt acceptate doar litere și cifre.",
|
111
115
|
"firstName": "Prenume:",
|
112
|
-
"
|
113
|
-
"
|
116
|
+
"profileSecurityAnswer": "Răspuns de securitate",
|
117
|
+
"profileSecurityAnswer2": "Număr document:",
|
118
|
+
"profileSecurityAnswerError": "Răspunsul de securitate trebuie să aibă cel puțin 1 caracter și maximum 120 de caractere.",
|
119
|
+
"profileSecurityAnswerError2": "Sunt acceptate doar litere și cifre.",
|
114
120
|
"lastName": "Nume:",
|
115
121
|
"dateOfBirth": "Data nașterii:",
|
116
122
|
"currency": "Monedă:",
|
117
123
|
"userTitle": "Titlu:",
|
118
124
|
"locationDetails": "Detalii de Localizare",
|
119
125
|
"userCountry": "Țară:",
|
120
|
-
"userCityError": "Orașul trebuie să aibă cel puțin 1 caracter și maximum 50 de caractere.",
|
121
126
|
"userCity": "Oraș:",
|
127
|
+
"userCityError": "Orașul trebuie să aibă cel puțin 1 caracter și maximum 50 de caractere.",
|
122
128
|
"userAddress": "Adresă:",
|
123
129
|
"userAddressError": "Adresa trebuie sa fie cuprinsa intre 1 si 100 de caractere.",
|
124
130
|
"userPostalCode": "Cod poștal:",
|
@@ -136,11 +142,15 @@ export const TRANSLATIONS = {
|
|
136
142
|
"userPhone": "Telefon:",
|
137
143
|
"userPhoneError": "Mobil en az 5 karakter uzunluğunda ve en fazla 12 karakter olmalıdır.",
|
138
144
|
"userEmail": "E-posta:",
|
139
|
-
"
|
140
|
-
"
|
145
|
+
"profileSecurityQuestion": "Güvenlik Sorusu",
|
146
|
+
"profileSecurityQuestion2": "Belge Türü (DNI, Yabancı Kimlik Kartı, Pasaport)",
|
147
|
+
"profileSecurityQuestionError": "Güvenlik sorusu en az 1 karakter uzunluğunda ve en fazla 120 karakter olmalıdır.",
|
148
|
+
"profileSecurityQuestionError2": "Sadece harfler ve rakamlar kabul edilir.",
|
141
149
|
"firstName": "İlk adı:",
|
142
|
-
"
|
143
|
-
"
|
150
|
+
"profileSecurityAnswer": "Güvenlik Cevabı",
|
151
|
+
"profileSecurityAnswer2": "Belge Numarası:",
|
152
|
+
"profileSecurityAnswerError": "Güvenlik cevabı en az 1 karakter uzunluğunda ve en fazla 120 karakter olmalıdır.",
|
153
|
+
"profileSecurityAnswerError2": "Sadece harfler ve rakamlar kabul edilir.",
|
144
154
|
"lastName": "Soyadı:",
|
145
155
|
"dateOfBirth": "Doğum tarihi:",
|
146
156
|
"currency": "Para birimi:",
|
@@ -166,11 +176,15 @@ export const TRANSLATIONS = {
|
|
166
176
|
"userPhone": "Celular / Número / Número Celular",
|
167
177
|
"userPhoneError": "Número celular debe tener al menos 5 caracteres y un máximo de 20 caracteres",
|
168
178
|
"userEmail": "Email:",
|
169
|
-
"
|
170
|
-
"
|
179
|
+
"profileSecurityQuestion": "Pregunta de Seguridad",
|
180
|
+
"profileSecurityQuestion2": "Tipo de Documento (DNI, Carnet de identidad extranjero, Pasaporte)",
|
181
|
+
"profileSecurityQuestionError": "La pregunta de seguridad debe tener al menos 1 caracter y como máximo 120 caracteres.",
|
182
|
+
"profileSecurityQuestionError2": "Solo se aceptan letras y números.",
|
171
183
|
"firstName": "Nombre",
|
172
|
-
"
|
173
|
-
"
|
184
|
+
"profileSecurityAnswer": "Respuesta de Seguridad",
|
185
|
+
"profileSecurityAnswer2": "Número de Documento:",
|
186
|
+
"profileSecurityAnswerError": "La respuesta de seguridad debe tener al menos 1 caracter y como máximo 120 caracteres.",
|
187
|
+
"profileSecurityAnswerError2": "Solo se aceptan letras y números.",
|
174
188
|
"lastName": "Apellido",
|
175
189
|
"dateOfBirth": "Fecha de nacimiento:",
|
176
190
|
"currency": "Moneda:",
|
@@ -184,9 +198,7 @@ export const TRANSLATIONS = {
|
|
184
198
|
"userPostalCode": "Código Postal:",
|
185
199
|
"userPostalCodeError": "El código postal debe tener al menos 1 carácter y un máximo de 20 caracteres.",
|
186
200
|
"userNotifications": "Notificaciones",
|
187
|
-
"userAppSettings": "Biometría",
|
188
201
|
"userSMSNotification": "Habilitar notificaciones SMS",
|
189
|
-
"userBiometrics": "Habilitar datos biométricos",
|
190
202
|
"userEmailNotification": "Habilitar Emails",
|
191
203
|
"userProfileSaveChanges": "Cambios Guardados",
|
192
204
|
"userProfileConfirmationMessage": "Sus cambios han sido guardados!"
|
@@ -198,11 +210,15 @@ export const TRANSLATIONS = {
|
|
198
210
|
"userPhone": "Celular:",
|
199
211
|
"userPhoneError": "O celular deve ter pelo menos 5 caracteres e no máximo 12 caracteres.",
|
200
212
|
"userEmail": "E-mail:",
|
201
|
-
"
|
202
|
-
"
|
213
|
+
"profileSecurityQuestion": "Pergunta de Segurança",
|
214
|
+
"profileSecurityQuestion2": "Tipo de Documento (DNI, Cartão de Identificação Estrangeiro, Passaporte)",
|
215
|
+
"profileSecurityQuestionError": "A pergunta de segurança deve ter pelo menos 1 caractere e no máximo 120 caracteres.",
|
216
|
+
"profileSecurityQuestionError2": "Somente letras e números são aceitos.",
|
203
217
|
"firstName": "Primeiro nome:",
|
204
|
-
"
|
205
|
-
"
|
218
|
+
"profileSecurityAnswer": "Resposta de Segurança",
|
219
|
+
"profileSecurityAnswer2": "Número do Documento:",
|
220
|
+
"profileSecurityAnswerError": "A resposta de segurança deve ter pelo menos 1 caractere e no máximo 120 caracteres.",
|
221
|
+
"profileSecurityAnswerError2": "Somente letras e números são aceitos.",
|
206
222
|
"lastName": "Último nome:",
|
207
223
|
"dateOfBirth": "Data de nascimento:",
|
208
224
|
"currency": "Moeda:",
|
@@ -216,9 +232,7 @@ export const TRANSLATIONS = {
|
|
216
232
|
"userPostalCode": "CEP:",
|
217
233
|
"userPostalCodeError": "O código postal deve ter pelo menos 1 caractere e no máximo 20 caracteres.",
|
218
234
|
"userNotifications": "Notificações",
|
219
|
-
"userAppSettings": "Biometrics",
|
220
235
|
"userSMSNotification": "Ativar notificações por SMS",
|
221
|
-
"userBiometrics": "Ativar biometria.",
|
222
236
|
"userEmailNotification": "Ativar notificações por e-mail",
|
223
237
|
"userProfileSaveChanges": "Salvar alterações",
|
224
238
|
"userProfileConfirmationMessage": "Suas alterações foram salvas!"
|
@@ -229,7 +243,7 @@ export const TRANSLATIONS = {
|
|
229
243
|
"userName": "Korisničko ime:",
|
230
244
|
"userPhone": "Telefon:",
|
231
245
|
"userPhoneError": "Broj telefona mora imati najmanje 5 znakova i najviše 12 znakova.",
|
232
|
-
"
|
246
|
+
"userEmail": "E-mail:",
|
233
247
|
"profileSecurityQuestion": "Sigurnosno pitanje",
|
234
248
|
"profileSecurityQuestion2": "Vrsta dokumenta",
|
235
249
|
"profileSecurityQuestionError": "Sigurnosno pitanje mora imati najmanje 1 znak i najviše 120 znakova.",
|
@@ -252,9 +266,7 @@ export const TRANSLATIONS = {
|
|
252
266
|
"userPostalCode": "Poštanski broj:",
|
253
267
|
"userPostalCodeError": "Poštanski broj mora imati najmanje 1 znak i najviše 20 znakova.",
|
254
268
|
"userNotifications": "Obavijesti",
|
255
|
-
"userAppSettings": "Biometrija",
|
256
269
|
"userSMSNotification": "Omogućite SMS obavijesti",
|
257
|
-
"userBiometrics": "Omogući biometriju",
|
258
270
|
"userEmailNotification": "Omogući e-mail",
|
259
271
|
"userProfileSaveChanges": "Spremi promjene",
|
260
272
|
"userProfileConfirmationMessage": "Vaše izmjene su spremljene!"
|
@@ -288,9 +300,7 @@ export const TRANSLATIONS = {
|
|
288
300
|
"userPostalCode": "Código postal:",
|
289
301
|
"userPostalCodeError": "O código postal deve ter pelo menos 1 caractere e no máximo 20 caracteres",
|
290
302
|
"userNotifications": "Notificações",
|
291
|
-
"userAppSettings": "Biometria",
|
292
303
|
"userSMSNotification": "Habilitar notificações por SMS",
|
293
|
-
"userBiometrics": "Habilitar biometria",
|
294
304
|
"userEmailNotification": "Ativar e-mail",
|
295
305
|
"userProfileSaveChanges": "Guardar mudanças",
|
296
306
|
"userProfileConfirmationMessage": "Suas alterações foram salvas!"
|
@@ -324,9 +334,7 @@ export const TRANSLATIONS = {
|
|
324
334
|
"userPostalCode": "Código Postal:",
|
325
335
|
"userPostalCodeError": "Código Postal debe tener al menos 1 carácter de largo y 20 caracteres máximo",
|
326
336
|
"userNotifications": "Notificaciones",
|
327
|
-
"userAppSettings": "Biométricos",
|
328
337
|
"userSMSNotification": "Habilitar notificaciones de SMS",
|
329
|
-
"userBiometrics": "Habilitar biométricos",
|
330
338
|
"userEmailNotification": "Habilitar correo electrónico",
|
331
339
|
"userProfileSaveChanges": "Guardar cambios",
|
332
340
|
"userProfileConfirmationMessage": "¡Sus cambios han sido guardados!"
|