@everymatrix/player-profile-info 0.0.349 → 0.0.351

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": "0.0.349",
3
+ "version": "0.0.351",
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": "6883e6dbe2a0a393b72ca3d7d5157eb85816f283"
39
+ "gitHead": "16d8fe8c258e64a83421f55963fbc29d71bc2b3b"
40
40
  }
@@ -345,6 +345,7 @@
345
345
  }
346
346
 
347
347
  const consentData = ():void => {
348
+ consentArray = { items: [] };
348
349
  if (showSMS) {
349
350
  consentArray.items.push({'tagCode': 'sms', 'status': giveConsentSMS ? 'Accepted' : 'Denied'})
350
351
  }
@@ -33,6 +33,40 @@ export const PlayerProfileTranslations = {
33
33
  userProfileConfirmationMessage: `Your changes have been saved!`
34
34
  }
35
35
  },
36
+ zh: {
37
+ playerProfile: {
38
+ title: `資料信息`,
39
+ personalDetails: `個人資料`,
40
+ userName: `用戶名:`,
41
+ userPhone: `電話:`,
42
+ userPhoneError: '移動設備的長度必須至少為 5 個字符,最多 20 個字符。',
43
+ userEmail: `電子郵件:`,
44
+ securityQuestion: `安全問題:`,
45
+ securityQuestionError: '安全問題的長度必須至少為 1 個字符,最多 120 個字符。',
46
+ firstName: `名:`,
47
+ securityAnswer: `安全答案:`,
48
+ securityAnswerError: '安全答案的長度必須至少為 1 個字符,最多為 120 個字符。',
49
+ lastName: `姓:`,
50
+ dateOfBirth: `出生日期:`,
51
+ currency: `貨幣:`,
52
+ userTitle: `標題:`,
53
+ locationDetails: `位置詳情`,
54
+ userCountry: `國家:`,
55
+ userCity: `城市:`,
56
+ userCityError: '城市必須至少 1 個字符長,最多 50 個字符。',
57
+ userAddress: `地址:`,
58
+ userAddressError: '地址必須至少 1 個字符長,最多 100 個字符。',
59
+ userPostalCode: `郵政編碼:`,
60
+ userPostalCodeError: '郵政編碼必須至少 1 個字符長,最多 20 個字符。',
61
+ userNotifications: `通知`,
62
+ userAppSettings: `生物识别`,
63
+ userSMSNotification: `啟用短信通知`,
64
+ userBiometrics: `启用生物识别`,
65
+ userEmailNotification: `啟用電子郵件`,
66
+ userProfileSaveChanges: `保存更改`,
67
+ userProfileConfirmationMessage: `你的修改已被保存!`
68
+ }
69
+ },
36
70
  fr: {
37
71
  playerProfile: {
38
72
  title: `Information sur le profil`,