@everymatrix/cashier-error 1.35.0 → 1.36.0

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.35.0",
3
+ "version": "1.36.0",
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": "cad27ef6706d0e17f1eda3810fee31f1ec373fa9"
38
+ "gitHead": "09be81de9c66446d0062303022d5f036d874d153"
39
39
  }
@@ -10,5 +10,17 @@ export const TRANSLATIONS = {
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
12
  "JwtTokenError": "IDX12741: JWT must have three segments (JWS) or five segments (JWE)."
13
+ },
14
+ "tr": {
15
+ "errorGeneralTitle": "Hata oluştu",
16
+ "errorGeneralText": "Something went wrong",
17
+ "errorGeneralButton": "KAPALI",
18
+ "PlayerSessionIsNotValid": "Player session is not valid",
19
+ "VendorCommunicationError": "Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",
20
+ "PaymentMethodNotAllowed": "Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",
21
+ "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
+ "MerchantUserHasWithdrawBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
23
+ "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)."
13
25
  }
14
- }
26
+ }