@adyen/adyen-web 5.29.0 → 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 +4 -3
- 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 +4 -3
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +4 -3
- 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 +4 -3
- 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/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 +2 -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 +1 -0
- package/dist/types/components/Card/components/ClickToPay/models/ShopperCard.d.ts +2 -1
- 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 +3 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/types.d.ts +2 -0
- package/dist/types/components/Card/components/ClickToPay/services/types.d.ts +7 -2
- package/dist/types/components/Dropin/Dropin.d.ts +6 -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/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/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts +6 -1
- 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/language/config.d.ts +16 -7
- package/dist/types/language/locales/index.d.ts +732 -364
- 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 +9 -9
|
@@ -241,33 +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.cardSelector": string;
|
|
257
256
|
"ctp.cards.expiredCard": string;
|
|
258
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;
|
|
259
263
|
"ctp.errors.AUTH_INVALID": string;
|
|
260
264
|
"ctp.errors.NOT_FOUND": string;
|
|
261
265
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
262
266
|
"ctp.errors.FRAUD": string;
|
|
263
267
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
264
268
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
265
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
266
269
|
"ctp.errors.CODE_INVALID": string;
|
|
267
270
|
"ctp.errors.CODE_EXPIRED": string;
|
|
268
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
269
271
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
270
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;
|
|
271
278
|
};
|
|
272
279
|
payButton: string;
|
|
273
280
|
"payButton.redirecting": string;
|
|
@@ -509,33 +516,40 @@ declare const _default: {
|
|
|
509
516
|
"ctp.login.subtitle": string;
|
|
510
517
|
"ctp.login.inputLabel": string;
|
|
511
518
|
"ctp.logout.notYou": string;
|
|
512
|
-
"ctp.logout.
|
|
519
|
+
"ctp.logout.notYourCards": string;
|
|
520
|
+
"ctp.logout.notYourCard": string;
|
|
521
|
+
"ctp.logout.notYourProfile": string;
|
|
513
522
|
"ctp.otp.fieldLabel": string;
|
|
514
523
|
"ctp.otp.resendCode": string;
|
|
515
524
|
"ctp.otp.codeResent": string;
|
|
516
525
|
"ctp.otp.title": string;
|
|
517
526
|
"ctp.otp.subtitle": string;
|
|
518
|
-
"ctp.
|
|
519
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
520
|
-
"ctp.emptyCardsView.button": string;
|
|
527
|
+
"ctp.emptyProfile.message": string;
|
|
521
528
|
"ctp.separatorText": string;
|
|
522
529
|
"ctp.cards.title": string;
|
|
523
530
|
"ctp.cards.subtitle": string;
|
|
524
|
-
"ctp.cards.cardSelector": string;
|
|
525
531
|
"ctp.cards.expiredCard": string;
|
|
526
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;
|
|
527
538
|
"ctp.errors.AUTH_INVALID": string;
|
|
528
539
|
"ctp.errors.NOT_FOUND": string;
|
|
529
540
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
530
541
|
"ctp.errors.FRAUD": string;
|
|
531
542
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
532
543
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
533
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
534
544
|
"ctp.errors.CODE_INVALID": string;
|
|
535
545
|
"ctp.errors.CODE_EXPIRED": string;
|
|
536
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
537
546
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
538
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;
|
|
539
553
|
}>;
|
|
540
554
|
'cs-CZ': () => Promise<{
|
|
541
555
|
default: {
|
|
@@ -778,33 +792,40 @@ declare const _default: {
|
|
|
778
792
|
"ctp.login.subtitle": string;
|
|
779
793
|
"ctp.login.inputLabel": string;
|
|
780
794
|
"ctp.logout.notYou": string;
|
|
781
|
-
"ctp.logout.
|
|
795
|
+
"ctp.logout.notYourCards": string;
|
|
796
|
+
"ctp.logout.notYourCard": string;
|
|
797
|
+
"ctp.logout.notYourProfile": string;
|
|
782
798
|
"ctp.otp.fieldLabel": string;
|
|
783
799
|
"ctp.otp.resendCode": string;
|
|
784
800
|
"ctp.otp.codeResent": string;
|
|
785
801
|
"ctp.otp.title": string;
|
|
786
802
|
"ctp.otp.subtitle": string;
|
|
787
|
-
"ctp.
|
|
788
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
789
|
-
"ctp.emptyCardsView.button": string;
|
|
803
|
+
"ctp.emptyProfile.message": string;
|
|
790
804
|
"ctp.separatorText": string;
|
|
791
805
|
"ctp.cards.title": string;
|
|
792
806
|
"ctp.cards.subtitle": string;
|
|
793
|
-
"ctp.cards.cardSelector": string;
|
|
794
807
|
"ctp.cards.expiredCard": string;
|
|
795
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;
|
|
796
814
|
"ctp.errors.AUTH_INVALID": string;
|
|
797
815
|
"ctp.errors.NOT_FOUND": string;
|
|
798
816
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
799
817
|
"ctp.errors.FRAUD": string;
|
|
800
818
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
801
819
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
802
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
803
820
|
"ctp.errors.CODE_INVALID": string;
|
|
804
821
|
"ctp.errors.CODE_EXPIRED": string;
|
|
805
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
806
822
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
807
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;
|
|
808
829
|
};
|
|
809
830
|
payButton: string;
|
|
810
831
|
"payButton.redirecting": string;
|
|
@@ -1045,33 +1066,40 @@ declare const _default: {
|
|
|
1045
1066
|
"ctp.login.subtitle": string;
|
|
1046
1067
|
"ctp.login.inputLabel": string;
|
|
1047
1068
|
"ctp.logout.notYou": string;
|
|
1048
|
-
"ctp.logout.
|
|
1069
|
+
"ctp.logout.notYourCards": string;
|
|
1070
|
+
"ctp.logout.notYourCard": string;
|
|
1071
|
+
"ctp.logout.notYourProfile": string;
|
|
1049
1072
|
"ctp.otp.fieldLabel": string;
|
|
1050
1073
|
"ctp.otp.resendCode": string;
|
|
1051
1074
|
"ctp.otp.codeResent": string;
|
|
1052
1075
|
"ctp.otp.title": string;
|
|
1053
1076
|
"ctp.otp.subtitle": string;
|
|
1054
|
-
"ctp.
|
|
1055
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1056
|
-
"ctp.emptyCardsView.button": string;
|
|
1077
|
+
"ctp.emptyProfile.message": string;
|
|
1057
1078
|
"ctp.separatorText": string;
|
|
1058
1079
|
"ctp.cards.title": string;
|
|
1059
1080
|
"ctp.cards.subtitle": string;
|
|
1060
|
-
"ctp.cards.cardSelector": string;
|
|
1061
1081
|
"ctp.cards.expiredCard": string;
|
|
1062
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;
|
|
1063
1088
|
"ctp.errors.AUTH_INVALID": string;
|
|
1064
1089
|
"ctp.errors.NOT_FOUND": string;
|
|
1065
1090
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1066
1091
|
"ctp.errors.FRAUD": string;
|
|
1067
1092
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1068
1093
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1069
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1070
1094
|
"ctp.errors.CODE_INVALID": string;
|
|
1071
1095
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1072
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1073
1096
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1074
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;
|
|
1075
1103
|
}>;
|
|
1076
1104
|
'da-DK': () => Promise<{
|
|
1077
1105
|
default: {
|
|
@@ -1315,33 +1343,40 @@ declare const _default: {
|
|
|
1315
1343
|
"ctp.login.subtitle": string;
|
|
1316
1344
|
"ctp.login.inputLabel": string;
|
|
1317
1345
|
"ctp.logout.notYou": string;
|
|
1318
|
-
"ctp.logout.
|
|
1346
|
+
"ctp.logout.notYourCards": string;
|
|
1347
|
+
"ctp.logout.notYourCard": string;
|
|
1348
|
+
"ctp.logout.notYourProfile": string;
|
|
1319
1349
|
"ctp.otp.fieldLabel": string;
|
|
1320
1350
|
"ctp.otp.resendCode": string;
|
|
1321
1351
|
"ctp.otp.codeResent": string;
|
|
1322
1352
|
"ctp.otp.title": string;
|
|
1323
1353
|
"ctp.otp.subtitle": string;
|
|
1324
|
-
"ctp.
|
|
1325
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1326
|
-
"ctp.emptyCardsView.button": string;
|
|
1354
|
+
"ctp.emptyProfile.message": string;
|
|
1327
1355
|
"ctp.separatorText": string;
|
|
1328
1356
|
"ctp.cards.title": string;
|
|
1329
1357
|
"ctp.cards.subtitle": string;
|
|
1330
|
-
"ctp.cards.cardSelector": string;
|
|
1331
1358
|
"ctp.cards.expiredCard": string;
|
|
1332
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;
|
|
1333
1365
|
"ctp.errors.AUTH_INVALID": string;
|
|
1334
1366
|
"ctp.errors.NOT_FOUND": string;
|
|
1335
1367
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1336
1368
|
"ctp.errors.FRAUD": string;
|
|
1337
1369
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1338
1370
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1339
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1340
1371
|
"ctp.errors.CODE_INVALID": string;
|
|
1341
1372
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1342
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1343
1373
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1344
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;
|
|
1345
1380
|
};
|
|
1346
1381
|
payButton: string;
|
|
1347
1382
|
"payButton.redirecting": string;
|
|
@@ -1583,33 +1618,40 @@ declare const _default: {
|
|
|
1583
1618
|
"ctp.login.subtitle": string;
|
|
1584
1619
|
"ctp.login.inputLabel": string;
|
|
1585
1620
|
"ctp.logout.notYou": string;
|
|
1586
|
-
"ctp.logout.
|
|
1621
|
+
"ctp.logout.notYourCards": string;
|
|
1622
|
+
"ctp.logout.notYourCard": string;
|
|
1623
|
+
"ctp.logout.notYourProfile": string;
|
|
1587
1624
|
"ctp.otp.fieldLabel": string;
|
|
1588
1625
|
"ctp.otp.resendCode": string;
|
|
1589
1626
|
"ctp.otp.codeResent": string;
|
|
1590
1627
|
"ctp.otp.title": string;
|
|
1591
1628
|
"ctp.otp.subtitle": string;
|
|
1592
|
-
"ctp.
|
|
1593
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1594
|
-
"ctp.emptyCardsView.button": string;
|
|
1629
|
+
"ctp.emptyProfile.message": string;
|
|
1595
1630
|
"ctp.separatorText": string;
|
|
1596
1631
|
"ctp.cards.title": string;
|
|
1597
1632
|
"ctp.cards.subtitle": string;
|
|
1598
|
-
"ctp.cards.cardSelector": string;
|
|
1599
1633
|
"ctp.cards.expiredCard": string;
|
|
1600
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;
|
|
1601
1640
|
"ctp.errors.AUTH_INVALID": string;
|
|
1602
1641
|
"ctp.errors.NOT_FOUND": string;
|
|
1603
1642
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1604
1643
|
"ctp.errors.FRAUD": string;
|
|
1605
1644
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1606
1645
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1607
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1608
1646
|
"ctp.errors.CODE_INVALID": string;
|
|
1609
1647
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1610
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1611
1648
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1612
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;
|
|
1613
1655
|
}>;
|
|
1614
1656
|
'de-DE': () => Promise<{
|
|
1615
1657
|
default: {
|
|
@@ -1852,33 +1894,40 @@ declare const _default: {
|
|
|
1852
1894
|
"ctp.login.subtitle": string;
|
|
1853
1895
|
"ctp.login.inputLabel": string;
|
|
1854
1896
|
"ctp.logout.notYou": string;
|
|
1855
|
-
"ctp.logout.
|
|
1897
|
+
"ctp.logout.notYourCards": string;
|
|
1898
|
+
"ctp.logout.notYourCard": string;
|
|
1899
|
+
"ctp.logout.notYourProfile": string;
|
|
1856
1900
|
"ctp.otp.fieldLabel": string;
|
|
1857
1901
|
"ctp.otp.resendCode": string;
|
|
1858
1902
|
"ctp.otp.codeResent": string;
|
|
1859
1903
|
"ctp.otp.title": string;
|
|
1860
1904
|
"ctp.otp.subtitle": string;
|
|
1861
|
-
"ctp.
|
|
1862
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1863
|
-
"ctp.emptyCardsView.button": string;
|
|
1905
|
+
"ctp.emptyProfile.message": string;
|
|
1864
1906
|
"ctp.separatorText": string;
|
|
1865
1907
|
"ctp.cards.title": string;
|
|
1866
1908
|
"ctp.cards.subtitle": string;
|
|
1867
|
-
"ctp.cards.cardSelector": string;
|
|
1868
1909
|
"ctp.cards.expiredCard": string;
|
|
1869
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;
|
|
1870
1916
|
"ctp.errors.AUTH_INVALID": string;
|
|
1871
1917
|
"ctp.errors.NOT_FOUND": string;
|
|
1872
1918
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1873
1919
|
"ctp.errors.FRAUD": string;
|
|
1874
1920
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1875
1921
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1876
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1877
1922
|
"ctp.errors.CODE_INVALID": string;
|
|
1878
1923
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1879
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1880
1924
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1881
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;
|
|
1882
1931
|
};
|
|
1883
1932
|
payButton: string;
|
|
1884
1933
|
"payButton.redirecting": string;
|
|
@@ -2119,33 +2168,40 @@ declare const _default: {
|
|
|
2119
2168
|
"ctp.login.subtitle": string;
|
|
2120
2169
|
"ctp.login.inputLabel": string;
|
|
2121
2170
|
"ctp.logout.notYou": string;
|
|
2122
|
-
"ctp.logout.
|
|
2171
|
+
"ctp.logout.notYourCards": string;
|
|
2172
|
+
"ctp.logout.notYourCard": string;
|
|
2173
|
+
"ctp.logout.notYourProfile": string;
|
|
2123
2174
|
"ctp.otp.fieldLabel": string;
|
|
2124
2175
|
"ctp.otp.resendCode": string;
|
|
2125
2176
|
"ctp.otp.codeResent": string;
|
|
2126
2177
|
"ctp.otp.title": string;
|
|
2127
2178
|
"ctp.otp.subtitle": string;
|
|
2128
|
-
"ctp.
|
|
2129
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2130
|
-
"ctp.emptyCardsView.button": string;
|
|
2179
|
+
"ctp.emptyProfile.message": string;
|
|
2131
2180
|
"ctp.separatorText": string;
|
|
2132
2181
|
"ctp.cards.title": string;
|
|
2133
2182
|
"ctp.cards.subtitle": string;
|
|
2134
|
-
"ctp.cards.cardSelector": string;
|
|
2135
2183
|
"ctp.cards.expiredCard": string;
|
|
2136
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;
|
|
2137
2190
|
"ctp.errors.AUTH_INVALID": string;
|
|
2138
2191
|
"ctp.errors.NOT_FOUND": string;
|
|
2139
2192
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2140
2193
|
"ctp.errors.FRAUD": string;
|
|
2141
2194
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2142
2195
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2143
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2144
2196
|
"ctp.errors.CODE_INVALID": string;
|
|
2145
2197
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2146
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2147
2198
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2148
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;
|
|
2149
2205
|
}>;
|
|
2150
2206
|
'el-GR': () => Promise<{
|
|
2151
2207
|
default: {
|
|
@@ -2388,33 +2444,40 @@ declare const _default: {
|
|
|
2388
2444
|
"ctp.login.subtitle": string;
|
|
2389
2445
|
"ctp.login.inputLabel": string;
|
|
2390
2446
|
"ctp.logout.notYou": string;
|
|
2391
|
-
"ctp.logout.
|
|
2447
|
+
"ctp.logout.notYourCards": string;
|
|
2448
|
+
"ctp.logout.notYourCard": string;
|
|
2449
|
+
"ctp.logout.notYourProfile": string;
|
|
2392
2450
|
"ctp.otp.fieldLabel": string;
|
|
2393
2451
|
"ctp.otp.resendCode": string;
|
|
2394
2452
|
"ctp.otp.codeResent": string;
|
|
2395
2453
|
"ctp.otp.title": string;
|
|
2396
2454
|
"ctp.otp.subtitle": string;
|
|
2397
|
-
"ctp.
|
|
2398
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2399
|
-
"ctp.emptyCardsView.button": string;
|
|
2455
|
+
"ctp.emptyProfile.message": string;
|
|
2400
2456
|
"ctp.separatorText": string;
|
|
2401
2457
|
"ctp.cards.title": string;
|
|
2402
2458
|
"ctp.cards.subtitle": string;
|
|
2403
|
-
"ctp.cards.cardSelector": string;
|
|
2404
2459
|
"ctp.cards.expiredCard": string;
|
|
2405
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;
|
|
2406
2466
|
"ctp.errors.AUTH_INVALID": string;
|
|
2407
2467
|
"ctp.errors.NOT_FOUND": string;
|
|
2408
2468
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2409
2469
|
"ctp.errors.FRAUD": string;
|
|
2410
2470
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2411
2471
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2412
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2413
2472
|
"ctp.errors.CODE_INVALID": string;
|
|
2414
2473
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2415
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2416
2474
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2417
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;
|
|
2418
2481
|
};
|
|
2419
2482
|
payButton: string;
|
|
2420
2483
|
"payButton.redirecting": string;
|
|
@@ -2655,33 +2718,40 @@ declare const _default: {
|
|
|
2655
2718
|
"ctp.login.subtitle": string;
|
|
2656
2719
|
"ctp.login.inputLabel": string;
|
|
2657
2720
|
"ctp.logout.notYou": string;
|
|
2658
|
-
"ctp.logout.
|
|
2721
|
+
"ctp.logout.notYourCards": string;
|
|
2722
|
+
"ctp.logout.notYourCard": string;
|
|
2723
|
+
"ctp.logout.notYourProfile": string;
|
|
2659
2724
|
"ctp.otp.fieldLabel": string;
|
|
2660
2725
|
"ctp.otp.resendCode": string;
|
|
2661
2726
|
"ctp.otp.codeResent": string;
|
|
2662
2727
|
"ctp.otp.title": string;
|
|
2663
2728
|
"ctp.otp.subtitle": string;
|
|
2664
|
-
"ctp.
|
|
2665
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2666
|
-
"ctp.emptyCardsView.button": string;
|
|
2729
|
+
"ctp.emptyProfile.message": string;
|
|
2667
2730
|
"ctp.separatorText": string;
|
|
2668
2731
|
"ctp.cards.title": string;
|
|
2669
2732
|
"ctp.cards.subtitle": string;
|
|
2670
|
-
"ctp.cards.cardSelector": string;
|
|
2671
2733
|
"ctp.cards.expiredCard": string;
|
|
2672
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;
|
|
2673
2740
|
"ctp.errors.AUTH_INVALID": string;
|
|
2674
2741
|
"ctp.errors.NOT_FOUND": string;
|
|
2675
2742
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2676
2743
|
"ctp.errors.FRAUD": string;
|
|
2677
2744
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2678
2745
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2679
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2680
2746
|
"ctp.errors.CODE_INVALID": string;
|
|
2681
2747
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2682
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2683
2748
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2684
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;
|
|
2685
2755
|
}>;
|
|
2686
2756
|
'en-US': () => Promise<{
|
|
2687
2757
|
default: {
|
|
@@ -2926,33 +2996,42 @@ declare const _default: {
|
|
|
2926
2996
|
"ctp.login.subtitle": string;
|
|
2927
2997
|
"ctp.login.inputLabel": string;
|
|
2928
2998
|
"ctp.logout.notYou": string;
|
|
2929
|
-
"ctp.logout.
|
|
2999
|
+
"ctp.logout.notYourCards": string;
|
|
3000
|
+
"ctp.logout.notYourCard": string;
|
|
3001
|
+
"ctp.logout.notYourProfile": string;
|
|
2930
3002
|
"ctp.otp.fieldLabel": string;
|
|
2931
3003
|
"ctp.otp.resendCode": string;
|
|
2932
3004
|
"ctp.otp.codeResent": string;
|
|
2933
3005
|
"ctp.otp.title": string;
|
|
2934
3006
|
"ctp.otp.subtitle": string;
|
|
2935
|
-
"ctp.
|
|
2936
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2937
|
-
"ctp.emptyCardsView.button": string;
|
|
3007
|
+
"ctp.emptyProfile.message": string;
|
|
2938
3008
|
"ctp.separatorText": string;
|
|
2939
3009
|
"ctp.cards.title": string;
|
|
2940
3010
|
"ctp.cards.subtitle": string;
|
|
2941
|
-
"ctp.cards.cardSelector": string;
|
|
2942
3011
|
"ctp.cards.expiredCard": string;
|
|
2943
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;
|
|
2944
3018
|
"ctp.errors.AUTH_INVALID": string;
|
|
2945
3019
|
"ctp.errors.NOT_FOUND": string;
|
|
2946
3020
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2947
3021
|
"ctp.errors.FRAUD": string;
|
|
2948
3022
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2949
3023
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2950
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2951
3024
|
"ctp.errors.CODE_INVALID": string;
|
|
2952
3025
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2953
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2954
3026
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2955
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;
|
|
2956
3035
|
};
|
|
2957
3036
|
payButton: string;
|
|
2958
3037
|
"payButton.redirecting": string;
|
|
@@ -3195,33 +3274,42 @@ declare const _default: {
|
|
|
3195
3274
|
"ctp.login.subtitle": string;
|
|
3196
3275
|
"ctp.login.inputLabel": string;
|
|
3197
3276
|
"ctp.logout.notYou": string;
|
|
3198
|
-
"ctp.logout.
|
|
3277
|
+
"ctp.logout.notYourCards": string;
|
|
3278
|
+
"ctp.logout.notYourCard": string;
|
|
3279
|
+
"ctp.logout.notYourProfile": string;
|
|
3199
3280
|
"ctp.otp.fieldLabel": string;
|
|
3200
3281
|
"ctp.otp.resendCode": string;
|
|
3201
3282
|
"ctp.otp.codeResent": string;
|
|
3202
3283
|
"ctp.otp.title": string;
|
|
3203
3284
|
"ctp.otp.subtitle": string;
|
|
3204
|
-
"ctp.
|
|
3205
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3206
|
-
"ctp.emptyCardsView.button": string;
|
|
3285
|
+
"ctp.emptyProfile.message": string;
|
|
3207
3286
|
"ctp.separatorText": string;
|
|
3208
3287
|
"ctp.cards.title": string;
|
|
3209
3288
|
"ctp.cards.subtitle": string;
|
|
3210
|
-
"ctp.cards.cardSelector": string;
|
|
3211
3289
|
"ctp.cards.expiredCard": string;
|
|
3212
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;
|
|
3213
3296
|
"ctp.errors.AUTH_INVALID": string;
|
|
3214
3297
|
"ctp.errors.NOT_FOUND": string;
|
|
3215
3298
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3216
3299
|
"ctp.errors.FRAUD": string;
|
|
3217
3300
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3218
3301
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3219
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3220
3302
|
"ctp.errors.CODE_INVALID": string;
|
|
3221
3303
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3222
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3223
3304
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3224
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;
|
|
3225
3313
|
}>;
|
|
3226
3314
|
'es-ES': () => Promise<{
|
|
3227
3315
|
default: {
|
|
@@ -3459,33 +3547,40 @@ declare const _default: {
|
|
|
3459
3547
|
"ctp.login.subtitle": string;
|
|
3460
3548
|
"ctp.login.inputLabel": string;
|
|
3461
3549
|
"ctp.logout.notYou": string;
|
|
3462
|
-
"ctp.logout.
|
|
3550
|
+
"ctp.logout.notYourCards": string;
|
|
3551
|
+
"ctp.logout.notYourCard": string;
|
|
3552
|
+
"ctp.logout.notYourProfile": string;
|
|
3463
3553
|
"ctp.otp.fieldLabel": string;
|
|
3464
3554
|
"ctp.otp.resendCode": string;
|
|
3465
3555
|
"ctp.otp.codeResent": string;
|
|
3466
3556
|
"ctp.otp.title": string;
|
|
3467
3557
|
"ctp.otp.subtitle": string;
|
|
3468
|
-
"ctp.
|
|
3469
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3470
|
-
"ctp.emptyCardsView.button": string;
|
|
3558
|
+
"ctp.emptyProfile.message": string;
|
|
3471
3559
|
"ctp.separatorText": string;
|
|
3472
3560
|
"ctp.cards.title": string;
|
|
3473
3561
|
"ctp.cards.subtitle": string;
|
|
3474
|
-
"ctp.cards.cardSelector": string;
|
|
3475
3562
|
"ctp.cards.expiredCard": string;
|
|
3476
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;
|
|
3477
3569
|
"ctp.errors.AUTH_INVALID": string;
|
|
3478
3570
|
"ctp.errors.NOT_FOUND": string;
|
|
3479
3571
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3480
3572
|
"ctp.errors.FRAUD": string;
|
|
3481
3573
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3482
3574
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3483
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3484
3575
|
"ctp.errors.CODE_INVALID": string;
|
|
3485
3576
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3486
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3487
3577
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3488
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;
|
|
3489
3584
|
};
|
|
3490
3585
|
payButton: string;
|
|
3491
3586
|
"payButton.redirecting": string;
|
|
@@ -3721,33 +3816,40 @@ declare const _default: {
|
|
|
3721
3816
|
"ctp.login.subtitle": string;
|
|
3722
3817
|
"ctp.login.inputLabel": string;
|
|
3723
3818
|
"ctp.logout.notYou": string;
|
|
3724
|
-
"ctp.logout.
|
|
3819
|
+
"ctp.logout.notYourCards": string;
|
|
3820
|
+
"ctp.logout.notYourCard": string;
|
|
3821
|
+
"ctp.logout.notYourProfile": string;
|
|
3725
3822
|
"ctp.otp.fieldLabel": string;
|
|
3726
3823
|
"ctp.otp.resendCode": string;
|
|
3727
3824
|
"ctp.otp.codeResent": string;
|
|
3728
3825
|
"ctp.otp.title": string;
|
|
3729
3826
|
"ctp.otp.subtitle": string;
|
|
3730
|
-
"ctp.
|
|
3731
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3732
|
-
"ctp.emptyCardsView.button": string;
|
|
3827
|
+
"ctp.emptyProfile.message": string;
|
|
3733
3828
|
"ctp.separatorText": string;
|
|
3734
3829
|
"ctp.cards.title": string;
|
|
3735
3830
|
"ctp.cards.subtitle": string;
|
|
3736
|
-
"ctp.cards.cardSelector": string;
|
|
3737
3831
|
"ctp.cards.expiredCard": string;
|
|
3738
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;
|
|
3739
3838
|
"ctp.errors.AUTH_INVALID": string;
|
|
3740
3839
|
"ctp.errors.NOT_FOUND": string;
|
|
3741
3840
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3742
3841
|
"ctp.errors.FRAUD": string;
|
|
3743
3842
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3744
3843
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3745
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3746
3844
|
"ctp.errors.CODE_INVALID": string;
|
|
3747
3845
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3748
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3749
3846
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3750
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;
|
|
3751
3853
|
}>;
|
|
3752
3854
|
'fi-FI': () => Promise<{
|
|
3753
3855
|
default: {
|
|
@@ -3990,33 +4092,40 @@ declare const _default: {
|
|
|
3990
4092
|
"ctp.login.subtitle": string;
|
|
3991
4093
|
"ctp.login.inputLabel": string;
|
|
3992
4094
|
"ctp.logout.notYou": string;
|
|
3993
|
-
"ctp.logout.
|
|
4095
|
+
"ctp.logout.notYourCards": string;
|
|
4096
|
+
"ctp.logout.notYourCard": string;
|
|
4097
|
+
"ctp.logout.notYourProfile": string;
|
|
3994
4098
|
"ctp.otp.fieldLabel": string;
|
|
3995
4099
|
"ctp.otp.resendCode": string;
|
|
3996
4100
|
"ctp.otp.codeResent": string;
|
|
3997
4101
|
"ctp.otp.title": string;
|
|
3998
4102
|
"ctp.otp.subtitle": string;
|
|
3999
|
-
"ctp.
|
|
4000
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4001
|
-
"ctp.emptyCardsView.button": string;
|
|
4103
|
+
"ctp.emptyProfile.message": string;
|
|
4002
4104
|
"ctp.separatorText": string;
|
|
4003
4105
|
"ctp.cards.title": string;
|
|
4004
4106
|
"ctp.cards.subtitle": string;
|
|
4005
|
-
"ctp.cards.cardSelector": string;
|
|
4006
4107
|
"ctp.cards.expiredCard": string;
|
|
4007
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;
|
|
4008
4114
|
"ctp.errors.AUTH_INVALID": string;
|
|
4009
4115
|
"ctp.errors.NOT_FOUND": string;
|
|
4010
4116
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4011
4117
|
"ctp.errors.FRAUD": string;
|
|
4012
4118
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4013
4119
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4014
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4015
4120
|
"ctp.errors.CODE_INVALID": string;
|
|
4016
4121
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4017
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4018
4122
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4019
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;
|
|
4020
4129
|
};
|
|
4021
4130
|
payButton: string;
|
|
4022
4131
|
"payButton.redirecting": string;
|
|
@@ -4257,33 +4366,40 @@ declare const _default: {
|
|
|
4257
4366
|
"ctp.login.subtitle": string;
|
|
4258
4367
|
"ctp.login.inputLabel": string;
|
|
4259
4368
|
"ctp.logout.notYou": string;
|
|
4260
|
-
"ctp.logout.
|
|
4369
|
+
"ctp.logout.notYourCards": string;
|
|
4370
|
+
"ctp.logout.notYourCard": string;
|
|
4371
|
+
"ctp.logout.notYourProfile": string;
|
|
4261
4372
|
"ctp.otp.fieldLabel": string;
|
|
4262
4373
|
"ctp.otp.resendCode": string;
|
|
4263
4374
|
"ctp.otp.codeResent": string;
|
|
4264
4375
|
"ctp.otp.title": string;
|
|
4265
4376
|
"ctp.otp.subtitle": string;
|
|
4266
|
-
"ctp.
|
|
4267
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4268
|
-
"ctp.emptyCardsView.button": string;
|
|
4377
|
+
"ctp.emptyProfile.message": string;
|
|
4269
4378
|
"ctp.separatorText": string;
|
|
4270
4379
|
"ctp.cards.title": string;
|
|
4271
4380
|
"ctp.cards.subtitle": string;
|
|
4272
|
-
"ctp.cards.cardSelector": string;
|
|
4273
4381
|
"ctp.cards.expiredCard": string;
|
|
4274
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;
|
|
4275
4388
|
"ctp.errors.AUTH_INVALID": string;
|
|
4276
4389
|
"ctp.errors.NOT_FOUND": string;
|
|
4277
4390
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4278
4391
|
"ctp.errors.FRAUD": string;
|
|
4279
4392
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4280
4393
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4281
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4282
4394
|
"ctp.errors.CODE_INVALID": string;
|
|
4283
4395
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4284
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4285
4396
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4286
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;
|
|
4287
4403
|
}>;
|
|
4288
4404
|
'fr-FR': () => Promise<{
|
|
4289
4405
|
default: {
|
|
@@ -4526,33 +4642,40 @@ declare const _default: {
|
|
|
4526
4642
|
"ctp.login.subtitle": string;
|
|
4527
4643
|
"ctp.login.inputLabel": string;
|
|
4528
4644
|
"ctp.logout.notYou": string;
|
|
4529
|
-
"ctp.logout.
|
|
4645
|
+
"ctp.logout.notYourCards": string;
|
|
4646
|
+
"ctp.logout.notYourCard": string;
|
|
4647
|
+
"ctp.logout.notYourProfile": string;
|
|
4530
4648
|
"ctp.otp.fieldLabel": string;
|
|
4531
4649
|
"ctp.otp.resendCode": string;
|
|
4532
4650
|
"ctp.otp.codeResent": string;
|
|
4533
4651
|
"ctp.otp.title": string;
|
|
4534
4652
|
"ctp.otp.subtitle": string;
|
|
4535
|
-
"ctp.
|
|
4536
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4537
|
-
"ctp.emptyCardsView.button": string;
|
|
4653
|
+
"ctp.emptyProfile.message": string;
|
|
4538
4654
|
"ctp.separatorText": string;
|
|
4539
4655
|
"ctp.cards.title": string;
|
|
4540
4656
|
"ctp.cards.subtitle": string;
|
|
4541
|
-
"ctp.cards.cardSelector": string;
|
|
4542
4657
|
"ctp.cards.expiredCard": string;
|
|
4543
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;
|
|
4544
4664
|
"ctp.errors.AUTH_INVALID": string;
|
|
4545
4665
|
"ctp.errors.NOT_FOUND": string;
|
|
4546
4666
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4547
4667
|
"ctp.errors.FRAUD": string;
|
|
4548
4668
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4549
4669
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4550
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4551
4670
|
"ctp.errors.CODE_INVALID": string;
|
|
4552
4671
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4553
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4554
4672
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4555
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;
|
|
4556
4679
|
};
|
|
4557
4680
|
payButton: string;
|
|
4558
4681
|
"payButton.redirecting": string;
|
|
@@ -4793,33 +4916,40 @@ declare const _default: {
|
|
|
4793
4916
|
"ctp.login.subtitle": string;
|
|
4794
4917
|
"ctp.login.inputLabel": string;
|
|
4795
4918
|
"ctp.logout.notYou": string;
|
|
4796
|
-
"ctp.logout.
|
|
4919
|
+
"ctp.logout.notYourCards": string;
|
|
4920
|
+
"ctp.logout.notYourCard": string;
|
|
4921
|
+
"ctp.logout.notYourProfile": string;
|
|
4797
4922
|
"ctp.otp.fieldLabel": string;
|
|
4798
4923
|
"ctp.otp.resendCode": string;
|
|
4799
4924
|
"ctp.otp.codeResent": string;
|
|
4800
4925
|
"ctp.otp.title": string;
|
|
4801
4926
|
"ctp.otp.subtitle": string;
|
|
4802
|
-
"ctp.
|
|
4803
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4804
|
-
"ctp.emptyCardsView.button": string;
|
|
4927
|
+
"ctp.emptyProfile.message": string;
|
|
4805
4928
|
"ctp.separatorText": string;
|
|
4806
4929
|
"ctp.cards.title": string;
|
|
4807
4930
|
"ctp.cards.subtitle": string;
|
|
4808
|
-
"ctp.cards.cardSelector": string;
|
|
4809
4931
|
"ctp.cards.expiredCard": string;
|
|
4810
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;
|
|
4811
4938
|
"ctp.errors.AUTH_INVALID": string;
|
|
4812
4939
|
"ctp.errors.NOT_FOUND": string;
|
|
4813
4940
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4814
4941
|
"ctp.errors.FRAUD": string;
|
|
4815
4942
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4816
4943
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4817
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4818
4944
|
"ctp.errors.CODE_INVALID": string;
|
|
4819
4945
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4820
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4821
4946
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4822
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;
|
|
4823
4953
|
}>;
|
|
4824
4954
|
'hr-HR': () => Promise<{
|
|
4825
4955
|
default: {
|
|
@@ -5062,33 +5192,40 @@ declare const _default: {
|
|
|
5062
5192
|
"ctp.login.subtitle": string;
|
|
5063
5193
|
"ctp.login.inputLabel": string;
|
|
5064
5194
|
"ctp.logout.notYou": string;
|
|
5065
|
-
"ctp.logout.
|
|
5195
|
+
"ctp.logout.notYourCards": string;
|
|
5196
|
+
"ctp.logout.notYourCard": string;
|
|
5197
|
+
"ctp.logout.notYourProfile": string;
|
|
5066
5198
|
"ctp.otp.fieldLabel": string;
|
|
5067
5199
|
"ctp.otp.resendCode": string;
|
|
5068
5200
|
"ctp.otp.codeResent": string;
|
|
5069
5201
|
"ctp.otp.title": string;
|
|
5070
5202
|
"ctp.otp.subtitle": string;
|
|
5071
|
-
"ctp.
|
|
5072
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5073
|
-
"ctp.emptyCardsView.button": string;
|
|
5203
|
+
"ctp.emptyProfile.message": string;
|
|
5074
5204
|
"ctp.separatorText": string;
|
|
5075
5205
|
"ctp.cards.title": string;
|
|
5076
5206
|
"ctp.cards.subtitle": string;
|
|
5077
|
-
"ctp.cards.cardSelector": string;
|
|
5078
5207
|
"ctp.cards.expiredCard": string;
|
|
5079
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;
|
|
5080
5214
|
"ctp.errors.AUTH_INVALID": string;
|
|
5081
5215
|
"ctp.errors.NOT_FOUND": string;
|
|
5082
5216
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5083
5217
|
"ctp.errors.FRAUD": string;
|
|
5084
5218
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5085
5219
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5086
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5087
5220
|
"ctp.errors.CODE_INVALID": string;
|
|
5088
5221
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5089
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5090
5222
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5091
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;
|
|
5092
5229
|
};
|
|
5093
5230
|
payButton: string;
|
|
5094
5231
|
"payButton.redirecting": string;
|
|
@@ -5329,33 +5466,40 @@ declare const _default: {
|
|
|
5329
5466
|
"ctp.login.subtitle": string;
|
|
5330
5467
|
"ctp.login.inputLabel": string;
|
|
5331
5468
|
"ctp.logout.notYou": string;
|
|
5332
|
-
"ctp.logout.
|
|
5469
|
+
"ctp.logout.notYourCards": string;
|
|
5470
|
+
"ctp.logout.notYourCard": string;
|
|
5471
|
+
"ctp.logout.notYourProfile": string;
|
|
5333
5472
|
"ctp.otp.fieldLabel": string;
|
|
5334
5473
|
"ctp.otp.resendCode": string;
|
|
5335
5474
|
"ctp.otp.codeResent": string;
|
|
5336
5475
|
"ctp.otp.title": string;
|
|
5337
5476
|
"ctp.otp.subtitle": string;
|
|
5338
|
-
"ctp.
|
|
5339
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5340
|
-
"ctp.emptyCardsView.button": string;
|
|
5477
|
+
"ctp.emptyProfile.message": string;
|
|
5341
5478
|
"ctp.separatorText": string;
|
|
5342
5479
|
"ctp.cards.title": string;
|
|
5343
5480
|
"ctp.cards.subtitle": string;
|
|
5344
|
-
"ctp.cards.cardSelector": string;
|
|
5345
5481
|
"ctp.cards.expiredCard": string;
|
|
5346
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;
|
|
5347
5488
|
"ctp.errors.AUTH_INVALID": string;
|
|
5348
5489
|
"ctp.errors.NOT_FOUND": string;
|
|
5349
5490
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5350
5491
|
"ctp.errors.FRAUD": string;
|
|
5351
5492
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5352
5493
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5353
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5354
5494
|
"ctp.errors.CODE_INVALID": string;
|
|
5355
5495
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5356
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5357
5496
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5358
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;
|
|
5359
5503
|
}>;
|
|
5360
5504
|
'hu-HU': () => Promise<{
|
|
5361
5505
|
default: {
|
|
@@ -5598,33 +5742,40 @@ declare const _default: {
|
|
|
5598
5742
|
"ctp.login.subtitle": string;
|
|
5599
5743
|
"ctp.login.inputLabel": string;
|
|
5600
5744
|
"ctp.logout.notYou": string;
|
|
5601
|
-
"ctp.logout.
|
|
5745
|
+
"ctp.logout.notYourCards": string;
|
|
5746
|
+
"ctp.logout.notYourCard": string;
|
|
5747
|
+
"ctp.logout.notYourProfile": string;
|
|
5602
5748
|
"ctp.otp.fieldLabel": string;
|
|
5603
5749
|
"ctp.otp.resendCode": string;
|
|
5604
5750
|
"ctp.otp.codeResent": string;
|
|
5605
5751
|
"ctp.otp.title": string;
|
|
5606
5752
|
"ctp.otp.subtitle": string;
|
|
5607
|
-
"ctp.
|
|
5608
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5609
|
-
"ctp.emptyCardsView.button": string;
|
|
5753
|
+
"ctp.emptyProfile.message": string;
|
|
5610
5754
|
"ctp.separatorText": string;
|
|
5611
5755
|
"ctp.cards.title": string;
|
|
5612
5756
|
"ctp.cards.subtitle": string;
|
|
5613
|
-
"ctp.cards.cardSelector": string;
|
|
5614
5757
|
"ctp.cards.expiredCard": string;
|
|
5615
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;
|
|
5616
5764
|
"ctp.errors.AUTH_INVALID": string;
|
|
5617
5765
|
"ctp.errors.NOT_FOUND": string;
|
|
5618
5766
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5619
5767
|
"ctp.errors.FRAUD": string;
|
|
5620
5768
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5621
5769
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5622
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5623
5770
|
"ctp.errors.CODE_INVALID": string;
|
|
5624
5771
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5625
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5626
5772
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5627
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;
|
|
5628
5779
|
};
|
|
5629
5780
|
payButton: string;
|
|
5630
5781
|
"payButton.redirecting": string;
|
|
@@ -5865,33 +6016,40 @@ declare const _default: {
|
|
|
5865
6016
|
"ctp.login.subtitle": string;
|
|
5866
6017
|
"ctp.login.inputLabel": string;
|
|
5867
6018
|
"ctp.logout.notYou": string;
|
|
5868
|
-
"ctp.logout.
|
|
6019
|
+
"ctp.logout.notYourCards": string;
|
|
6020
|
+
"ctp.logout.notYourCard": string;
|
|
6021
|
+
"ctp.logout.notYourProfile": string;
|
|
5869
6022
|
"ctp.otp.fieldLabel": string;
|
|
5870
6023
|
"ctp.otp.resendCode": string;
|
|
5871
6024
|
"ctp.otp.codeResent": string;
|
|
5872
6025
|
"ctp.otp.title": string;
|
|
5873
6026
|
"ctp.otp.subtitle": string;
|
|
5874
|
-
"ctp.
|
|
5875
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5876
|
-
"ctp.emptyCardsView.button": string;
|
|
6027
|
+
"ctp.emptyProfile.message": string;
|
|
5877
6028
|
"ctp.separatorText": string;
|
|
5878
6029
|
"ctp.cards.title": string;
|
|
5879
6030
|
"ctp.cards.subtitle": string;
|
|
5880
|
-
"ctp.cards.cardSelector": string;
|
|
5881
6031
|
"ctp.cards.expiredCard": string;
|
|
5882
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;
|
|
5883
6038
|
"ctp.errors.AUTH_INVALID": string;
|
|
5884
6039
|
"ctp.errors.NOT_FOUND": string;
|
|
5885
6040
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5886
6041
|
"ctp.errors.FRAUD": string;
|
|
5887
6042
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5888
6043
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5889
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5890
6044
|
"ctp.errors.CODE_INVALID": string;
|
|
5891
6045
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5892
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5893
6046
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5894
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;
|
|
5895
6053
|
}>;
|
|
5896
6054
|
'it-IT': () => Promise<{
|
|
5897
6055
|
default: {
|
|
@@ -6132,33 +6290,40 @@ declare const _default: {
|
|
|
6132
6290
|
"ctp.login.subtitle": string;
|
|
6133
6291
|
"ctp.login.inputLabel": string;
|
|
6134
6292
|
"ctp.logout.notYou": string;
|
|
6135
|
-
"ctp.logout.
|
|
6293
|
+
"ctp.logout.notYourCards": string;
|
|
6294
|
+
"ctp.logout.notYourCard": string;
|
|
6295
|
+
"ctp.logout.notYourProfile": string;
|
|
6136
6296
|
"ctp.otp.fieldLabel": string;
|
|
6137
6297
|
"ctp.otp.resendCode": string;
|
|
6138
6298
|
"ctp.otp.codeResent": string;
|
|
6139
6299
|
"ctp.otp.title": string;
|
|
6140
6300
|
"ctp.otp.subtitle": string;
|
|
6141
|
-
"ctp.
|
|
6142
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6143
|
-
"ctp.emptyCardsView.button": string;
|
|
6301
|
+
"ctp.emptyProfile.message": string;
|
|
6144
6302
|
"ctp.separatorText": string;
|
|
6145
6303
|
"ctp.cards.title": string;
|
|
6146
6304
|
"ctp.cards.subtitle": string;
|
|
6147
|
-
"ctp.cards.cardSelector": string;
|
|
6148
6305
|
"ctp.cards.expiredCard": string;
|
|
6149
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;
|
|
6150
6312
|
"ctp.errors.AUTH_INVALID": string;
|
|
6151
6313
|
"ctp.errors.NOT_FOUND": string;
|
|
6152
6314
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6153
6315
|
"ctp.errors.FRAUD": string;
|
|
6154
6316
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6155
6317
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6156
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6157
6318
|
"ctp.errors.CODE_INVALID": string;
|
|
6158
6319
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6159
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6160
6320
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6161
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;
|
|
6162
6327
|
};
|
|
6163
6328
|
payButton: string;
|
|
6164
6329
|
"payButton.redirecting": string;
|
|
@@ -6397,33 +6562,40 @@ declare const _default: {
|
|
|
6397
6562
|
"ctp.login.subtitle": string;
|
|
6398
6563
|
"ctp.login.inputLabel": string;
|
|
6399
6564
|
"ctp.logout.notYou": string;
|
|
6400
|
-
"ctp.logout.
|
|
6565
|
+
"ctp.logout.notYourCards": string;
|
|
6566
|
+
"ctp.logout.notYourCard": string;
|
|
6567
|
+
"ctp.logout.notYourProfile": string;
|
|
6401
6568
|
"ctp.otp.fieldLabel": string;
|
|
6402
6569
|
"ctp.otp.resendCode": string;
|
|
6403
6570
|
"ctp.otp.codeResent": string;
|
|
6404
6571
|
"ctp.otp.title": string;
|
|
6405
6572
|
"ctp.otp.subtitle": string;
|
|
6406
|
-
"ctp.
|
|
6407
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6408
|
-
"ctp.emptyCardsView.button": string;
|
|
6573
|
+
"ctp.emptyProfile.message": string;
|
|
6409
6574
|
"ctp.separatorText": string;
|
|
6410
6575
|
"ctp.cards.title": string;
|
|
6411
6576
|
"ctp.cards.subtitle": string;
|
|
6412
|
-
"ctp.cards.cardSelector": string;
|
|
6413
6577
|
"ctp.cards.expiredCard": string;
|
|
6414
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;
|
|
6415
6584
|
"ctp.errors.AUTH_INVALID": string;
|
|
6416
6585
|
"ctp.errors.NOT_FOUND": string;
|
|
6417
6586
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6418
6587
|
"ctp.errors.FRAUD": string;
|
|
6419
6588
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6420
6589
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6421
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6422
6590
|
"ctp.errors.CODE_INVALID": string;
|
|
6423
6591
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6424
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6425
6592
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6426
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;
|
|
6427
6599
|
}>;
|
|
6428
6600
|
'ja-JP': () => Promise<{
|
|
6429
6601
|
default: {
|
|
@@ -6666,33 +6838,40 @@ declare const _default: {
|
|
|
6666
6838
|
"ctp.login.subtitle": string;
|
|
6667
6839
|
"ctp.login.inputLabel": string;
|
|
6668
6840
|
"ctp.logout.notYou": string;
|
|
6669
|
-
"ctp.logout.
|
|
6841
|
+
"ctp.logout.notYourCards": string;
|
|
6842
|
+
"ctp.logout.notYourCard": string;
|
|
6843
|
+
"ctp.logout.notYourProfile": string;
|
|
6670
6844
|
"ctp.otp.fieldLabel": string;
|
|
6671
6845
|
"ctp.otp.resendCode": string;
|
|
6672
6846
|
"ctp.otp.codeResent": string;
|
|
6673
6847
|
"ctp.otp.title": string;
|
|
6674
6848
|
"ctp.otp.subtitle": string;
|
|
6675
|
-
"ctp.
|
|
6676
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6677
|
-
"ctp.emptyCardsView.button": string;
|
|
6849
|
+
"ctp.emptyProfile.message": string;
|
|
6678
6850
|
"ctp.separatorText": string;
|
|
6679
6851
|
"ctp.cards.title": string;
|
|
6680
6852
|
"ctp.cards.subtitle": string;
|
|
6681
|
-
"ctp.cards.cardSelector": string;
|
|
6682
6853
|
"ctp.cards.expiredCard": string;
|
|
6683
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;
|
|
6684
6860
|
"ctp.errors.AUTH_INVALID": string;
|
|
6685
6861
|
"ctp.errors.NOT_FOUND": string;
|
|
6686
6862
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6687
6863
|
"ctp.errors.FRAUD": string;
|
|
6688
6864
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6689
6865
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6690
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6691
6866
|
"ctp.errors.CODE_INVALID": string;
|
|
6692
6867
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6693
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6694
6868
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6695
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;
|
|
6696
6875
|
};
|
|
6697
6876
|
payButton: string;
|
|
6698
6877
|
"payButton.redirecting": string;
|
|
@@ -6933,33 +7112,40 @@ declare const _default: {
|
|
|
6933
7112
|
"ctp.login.subtitle": string;
|
|
6934
7113
|
"ctp.login.inputLabel": string;
|
|
6935
7114
|
"ctp.logout.notYou": string;
|
|
6936
|
-
"ctp.logout.
|
|
7115
|
+
"ctp.logout.notYourCards": string;
|
|
7116
|
+
"ctp.logout.notYourCard": string;
|
|
7117
|
+
"ctp.logout.notYourProfile": string;
|
|
6937
7118
|
"ctp.otp.fieldLabel": string;
|
|
6938
7119
|
"ctp.otp.resendCode": string;
|
|
6939
7120
|
"ctp.otp.codeResent": string;
|
|
6940
7121
|
"ctp.otp.title": string;
|
|
6941
7122
|
"ctp.otp.subtitle": string;
|
|
6942
|
-
"ctp.
|
|
6943
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6944
|
-
"ctp.emptyCardsView.button": string;
|
|
7123
|
+
"ctp.emptyProfile.message": string;
|
|
6945
7124
|
"ctp.separatorText": string;
|
|
6946
7125
|
"ctp.cards.title": string;
|
|
6947
7126
|
"ctp.cards.subtitle": string;
|
|
6948
|
-
"ctp.cards.cardSelector": string;
|
|
6949
7127
|
"ctp.cards.expiredCard": string;
|
|
6950
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;
|
|
6951
7134
|
"ctp.errors.AUTH_INVALID": string;
|
|
6952
7135
|
"ctp.errors.NOT_FOUND": string;
|
|
6953
7136
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6954
7137
|
"ctp.errors.FRAUD": string;
|
|
6955
7138
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6956
7139
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6957
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6958
7140
|
"ctp.errors.CODE_INVALID": string;
|
|
6959
7141
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6960
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6961
7142
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6962
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;
|
|
6963
7149
|
}>;
|
|
6964
7150
|
'ko-KR': () => Promise<{
|
|
6965
7151
|
default: {
|
|
@@ -7202,33 +7388,40 @@ declare const _default: {
|
|
|
7202
7388
|
"ctp.login.subtitle": string;
|
|
7203
7389
|
"ctp.login.inputLabel": string;
|
|
7204
7390
|
"ctp.logout.notYou": string;
|
|
7205
|
-
"ctp.logout.
|
|
7391
|
+
"ctp.logout.notYourCards": string;
|
|
7392
|
+
"ctp.logout.notYourCard": string;
|
|
7393
|
+
"ctp.logout.notYourProfile": string;
|
|
7206
7394
|
"ctp.otp.fieldLabel": string;
|
|
7207
7395
|
"ctp.otp.resendCode": string;
|
|
7208
7396
|
"ctp.otp.codeResent": string;
|
|
7209
7397
|
"ctp.otp.title": string;
|
|
7210
7398
|
"ctp.otp.subtitle": string;
|
|
7211
|
-
"ctp.
|
|
7212
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7213
|
-
"ctp.emptyCardsView.button": string;
|
|
7399
|
+
"ctp.emptyProfile.message": string;
|
|
7214
7400
|
"ctp.separatorText": string;
|
|
7215
7401
|
"ctp.cards.title": string;
|
|
7216
7402
|
"ctp.cards.subtitle": string;
|
|
7217
|
-
"ctp.cards.cardSelector": string;
|
|
7218
7403
|
"ctp.cards.expiredCard": string;
|
|
7219
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;
|
|
7220
7410
|
"ctp.errors.AUTH_INVALID": string;
|
|
7221
7411
|
"ctp.errors.NOT_FOUND": string;
|
|
7222
7412
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7223
7413
|
"ctp.errors.FRAUD": string;
|
|
7224
7414
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7225
7415
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7226
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7227
7416
|
"ctp.errors.CODE_INVALID": string;
|
|
7228
7417
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7229
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7230
7418
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7231
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;
|
|
7232
7425
|
};
|
|
7233
7426
|
payButton: string;
|
|
7234
7427
|
"payButton.redirecting": string;
|
|
@@ -7469,33 +7662,40 @@ declare const _default: {
|
|
|
7469
7662
|
"ctp.login.subtitle": string;
|
|
7470
7663
|
"ctp.login.inputLabel": string;
|
|
7471
7664
|
"ctp.logout.notYou": string;
|
|
7472
|
-
"ctp.logout.
|
|
7665
|
+
"ctp.logout.notYourCards": string;
|
|
7666
|
+
"ctp.logout.notYourCard": string;
|
|
7667
|
+
"ctp.logout.notYourProfile": string;
|
|
7473
7668
|
"ctp.otp.fieldLabel": string;
|
|
7474
7669
|
"ctp.otp.resendCode": string;
|
|
7475
7670
|
"ctp.otp.codeResent": string;
|
|
7476
7671
|
"ctp.otp.title": string;
|
|
7477
7672
|
"ctp.otp.subtitle": string;
|
|
7478
|
-
"ctp.
|
|
7479
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7480
|
-
"ctp.emptyCardsView.button": string;
|
|
7673
|
+
"ctp.emptyProfile.message": string;
|
|
7481
7674
|
"ctp.separatorText": string;
|
|
7482
7675
|
"ctp.cards.title": string;
|
|
7483
7676
|
"ctp.cards.subtitle": string;
|
|
7484
|
-
"ctp.cards.cardSelector": string;
|
|
7485
7677
|
"ctp.cards.expiredCard": string;
|
|
7486
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;
|
|
7487
7684
|
"ctp.errors.AUTH_INVALID": string;
|
|
7488
7685
|
"ctp.errors.NOT_FOUND": string;
|
|
7489
7686
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7490
7687
|
"ctp.errors.FRAUD": string;
|
|
7491
7688
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7492
7689
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7493
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7494
7690
|
"ctp.errors.CODE_INVALID": string;
|
|
7495
7691
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7496
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7497
7692
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7498
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;
|
|
7499
7699
|
}>;
|
|
7500
7700
|
'nl-NL': () => Promise<{
|
|
7501
7701
|
default: {
|
|
@@ -7738,33 +7938,40 @@ declare const _default: {
|
|
|
7738
7938
|
"ctp.login.subtitle": string;
|
|
7739
7939
|
"ctp.login.inputLabel": string;
|
|
7740
7940
|
"ctp.logout.notYou": string;
|
|
7741
|
-
"ctp.logout.
|
|
7941
|
+
"ctp.logout.notYourCards": string;
|
|
7942
|
+
"ctp.logout.notYourCard": string;
|
|
7943
|
+
"ctp.logout.notYourProfile": string;
|
|
7742
7944
|
"ctp.otp.fieldLabel": string;
|
|
7743
7945
|
"ctp.otp.resendCode": string;
|
|
7744
7946
|
"ctp.otp.codeResent": string;
|
|
7745
7947
|
"ctp.otp.title": string;
|
|
7746
7948
|
"ctp.otp.subtitle": string;
|
|
7747
|
-
"ctp.
|
|
7748
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7749
|
-
"ctp.emptyCardsView.button": string;
|
|
7949
|
+
"ctp.emptyProfile.message": string;
|
|
7750
7950
|
"ctp.separatorText": string;
|
|
7751
7951
|
"ctp.cards.title": string;
|
|
7752
7952
|
"ctp.cards.subtitle": string;
|
|
7753
|
-
"ctp.cards.cardSelector": string;
|
|
7754
7953
|
"ctp.cards.expiredCard": string;
|
|
7755
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;
|
|
7756
7960
|
"ctp.errors.AUTH_INVALID": string;
|
|
7757
7961
|
"ctp.errors.NOT_FOUND": string;
|
|
7758
7962
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7759
7963
|
"ctp.errors.FRAUD": string;
|
|
7760
7964
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7761
7965
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7762
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7763
7966
|
"ctp.errors.CODE_INVALID": string;
|
|
7764
7967
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7765
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7766
7968
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7767
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;
|
|
7768
7975
|
};
|
|
7769
7976
|
payButton: string;
|
|
7770
7977
|
"payButton.redirecting": string;
|
|
@@ -8005,33 +8212,40 @@ declare const _default: {
|
|
|
8005
8212
|
"ctp.login.subtitle": string;
|
|
8006
8213
|
"ctp.login.inputLabel": string;
|
|
8007
8214
|
"ctp.logout.notYou": string;
|
|
8008
|
-
"ctp.logout.
|
|
8215
|
+
"ctp.logout.notYourCards": string;
|
|
8216
|
+
"ctp.logout.notYourCard": string;
|
|
8217
|
+
"ctp.logout.notYourProfile": string;
|
|
8009
8218
|
"ctp.otp.fieldLabel": string;
|
|
8010
8219
|
"ctp.otp.resendCode": string;
|
|
8011
8220
|
"ctp.otp.codeResent": string;
|
|
8012
8221
|
"ctp.otp.title": string;
|
|
8013
8222
|
"ctp.otp.subtitle": string;
|
|
8014
|
-
"ctp.
|
|
8015
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8016
|
-
"ctp.emptyCardsView.button": string;
|
|
8223
|
+
"ctp.emptyProfile.message": string;
|
|
8017
8224
|
"ctp.separatorText": string;
|
|
8018
8225
|
"ctp.cards.title": string;
|
|
8019
8226
|
"ctp.cards.subtitle": string;
|
|
8020
|
-
"ctp.cards.cardSelector": string;
|
|
8021
8227
|
"ctp.cards.expiredCard": string;
|
|
8022
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;
|
|
8023
8234
|
"ctp.errors.AUTH_INVALID": string;
|
|
8024
8235
|
"ctp.errors.NOT_FOUND": string;
|
|
8025
8236
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8026
8237
|
"ctp.errors.FRAUD": string;
|
|
8027
8238
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8028
8239
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8029
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8030
8240
|
"ctp.errors.CODE_INVALID": string;
|
|
8031
8241
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8032
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8033
8242
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8034
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;
|
|
8035
8249
|
}>;
|
|
8036
8250
|
'no-NO': () => Promise<{
|
|
8037
8251
|
default: {
|
|
@@ -8274,33 +8488,40 @@ declare const _default: {
|
|
|
8274
8488
|
"ctp.login.subtitle": string;
|
|
8275
8489
|
"ctp.login.inputLabel": string;
|
|
8276
8490
|
"ctp.logout.notYou": string;
|
|
8277
|
-
"ctp.logout.
|
|
8491
|
+
"ctp.logout.notYourCards": string;
|
|
8492
|
+
"ctp.logout.notYourCard": string;
|
|
8493
|
+
"ctp.logout.notYourProfile": string;
|
|
8278
8494
|
"ctp.otp.fieldLabel": string;
|
|
8279
8495
|
"ctp.otp.resendCode": string;
|
|
8280
8496
|
"ctp.otp.codeResent": string;
|
|
8281
8497
|
"ctp.otp.title": string;
|
|
8282
8498
|
"ctp.otp.subtitle": string;
|
|
8283
|
-
"ctp.
|
|
8284
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8285
|
-
"ctp.emptyCardsView.button": string;
|
|
8499
|
+
"ctp.emptyProfile.message": string;
|
|
8286
8500
|
"ctp.separatorText": string;
|
|
8287
8501
|
"ctp.cards.title": string;
|
|
8288
8502
|
"ctp.cards.subtitle": string;
|
|
8289
|
-
"ctp.cards.cardSelector": string;
|
|
8290
8503
|
"ctp.cards.expiredCard": string;
|
|
8291
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;
|
|
8292
8510
|
"ctp.errors.AUTH_INVALID": string;
|
|
8293
8511
|
"ctp.errors.NOT_FOUND": string;
|
|
8294
8512
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8295
8513
|
"ctp.errors.FRAUD": string;
|
|
8296
8514
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8297
8515
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8298
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8299
8516
|
"ctp.errors.CODE_INVALID": string;
|
|
8300
8517
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8301
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8302
8518
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8303
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;
|
|
8304
8525
|
};
|
|
8305
8526
|
payButton: string;
|
|
8306
8527
|
"payButton.redirecting": string;
|
|
@@ -8541,33 +8762,40 @@ declare const _default: {
|
|
|
8541
8762
|
"ctp.login.subtitle": string;
|
|
8542
8763
|
"ctp.login.inputLabel": string;
|
|
8543
8764
|
"ctp.logout.notYou": string;
|
|
8544
|
-
"ctp.logout.
|
|
8765
|
+
"ctp.logout.notYourCards": string;
|
|
8766
|
+
"ctp.logout.notYourCard": string;
|
|
8767
|
+
"ctp.logout.notYourProfile": string;
|
|
8545
8768
|
"ctp.otp.fieldLabel": string;
|
|
8546
8769
|
"ctp.otp.resendCode": string;
|
|
8547
8770
|
"ctp.otp.codeResent": string;
|
|
8548
8771
|
"ctp.otp.title": string;
|
|
8549
8772
|
"ctp.otp.subtitle": string;
|
|
8550
|
-
"ctp.
|
|
8551
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8552
|
-
"ctp.emptyCardsView.button": string;
|
|
8773
|
+
"ctp.emptyProfile.message": string;
|
|
8553
8774
|
"ctp.separatorText": string;
|
|
8554
8775
|
"ctp.cards.title": string;
|
|
8555
8776
|
"ctp.cards.subtitle": string;
|
|
8556
|
-
"ctp.cards.cardSelector": string;
|
|
8557
8777
|
"ctp.cards.expiredCard": string;
|
|
8558
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;
|
|
8559
8784
|
"ctp.errors.AUTH_INVALID": string;
|
|
8560
8785
|
"ctp.errors.NOT_FOUND": string;
|
|
8561
8786
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8562
8787
|
"ctp.errors.FRAUD": string;
|
|
8563
8788
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8564
8789
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8565
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8566
8790
|
"ctp.errors.CODE_INVALID": string;
|
|
8567
8791
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8568
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8569
8792
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8570
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;
|
|
8571
8799
|
}>;
|
|
8572
8800
|
'pl-PL': () => Promise<{
|
|
8573
8801
|
default: {
|
|
@@ -8810,33 +9038,40 @@ declare const _default: {
|
|
|
8810
9038
|
"ctp.login.subtitle": string;
|
|
8811
9039
|
"ctp.login.inputLabel": string;
|
|
8812
9040
|
"ctp.logout.notYou": string;
|
|
8813
|
-
"ctp.logout.
|
|
9041
|
+
"ctp.logout.notYourCards": string;
|
|
9042
|
+
"ctp.logout.notYourCard": string;
|
|
9043
|
+
"ctp.logout.notYourProfile": string;
|
|
8814
9044
|
"ctp.otp.fieldLabel": string;
|
|
8815
9045
|
"ctp.otp.resendCode": string;
|
|
8816
9046
|
"ctp.otp.codeResent": string;
|
|
8817
9047
|
"ctp.otp.title": string;
|
|
8818
9048
|
"ctp.otp.subtitle": string;
|
|
8819
|
-
"ctp.
|
|
8820
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8821
|
-
"ctp.emptyCardsView.button": string;
|
|
9049
|
+
"ctp.emptyProfile.message": string;
|
|
8822
9050
|
"ctp.separatorText": string;
|
|
8823
9051
|
"ctp.cards.title": string;
|
|
8824
9052
|
"ctp.cards.subtitle": string;
|
|
8825
|
-
"ctp.cards.cardSelector": string;
|
|
8826
9053
|
"ctp.cards.expiredCard": string;
|
|
8827
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;
|
|
8828
9060
|
"ctp.errors.AUTH_INVALID": string;
|
|
8829
9061
|
"ctp.errors.NOT_FOUND": string;
|
|
8830
9062
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8831
9063
|
"ctp.errors.FRAUD": string;
|
|
8832
9064
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8833
9065
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8834
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8835
9066
|
"ctp.errors.CODE_INVALID": string;
|
|
8836
9067
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8837
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8838
9068
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8839
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;
|
|
8840
9075
|
};
|
|
8841
9076
|
payButton: string;
|
|
8842
9077
|
"payButton.redirecting": string;
|
|
@@ -9077,33 +9312,40 @@ declare const _default: {
|
|
|
9077
9312
|
"ctp.login.subtitle": string;
|
|
9078
9313
|
"ctp.login.inputLabel": string;
|
|
9079
9314
|
"ctp.logout.notYou": string;
|
|
9080
|
-
"ctp.logout.
|
|
9315
|
+
"ctp.logout.notYourCards": string;
|
|
9316
|
+
"ctp.logout.notYourCard": string;
|
|
9317
|
+
"ctp.logout.notYourProfile": string;
|
|
9081
9318
|
"ctp.otp.fieldLabel": string;
|
|
9082
9319
|
"ctp.otp.resendCode": string;
|
|
9083
9320
|
"ctp.otp.codeResent": string;
|
|
9084
9321
|
"ctp.otp.title": string;
|
|
9085
9322
|
"ctp.otp.subtitle": string;
|
|
9086
|
-
"ctp.
|
|
9087
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9088
|
-
"ctp.emptyCardsView.button": string;
|
|
9323
|
+
"ctp.emptyProfile.message": string;
|
|
9089
9324
|
"ctp.separatorText": string;
|
|
9090
9325
|
"ctp.cards.title": string;
|
|
9091
9326
|
"ctp.cards.subtitle": string;
|
|
9092
|
-
"ctp.cards.cardSelector": string;
|
|
9093
9327
|
"ctp.cards.expiredCard": string;
|
|
9094
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;
|
|
9095
9334
|
"ctp.errors.AUTH_INVALID": string;
|
|
9096
9335
|
"ctp.errors.NOT_FOUND": string;
|
|
9097
9336
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9098
9337
|
"ctp.errors.FRAUD": string;
|
|
9099
9338
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9100
9339
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9101
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9102
9340
|
"ctp.errors.CODE_INVALID": string;
|
|
9103
9341
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9104
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9105
9342
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9106
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;
|
|
9107
9349
|
}>;
|
|
9108
9350
|
'pt-BR': () => Promise<{
|
|
9109
9351
|
default: {
|
|
@@ -9344,33 +9586,40 @@ declare const _default: {
|
|
|
9344
9586
|
"ctp.login.subtitle": string;
|
|
9345
9587
|
"ctp.login.inputLabel": string;
|
|
9346
9588
|
"ctp.logout.notYou": string;
|
|
9347
|
-
"ctp.logout.
|
|
9589
|
+
"ctp.logout.notYourCards": string;
|
|
9590
|
+
"ctp.logout.notYourCard": string;
|
|
9591
|
+
"ctp.logout.notYourProfile": string;
|
|
9348
9592
|
"ctp.otp.fieldLabel": string;
|
|
9349
9593
|
"ctp.otp.resendCode": string;
|
|
9350
9594
|
"ctp.otp.codeResent": string;
|
|
9351
9595
|
"ctp.otp.title": string;
|
|
9352
9596
|
"ctp.otp.subtitle": string;
|
|
9353
|
-
"ctp.
|
|
9354
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9355
|
-
"ctp.emptyCardsView.button": string;
|
|
9597
|
+
"ctp.emptyProfile.message": string;
|
|
9356
9598
|
"ctp.separatorText": string;
|
|
9357
9599
|
"ctp.cards.title": string;
|
|
9358
9600
|
"ctp.cards.subtitle": string;
|
|
9359
|
-
"ctp.cards.cardSelector": string;
|
|
9360
9601
|
"ctp.cards.expiredCard": string;
|
|
9361
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;
|
|
9362
9608
|
"ctp.errors.AUTH_INVALID": string;
|
|
9363
9609
|
"ctp.errors.NOT_FOUND": string;
|
|
9364
9610
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9365
9611
|
"ctp.errors.FRAUD": string;
|
|
9366
9612
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9367
9613
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9368
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9369
9614
|
"ctp.errors.CODE_INVALID": string;
|
|
9370
9615
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9371
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9372
9616
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9373
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;
|
|
9374
9623
|
};
|
|
9375
9624
|
payButton: string;
|
|
9376
9625
|
"payButton.redirecting": string;
|
|
@@ -9609,33 +9858,40 @@ declare const _default: {
|
|
|
9609
9858
|
"ctp.login.subtitle": string;
|
|
9610
9859
|
"ctp.login.inputLabel": string;
|
|
9611
9860
|
"ctp.logout.notYou": string;
|
|
9612
|
-
"ctp.logout.
|
|
9861
|
+
"ctp.logout.notYourCards": string;
|
|
9862
|
+
"ctp.logout.notYourCard": string;
|
|
9863
|
+
"ctp.logout.notYourProfile": string;
|
|
9613
9864
|
"ctp.otp.fieldLabel": string;
|
|
9614
9865
|
"ctp.otp.resendCode": string;
|
|
9615
9866
|
"ctp.otp.codeResent": string;
|
|
9616
9867
|
"ctp.otp.title": string;
|
|
9617
9868
|
"ctp.otp.subtitle": string;
|
|
9618
|
-
"ctp.
|
|
9619
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9620
|
-
"ctp.emptyCardsView.button": string;
|
|
9869
|
+
"ctp.emptyProfile.message": string;
|
|
9621
9870
|
"ctp.separatorText": string;
|
|
9622
9871
|
"ctp.cards.title": string;
|
|
9623
9872
|
"ctp.cards.subtitle": string;
|
|
9624
|
-
"ctp.cards.cardSelector": string;
|
|
9625
9873
|
"ctp.cards.expiredCard": string;
|
|
9626
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;
|
|
9627
9880
|
"ctp.errors.AUTH_INVALID": string;
|
|
9628
9881
|
"ctp.errors.NOT_FOUND": string;
|
|
9629
9882
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9630
9883
|
"ctp.errors.FRAUD": string;
|
|
9631
9884
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9632
9885
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9633
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9634
9886
|
"ctp.errors.CODE_INVALID": string;
|
|
9635
9887
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9636
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9637
9888
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9638
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;
|
|
9639
9895
|
}>;
|
|
9640
9896
|
'pt-PT': () => Promise<{
|
|
9641
9897
|
default: {
|
|
@@ -9880,33 +10136,40 @@ declare const _default: {
|
|
|
9880
10136
|
"ctp.login.subtitle": string;
|
|
9881
10137
|
"ctp.login.inputLabel": string;
|
|
9882
10138
|
"ctp.logout.notYou": string;
|
|
9883
|
-
"ctp.logout.
|
|
10139
|
+
"ctp.logout.notYourCards": string;
|
|
10140
|
+
"ctp.logout.notYourCard": string;
|
|
10141
|
+
"ctp.logout.notYourProfile": string;
|
|
9884
10142
|
"ctp.otp.fieldLabel": string;
|
|
9885
10143
|
"ctp.otp.resendCode": string;
|
|
9886
10144
|
"ctp.otp.codeResent": string;
|
|
9887
10145
|
"ctp.otp.title": string;
|
|
9888
10146
|
"ctp.otp.subtitle": string;
|
|
9889
|
-
"ctp.
|
|
9890
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9891
|
-
"ctp.emptyCardsView.button": string;
|
|
10147
|
+
"ctp.emptyProfile.message": string;
|
|
9892
10148
|
"ctp.separatorText": string;
|
|
9893
10149
|
"ctp.cards.title": string;
|
|
9894
10150
|
"ctp.cards.subtitle": string;
|
|
9895
|
-
"ctp.cards.cardSelector": string;
|
|
9896
10151
|
"ctp.cards.expiredCard": string;
|
|
9897
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;
|
|
9898
10158
|
"ctp.errors.AUTH_INVALID": string;
|
|
9899
10159
|
"ctp.errors.NOT_FOUND": string;
|
|
9900
10160
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9901
10161
|
"ctp.errors.FRAUD": string;
|
|
9902
10162
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9903
10163
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9904
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9905
10164
|
"ctp.errors.CODE_INVALID": string;
|
|
9906
10165
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9907
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9908
10166
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9909
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;
|
|
9910
10173
|
};
|
|
9911
10174
|
payButton: string;
|
|
9912
10175
|
"payButton.redirecting": string;
|
|
@@ -10149,33 +10412,40 @@ declare const _default: {
|
|
|
10149
10412
|
"ctp.login.subtitle": string;
|
|
10150
10413
|
"ctp.login.inputLabel": string;
|
|
10151
10414
|
"ctp.logout.notYou": string;
|
|
10152
|
-
"ctp.logout.
|
|
10415
|
+
"ctp.logout.notYourCards": string;
|
|
10416
|
+
"ctp.logout.notYourCard": string;
|
|
10417
|
+
"ctp.logout.notYourProfile": string;
|
|
10153
10418
|
"ctp.otp.fieldLabel": string;
|
|
10154
10419
|
"ctp.otp.resendCode": string;
|
|
10155
10420
|
"ctp.otp.codeResent": string;
|
|
10156
10421
|
"ctp.otp.title": string;
|
|
10157
10422
|
"ctp.otp.subtitle": string;
|
|
10158
|
-
"ctp.
|
|
10159
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10160
|
-
"ctp.emptyCardsView.button": string;
|
|
10423
|
+
"ctp.emptyProfile.message": string;
|
|
10161
10424
|
"ctp.separatorText": string;
|
|
10162
10425
|
"ctp.cards.title": string;
|
|
10163
10426
|
"ctp.cards.subtitle": string;
|
|
10164
|
-
"ctp.cards.cardSelector": string;
|
|
10165
10427
|
"ctp.cards.expiredCard": string;
|
|
10166
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;
|
|
10167
10434
|
"ctp.errors.AUTH_INVALID": string;
|
|
10168
10435
|
"ctp.errors.NOT_FOUND": string;
|
|
10169
10436
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10170
10437
|
"ctp.errors.FRAUD": string;
|
|
10171
10438
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10172
10439
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10173
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10174
10440
|
"ctp.errors.CODE_INVALID": string;
|
|
10175
10441
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10176
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10177
10442
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10178
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;
|
|
10179
10449
|
}>;
|
|
10180
10450
|
'ro-RO': () => Promise<{
|
|
10181
10451
|
default: {
|
|
@@ -10418,33 +10688,40 @@ declare const _default: {
|
|
|
10418
10688
|
"ctp.login.subtitle": string;
|
|
10419
10689
|
"ctp.login.inputLabel": string;
|
|
10420
10690
|
"ctp.logout.notYou": string;
|
|
10421
|
-
"ctp.logout.
|
|
10691
|
+
"ctp.logout.notYourCards": string;
|
|
10692
|
+
"ctp.logout.notYourCard": string;
|
|
10693
|
+
"ctp.logout.notYourProfile": string;
|
|
10422
10694
|
"ctp.otp.fieldLabel": string;
|
|
10423
10695
|
"ctp.otp.resendCode": string;
|
|
10424
10696
|
"ctp.otp.codeResent": string;
|
|
10425
10697
|
"ctp.otp.title": string;
|
|
10426
10698
|
"ctp.otp.subtitle": string;
|
|
10427
|
-
"ctp.
|
|
10428
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10429
|
-
"ctp.emptyCardsView.button": string;
|
|
10699
|
+
"ctp.emptyProfile.message": string;
|
|
10430
10700
|
"ctp.separatorText": string;
|
|
10431
10701
|
"ctp.cards.title": string;
|
|
10432
10702
|
"ctp.cards.subtitle": string;
|
|
10433
|
-
"ctp.cards.cardSelector": string;
|
|
10434
10703
|
"ctp.cards.expiredCard": string;
|
|
10435
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;
|
|
10436
10710
|
"ctp.errors.AUTH_INVALID": string;
|
|
10437
10711
|
"ctp.errors.NOT_FOUND": string;
|
|
10438
10712
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10439
10713
|
"ctp.errors.FRAUD": string;
|
|
10440
10714
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10441
10715
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10442
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10443
10716
|
"ctp.errors.CODE_INVALID": string;
|
|
10444
10717
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10445
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10446
10718
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10447
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;
|
|
10448
10725
|
};
|
|
10449
10726
|
payButton: string;
|
|
10450
10727
|
"payButton.redirecting": string;
|
|
@@ -10685,33 +10962,40 @@ declare const _default: {
|
|
|
10685
10962
|
"ctp.login.subtitle": string;
|
|
10686
10963
|
"ctp.login.inputLabel": string;
|
|
10687
10964
|
"ctp.logout.notYou": string;
|
|
10688
|
-
"ctp.logout.
|
|
10965
|
+
"ctp.logout.notYourCards": string;
|
|
10966
|
+
"ctp.logout.notYourCard": string;
|
|
10967
|
+
"ctp.logout.notYourProfile": string;
|
|
10689
10968
|
"ctp.otp.fieldLabel": string;
|
|
10690
10969
|
"ctp.otp.resendCode": string;
|
|
10691
10970
|
"ctp.otp.codeResent": string;
|
|
10692
10971
|
"ctp.otp.title": string;
|
|
10693
10972
|
"ctp.otp.subtitle": string;
|
|
10694
|
-
"ctp.
|
|
10695
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10696
|
-
"ctp.emptyCardsView.button": string;
|
|
10973
|
+
"ctp.emptyProfile.message": string;
|
|
10697
10974
|
"ctp.separatorText": string;
|
|
10698
10975
|
"ctp.cards.title": string;
|
|
10699
10976
|
"ctp.cards.subtitle": string;
|
|
10700
|
-
"ctp.cards.cardSelector": string;
|
|
10701
10977
|
"ctp.cards.expiredCard": string;
|
|
10702
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;
|
|
10703
10984
|
"ctp.errors.AUTH_INVALID": string;
|
|
10704
10985
|
"ctp.errors.NOT_FOUND": string;
|
|
10705
10986
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10706
10987
|
"ctp.errors.FRAUD": string;
|
|
10707
10988
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10708
10989
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10709
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10710
10990
|
"ctp.errors.CODE_INVALID": string;
|
|
10711
10991
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10712
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10713
10992
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10714
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;
|
|
10715
10999
|
}>;
|
|
10716
11000
|
'ru-RU': () => Promise<{
|
|
10717
11001
|
default: {
|
|
@@ -10951,33 +11235,40 @@ declare const _default: {
|
|
|
10951
11235
|
"ctp.login.subtitle": string;
|
|
10952
11236
|
"ctp.login.inputLabel": string;
|
|
10953
11237
|
"ctp.logout.notYou": string;
|
|
10954
|
-
"ctp.logout.
|
|
11238
|
+
"ctp.logout.notYourCards": string;
|
|
11239
|
+
"ctp.logout.notYourCard": string;
|
|
11240
|
+
"ctp.logout.notYourProfile": string;
|
|
10955
11241
|
"ctp.otp.fieldLabel": string;
|
|
10956
11242
|
"ctp.otp.resendCode": string;
|
|
10957
11243
|
"ctp.otp.codeResent": string;
|
|
10958
11244
|
"ctp.otp.title": string;
|
|
10959
11245
|
"ctp.otp.subtitle": string;
|
|
10960
|
-
"ctp.
|
|
10961
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10962
|
-
"ctp.emptyCardsView.button": string;
|
|
11246
|
+
"ctp.emptyProfile.message": string;
|
|
10963
11247
|
"ctp.separatorText": string;
|
|
10964
11248
|
"ctp.cards.title": string;
|
|
10965
11249
|
"ctp.cards.subtitle": string;
|
|
10966
|
-
"ctp.cards.cardSelector": string;
|
|
10967
11250
|
"ctp.cards.expiredCard": string;
|
|
10968
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;
|
|
10969
11257
|
"ctp.errors.AUTH_INVALID": string;
|
|
10970
11258
|
"ctp.errors.NOT_FOUND": string;
|
|
10971
11259
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10972
11260
|
"ctp.errors.FRAUD": string;
|
|
10973
11261
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10974
11262
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10975
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10976
11263
|
"ctp.errors.CODE_INVALID": string;
|
|
10977
11264
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10978
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10979
11265
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10980
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;
|
|
10981
11272
|
};
|
|
10982
11273
|
payButton: string;
|
|
10983
11274
|
"payButton.redirecting": string;
|
|
@@ -11215,33 +11506,40 @@ declare const _default: {
|
|
|
11215
11506
|
"ctp.login.subtitle": string;
|
|
11216
11507
|
"ctp.login.inputLabel": string;
|
|
11217
11508
|
"ctp.logout.notYou": string;
|
|
11218
|
-
"ctp.logout.
|
|
11509
|
+
"ctp.logout.notYourCards": string;
|
|
11510
|
+
"ctp.logout.notYourCard": string;
|
|
11511
|
+
"ctp.logout.notYourProfile": string;
|
|
11219
11512
|
"ctp.otp.fieldLabel": string;
|
|
11220
11513
|
"ctp.otp.resendCode": string;
|
|
11221
11514
|
"ctp.otp.codeResent": string;
|
|
11222
11515
|
"ctp.otp.title": string;
|
|
11223
11516
|
"ctp.otp.subtitle": string;
|
|
11224
|
-
"ctp.
|
|
11225
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11226
|
-
"ctp.emptyCardsView.button": string;
|
|
11517
|
+
"ctp.emptyProfile.message": string;
|
|
11227
11518
|
"ctp.separatorText": string;
|
|
11228
11519
|
"ctp.cards.title": string;
|
|
11229
11520
|
"ctp.cards.subtitle": string;
|
|
11230
|
-
"ctp.cards.cardSelector": string;
|
|
11231
11521
|
"ctp.cards.expiredCard": string;
|
|
11232
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;
|
|
11233
11528
|
"ctp.errors.AUTH_INVALID": string;
|
|
11234
11529
|
"ctp.errors.NOT_FOUND": string;
|
|
11235
11530
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11236
11531
|
"ctp.errors.FRAUD": string;
|
|
11237
11532
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11238
11533
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11239
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11240
11534
|
"ctp.errors.CODE_INVALID": string;
|
|
11241
11535
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11242
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11243
11536
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11244
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;
|
|
11245
11543
|
}>;
|
|
11246
11544
|
'sk-SK': () => Promise<{
|
|
11247
11545
|
default: {
|
|
@@ -11484,33 +11782,40 @@ declare const _default: {
|
|
|
11484
11782
|
"ctp.login.subtitle": string;
|
|
11485
11783
|
"ctp.login.inputLabel": string;
|
|
11486
11784
|
"ctp.logout.notYou": string;
|
|
11487
|
-
"ctp.logout.
|
|
11785
|
+
"ctp.logout.notYourCards": string;
|
|
11786
|
+
"ctp.logout.notYourCard": string;
|
|
11787
|
+
"ctp.logout.notYourProfile": string;
|
|
11488
11788
|
"ctp.otp.fieldLabel": string;
|
|
11489
11789
|
"ctp.otp.resendCode": string;
|
|
11490
11790
|
"ctp.otp.codeResent": string;
|
|
11491
11791
|
"ctp.otp.title": string;
|
|
11492
11792
|
"ctp.otp.subtitle": string;
|
|
11493
|
-
"ctp.
|
|
11494
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11495
|
-
"ctp.emptyCardsView.button": string;
|
|
11793
|
+
"ctp.emptyProfile.message": string;
|
|
11496
11794
|
"ctp.separatorText": string;
|
|
11497
11795
|
"ctp.cards.title": string;
|
|
11498
11796
|
"ctp.cards.subtitle": string;
|
|
11499
|
-
"ctp.cards.cardSelector": string;
|
|
11500
11797
|
"ctp.cards.expiredCard": string;
|
|
11501
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;
|
|
11502
11804
|
"ctp.errors.AUTH_INVALID": string;
|
|
11503
11805
|
"ctp.errors.NOT_FOUND": string;
|
|
11504
11806
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11505
11807
|
"ctp.errors.FRAUD": string;
|
|
11506
11808
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11507
11809
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11508
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11509
11810
|
"ctp.errors.CODE_INVALID": string;
|
|
11510
11811
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11511
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11512
11812
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11513
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;
|
|
11514
11819
|
};
|
|
11515
11820
|
payButton: string;
|
|
11516
11821
|
"payButton.redirecting": string;
|
|
@@ -11751,33 +12056,40 @@ declare const _default: {
|
|
|
11751
12056
|
"ctp.login.subtitle": string;
|
|
11752
12057
|
"ctp.login.inputLabel": string;
|
|
11753
12058
|
"ctp.logout.notYou": string;
|
|
11754
|
-
"ctp.logout.
|
|
12059
|
+
"ctp.logout.notYourCards": string;
|
|
12060
|
+
"ctp.logout.notYourCard": string;
|
|
12061
|
+
"ctp.logout.notYourProfile": string;
|
|
11755
12062
|
"ctp.otp.fieldLabel": string;
|
|
11756
12063
|
"ctp.otp.resendCode": string;
|
|
11757
12064
|
"ctp.otp.codeResent": string;
|
|
11758
12065
|
"ctp.otp.title": string;
|
|
11759
12066
|
"ctp.otp.subtitle": string;
|
|
11760
|
-
"ctp.
|
|
11761
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11762
|
-
"ctp.emptyCardsView.button": string;
|
|
12067
|
+
"ctp.emptyProfile.message": string;
|
|
11763
12068
|
"ctp.separatorText": string;
|
|
11764
12069
|
"ctp.cards.title": string;
|
|
11765
12070
|
"ctp.cards.subtitle": string;
|
|
11766
|
-
"ctp.cards.cardSelector": string;
|
|
11767
12071
|
"ctp.cards.expiredCard": string;
|
|
11768
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;
|
|
11769
12078
|
"ctp.errors.AUTH_INVALID": string;
|
|
11770
12079
|
"ctp.errors.NOT_FOUND": string;
|
|
11771
12080
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11772
12081
|
"ctp.errors.FRAUD": string;
|
|
11773
12082
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11774
12083
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11775
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11776
12084
|
"ctp.errors.CODE_INVALID": string;
|
|
11777
12085
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11778
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11779
12086
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11780
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;
|
|
11781
12093
|
}>;
|
|
11782
12094
|
'sl-SI': () => Promise<{
|
|
11783
12095
|
default: {
|
|
@@ -12020,33 +12332,40 @@ declare const _default: {
|
|
|
12020
12332
|
"ctp.login.subtitle": string;
|
|
12021
12333
|
"ctp.login.inputLabel": string;
|
|
12022
12334
|
"ctp.logout.notYou": string;
|
|
12023
|
-
"ctp.logout.
|
|
12335
|
+
"ctp.logout.notYourCards": string;
|
|
12336
|
+
"ctp.logout.notYourCard": string;
|
|
12337
|
+
"ctp.logout.notYourProfile": string;
|
|
12024
12338
|
"ctp.otp.fieldLabel": string;
|
|
12025
12339
|
"ctp.otp.resendCode": string;
|
|
12026
12340
|
"ctp.otp.codeResent": string;
|
|
12027
12341
|
"ctp.otp.title": string;
|
|
12028
12342
|
"ctp.otp.subtitle": string;
|
|
12029
|
-
"ctp.
|
|
12030
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12031
|
-
"ctp.emptyCardsView.button": string;
|
|
12343
|
+
"ctp.emptyProfile.message": string;
|
|
12032
12344
|
"ctp.separatorText": string;
|
|
12033
12345
|
"ctp.cards.title": string;
|
|
12034
12346
|
"ctp.cards.subtitle": string;
|
|
12035
|
-
"ctp.cards.cardSelector": string;
|
|
12036
12347
|
"ctp.cards.expiredCard": string;
|
|
12037
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;
|
|
12038
12354
|
"ctp.errors.AUTH_INVALID": string;
|
|
12039
12355
|
"ctp.errors.NOT_FOUND": string;
|
|
12040
12356
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12041
12357
|
"ctp.errors.FRAUD": string;
|
|
12042
12358
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12043
12359
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12044
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12045
12360
|
"ctp.errors.CODE_INVALID": string;
|
|
12046
12361
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12047
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12048
12362
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12049
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;
|
|
12050
12369
|
};
|
|
12051
12370
|
payButton: string;
|
|
12052
12371
|
"payButton.redirecting": string;
|
|
@@ -12287,33 +12606,40 @@ declare const _default: {
|
|
|
12287
12606
|
"ctp.login.subtitle": string;
|
|
12288
12607
|
"ctp.login.inputLabel": string;
|
|
12289
12608
|
"ctp.logout.notYou": string;
|
|
12290
|
-
"ctp.logout.
|
|
12609
|
+
"ctp.logout.notYourCards": string;
|
|
12610
|
+
"ctp.logout.notYourCard": string;
|
|
12611
|
+
"ctp.logout.notYourProfile": string;
|
|
12291
12612
|
"ctp.otp.fieldLabel": string;
|
|
12292
12613
|
"ctp.otp.resendCode": string;
|
|
12293
12614
|
"ctp.otp.codeResent": string;
|
|
12294
12615
|
"ctp.otp.title": string;
|
|
12295
12616
|
"ctp.otp.subtitle": string;
|
|
12296
|
-
"ctp.
|
|
12297
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12298
|
-
"ctp.emptyCardsView.button": string;
|
|
12617
|
+
"ctp.emptyProfile.message": string;
|
|
12299
12618
|
"ctp.separatorText": string;
|
|
12300
12619
|
"ctp.cards.title": string;
|
|
12301
12620
|
"ctp.cards.subtitle": string;
|
|
12302
|
-
"ctp.cards.cardSelector": string;
|
|
12303
12621
|
"ctp.cards.expiredCard": string;
|
|
12304
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;
|
|
12305
12628
|
"ctp.errors.AUTH_INVALID": string;
|
|
12306
12629
|
"ctp.errors.NOT_FOUND": string;
|
|
12307
12630
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12308
12631
|
"ctp.errors.FRAUD": string;
|
|
12309
12632
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12310
12633
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12311
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12312
12634
|
"ctp.errors.CODE_INVALID": string;
|
|
12313
12635
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12314
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12315
12636
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12316
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;
|
|
12317
12643
|
}>;
|
|
12318
12644
|
'sv-SE': () => Promise<{
|
|
12319
12645
|
default: {
|
|
@@ -12556,33 +12882,40 @@ declare const _default: {
|
|
|
12556
12882
|
"ctp.login.subtitle": string;
|
|
12557
12883
|
"ctp.login.inputLabel": string;
|
|
12558
12884
|
"ctp.logout.notYou": string;
|
|
12559
|
-
"ctp.logout.
|
|
12885
|
+
"ctp.logout.notYourCards": string;
|
|
12886
|
+
"ctp.logout.notYourCard": string;
|
|
12887
|
+
"ctp.logout.notYourProfile": string;
|
|
12560
12888
|
"ctp.otp.fieldLabel": string;
|
|
12561
12889
|
"ctp.otp.resendCode": string;
|
|
12562
12890
|
"ctp.otp.codeResent": string;
|
|
12563
12891
|
"ctp.otp.title": string;
|
|
12564
12892
|
"ctp.otp.subtitle": string;
|
|
12565
|
-
"ctp.
|
|
12566
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12567
|
-
"ctp.emptyCardsView.button": string;
|
|
12893
|
+
"ctp.emptyProfile.message": string;
|
|
12568
12894
|
"ctp.separatorText": string;
|
|
12569
12895
|
"ctp.cards.title": string;
|
|
12570
12896
|
"ctp.cards.subtitle": string;
|
|
12571
|
-
"ctp.cards.cardSelector": string;
|
|
12572
12897
|
"ctp.cards.expiredCard": string;
|
|
12573
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;
|
|
12574
12904
|
"ctp.errors.AUTH_INVALID": string;
|
|
12575
12905
|
"ctp.errors.NOT_FOUND": string;
|
|
12576
12906
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12577
12907
|
"ctp.errors.FRAUD": string;
|
|
12578
12908
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12579
12909
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12580
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12581
12910
|
"ctp.errors.CODE_INVALID": string;
|
|
12582
12911
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12583
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12584
12912
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12585
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;
|
|
12586
12919
|
};
|
|
12587
12920
|
payButton: string;
|
|
12588
12921
|
"payButton.redirecting": string;
|
|
@@ -12823,33 +13156,40 @@ declare const _default: {
|
|
|
12823
13156
|
"ctp.login.subtitle": string;
|
|
12824
13157
|
"ctp.login.inputLabel": string;
|
|
12825
13158
|
"ctp.logout.notYou": string;
|
|
12826
|
-
"ctp.logout.
|
|
13159
|
+
"ctp.logout.notYourCards": string;
|
|
13160
|
+
"ctp.logout.notYourCard": string;
|
|
13161
|
+
"ctp.logout.notYourProfile": string;
|
|
12827
13162
|
"ctp.otp.fieldLabel": string;
|
|
12828
13163
|
"ctp.otp.resendCode": string;
|
|
12829
13164
|
"ctp.otp.codeResent": string;
|
|
12830
13165
|
"ctp.otp.title": string;
|
|
12831
13166
|
"ctp.otp.subtitle": string;
|
|
12832
|
-
"ctp.
|
|
12833
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12834
|
-
"ctp.emptyCardsView.button": string;
|
|
13167
|
+
"ctp.emptyProfile.message": string;
|
|
12835
13168
|
"ctp.separatorText": string;
|
|
12836
13169
|
"ctp.cards.title": string;
|
|
12837
13170
|
"ctp.cards.subtitle": string;
|
|
12838
|
-
"ctp.cards.cardSelector": string;
|
|
12839
13171
|
"ctp.cards.expiredCard": string;
|
|
12840
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;
|
|
12841
13178
|
"ctp.errors.AUTH_INVALID": string;
|
|
12842
13179
|
"ctp.errors.NOT_FOUND": string;
|
|
12843
13180
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12844
13181
|
"ctp.errors.FRAUD": string;
|
|
12845
13182
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12846
13183
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12847
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12848
13184
|
"ctp.errors.CODE_INVALID": string;
|
|
12849
13185
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12850
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12851
13186
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12852
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;
|
|
12853
13193
|
}>;
|
|
12854
13194
|
'zh-CN': () => Promise<{
|
|
12855
13195
|
default: {
|
|
@@ -13091,33 +13431,40 @@ declare const _default: {
|
|
|
13091
13431
|
"ctp.login.subtitle": string;
|
|
13092
13432
|
"ctp.login.inputLabel": string;
|
|
13093
13433
|
"ctp.logout.notYou": string;
|
|
13094
|
-
"ctp.logout.
|
|
13434
|
+
"ctp.logout.notYourCards": string;
|
|
13435
|
+
"ctp.logout.notYourCard": string;
|
|
13436
|
+
"ctp.logout.notYourProfile": string;
|
|
13095
13437
|
"ctp.otp.fieldLabel": string;
|
|
13096
13438
|
"ctp.otp.resendCode": string;
|
|
13097
13439
|
"ctp.otp.codeResent": string;
|
|
13098
13440
|
"ctp.otp.title": string;
|
|
13099
13441
|
"ctp.otp.subtitle": string;
|
|
13100
|
-
"ctp.
|
|
13101
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13102
|
-
"ctp.emptyCardsView.button": string;
|
|
13442
|
+
"ctp.emptyProfile.message": string;
|
|
13103
13443
|
"ctp.separatorText": string;
|
|
13104
13444
|
"ctp.cards.title": string;
|
|
13105
13445
|
"ctp.cards.subtitle": string;
|
|
13106
|
-
"ctp.cards.cardSelector": string;
|
|
13107
13446
|
"ctp.cards.expiredCard": string;
|
|
13108
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;
|
|
13109
13453
|
"ctp.errors.AUTH_INVALID": string;
|
|
13110
13454
|
"ctp.errors.NOT_FOUND": string;
|
|
13111
13455
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13112
13456
|
"ctp.errors.FRAUD": string;
|
|
13113
13457
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13114
13458
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13115
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13116
13459
|
"ctp.errors.CODE_INVALID": string;
|
|
13117
13460
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13118
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13119
13461
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13120
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;
|
|
13121
13468
|
};
|
|
13122
13469
|
payButton: string;
|
|
13123
13470
|
"payButton.redirecting": string;
|
|
@@ -13357,33 +13704,40 @@ declare const _default: {
|
|
|
13357
13704
|
"ctp.login.subtitle": string;
|
|
13358
13705
|
"ctp.login.inputLabel": string;
|
|
13359
13706
|
"ctp.logout.notYou": string;
|
|
13360
|
-
"ctp.logout.
|
|
13707
|
+
"ctp.logout.notYourCards": string;
|
|
13708
|
+
"ctp.logout.notYourCard": string;
|
|
13709
|
+
"ctp.logout.notYourProfile": string;
|
|
13361
13710
|
"ctp.otp.fieldLabel": string;
|
|
13362
13711
|
"ctp.otp.resendCode": string;
|
|
13363
13712
|
"ctp.otp.codeResent": string;
|
|
13364
13713
|
"ctp.otp.title": string;
|
|
13365
13714
|
"ctp.otp.subtitle": string;
|
|
13366
|
-
"ctp.
|
|
13367
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13368
|
-
"ctp.emptyCardsView.button": string;
|
|
13715
|
+
"ctp.emptyProfile.message": string;
|
|
13369
13716
|
"ctp.separatorText": string;
|
|
13370
13717
|
"ctp.cards.title": string;
|
|
13371
13718
|
"ctp.cards.subtitle": string;
|
|
13372
|
-
"ctp.cards.cardSelector": string;
|
|
13373
13719
|
"ctp.cards.expiredCard": string;
|
|
13374
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;
|
|
13375
13726
|
"ctp.errors.AUTH_INVALID": string;
|
|
13376
13727
|
"ctp.errors.NOT_FOUND": string;
|
|
13377
13728
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13378
13729
|
"ctp.errors.FRAUD": string;
|
|
13379
13730
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13380
13731
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13381
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13382
13732
|
"ctp.errors.CODE_INVALID": string;
|
|
13383
13733
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13384
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13385
13734
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13386
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;
|
|
13387
13741
|
}>;
|
|
13388
13742
|
'zh-TW': () => Promise<{
|
|
13389
13743
|
default: {
|
|
@@ -13626,33 +13980,40 @@ declare const _default: {
|
|
|
13626
13980
|
"ctp.login.subtitle": string;
|
|
13627
13981
|
"ctp.login.inputLabel": string;
|
|
13628
13982
|
"ctp.logout.notYou": string;
|
|
13629
|
-
"ctp.logout.
|
|
13983
|
+
"ctp.logout.notYourCards": string;
|
|
13984
|
+
"ctp.logout.notYourCard": string;
|
|
13985
|
+
"ctp.logout.notYourProfile": string;
|
|
13630
13986
|
"ctp.otp.fieldLabel": string;
|
|
13631
13987
|
"ctp.otp.resendCode": string;
|
|
13632
13988
|
"ctp.otp.codeResent": string;
|
|
13633
13989
|
"ctp.otp.title": string;
|
|
13634
13990
|
"ctp.otp.subtitle": string;
|
|
13635
|
-
"ctp.
|
|
13636
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13637
|
-
"ctp.emptyCardsView.button": string;
|
|
13991
|
+
"ctp.emptyProfile.message": string;
|
|
13638
13992
|
"ctp.separatorText": string;
|
|
13639
13993
|
"ctp.cards.title": string;
|
|
13640
13994
|
"ctp.cards.subtitle": string;
|
|
13641
|
-
"ctp.cards.cardSelector": string;
|
|
13642
13995
|
"ctp.cards.expiredCard": string;
|
|
13643
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;
|
|
13644
14002
|
"ctp.errors.AUTH_INVALID": string;
|
|
13645
14003
|
"ctp.errors.NOT_FOUND": string;
|
|
13646
14004
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13647
14005
|
"ctp.errors.FRAUD": string;
|
|
13648
14006
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13649
14007
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13650
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13651
14008
|
"ctp.errors.CODE_INVALID": string;
|
|
13652
14009
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13653
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13654
14010
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13655
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;
|
|
13656
14017
|
};
|
|
13657
14018
|
payButton: string;
|
|
13658
14019
|
"payButton.redirecting": string;
|
|
@@ -13893,33 +14254,40 @@ declare const _default: {
|
|
|
13893
14254
|
"ctp.login.subtitle": string;
|
|
13894
14255
|
"ctp.login.inputLabel": string;
|
|
13895
14256
|
"ctp.logout.notYou": string;
|
|
13896
|
-
"ctp.logout.
|
|
14257
|
+
"ctp.logout.notYourCards": string;
|
|
14258
|
+
"ctp.logout.notYourCard": string;
|
|
14259
|
+
"ctp.logout.notYourProfile": string;
|
|
13897
14260
|
"ctp.otp.fieldLabel": string;
|
|
13898
14261
|
"ctp.otp.resendCode": string;
|
|
13899
14262
|
"ctp.otp.codeResent": string;
|
|
13900
14263
|
"ctp.otp.title": string;
|
|
13901
14264
|
"ctp.otp.subtitle": string;
|
|
13902
|
-
"ctp.
|
|
13903
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13904
|
-
"ctp.emptyCardsView.button": string;
|
|
14265
|
+
"ctp.emptyProfile.message": string;
|
|
13905
14266
|
"ctp.separatorText": string;
|
|
13906
14267
|
"ctp.cards.title": string;
|
|
13907
14268
|
"ctp.cards.subtitle": string;
|
|
13908
|
-
"ctp.cards.cardSelector": string;
|
|
13909
14269
|
"ctp.cards.expiredCard": string;
|
|
13910
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;
|
|
13911
14276
|
"ctp.errors.AUTH_INVALID": string;
|
|
13912
14277
|
"ctp.errors.NOT_FOUND": string;
|
|
13913
14278
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13914
14279
|
"ctp.errors.FRAUD": string;
|
|
13915
14280
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13916
14281
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13917
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13918
14282
|
"ctp.errors.CODE_INVALID": string;
|
|
13919
14283
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13920
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13921
14284
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13922
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;
|
|
13923
14291
|
}>;
|
|
13924
14292
|
};
|
|
13925
14293
|
export default _default;
|