@everymatrix/cashier-error 1.43.0 → 1.43.2

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/cashier-error",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "main": "index.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": "2b46cd3311230285da87ca4b133f9dd5735a0db7"
38
+ "gitHead": "0477411e57fe6c3eda8ff28059aa540dcada8ae0"
39
39
  }
@@ -9,7 +9,10 @@ export const TRANSLATIONS = {
9
9
  "InvalidPaymentDetails": "We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555",
10
10
  "MerchantUserHasWithdrawBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
11
11
  "MerchantUserHasDepositBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",
12
- "JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE)."
12
+ "JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE).",
13
+ "TransactionIsBlockedDueToNotCompletedKyc": "We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",
14
+ "InsufficientCasinoFunds": " Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",
15
+ "DepositWageringLimit": "Attention! Your winnings balance has less than the amount you want to withdraw."
13
16
  },
14
17
  "tr": {
15
18
  "errorGeneralTitle": "Hata oluştu",
@@ -21,6 +24,9 @@ export const TRANSLATIONS = {
21
24
  "InvalidPaymentDetails": "Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",
22
25
  "MerchantUserHasWithdrawBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
23
26
  "MerchantUserHasDepositBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",
24
- "JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE)."
27
+ "JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE).",
28
+ "TransactionIsBlockedDueToNotCompletedKyc": "İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",
29
+ "InsufficientCasinoFunds": " Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",
30
+ "DepositWageringLimit": "Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz."
25
31
  }
26
- }
32
+ }