@everymatrix/player-profile-info 1.24.7 → 1.26.0

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.24.7",
3
+ "version": "1.26.0",
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": "7d07b195e7119200519062f519ff0712a2227c39"
38
+ "gitHead": "5abe76b491406787c17e946ad3c79676a0554d8b"
39
39
  }
@@ -7,7 +7,7 @@ export const TRANSLATIONS = {
7
7
  "userPhoneError": "Mobile must be at least 5 character long and 12 characters maximum.",
8
8
  "userEmail": "Email:",
9
9
  "profileSecurityQuestion": "Security Question",
10
- 'profileSecurityQuestion2': 'Document Type (DNI, Foreign ID Card, Passport)',
10
+ "profileSecurityQuestion2": "Document Type (DNI, Foreign ID Card, Passport)",
11
11
  "profileSecurityQuestionError": "Security question must be at least 1 character long and maximum 120 characters.",
12
12
  "profileSecurityQuestionError2": "Only letters and numbers are accepted.",
13
13
  "firstName": "First Name:",
@@ -222,5 +222,41 @@ export const TRANSLATIONS = {
222
222
  "userEmailNotification": "Ativar notificações por e-mail",
223
223
  "userProfileSaveChanges": "Salvar alterações",
224
224
  "userProfileConfirmationMessage": "Suas alterações foram salvas!"
225
+ },
226
+ "hr": {
227
+ "title": "Informacije o profilu",
228
+ "personalDetails": "Osobni podatci",
229
+ "userName": "Korisničko ime:",
230
+ "userPhone": "Telefon:",
231
+ "userPhoneError": "Broj telefona mora imati najmanje 5 znakova i najviše 12 znakova.",
232
+ "userE-mail": "E-mail:",
233
+ "profileSecurityQuestion": "Sigurnosno pitanje",
234
+ "profileSecurityQuestion2": "Vrsta dokumenta",
235
+ "profileSecurityQuestionError": "Sigurnosno pitanje mora imati najmanje 1 znak i najviše 120 znakova.",
236
+ "profileSecurityQuestionError2": "Prihvaćaju se samo slova i brojke.",
237
+ "firstName": "Ime",
238
+ "profileSecurityAnswer": "Sigurnosni odgovor",
239
+ "profileSecurityAnswer2": "Broj dokumenta:",
240
+ "profileSecurityAnswerError": "Sigurnosni odgovor mora imati najmanje 1 znak i najviše 120 znakova.",
241
+ "profileSecurityAnswerError2": "Prihvaćaju se samo slova i brojke.",
242
+ "lastName": "Prezime",
243
+ "dateOfBirth": "Datum rođenja:",
244
+ "currency": "Valuta:",
245
+ "userTitle": "Titula:",
246
+ "locationDetails": "Detalji lokacije",
247
+ "userCountry": "Zemlja:",
248
+ "userCity": "Grad:",
249
+ "userCityError": "Grad mora imati najmanje 1 znak i najviše 50 znakova.",
250
+ "userAddress": "Adresa:",
251
+ "userAddressError": "Adresa mora imati najmanje 1 znak i najviše 100 znakova.",
252
+ "userPostalCode": "Poštanski broj:",
253
+ "userPostalCodeError": "Poštanski broj mora imati najmanje 1 znak i najviše 20 znakova.",
254
+ "userNotifications": "Obavijesti",
255
+ "userAppSettings": "Biometrija",
256
+ "userSMSNotification": "Omogućite SMS obavijesti",
257
+ "userBiometrics": "Omogući biometriju",
258
+ "userE-mailNotification": "Omogući e-mail",
259
+ "userProfileSaveChanges": "Spremi promjene",
260
+ "userProfileConfirmationMessage": "Vaše izmjene su spremljene!"
225
261
  }
226
262
  }