@everymatrix/player-profile-info 1.3.4 → 1.4.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-profile-info",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"main": "dist/player-profile-info.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -167,36 +167,36 @@ export const PlayerProfileTranslations = {
|
|
|
167
167
|
},
|
|
168
168
|
es: {
|
|
169
169
|
playerProfile: {
|
|
170
|
-
title: `Información
|
|
171
|
-
personalDetails: `Detalles
|
|
172
|
-
userName: `
|
|
173
|
-
userPhone: `
|
|
174
|
-
userPhoneError: '
|
|
175
|
-
userEmail: `
|
|
170
|
+
title: `Información de Perfil`,
|
|
171
|
+
personalDetails: `Detalles Personales`,
|
|
172
|
+
userName: `Usuario`,
|
|
173
|
+
userPhone: `Celular / Número / Número Celular`,
|
|
174
|
+
userPhoneError: 'Número celular debe tener al menos 5 caracteres y un máximo de 20 caracteres',
|
|
175
|
+
userEmail: `Email:`,
|
|
176
176
|
securityQuestion: `Pregunta de seguridad:`,
|
|
177
|
-
securityQuestionError: 'La
|
|
178
|
-
firstName: `
|
|
177
|
+
securityQuestionError: 'La Pregunta de seguridad debe tener un mínimo de 1 carácter y un máximo de 120 caracteres',
|
|
178
|
+
firstName: `Nombre`,
|
|
179
179
|
securityAnswer: `Respuesta de seguridad:`,
|
|
180
|
-
securityAnswerError: 'La
|
|
181
|
-
lastName: `
|
|
180
|
+
securityAnswerError: 'La Respuesta de seguridad debe tener un mínimo de 1 carácter y un máximo de 120 caracteres',
|
|
181
|
+
lastName: `Apellido`,
|
|
182
182
|
dateOfBirth: `Fecha de nacimiento:`,
|
|
183
183
|
currency: `Moneda:`,
|
|
184
184
|
userTitle: `Título:`,
|
|
185
185
|
locationDetails: `Detalles de ubicación`,
|
|
186
186
|
userCountry: `País:`,
|
|
187
187
|
userCity: `Ciudad:`,
|
|
188
|
-
userCityError: 'La ciudad debe tener al menos 1 carácter
|
|
189
|
-
userAddress: `
|
|
188
|
+
userCityError: 'La ciudad debe tener al menos 1 carácter y un máximo de 50 caracteres.',
|
|
189
|
+
userAddress: `Dirección:`,
|
|
190
190
|
userAddressError: 'La dirección debe tener al menos 1 carácter y un máximo de 100 caracteres.',
|
|
191
|
-
userPostalCode: `Postal
|
|
191
|
+
userPostalCode: `Código Postal:`,
|
|
192
192
|
userPostalCodeError: 'El código postal debe tener al menos 1 carácter y un máximo de 20 caracteres.',
|
|
193
193
|
userNotifications: `Notificaciones`,
|
|
194
|
-
userAppSettings: `
|
|
194
|
+
userAppSettings: `Biometría`,
|
|
195
195
|
userSMSNotification: `Habilitar notificaciones SMS`,
|
|
196
|
-
userBiometrics: `Habilitar datos biométricos
|
|
197
|
-
userEmailNotification: `Habilitar
|
|
198
|
-
userProfileSaveChanges: `
|
|
199
|
-
userProfileConfirmationMessage: `
|
|
196
|
+
userBiometrics: `Habilitar datos biométricos`,
|
|
197
|
+
userEmailNotification: `Habilitar Emails`,
|
|
198
|
+
userProfileSaveChanges: `Cambios Guardados`,
|
|
199
|
+
userProfileConfirmationMessage: `Sus cambios han sido guardados!`
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
pt: {
|