@adyen/adyen-web 5.28.3 → 5.30.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/dist/adyen.css +11 -9
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +11 -9
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +11 -9
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/ar.js +1 -1
- package/dist/es/cs-CZ.js +1 -1
- package/dist/es/da-DK.js +1 -1
- package/dist/es/de-DE.js +1 -1
- package/dist/es/el-GR.js +1 -1
- package/dist/es/es-ES.js +1 -1
- package/dist/es/fi-FI.js +1 -1
- package/dist/es/fr-FR.js +1 -1
- package/dist/es/hr-HR.js +1 -1
- package/dist/es/hu-HU.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/it-IT.js +1 -1
- package/dist/es/ja-JP.js +1 -1
- package/dist/es/ko-KR.js +1 -1
- package/dist/es/nl-NL.js +1 -1
- package/dist/es/no-NO.js +1 -1
- package/dist/es/pl-PL.js +1 -1
- package/dist/es/pt-BR.js +1 -1
- package/dist/es/pt-PT.js +1 -1
- package/dist/es/ro-RO.js +1 -1
- package/dist/es/ru-RU.js +1 -1
- package/dist/es/sk-SK.js +1 -1
- package/dist/es/sl-SI.js +1 -1
- package/dist/es/sv-SE.js +1 -1
- package/dist/es/zh-CN.js +1 -1
- package/dist/es/zh-TW.js +1 -1
- package/dist/es.modern/adyen.css +11 -9
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/ar.js +1 -1
- package/dist/es.modern/cs-CZ.js +1 -1
- package/dist/es.modern/da-DK.js +1 -1
- package/dist/es.modern/de-DE.js +1 -1
- package/dist/es.modern/el-GR.js +1 -1
- package/dist/es.modern/es-ES.js +1 -1
- package/dist/es.modern/fi-FI.js +1 -1
- package/dist/es.modern/fr-FR.js +1 -1
- package/dist/es.modern/hr-HR.js +1 -1
- package/dist/es.modern/hu-HU.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/es.modern/it-IT.js +1 -1
- package/dist/es.modern/ja-JP.js +1 -1
- package/dist/es.modern/ko-KR.js +1 -1
- package/dist/es.modern/nl-NL.js +1 -1
- package/dist/es.modern/no-NO.js +1 -1
- package/dist/es.modern/pl-PL.js +1 -1
- package/dist/es.modern/pt-BR.js +1 -1
- package/dist/es.modern/pt-PT.js +1 -1
- package/dist/es.modern/ro-RO.js +1 -1
- package/dist/es.modern/ru-RU.js +1 -1
- package/dist/es.modern/sk-SK.js +1 -1
- package/dist/es.modern/sl-SI.js +1 -1
- package/dist/es.modern/sv-SE.js +1 -1
- package/dist/es.modern/zh-CN.js +1 -1
- package/dist/es.modern/zh-TW.js +1 -1
- package/dist/types/components/BaseElement.d.ts +7 -3
- package/dist/types/components/Blik/Blik.d.ts +5 -0
- package/dist/types/components/Card/components/CardInput/types.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/ClickToPayComponent.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPCards.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPCardsList/CtPCardsList.d.ts +3 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPEmptyCardsList/CtPEmptyCardsList.d.ts +2 -4
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPSingleCard/CtPSingleCard.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePassword.d.ts +4 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePasswordInput/CtPOneTimePasswordInput.d.ts +2 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePasswordInput/CtPResendOtpLink.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/context/ClickToPayContext.d.ts +3 -2
- package/dist/types/components/Card/components/ClickToPay/context/useClickToPayContext.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/models/ShopperCard.d.ts +5 -0
- package/dist/types/components/Card/components/ClickToPay/services/ClickToPayService.d.ts +5 -7
- package/dist/types/components/Card/components/ClickToPay/services/sdks/AbstractSrcInitiator.d.ts +1 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/SrciError.d.ts +4 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/types.d.ts +4 -0
- package/dist/types/components/Card/components/ClickToPay/services/types.d.ts +13 -5
- package/dist/types/components/Card/components/ClickToPay/services/utils.d.ts +3 -0
- package/dist/types/components/Dropin/Dropin.d.ts +12 -4
- package/dist/types/components/Dropin/types.d.ts +1 -1
- package/dist/types/components/DuitNow/DuitNow.d.ts +46 -0
- package/dist/types/components/DuitNow/config.d.ts +7 -0
- package/dist/types/components/DuitNow/index.d.ts +1 -0
- package/dist/types/components/Giftcard/Giftcard.d.ts +2 -2
- package/dist/types/components/PayNow/PayNow.d.ts +46 -0
- package/dist/types/components/PayNow/config.d.ts +7 -0
- package/dist/types/components/PayNow/index.d.ts +1 -0
- package/dist/types/components/PromptPay/PromptPay.d.ts +46 -0
- package/dist/types/components/PromptPay/config.d.ts +7 -0
- package/dist/types/components/PromptPay/index.d.ts +1 -0
- package/dist/types/components/ThreeDS2/ThreeDS2Challenge.d.ts +4 -3
- package/dist/types/components/ThreeDS2/ThreeDS2DeviceFingerprint.d.ts +3 -2
- package/dist/types/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.d.ts +1 -2
- package/dist/types/components/ThreeDS2/components/Challenge/types.d.ts +1 -1
- package/dist/types/components/ThreeDS2/components/utils.d.ts +2 -2
- package/dist/types/components/ThreeDS2/config.d.ts +3 -3
- package/dist/types/components/ThreeDS2/types.d.ts +6 -0
- package/dist/types/components/UIElement.d.ts +15 -6
- package/dist/types/components/index.d.ts +6 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts +6 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -4
- package/dist/types/components/internal/FormFields/index.d.ts +2 -1
- package/dist/types/components/internal/SecuredFields/SFP/types.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/CSF/AbstractCSF.d.ts +1 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleConfig.d.ts +2 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +21 -10
- package/dist/types/components/internal/SecuredFields/lib/securedField/AbstractSecuredField.d.ts +18 -10
- package/dist/types/components/internal/SecuredFields/lib/securedField/SecuredField.d.ts +2 -2
- package/dist/types/components/types.d.ts +31 -0
- package/dist/types/core/RiskModule/RiskModule.d.ts +2 -1
- package/dist/types/core/types.d.ts +2 -1
- package/dist/types/language/config.d.ts +17 -7
- package/dist/types/language/locales/index.d.ts +784 -364
- package/dist/types/types/index.d.ts +2 -2
- package/dist/types/utils/Script.d.ts +8 -3
- package/dist/types/utils/get-process-message-handler.d.ts +2 -1
- package/dist/types/utils/promise-util.d.ts +9 -0
- package/package.json +15 -11
|
@@ -241,32 +241,40 @@ declare const _default: {
|
|
|
241
241
|
"ctp.login.subtitle": string;
|
|
242
242
|
"ctp.login.inputLabel": string;
|
|
243
243
|
"ctp.logout.notYou": string;
|
|
244
|
-
"ctp.logout.
|
|
244
|
+
"ctp.logout.notYourCards": string;
|
|
245
|
+
"ctp.logout.notYourCard": string;
|
|
246
|
+
"ctp.logout.notYourProfile": string;
|
|
245
247
|
"ctp.otp.fieldLabel": string;
|
|
246
248
|
"ctp.otp.resendCode": string;
|
|
247
249
|
"ctp.otp.codeResent": string;
|
|
248
250
|
"ctp.otp.title": string;
|
|
249
251
|
"ctp.otp.subtitle": string;
|
|
250
|
-
"ctp.
|
|
251
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
252
|
-
"ctp.emptyCardsView.button": string;
|
|
252
|
+
"ctp.emptyProfile.message": string;
|
|
253
253
|
"ctp.separatorText": string;
|
|
254
254
|
"ctp.cards.title": string;
|
|
255
255
|
"ctp.cards.subtitle": string;
|
|
256
|
-
"ctp.cards.
|
|
256
|
+
"ctp.cards.expiredCard": string;
|
|
257
257
|
"ctp.manualCardEntry": string;
|
|
258
|
+
"ctp.infoPopup.title": string;
|
|
259
|
+
"ctp.infoPopup.subtitle": string;
|
|
260
|
+
"ctp.infoPopup.benefit1": string;
|
|
261
|
+
"ctp.infoPopup.benefit2": string;
|
|
262
|
+
"ctp.infoPopup.benefit3": string;
|
|
258
263
|
"ctp.errors.AUTH_INVALID": string;
|
|
259
264
|
"ctp.errors.NOT_FOUND": string;
|
|
260
265
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
261
266
|
"ctp.errors.FRAUD": string;
|
|
262
267
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
263
268
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
264
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
265
269
|
"ctp.errors.CODE_INVALID": string;
|
|
266
270
|
"ctp.errors.CODE_EXPIRED": string;
|
|
267
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
268
271
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
269
272
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
273
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
274
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
275
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
276
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
277
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
270
278
|
};
|
|
271
279
|
payButton: string;
|
|
272
280
|
"payButton.redirecting": string;
|
|
@@ -508,32 +516,40 @@ declare const _default: {
|
|
|
508
516
|
"ctp.login.subtitle": string;
|
|
509
517
|
"ctp.login.inputLabel": string;
|
|
510
518
|
"ctp.logout.notYou": string;
|
|
511
|
-
"ctp.logout.
|
|
519
|
+
"ctp.logout.notYourCards": string;
|
|
520
|
+
"ctp.logout.notYourCard": string;
|
|
521
|
+
"ctp.logout.notYourProfile": string;
|
|
512
522
|
"ctp.otp.fieldLabel": string;
|
|
513
523
|
"ctp.otp.resendCode": string;
|
|
514
524
|
"ctp.otp.codeResent": string;
|
|
515
525
|
"ctp.otp.title": string;
|
|
516
526
|
"ctp.otp.subtitle": string;
|
|
517
|
-
"ctp.
|
|
518
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
519
|
-
"ctp.emptyCardsView.button": string;
|
|
527
|
+
"ctp.emptyProfile.message": string;
|
|
520
528
|
"ctp.separatorText": string;
|
|
521
529
|
"ctp.cards.title": string;
|
|
522
530
|
"ctp.cards.subtitle": string;
|
|
523
|
-
"ctp.cards.
|
|
531
|
+
"ctp.cards.expiredCard": string;
|
|
524
532
|
"ctp.manualCardEntry": string;
|
|
533
|
+
"ctp.infoPopup.title": string;
|
|
534
|
+
"ctp.infoPopup.subtitle": string;
|
|
535
|
+
"ctp.infoPopup.benefit1": string;
|
|
536
|
+
"ctp.infoPopup.benefit2": string;
|
|
537
|
+
"ctp.infoPopup.benefit3": string;
|
|
525
538
|
"ctp.errors.AUTH_INVALID": string;
|
|
526
539
|
"ctp.errors.NOT_FOUND": string;
|
|
527
540
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
528
541
|
"ctp.errors.FRAUD": string;
|
|
529
542
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
530
543
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
531
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
532
544
|
"ctp.errors.CODE_INVALID": string;
|
|
533
545
|
"ctp.errors.CODE_EXPIRED": string;
|
|
534
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
535
546
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
536
547
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
548
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
549
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
550
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
551
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
552
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
537
553
|
}>;
|
|
538
554
|
'cs-CZ': () => Promise<{
|
|
539
555
|
default: {
|
|
@@ -776,32 +792,40 @@ declare const _default: {
|
|
|
776
792
|
"ctp.login.subtitle": string;
|
|
777
793
|
"ctp.login.inputLabel": string;
|
|
778
794
|
"ctp.logout.notYou": string;
|
|
779
|
-
"ctp.logout.
|
|
795
|
+
"ctp.logout.notYourCards": string;
|
|
796
|
+
"ctp.logout.notYourCard": string;
|
|
797
|
+
"ctp.logout.notYourProfile": string;
|
|
780
798
|
"ctp.otp.fieldLabel": string;
|
|
781
799
|
"ctp.otp.resendCode": string;
|
|
782
800
|
"ctp.otp.codeResent": string;
|
|
783
801
|
"ctp.otp.title": string;
|
|
784
802
|
"ctp.otp.subtitle": string;
|
|
785
|
-
"ctp.
|
|
786
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
787
|
-
"ctp.emptyCardsView.button": string;
|
|
803
|
+
"ctp.emptyProfile.message": string;
|
|
788
804
|
"ctp.separatorText": string;
|
|
789
805
|
"ctp.cards.title": string;
|
|
790
806
|
"ctp.cards.subtitle": string;
|
|
791
|
-
"ctp.cards.
|
|
807
|
+
"ctp.cards.expiredCard": string;
|
|
792
808
|
"ctp.manualCardEntry": string;
|
|
809
|
+
"ctp.infoPopup.title": string;
|
|
810
|
+
"ctp.infoPopup.subtitle": string;
|
|
811
|
+
"ctp.infoPopup.benefit1": string;
|
|
812
|
+
"ctp.infoPopup.benefit2": string;
|
|
813
|
+
"ctp.infoPopup.benefit3": string;
|
|
793
814
|
"ctp.errors.AUTH_INVALID": string;
|
|
794
815
|
"ctp.errors.NOT_FOUND": string;
|
|
795
816
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
796
817
|
"ctp.errors.FRAUD": string;
|
|
797
818
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
798
819
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
799
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
800
820
|
"ctp.errors.CODE_INVALID": string;
|
|
801
821
|
"ctp.errors.CODE_EXPIRED": string;
|
|
802
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
803
822
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
804
823
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
824
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
825
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
826
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
827
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
828
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
805
829
|
};
|
|
806
830
|
payButton: string;
|
|
807
831
|
"payButton.redirecting": string;
|
|
@@ -1042,32 +1066,40 @@ declare const _default: {
|
|
|
1042
1066
|
"ctp.login.subtitle": string;
|
|
1043
1067
|
"ctp.login.inputLabel": string;
|
|
1044
1068
|
"ctp.logout.notYou": string;
|
|
1045
|
-
"ctp.logout.
|
|
1069
|
+
"ctp.logout.notYourCards": string;
|
|
1070
|
+
"ctp.logout.notYourCard": string;
|
|
1071
|
+
"ctp.logout.notYourProfile": string;
|
|
1046
1072
|
"ctp.otp.fieldLabel": string;
|
|
1047
1073
|
"ctp.otp.resendCode": string;
|
|
1048
1074
|
"ctp.otp.codeResent": string;
|
|
1049
1075
|
"ctp.otp.title": string;
|
|
1050
1076
|
"ctp.otp.subtitle": string;
|
|
1051
|
-
"ctp.
|
|
1052
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1053
|
-
"ctp.emptyCardsView.button": string;
|
|
1077
|
+
"ctp.emptyProfile.message": string;
|
|
1054
1078
|
"ctp.separatorText": string;
|
|
1055
1079
|
"ctp.cards.title": string;
|
|
1056
1080
|
"ctp.cards.subtitle": string;
|
|
1057
|
-
"ctp.cards.
|
|
1081
|
+
"ctp.cards.expiredCard": string;
|
|
1058
1082
|
"ctp.manualCardEntry": string;
|
|
1083
|
+
"ctp.infoPopup.title": string;
|
|
1084
|
+
"ctp.infoPopup.subtitle": string;
|
|
1085
|
+
"ctp.infoPopup.benefit1": string;
|
|
1086
|
+
"ctp.infoPopup.benefit2": string;
|
|
1087
|
+
"ctp.infoPopup.benefit3": string;
|
|
1059
1088
|
"ctp.errors.AUTH_INVALID": string;
|
|
1060
1089
|
"ctp.errors.NOT_FOUND": string;
|
|
1061
1090
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1062
1091
|
"ctp.errors.FRAUD": string;
|
|
1063
1092
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1064
1093
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1065
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1066
1094
|
"ctp.errors.CODE_INVALID": string;
|
|
1067
1095
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1068
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1069
1096
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1070
1097
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1098
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1099
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1100
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1101
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1102
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1071
1103
|
}>;
|
|
1072
1104
|
'da-DK': () => Promise<{
|
|
1073
1105
|
default: {
|
|
@@ -1311,32 +1343,40 @@ declare const _default: {
|
|
|
1311
1343
|
"ctp.login.subtitle": string;
|
|
1312
1344
|
"ctp.login.inputLabel": string;
|
|
1313
1345
|
"ctp.logout.notYou": string;
|
|
1314
|
-
"ctp.logout.
|
|
1346
|
+
"ctp.logout.notYourCards": string;
|
|
1347
|
+
"ctp.logout.notYourCard": string;
|
|
1348
|
+
"ctp.logout.notYourProfile": string;
|
|
1315
1349
|
"ctp.otp.fieldLabel": string;
|
|
1316
1350
|
"ctp.otp.resendCode": string;
|
|
1317
1351
|
"ctp.otp.codeResent": string;
|
|
1318
1352
|
"ctp.otp.title": string;
|
|
1319
1353
|
"ctp.otp.subtitle": string;
|
|
1320
|
-
"ctp.
|
|
1321
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1322
|
-
"ctp.emptyCardsView.button": string;
|
|
1354
|
+
"ctp.emptyProfile.message": string;
|
|
1323
1355
|
"ctp.separatorText": string;
|
|
1324
1356
|
"ctp.cards.title": string;
|
|
1325
1357
|
"ctp.cards.subtitle": string;
|
|
1326
|
-
"ctp.cards.
|
|
1358
|
+
"ctp.cards.expiredCard": string;
|
|
1327
1359
|
"ctp.manualCardEntry": string;
|
|
1360
|
+
"ctp.infoPopup.title": string;
|
|
1361
|
+
"ctp.infoPopup.subtitle": string;
|
|
1362
|
+
"ctp.infoPopup.benefit1": string;
|
|
1363
|
+
"ctp.infoPopup.benefit2": string;
|
|
1364
|
+
"ctp.infoPopup.benefit3": string;
|
|
1328
1365
|
"ctp.errors.AUTH_INVALID": string;
|
|
1329
1366
|
"ctp.errors.NOT_FOUND": string;
|
|
1330
1367
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1331
1368
|
"ctp.errors.FRAUD": string;
|
|
1332
1369
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1333
1370
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1334
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1335
1371
|
"ctp.errors.CODE_INVALID": string;
|
|
1336
1372
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1337
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1338
1373
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1339
1374
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1375
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1376
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1377
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1378
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1379
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1340
1380
|
};
|
|
1341
1381
|
payButton: string;
|
|
1342
1382
|
"payButton.redirecting": string;
|
|
@@ -1578,32 +1618,40 @@ declare const _default: {
|
|
|
1578
1618
|
"ctp.login.subtitle": string;
|
|
1579
1619
|
"ctp.login.inputLabel": string;
|
|
1580
1620
|
"ctp.logout.notYou": string;
|
|
1581
|
-
"ctp.logout.
|
|
1621
|
+
"ctp.logout.notYourCards": string;
|
|
1622
|
+
"ctp.logout.notYourCard": string;
|
|
1623
|
+
"ctp.logout.notYourProfile": string;
|
|
1582
1624
|
"ctp.otp.fieldLabel": string;
|
|
1583
1625
|
"ctp.otp.resendCode": string;
|
|
1584
1626
|
"ctp.otp.codeResent": string;
|
|
1585
1627
|
"ctp.otp.title": string;
|
|
1586
1628
|
"ctp.otp.subtitle": string;
|
|
1587
|
-
"ctp.
|
|
1588
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1589
|
-
"ctp.emptyCardsView.button": string;
|
|
1629
|
+
"ctp.emptyProfile.message": string;
|
|
1590
1630
|
"ctp.separatorText": string;
|
|
1591
1631
|
"ctp.cards.title": string;
|
|
1592
1632
|
"ctp.cards.subtitle": string;
|
|
1593
|
-
"ctp.cards.
|
|
1633
|
+
"ctp.cards.expiredCard": string;
|
|
1594
1634
|
"ctp.manualCardEntry": string;
|
|
1635
|
+
"ctp.infoPopup.title": string;
|
|
1636
|
+
"ctp.infoPopup.subtitle": string;
|
|
1637
|
+
"ctp.infoPopup.benefit1": string;
|
|
1638
|
+
"ctp.infoPopup.benefit2": string;
|
|
1639
|
+
"ctp.infoPopup.benefit3": string;
|
|
1595
1640
|
"ctp.errors.AUTH_INVALID": string;
|
|
1596
1641
|
"ctp.errors.NOT_FOUND": string;
|
|
1597
1642
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1598
1643
|
"ctp.errors.FRAUD": string;
|
|
1599
1644
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1600
1645
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1601
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1602
1646
|
"ctp.errors.CODE_INVALID": string;
|
|
1603
1647
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1604
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1605
1648
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1606
1649
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1650
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1651
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1652
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1653
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1654
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1607
1655
|
}>;
|
|
1608
1656
|
'de-DE': () => Promise<{
|
|
1609
1657
|
default: {
|
|
@@ -1846,32 +1894,40 @@ declare const _default: {
|
|
|
1846
1894
|
"ctp.login.subtitle": string;
|
|
1847
1895
|
"ctp.login.inputLabel": string;
|
|
1848
1896
|
"ctp.logout.notYou": string;
|
|
1849
|
-
"ctp.logout.
|
|
1897
|
+
"ctp.logout.notYourCards": string;
|
|
1898
|
+
"ctp.logout.notYourCard": string;
|
|
1899
|
+
"ctp.logout.notYourProfile": string;
|
|
1850
1900
|
"ctp.otp.fieldLabel": string;
|
|
1851
1901
|
"ctp.otp.resendCode": string;
|
|
1852
1902
|
"ctp.otp.codeResent": string;
|
|
1853
1903
|
"ctp.otp.title": string;
|
|
1854
1904
|
"ctp.otp.subtitle": string;
|
|
1855
|
-
"ctp.
|
|
1856
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1857
|
-
"ctp.emptyCardsView.button": string;
|
|
1905
|
+
"ctp.emptyProfile.message": string;
|
|
1858
1906
|
"ctp.separatorText": string;
|
|
1859
1907
|
"ctp.cards.title": string;
|
|
1860
1908
|
"ctp.cards.subtitle": string;
|
|
1861
|
-
"ctp.cards.
|
|
1909
|
+
"ctp.cards.expiredCard": string;
|
|
1862
1910
|
"ctp.manualCardEntry": string;
|
|
1911
|
+
"ctp.infoPopup.title": string;
|
|
1912
|
+
"ctp.infoPopup.subtitle": string;
|
|
1913
|
+
"ctp.infoPopup.benefit1": string;
|
|
1914
|
+
"ctp.infoPopup.benefit2": string;
|
|
1915
|
+
"ctp.infoPopup.benefit3": string;
|
|
1863
1916
|
"ctp.errors.AUTH_INVALID": string;
|
|
1864
1917
|
"ctp.errors.NOT_FOUND": string;
|
|
1865
1918
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1866
1919
|
"ctp.errors.FRAUD": string;
|
|
1867
1920
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1868
1921
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1869
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1870
1922
|
"ctp.errors.CODE_INVALID": string;
|
|
1871
1923
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1872
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1873
1924
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1874
1925
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1926
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1927
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1928
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1929
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1930
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1875
1931
|
};
|
|
1876
1932
|
payButton: string;
|
|
1877
1933
|
"payButton.redirecting": string;
|
|
@@ -2112,32 +2168,40 @@ declare const _default: {
|
|
|
2112
2168
|
"ctp.login.subtitle": string;
|
|
2113
2169
|
"ctp.login.inputLabel": string;
|
|
2114
2170
|
"ctp.logout.notYou": string;
|
|
2115
|
-
"ctp.logout.
|
|
2171
|
+
"ctp.logout.notYourCards": string;
|
|
2172
|
+
"ctp.logout.notYourCard": string;
|
|
2173
|
+
"ctp.logout.notYourProfile": string;
|
|
2116
2174
|
"ctp.otp.fieldLabel": string;
|
|
2117
2175
|
"ctp.otp.resendCode": string;
|
|
2118
2176
|
"ctp.otp.codeResent": string;
|
|
2119
2177
|
"ctp.otp.title": string;
|
|
2120
2178
|
"ctp.otp.subtitle": string;
|
|
2121
|
-
"ctp.
|
|
2122
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2123
|
-
"ctp.emptyCardsView.button": string;
|
|
2179
|
+
"ctp.emptyProfile.message": string;
|
|
2124
2180
|
"ctp.separatorText": string;
|
|
2125
2181
|
"ctp.cards.title": string;
|
|
2126
2182
|
"ctp.cards.subtitle": string;
|
|
2127
|
-
"ctp.cards.
|
|
2183
|
+
"ctp.cards.expiredCard": string;
|
|
2128
2184
|
"ctp.manualCardEntry": string;
|
|
2185
|
+
"ctp.infoPopup.title": string;
|
|
2186
|
+
"ctp.infoPopup.subtitle": string;
|
|
2187
|
+
"ctp.infoPopup.benefit1": string;
|
|
2188
|
+
"ctp.infoPopup.benefit2": string;
|
|
2189
|
+
"ctp.infoPopup.benefit3": string;
|
|
2129
2190
|
"ctp.errors.AUTH_INVALID": string;
|
|
2130
2191
|
"ctp.errors.NOT_FOUND": string;
|
|
2131
2192
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2132
2193
|
"ctp.errors.FRAUD": string;
|
|
2133
2194
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2134
2195
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2135
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2136
2196
|
"ctp.errors.CODE_INVALID": string;
|
|
2137
2197
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2138
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2139
2198
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2140
2199
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2200
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2201
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2202
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2203
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2204
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2141
2205
|
}>;
|
|
2142
2206
|
'el-GR': () => Promise<{
|
|
2143
2207
|
default: {
|
|
@@ -2380,32 +2444,40 @@ declare const _default: {
|
|
|
2380
2444
|
"ctp.login.subtitle": string;
|
|
2381
2445
|
"ctp.login.inputLabel": string;
|
|
2382
2446
|
"ctp.logout.notYou": string;
|
|
2383
|
-
"ctp.logout.
|
|
2447
|
+
"ctp.logout.notYourCards": string;
|
|
2448
|
+
"ctp.logout.notYourCard": string;
|
|
2449
|
+
"ctp.logout.notYourProfile": string;
|
|
2384
2450
|
"ctp.otp.fieldLabel": string;
|
|
2385
2451
|
"ctp.otp.resendCode": string;
|
|
2386
2452
|
"ctp.otp.codeResent": string;
|
|
2387
2453
|
"ctp.otp.title": string;
|
|
2388
2454
|
"ctp.otp.subtitle": string;
|
|
2389
|
-
"ctp.
|
|
2390
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2391
|
-
"ctp.emptyCardsView.button": string;
|
|
2455
|
+
"ctp.emptyProfile.message": string;
|
|
2392
2456
|
"ctp.separatorText": string;
|
|
2393
2457
|
"ctp.cards.title": string;
|
|
2394
2458
|
"ctp.cards.subtitle": string;
|
|
2395
|
-
"ctp.cards.
|
|
2459
|
+
"ctp.cards.expiredCard": string;
|
|
2396
2460
|
"ctp.manualCardEntry": string;
|
|
2461
|
+
"ctp.infoPopup.title": string;
|
|
2462
|
+
"ctp.infoPopup.subtitle": string;
|
|
2463
|
+
"ctp.infoPopup.benefit1": string;
|
|
2464
|
+
"ctp.infoPopup.benefit2": string;
|
|
2465
|
+
"ctp.infoPopup.benefit3": string;
|
|
2397
2466
|
"ctp.errors.AUTH_INVALID": string;
|
|
2398
2467
|
"ctp.errors.NOT_FOUND": string;
|
|
2399
2468
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2400
2469
|
"ctp.errors.FRAUD": string;
|
|
2401
2470
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2402
2471
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2403
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2404
2472
|
"ctp.errors.CODE_INVALID": string;
|
|
2405
2473
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2406
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2407
2474
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2408
2475
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2476
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2477
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2478
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2479
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2480
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2409
2481
|
};
|
|
2410
2482
|
payButton: string;
|
|
2411
2483
|
"payButton.redirecting": string;
|
|
@@ -2646,32 +2718,40 @@ declare const _default: {
|
|
|
2646
2718
|
"ctp.login.subtitle": string;
|
|
2647
2719
|
"ctp.login.inputLabel": string;
|
|
2648
2720
|
"ctp.logout.notYou": string;
|
|
2649
|
-
"ctp.logout.
|
|
2721
|
+
"ctp.logout.notYourCards": string;
|
|
2722
|
+
"ctp.logout.notYourCard": string;
|
|
2723
|
+
"ctp.logout.notYourProfile": string;
|
|
2650
2724
|
"ctp.otp.fieldLabel": string;
|
|
2651
2725
|
"ctp.otp.resendCode": string;
|
|
2652
2726
|
"ctp.otp.codeResent": string;
|
|
2653
2727
|
"ctp.otp.title": string;
|
|
2654
2728
|
"ctp.otp.subtitle": string;
|
|
2655
|
-
"ctp.
|
|
2656
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2657
|
-
"ctp.emptyCardsView.button": string;
|
|
2729
|
+
"ctp.emptyProfile.message": string;
|
|
2658
2730
|
"ctp.separatorText": string;
|
|
2659
2731
|
"ctp.cards.title": string;
|
|
2660
2732
|
"ctp.cards.subtitle": string;
|
|
2661
|
-
"ctp.cards.
|
|
2733
|
+
"ctp.cards.expiredCard": string;
|
|
2662
2734
|
"ctp.manualCardEntry": string;
|
|
2735
|
+
"ctp.infoPopup.title": string;
|
|
2736
|
+
"ctp.infoPopup.subtitle": string;
|
|
2737
|
+
"ctp.infoPopup.benefit1": string;
|
|
2738
|
+
"ctp.infoPopup.benefit2": string;
|
|
2739
|
+
"ctp.infoPopup.benefit3": string;
|
|
2663
2740
|
"ctp.errors.AUTH_INVALID": string;
|
|
2664
2741
|
"ctp.errors.NOT_FOUND": string;
|
|
2665
2742
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2666
2743
|
"ctp.errors.FRAUD": string;
|
|
2667
2744
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2668
2745
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2669
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2670
2746
|
"ctp.errors.CODE_INVALID": string;
|
|
2671
2747
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2672
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2673
2748
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2674
2749
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2750
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2751
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2752
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2753
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2754
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2675
2755
|
}>;
|
|
2676
2756
|
'en-US': () => Promise<{
|
|
2677
2757
|
default: {
|
|
@@ -2916,32 +2996,42 @@ declare const _default: {
|
|
|
2916
2996
|
"ctp.login.subtitle": string;
|
|
2917
2997
|
"ctp.login.inputLabel": string;
|
|
2918
2998
|
"ctp.logout.notYou": string;
|
|
2919
|
-
"ctp.logout.
|
|
2999
|
+
"ctp.logout.notYourCards": string;
|
|
3000
|
+
"ctp.logout.notYourCard": string;
|
|
3001
|
+
"ctp.logout.notYourProfile": string;
|
|
2920
3002
|
"ctp.otp.fieldLabel": string;
|
|
2921
3003
|
"ctp.otp.resendCode": string;
|
|
2922
3004
|
"ctp.otp.codeResent": string;
|
|
2923
3005
|
"ctp.otp.title": string;
|
|
2924
3006
|
"ctp.otp.subtitle": string;
|
|
2925
|
-
"ctp.
|
|
2926
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2927
|
-
"ctp.emptyCardsView.button": string;
|
|
3007
|
+
"ctp.emptyProfile.message": string;
|
|
2928
3008
|
"ctp.separatorText": string;
|
|
2929
3009
|
"ctp.cards.title": string;
|
|
2930
3010
|
"ctp.cards.subtitle": string;
|
|
2931
|
-
"ctp.cards.
|
|
3011
|
+
"ctp.cards.expiredCard": string;
|
|
2932
3012
|
"ctp.manualCardEntry": string;
|
|
3013
|
+
"ctp.infoPopup.title": string;
|
|
3014
|
+
"ctp.infoPopup.subtitle": string;
|
|
3015
|
+
"ctp.infoPopup.benefit1": string;
|
|
3016
|
+
"ctp.infoPopup.benefit2": string;
|
|
3017
|
+
"ctp.infoPopup.benefit3": string;
|
|
2933
3018
|
"ctp.errors.AUTH_INVALID": string;
|
|
2934
3019
|
"ctp.errors.NOT_FOUND": string;
|
|
2935
3020
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2936
3021
|
"ctp.errors.FRAUD": string;
|
|
2937
3022
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2938
3023
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2939
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2940
3024
|
"ctp.errors.CODE_INVALID": string;
|
|
2941
3025
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2942
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2943
3026
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2944
3027
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3028
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3029
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3030
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3031
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3032
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3033
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3034
|
+
"a11y.paymentMethodsList": string;
|
|
2945
3035
|
};
|
|
2946
3036
|
payButton: string;
|
|
2947
3037
|
"payButton.redirecting": string;
|
|
@@ -3184,32 +3274,42 @@ declare const _default: {
|
|
|
3184
3274
|
"ctp.login.subtitle": string;
|
|
3185
3275
|
"ctp.login.inputLabel": string;
|
|
3186
3276
|
"ctp.logout.notYou": string;
|
|
3187
|
-
"ctp.logout.
|
|
3277
|
+
"ctp.logout.notYourCards": string;
|
|
3278
|
+
"ctp.logout.notYourCard": string;
|
|
3279
|
+
"ctp.logout.notYourProfile": string;
|
|
3188
3280
|
"ctp.otp.fieldLabel": string;
|
|
3189
3281
|
"ctp.otp.resendCode": string;
|
|
3190
3282
|
"ctp.otp.codeResent": string;
|
|
3191
3283
|
"ctp.otp.title": string;
|
|
3192
3284
|
"ctp.otp.subtitle": string;
|
|
3193
|
-
"ctp.
|
|
3194
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3195
|
-
"ctp.emptyCardsView.button": string;
|
|
3285
|
+
"ctp.emptyProfile.message": string;
|
|
3196
3286
|
"ctp.separatorText": string;
|
|
3197
3287
|
"ctp.cards.title": string;
|
|
3198
3288
|
"ctp.cards.subtitle": string;
|
|
3199
|
-
"ctp.cards.
|
|
3289
|
+
"ctp.cards.expiredCard": string;
|
|
3200
3290
|
"ctp.manualCardEntry": string;
|
|
3291
|
+
"ctp.infoPopup.title": string;
|
|
3292
|
+
"ctp.infoPopup.subtitle": string;
|
|
3293
|
+
"ctp.infoPopup.benefit1": string;
|
|
3294
|
+
"ctp.infoPopup.benefit2": string;
|
|
3295
|
+
"ctp.infoPopup.benefit3": string;
|
|
3201
3296
|
"ctp.errors.AUTH_INVALID": string;
|
|
3202
3297
|
"ctp.errors.NOT_FOUND": string;
|
|
3203
3298
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3204
3299
|
"ctp.errors.FRAUD": string;
|
|
3205
3300
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3206
3301
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3207
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3208
3302
|
"ctp.errors.CODE_INVALID": string;
|
|
3209
3303
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3210
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3211
3304
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3212
3305
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3306
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3307
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3308
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3309
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3310
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3311
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3312
|
+
"a11y.paymentMethodsList": string;
|
|
3213
3313
|
}>;
|
|
3214
3314
|
'es-ES': () => Promise<{
|
|
3215
3315
|
default: {
|
|
@@ -3447,32 +3547,40 @@ declare const _default: {
|
|
|
3447
3547
|
"ctp.login.subtitle": string;
|
|
3448
3548
|
"ctp.login.inputLabel": string;
|
|
3449
3549
|
"ctp.logout.notYou": string;
|
|
3450
|
-
"ctp.logout.
|
|
3550
|
+
"ctp.logout.notYourCards": string;
|
|
3551
|
+
"ctp.logout.notYourCard": string;
|
|
3552
|
+
"ctp.logout.notYourProfile": string;
|
|
3451
3553
|
"ctp.otp.fieldLabel": string;
|
|
3452
3554
|
"ctp.otp.resendCode": string;
|
|
3453
3555
|
"ctp.otp.codeResent": string;
|
|
3454
3556
|
"ctp.otp.title": string;
|
|
3455
3557
|
"ctp.otp.subtitle": string;
|
|
3456
|
-
"ctp.
|
|
3457
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3458
|
-
"ctp.emptyCardsView.button": string;
|
|
3558
|
+
"ctp.emptyProfile.message": string;
|
|
3459
3559
|
"ctp.separatorText": string;
|
|
3460
3560
|
"ctp.cards.title": string;
|
|
3461
3561
|
"ctp.cards.subtitle": string;
|
|
3462
|
-
"ctp.cards.
|
|
3562
|
+
"ctp.cards.expiredCard": string;
|
|
3463
3563
|
"ctp.manualCardEntry": string;
|
|
3564
|
+
"ctp.infoPopup.title": string;
|
|
3565
|
+
"ctp.infoPopup.subtitle": string;
|
|
3566
|
+
"ctp.infoPopup.benefit1": string;
|
|
3567
|
+
"ctp.infoPopup.benefit2": string;
|
|
3568
|
+
"ctp.infoPopup.benefit3": string;
|
|
3464
3569
|
"ctp.errors.AUTH_INVALID": string;
|
|
3465
3570
|
"ctp.errors.NOT_FOUND": string;
|
|
3466
3571
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3467
3572
|
"ctp.errors.FRAUD": string;
|
|
3468
3573
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3469
3574
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3470
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3471
3575
|
"ctp.errors.CODE_INVALID": string;
|
|
3472
3576
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3473
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3474
3577
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3475
3578
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3579
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3580
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3581
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3582
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3583
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3476
3584
|
};
|
|
3477
3585
|
payButton: string;
|
|
3478
3586
|
"payButton.redirecting": string;
|
|
@@ -3708,32 +3816,40 @@ declare const _default: {
|
|
|
3708
3816
|
"ctp.login.subtitle": string;
|
|
3709
3817
|
"ctp.login.inputLabel": string;
|
|
3710
3818
|
"ctp.logout.notYou": string;
|
|
3711
|
-
"ctp.logout.
|
|
3819
|
+
"ctp.logout.notYourCards": string;
|
|
3820
|
+
"ctp.logout.notYourCard": string;
|
|
3821
|
+
"ctp.logout.notYourProfile": string;
|
|
3712
3822
|
"ctp.otp.fieldLabel": string;
|
|
3713
3823
|
"ctp.otp.resendCode": string;
|
|
3714
3824
|
"ctp.otp.codeResent": string;
|
|
3715
3825
|
"ctp.otp.title": string;
|
|
3716
3826
|
"ctp.otp.subtitle": string;
|
|
3717
|
-
"ctp.
|
|
3718
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3719
|
-
"ctp.emptyCardsView.button": string;
|
|
3827
|
+
"ctp.emptyProfile.message": string;
|
|
3720
3828
|
"ctp.separatorText": string;
|
|
3721
3829
|
"ctp.cards.title": string;
|
|
3722
3830
|
"ctp.cards.subtitle": string;
|
|
3723
|
-
"ctp.cards.
|
|
3831
|
+
"ctp.cards.expiredCard": string;
|
|
3724
3832
|
"ctp.manualCardEntry": string;
|
|
3833
|
+
"ctp.infoPopup.title": string;
|
|
3834
|
+
"ctp.infoPopup.subtitle": string;
|
|
3835
|
+
"ctp.infoPopup.benefit1": string;
|
|
3836
|
+
"ctp.infoPopup.benefit2": string;
|
|
3837
|
+
"ctp.infoPopup.benefit3": string;
|
|
3725
3838
|
"ctp.errors.AUTH_INVALID": string;
|
|
3726
3839
|
"ctp.errors.NOT_FOUND": string;
|
|
3727
3840
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3728
3841
|
"ctp.errors.FRAUD": string;
|
|
3729
3842
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3730
3843
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3731
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3732
3844
|
"ctp.errors.CODE_INVALID": string;
|
|
3733
3845
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3734
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3735
3846
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3736
3847
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3848
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3849
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3850
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3851
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3852
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3737
3853
|
}>;
|
|
3738
3854
|
'fi-FI': () => Promise<{
|
|
3739
3855
|
default: {
|
|
@@ -3976,32 +4092,40 @@ declare const _default: {
|
|
|
3976
4092
|
"ctp.login.subtitle": string;
|
|
3977
4093
|
"ctp.login.inputLabel": string;
|
|
3978
4094
|
"ctp.logout.notYou": string;
|
|
3979
|
-
"ctp.logout.
|
|
4095
|
+
"ctp.logout.notYourCards": string;
|
|
4096
|
+
"ctp.logout.notYourCard": string;
|
|
4097
|
+
"ctp.logout.notYourProfile": string;
|
|
3980
4098
|
"ctp.otp.fieldLabel": string;
|
|
3981
4099
|
"ctp.otp.resendCode": string;
|
|
3982
4100
|
"ctp.otp.codeResent": string;
|
|
3983
4101
|
"ctp.otp.title": string;
|
|
3984
4102
|
"ctp.otp.subtitle": string;
|
|
3985
|
-
"ctp.
|
|
3986
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3987
|
-
"ctp.emptyCardsView.button": string;
|
|
4103
|
+
"ctp.emptyProfile.message": string;
|
|
3988
4104
|
"ctp.separatorText": string;
|
|
3989
4105
|
"ctp.cards.title": string;
|
|
3990
4106
|
"ctp.cards.subtitle": string;
|
|
3991
|
-
"ctp.cards.
|
|
4107
|
+
"ctp.cards.expiredCard": string;
|
|
3992
4108
|
"ctp.manualCardEntry": string;
|
|
4109
|
+
"ctp.infoPopup.title": string;
|
|
4110
|
+
"ctp.infoPopup.subtitle": string;
|
|
4111
|
+
"ctp.infoPopup.benefit1": string;
|
|
4112
|
+
"ctp.infoPopup.benefit2": string;
|
|
4113
|
+
"ctp.infoPopup.benefit3": string;
|
|
3993
4114
|
"ctp.errors.AUTH_INVALID": string;
|
|
3994
4115
|
"ctp.errors.NOT_FOUND": string;
|
|
3995
4116
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3996
4117
|
"ctp.errors.FRAUD": string;
|
|
3997
4118
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3998
4119
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3999
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4000
4120
|
"ctp.errors.CODE_INVALID": string;
|
|
4001
4121
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4002
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4003
4122
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4004
4123
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4124
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4125
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4126
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4127
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4128
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4005
4129
|
};
|
|
4006
4130
|
payButton: string;
|
|
4007
4131
|
"payButton.redirecting": string;
|
|
@@ -4242,32 +4366,40 @@ declare const _default: {
|
|
|
4242
4366
|
"ctp.login.subtitle": string;
|
|
4243
4367
|
"ctp.login.inputLabel": string;
|
|
4244
4368
|
"ctp.logout.notYou": string;
|
|
4245
|
-
"ctp.logout.
|
|
4369
|
+
"ctp.logout.notYourCards": string;
|
|
4370
|
+
"ctp.logout.notYourCard": string;
|
|
4371
|
+
"ctp.logout.notYourProfile": string;
|
|
4246
4372
|
"ctp.otp.fieldLabel": string;
|
|
4247
4373
|
"ctp.otp.resendCode": string;
|
|
4248
4374
|
"ctp.otp.codeResent": string;
|
|
4249
4375
|
"ctp.otp.title": string;
|
|
4250
4376
|
"ctp.otp.subtitle": string;
|
|
4251
|
-
"ctp.
|
|
4252
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4253
|
-
"ctp.emptyCardsView.button": string;
|
|
4377
|
+
"ctp.emptyProfile.message": string;
|
|
4254
4378
|
"ctp.separatorText": string;
|
|
4255
4379
|
"ctp.cards.title": string;
|
|
4256
4380
|
"ctp.cards.subtitle": string;
|
|
4257
|
-
"ctp.cards.
|
|
4381
|
+
"ctp.cards.expiredCard": string;
|
|
4258
4382
|
"ctp.manualCardEntry": string;
|
|
4383
|
+
"ctp.infoPopup.title": string;
|
|
4384
|
+
"ctp.infoPopup.subtitle": string;
|
|
4385
|
+
"ctp.infoPopup.benefit1": string;
|
|
4386
|
+
"ctp.infoPopup.benefit2": string;
|
|
4387
|
+
"ctp.infoPopup.benefit3": string;
|
|
4259
4388
|
"ctp.errors.AUTH_INVALID": string;
|
|
4260
4389
|
"ctp.errors.NOT_FOUND": string;
|
|
4261
4390
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4262
4391
|
"ctp.errors.FRAUD": string;
|
|
4263
4392
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4264
4393
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4265
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4266
4394
|
"ctp.errors.CODE_INVALID": string;
|
|
4267
4395
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4268
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4269
4396
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4270
4397
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4398
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4399
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4400
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4401
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4402
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4271
4403
|
}>;
|
|
4272
4404
|
'fr-FR': () => Promise<{
|
|
4273
4405
|
default: {
|
|
@@ -4510,32 +4642,40 @@ declare const _default: {
|
|
|
4510
4642
|
"ctp.login.subtitle": string;
|
|
4511
4643
|
"ctp.login.inputLabel": string;
|
|
4512
4644
|
"ctp.logout.notYou": string;
|
|
4513
|
-
"ctp.logout.
|
|
4645
|
+
"ctp.logout.notYourCards": string;
|
|
4646
|
+
"ctp.logout.notYourCard": string;
|
|
4647
|
+
"ctp.logout.notYourProfile": string;
|
|
4514
4648
|
"ctp.otp.fieldLabel": string;
|
|
4515
4649
|
"ctp.otp.resendCode": string;
|
|
4516
4650
|
"ctp.otp.codeResent": string;
|
|
4517
4651
|
"ctp.otp.title": string;
|
|
4518
4652
|
"ctp.otp.subtitle": string;
|
|
4519
|
-
"ctp.
|
|
4520
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4521
|
-
"ctp.emptyCardsView.button": string;
|
|
4653
|
+
"ctp.emptyProfile.message": string;
|
|
4522
4654
|
"ctp.separatorText": string;
|
|
4523
4655
|
"ctp.cards.title": string;
|
|
4524
4656
|
"ctp.cards.subtitle": string;
|
|
4525
|
-
"ctp.cards.
|
|
4657
|
+
"ctp.cards.expiredCard": string;
|
|
4526
4658
|
"ctp.manualCardEntry": string;
|
|
4659
|
+
"ctp.infoPopup.title": string;
|
|
4660
|
+
"ctp.infoPopup.subtitle": string;
|
|
4661
|
+
"ctp.infoPopup.benefit1": string;
|
|
4662
|
+
"ctp.infoPopup.benefit2": string;
|
|
4663
|
+
"ctp.infoPopup.benefit3": string;
|
|
4527
4664
|
"ctp.errors.AUTH_INVALID": string;
|
|
4528
4665
|
"ctp.errors.NOT_FOUND": string;
|
|
4529
4666
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4530
4667
|
"ctp.errors.FRAUD": string;
|
|
4531
4668
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4532
4669
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4533
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4534
4670
|
"ctp.errors.CODE_INVALID": string;
|
|
4535
4671
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4536
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4537
4672
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4538
4673
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4674
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4675
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4676
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4677
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4678
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4539
4679
|
};
|
|
4540
4680
|
payButton: string;
|
|
4541
4681
|
"payButton.redirecting": string;
|
|
@@ -4776,32 +4916,40 @@ declare const _default: {
|
|
|
4776
4916
|
"ctp.login.subtitle": string;
|
|
4777
4917
|
"ctp.login.inputLabel": string;
|
|
4778
4918
|
"ctp.logout.notYou": string;
|
|
4779
|
-
"ctp.logout.
|
|
4919
|
+
"ctp.logout.notYourCards": string;
|
|
4920
|
+
"ctp.logout.notYourCard": string;
|
|
4921
|
+
"ctp.logout.notYourProfile": string;
|
|
4780
4922
|
"ctp.otp.fieldLabel": string;
|
|
4781
4923
|
"ctp.otp.resendCode": string;
|
|
4782
4924
|
"ctp.otp.codeResent": string;
|
|
4783
4925
|
"ctp.otp.title": string;
|
|
4784
4926
|
"ctp.otp.subtitle": string;
|
|
4785
|
-
"ctp.
|
|
4786
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4787
|
-
"ctp.emptyCardsView.button": string;
|
|
4927
|
+
"ctp.emptyProfile.message": string;
|
|
4788
4928
|
"ctp.separatorText": string;
|
|
4789
4929
|
"ctp.cards.title": string;
|
|
4790
4930
|
"ctp.cards.subtitle": string;
|
|
4791
|
-
"ctp.cards.
|
|
4931
|
+
"ctp.cards.expiredCard": string;
|
|
4792
4932
|
"ctp.manualCardEntry": string;
|
|
4933
|
+
"ctp.infoPopup.title": string;
|
|
4934
|
+
"ctp.infoPopup.subtitle": string;
|
|
4935
|
+
"ctp.infoPopup.benefit1": string;
|
|
4936
|
+
"ctp.infoPopup.benefit2": string;
|
|
4937
|
+
"ctp.infoPopup.benefit3": string;
|
|
4793
4938
|
"ctp.errors.AUTH_INVALID": string;
|
|
4794
4939
|
"ctp.errors.NOT_FOUND": string;
|
|
4795
4940
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4796
4941
|
"ctp.errors.FRAUD": string;
|
|
4797
4942
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4798
4943
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4799
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4800
4944
|
"ctp.errors.CODE_INVALID": string;
|
|
4801
4945
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4802
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4803
4946
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4804
4947
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4948
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4949
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4950
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4951
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4952
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4805
4953
|
}>;
|
|
4806
4954
|
'hr-HR': () => Promise<{
|
|
4807
4955
|
default: {
|
|
@@ -5044,32 +5192,40 @@ declare const _default: {
|
|
|
5044
5192
|
"ctp.login.subtitle": string;
|
|
5045
5193
|
"ctp.login.inputLabel": string;
|
|
5046
5194
|
"ctp.logout.notYou": string;
|
|
5047
|
-
"ctp.logout.
|
|
5195
|
+
"ctp.logout.notYourCards": string;
|
|
5196
|
+
"ctp.logout.notYourCard": string;
|
|
5197
|
+
"ctp.logout.notYourProfile": string;
|
|
5048
5198
|
"ctp.otp.fieldLabel": string;
|
|
5049
5199
|
"ctp.otp.resendCode": string;
|
|
5050
5200
|
"ctp.otp.codeResent": string;
|
|
5051
5201
|
"ctp.otp.title": string;
|
|
5052
5202
|
"ctp.otp.subtitle": string;
|
|
5053
|
-
"ctp.
|
|
5054
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5055
|
-
"ctp.emptyCardsView.button": string;
|
|
5203
|
+
"ctp.emptyProfile.message": string;
|
|
5056
5204
|
"ctp.separatorText": string;
|
|
5057
5205
|
"ctp.cards.title": string;
|
|
5058
5206
|
"ctp.cards.subtitle": string;
|
|
5059
|
-
"ctp.cards.
|
|
5207
|
+
"ctp.cards.expiredCard": string;
|
|
5060
5208
|
"ctp.manualCardEntry": string;
|
|
5209
|
+
"ctp.infoPopup.title": string;
|
|
5210
|
+
"ctp.infoPopup.subtitle": string;
|
|
5211
|
+
"ctp.infoPopup.benefit1": string;
|
|
5212
|
+
"ctp.infoPopup.benefit2": string;
|
|
5213
|
+
"ctp.infoPopup.benefit3": string;
|
|
5061
5214
|
"ctp.errors.AUTH_INVALID": string;
|
|
5062
5215
|
"ctp.errors.NOT_FOUND": string;
|
|
5063
5216
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5064
5217
|
"ctp.errors.FRAUD": string;
|
|
5065
5218
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5066
5219
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5067
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5068
5220
|
"ctp.errors.CODE_INVALID": string;
|
|
5069
5221
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5070
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5071
5222
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5072
5223
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5224
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5225
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5226
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5227
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5228
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5073
5229
|
};
|
|
5074
5230
|
payButton: string;
|
|
5075
5231
|
"payButton.redirecting": string;
|
|
@@ -5310,32 +5466,40 @@ declare const _default: {
|
|
|
5310
5466
|
"ctp.login.subtitle": string;
|
|
5311
5467
|
"ctp.login.inputLabel": string;
|
|
5312
5468
|
"ctp.logout.notYou": string;
|
|
5313
|
-
"ctp.logout.
|
|
5469
|
+
"ctp.logout.notYourCards": string;
|
|
5470
|
+
"ctp.logout.notYourCard": string;
|
|
5471
|
+
"ctp.logout.notYourProfile": string;
|
|
5314
5472
|
"ctp.otp.fieldLabel": string;
|
|
5315
5473
|
"ctp.otp.resendCode": string;
|
|
5316
5474
|
"ctp.otp.codeResent": string;
|
|
5317
5475
|
"ctp.otp.title": string;
|
|
5318
5476
|
"ctp.otp.subtitle": string;
|
|
5319
|
-
"ctp.
|
|
5320
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5321
|
-
"ctp.emptyCardsView.button": string;
|
|
5477
|
+
"ctp.emptyProfile.message": string;
|
|
5322
5478
|
"ctp.separatorText": string;
|
|
5323
5479
|
"ctp.cards.title": string;
|
|
5324
5480
|
"ctp.cards.subtitle": string;
|
|
5325
|
-
"ctp.cards.
|
|
5481
|
+
"ctp.cards.expiredCard": string;
|
|
5326
5482
|
"ctp.manualCardEntry": string;
|
|
5483
|
+
"ctp.infoPopup.title": string;
|
|
5484
|
+
"ctp.infoPopup.subtitle": string;
|
|
5485
|
+
"ctp.infoPopup.benefit1": string;
|
|
5486
|
+
"ctp.infoPopup.benefit2": string;
|
|
5487
|
+
"ctp.infoPopup.benefit3": string;
|
|
5327
5488
|
"ctp.errors.AUTH_INVALID": string;
|
|
5328
5489
|
"ctp.errors.NOT_FOUND": string;
|
|
5329
5490
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5330
5491
|
"ctp.errors.FRAUD": string;
|
|
5331
5492
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5332
5493
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5333
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5334
5494
|
"ctp.errors.CODE_INVALID": string;
|
|
5335
5495
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5336
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5337
5496
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5338
5497
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5498
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5499
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5500
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5501
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5502
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5339
5503
|
}>;
|
|
5340
5504
|
'hu-HU': () => Promise<{
|
|
5341
5505
|
default: {
|
|
@@ -5578,32 +5742,40 @@ declare const _default: {
|
|
|
5578
5742
|
"ctp.login.subtitle": string;
|
|
5579
5743
|
"ctp.login.inputLabel": string;
|
|
5580
5744
|
"ctp.logout.notYou": string;
|
|
5581
|
-
"ctp.logout.
|
|
5745
|
+
"ctp.logout.notYourCards": string;
|
|
5746
|
+
"ctp.logout.notYourCard": string;
|
|
5747
|
+
"ctp.logout.notYourProfile": string;
|
|
5582
5748
|
"ctp.otp.fieldLabel": string;
|
|
5583
5749
|
"ctp.otp.resendCode": string;
|
|
5584
5750
|
"ctp.otp.codeResent": string;
|
|
5585
5751
|
"ctp.otp.title": string;
|
|
5586
5752
|
"ctp.otp.subtitle": string;
|
|
5587
|
-
"ctp.
|
|
5588
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5589
|
-
"ctp.emptyCardsView.button": string;
|
|
5753
|
+
"ctp.emptyProfile.message": string;
|
|
5590
5754
|
"ctp.separatorText": string;
|
|
5591
5755
|
"ctp.cards.title": string;
|
|
5592
5756
|
"ctp.cards.subtitle": string;
|
|
5593
|
-
"ctp.cards.
|
|
5757
|
+
"ctp.cards.expiredCard": string;
|
|
5594
5758
|
"ctp.manualCardEntry": string;
|
|
5759
|
+
"ctp.infoPopup.title": string;
|
|
5760
|
+
"ctp.infoPopup.subtitle": string;
|
|
5761
|
+
"ctp.infoPopup.benefit1": string;
|
|
5762
|
+
"ctp.infoPopup.benefit2": string;
|
|
5763
|
+
"ctp.infoPopup.benefit3": string;
|
|
5595
5764
|
"ctp.errors.AUTH_INVALID": string;
|
|
5596
5765
|
"ctp.errors.NOT_FOUND": string;
|
|
5597
5766
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5598
5767
|
"ctp.errors.FRAUD": string;
|
|
5599
5768
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5600
5769
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5601
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5602
5770
|
"ctp.errors.CODE_INVALID": string;
|
|
5603
5771
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5604
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5605
5772
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5606
5773
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5774
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5775
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5776
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5777
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5778
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5607
5779
|
};
|
|
5608
5780
|
payButton: string;
|
|
5609
5781
|
"payButton.redirecting": string;
|
|
@@ -5844,32 +6016,40 @@ declare const _default: {
|
|
|
5844
6016
|
"ctp.login.subtitle": string;
|
|
5845
6017
|
"ctp.login.inputLabel": string;
|
|
5846
6018
|
"ctp.logout.notYou": string;
|
|
5847
|
-
"ctp.logout.
|
|
6019
|
+
"ctp.logout.notYourCards": string;
|
|
6020
|
+
"ctp.logout.notYourCard": string;
|
|
6021
|
+
"ctp.logout.notYourProfile": string;
|
|
5848
6022
|
"ctp.otp.fieldLabel": string;
|
|
5849
6023
|
"ctp.otp.resendCode": string;
|
|
5850
6024
|
"ctp.otp.codeResent": string;
|
|
5851
6025
|
"ctp.otp.title": string;
|
|
5852
6026
|
"ctp.otp.subtitle": string;
|
|
5853
|
-
"ctp.
|
|
5854
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5855
|
-
"ctp.emptyCardsView.button": string;
|
|
6027
|
+
"ctp.emptyProfile.message": string;
|
|
5856
6028
|
"ctp.separatorText": string;
|
|
5857
6029
|
"ctp.cards.title": string;
|
|
5858
6030
|
"ctp.cards.subtitle": string;
|
|
5859
|
-
"ctp.cards.
|
|
6031
|
+
"ctp.cards.expiredCard": string;
|
|
5860
6032
|
"ctp.manualCardEntry": string;
|
|
6033
|
+
"ctp.infoPopup.title": string;
|
|
6034
|
+
"ctp.infoPopup.subtitle": string;
|
|
6035
|
+
"ctp.infoPopup.benefit1": string;
|
|
6036
|
+
"ctp.infoPopup.benefit2": string;
|
|
6037
|
+
"ctp.infoPopup.benefit3": string;
|
|
5861
6038
|
"ctp.errors.AUTH_INVALID": string;
|
|
5862
6039
|
"ctp.errors.NOT_FOUND": string;
|
|
5863
6040
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5864
6041
|
"ctp.errors.FRAUD": string;
|
|
5865
6042
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5866
6043
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5867
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5868
6044
|
"ctp.errors.CODE_INVALID": string;
|
|
5869
6045
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5870
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5871
6046
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5872
6047
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6048
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6049
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6050
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6051
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6052
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5873
6053
|
}>;
|
|
5874
6054
|
'it-IT': () => Promise<{
|
|
5875
6055
|
default: {
|
|
@@ -6110,32 +6290,40 @@ declare const _default: {
|
|
|
6110
6290
|
"ctp.login.subtitle": string;
|
|
6111
6291
|
"ctp.login.inputLabel": string;
|
|
6112
6292
|
"ctp.logout.notYou": string;
|
|
6113
|
-
"ctp.logout.
|
|
6293
|
+
"ctp.logout.notYourCards": string;
|
|
6294
|
+
"ctp.logout.notYourCard": string;
|
|
6295
|
+
"ctp.logout.notYourProfile": string;
|
|
6114
6296
|
"ctp.otp.fieldLabel": string;
|
|
6115
6297
|
"ctp.otp.resendCode": string;
|
|
6116
6298
|
"ctp.otp.codeResent": string;
|
|
6117
6299
|
"ctp.otp.title": string;
|
|
6118
6300
|
"ctp.otp.subtitle": string;
|
|
6119
|
-
"ctp.
|
|
6120
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6121
|
-
"ctp.emptyCardsView.button": string;
|
|
6301
|
+
"ctp.emptyProfile.message": string;
|
|
6122
6302
|
"ctp.separatorText": string;
|
|
6123
6303
|
"ctp.cards.title": string;
|
|
6124
6304
|
"ctp.cards.subtitle": string;
|
|
6125
|
-
"ctp.cards.
|
|
6305
|
+
"ctp.cards.expiredCard": string;
|
|
6126
6306
|
"ctp.manualCardEntry": string;
|
|
6307
|
+
"ctp.infoPopup.title": string;
|
|
6308
|
+
"ctp.infoPopup.subtitle": string;
|
|
6309
|
+
"ctp.infoPopup.benefit1": string;
|
|
6310
|
+
"ctp.infoPopup.benefit2": string;
|
|
6311
|
+
"ctp.infoPopup.benefit3": string;
|
|
6127
6312
|
"ctp.errors.AUTH_INVALID": string;
|
|
6128
6313
|
"ctp.errors.NOT_FOUND": string;
|
|
6129
6314
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6130
6315
|
"ctp.errors.FRAUD": string;
|
|
6131
6316
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6132
6317
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6133
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6134
6318
|
"ctp.errors.CODE_INVALID": string;
|
|
6135
6319
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6136
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6137
6320
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6138
6321
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6322
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6323
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6324
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6325
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6326
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6139
6327
|
};
|
|
6140
6328
|
payButton: string;
|
|
6141
6329
|
"payButton.redirecting": string;
|
|
@@ -6374,32 +6562,40 @@ declare const _default: {
|
|
|
6374
6562
|
"ctp.login.subtitle": string;
|
|
6375
6563
|
"ctp.login.inputLabel": string;
|
|
6376
6564
|
"ctp.logout.notYou": string;
|
|
6377
|
-
"ctp.logout.
|
|
6565
|
+
"ctp.logout.notYourCards": string;
|
|
6566
|
+
"ctp.logout.notYourCard": string;
|
|
6567
|
+
"ctp.logout.notYourProfile": string;
|
|
6378
6568
|
"ctp.otp.fieldLabel": string;
|
|
6379
6569
|
"ctp.otp.resendCode": string;
|
|
6380
6570
|
"ctp.otp.codeResent": string;
|
|
6381
6571
|
"ctp.otp.title": string;
|
|
6382
6572
|
"ctp.otp.subtitle": string;
|
|
6383
|
-
"ctp.
|
|
6384
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6385
|
-
"ctp.emptyCardsView.button": string;
|
|
6573
|
+
"ctp.emptyProfile.message": string;
|
|
6386
6574
|
"ctp.separatorText": string;
|
|
6387
6575
|
"ctp.cards.title": string;
|
|
6388
6576
|
"ctp.cards.subtitle": string;
|
|
6389
|
-
"ctp.cards.
|
|
6577
|
+
"ctp.cards.expiredCard": string;
|
|
6390
6578
|
"ctp.manualCardEntry": string;
|
|
6579
|
+
"ctp.infoPopup.title": string;
|
|
6580
|
+
"ctp.infoPopup.subtitle": string;
|
|
6581
|
+
"ctp.infoPopup.benefit1": string;
|
|
6582
|
+
"ctp.infoPopup.benefit2": string;
|
|
6583
|
+
"ctp.infoPopup.benefit3": string;
|
|
6391
6584
|
"ctp.errors.AUTH_INVALID": string;
|
|
6392
6585
|
"ctp.errors.NOT_FOUND": string;
|
|
6393
6586
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6394
6587
|
"ctp.errors.FRAUD": string;
|
|
6395
6588
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6396
6589
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6397
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6398
6590
|
"ctp.errors.CODE_INVALID": string;
|
|
6399
6591
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6400
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6401
6592
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6402
6593
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6594
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6595
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6596
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6597
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6598
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6403
6599
|
}>;
|
|
6404
6600
|
'ja-JP': () => Promise<{
|
|
6405
6601
|
default: {
|
|
@@ -6642,32 +6838,40 @@ declare const _default: {
|
|
|
6642
6838
|
"ctp.login.subtitle": string;
|
|
6643
6839
|
"ctp.login.inputLabel": string;
|
|
6644
6840
|
"ctp.logout.notYou": string;
|
|
6645
|
-
"ctp.logout.
|
|
6841
|
+
"ctp.logout.notYourCards": string;
|
|
6842
|
+
"ctp.logout.notYourCard": string;
|
|
6843
|
+
"ctp.logout.notYourProfile": string;
|
|
6646
6844
|
"ctp.otp.fieldLabel": string;
|
|
6647
6845
|
"ctp.otp.resendCode": string;
|
|
6648
6846
|
"ctp.otp.codeResent": string;
|
|
6649
6847
|
"ctp.otp.title": string;
|
|
6650
6848
|
"ctp.otp.subtitle": string;
|
|
6651
|
-
"ctp.
|
|
6652
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6653
|
-
"ctp.emptyCardsView.button": string;
|
|
6849
|
+
"ctp.emptyProfile.message": string;
|
|
6654
6850
|
"ctp.separatorText": string;
|
|
6655
6851
|
"ctp.cards.title": string;
|
|
6656
6852
|
"ctp.cards.subtitle": string;
|
|
6657
|
-
"ctp.cards.
|
|
6853
|
+
"ctp.cards.expiredCard": string;
|
|
6658
6854
|
"ctp.manualCardEntry": string;
|
|
6855
|
+
"ctp.infoPopup.title": string;
|
|
6856
|
+
"ctp.infoPopup.subtitle": string;
|
|
6857
|
+
"ctp.infoPopup.benefit1": string;
|
|
6858
|
+
"ctp.infoPopup.benefit2": string;
|
|
6859
|
+
"ctp.infoPopup.benefit3": string;
|
|
6659
6860
|
"ctp.errors.AUTH_INVALID": string;
|
|
6660
6861
|
"ctp.errors.NOT_FOUND": string;
|
|
6661
6862
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6662
6863
|
"ctp.errors.FRAUD": string;
|
|
6663
6864
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6664
6865
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6665
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6666
6866
|
"ctp.errors.CODE_INVALID": string;
|
|
6667
6867
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6668
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6669
6868
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6670
6869
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6870
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6871
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6872
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6873
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6874
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6671
6875
|
};
|
|
6672
6876
|
payButton: string;
|
|
6673
6877
|
"payButton.redirecting": string;
|
|
@@ -6908,32 +7112,40 @@ declare const _default: {
|
|
|
6908
7112
|
"ctp.login.subtitle": string;
|
|
6909
7113
|
"ctp.login.inputLabel": string;
|
|
6910
7114
|
"ctp.logout.notYou": string;
|
|
6911
|
-
"ctp.logout.
|
|
7115
|
+
"ctp.logout.notYourCards": string;
|
|
7116
|
+
"ctp.logout.notYourCard": string;
|
|
7117
|
+
"ctp.logout.notYourProfile": string;
|
|
6912
7118
|
"ctp.otp.fieldLabel": string;
|
|
6913
7119
|
"ctp.otp.resendCode": string;
|
|
6914
7120
|
"ctp.otp.codeResent": string;
|
|
6915
7121
|
"ctp.otp.title": string;
|
|
6916
7122
|
"ctp.otp.subtitle": string;
|
|
6917
|
-
"ctp.
|
|
6918
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6919
|
-
"ctp.emptyCardsView.button": string;
|
|
7123
|
+
"ctp.emptyProfile.message": string;
|
|
6920
7124
|
"ctp.separatorText": string;
|
|
6921
7125
|
"ctp.cards.title": string;
|
|
6922
7126
|
"ctp.cards.subtitle": string;
|
|
6923
|
-
"ctp.cards.
|
|
7127
|
+
"ctp.cards.expiredCard": string;
|
|
6924
7128
|
"ctp.manualCardEntry": string;
|
|
7129
|
+
"ctp.infoPopup.title": string;
|
|
7130
|
+
"ctp.infoPopup.subtitle": string;
|
|
7131
|
+
"ctp.infoPopup.benefit1": string;
|
|
7132
|
+
"ctp.infoPopup.benefit2": string;
|
|
7133
|
+
"ctp.infoPopup.benefit3": string;
|
|
6925
7134
|
"ctp.errors.AUTH_INVALID": string;
|
|
6926
7135
|
"ctp.errors.NOT_FOUND": string;
|
|
6927
7136
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6928
7137
|
"ctp.errors.FRAUD": string;
|
|
6929
7138
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6930
7139
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6931
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6932
7140
|
"ctp.errors.CODE_INVALID": string;
|
|
6933
7141
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6934
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6935
7142
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6936
7143
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7144
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7145
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7146
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7147
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7148
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6937
7149
|
}>;
|
|
6938
7150
|
'ko-KR': () => Promise<{
|
|
6939
7151
|
default: {
|
|
@@ -7176,32 +7388,40 @@ declare const _default: {
|
|
|
7176
7388
|
"ctp.login.subtitle": string;
|
|
7177
7389
|
"ctp.login.inputLabel": string;
|
|
7178
7390
|
"ctp.logout.notYou": string;
|
|
7179
|
-
"ctp.logout.
|
|
7391
|
+
"ctp.logout.notYourCards": string;
|
|
7392
|
+
"ctp.logout.notYourCard": string;
|
|
7393
|
+
"ctp.logout.notYourProfile": string;
|
|
7180
7394
|
"ctp.otp.fieldLabel": string;
|
|
7181
7395
|
"ctp.otp.resendCode": string;
|
|
7182
7396
|
"ctp.otp.codeResent": string;
|
|
7183
7397
|
"ctp.otp.title": string;
|
|
7184
7398
|
"ctp.otp.subtitle": string;
|
|
7185
|
-
"ctp.
|
|
7186
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7187
|
-
"ctp.emptyCardsView.button": string;
|
|
7399
|
+
"ctp.emptyProfile.message": string;
|
|
7188
7400
|
"ctp.separatorText": string;
|
|
7189
7401
|
"ctp.cards.title": string;
|
|
7190
7402
|
"ctp.cards.subtitle": string;
|
|
7191
|
-
"ctp.cards.
|
|
7403
|
+
"ctp.cards.expiredCard": string;
|
|
7192
7404
|
"ctp.manualCardEntry": string;
|
|
7405
|
+
"ctp.infoPopup.title": string;
|
|
7406
|
+
"ctp.infoPopup.subtitle": string;
|
|
7407
|
+
"ctp.infoPopup.benefit1": string;
|
|
7408
|
+
"ctp.infoPopup.benefit2": string;
|
|
7409
|
+
"ctp.infoPopup.benefit3": string;
|
|
7193
7410
|
"ctp.errors.AUTH_INVALID": string;
|
|
7194
7411
|
"ctp.errors.NOT_FOUND": string;
|
|
7195
7412
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7196
7413
|
"ctp.errors.FRAUD": string;
|
|
7197
7414
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7198
7415
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7199
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7200
7416
|
"ctp.errors.CODE_INVALID": string;
|
|
7201
7417
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7202
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7203
7418
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7204
7419
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7420
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7421
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7422
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7423
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7424
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7205
7425
|
};
|
|
7206
7426
|
payButton: string;
|
|
7207
7427
|
"payButton.redirecting": string;
|
|
@@ -7442,32 +7662,40 @@ declare const _default: {
|
|
|
7442
7662
|
"ctp.login.subtitle": string;
|
|
7443
7663
|
"ctp.login.inputLabel": string;
|
|
7444
7664
|
"ctp.logout.notYou": string;
|
|
7445
|
-
"ctp.logout.
|
|
7665
|
+
"ctp.logout.notYourCards": string;
|
|
7666
|
+
"ctp.logout.notYourCard": string;
|
|
7667
|
+
"ctp.logout.notYourProfile": string;
|
|
7446
7668
|
"ctp.otp.fieldLabel": string;
|
|
7447
7669
|
"ctp.otp.resendCode": string;
|
|
7448
7670
|
"ctp.otp.codeResent": string;
|
|
7449
7671
|
"ctp.otp.title": string;
|
|
7450
7672
|
"ctp.otp.subtitle": string;
|
|
7451
|
-
"ctp.
|
|
7452
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7453
|
-
"ctp.emptyCardsView.button": string;
|
|
7673
|
+
"ctp.emptyProfile.message": string;
|
|
7454
7674
|
"ctp.separatorText": string;
|
|
7455
7675
|
"ctp.cards.title": string;
|
|
7456
7676
|
"ctp.cards.subtitle": string;
|
|
7457
|
-
"ctp.cards.
|
|
7677
|
+
"ctp.cards.expiredCard": string;
|
|
7458
7678
|
"ctp.manualCardEntry": string;
|
|
7679
|
+
"ctp.infoPopup.title": string;
|
|
7680
|
+
"ctp.infoPopup.subtitle": string;
|
|
7681
|
+
"ctp.infoPopup.benefit1": string;
|
|
7682
|
+
"ctp.infoPopup.benefit2": string;
|
|
7683
|
+
"ctp.infoPopup.benefit3": string;
|
|
7459
7684
|
"ctp.errors.AUTH_INVALID": string;
|
|
7460
7685
|
"ctp.errors.NOT_FOUND": string;
|
|
7461
7686
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7462
7687
|
"ctp.errors.FRAUD": string;
|
|
7463
7688
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7464
7689
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7465
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7466
7690
|
"ctp.errors.CODE_INVALID": string;
|
|
7467
7691
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7468
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7469
7692
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7470
7693
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7694
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7695
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7696
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7697
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7698
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7471
7699
|
}>;
|
|
7472
7700
|
'nl-NL': () => Promise<{
|
|
7473
7701
|
default: {
|
|
@@ -7710,32 +7938,40 @@ declare const _default: {
|
|
|
7710
7938
|
"ctp.login.subtitle": string;
|
|
7711
7939
|
"ctp.login.inputLabel": string;
|
|
7712
7940
|
"ctp.logout.notYou": string;
|
|
7713
|
-
"ctp.logout.
|
|
7941
|
+
"ctp.logout.notYourCards": string;
|
|
7942
|
+
"ctp.logout.notYourCard": string;
|
|
7943
|
+
"ctp.logout.notYourProfile": string;
|
|
7714
7944
|
"ctp.otp.fieldLabel": string;
|
|
7715
7945
|
"ctp.otp.resendCode": string;
|
|
7716
7946
|
"ctp.otp.codeResent": string;
|
|
7717
7947
|
"ctp.otp.title": string;
|
|
7718
7948
|
"ctp.otp.subtitle": string;
|
|
7719
|
-
"ctp.
|
|
7720
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7721
|
-
"ctp.emptyCardsView.button": string;
|
|
7949
|
+
"ctp.emptyProfile.message": string;
|
|
7722
7950
|
"ctp.separatorText": string;
|
|
7723
7951
|
"ctp.cards.title": string;
|
|
7724
7952
|
"ctp.cards.subtitle": string;
|
|
7725
|
-
"ctp.cards.
|
|
7953
|
+
"ctp.cards.expiredCard": string;
|
|
7726
7954
|
"ctp.manualCardEntry": string;
|
|
7955
|
+
"ctp.infoPopup.title": string;
|
|
7956
|
+
"ctp.infoPopup.subtitle": string;
|
|
7957
|
+
"ctp.infoPopup.benefit1": string;
|
|
7958
|
+
"ctp.infoPopup.benefit2": string;
|
|
7959
|
+
"ctp.infoPopup.benefit3": string;
|
|
7727
7960
|
"ctp.errors.AUTH_INVALID": string;
|
|
7728
7961
|
"ctp.errors.NOT_FOUND": string;
|
|
7729
7962
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7730
7963
|
"ctp.errors.FRAUD": string;
|
|
7731
7964
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7732
7965
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7733
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7734
7966
|
"ctp.errors.CODE_INVALID": string;
|
|
7735
7967
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7736
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7737
7968
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7738
7969
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7970
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7971
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7972
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7973
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7974
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7739
7975
|
};
|
|
7740
7976
|
payButton: string;
|
|
7741
7977
|
"payButton.redirecting": string;
|
|
@@ -7976,32 +8212,40 @@ declare const _default: {
|
|
|
7976
8212
|
"ctp.login.subtitle": string;
|
|
7977
8213
|
"ctp.login.inputLabel": string;
|
|
7978
8214
|
"ctp.logout.notYou": string;
|
|
7979
|
-
"ctp.logout.
|
|
8215
|
+
"ctp.logout.notYourCards": string;
|
|
8216
|
+
"ctp.logout.notYourCard": string;
|
|
8217
|
+
"ctp.logout.notYourProfile": string;
|
|
7980
8218
|
"ctp.otp.fieldLabel": string;
|
|
7981
8219
|
"ctp.otp.resendCode": string;
|
|
7982
8220
|
"ctp.otp.codeResent": string;
|
|
7983
8221
|
"ctp.otp.title": string;
|
|
7984
8222
|
"ctp.otp.subtitle": string;
|
|
7985
|
-
"ctp.
|
|
7986
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7987
|
-
"ctp.emptyCardsView.button": string;
|
|
8223
|
+
"ctp.emptyProfile.message": string;
|
|
7988
8224
|
"ctp.separatorText": string;
|
|
7989
8225
|
"ctp.cards.title": string;
|
|
7990
8226
|
"ctp.cards.subtitle": string;
|
|
7991
|
-
"ctp.cards.
|
|
8227
|
+
"ctp.cards.expiredCard": string;
|
|
7992
8228
|
"ctp.manualCardEntry": string;
|
|
8229
|
+
"ctp.infoPopup.title": string;
|
|
8230
|
+
"ctp.infoPopup.subtitle": string;
|
|
8231
|
+
"ctp.infoPopup.benefit1": string;
|
|
8232
|
+
"ctp.infoPopup.benefit2": string;
|
|
8233
|
+
"ctp.infoPopup.benefit3": string;
|
|
7993
8234
|
"ctp.errors.AUTH_INVALID": string;
|
|
7994
8235
|
"ctp.errors.NOT_FOUND": string;
|
|
7995
8236
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7996
8237
|
"ctp.errors.FRAUD": string;
|
|
7997
8238
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7998
8239
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7999
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8000
8240
|
"ctp.errors.CODE_INVALID": string;
|
|
8001
8241
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8002
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8003
8242
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8004
8243
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8244
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8245
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8246
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8247
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8248
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8005
8249
|
}>;
|
|
8006
8250
|
'no-NO': () => Promise<{
|
|
8007
8251
|
default: {
|
|
@@ -8244,32 +8488,40 @@ declare const _default: {
|
|
|
8244
8488
|
"ctp.login.subtitle": string;
|
|
8245
8489
|
"ctp.login.inputLabel": string;
|
|
8246
8490
|
"ctp.logout.notYou": string;
|
|
8247
|
-
"ctp.logout.
|
|
8491
|
+
"ctp.logout.notYourCards": string;
|
|
8492
|
+
"ctp.logout.notYourCard": string;
|
|
8493
|
+
"ctp.logout.notYourProfile": string;
|
|
8248
8494
|
"ctp.otp.fieldLabel": string;
|
|
8249
8495
|
"ctp.otp.resendCode": string;
|
|
8250
8496
|
"ctp.otp.codeResent": string;
|
|
8251
8497
|
"ctp.otp.title": string;
|
|
8252
8498
|
"ctp.otp.subtitle": string;
|
|
8253
|
-
"ctp.
|
|
8254
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8255
|
-
"ctp.emptyCardsView.button": string;
|
|
8499
|
+
"ctp.emptyProfile.message": string;
|
|
8256
8500
|
"ctp.separatorText": string;
|
|
8257
8501
|
"ctp.cards.title": string;
|
|
8258
8502
|
"ctp.cards.subtitle": string;
|
|
8259
|
-
"ctp.cards.
|
|
8503
|
+
"ctp.cards.expiredCard": string;
|
|
8260
8504
|
"ctp.manualCardEntry": string;
|
|
8505
|
+
"ctp.infoPopup.title": string;
|
|
8506
|
+
"ctp.infoPopup.subtitle": string;
|
|
8507
|
+
"ctp.infoPopup.benefit1": string;
|
|
8508
|
+
"ctp.infoPopup.benefit2": string;
|
|
8509
|
+
"ctp.infoPopup.benefit3": string;
|
|
8261
8510
|
"ctp.errors.AUTH_INVALID": string;
|
|
8262
8511
|
"ctp.errors.NOT_FOUND": string;
|
|
8263
8512
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8264
8513
|
"ctp.errors.FRAUD": string;
|
|
8265
8514
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8266
8515
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8267
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8268
8516
|
"ctp.errors.CODE_INVALID": string;
|
|
8269
8517
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8270
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8271
8518
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8272
8519
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8520
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8521
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8522
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8523
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8524
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8273
8525
|
};
|
|
8274
8526
|
payButton: string;
|
|
8275
8527
|
"payButton.redirecting": string;
|
|
@@ -8510,32 +8762,40 @@ declare const _default: {
|
|
|
8510
8762
|
"ctp.login.subtitle": string;
|
|
8511
8763
|
"ctp.login.inputLabel": string;
|
|
8512
8764
|
"ctp.logout.notYou": string;
|
|
8513
|
-
"ctp.logout.
|
|
8765
|
+
"ctp.logout.notYourCards": string;
|
|
8766
|
+
"ctp.logout.notYourCard": string;
|
|
8767
|
+
"ctp.logout.notYourProfile": string;
|
|
8514
8768
|
"ctp.otp.fieldLabel": string;
|
|
8515
8769
|
"ctp.otp.resendCode": string;
|
|
8516
8770
|
"ctp.otp.codeResent": string;
|
|
8517
8771
|
"ctp.otp.title": string;
|
|
8518
8772
|
"ctp.otp.subtitle": string;
|
|
8519
|
-
"ctp.
|
|
8520
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8521
|
-
"ctp.emptyCardsView.button": string;
|
|
8773
|
+
"ctp.emptyProfile.message": string;
|
|
8522
8774
|
"ctp.separatorText": string;
|
|
8523
8775
|
"ctp.cards.title": string;
|
|
8524
8776
|
"ctp.cards.subtitle": string;
|
|
8525
|
-
"ctp.cards.
|
|
8777
|
+
"ctp.cards.expiredCard": string;
|
|
8526
8778
|
"ctp.manualCardEntry": string;
|
|
8779
|
+
"ctp.infoPopup.title": string;
|
|
8780
|
+
"ctp.infoPopup.subtitle": string;
|
|
8781
|
+
"ctp.infoPopup.benefit1": string;
|
|
8782
|
+
"ctp.infoPopup.benefit2": string;
|
|
8783
|
+
"ctp.infoPopup.benefit3": string;
|
|
8527
8784
|
"ctp.errors.AUTH_INVALID": string;
|
|
8528
8785
|
"ctp.errors.NOT_FOUND": string;
|
|
8529
8786
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8530
8787
|
"ctp.errors.FRAUD": string;
|
|
8531
8788
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8532
8789
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8533
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8534
8790
|
"ctp.errors.CODE_INVALID": string;
|
|
8535
8791
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8536
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8537
8792
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8538
8793
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8794
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8795
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8796
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8797
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8798
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8539
8799
|
}>;
|
|
8540
8800
|
'pl-PL': () => Promise<{
|
|
8541
8801
|
default: {
|
|
@@ -8778,32 +9038,40 @@ declare const _default: {
|
|
|
8778
9038
|
"ctp.login.subtitle": string;
|
|
8779
9039
|
"ctp.login.inputLabel": string;
|
|
8780
9040
|
"ctp.logout.notYou": string;
|
|
8781
|
-
"ctp.logout.
|
|
9041
|
+
"ctp.logout.notYourCards": string;
|
|
9042
|
+
"ctp.logout.notYourCard": string;
|
|
9043
|
+
"ctp.logout.notYourProfile": string;
|
|
8782
9044
|
"ctp.otp.fieldLabel": string;
|
|
8783
9045
|
"ctp.otp.resendCode": string;
|
|
8784
9046
|
"ctp.otp.codeResent": string;
|
|
8785
9047
|
"ctp.otp.title": string;
|
|
8786
9048
|
"ctp.otp.subtitle": string;
|
|
8787
|
-
"ctp.
|
|
8788
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8789
|
-
"ctp.emptyCardsView.button": string;
|
|
9049
|
+
"ctp.emptyProfile.message": string;
|
|
8790
9050
|
"ctp.separatorText": string;
|
|
8791
9051
|
"ctp.cards.title": string;
|
|
8792
9052
|
"ctp.cards.subtitle": string;
|
|
8793
|
-
"ctp.cards.
|
|
9053
|
+
"ctp.cards.expiredCard": string;
|
|
8794
9054
|
"ctp.manualCardEntry": string;
|
|
9055
|
+
"ctp.infoPopup.title": string;
|
|
9056
|
+
"ctp.infoPopup.subtitle": string;
|
|
9057
|
+
"ctp.infoPopup.benefit1": string;
|
|
9058
|
+
"ctp.infoPopup.benefit2": string;
|
|
9059
|
+
"ctp.infoPopup.benefit3": string;
|
|
8795
9060
|
"ctp.errors.AUTH_INVALID": string;
|
|
8796
9061
|
"ctp.errors.NOT_FOUND": string;
|
|
8797
9062
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8798
9063
|
"ctp.errors.FRAUD": string;
|
|
8799
9064
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8800
9065
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8801
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8802
9066
|
"ctp.errors.CODE_INVALID": string;
|
|
8803
9067
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8804
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8805
9068
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8806
9069
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9070
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9071
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9072
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9073
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9074
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8807
9075
|
};
|
|
8808
9076
|
payButton: string;
|
|
8809
9077
|
"payButton.redirecting": string;
|
|
@@ -9044,32 +9312,40 @@ declare const _default: {
|
|
|
9044
9312
|
"ctp.login.subtitle": string;
|
|
9045
9313
|
"ctp.login.inputLabel": string;
|
|
9046
9314
|
"ctp.logout.notYou": string;
|
|
9047
|
-
"ctp.logout.
|
|
9315
|
+
"ctp.logout.notYourCards": string;
|
|
9316
|
+
"ctp.logout.notYourCard": string;
|
|
9317
|
+
"ctp.logout.notYourProfile": string;
|
|
9048
9318
|
"ctp.otp.fieldLabel": string;
|
|
9049
9319
|
"ctp.otp.resendCode": string;
|
|
9050
9320
|
"ctp.otp.codeResent": string;
|
|
9051
9321
|
"ctp.otp.title": string;
|
|
9052
9322
|
"ctp.otp.subtitle": string;
|
|
9053
|
-
"ctp.
|
|
9054
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9055
|
-
"ctp.emptyCardsView.button": string;
|
|
9323
|
+
"ctp.emptyProfile.message": string;
|
|
9056
9324
|
"ctp.separatorText": string;
|
|
9057
9325
|
"ctp.cards.title": string;
|
|
9058
9326
|
"ctp.cards.subtitle": string;
|
|
9059
|
-
"ctp.cards.
|
|
9327
|
+
"ctp.cards.expiredCard": string;
|
|
9060
9328
|
"ctp.manualCardEntry": string;
|
|
9329
|
+
"ctp.infoPopup.title": string;
|
|
9330
|
+
"ctp.infoPopup.subtitle": string;
|
|
9331
|
+
"ctp.infoPopup.benefit1": string;
|
|
9332
|
+
"ctp.infoPopup.benefit2": string;
|
|
9333
|
+
"ctp.infoPopup.benefit3": string;
|
|
9061
9334
|
"ctp.errors.AUTH_INVALID": string;
|
|
9062
9335
|
"ctp.errors.NOT_FOUND": string;
|
|
9063
9336
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9064
9337
|
"ctp.errors.FRAUD": string;
|
|
9065
9338
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9066
9339
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9067
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9068
9340
|
"ctp.errors.CODE_INVALID": string;
|
|
9069
9341
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9070
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9071
9342
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9072
9343
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9344
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9345
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9346
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9347
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9348
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9073
9349
|
}>;
|
|
9074
9350
|
'pt-BR': () => Promise<{
|
|
9075
9351
|
default: {
|
|
@@ -9310,32 +9586,40 @@ declare const _default: {
|
|
|
9310
9586
|
"ctp.login.subtitle": string;
|
|
9311
9587
|
"ctp.login.inputLabel": string;
|
|
9312
9588
|
"ctp.logout.notYou": string;
|
|
9313
|
-
"ctp.logout.
|
|
9589
|
+
"ctp.logout.notYourCards": string;
|
|
9590
|
+
"ctp.logout.notYourCard": string;
|
|
9591
|
+
"ctp.logout.notYourProfile": string;
|
|
9314
9592
|
"ctp.otp.fieldLabel": string;
|
|
9315
9593
|
"ctp.otp.resendCode": string;
|
|
9316
9594
|
"ctp.otp.codeResent": string;
|
|
9317
9595
|
"ctp.otp.title": string;
|
|
9318
9596
|
"ctp.otp.subtitle": string;
|
|
9319
|
-
"ctp.
|
|
9320
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9321
|
-
"ctp.emptyCardsView.button": string;
|
|
9597
|
+
"ctp.emptyProfile.message": string;
|
|
9322
9598
|
"ctp.separatorText": string;
|
|
9323
9599
|
"ctp.cards.title": string;
|
|
9324
9600
|
"ctp.cards.subtitle": string;
|
|
9325
|
-
"ctp.cards.
|
|
9601
|
+
"ctp.cards.expiredCard": string;
|
|
9326
9602
|
"ctp.manualCardEntry": string;
|
|
9603
|
+
"ctp.infoPopup.title": string;
|
|
9604
|
+
"ctp.infoPopup.subtitle": string;
|
|
9605
|
+
"ctp.infoPopup.benefit1": string;
|
|
9606
|
+
"ctp.infoPopup.benefit2": string;
|
|
9607
|
+
"ctp.infoPopup.benefit3": string;
|
|
9327
9608
|
"ctp.errors.AUTH_INVALID": string;
|
|
9328
9609
|
"ctp.errors.NOT_FOUND": string;
|
|
9329
9610
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9330
9611
|
"ctp.errors.FRAUD": string;
|
|
9331
9612
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9332
9613
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9333
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9334
9614
|
"ctp.errors.CODE_INVALID": string;
|
|
9335
9615
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9336
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9337
9616
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9338
9617
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9618
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9619
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9620
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9621
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9622
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9339
9623
|
};
|
|
9340
9624
|
payButton: string;
|
|
9341
9625
|
"payButton.redirecting": string;
|
|
@@ -9574,32 +9858,40 @@ declare const _default: {
|
|
|
9574
9858
|
"ctp.login.subtitle": string;
|
|
9575
9859
|
"ctp.login.inputLabel": string;
|
|
9576
9860
|
"ctp.logout.notYou": string;
|
|
9577
|
-
"ctp.logout.
|
|
9861
|
+
"ctp.logout.notYourCards": string;
|
|
9862
|
+
"ctp.logout.notYourCard": string;
|
|
9863
|
+
"ctp.logout.notYourProfile": string;
|
|
9578
9864
|
"ctp.otp.fieldLabel": string;
|
|
9579
9865
|
"ctp.otp.resendCode": string;
|
|
9580
9866
|
"ctp.otp.codeResent": string;
|
|
9581
9867
|
"ctp.otp.title": string;
|
|
9582
9868
|
"ctp.otp.subtitle": string;
|
|
9583
|
-
"ctp.
|
|
9584
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9585
|
-
"ctp.emptyCardsView.button": string;
|
|
9869
|
+
"ctp.emptyProfile.message": string;
|
|
9586
9870
|
"ctp.separatorText": string;
|
|
9587
9871
|
"ctp.cards.title": string;
|
|
9588
9872
|
"ctp.cards.subtitle": string;
|
|
9589
|
-
"ctp.cards.
|
|
9873
|
+
"ctp.cards.expiredCard": string;
|
|
9590
9874
|
"ctp.manualCardEntry": string;
|
|
9875
|
+
"ctp.infoPopup.title": string;
|
|
9876
|
+
"ctp.infoPopup.subtitle": string;
|
|
9877
|
+
"ctp.infoPopup.benefit1": string;
|
|
9878
|
+
"ctp.infoPopup.benefit2": string;
|
|
9879
|
+
"ctp.infoPopup.benefit3": string;
|
|
9591
9880
|
"ctp.errors.AUTH_INVALID": string;
|
|
9592
9881
|
"ctp.errors.NOT_FOUND": string;
|
|
9593
9882
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9594
9883
|
"ctp.errors.FRAUD": string;
|
|
9595
9884
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9596
9885
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9597
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9598
9886
|
"ctp.errors.CODE_INVALID": string;
|
|
9599
9887
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9600
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9601
9888
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9602
9889
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9890
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9891
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9892
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9893
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9894
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9603
9895
|
}>;
|
|
9604
9896
|
'pt-PT': () => Promise<{
|
|
9605
9897
|
default: {
|
|
@@ -9844,32 +10136,40 @@ declare const _default: {
|
|
|
9844
10136
|
"ctp.login.subtitle": string;
|
|
9845
10137
|
"ctp.login.inputLabel": string;
|
|
9846
10138
|
"ctp.logout.notYou": string;
|
|
9847
|
-
"ctp.logout.
|
|
10139
|
+
"ctp.logout.notYourCards": string;
|
|
10140
|
+
"ctp.logout.notYourCard": string;
|
|
10141
|
+
"ctp.logout.notYourProfile": string;
|
|
9848
10142
|
"ctp.otp.fieldLabel": string;
|
|
9849
10143
|
"ctp.otp.resendCode": string;
|
|
9850
10144
|
"ctp.otp.codeResent": string;
|
|
9851
10145
|
"ctp.otp.title": string;
|
|
9852
10146
|
"ctp.otp.subtitle": string;
|
|
9853
|
-
"ctp.
|
|
9854
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9855
|
-
"ctp.emptyCardsView.button": string;
|
|
10147
|
+
"ctp.emptyProfile.message": string;
|
|
9856
10148
|
"ctp.separatorText": string;
|
|
9857
10149
|
"ctp.cards.title": string;
|
|
9858
10150
|
"ctp.cards.subtitle": string;
|
|
9859
|
-
"ctp.cards.
|
|
10151
|
+
"ctp.cards.expiredCard": string;
|
|
9860
10152
|
"ctp.manualCardEntry": string;
|
|
10153
|
+
"ctp.infoPopup.title": string;
|
|
10154
|
+
"ctp.infoPopup.subtitle": string;
|
|
10155
|
+
"ctp.infoPopup.benefit1": string;
|
|
10156
|
+
"ctp.infoPopup.benefit2": string;
|
|
10157
|
+
"ctp.infoPopup.benefit3": string;
|
|
9861
10158
|
"ctp.errors.AUTH_INVALID": string;
|
|
9862
10159
|
"ctp.errors.NOT_FOUND": string;
|
|
9863
10160
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9864
10161
|
"ctp.errors.FRAUD": string;
|
|
9865
10162
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9866
10163
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9867
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9868
10164
|
"ctp.errors.CODE_INVALID": string;
|
|
9869
10165
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9870
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9871
10166
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9872
10167
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10168
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10169
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10170
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10171
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10172
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9873
10173
|
};
|
|
9874
10174
|
payButton: string;
|
|
9875
10175
|
"payButton.redirecting": string;
|
|
@@ -10112,32 +10412,40 @@ declare const _default: {
|
|
|
10112
10412
|
"ctp.login.subtitle": string;
|
|
10113
10413
|
"ctp.login.inputLabel": string;
|
|
10114
10414
|
"ctp.logout.notYou": string;
|
|
10115
|
-
"ctp.logout.
|
|
10415
|
+
"ctp.logout.notYourCards": string;
|
|
10416
|
+
"ctp.logout.notYourCard": string;
|
|
10417
|
+
"ctp.logout.notYourProfile": string;
|
|
10116
10418
|
"ctp.otp.fieldLabel": string;
|
|
10117
10419
|
"ctp.otp.resendCode": string;
|
|
10118
10420
|
"ctp.otp.codeResent": string;
|
|
10119
10421
|
"ctp.otp.title": string;
|
|
10120
10422
|
"ctp.otp.subtitle": string;
|
|
10121
|
-
"ctp.
|
|
10122
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10123
|
-
"ctp.emptyCardsView.button": string;
|
|
10423
|
+
"ctp.emptyProfile.message": string;
|
|
10124
10424
|
"ctp.separatorText": string;
|
|
10125
10425
|
"ctp.cards.title": string;
|
|
10126
10426
|
"ctp.cards.subtitle": string;
|
|
10127
|
-
"ctp.cards.
|
|
10427
|
+
"ctp.cards.expiredCard": string;
|
|
10128
10428
|
"ctp.manualCardEntry": string;
|
|
10429
|
+
"ctp.infoPopup.title": string;
|
|
10430
|
+
"ctp.infoPopup.subtitle": string;
|
|
10431
|
+
"ctp.infoPopup.benefit1": string;
|
|
10432
|
+
"ctp.infoPopup.benefit2": string;
|
|
10433
|
+
"ctp.infoPopup.benefit3": string;
|
|
10129
10434
|
"ctp.errors.AUTH_INVALID": string;
|
|
10130
10435
|
"ctp.errors.NOT_FOUND": string;
|
|
10131
10436
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10132
10437
|
"ctp.errors.FRAUD": string;
|
|
10133
10438
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10134
10439
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10135
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10136
10440
|
"ctp.errors.CODE_INVALID": string;
|
|
10137
10441
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10138
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10139
10442
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10140
10443
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10444
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10445
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10446
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10447
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10448
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10141
10449
|
}>;
|
|
10142
10450
|
'ro-RO': () => Promise<{
|
|
10143
10451
|
default: {
|
|
@@ -10380,32 +10688,40 @@ declare const _default: {
|
|
|
10380
10688
|
"ctp.login.subtitle": string;
|
|
10381
10689
|
"ctp.login.inputLabel": string;
|
|
10382
10690
|
"ctp.logout.notYou": string;
|
|
10383
|
-
"ctp.logout.
|
|
10691
|
+
"ctp.logout.notYourCards": string;
|
|
10692
|
+
"ctp.logout.notYourCard": string;
|
|
10693
|
+
"ctp.logout.notYourProfile": string;
|
|
10384
10694
|
"ctp.otp.fieldLabel": string;
|
|
10385
10695
|
"ctp.otp.resendCode": string;
|
|
10386
10696
|
"ctp.otp.codeResent": string;
|
|
10387
10697
|
"ctp.otp.title": string;
|
|
10388
10698
|
"ctp.otp.subtitle": string;
|
|
10389
|
-
"ctp.
|
|
10390
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10391
|
-
"ctp.emptyCardsView.button": string;
|
|
10699
|
+
"ctp.emptyProfile.message": string;
|
|
10392
10700
|
"ctp.separatorText": string;
|
|
10393
10701
|
"ctp.cards.title": string;
|
|
10394
10702
|
"ctp.cards.subtitle": string;
|
|
10395
|
-
"ctp.cards.
|
|
10703
|
+
"ctp.cards.expiredCard": string;
|
|
10396
10704
|
"ctp.manualCardEntry": string;
|
|
10705
|
+
"ctp.infoPopup.title": string;
|
|
10706
|
+
"ctp.infoPopup.subtitle": string;
|
|
10707
|
+
"ctp.infoPopup.benefit1": string;
|
|
10708
|
+
"ctp.infoPopup.benefit2": string;
|
|
10709
|
+
"ctp.infoPopup.benefit3": string;
|
|
10397
10710
|
"ctp.errors.AUTH_INVALID": string;
|
|
10398
10711
|
"ctp.errors.NOT_FOUND": string;
|
|
10399
10712
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10400
10713
|
"ctp.errors.FRAUD": string;
|
|
10401
10714
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10402
10715
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10403
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10404
10716
|
"ctp.errors.CODE_INVALID": string;
|
|
10405
10717
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10406
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10407
10718
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10408
10719
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10720
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10721
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10722
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10723
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10724
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10409
10725
|
};
|
|
10410
10726
|
payButton: string;
|
|
10411
10727
|
"payButton.redirecting": string;
|
|
@@ -10646,32 +10962,40 @@ declare const _default: {
|
|
|
10646
10962
|
"ctp.login.subtitle": string;
|
|
10647
10963
|
"ctp.login.inputLabel": string;
|
|
10648
10964
|
"ctp.logout.notYou": string;
|
|
10649
|
-
"ctp.logout.
|
|
10965
|
+
"ctp.logout.notYourCards": string;
|
|
10966
|
+
"ctp.logout.notYourCard": string;
|
|
10967
|
+
"ctp.logout.notYourProfile": string;
|
|
10650
10968
|
"ctp.otp.fieldLabel": string;
|
|
10651
10969
|
"ctp.otp.resendCode": string;
|
|
10652
10970
|
"ctp.otp.codeResent": string;
|
|
10653
10971
|
"ctp.otp.title": string;
|
|
10654
10972
|
"ctp.otp.subtitle": string;
|
|
10655
|
-
"ctp.
|
|
10656
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10657
|
-
"ctp.emptyCardsView.button": string;
|
|
10973
|
+
"ctp.emptyProfile.message": string;
|
|
10658
10974
|
"ctp.separatorText": string;
|
|
10659
10975
|
"ctp.cards.title": string;
|
|
10660
10976
|
"ctp.cards.subtitle": string;
|
|
10661
|
-
"ctp.cards.
|
|
10977
|
+
"ctp.cards.expiredCard": string;
|
|
10662
10978
|
"ctp.manualCardEntry": string;
|
|
10979
|
+
"ctp.infoPopup.title": string;
|
|
10980
|
+
"ctp.infoPopup.subtitle": string;
|
|
10981
|
+
"ctp.infoPopup.benefit1": string;
|
|
10982
|
+
"ctp.infoPopup.benefit2": string;
|
|
10983
|
+
"ctp.infoPopup.benefit3": string;
|
|
10663
10984
|
"ctp.errors.AUTH_INVALID": string;
|
|
10664
10985
|
"ctp.errors.NOT_FOUND": string;
|
|
10665
10986
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10666
10987
|
"ctp.errors.FRAUD": string;
|
|
10667
10988
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10668
10989
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10669
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10670
10990
|
"ctp.errors.CODE_INVALID": string;
|
|
10671
10991
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10672
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10673
10992
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10674
10993
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10994
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10995
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10996
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10997
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10998
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10675
10999
|
}>;
|
|
10676
11000
|
'ru-RU': () => Promise<{
|
|
10677
11001
|
default: {
|
|
@@ -10911,32 +11235,40 @@ declare const _default: {
|
|
|
10911
11235
|
"ctp.login.subtitle": string;
|
|
10912
11236
|
"ctp.login.inputLabel": string;
|
|
10913
11237
|
"ctp.logout.notYou": string;
|
|
10914
|
-
"ctp.logout.
|
|
11238
|
+
"ctp.logout.notYourCards": string;
|
|
11239
|
+
"ctp.logout.notYourCard": string;
|
|
11240
|
+
"ctp.logout.notYourProfile": string;
|
|
10915
11241
|
"ctp.otp.fieldLabel": string;
|
|
10916
11242
|
"ctp.otp.resendCode": string;
|
|
10917
11243
|
"ctp.otp.codeResent": string;
|
|
10918
11244
|
"ctp.otp.title": string;
|
|
10919
11245
|
"ctp.otp.subtitle": string;
|
|
10920
|
-
"ctp.
|
|
10921
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10922
|
-
"ctp.emptyCardsView.button": string;
|
|
11246
|
+
"ctp.emptyProfile.message": string;
|
|
10923
11247
|
"ctp.separatorText": string;
|
|
10924
11248
|
"ctp.cards.title": string;
|
|
10925
11249
|
"ctp.cards.subtitle": string;
|
|
10926
|
-
"ctp.cards.
|
|
11250
|
+
"ctp.cards.expiredCard": string;
|
|
10927
11251
|
"ctp.manualCardEntry": string;
|
|
11252
|
+
"ctp.infoPopup.title": string;
|
|
11253
|
+
"ctp.infoPopup.subtitle": string;
|
|
11254
|
+
"ctp.infoPopup.benefit1": string;
|
|
11255
|
+
"ctp.infoPopup.benefit2": string;
|
|
11256
|
+
"ctp.infoPopup.benefit3": string;
|
|
10928
11257
|
"ctp.errors.AUTH_INVALID": string;
|
|
10929
11258
|
"ctp.errors.NOT_FOUND": string;
|
|
10930
11259
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10931
11260
|
"ctp.errors.FRAUD": string;
|
|
10932
11261
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10933
11262
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10934
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10935
11263
|
"ctp.errors.CODE_INVALID": string;
|
|
10936
11264
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10937
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10938
11265
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10939
11266
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11267
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11268
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11269
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11270
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11271
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10940
11272
|
};
|
|
10941
11273
|
payButton: string;
|
|
10942
11274
|
"payButton.redirecting": string;
|
|
@@ -11174,32 +11506,40 @@ declare const _default: {
|
|
|
11174
11506
|
"ctp.login.subtitle": string;
|
|
11175
11507
|
"ctp.login.inputLabel": string;
|
|
11176
11508
|
"ctp.logout.notYou": string;
|
|
11177
|
-
"ctp.logout.
|
|
11509
|
+
"ctp.logout.notYourCards": string;
|
|
11510
|
+
"ctp.logout.notYourCard": string;
|
|
11511
|
+
"ctp.logout.notYourProfile": string;
|
|
11178
11512
|
"ctp.otp.fieldLabel": string;
|
|
11179
11513
|
"ctp.otp.resendCode": string;
|
|
11180
11514
|
"ctp.otp.codeResent": string;
|
|
11181
11515
|
"ctp.otp.title": string;
|
|
11182
11516
|
"ctp.otp.subtitle": string;
|
|
11183
|
-
"ctp.
|
|
11184
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11185
|
-
"ctp.emptyCardsView.button": string;
|
|
11517
|
+
"ctp.emptyProfile.message": string;
|
|
11186
11518
|
"ctp.separatorText": string;
|
|
11187
11519
|
"ctp.cards.title": string;
|
|
11188
11520
|
"ctp.cards.subtitle": string;
|
|
11189
|
-
"ctp.cards.
|
|
11521
|
+
"ctp.cards.expiredCard": string;
|
|
11190
11522
|
"ctp.manualCardEntry": string;
|
|
11523
|
+
"ctp.infoPopup.title": string;
|
|
11524
|
+
"ctp.infoPopup.subtitle": string;
|
|
11525
|
+
"ctp.infoPopup.benefit1": string;
|
|
11526
|
+
"ctp.infoPopup.benefit2": string;
|
|
11527
|
+
"ctp.infoPopup.benefit3": string;
|
|
11191
11528
|
"ctp.errors.AUTH_INVALID": string;
|
|
11192
11529
|
"ctp.errors.NOT_FOUND": string;
|
|
11193
11530
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11194
11531
|
"ctp.errors.FRAUD": string;
|
|
11195
11532
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11196
11533
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11197
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11198
11534
|
"ctp.errors.CODE_INVALID": string;
|
|
11199
11535
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11200
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11201
11536
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11202
11537
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11538
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11539
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11540
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11541
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11542
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11203
11543
|
}>;
|
|
11204
11544
|
'sk-SK': () => Promise<{
|
|
11205
11545
|
default: {
|
|
@@ -11442,32 +11782,40 @@ declare const _default: {
|
|
|
11442
11782
|
"ctp.login.subtitle": string;
|
|
11443
11783
|
"ctp.login.inputLabel": string;
|
|
11444
11784
|
"ctp.logout.notYou": string;
|
|
11445
|
-
"ctp.logout.
|
|
11785
|
+
"ctp.logout.notYourCards": string;
|
|
11786
|
+
"ctp.logout.notYourCard": string;
|
|
11787
|
+
"ctp.logout.notYourProfile": string;
|
|
11446
11788
|
"ctp.otp.fieldLabel": string;
|
|
11447
11789
|
"ctp.otp.resendCode": string;
|
|
11448
11790
|
"ctp.otp.codeResent": string;
|
|
11449
11791
|
"ctp.otp.title": string;
|
|
11450
11792
|
"ctp.otp.subtitle": string;
|
|
11451
|
-
"ctp.
|
|
11452
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11453
|
-
"ctp.emptyCardsView.button": string;
|
|
11793
|
+
"ctp.emptyProfile.message": string;
|
|
11454
11794
|
"ctp.separatorText": string;
|
|
11455
11795
|
"ctp.cards.title": string;
|
|
11456
11796
|
"ctp.cards.subtitle": string;
|
|
11457
|
-
"ctp.cards.
|
|
11797
|
+
"ctp.cards.expiredCard": string;
|
|
11458
11798
|
"ctp.manualCardEntry": string;
|
|
11799
|
+
"ctp.infoPopup.title": string;
|
|
11800
|
+
"ctp.infoPopup.subtitle": string;
|
|
11801
|
+
"ctp.infoPopup.benefit1": string;
|
|
11802
|
+
"ctp.infoPopup.benefit2": string;
|
|
11803
|
+
"ctp.infoPopup.benefit3": string;
|
|
11459
11804
|
"ctp.errors.AUTH_INVALID": string;
|
|
11460
11805
|
"ctp.errors.NOT_FOUND": string;
|
|
11461
11806
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11462
11807
|
"ctp.errors.FRAUD": string;
|
|
11463
11808
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11464
11809
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11465
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11466
11810
|
"ctp.errors.CODE_INVALID": string;
|
|
11467
11811
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11468
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11469
11812
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11470
11813
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11814
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11815
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11816
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11817
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11818
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11471
11819
|
};
|
|
11472
11820
|
payButton: string;
|
|
11473
11821
|
"payButton.redirecting": string;
|
|
@@ -11708,32 +12056,40 @@ declare const _default: {
|
|
|
11708
12056
|
"ctp.login.subtitle": string;
|
|
11709
12057
|
"ctp.login.inputLabel": string;
|
|
11710
12058
|
"ctp.logout.notYou": string;
|
|
11711
|
-
"ctp.logout.
|
|
12059
|
+
"ctp.logout.notYourCards": string;
|
|
12060
|
+
"ctp.logout.notYourCard": string;
|
|
12061
|
+
"ctp.logout.notYourProfile": string;
|
|
11712
12062
|
"ctp.otp.fieldLabel": string;
|
|
11713
12063
|
"ctp.otp.resendCode": string;
|
|
11714
12064
|
"ctp.otp.codeResent": string;
|
|
11715
12065
|
"ctp.otp.title": string;
|
|
11716
12066
|
"ctp.otp.subtitle": string;
|
|
11717
|
-
"ctp.
|
|
11718
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11719
|
-
"ctp.emptyCardsView.button": string;
|
|
12067
|
+
"ctp.emptyProfile.message": string;
|
|
11720
12068
|
"ctp.separatorText": string;
|
|
11721
12069
|
"ctp.cards.title": string;
|
|
11722
12070
|
"ctp.cards.subtitle": string;
|
|
11723
|
-
"ctp.cards.
|
|
12071
|
+
"ctp.cards.expiredCard": string;
|
|
11724
12072
|
"ctp.manualCardEntry": string;
|
|
12073
|
+
"ctp.infoPopup.title": string;
|
|
12074
|
+
"ctp.infoPopup.subtitle": string;
|
|
12075
|
+
"ctp.infoPopup.benefit1": string;
|
|
12076
|
+
"ctp.infoPopup.benefit2": string;
|
|
12077
|
+
"ctp.infoPopup.benefit3": string;
|
|
11725
12078
|
"ctp.errors.AUTH_INVALID": string;
|
|
11726
12079
|
"ctp.errors.NOT_FOUND": string;
|
|
11727
12080
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11728
12081
|
"ctp.errors.FRAUD": string;
|
|
11729
12082
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11730
12083
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11731
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11732
12084
|
"ctp.errors.CODE_INVALID": string;
|
|
11733
12085
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11734
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11735
12086
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11736
12087
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12088
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12089
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12090
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12091
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12092
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11737
12093
|
}>;
|
|
11738
12094
|
'sl-SI': () => Promise<{
|
|
11739
12095
|
default: {
|
|
@@ -11976,32 +12332,40 @@ declare const _default: {
|
|
|
11976
12332
|
"ctp.login.subtitle": string;
|
|
11977
12333
|
"ctp.login.inputLabel": string;
|
|
11978
12334
|
"ctp.logout.notYou": string;
|
|
11979
|
-
"ctp.logout.
|
|
12335
|
+
"ctp.logout.notYourCards": string;
|
|
12336
|
+
"ctp.logout.notYourCard": string;
|
|
12337
|
+
"ctp.logout.notYourProfile": string;
|
|
11980
12338
|
"ctp.otp.fieldLabel": string;
|
|
11981
12339
|
"ctp.otp.resendCode": string;
|
|
11982
12340
|
"ctp.otp.codeResent": string;
|
|
11983
12341
|
"ctp.otp.title": string;
|
|
11984
12342
|
"ctp.otp.subtitle": string;
|
|
11985
|
-
"ctp.
|
|
11986
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11987
|
-
"ctp.emptyCardsView.button": string;
|
|
12343
|
+
"ctp.emptyProfile.message": string;
|
|
11988
12344
|
"ctp.separatorText": string;
|
|
11989
12345
|
"ctp.cards.title": string;
|
|
11990
12346
|
"ctp.cards.subtitle": string;
|
|
11991
|
-
"ctp.cards.
|
|
12347
|
+
"ctp.cards.expiredCard": string;
|
|
11992
12348
|
"ctp.manualCardEntry": string;
|
|
12349
|
+
"ctp.infoPopup.title": string;
|
|
12350
|
+
"ctp.infoPopup.subtitle": string;
|
|
12351
|
+
"ctp.infoPopup.benefit1": string;
|
|
12352
|
+
"ctp.infoPopup.benefit2": string;
|
|
12353
|
+
"ctp.infoPopup.benefit3": string;
|
|
11993
12354
|
"ctp.errors.AUTH_INVALID": string;
|
|
11994
12355
|
"ctp.errors.NOT_FOUND": string;
|
|
11995
12356
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11996
12357
|
"ctp.errors.FRAUD": string;
|
|
11997
12358
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11998
12359
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11999
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12000
12360
|
"ctp.errors.CODE_INVALID": string;
|
|
12001
12361
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12002
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12003
12362
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12004
12363
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12364
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12365
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12366
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12367
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12368
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12005
12369
|
};
|
|
12006
12370
|
payButton: string;
|
|
12007
12371
|
"payButton.redirecting": string;
|
|
@@ -12242,32 +12606,40 @@ declare const _default: {
|
|
|
12242
12606
|
"ctp.login.subtitle": string;
|
|
12243
12607
|
"ctp.login.inputLabel": string;
|
|
12244
12608
|
"ctp.logout.notYou": string;
|
|
12245
|
-
"ctp.logout.
|
|
12609
|
+
"ctp.logout.notYourCards": string;
|
|
12610
|
+
"ctp.logout.notYourCard": string;
|
|
12611
|
+
"ctp.logout.notYourProfile": string;
|
|
12246
12612
|
"ctp.otp.fieldLabel": string;
|
|
12247
12613
|
"ctp.otp.resendCode": string;
|
|
12248
12614
|
"ctp.otp.codeResent": string;
|
|
12249
12615
|
"ctp.otp.title": string;
|
|
12250
12616
|
"ctp.otp.subtitle": string;
|
|
12251
|
-
"ctp.
|
|
12252
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12253
|
-
"ctp.emptyCardsView.button": string;
|
|
12617
|
+
"ctp.emptyProfile.message": string;
|
|
12254
12618
|
"ctp.separatorText": string;
|
|
12255
12619
|
"ctp.cards.title": string;
|
|
12256
12620
|
"ctp.cards.subtitle": string;
|
|
12257
|
-
"ctp.cards.
|
|
12621
|
+
"ctp.cards.expiredCard": string;
|
|
12258
12622
|
"ctp.manualCardEntry": string;
|
|
12623
|
+
"ctp.infoPopup.title": string;
|
|
12624
|
+
"ctp.infoPopup.subtitle": string;
|
|
12625
|
+
"ctp.infoPopup.benefit1": string;
|
|
12626
|
+
"ctp.infoPopup.benefit2": string;
|
|
12627
|
+
"ctp.infoPopup.benefit3": string;
|
|
12259
12628
|
"ctp.errors.AUTH_INVALID": string;
|
|
12260
12629
|
"ctp.errors.NOT_FOUND": string;
|
|
12261
12630
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12262
12631
|
"ctp.errors.FRAUD": string;
|
|
12263
12632
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12264
12633
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12265
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12266
12634
|
"ctp.errors.CODE_INVALID": string;
|
|
12267
12635
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12268
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12269
12636
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12270
12637
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12638
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12639
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12640
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12641
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12642
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12271
12643
|
}>;
|
|
12272
12644
|
'sv-SE': () => Promise<{
|
|
12273
12645
|
default: {
|
|
@@ -12510,32 +12882,40 @@ declare const _default: {
|
|
|
12510
12882
|
"ctp.login.subtitle": string;
|
|
12511
12883
|
"ctp.login.inputLabel": string;
|
|
12512
12884
|
"ctp.logout.notYou": string;
|
|
12513
|
-
"ctp.logout.
|
|
12885
|
+
"ctp.logout.notYourCards": string;
|
|
12886
|
+
"ctp.logout.notYourCard": string;
|
|
12887
|
+
"ctp.logout.notYourProfile": string;
|
|
12514
12888
|
"ctp.otp.fieldLabel": string;
|
|
12515
12889
|
"ctp.otp.resendCode": string;
|
|
12516
12890
|
"ctp.otp.codeResent": string;
|
|
12517
12891
|
"ctp.otp.title": string;
|
|
12518
12892
|
"ctp.otp.subtitle": string;
|
|
12519
|
-
"ctp.
|
|
12520
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12521
|
-
"ctp.emptyCardsView.button": string;
|
|
12893
|
+
"ctp.emptyProfile.message": string;
|
|
12522
12894
|
"ctp.separatorText": string;
|
|
12523
12895
|
"ctp.cards.title": string;
|
|
12524
12896
|
"ctp.cards.subtitle": string;
|
|
12525
|
-
"ctp.cards.
|
|
12897
|
+
"ctp.cards.expiredCard": string;
|
|
12526
12898
|
"ctp.manualCardEntry": string;
|
|
12899
|
+
"ctp.infoPopup.title": string;
|
|
12900
|
+
"ctp.infoPopup.subtitle": string;
|
|
12901
|
+
"ctp.infoPopup.benefit1": string;
|
|
12902
|
+
"ctp.infoPopup.benefit2": string;
|
|
12903
|
+
"ctp.infoPopup.benefit3": string;
|
|
12527
12904
|
"ctp.errors.AUTH_INVALID": string;
|
|
12528
12905
|
"ctp.errors.NOT_FOUND": string;
|
|
12529
12906
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12530
12907
|
"ctp.errors.FRAUD": string;
|
|
12531
12908
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12532
12909
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12533
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12534
12910
|
"ctp.errors.CODE_INVALID": string;
|
|
12535
12911
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12536
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12537
12912
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12538
12913
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12914
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12915
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12916
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12917
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12918
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12539
12919
|
};
|
|
12540
12920
|
payButton: string;
|
|
12541
12921
|
"payButton.redirecting": string;
|
|
@@ -12776,32 +13156,40 @@ declare const _default: {
|
|
|
12776
13156
|
"ctp.login.subtitle": string;
|
|
12777
13157
|
"ctp.login.inputLabel": string;
|
|
12778
13158
|
"ctp.logout.notYou": string;
|
|
12779
|
-
"ctp.logout.
|
|
13159
|
+
"ctp.logout.notYourCards": string;
|
|
13160
|
+
"ctp.logout.notYourCard": string;
|
|
13161
|
+
"ctp.logout.notYourProfile": string;
|
|
12780
13162
|
"ctp.otp.fieldLabel": string;
|
|
12781
13163
|
"ctp.otp.resendCode": string;
|
|
12782
13164
|
"ctp.otp.codeResent": string;
|
|
12783
13165
|
"ctp.otp.title": string;
|
|
12784
13166
|
"ctp.otp.subtitle": string;
|
|
12785
|
-
"ctp.
|
|
12786
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12787
|
-
"ctp.emptyCardsView.button": string;
|
|
13167
|
+
"ctp.emptyProfile.message": string;
|
|
12788
13168
|
"ctp.separatorText": string;
|
|
12789
13169
|
"ctp.cards.title": string;
|
|
12790
13170
|
"ctp.cards.subtitle": string;
|
|
12791
|
-
"ctp.cards.
|
|
13171
|
+
"ctp.cards.expiredCard": string;
|
|
12792
13172
|
"ctp.manualCardEntry": string;
|
|
13173
|
+
"ctp.infoPopup.title": string;
|
|
13174
|
+
"ctp.infoPopup.subtitle": string;
|
|
13175
|
+
"ctp.infoPopup.benefit1": string;
|
|
13176
|
+
"ctp.infoPopup.benefit2": string;
|
|
13177
|
+
"ctp.infoPopup.benefit3": string;
|
|
12793
13178
|
"ctp.errors.AUTH_INVALID": string;
|
|
12794
13179
|
"ctp.errors.NOT_FOUND": string;
|
|
12795
13180
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12796
13181
|
"ctp.errors.FRAUD": string;
|
|
12797
13182
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12798
13183
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12799
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12800
13184
|
"ctp.errors.CODE_INVALID": string;
|
|
12801
13185
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12802
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12803
13186
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12804
13187
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13188
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13189
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13190
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13191
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13192
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12805
13193
|
}>;
|
|
12806
13194
|
'zh-CN': () => Promise<{
|
|
12807
13195
|
default: {
|
|
@@ -13043,32 +13431,40 @@ declare const _default: {
|
|
|
13043
13431
|
"ctp.login.subtitle": string;
|
|
13044
13432
|
"ctp.login.inputLabel": string;
|
|
13045
13433
|
"ctp.logout.notYou": string;
|
|
13046
|
-
"ctp.logout.
|
|
13434
|
+
"ctp.logout.notYourCards": string;
|
|
13435
|
+
"ctp.logout.notYourCard": string;
|
|
13436
|
+
"ctp.logout.notYourProfile": string;
|
|
13047
13437
|
"ctp.otp.fieldLabel": string;
|
|
13048
13438
|
"ctp.otp.resendCode": string;
|
|
13049
13439
|
"ctp.otp.codeResent": string;
|
|
13050
13440
|
"ctp.otp.title": string;
|
|
13051
13441
|
"ctp.otp.subtitle": string;
|
|
13052
|
-
"ctp.
|
|
13053
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13054
|
-
"ctp.emptyCardsView.button": string;
|
|
13442
|
+
"ctp.emptyProfile.message": string;
|
|
13055
13443
|
"ctp.separatorText": string;
|
|
13056
13444
|
"ctp.cards.title": string;
|
|
13057
13445
|
"ctp.cards.subtitle": string;
|
|
13058
|
-
"ctp.cards.
|
|
13446
|
+
"ctp.cards.expiredCard": string;
|
|
13059
13447
|
"ctp.manualCardEntry": string;
|
|
13448
|
+
"ctp.infoPopup.title": string;
|
|
13449
|
+
"ctp.infoPopup.subtitle": string;
|
|
13450
|
+
"ctp.infoPopup.benefit1": string;
|
|
13451
|
+
"ctp.infoPopup.benefit2": string;
|
|
13452
|
+
"ctp.infoPopup.benefit3": string;
|
|
13060
13453
|
"ctp.errors.AUTH_INVALID": string;
|
|
13061
13454
|
"ctp.errors.NOT_FOUND": string;
|
|
13062
13455
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13063
13456
|
"ctp.errors.FRAUD": string;
|
|
13064
13457
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13065
13458
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13066
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13067
13459
|
"ctp.errors.CODE_INVALID": string;
|
|
13068
13460
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13069
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13070
13461
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13071
13462
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13463
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13464
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13465
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13466
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13467
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13072
13468
|
};
|
|
13073
13469
|
payButton: string;
|
|
13074
13470
|
"payButton.redirecting": string;
|
|
@@ -13308,32 +13704,40 @@ declare const _default: {
|
|
|
13308
13704
|
"ctp.login.subtitle": string;
|
|
13309
13705
|
"ctp.login.inputLabel": string;
|
|
13310
13706
|
"ctp.logout.notYou": string;
|
|
13311
|
-
"ctp.logout.
|
|
13707
|
+
"ctp.logout.notYourCards": string;
|
|
13708
|
+
"ctp.logout.notYourCard": string;
|
|
13709
|
+
"ctp.logout.notYourProfile": string;
|
|
13312
13710
|
"ctp.otp.fieldLabel": string;
|
|
13313
13711
|
"ctp.otp.resendCode": string;
|
|
13314
13712
|
"ctp.otp.codeResent": string;
|
|
13315
13713
|
"ctp.otp.title": string;
|
|
13316
13714
|
"ctp.otp.subtitle": string;
|
|
13317
|
-
"ctp.
|
|
13318
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13319
|
-
"ctp.emptyCardsView.button": string;
|
|
13715
|
+
"ctp.emptyProfile.message": string;
|
|
13320
13716
|
"ctp.separatorText": string;
|
|
13321
13717
|
"ctp.cards.title": string;
|
|
13322
13718
|
"ctp.cards.subtitle": string;
|
|
13323
|
-
"ctp.cards.
|
|
13719
|
+
"ctp.cards.expiredCard": string;
|
|
13324
13720
|
"ctp.manualCardEntry": string;
|
|
13721
|
+
"ctp.infoPopup.title": string;
|
|
13722
|
+
"ctp.infoPopup.subtitle": string;
|
|
13723
|
+
"ctp.infoPopup.benefit1": string;
|
|
13724
|
+
"ctp.infoPopup.benefit2": string;
|
|
13725
|
+
"ctp.infoPopup.benefit3": string;
|
|
13325
13726
|
"ctp.errors.AUTH_INVALID": string;
|
|
13326
13727
|
"ctp.errors.NOT_FOUND": string;
|
|
13327
13728
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13328
13729
|
"ctp.errors.FRAUD": string;
|
|
13329
13730
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13330
13731
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13331
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13332
13732
|
"ctp.errors.CODE_INVALID": string;
|
|
13333
13733
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13334
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13335
13734
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13336
13735
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13736
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13737
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13738
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13739
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13740
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13337
13741
|
}>;
|
|
13338
13742
|
'zh-TW': () => Promise<{
|
|
13339
13743
|
default: {
|
|
@@ -13576,32 +13980,40 @@ declare const _default: {
|
|
|
13576
13980
|
"ctp.login.subtitle": string;
|
|
13577
13981
|
"ctp.login.inputLabel": string;
|
|
13578
13982
|
"ctp.logout.notYou": string;
|
|
13579
|
-
"ctp.logout.
|
|
13983
|
+
"ctp.logout.notYourCards": string;
|
|
13984
|
+
"ctp.logout.notYourCard": string;
|
|
13985
|
+
"ctp.logout.notYourProfile": string;
|
|
13580
13986
|
"ctp.otp.fieldLabel": string;
|
|
13581
13987
|
"ctp.otp.resendCode": string;
|
|
13582
13988
|
"ctp.otp.codeResent": string;
|
|
13583
13989
|
"ctp.otp.title": string;
|
|
13584
13990
|
"ctp.otp.subtitle": string;
|
|
13585
|
-
"ctp.
|
|
13586
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13587
|
-
"ctp.emptyCardsView.button": string;
|
|
13991
|
+
"ctp.emptyProfile.message": string;
|
|
13588
13992
|
"ctp.separatorText": string;
|
|
13589
13993
|
"ctp.cards.title": string;
|
|
13590
13994
|
"ctp.cards.subtitle": string;
|
|
13591
|
-
"ctp.cards.
|
|
13995
|
+
"ctp.cards.expiredCard": string;
|
|
13592
13996
|
"ctp.manualCardEntry": string;
|
|
13997
|
+
"ctp.infoPopup.title": string;
|
|
13998
|
+
"ctp.infoPopup.subtitle": string;
|
|
13999
|
+
"ctp.infoPopup.benefit1": string;
|
|
14000
|
+
"ctp.infoPopup.benefit2": string;
|
|
14001
|
+
"ctp.infoPopup.benefit3": string;
|
|
13593
14002
|
"ctp.errors.AUTH_INVALID": string;
|
|
13594
14003
|
"ctp.errors.NOT_FOUND": string;
|
|
13595
14004
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13596
14005
|
"ctp.errors.FRAUD": string;
|
|
13597
14006
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13598
14007
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13599
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13600
14008
|
"ctp.errors.CODE_INVALID": string;
|
|
13601
14009
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13602
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13603
14010
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13604
14011
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
14012
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
14013
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
14014
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
14015
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
14016
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13605
14017
|
};
|
|
13606
14018
|
payButton: string;
|
|
13607
14019
|
"payButton.redirecting": string;
|
|
@@ -13842,32 +14254,40 @@ declare const _default: {
|
|
|
13842
14254
|
"ctp.login.subtitle": string;
|
|
13843
14255
|
"ctp.login.inputLabel": string;
|
|
13844
14256
|
"ctp.logout.notYou": string;
|
|
13845
|
-
"ctp.logout.
|
|
14257
|
+
"ctp.logout.notYourCards": string;
|
|
14258
|
+
"ctp.logout.notYourCard": string;
|
|
14259
|
+
"ctp.logout.notYourProfile": string;
|
|
13846
14260
|
"ctp.otp.fieldLabel": string;
|
|
13847
14261
|
"ctp.otp.resendCode": string;
|
|
13848
14262
|
"ctp.otp.codeResent": string;
|
|
13849
14263
|
"ctp.otp.title": string;
|
|
13850
14264
|
"ctp.otp.subtitle": string;
|
|
13851
|
-
"ctp.
|
|
13852
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13853
|
-
"ctp.emptyCardsView.button": string;
|
|
14265
|
+
"ctp.emptyProfile.message": string;
|
|
13854
14266
|
"ctp.separatorText": string;
|
|
13855
14267
|
"ctp.cards.title": string;
|
|
13856
14268
|
"ctp.cards.subtitle": string;
|
|
13857
|
-
"ctp.cards.
|
|
14269
|
+
"ctp.cards.expiredCard": string;
|
|
13858
14270
|
"ctp.manualCardEntry": string;
|
|
14271
|
+
"ctp.infoPopup.title": string;
|
|
14272
|
+
"ctp.infoPopup.subtitle": string;
|
|
14273
|
+
"ctp.infoPopup.benefit1": string;
|
|
14274
|
+
"ctp.infoPopup.benefit2": string;
|
|
14275
|
+
"ctp.infoPopup.benefit3": string;
|
|
13859
14276
|
"ctp.errors.AUTH_INVALID": string;
|
|
13860
14277
|
"ctp.errors.NOT_FOUND": string;
|
|
13861
14278
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13862
14279
|
"ctp.errors.FRAUD": string;
|
|
13863
14280
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13864
14281
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13865
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13866
14282
|
"ctp.errors.CODE_INVALID": string;
|
|
13867
14283
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13868
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13869
14284
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13870
14285
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
14286
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
14287
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
14288
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
14289
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
14290
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13871
14291
|
}>;
|
|
13872
14292
|
};
|
|
13873
14293
|
export default _default;
|