@everymatrix/cashier-error 1.43.3 → 1.43.4
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/CHANGELOG.md +1 -0
- package/dist/cashier-error.js +64 -64
- package/dist/cashier-error.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +8 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/cashier-error",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.4",
|
|
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": "
|
|
38
|
+
"gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -12,7 +12,10 @@ export const TRANSLATIONS = {
|
|
|
12
12
|
"JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE).",
|
|
13
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
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."
|
|
15
|
+
"DepositWageringLimit": "Attention! Your winnings balance has less than the amount you want to withdraw.",
|
|
16
|
+
"AmountMinLimitExceeded": "Amount is smaller than PaymentMethod minimum limit",
|
|
17
|
+
"AmountMaxLimitExceeded": "Amount is bigger than PaymentMethod maximum limit",
|
|
18
|
+
"AmountIsMissing": "Amount is missing"
|
|
16
19
|
},
|
|
17
20
|
"tr": {
|
|
18
21
|
"errorGeneralTitle": "Hata oluştu",
|
|
@@ -27,6 +30,9 @@ export const TRANSLATIONS = {
|
|
|
27
30
|
"JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE).",
|
|
28
31
|
"TransactionIsBlockedDueToNotCompletedKyc": "İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",
|
|
29
32
|
"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."
|
|
33
|
+
"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.",
|
|
34
|
+
"AmountMinLimitExceeded": "Tutar, Ödeme Yöntemi minimum sınırından daha küçük",
|
|
35
|
+
"AmountMaxLimitExceeded": "Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",
|
|
36
|
+
"AmountIsMissing": "Tutar eksik"
|
|
31
37
|
}
|
|
32
38
|
}
|