@adyen/adyen-web 5.55.1 → 5.56.1
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 +1 -0
- 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 +1 -0
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +1 -0
- 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 +1 -0
- 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/ANCV/ANCV.d.ts +1 -1
- package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +3 -1
- package/dist/types/components/Card/Card.d.ts +5 -8
- package/dist/types/components/DuitNow/DuitNow.d.ts +3 -1
- package/dist/types/components/PayMe/Instructions.d.ts +3 -0
- package/dist/types/components/PayMe/PayMe.d.ts +56 -0
- package/dist/types/components/PayMe/index.d.ts +1 -0
- package/dist/types/components/PayNow/PayNow.d.ts +3 -1
- package/dist/types/components/PromptPay/PromptPay.d.ts +3 -1
- package/dist/types/components/Swish/Swish.d.ts +3 -1
- package/dist/types/components/WeChat/WeChat.d.ts +3 -1
- package/dist/types/components/helpers/QRLoaderContainer.d.ts +3 -1
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/internal/ClickToPay/components/CtPSection/CtPLogoutLink.d.ts +0 -1
- package/dist/types/components/internal/ClickToPay/services/sdks/SrciError.d.ts +2 -2
- package/dist/types/components/internal/ClickToPay/services/sdks/types.d.ts +8 -0
- package/dist/types/components/internal/QRLoader/QRLoader.d.ts +6 -4
- package/dist/types/components/internal/QRLoader/types.d.ts +5 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/AbstractCSF.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleIOSTouchEvents.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleTab.d.ts +3 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleBinValue.d.ts +2 -4
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleFocus.d.ts +2 -5
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleIframeConfigFeedback.d.ts +2 -4
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/isConfigured.d.ts +2 -6
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/postMessageToAllIframes.d.ts +2 -4
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/processAutoComplete.d.ts +2 -5
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/processBrand.d.ts +2 -6
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/setFocusOnFrame.d.ts +3 -4
- package/dist/types/components/internal/SecuredFields/lib/CSF/partials/validateForm.d.ts +2 -5
- package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +10 -4
- package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioACH.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioCreditCard.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioGiftCard.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioKCP.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/utils.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +3 -0
- package/dist/types/components/internal/SecuredFields/lib/types.d.ts +13 -1
- package/dist/types/core/Services/http.d.ts +1 -0
- package/dist/types/core/Services/payment-status.d.ts +2 -1
- package/dist/types/core/config.d.ts +2 -0
- package/dist/types/language/config.d.ts +8 -0
- package/dist/types/language/locales/index.d.ts +416 -0
- package/package.json +8 -8
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
|
4
4
|
payButton: string;
|
|
5
5
|
"payButton.redirecting": string;
|
|
6
6
|
"payButton.with": string;
|
|
7
|
+
"payButton.saveDetails": string;
|
|
7
8
|
close: string;
|
|
8
9
|
storeDetails: string;
|
|
9
10
|
readMore: string;
|
|
@@ -121,6 +122,7 @@ declare const _default: {
|
|
|
121
122
|
donateButton: string;
|
|
122
123
|
notNowButton: string;
|
|
123
124
|
thanksForYourSupport: string;
|
|
125
|
+
"resultMessages.preauthorized": string;
|
|
124
126
|
preauthorizeWith: string;
|
|
125
127
|
confirmPreauthorization: string;
|
|
126
128
|
confirmPurchase: string;
|
|
@@ -304,10 +306,17 @@ declare const _default: {
|
|
|
304
306
|
"ancv.confirmPayment": string;
|
|
305
307
|
"ancv.form.instruction": string;
|
|
306
308
|
"ancv.beneficiaryId.invalid": string;
|
|
309
|
+
"payme.openPayMeApp": string;
|
|
310
|
+
"payme.redirectButtonLabel": string;
|
|
311
|
+
"payme.scanQrCode": string;
|
|
312
|
+
"payme.timeToPay": string;
|
|
313
|
+
"payme.instructions.steps": string;
|
|
314
|
+
"payme.instructions.footnote": string;
|
|
307
315
|
};
|
|
308
316
|
payButton: string;
|
|
309
317
|
"payButton.redirecting": string;
|
|
310
318
|
"payButton.with": string;
|
|
319
|
+
"payButton.saveDetails": string;
|
|
311
320
|
close: string;
|
|
312
321
|
storeDetails: string;
|
|
313
322
|
readMore: string;
|
|
@@ -425,6 +434,7 @@ declare const _default: {
|
|
|
425
434
|
donateButton: string;
|
|
426
435
|
notNowButton: string;
|
|
427
436
|
thanksForYourSupport: string;
|
|
437
|
+
"resultMessages.preauthorized": string;
|
|
428
438
|
preauthorizeWith: string;
|
|
429
439
|
confirmPreauthorization: string;
|
|
430
440
|
confirmPurchase: string;
|
|
@@ -608,12 +618,19 @@ declare const _default: {
|
|
|
608
618
|
"ancv.confirmPayment": string;
|
|
609
619
|
"ancv.form.instruction": string;
|
|
610
620
|
"ancv.beneficiaryId.invalid": string;
|
|
621
|
+
"payme.openPayMeApp": string;
|
|
622
|
+
"payme.redirectButtonLabel": string;
|
|
623
|
+
"payme.scanQrCode": string;
|
|
624
|
+
"payme.timeToPay": string;
|
|
625
|
+
"payme.instructions.steps": string;
|
|
626
|
+
"payme.instructions.footnote": string;
|
|
611
627
|
}>;
|
|
612
628
|
'cs-CZ': () => Promise<{
|
|
613
629
|
default: {
|
|
614
630
|
payButton: string;
|
|
615
631
|
"payButton.redirecting": string;
|
|
616
632
|
"payButton.with": string;
|
|
633
|
+
"payButton.saveDetails": string;
|
|
617
634
|
close: string;
|
|
618
635
|
storeDetails: string;
|
|
619
636
|
readMore: string;
|
|
@@ -731,6 +748,7 @@ declare const _default: {
|
|
|
731
748
|
donateButton: string;
|
|
732
749
|
notNowButton: string;
|
|
733
750
|
thanksForYourSupport: string;
|
|
751
|
+
"resultMessages.preauthorized": string;
|
|
734
752
|
preauthorizeWith: string;
|
|
735
753
|
confirmPreauthorization: string;
|
|
736
754
|
confirmPurchase: string;
|
|
@@ -910,10 +928,17 @@ declare const _default: {
|
|
|
910
928
|
"ancv.confirmPayment": string;
|
|
911
929
|
"ancv.form.instruction": string;
|
|
912
930
|
"ancv.beneficiaryId.invalid": string;
|
|
931
|
+
"payme.openPayMeApp": string;
|
|
932
|
+
"payme.redirectButtonLabel": string;
|
|
933
|
+
"payme.scanQrCode": string;
|
|
934
|
+
"payme.timeToPay": string;
|
|
935
|
+
"payme.instructions.steps": string;
|
|
936
|
+
"payme.instructions.footnote": string;
|
|
913
937
|
};
|
|
914
938
|
payButton: string;
|
|
915
939
|
"payButton.redirecting": string;
|
|
916
940
|
"payButton.with": string;
|
|
941
|
+
"payButton.saveDetails": string;
|
|
917
942
|
close: string;
|
|
918
943
|
storeDetails: string;
|
|
919
944
|
readMore: string;
|
|
@@ -1031,6 +1056,7 @@ declare const _default: {
|
|
|
1031
1056
|
donateButton: string;
|
|
1032
1057
|
notNowButton: string;
|
|
1033
1058
|
thanksForYourSupport: string;
|
|
1059
|
+
"resultMessages.preauthorized": string;
|
|
1034
1060
|
preauthorizeWith: string;
|
|
1035
1061
|
confirmPreauthorization: string;
|
|
1036
1062
|
confirmPurchase: string;
|
|
@@ -1210,12 +1236,19 @@ declare const _default: {
|
|
|
1210
1236
|
"ancv.confirmPayment": string;
|
|
1211
1237
|
"ancv.form.instruction": string;
|
|
1212
1238
|
"ancv.beneficiaryId.invalid": string;
|
|
1239
|
+
"payme.openPayMeApp": string;
|
|
1240
|
+
"payme.redirectButtonLabel": string;
|
|
1241
|
+
"payme.scanQrCode": string;
|
|
1242
|
+
"payme.timeToPay": string;
|
|
1243
|
+
"payme.instructions.steps": string;
|
|
1244
|
+
"payme.instructions.footnote": string;
|
|
1213
1245
|
}>;
|
|
1214
1246
|
'da-DK': () => Promise<{
|
|
1215
1247
|
default: {
|
|
1216
1248
|
payButton: string;
|
|
1217
1249
|
"payButton.redirecting": string;
|
|
1218
1250
|
"payButton.with": string;
|
|
1251
|
+
"payButton.saveDetails": string;
|
|
1219
1252
|
close: string;
|
|
1220
1253
|
storeDetails: string;
|
|
1221
1254
|
readMore: string;
|
|
@@ -1334,6 +1367,7 @@ declare const _default: {
|
|
|
1334
1367
|
donateButton: string;
|
|
1335
1368
|
notNowButton: string;
|
|
1336
1369
|
thanksForYourSupport: string;
|
|
1370
|
+
"resultMessages.preauthorized": string;
|
|
1337
1371
|
preauthorizeWith: string;
|
|
1338
1372
|
confirmPreauthorization: string;
|
|
1339
1373
|
confirmPurchase: string;
|
|
@@ -1513,10 +1547,17 @@ declare const _default: {
|
|
|
1513
1547
|
"ancv.confirmPayment": string;
|
|
1514
1548
|
"ancv.form.instruction": string;
|
|
1515
1549
|
"ancv.beneficiaryId.invalid": string;
|
|
1550
|
+
"payme.openPayMeApp": string;
|
|
1551
|
+
"payme.redirectButtonLabel": string;
|
|
1552
|
+
"payme.scanQrCode": string;
|
|
1553
|
+
"payme.timeToPay": string;
|
|
1554
|
+
"payme.instructions.steps": string;
|
|
1555
|
+
"payme.instructions.footnote": string;
|
|
1516
1556
|
};
|
|
1517
1557
|
payButton: string;
|
|
1518
1558
|
"payButton.redirecting": string;
|
|
1519
1559
|
"payButton.with": string;
|
|
1560
|
+
"payButton.saveDetails": string;
|
|
1520
1561
|
close: string;
|
|
1521
1562
|
storeDetails: string;
|
|
1522
1563
|
readMore: string;
|
|
@@ -1635,6 +1676,7 @@ declare const _default: {
|
|
|
1635
1676
|
donateButton: string;
|
|
1636
1677
|
notNowButton: string;
|
|
1637
1678
|
thanksForYourSupport: string;
|
|
1679
|
+
"resultMessages.preauthorized": string;
|
|
1638
1680
|
preauthorizeWith: string;
|
|
1639
1681
|
confirmPreauthorization: string;
|
|
1640
1682
|
confirmPurchase: string;
|
|
@@ -1814,12 +1856,19 @@ declare const _default: {
|
|
|
1814
1856
|
"ancv.confirmPayment": string;
|
|
1815
1857
|
"ancv.form.instruction": string;
|
|
1816
1858
|
"ancv.beneficiaryId.invalid": string;
|
|
1859
|
+
"payme.openPayMeApp": string;
|
|
1860
|
+
"payme.redirectButtonLabel": string;
|
|
1861
|
+
"payme.scanQrCode": string;
|
|
1862
|
+
"payme.timeToPay": string;
|
|
1863
|
+
"payme.instructions.steps": string;
|
|
1864
|
+
"payme.instructions.footnote": string;
|
|
1817
1865
|
}>;
|
|
1818
1866
|
'de-DE': () => Promise<{
|
|
1819
1867
|
default: {
|
|
1820
1868
|
payButton: string;
|
|
1821
1869
|
"payButton.redirecting": string;
|
|
1822
1870
|
"payButton.with": string;
|
|
1871
|
+
"payButton.saveDetails": string;
|
|
1823
1872
|
close: string;
|
|
1824
1873
|
storeDetails: string;
|
|
1825
1874
|
readMore: string;
|
|
@@ -1937,6 +1986,7 @@ declare const _default: {
|
|
|
1937
1986
|
donateButton: string;
|
|
1938
1987
|
notNowButton: string;
|
|
1939
1988
|
thanksForYourSupport: string;
|
|
1989
|
+
"resultMessages.preauthorized": string;
|
|
1940
1990
|
preauthorizeWith: string;
|
|
1941
1991
|
confirmPreauthorization: string;
|
|
1942
1992
|
confirmPurchase: string;
|
|
@@ -2116,10 +2166,17 @@ declare const _default: {
|
|
|
2116
2166
|
"ancv.confirmPayment": string;
|
|
2117
2167
|
"ancv.form.instruction": string;
|
|
2118
2168
|
"ancv.beneficiaryId.invalid": string;
|
|
2169
|
+
"payme.openPayMeApp": string;
|
|
2170
|
+
"payme.redirectButtonLabel": string;
|
|
2171
|
+
"payme.scanQrCode": string;
|
|
2172
|
+
"payme.timeToPay": string;
|
|
2173
|
+
"payme.instructions.steps": string;
|
|
2174
|
+
"payme.instructions.footnote": string;
|
|
2119
2175
|
};
|
|
2120
2176
|
payButton: string;
|
|
2121
2177
|
"payButton.redirecting": string;
|
|
2122
2178
|
"payButton.with": string;
|
|
2179
|
+
"payButton.saveDetails": string;
|
|
2123
2180
|
close: string;
|
|
2124
2181
|
storeDetails: string;
|
|
2125
2182
|
readMore: string;
|
|
@@ -2237,6 +2294,7 @@ declare const _default: {
|
|
|
2237
2294
|
donateButton: string;
|
|
2238
2295
|
notNowButton: string;
|
|
2239
2296
|
thanksForYourSupport: string;
|
|
2297
|
+
"resultMessages.preauthorized": string;
|
|
2240
2298
|
preauthorizeWith: string;
|
|
2241
2299
|
confirmPreauthorization: string;
|
|
2242
2300
|
confirmPurchase: string;
|
|
@@ -2416,12 +2474,19 @@ declare const _default: {
|
|
|
2416
2474
|
"ancv.confirmPayment": string;
|
|
2417
2475
|
"ancv.form.instruction": string;
|
|
2418
2476
|
"ancv.beneficiaryId.invalid": string;
|
|
2477
|
+
"payme.openPayMeApp": string;
|
|
2478
|
+
"payme.redirectButtonLabel": string;
|
|
2479
|
+
"payme.scanQrCode": string;
|
|
2480
|
+
"payme.timeToPay": string;
|
|
2481
|
+
"payme.instructions.steps": string;
|
|
2482
|
+
"payme.instructions.footnote": string;
|
|
2419
2483
|
}>;
|
|
2420
2484
|
'el-GR': () => Promise<{
|
|
2421
2485
|
default: {
|
|
2422
2486
|
payButton: string;
|
|
2423
2487
|
"payButton.redirecting": string;
|
|
2424
2488
|
"payButton.with": string;
|
|
2489
|
+
"payButton.saveDetails": string;
|
|
2425
2490
|
close: string;
|
|
2426
2491
|
storeDetails: string;
|
|
2427
2492
|
readMore: string;
|
|
@@ -2539,6 +2604,7 @@ declare const _default: {
|
|
|
2539
2604
|
donateButton: string;
|
|
2540
2605
|
notNowButton: string;
|
|
2541
2606
|
thanksForYourSupport: string;
|
|
2607
|
+
"resultMessages.preauthorized": string;
|
|
2542
2608
|
preauthorizeWith: string;
|
|
2543
2609
|
confirmPreauthorization: string;
|
|
2544
2610
|
confirmPurchase: string;
|
|
@@ -2721,10 +2787,17 @@ declare const _default: {
|
|
|
2721
2787
|
"ancv.confirmPayment": string;
|
|
2722
2788
|
"ancv.form.instruction": string;
|
|
2723
2789
|
"ancv.beneficiaryId.invalid": string;
|
|
2790
|
+
"payme.openPayMeApp": string;
|
|
2791
|
+
"payme.redirectButtonLabel": string;
|
|
2792
|
+
"payme.scanQrCode": string;
|
|
2793
|
+
"payme.timeToPay": string;
|
|
2794
|
+
"payme.instructions.steps": string;
|
|
2795
|
+
"payme.instructions.footnote": string;
|
|
2724
2796
|
};
|
|
2725
2797
|
payButton: string;
|
|
2726
2798
|
"payButton.redirecting": string;
|
|
2727
2799
|
"payButton.with": string;
|
|
2800
|
+
"payButton.saveDetails": string;
|
|
2728
2801
|
close: string;
|
|
2729
2802
|
storeDetails: string;
|
|
2730
2803
|
readMore: string;
|
|
@@ -2842,6 +2915,7 @@ declare const _default: {
|
|
|
2842
2915
|
donateButton: string;
|
|
2843
2916
|
notNowButton: string;
|
|
2844
2917
|
thanksForYourSupport: string;
|
|
2918
|
+
"resultMessages.preauthorized": string;
|
|
2845
2919
|
preauthorizeWith: string;
|
|
2846
2920
|
confirmPreauthorization: string;
|
|
2847
2921
|
confirmPurchase: string;
|
|
@@ -3024,12 +3098,19 @@ declare const _default: {
|
|
|
3024
3098
|
"ancv.confirmPayment": string;
|
|
3025
3099
|
"ancv.form.instruction": string;
|
|
3026
3100
|
"ancv.beneficiaryId.invalid": string;
|
|
3101
|
+
"payme.openPayMeApp": string;
|
|
3102
|
+
"payme.redirectButtonLabel": string;
|
|
3103
|
+
"payme.scanQrCode": string;
|
|
3104
|
+
"payme.timeToPay": string;
|
|
3105
|
+
"payme.instructions.steps": string;
|
|
3106
|
+
"payme.instructions.footnote": string;
|
|
3027
3107
|
}>;
|
|
3028
3108
|
'en-US': () => Promise<{
|
|
3029
3109
|
default: {
|
|
3030
3110
|
payButton: string;
|
|
3031
3111
|
"payButton.redirecting": string;
|
|
3032
3112
|
"payButton.with": string;
|
|
3113
|
+
"payButton.saveDetails": string;
|
|
3033
3114
|
close: string;
|
|
3034
3115
|
storeDetails: string;
|
|
3035
3116
|
readMore: string;
|
|
@@ -3148,6 +3229,7 @@ declare const _default: {
|
|
|
3148
3229
|
donateButton: string;
|
|
3149
3230
|
notNowButton: string;
|
|
3150
3231
|
thanksForYourSupport: string;
|
|
3232
|
+
"resultMessages.preauthorized": string;
|
|
3151
3233
|
preauthorizeWith: string;
|
|
3152
3234
|
confirmPreauthorization: string;
|
|
3153
3235
|
confirmPurchase: string;
|
|
@@ -3331,10 +3413,17 @@ declare const _default: {
|
|
|
3331
3413
|
"ancv.confirmPayment": string;
|
|
3332
3414
|
"ancv.form.instruction": string;
|
|
3333
3415
|
"ancv.beneficiaryId.invalid": string;
|
|
3416
|
+
"payme.openPayMeApp": string;
|
|
3417
|
+
"payme.redirectButtonLabel": string;
|
|
3418
|
+
"payme.scanQrCode": string;
|
|
3419
|
+
"payme.timeToPay": string;
|
|
3420
|
+
"payme.instructions.steps": string;
|
|
3421
|
+
"payme.instructions.footnote": string;
|
|
3334
3422
|
};
|
|
3335
3423
|
payButton: string;
|
|
3336
3424
|
"payButton.redirecting": string;
|
|
3337
3425
|
"payButton.with": string;
|
|
3426
|
+
"payButton.saveDetails": string;
|
|
3338
3427
|
close: string;
|
|
3339
3428
|
storeDetails: string;
|
|
3340
3429
|
readMore: string;
|
|
@@ -3453,6 +3542,7 @@ declare const _default: {
|
|
|
3453
3542
|
donateButton: string;
|
|
3454
3543
|
notNowButton: string;
|
|
3455
3544
|
thanksForYourSupport: string;
|
|
3545
|
+
"resultMessages.preauthorized": string;
|
|
3456
3546
|
preauthorizeWith: string;
|
|
3457
3547
|
confirmPreauthorization: string;
|
|
3458
3548
|
confirmPurchase: string;
|
|
@@ -3636,12 +3726,19 @@ declare const _default: {
|
|
|
3636
3726
|
"ancv.confirmPayment": string;
|
|
3637
3727
|
"ancv.form.instruction": string;
|
|
3638
3728
|
"ancv.beneficiaryId.invalid": string;
|
|
3729
|
+
"payme.openPayMeApp": string;
|
|
3730
|
+
"payme.redirectButtonLabel": string;
|
|
3731
|
+
"payme.scanQrCode": string;
|
|
3732
|
+
"payme.timeToPay": string;
|
|
3733
|
+
"payme.instructions.steps": string;
|
|
3734
|
+
"payme.instructions.footnote": string;
|
|
3639
3735
|
}>;
|
|
3640
3736
|
'es-ES': () => Promise<{
|
|
3641
3737
|
default: {
|
|
3642
3738
|
payButton: string;
|
|
3643
3739
|
"payButton.redirecting": string;
|
|
3644
3740
|
"payButton.with": string;
|
|
3741
|
+
"payButton.saveDetails": string;
|
|
3645
3742
|
close: string;
|
|
3646
3743
|
storeDetails: string;
|
|
3647
3744
|
readMore: string;
|
|
@@ -3757,6 +3854,7 @@ declare const _default: {
|
|
|
3757
3854
|
donateButton: string;
|
|
3758
3855
|
notNowButton: string;
|
|
3759
3856
|
thanksForYourSupport: string;
|
|
3857
|
+
"resultMessages.preauthorized": string;
|
|
3760
3858
|
preauthorizeWith: string;
|
|
3761
3859
|
confirmPreauthorization: string;
|
|
3762
3860
|
confirmPurchase: string;
|
|
@@ -3933,10 +4031,17 @@ declare const _default: {
|
|
|
3933
4031
|
"ancv.confirmPayment": string;
|
|
3934
4032
|
"ancv.form.instruction": string;
|
|
3935
4033
|
"ancv.beneficiaryId.invalid": string;
|
|
4034
|
+
"payme.openPayMeApp": string;
|
|
4035
|
+
"payme.redirectButtonLabel": string;
|
|
4036
|
+
"payme.scanQrCode": string;
|
|
4037
|
+
"payme.timeToPay": string;
|
|
4038
|
+
"payme.instructions.steps": string;
|
|
4039
|
+
"payme.instructions.footnote": string;
|
|
3936
4040
|
};
|
|
3937
4041
|
payButton: string;
|
|
3938
4042
|
"payButton.redirecting": string;
|
|
3939
4043
|
"payButton.with": string;
|
|
4044
|
+
"payButton.saveDetails": string;
|
|
3940
4045
|
close: string;
|
|
3941
4046
|
storeDetails: string;
|
|
3942
4047
|
readMore: string;
|
|
@@ -4052,6 +4157,7 @@ declare const _default: {
|
|
|
4052
4157
|
donateButton: string;
|
|
4053
4158
|
notNowButton: string;
|
|
4054
4159
|
thanksForYourSupport: string;
|
|
4160
|
+
"resultMessages.preauthorized": string;
|
|
4055
4161
|
preauthorizeWith: string;
|
|
4056
4162
|
confirmPreauthorization: string;
|
|
4057
4163
|
confirmPurchase: string;
|
|
@@ -4228,12 +4334,19 @@ declare const _default: {
|
|
|
4228
4334
|
"ancv.confirmPayment": string;
|
|
4229
4335
|
"ancv.form.instruction": string;
|
|
4230
4336
|
"ancv.beneficiaryId.invalid": string;
|
|
4337
|
+
"payme.openPayMeApp": string;
|
|
4338
|
+
"payme.redirectButtonLabel": string;
|
|
4339
|
+
"payme.scanQrCode": string;
|
|
4340
|
+
"payme.timeToPay": string;
|
|
4341
|
+
"payme.instructions.steps": string;
|
|
4342
|
+
"payme.instructions.footnote": string;
|
|
4231
4343
|
}>;
|
|
4232
4344
|
'fi-FI': () => Promise<{
|
|
4233
4345
|
default: {
|
|
4234
4346
|
payButton: string;
|
|
4235
4347
|
"payButton.redirecting": string;
|
|
4236
4348
|
"payButton.with": string;
|
|
4349
|
+
"payButton.saveDetails": string;
|
|
4237
4350
|
close: string;
|
|
4238
4351
|
storeDetails: string;
|
|
4239
4352
|
readMore: string;
|
|
@@ -4351,6 +4464,7 @@ declare const _default: {
|
|
|
4351
4464
|
donateButton: string;
|
|
4352
4465
|
notNowButton: string;
|
|
4353
4466
|
thanksForYourSupport: string;
|
|
4467
|
+
"resultMessages.preauthorized": string;
|
|
4354
4468
|
preauthorizeWith: string;
|
|
4355
4469
|
confirmPreauthorization: string;
|
|
4356
4470
|
confirmPurchase: string;
|
|
@@ -4530,10 +4644,17 @@ declare const _default: {
|
|
|
4530
4644
|
"ancv.confirmPayment": string;
|
|
4531
4645
|
"ancv.form.instruction": string;
|
|
4532
4646
|
"ancv.beneficiaryId.invalid": string;
|
|
4647
|
+
"payme.openPayMeApp": string;
|
|
4648
|
+
"payme.redirectButtonLabel": string;
|
|
4649
|
+
"payme.scanQrCode": string;
|
|
4650
|
+
"payme.timeToPay": string;
|
|
4651
|
+
"payme.instructions.steps": string;
|
|
4652
|
+
"payme.instructions.footnote": string;
|
|
4533
4653
|
};
|
|
4534
4654
|
payButton: string;
|
|
4535
4655
|
"payButton.redirecting": string;
|
|
4536
4656
|
"payButton.with": string;
|
|
4657
|
+
"payButton.saveDetails": string;
|
|
4537
4658
|
close: string;
|
|
4538
4659
|
storeDetails: string;
|
|
4539
4660
|
readMore: string;
|
|
@@ -4651,6 +4772,7 @@ declare const _default: {
|
|
|
4651
4772
|
donateButton: string;
|
|
4652
4773
|
notNowButton: string;
|
|
4653
4774
|
thanksForYourSupport: string;
|
|
4775
|
+
"resultMessages.preauthorized": string;
|
|
4654
4776
|
preauthorizeWith: string;
|
|
4655
4777
|
confirmPreauthorization: string;
|
|
4656
4778
|
confirmPurchase: string;
|
|
@@ -4830,12 +4952,19 @@ declare const _default: {
|
|
|
4830
4952
|
"ancv.confirmPayment": string;
|
|
4831
4953
|
"ancv.form.instruction": string;
|
|
4832
4954
|
"ancv.beneficiaryId.invalid": string;
|
|
4955
|
+
"payme.openPayMeApp": string;
|
|
4956
|
+
"payme.redirectButtonLabel": string;
|
|
4957
|
+
"payme.scanQrCode": string;
|
|
4958
|
+
"payme.timeToPay": string;
|
|
4959
|
+
"payme.instructions.steps": string;
|
|
4960
|
+
"payme.instructions.footnote": string;
|
|
4833
4961
|
}>;
|
|
4834
4962
|
'fr-FR': () => Promise<{
|
|
4835
4963
|
default: {
|
|
4836
4964
|
payButton: string;
|
|
4837
4965
|
"payButton.redirecting": string;
|
|
4838
4966
|
"payButton.with": string;
|
|
4967
|
+
"payButton.saveDetails": string;
|
|
4839
4968
|
close: string;
|
|
4840
4969
|
storeDetails: string;
|
|
4841
4970
|
readMore: string;
|
|
@@ -4953,6 +5082,7 @@ declare const _default: {
|
|
|
4953
5082
|
donateButton: string;
|
|
4954
5083
|
notNowButton: string;
|
|
4955
5084
|
thanksForYourSupport: string;
|
|
5085
|
+
"resultMessages.preauthorized": string;
|
|
4956
5086
|
preauthorizeWith: string;
|
|
4957
5087
|
confirmPreauthorization: string;
|
|
4958
5088
|
confirmPurchase: string;
|
|
@@ -5135,10 +5265,17 @@ declare const _default: {
|
|
|
5135
5265
|
"ancv.confirmPayment": string;
|
|
5136
5266
|
"ancv.form.instruction": string;
|
|
5137
5267
|
"ancv.beneficiaryId.invalid": string;
|
|
5268
|
+
"payme.openPayMeApp": string;
|
|
5269
|
+
"payme.redirectButtonLabel": string;
|
|
5270
|
+
"payme.scanQrCode": string;
|
|
5271
|
+
"payme.timeToPay": string;
|
|
5272
|
+
"payme.instructions.steps": string;
|
|
5273
|
+
"payme.instructions.footnote": string;
|
|
5138
5274
|
};
|
|
5139
5275
|
payButton: string;
|
|
5140
5276
|
"payButton.redirecting": string;
|
|
5141
5277
|
"payButton.with": string;
|
|
5278
|
+
"payButton.saveDetails": string;
|
|
5142
5279
|
close: string;
|
|
5143
5280
|
storeDetails: string;
|
|
5144
5281
|
readMore: string;
|
|
@@ -5256,6 +5393,7 @@ declare const _default: {
|
|
|
5256
5393
|
donateButton: string;
|
|
5257
5394
|
notNowButton: string;
|
|
5258
5395
|
thanksForYourSupport: string;
|
|
5396
|
+
"resultMessages.preauthorized": string;
|
|
5259
5397
|
preauthorizeWith: string;
|
|
5260
5398
|
confirmPreauthorization: string;
|
|
5261
5399
|
confirmPurchase: string;
|
|
@@ -5438,12 +5576,19 @@ declare const _default: {
|
|
|
5438
5576
|
"ancv.confirmPayment": string;
|
|
5439
5577
|
"ancv.form.instruction": string;
|
|
5440
5578
|
"ancv.beneficiaryId.invalid": string;
|
|
5579
|
+
"payme.openPayMeApp": string;
|
|
5580
|
+
"payme.redirectButtonLabel": string;
|
|
5581
|
+
"payme.scanQrCode": string;
|
|
5582
|
+
"payme.timeToPay": string;
|
|
5583
|
+
"payme.instructions.steps": string;
|
|
5584
|
+
"payme.instructions.footnote": string;
|
|
5441
5585
|
}>;
|
|
5442
5586
|
'hr-HR': () => Promise<{
|
|
5443
5587
|
default: {
|
|
5444
5588
|
payButton: string;
|
|
5445
5589
|
"payButton.redirecting": string;
|
|
5446
5590
|
"payButton.with": string;
|
|
5591
|
+
"payButton.saveDetails": string;
|
|
5447
5592
|
close: string;
|
|
5448
5593
|
storeDetails: string;
|
|
5449
5594
|
readMore: string;
|
|
@@ -5561,6 +5706,7 @@ declare const _default: {
|
|
|
5561
5706
|
donateButton: string;
|
|
5562
5707
|
notNowButton: string;
|
|
5563
5708
|
thanksForYourSupport: string;
|
|
5709
|
+
"resultMessages.preauthorized": string;
|
|
5564
5710
|
preauthorizeWith: string;
|
|
5565
5711
|
confirmPreauthorization: string;
|
|
5566
5712
|
confirmPurchase: string;
|
|
@@ -5743,10 +5889,17 @@ declare const _default: {
|
|
|
5743
5889
|
"ancv.confirmPayment": string;
|
|
5744
5890
|
"ancv.form.instruction": string;
|
|
5745
5891
|
"ancv.beneficiaryId.invalid": string;
|
|
5892
|
+
"payme.openPayMeApp": string;
|
|
5893
|
+
"payme.redirectButtonLabel": string;
|
|
5894
|
+
"payme.scanQrCode": string;
|
|
5895
|
+
"payme.timeToPay": string;
|
|
5896
|
+
"payme.instructions.steps": string;
|
|
5897
|
+
"payme.instructions.footnote": string;
|
|
5746
5898
|
};
|
|
5747
5899
|
payButton: string;
|
|
5748
5900
|
"payButton.redirecting": string;
|
|
5749
5901
|
"payButton.with": string;
|
|
5902
|
+
"payButton.saveDetails": string;
|
|
5750
5903
|
close: string;
|
|
5751
5904
|
storeDetails: string;
|
|
5752
5905
|
readMore: string;
|
|
@@ -5864,6 +6017,7 @@ declare const _default: {
|
|
|
5864
6017
|
donateButton: string;
|
|
5865
6018
|
notNowButton: string;
|
|
5866
6019
|
thanksForYourSupport: string;
|
|
6020
|
+
"resultMessages.preauthorized": string;
|
|
5867
6021
|
preauthorizeWith: string;
|
|
5868
6022
|
confirmPreauthorization: string;
|
|
5869
6023
|
confirmPurchase: string;
|
|
@@ -6046,12 +6200,19 @@ declare const _default: {
|
|
|
6046
6200
|
"ancv.confirmPayment": string;
|
|
6047
6201
|
"ancv.form.instruction": string;
|
|
6048
6202
|
"ancv.beneficiaryId.invalid": string;
|
|
6203
|
+
"payme.openPayMeApp": string;
|
|
6204
|
+
"payme.redirectButtonLabel": string;
|
|
6205
|
+
"payme.scanQrCode": string;
|
|
6206
|
+
"payme.timeToPay": string;
|
|
6207
|
+
"payme.instructions.steps": string;
|
|
6208
|
+
"payme.instructions.footnote": string;
|
|
6049
6209
|
}>;
|
|
6050
6210
|
'hu-HU': () => Promise<{
|
|
6051
6211
|
default: {
|
|
6052
6212
|
payButton: string;
|
|
6053
6213
|
"payButton.redirecting": string;
|
|
6054
6214
|
"payButton.with": string;
|
|
6215
|
+
"payButton.saveDetails": string;
|
|
6055
6216
|
close: string;
|
|
6056
6217
|
storeDetails: string;
|
|
6057
6218
|
readMore: string;
|
|
@@ -6169,6 +6330,7 @@ declare const _default: {
|
|
|
6169
6330
|
donateButton: string;
|
|
6170
6331
|
notNowButton: string;
|
|
6171
6332
|
thanksForYourSupport: string;
|
|
6333
|
+
"resultMessages.preauthorized": string;
|
|
6172
6334
|
preauthorizeWith: string;
|
|
6173
6335
|
confirmPreauthorization: string;
|
|
6174
6336
|
confirmPurchase: string;
|
|
@@ -6351,10 +6513,17 @@ declare const _default: {
|
|
|
6351
6513
|
"ancv.confirmPayment": string;
|
|
6352
6514
|
"ancv.form.instruction": string;
|
|
6353
6515
|
"ancv.beneficiaryId.invalid": string;
|
|
6516
|
+
"payme.openPayMeApp": string;
|
|
6517
|
+
"payme.redirectButtonLabel": string;
|
|
6518
|
+
"payme.scanQrCode": string;
|
|
6519
|
+
"payme.timeToPay": string;
|
|
6520
|
+
"payme.instructions.steps": string;
|
|
6521
|
+
"payme.instructions.footnote": string;
|
|
6354
6522
|
};
|
|
6355
6523
|
payButton: string;
|
|
6356
6524
|
"payButton.redirecting": string;
|
|
6357
6525
|
"payButton.with": string;
|
|
6526
|
+
"payButton.saveDetails": string;
|
|
6358
6527
|
close: string;
|
|
6359
6528
|
storeDetails: string;
|
|
6360
6529
|
readMore: string;
|
|
@@ -6472,6 +6641,7 @@ declare const _default: {
|
|
|
6472
6641
|
donateButton: string;
|
|
6473
6642
|
notNowButton: string;
|
|
6474
6643
|
thanksForYourSupport: string;
|
|
6644
|
+
"resultMessages.preauthorized": string;
|
|
6475
6645
|
preauthorizeWith: string;
|
|
6476
6646
|
confirmPreauthorization: string;
|
|
6477
6647
|
confirmPurchase: string;
|
|
@@ -6654,12 +6824,19 @@ declare const _default: {
|
|
|
6654
6824
|
"ancv.confirmPayment": string;
|
|
6655
6825
|
"ancv.form.instruction": string;
|
|
6656
6826
|
"ancv.beneficiaryId.invalid": string;
|
|
6827
|
+
"payme.openPayMeApp": string;
|
|
6828
|
+
"payme.redirectButtonLabel": string;
|
|
6829
|
+
"payme.scanQrCode": string;
|
|
6830
|
+
"payme.timeToPay": string;
|
|
6831
|
+
"payme.instructions.steps": string;
|
|
6832
|
+
"payme.instructions.footnote": string;
|
|
6657
6833
|
}>;
|
|
6658
6834
|
'it-IT': () => Promise<{
|
|
6659
6835
|
default: {
|
|
6660
6836
|
payButton: string;
|
|
6661
6837
|
"payButton.redirecting": string;
|
|
6662
6838
|
"payButton.with": string;
|
|
6839
|
+
"payButton.saveDetails": string;
|
|
6663
6840
|
close: string;
|
|
6664
6841
|
storeDetails: string;
|
|
6665
6842
|
readMore: string;
|
|
@@ -6775,6 +6952,7 @@ declare const _default: {
|
|
|
6775
6952
|
donateButton: string;
|
|
6776
6953
|
notNowButton: string;
|
|
6777
6954
|
thanksForYourSupport: string;
|
|
6955
|
+
"resultMessages.preauthorized": string;
|
|
6778
6956
|
preauthorizeWith: string;
|
|
6779
6957
|
confirmPreauthorization: string;
|
|
6780
6958
|
confirmPurchase: string;
|
|
@@ -6957,10 +7135,17 @@ declare const _default: {
|
|
|
6957
7135
|
"ancv.confirmPayment": string;
|
|
6958
7136
|
"ancv.form.instruction": string;
|
|
6959
7137
|
"ancv.beneficiaryId.invalid": string;
|
|
7138
|
+
"payme.openPayMeApp": string;
|
|
7139
|
+
"payme.redirectButtonLabel": string;
|
|
7140
|
+
"payme.scanQrCode": string;
|
|
7141
|
+
"payme.timeToPay": string;
|
|
7142
|
+
"payme.instructions.steps": string;
|
|
7143
|
+
"payme.instructions.footnote": string;
|
|
6960
7144
|
};
|
|
6961
7145
|
payButton: string;
|
|
6962
7146
|
"payButton.redirecting": string;
|
|
6963
7147
|
"payButton.with": string;
|
|
7148
|
+
"payButton.saveDetails": string;
|
|
6964
7149
|
close: string;
|
|
6965
7150
|
storeDetails: string;
|
|
6966
7151
|
readMore: string;
|
|
@@ -7076,6 +7261,7 @@ declare const _default: {
|
|
|
7076
7261
|
donateButton: string;
|
|
7077
7262
|
notNowButton: string;
|
|
7078
7263
|
thanksForYourSupport: string;
|
|
7264
|
+
"resultMessages.preauthorized": string;
|
|
7079
7265
|
preauthorizeWith: string;
|
|
7080
7266
|
confirmPreauthorization: string;
|
|
7081
7267
|
confirmPurchase: string;
|
|
@@ -7258,12 +7444,19 @@ declare const _default: {
|
|
|
7258
7444
|
"ancv.confirmPayment": string;
|
|
7259
7445
|
"ancv.form.instruction": string;
|
|
7260
7446
|
"ancv.beneficiaryId.invalid": string;
|
|
7447
|
+
"payme.openPayMeApp": string;
|
|
7448
|
+
"payme.redirectButtonLabel": string;
|
|
7449
|
+
"payme.scanQrCode": string;
|
|
7450
|
+
"payme.timeToPay": string;
|
|
7451
|
+
"payme.instructions.steps": string;
|
|
7452
|
+
"payme.instructions.footnote": string;
|
|
7261
7453
|
}>;
|
|
7262
7454
|
'ja-JP': () => Promise<{
|
|
7263
7455
|
default: {
|
|
7264
7456
|
payButton: string;
|
|
7265
7457
|
"payButton.redirecting": string;
|
|
7266
7458
|
"payButton.with": string;
|
|
7459
|
+
"payButton.saveDetails": string;
|
|
7267
7460
|
close: string;
|
|
7268
7461
|
storeDetails: string;
|
|
7269
7462
|
readMore: string;
|
|
@@ -7381,6 +7574,7 @@ declare const _default: {
|
|
|
7381
7574
|
donateButton: string;
|
|
7382
7575
|
notNowButton: string;
|
|
7383
7576
|
thanksForYourSupport: string;
|
|
7577
|
+
"resultMessages.preauthorized": string;
|
|
7384
7578
|
preauthorizeWith: string;
|
|
7385
7579
|
confirmPreauthorization: string;
|
|
7386
7580
|
confirmPurchase: string;
|
|
@@ -7563,10 +7757,17 @@ declare const _default: {
|
|
|
7563
7757
|
"ancv.confirmPayment": string;
|
|
7564
7758
|
"ancv.form.instruction": string;
|
|
7565
7759
|
"ancv.beneficiaryId.invalid": string;
|
|
7760
|
+
"payme.openPayMeApp": string;
|
|
7761
|
+
"payme.redirectButtonLabel": string;
|
|
7762
|
+
"payme.scanQrCode": string;
|
|
7763
|
+
"payme.timeToPay": string;
|
|
7764
|
+
"payme.instructions.steps": string;
|
|
7765
|
+
"payme.instructions.footnote": string;
|
|
7566
7766
|
};
|
|
7567
7767
|
payButton: string;
|
|
7568
7768
|
"payButton.redirecting": string;
|
|
7569
7769
|
"payButton.with": string;
|
|
7770
|
+
"payButton.saveDetails": string;
|
|
7570
7771
|
close: string;
|
|
7571
7772
|
storeDetails: string;
|
|
7572
7773
|
readMore: string;
|
|
@@ -7684,6 +7885,7 @@ declare const _default: {
|
|
|
7684
7885
|
donateButton: string;
|
|
7685
7886
|
notNowButton: string;
|
|
7686
7887
|
thanksForYourSupport: string;
|
|
7888
|
+
"resultMessages.preauthorized": string;
|
|
7687
7889
|
preauthorizeWith: string;
|
|
7688
7890
|
confirmPreauthorization: string;
|
|
7689
7891
|
confirmPurchase: string;
|
|
@@ -7866,12 +8068,19 @@ declare const _default: {
|
|
|
7866
8068
|
"ancv.confirmPayment": string;
|
|
7867
8069
|
"ancv.form.instruction": string;
|
|
7868
8070
|
"ancv.beneficiaryId.invalid": string;
|
|
8071
|
+
"payme.openPayMeApp": string;
|
|
8072
|
+
"payme.redirectButtonLabel": string;
|
|
8073
|
+
"payme.scanQrCode": string;
|
|
8074
|
+
"payme.timeToPay": string;
|
|
8075
|
+
"payme.instructions.steps": string;
|
|
8076
|
+
"payme.instructions.footnote": string;
|
|
7869
8077
|
}>;
|
|
7870
8078
|
'ko-KR': () => Promise<{
|
|
7871
8079
|
default: {
|
|
7872
8080
|
payButton: string;
|
|
7873
8081
|
"payButton.redirecting": string;
|
|
7874
8082
|
"payButton.with": string;
|
|
8083
|
+
"payButton.saveDetails": string;
|
|
7875
8084
|
close: string;
|
|
7876
8085
|
storeDetails: string;
|
|
7877
8086
|
readMore: string;
|
|
@@ -7989,6 +8198,7 @@ declare const _default: {
|
|
|
7989
8198
|
donateButton: string;
|
|
7990
8199
|
notNowButton: string;
|
|
7991
8200
|
thanksForYourSupport: string;
|
|
8201
|
+
"resultMessages.preauthorized": string;
|
|
7992
8202
|
preauthorizeWith: string;
|
|
7993
8203
|
confirmPreauthorization: string;
|
|
7994
8204
|
confirmPurchase: string;
|
|
@@ -8171,10 +8381,17 @@ declare const _default: {
|
|
|
8171
8381
|
"ancv.confirmPayment": string;
|
|
8172
8382
|
"ancv.form.instruction": string;
|
|
8173
8383
|
"ancv.beneficiaryId.invalid": string;
|
|
8384
|
+
"payme.openPayMeApp": string;
|
|
8385
|
+
"payme.redirectButtonLabel": string;
|
|
8386
|
+
"payme.scanQrCode": string;
|
|
8387
|
+
"payme.timeToPay": string;
|
|
8388
|
+
"payme.instructions.steps": string;
|
|
8389
|
+
"payme.instructions.footnote": string;
|
|
8174
8390
|
};
|
|
8175
8391
|
payButton: string;
|
|
8176
8392
|
"payButton.redirecting": string;
|
|
8177
8393
|
"payButton.with": string;
|
|
8394
|
+
"payButton.saveDetails": string;
|
|
8178
8395
|
close: string;
|
|
8179
8396
|
storeDetails: string;
|
|
8180
8397
|
readMore: string;
|
|
@@ -8292,6 +8509,7 @@ declare const _default: {
|
|
|
8292
8509
|
donateButton: string;
|
|
8293
8510
|
notNowButton: string;
|
|
8294
8511
|
thanksForYourSupport: string;
|
|
8512
|
+
"resultMessages.preauthorized": string;
|
|
8295
8513
|
preauthorizeWith: string;
|
|
8296
8514
|
confirmPreauthorization: string;
|
|
8297
8515
|
confirmPurchase: string;
|
|
@@ -8474,12 +8692,19 @@ declare const _default: {
|
|
|
8474
8692
|
"ancv.confirmPayment": string;
|
|
8475
8693
|
"ancv.form.instruction": string;
|
|
8476
8694
|
"ancv.beneficiaryId.invalid": string;
|
|
8695
|
+
"payme.openPayMeApp": string;
|
|
8696
|
+
"payme.redirectButtonLabel": string;
|
|
8697
|
+
"payme.scanQrCode": string;
|
|
8698
|
+
"payme.timeToPay": string;
|
|
8699
|
+
"payme.instructions.steps": string;
|
|
8700
|
+
"payme.instructions.footnote": string;
|
|
8477
8701
|
}>;
|
|
8478
8702
|
'nl-NL': () => Promise<{
|
|
8479
8703
|
default: {
|
|
8480
8704
|
payButton: string;
|
|
8481
8705
|
"payButton.redirecting": string;
|
|
8482
8706
|
"payButton.with": string;
|
|
8707
|
+
"payButton.saveDetails": string;
|
|
8483
8708
|
close: string;
|
|
8484
8709
|
storeDetails: string;
|
|
8485
8710
|
readMore: string;
|
|
@@ -8597,6 +8822,7 @@ declare const _default: {
|
|
|
8597
8822
|
donateButton: string;
|
|
8598
8823
|
notNowButton: string;
|
|
8599
8824
|
thanksForYourSupport: string;
|
|
8825
|
+
"resultMessages.preauthorized": string;
|
|
8600
8826
|
preauthorizeWith: string;
|
|
8601
8827
|
confirmPreauthorization: string;
|
|
8602
8828
|
confirmPurchase: string;
|
|
@@ -8776,10 +9002,17 @@ declare const _default: {
|
|
|
8776
9002
|
"ancv.confirmPayment": string;
|
|
8777
9003
|
"ancv.form.instruction": string;
|
|
8778
9004
|
"ancv.beneficiaryId.invalid": string;
|
|
9005
|
+
"payme.openPayMeApp": string;
|
|
9006
|
+
"payme.redirectButtonLabel": string;
|
|
9007
|
+
"payme.scanQrCode": string;
|
|
9008
|
+
"payme.timeToPay": string;
|
|
9009
|
+
"payme.instructions.steps": string;
|
|
9010
|
+
"payme.instructions.footnote": string;
|
|
8779
9011
|
};
|
|
8780
9012
|
payButton: string;
|
|
8781
9013
|
"payButton.redirecting": string;
|
|
8782
9014
|
"payButton.with": string;
|
|
9015
|
+
"payButton.saveDetails": string;
|
|
8783
9016
|
close: string;
|
|
8784
9017
|
storeDetails: string;
|
|
8785
9018
|
readMore: string;
|
|
@@ -8897,6 +9130,7 @@ declare const _default: {
|
|
|
8897
9130
|
donateButton: string;
|
|
8898
9131
|
notNowButton: string;
|
|
8899
9132
|
thanksForYourSupport: string;
|
|
9133
|
+
"resultMessages.preauthorized": string;
|
|
8900
9134
|
preauthorizeWith: string;
|
|
8901
9135
|
confirmPreauthorization: string;
|
|
8902
9136
|
confirmPurchase: string;
|
|
@@ -9076,12 +9310,19 @@ declare const _default: {
|
|
|
9076
9310
|
"ancv.confirmPayment": string;
|
|
9077
9311
|
"ancv.form.instruction": string;
|
|
9078
9312
|
"ancv.beneficiaryId.invalid": string;
|
|
9313
|
+
"payme.openPayMeApp": string;
|
|
9314
|
+
"payme.redirectButtonLabel": string;
|
|
9315
|
+
"payme.scanQrCode": string;
|
|
9316
|
+
"payme.timeToPay": string;
|
|
9317
|
+
"payme.instructions.steps": string;
|
|
9318
|
+
"payme.instructions.footnote": string;
|
|
9079
9319
|
}>;
|
|
9080
9320
|
'no-NO': () => Promise<{
|
|
9081
9321
|
default: {
|
|
9082
9322
|
payButton: string;
|
|
9083
9323
|
"payButton.redirecting": string;
|
|
9084
9324
|
"payButton.with": string;
|
|
9325
|
+
"payButton.saveDetails": string;
|
|
9085
9326
|
close: string;
|
|
9086
9327
|
storeDetails: string;
|
|
9087
9328
|
readMore: string;
|
|
@@ -9199,6 +9440,7 @@ declare const _default: {
|
|
|
9199
9440
|
donateButton: string;
|
|
9200
9441
|
notNowButton: string;
|
|
9201
9442
|
thanksForYourSupport: string;
|
|
9443
|
+
"resultMessages.preauthorized": string;
|
|
9202
9444
|
preauthorizeWith: string;
|
|
9203
9445
|
confirmPreauthorization: string;
|
|
9204
9446
|
confirmPurchase: string;
|
|
@@ -9378,10 +9620,17 @@ declare const _default: {
|
|
|
9378
9620
|
"ancv.confirmPayment": string;
|
|
9379
9621
|
"ancv.form.instruction": string;
|
|
9380
9622
|
"ancv.beneficiaryId.invalid": string;
|
|
9623
|
+
"payme.openPayMeApp": string;
|
|
9624
|
+
"payme.redirectButtonLabel": string;
|
|
9625
|
+
"payme.scanQrCode": string;
|
|
9626
|
+
"payme.timeToPay": string;
|
|
9627
|
+
"payme.instructions.steps": string;
|
|
9628
|
+
"payme.instructions.footnote": string;
|
|
9381
9629
|
};
|
|
9382
9630
|
payButton: string;
|
|
9383
9631
|
"payButton.redirecting": string;
|
|
9384
9632
|
"payButton.with": string;
|
|
9633
|
+
"payButton.saveDetails": string;
|
|
9385
9634
|
close: string;
|
|
9386
9635
|
storeDetails: string;
|
|
9387
9636
|
readMore: string;
|
|
@@ -9499,6 +9748,7 @@ declare const _default: {
|
|
|
9499
9748
|
donateButton: string;
|
|
9500
9749
|
notNowButton: string;
|
|
9501
9750
|
thanksForYourSupport: string;
|
|
9751
|
+
"resultMessages.preauthorized": string;
|
|
9502
9752
|
preauthorizeWith: string;
|
|
9503
9753
|
confirmPreauthorization: string;
|
|
9504
9754
|
confirmPurchase: string;
|
|
@@ -9678,12 +9928,19 @@ declare const _default: {
|
|
|
9678
9928
|
"ancv.confirmPayment": string;
|
|
9679
9929
|
"ancv.form.instruction": string;
|
|
9680
9930
|
"ancv.beneficiaryId.invalid": string;
|
|
9931
|
+
"payme.openPayMeApp": string;
|
|
9932
|
+
"payme.redirectButtonLabel": string;
|
|
9933
|
+
"payme.scanQrCode": string;
|
|
9934
|
+
"payme.timeToPay": string;
|
|
9935
|
+
"payme.instructions.steps": string;
|
|
9936
|
+
"payme.instructions.footnote": string;
|
|
9681
9937
|
}>;
|
|
9682
9938
|
'pl-PL': () => Promise<{
|
|
9683
9939
|
default: {
|
|
9684
9940
|
payButton: string;
|
|
9685
9941
|
"payButton.redirecting": string;
|
|
9686
9942
|
"payButton.with": string;
|
|
9943
|
+
"payButton.saveDetails": string;
|
|
9687
9944
|
close: string;
|
|
9688
9945
|
storeDetails: string;
|
|
9689
9946
|
readMore: string;
|
|
@@ -9801,6 +10058,7 @@ declare const _default: {
|
|
|
9801
10058
|
donateButton: string;
|
|
9802
10059
|
notNowButton: string;
|
|
9803
10060
|
thanksForYourSupport: string;
|
|
10061
|
+
"resultMessages.preauthorized": string;
|
|
9804
10062
|
preauthorizeWith: string;
|
|
9805
10063
|
confirmPreauthorization: string;
|
|
9806
10064
|
confirmPurchase: string;
|
|
@@ -9983,10 +10241,17 @@ declare const _default: {
|
|
|
9983
10241
|
"ancv.confirmPayment": string;
|
|
9984
10242
|
"ancv.form.instruction": string;
|
|
9985
10243
|
"ancv.beneficiaryId.invalid": string;
|
|
10244
|
+
"payme.openPayMeApp": string;
|
|
10245
|
+
"payme.redirectButtonLabel": string;
|
|
10246
|
+
"payme.scanQrCode": string;
|
|
10247
|
+
"payme.timeToPay": string;
|
|
10248
|
+
"payme.instructions.steps": string;
|
|
10249
|
+
"payme.instructions.footnote": string;
|
|
9986
10250
|
};
|
|
9987
10251
|
payButton: string;
|
|
9988
10252
|
"payButton.redirecting": string;
|
|
9989
10253
|
"payButton.with": string;
|
|
10254
|
+
"payButton.saveDetails": string;
|
|
9990
10255
|
close: string;
|
|
9991
10256
|
storeDetails: string;
|
|
9992
10257
|
readMore: string;
|
|
@@ -10104,6 +10369,7 @@ declare const _default: {
|
|
|
10104
10369
|
donateButton: string;
|
|
10105
10370
|
notNowButton: string;
|
|
10106
10371
|
thanksForYourSupport: string;
|
|
10372
|
+
"resultMessages.preauthorized": string;
|
|
10107
10373
|
preauthorizeWith: string;
|
|
10108
10374
|
confirmPreauthorization: string;
|
|
10109
10375
|
confirmPurchase: string;
|
|
@@ -10286,12 +10552,19 @@ declare const _default: {
|
|
|
10286
10552
|
"ancv.confirmPayment": string;
|
|
10287
10553
|
"ancv.form.instruction": string;
|
|
10288
10554
|
"ancv.beneficiaryId.invalid": string;
|
|
10555
|
+
"payme.openPayMeApp": string;
|
|
10556
|
+
"payme.redirectButtonLabel": string;
|
|
10557
|
+
"payme.scanQrCode": string;
|
|
10558
|
+
"payme.timeToPay": string;
|
|
10559
|
+
"payme.instructions.steps": string;
|
|
10560
|
+
"payme.instructions.footnote": string;
|
|
10289
10561
|
}>;
|
|
10290
10562
|
'pt-BR': () => Promise<{
|
|
10291
10563
|
default: {
|
|
10292
10564
|
payButton: string;
|
|
10293
10565
|
"payButton.redirecting": string;
|
|
10294
10566
|
"payButton.with": string;
|
|
10567
|
+
"payButton.saveDetails": string;
|
|
10295
10568
|
close: string;
|
|
10296
10569
|
storeDetails: string;
|
|
10297
10570
|
readMore: string;
|
|
@@ -10407,6 +10680,7 @@ declare const _default: {
|
|
|
10407
10680
|
donateButton: string;
|
|
10408
10681
|
notNowButton: string;
|
|
10409
10682
|
thanksForYourSupport: string;
|
|
10683
|
+
"resultMessages.preauthorized": string;
|
|
10410
10684
|
preauthorizeWith: string;
|
|
10411
10685
|
confirmPreauthorization: string;
|
|
10412
10686
|
confirmPurchase: string;
|
|
@@ -10589,10 +10863,17 @@ declare const _default: {
|
|
|
10589
10863
|
"ancv.confirmPayment": string;
|
|
10590
10864
|
"ancv.form.instruction": string;
|
|
10591
10865
|
"ancv.beneficiaryId.invalid": string;
|
|
10866
|
+
"payme.openPayMeApp": string;
|
|
10867
|
+
"payme.redirectButtonLabel": string;
|
|
10868
|
+
"payme.scanQrCode": string;
|
|
10869
|
+
"payme.timeToPay": string;
|
|
10870
|
+
"payme.instructions.steps": string;
|
|
10871
|
+
"payme.instructions.footnote": string;
|
|
10592
10872
|
};
|
|
10593
10873
|
payButton: string;
|
|
10594
10874
|
"payButton.redirecting": string;
|
|
10595
10875
|
"payButton.with": string;
|
|
10876
|
+
"payButton.saveDetails": string;
|
|
10596
10877
|
close: string;
|
|
10597
10878
|
storeDetails: string;
|
|
10598
10879
|
readMore: string;
|
|
@@ -10708,6 +10989,7 @@ declare const _default: {
|
|
|
10708
10989
|
donateButton: string;
|
|
10709
10990
|
notNowButton: string;
|
|
10710
10991
|
thanksForYourSupport: string;
|
|
10992
|
+
"resultMessages.preauthorized": string;
|
|
10711
10993
|
preauthorizeWith: string;
|
|
10712
10994
|
confirmPreauthorization: string;
|
|
10713
10995
|
confirmPurchase: string;
|
|
@@ -10890,12 +11172,19 @@ declare const _default: {
|
|
|
10890
11172
|
"ancv.confirmPayment": string;
|
|
10891
11173
|
"ancv.form.instruction": string;
|
|
10892
11174
|
"ancv.beneficiaryId.invalid": string;
|
|
11175
|
+
"payme.openPayMeApp": string;
|
|
11176
|
+
"payme.redirectButtonLabel": string;
|
|
11177
|
+
"payme.scanQrCode": string;
|
|
11178
|
+
"payme.timeToPay": string;
|
|
11179
|
+
"payme.instructions.steps": string;
|
|
11180
|
+
"payme.instructions.footnote": string;
|
|
10893
11181
|
}>;
|
|
10894
11182
|
'pt-PT': () => Promise<{
|
|
10895
11183
|
default: {
|
|
10896
11184
|
payButton: string;
|
|
10897
11185
|
"payButton.redirecting": string;
|
|
10898
11186
|
"payButton.with": string;
|
|
11187
|
+
"payButton.saveDetails": string;
|
|
10899
11188
|
close: string;
|
|
10900
11189
|
storeDetails: string;
|
|
10901
11190
|
readMore: string;
|
|
@@ -11014,6 +11303,7 @@ declare const _default: {
|
|
|
11014
11303
|
donateButton: string;
|
|
11015
11304
|
notNowButton: string;
|
|
11016
11305
|
thanksForYourSupport: string;
|
|
11306
|
+
"resultMessages.preauthorized": string;
|
|
11017
11307
|
preauthorizeWith: string;
|
|
11018
11308
|
confirmPreauthorization: string;
|
|
11019
11309
|
confirmPurchase: string;
|
|
@@ -11197,10 +11487,17 @@ declare const _default: {
|
|
|
11197
11487
|
"ancv.confirmPayment": string;
|
|
11198
11488
|
"ancv.form.instruction": string;
|
|
11199
11489
|
"ancv.beneficiaryId.invalid": string;
|
|
11490
|
+
"payme.openPayMeApp": string;
|
|
11491
|
+
"payme.redirectButtonLabel": string;
|
|
11492
|
+
"payme.scanQrCode": string;
|
|
11493
|
+
"payme.timeToPay": string;
|
|
11494
|
+
"payme.instructions.steps": string;
|
|
11495
|
+
"payme.instructions.footnote": string;
|
|
11200
11496
|
};
|
|
11201
11497
|
payButton: string;
|
|
11202
11498
|
"payButton.redirecting": string;
|
|
11203
11499
|
"payButton.with": string;
|
|
11500
|
+
"payButton.saveDetails": string;
|
|
11204
11501
|
close: string;
|
|
11205
11502
|
storeDetails: string;
|
|
11206
11503
|
readMore: string;
|
|
@@ -11319,6 +11616,7 @@ declare const _default: {
|
|
|
11319
11616
|
donateButton: string;
|
|
11320
11617
|
notNowButton: string;
|
|
11321
11618
|
thanksForYourSupport: string;
|
|
11619
|
+
"resultMessages.preauthorized": string;
|
|
11322
11620
|
preauthorizeWith: string;
|
|
11323
11621
|
confirmPreauthorization: string;
|
|
11324
11622
|
confirmPurchase: string;
|
|
@@ -11502,12 +11800,19 @@ declare const _default: {
|
|
|
11502
11800
|
"ancv.confirmPayment": string;
|
|
11503
11801
|
"ancv.form.instruction": string;
|
|
11504
11802
|
"ancv.beneficiaryId.invalid": string;
|
|
11803
|
+
"payme.openPayMeApp": string;
|
|
11804
|
+
"payme.redirectButtonLabel": string;
|
|
11805
|
+
"payme.scanQrCode": string;
|
|
11806
|
+
"payme.timeToPay": string;
|
|
11807
|
+
"payme.instructions.steps": string;
|
|
11808
|
+
"payme.instructions.footnote": string;
|
|
11505
11809
|
}>;
|
|
11506
11810
|
'ro-RO': () => Promise<{
|
|
11507
11811
|
default: {
|
|
11508
11812
|
payButton: string;
|
|
11509
11813
|
"payButton.redirecting": string;
|
|
11510
11814
|
"payButton.with": string;
|
|
11815
|
+
"payButton.saveDetails": string;
|
|
11511
11816
|
close: string;
|
|
11512
11817
|
storeDetails: string;
|
|
11513
11818
|
readMore: string;
|
|
@@ -11625,6 +11930,7 @@ declare const _default: {
|
|
|
11625
11930
|
donateButton: string;
|
|
11626
11931
|
notNowButton: string;
|
|
11627
11932
|
thanksForYourSupport: string;
|
|
11933
|
+
"resultMessages.preauthorized": string;
|
|
11628
11934
|
preauthorizeWith: string;
|
|
11629
11935
|
confirmPreauthorization: string;
|
|
11630
11936
|
confirmPurchase: string;
|
|
@@ -11807,10 +12113,17 @@ declare const _default: {
|
|
|
11807
12113
|
"ancv.confirmPayment": string;
|
|
11808
12114
|
"ancv.form.instruction": string;
|
|
11809
12115
|
"ancv.beneficiaryId.invalid": string;
|
|
12116
|
+
"payme.openPayMeApp": string;
|
|
12117
|
+
"payme.redirectButtonLabel": string;
|
|
12118
|
+
"payme.scanQrCode": string;
|
|
12119
|
+
"payme.timeToPay": string;
|
|
12120
|
+
"payme.instructions.steps": string;
|
|
12121
|
+
"payme.instructions.footnote": string;
|
|
11810
12122
|
};
|
|
11811
12123
|
payButton: string;
|
|
11812
12124
|
"payButton.redirecting": string;
|
|
11813
12125
|
"payButton.with": string;
|
|
12126
|
+
"payButton.saveDetails": string;
|
|
11814
12127
|
close: string;
|
|
11815
12128
|
storeDetails: string;
|
|
11816
12129
|
readMore: string;
|
|
@@ -11928,6 +12241,7 @@ declare const _default: {
|
|
|
11928
12241
|
donateButton: string;
|
|
11929
12242
|
notNowButton: string;
|
|
11930
12243
|
thanksForYourSupport: string;
|
|
12244
|
+
"resultMessages.preauthorized": string;
|
|
11931
12245
|
preauthorizeWith: string;
|
|
11932
12246
|
confirmPreauthorization: string;
|
|
11933
12247
|
confirmPurchase: string;
|
|
@@ -12110,12 +12424,19 @@ declare const _default: {
|
|
|
12110
12424
|
"ancv.confirmPayment": string;
|
|
12111
12425
|
"ancv.form.instruction": string;
|
|
12112
12426
|
"ancv.beneficiaryId.invalid": string;
|
|
12427
|
+
"payme.openPayMeApp": string;
|
|
12428
|
+
"payme.redirectButtonLabel": string;
|
|
12429
|
+
"payme.scanQrCode": string;
|
|
12430
|
+
"payme.timeToPay": string;
|
|
12431
|
+
"payme.instructions.steps": string;
|
|
12432
|
+
"payme.instructions.footnote": string;
|
|
12113
12433
|
}>;
|
|
12114
12434
|
'ru-RU': () => Promise<{
|
|
12115
12435
|
default: {
|
|
12116
12436
|
payButton: string;
|
|
12117
12437
|
"payButton.redirecting": string;
|
|
12118
12438
|
"payButton.with": string;
|
|
12439
|
+
"payButton.saveDetails": string;
|
|
12119
12440
|
close: string;
|
|
12120
12441
|
storeDetails: string;
|
|
12121
12442
|
readMore: string;
|
|
@@ -12233,6 +12554,7 @@ declare const _default: {
|
|
|
12233
12554
|
donateButton: string;
|
|
12234
12555
|
notNowButton: string;
|
|
12235
12556
|
thanksForYourSupport: string;
|
|
12557
|
+
"resultMessages.preauthorized": string;
|
|
12236
12558
|
preauthorizeWith: string;
|
|
12237
12559
|
confirmPreauthorization: string;
|
|
12238
12560
|
confirmPurchase: string;
|
|
@@ -12412,10 +12734,17 @@ declare const _default: {
|
|
|
12412
12734
|
"ancv.confirmPayment": string;
|
|
12413
12735
|
"ancv.form.instruction": string;
|
|
12414
12736
|
"ancv.beneficiaryId.invalid": string;
|
|
12737
|
+
"payme.openPayMeApp": string;
|
|
12738
|
+
"payme.redirectButtonLabel": string;
|
|
12739
|
+
"payme.scanQrCode": string;
|
|
12740
|
+
"payme.timeToPay": string;
|
|
12741
|
+
"payme.instructions.steps": string;
|
|
12742
|
+
"payme.instructions.footnote": string;
|
|
12415
12743
|
};
|
|
12416
12744
|
payButton: string;
|
|
12417
12745
|
"payButton.redirecting": string;
|
|
12418
12746
|
"payButton.with": string;
|
|
12747
|
+
"payButton.saveDetails": string;
|
|
12419
12748
|
close: string;
|
|
12420
12749
|
storeDetails: string;
|
|
12421
12750
|
readMore: string;
|
|
@@ -12533,6 +12862,7 @@ declare const _default: {
|
|
|
12533
12862
|
donateButton: string;
|
|
12534
12863
|
notNowButton: string;
|
|
12535
12864
|
thanksForYourSupport: string;
|
|
12865
|
+
"resultMessages.preauthorized": string;
|
|
12536
12866
|
preauthorizeWith: string;
|
|
12537
12867
|
confirmPreauthorization: string;
|
|
12538
12868
|
confirmPurchase: string;
|
|
@@ -12712,12 +13042,19 @@ declare const _default: {
|
|
|
12712
13042
|
"ancv.confirmPayment": string;
|
|
12713
13043
|
"ancv.form.instruction": string;
|
|
12714
13044
|
"ancv.beneficiaryId.invalid": string;
|
|
13045
|
+
"payme.openPayMeApp": string;
|
|
13046
|
+
"payme.redirectButtonLabel": string;
|
|
13047
|
+
"payme.scanQrCode": string;
|
|
13048
|
+
"payme.timeToPay": string;
|
|
13049
|
+
"payme.instructions.steps": string;
|
|
13050
|
+
"payme.instructions.footnote": string;
|
|
12715
13051
|
}>;
|
|
12716
13052
|
'sk-SK': () => Promise<{
|
|
12717
13053
|
default: {
|
|
12718
13054
|
payButton: string;
|
|
12719
13055
|
"payButton.redirecting": string;
|
|
12720
13056
|
"payButton.with": string;
|
|
13057
|
+
"payButton.saveDetails": string;
|
|
12721
13058
|
close: string;
|
|
12722
13059
|
storeDetails: string;
|
|
12723
13060
|
readMore: string;
|
|
@@ -12835,6 +13172,7 @@ declare const _default: {
|
|
|
12835
13172
|
donateButton: string;
|
|
12836
13173
|
notNowButton: string;
|
|
12837
13174
|
thanksForYourSupport: string;
|
|
13175
|
+
"resultMessages.preauthorized": string;
|
|
12838
13176
|
preauthorizeWith: string;
|
|
12839
13177
|
confirmPreauthorization: string;
|
|
12840
13178
|
confirmPurchase: string;
|
|
@@ -13017,10 +13355,17 @@ declare const _default: {
|
|
|
13017
13355
|
"ancv.confirmPayment": string;
|
|
13018
13356
|
"ancv.form.instruction": string;
|
|
13019
13357
|
"ancv.beneficiaryId.invalid": string;
|
|
13358
|
+
"payme.openPayMeApp": string;
|
|
13359
|
+
"payme.redirectButtonLabel": string;
|
|
13360
|
+
"payme.scanQrCode": string;
|
|
13361
|
+
"payme.timeToPay": string;
|
|
13362
|
+
"payme.instructions.steps": string;
|
|
13363
|
+
"payme.instructions.footnote": string;
|
|
13020
13364
|
};
|
|
13021
13365
|
payButton: string;
|
|
13022
13366
|
"payButton.redirecting": string;
|
|
13023
13367
|
"payButton.with": string;
|
|
13368
|
+
"payButton.saveDetails": string;
|
|
13024
13369
|
close: string;
|
|
13025
13370
|
storeDetails: string;
|
|
13026
13371
|
readMore: string;
|
|
@@ -13138,6 +13483,7 @@ declare const _default: {
|
|
|
13138
13483
|
donateButton: string;
|
|
13139
13484
|
notNowButton: string;
|
|
13140
13485
|
thanksForYourSupport: string;
|
|
13486
|
+
"resultMessages.preauthorized": string;
|
|
13141
13487
|
preauthorizeWith: string;
|
|
13142
13488
|
confirmPreauthorization: string;
|
|
13143
13489
|
confirmPurchase: string;
|
|
@@ -13320,12 +13666,19 @@ declare const _default: {
|
|
|
13320
13666
|
"ancv.confirmPayment": string;
|
|
13321
13667
|
"ancv.form.instruction": string;
|
|
13322
13668
|
"ancv.beneficiaryId.invalid": string;
|
|
13669
|
+
"payme.openPayMeApp": string;
|
|
13670
|
+
"payme.redirectButtonLabel": string;
|
|
13671
|
+
"payme.scanQrCode": string;
|
|
13672
|
+
"payme.timeToPay": string;
|
|
13673
|
+
"payme.instructions.steps": string;
|
|
13674
|
+
"payme.instructions.footnote": string;
|
|
13323
13675
|
}>;
|
|
13324
13676
|
'sl-SI': () => Promise<{
|
|
13325
13677
|
default: {
|
|
13326
13678
|
payButton: string;
|
|
13327
13679
|
"payButton.redirecting": string;
|
|
13328
13680
|
"payButton.with": string;
|
|
13681
|
+
"payButton.saveDetails": string;
|
|
13329
13682
|
close: string;
|
|
13330
13683
|
storeDetails: string;
|
|
13331
13684
|
readMore: string;
|
|
@@ -13443,6 +13796,7 @@ declare const _default: {
|
|
|
13443
13796
|
donateButton: string;
|
|
13444
13797
|
notNowButton: string;
|
|
13445
13798
|
thanksForYourSupport: string;
|
|
13799
|
+
"resultMessages.preauthorized": string;
|
|
13446
13800
|
preauthorizeWith: string;
|
|
13447
13801
|
confirmPreauthorization: string;
|
|
13448
13802
|
confirmPurchase: string;
|
|
@@ -13625,10 +13979,17 @@ declare const _default: {
|
|
|
13625
13979
|
"ancv.confirmPayment": string;
|
|
13626
13980
|
"ancv.form.instruction": string;
|
|
13627
13981
|
"ancv.beneficiaryId.invalid": string;
|
|
13982
|
+
"payme.openPayMeApp": string;
|
|
13983
|
+
"payme.redirectButtonLabel": string;
|
|
13984
|
+
"payme.scanQrCode": string;
|
|
13985
|
+
"payme.timeToPay": string;
|
|
13986
|
+
"payme.instructions.steps": string;
|
|
13987
|
+
"payme.instructions.footnote": string;
|
|
13628
13988
|
};
|
|
13629
13989
|
payButton: string;
|
|
13630
13990
|
"payButton.redirecting": string;
|
|
13631
13991
|
"payButton.with": string;
|
|
13992
|
+
"payButton.saveDetails": string;
|
|
13632
13993
|
close: string;
|
|
13633
13994
|
storeDetails: string;
|
|
13634
13995
|
readMore: string;
|
|
@@ -13746,6 +14107,7 @@ declare const _default: {
|
|
|
13746
14107
|
donateButton: string;
|
|
13747
14108
|
notNowButton: string;
|
|
13748
14109
|
thanksForYourSupport: string;
|
|
14110
|
+
"resultMessages.preauthorized": string;
|
|
13749
14111
|
preauthorizeWith: string;
|
|
13750
14112
|
confirmPreauthorization: string;
|
|
13751
14113
|
confirmPurchase: string;
|
|
@@ -13928,12 +14290,19 @@ declare const _default: {
|
|
|
13928
14290
|
"ancv.confirmPayment": string;
|
|
13929
14291
|
"ancv.form.instruction": string;
|
|
13930
14292
|
"ancv.beneficiaryId.invalid": string;
|
|
14293
|
+
"payme.openPayMeApp": string;
|
|
14294
|
+
"payme.redirectButtonLabel": string;
|
|
14295
|
+
"payme.scanQrCode": string;
|
|
14296
|
+
"payme.timeToPay": string;
|
|
14297
|
+
"payme.instructions.steps": string;
|
|
14298
|
+
"payme.instructions.footnote": string;
|
|
13931
14299
|
}>;
|
|
13932
14300
|
'sv-SE': () => Promise<{
|
|
13933
14301
|
default: {
|
|
13934
14302
|
payButton: string;
|
|
13935
14303
|
"payButton.redirecting": string;
|
|
13936
14304
|
"payButton.with": string;
|
|
14305
|
+
"payButton.saveDetails": string;
|
|
13937
14306
|
close: string;
|
|
13938
14307
|
storeDetails: string;
|
|
13939
14308
|
readMore: string;
|
|
@@ -14051,6 +14420,7 @@ declare const _default: {
|
|
|
14051
14420
|
donateButton: string;
|
|
14052
14421
|
notNowButton: string;
|
|
14053
14422
|
thanksForYourSupport: string;
|
|
14423
|
+
"resultMessages.preauthorized": string;
|
|
14054
14424
|
preauthorizeWith: string;
|
|
14055
14425
|
confirmPreauthorization: string;
|
|
14056
14426
|
confirmPurchase: string;
|
|
@@ -14231,10 +14601,17 @@ declare const _default: {
|
|
|
14231
14601
|
"ancv.confirmPayment": string;
|
|
14232
14602
|
"ancv.form.instruction": string;
|
|
14233
14603
|
"ancv.beneficiaryId.invalid": string;
|
|
14604
|
+
"payme.openPayMeApp": string;
|
|
14605
|
+
"payme.redirectButtonLabel": string;
|
|
14606
|
+
"payme.scanQrCode": string;
|
|
14607
|
+
"payme.timeToPay": string;
|
|
14608
|
+
"payme.instructions.steps": string;
|
|
14609
|
+
"payme.instructions.footnote": string;
|
|
14234
14610
|
};
|
|
14235
14611
|
payButton: string;
|
|
14236
14612
|
"payButton.redirecting": string;
|
|
14237
14613
|
"payButton.with": string;
|
|
14614
|
+
"payButton.saveDetails": string;
|
|
14238
14615
|
close: string;
|
|
14239
14616
|
storeDetails: string;
|
|
14240
14617
|
readMore: string;
|
|
@@ -14352,6 +14729,7 @@ declare const _default: {
|
|
|
14352
14729
|
donateButton: string;
|
|
14353
14730
|
notNowButton: string;
|
|
14354
14731
|
thanksForYourSupport: string;
|
|
14732
|
+
"resultMessages.preauthorized": string;
|
|
14355
14733
|
preauthorizeWith: string;
|
|
14356
14734
|
confirmPreauthorization: string;
|
|
14357
14735
|
confirmPurchase: string;
|
|
@@ -14532,12 +14910,19 @@ declare const _default: {
|
|
|
14532
14910
|
"ancv.confirmPayment": string;
|
|
14533
14911
|
"ancv.form.instruction": string;
|
|
14534
14912
|
"ancv.beneficiaryId.invalid": string;
|
|
14913
|
+
"payme.openPayMeApp": string;
|
|
14914
|
+
"payme.redirectButtonLabel": string;
|
|
14915
|
+
"payme.scanQrCode": string;
|
|
14916
|
+
"payme.timeToPay": string;
|
|
14917
|
+
"payme.instructions.steps": string;
|
|
14918
|
+
"payme.instructions.footnote": string;
|
|
14535
14919
|
}>;
|
|
14536
14920
|
'zh-CN': () => Promise<{
|
|
14537
14921
|
default: {
|
|
14538
14922
|
payButton: string;
|
|
14539
14923
|
"payButton.redirecting": string;
|
|
14540
14924
|
"payButton.with": string;
|
|
14925
|
+
"payButton.saveDetails": string;
|
|
14541
14926
|
close: string;
|
|
14542
14927
|
storeDetails: string;
|
|
14543
14928
|
readMore: string;
|
|
@@ -14655,6 +15040,7 @@ declare const _default: {
|
|
|
14655
15040
|
donateButton: string;
|
|
14656
15041
|
notNowButton: string;
|
|
14657
15042
|
thanksForYourSupport: string;
|
|
15043
|
+
"resultMessages.preauthorized": string;
|
|
14658
15044
|
preauthorizeWith: string;
|
|
14659
15045
|
confirmPreauthorization: string;
|
|
14660
15046
|
confirmPurchase: string;
|
|
@@ -14836,10 +15222,17 @@ declare const _default: {
|
|
|
14836
15222
|
"ancv.confirmPayment": string;
|
|
14837
15223
|
"ancv.form.instruction": string;
|
|
14838
15224
|
"ancv.beneficiaryId.invalid": string;
|
|
15225
|
+
"payme.openPayMeApp": string;
|
|
15226
|
+
"payme.redirectButtonLabel": string;
|
|
15227
|
+
"payme.scanQrCode": string;
|
|
15228
|
+
"payme.timeToPay": string;
|
|
15229
|
+
"payme.instructions.steps": string;
|
|
15230
|
+
"payme.instructions.footnote": string;
|
|
14839
15231
|
};
|
|
14840
15232
|
payButton: string;
|
|
14841
15233
|
"payButton.redirecting": string;
|
|
14842
15234
|
"payButton.with": string;
|
|
15235
|
+
"payButton.saveDetails": string;
|
|
14843
15236
|
close: string;
|
|
14844
15237
|
storeDetails: string;
|
|
14845
15238
|
readMore: string;
|
|
@@ -14957,6 +15350,7 @@ declare const _default: {
|
|
|
14957
15350
|
donateButton: string;
|
|
14958
15351
|
notNowButton: string;
|
|
14959
15352
|
thanksForYourSupport: string;
|
|
15353
|
+
"resultMessages.preauthorized": string;
|
|
14960
15354
|
preauthorizeWith: string;
|
|
14961
15355
|
confirmPreauthorization: string;
|
|
14962
15356
|
confirmPurchase: string;
|
|
@@ -15138,12 +15532,19 @@ declare const _default: {
|
|
|
15138
15532
|
"ancv.confirmPayment": string;
|
|
15139
15533
|
"ancv.form.instruction": string;
|
|
15140
15534
|
"ancv.beneficiaryId.invalid": string;
|
|
15535
|
+
"payme.openPayMeApp": string;
|
|
15536
|
+
"payme.redirectButtonLabel": string;
|
|
15537
|
+
"payme.scanQrCode": string;
|
|
15538
|
+
"payme.timeToPay": string;
|
|
15539
|
+
"payme.instructions.steps": string;
|
|
15540
|
+
"payme.instructions.footnote": string;
|
|
15141
15541
|
}>;
|
|
15142
15542
|
'zh-TW': () => Promise<{
|
|
15143
15543
|
default: {
|
|
15144
15544
|
payButton: string;
|
|
15145
15545
|
"payButton.redirecting": string;
|
|
15146
15546
|
"payButton.with": string;
|
|
15547
|
+
"payButton.saveDetails": string;
|
|
15147
15548
|
close: string;
|
|
15148
15549
|
storeDetails: string;
|
|
15149
15550
|
readMore: string;
|
|
@@ -15261,6 +15662,7 @@ declare const _default: {
|
|
|
15261
15662
|
donateButton: string;
|
|
15262
15663
|
notNowButton: string;
|
|
15263
15664
|
thanksForYourSupport: string;
|
|
15665
|
+
"resultMessages.preauthorized": string;
|
|
15264
15666
|
preauthorizeWith: string;
|
|
15265
15667
|
confirmPreauthorization: string;
|
|
15266
15668
|
confirmPurchase: string;
|
|
@@ -15443,10 +15845,17 @@ declare const _default: {
|
|
|
15443
15845
|
"ancv.confirmPayment": string;
|
|
15444
15846
|
"ancv.form.instruction": string;
|
|
15445
15847
|
"ancv.beneficiaryId.invalid": string;
|
|
15848
|
+
"payme.openPayMeApp": string;
|
|
15849
|
+
"payme.redirectButtonLabel": string;
|
|
15850
|
+
"payme.scanQrCode": string;
|
|
15851
|
+
"payme.timeToPay": string;
|
|
15852
|
+
"payme.instructions.steps": string;
|
|
15853
|
+
"payme.instructions.footnote": string;
|
|
15446
15854
|
};
|
|
15447
15855
|
payButton: string;
|
|
15448
15856
|
"payButton.redirecting": string;
|
|
15449
15857
|
"payButton.with": string;
|
|
15858
|
+
"payButton.saveDetails": string;
|
|
15450
15859
|
close: string;
|
|
15451
15860
|
storeDetails: string;
|
|
15452
15861
|
readMore: string;
|
|
@@ -15564,6 +15973,7 @@ declare const _default: {
|
|
|
15564
15973
|
donateButton: string;
|
|
15565
15974
|
notNowButton: string;
|
|
15566
15975
|
thanksForYourSupport: string;
|
|
15976
|
+
"resultMessages.preauthorized": string;
|
|
15567
15977
|
preauthorizeWith: string;
|
|
15568
15978
|
confirmPreauthorization: string;
|
|
15569
15979
|
confirmPurchase: string;
|
|
@@ -15746,6 +16156,12 @@ declare const _default: {
|
|
|
15746
16156
|
"ancv.confirmPayment": string;
|
|
15747
16157
|
"ancv.form.instruction": string;
|
|
15748
16158
|
"ancv.beneficiaryId.invalid": string;
|
|
16159
|
+
"payme.openPayMeApp": string;
|
|
16160
|
+
"payme.redirectButtonLabel": string;
|
|
16161
|
+
"payme.scanQrCode": string;
|
|
16162
|
+
"payme.timeToPay": string;
|
|
16163
|
+
"payme.instructions.steps": string;
|
|
16164
|
+
"payme.instructions.footnote": string;
|
|
15749
16165
|
}>;
|
|
15750
16166
|
};
|
|
15751
16167
|
export default _default;
|