@netceterapx/click-to-pay-sdk 2.8.0 → 3.0.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.
@@ -4281,22 +4281,37 @@ var LANG = /* @__PURE__ */ ((LANG2) => {
4281
4281
  LANG2["ar_AE"] = "ar_AE";
4282
4282
  LANG2["ar_SA"] = "ar_SA";
4283
4283
  LANG2["bg_BG"] = "bg_BG";
4284
+ LANG2["ca_ES"] = "ca_ES";
4284
4285
  LANG2["cs_CZ"] = "cs_CZ";
4286
+ LANG2["cy_GB"] = "cy_GB";
4285
4287
  LANG2["da_DA"] = "da_DA";
4286
4288
  LANG2["de_AT"] = "de_AT";
4287
4289
  LANG2["de_DE"] = "de_DE";
4288
4290
  LANG2["el_GR"] = "el_GR";
4289
4291
  LANG2["en_GB"] = "en_GB";
4292
+ LANG2["en_LU"] = "en_LU";
4293
+ LANG2["en_NZ"] = "en_NZ";
4290
4294
  LANG2["en_US"] = "en_US";
4295
+ LANG2["en_ZA"] = "en_ZA";
4291
4296
  LANG2["en_AU"] = "en_AU";
4297
+ LANG2["en_CA"] = "en_CA";
4292
4298
  LANG2["es_ES"] = "es_ES";
4299
+ LANG2["et_EE"] = "et_EE";
4300
+ LANG2["eu_ES"] = "eu_ES";
4293
4301
  LANG2["fi_FI"] = "fi_FI";
4302
+ LANG2["fr_BE"] = "fr_BE";
4303
+ LANG2["fr_CA"] = "fr_CA";
4294
4304
  LANG2["fr_FR"] = "fr_FR";
4305
+ LANG2["fr_LU"] = "fr_LU";
4306
+ LANG2["ga_IE"] = "ga_IE";
4307
+ LANG2["gl_ES"] = "gl_ES";
4295
4308
  LANG2["hr_HR"] = "hr_HR";
4296
4309
  LANG2["hu_HU"] = "hu_HU";
4297
4310
  LANG2["it_IT"] = "it_IT";
4298
4311
  LANG2["ja_JP"] = "ja_JP";
4312
+ LANG2["lt_LT"] = "lt_LT";
4299
4313
  LANG2["lv_LV"] = "lv_LV";
4314
+ LANG2["mt_MT"] = "mt_MT";
4300
4315
  LANG2["nl_BE"] = "nl_BE";
4301
4316
  LANG2["nl_NL"] = "nl_NL";
4302
4317
  LANG2["no_NO"] = "no_NO";
@@ -4308,6 +4323,7 @@ var LANG = /* @__PURE__ */ ((LANG2) => {
4308
4323
  LANG2["sl_SL"] = "sl_SL";
4309
4324
  LANG2["sv_FI"] = "sv_FI";
4310
4325
  LANG2["sv_SE"] = "sv_SE";
4326
+ LANG2["tr_TR"] = "tr_TR";
4311
4327
  LANG2["uk_UA"] = "uk_UA";
4312
4328
  LANG2["vi_VN"] = "vi_VN";
4313
4329
  return LANG2;
@@ -4690,6 +4706,10 @@ const dictionary = {
4690
4706
  [LANG.en_US]: "Resend code",
4691
4707
  [LANG.en_GB]: "Resend code",
4692
4708
  [LANG.en_AU]: "Resend code",
4709
+ [LANG.en_LU]: "Resend code",
4710
+ [LANG.en_NZ]: "Resend code",
4711
+ [LANG.en_ZA]: "Resend code",
4712
+ [LANG.en_CA]: "Resend code",
4693
4713
  [LANG.de_DE]: "Code erneut senden",
4694
4714
  [LANG.cs_CZ]: "Znovu odeslat kód",
4695
4715
  [LANG.sk_SK]: "Znovu odoslať kód",
@@ -4707,6 +4727,8 @@ const dictionary = {
4707
4727
  [LANG.es_ES]: "Reenviar el código",
4708
4728
  [LANG.fi_FI]: "Lähetä koodi uudelleen",
4709
4729
  [LANG.fr_FR]: "Renvoyer le code",
4730
+ [LANG.fr_BE]: "Renvoyer le code",
4731
+ [LANG.fr_LU]: "Renvoyer le code",
4710
4732
  [LANG.hr_HR]: "Ponovno slanje koda",
4711
4733
  [LANG.it_IT]: "Invia il codice di nuovo",
4712
4734
  [LANG.lv_LV]: "Nosūtīt kodu vēlreiz",
@@ -4718,12 +4740,26 @@ const dictionary = {
4718
4740
  [LANG.sv_SE]: "Skicka koden igen",
4719
4741
  [LANG.sv_FI]: "Skicka koden igen",
4720
4742
  [LANG.ja_JP]: "コードを再送信",
4721
- [LANG.vi_VN]: "Gửi lại mã"
4743
+ [LANG.vi_VN]: "Gửi lại mã",
4744
+ [LANG.eu_ES]: "Bidali kodea",
4745
+ [LANG.ca_ES]: "Renereu el codi",
4746
+ [LANG.ga_IE]: "An cód a aischur",
4747
+ [LANG.gl_ES]: "Código de reenvío",
4748
+ [LANG.et_EE]: "Uuesti koodi",
4749
+ [LANG.fr_CA]: "Code de resend",
4750
+ [LANG.lt_LT]: "Iš naujo pateikti kodą",
4751
+ [LANG.mt_MT]: "Ibgħat mill-ġdid il-kodiċi",
4752
+ [LANG.tr_TR]: "Kodu yeniden gönder",
4753
+ [LANG.cy_GB]: "Cod Ail -lenio"
4722
4754
  },
4723
4755
  oneTimeCode: {
4724
4756
  [LANG.en_US]: "One time code",
4725
4757
  [LANG.en_GB]: "One-time code",
4726
4758
  [LANG.en_AU]: "One-time code",
4759
+ [LANG.en_LU]: "One-time code",
4760
+ [LANG.en_NZ]: "One-time code",
4761
+ [LANG.en_ZA]: "One-time code",
4762
+ [LANG.en_CA]: "One-time code",
4727
4763
  [LANG.de_DE]: "Einmaliger Code",
4728
4764
  [LANG.cs_CZ]: "Jednorázový kód",
4729
4765
  [LANG.sk_SK]: "Jednorazový kód",
@@ -4741,6 +4777,8 @@ const dictionary = {
4741
4777
  [LANG.es_ES]: "Código de un solo uso",
4742
4778
  [LANG.fi_FI]: "Kertakäyttöinen koodi",
4743
4779
  [LANG.fr_FR]: "Code à usage unique",
4780
+ [LANG.fr_BE]: "Code à usage unique",
4781
+ [LANG.fr_LU]: "Code à usage unique",
4744
4782
  [LANG.hr_HR]: "Jednokratni kod",
4745
4783
  [LANG.it_IT]: "Codice unico",
4746
4784
  [LANG.lv_LV]: "Vienreizējais piekļuves kods",
@@ -4752,12 +4790,26 @@ const dictionary = {
4752
4790
  [LANG.sv_SE]: "Engångskod",
4753
4791
  [LANG.sv_FI]: "Engångskod",
4754
4792
  [LANG.ja_JP]: "ワンタイムコード",
4755
- [LANG.vi_VN]: "Mã số dùng một lần"
4793
+ [LANG.vi_VN]: "Mã số dùng một lần",
4794
+ [LANG.eu_ES]: "Bat denbora-kodea",
4795
+ [LANG.ca_ES]: "Codi d'una sola vegada",
4796
+ [LANG.ga_IE]: "Cód ama amháin",
4797
+ [LANG.gl_ES]: "Código único",
4798
+ [LANG.et_EE]: "Ühe ajakood",
4799
+ [LANG.fr_CA]: "Code unique",
4800
+ [LANG.lt_LT]: "Vieno laiko kodas",
4801
+ [LANG.mt_MT]: "Kodiċi ta 'darba",
4802
+ [LANG.tr_TR]: "Bir Zaman Kodu",
4803
+ [LANG.cy_GB]: "Cod un amser"
4756
4804
  },
4757
4805
  verifyAndContinue: {
4758
4806
  [LANG.en_US]: "Verify & continue",
4759
4807
  [LANG.en_GB]: "Verify & continue",
4760
4808
  [LANG.en_AU]: "Verify & continue",
4809
+ [LANG.en_LU]: "Verify & continue",
4810
+ [LANG.en_NZ]: "Verify & continue",
4811
+ [LANG.en_ZA]: "Verify & continue",
4812
+ [LANG.en_CA]: "Verify & continue",
4761
4813
  [LANG.de_DE]: "Überprüfen und fortfahren",
4762
4814
  [LANG.cs_CZ]: "Ověřit & Pokračovat",
4763
4815
  [LANG.sk_SK]: "Overiť & Pokračovať",
@@ -4775,6 +4827,8 @@ const dictionary = {
4775
4827
  [LANG.es_ES]: "Revisa y continúa",
4776
4828
  [LANG.fi_FI]: "Vahvista ja jatka",
4777
4829
  [LANG.fr_FR]: "Vérifier et continuer",
4830
+ [LANG.fr_BE]: "Vérifier et continuer",
4831
+ [LANG.fr_LU]: "Vérifier et continuer",
4778
4832
  [LANG.hr_HR]: "Provjera i nastavak",
4779
4833
  [LANG.it_IT]: "Verifica e continua",
4780
4834
  [LANG.lv_LV]: "Verificēt un turpināt",
@@ -4786,12 +4840,26 @@ const dictionary = {
4786
4840
  [LANG.sv_SE]: "Bekräfta och fortsätt",
4787
4841
  [LANG.sv_FI]: "Bekräfta och fortsätt",
4788
4842
  [LANG.ja_JP]: "認証して続行",
4789
- [LANG.vi_VN]: "Xác nhận và tiếp tục"
4843
+ [LANG.vi_VN]: "Xác nhận và tiếp tục",
4844
+ [LANG.eu_ES]: "Egiaztatu eta jarraitu",
4845
+ [LANG.ca_ES]: "Verifiqueu i continueu",
4846
+ [LANG.ga_IE]: "Fíoraigh agus lean ar aghaidh",
4847
+ [LANG.gl_ES]: "Verifique e continúa",
4848
+ [LANG.et_EE]: "Kontrollige ja jätkake",
4849
+ [LANG.fr_CA]: "Vérifiez et continuez",
4850
+ [LANG.lt_LT]: "Patikrinkite ir tęskite",
4851
+ [LANG.mt_MT]: "Ivverifika & Kompli",
4852
+ [LANG.tr_TR]: "Doğrula ve devam et",
4853
+ [LANG.cy_GB]: "Gwirio a pharhau"
4790
4854
  },
4791
4855
  moreCards: {
4792
4856
  [LANG.en_US]: "More Cards",
4793
4857
  [LANG.en_GB]: "More Cards",
4794
4858
  [LANG.en_AU]: "More Cards",
4859
+ [LANG.en_LU]: "More Cards",
4860
+ [LANG.en_NZ]: "More Cards",
4861
+ [LANG.en_ZA]: "More Cards",
4862
+ [LANG.en_CA]: "More Cards",
4795
4863
  [LANG.de_DE]: "Weitere Karten",
4796
4864
  [LANG.cs_CZ]: "Více karet",
4797
4865
  [LANG.sk_SK]: "Viac kariet",
@@ -4809,6 +4877,8 @@ const dictionary = {
4809
4877
  [LANG.es_ES]: "Más tarjetas",
4810
4878
  [LANG.fi_FI]: "Lisää kortteja",
4811
4879
  [LANG.fr_FR]: "Plus de cartes",
4880
+ [LANG.fr_BE]: "Plus de cartes",
4881
+ [LANG.fr_LU]: "Plus de cartes",
4812
4882
  [LANG.hr_HR]: "Više kartica",
4813
4883
  [LANG.it_IT]: "Più carte",
4814
4884
  [LANG.lv_LV]: "Vairāk karšu",
@@ -4820,12 +4890,26 @@ const dictionary = {
4820
4890
  [LANG.sv_SE]: "Fler kort",
4821
4891
  [LANG.sv_FI]: "Fler kort",
4822
4892
  [LANG.ja_JP]: "カードの表示を増やす",
4823
- [LANG.vi_VN]: "Thêm thẻ"
4893
+ [LANG.vi_VN]: "Thêm thẻ",
4894
+ [LANG.eu_ES]: "Txartel gehiago",
4895
+ [LANG.ca_ES]: "Més cartes",
4896
+ [LANG.ga_IE]: "Tuilleadh Cártaí",
4897
+ [LANG.gl_ES]: "Máis cartas",
4898
+ [LANG.et_EE]: "Veel kaarte",
4899
+ [LANG.fr_CA]: "Plus de cartes",
4900
+ [LANG.lt_LT]: "Daugiau kortelių",
4901
+ [LANG.mt_MT]: "Aktar karti",
4902
+ [LANG.tr_TR]: "Daha Fazla Kart",
4903
+ [LANG.cy_GB]: "Mwy o gardiau"
4824
4904
  },
4825
4905
  lessCards: {
4826
4906
  [LANG.en_US]: "Less Cards",
4827
4907
  [LANG.en_GB]: "Fewer Cards",
4828
4908
  [LANG.en_AU]: "Less Cards",
4909
+ [LANG.en_LU]: "Less Cards",
4910
+ [LANG.en_NZ]: "Less Cards",
4911
+ [LANG.en_ZA]: "Less Cards",
4912
+ [LANG.en_CA]: "Less Cards",
4829
4913
  [LANG.de_DE]: "Weniger Karten",
4830
4914
  [LANG.cs_CZ]: "Méně karet",
4831
4915
  [LANG.sk_SK]: "Menej kariet",
@@ -4843,6 +4927,8 @@ const dictionary = {
4843
4927
  [LANG.es_ES]: "Menos tarjetas",
4844
4928
  [LANG.fi_FI]: "Vähemmän kortteja",
4845
4929
  [LANG.fr_FR]: "Moins de cartes",
4930
+ [LANG.fr_BE]: "Moins de cartes",
4931
+ [LANG.fr_LU]: "Moins de cartes",
4846
4932
  [LANG.hr_HR]: "Manje kartica",
4847
4933
  [LANG.it_IT]: "Meno carte",
4848
4934
  [LANG.lv_LV]: "Mazāk karšu",
@@ -4854,12 +4940,26 @@ const dictionary = {
4854
4940
  [LANG.sv_SE]: "Färre kort",
4855
4941
  [LANG.sv_FI]: "Färre kort",
4856
4942
  [LANG.ja_JP]: "カードの表示を減らす",
4857
- [LANG.vi_VN]: "Ẩn thẻ"
4943
+ [LANG.vi_VN]: "Ẩn thẻ",
4944
+ [LANG.eu_ES]: "Txartel gutxiago",
4945
+ [LANG.ca_ES]: "Menys cartes",
4946
+ [LANG.ga_IE]: "Níos lú cártaí",
4947
+ [LANG.gl_ES]: "Menos tarxetas",
4948
+ [LANG.et_EE]: "Vähem kaarte",
4949
+ [LANG.fr_CA]: "Moins de cartes",
4950
+ [LANG.lt_LT]: "Mažiau kortelių",
4951
+ [LANG.mt_MT]: "Inqas karti",
4952
+ [LANG.tr_TR]: "Daha az kart",
4953
+ [LANG.cy_GB]: "Llai o gardiau"
4858
4954
  },
4859
4955
  accessCards: {
4860
4956
  [LANG.en_US]: "Access Cards",
4861
4957
  [LANG.en_GB]: "Access Cards",
4862
4958
  [LANG.en_AU]: "Access Cards",
4959
+ [LANG.en_LU]: "Access Cards",
4960
+ [LANG.en_NZ]: "Access Cards",
4961
+ [LANG.en_ZA]: "Access Cards",
4962
+ [LANG.en_CA]: "Access Cards",
4863
4963
  [LANG.de_DE]: "Auf Karten zugreifen",
4864
4964
  [LANG.cs_CZ]: "Zobrazit karty",
4865
4965
  [LANG.sk_SK]: "Zobraziť karty",
@@ -4877,6 +4977,8 @@ const dictionary = {
4877
4977
  [LANG.es_ES]: "Acceder a las tarjetas",
4878
4978
  [LANG.fi_FI]: "Käytä kortteja",
4879
4979
  [LANG.fr_FR]: "Accédez aux cartes",
4980
+ [LANG.fr_BE]: "Accédez aux cartes",
4981
+ [LANG.fr_LU]: "Accédez aux cartes",
4880
4982
  [LANG.hr_HR]: "Pristup karticama",
4881
4983
  [LANG.it_IT]: "Carte di accesso",
4882
4984
  [LANG.lv_LV]: "Piekļūt kartēm",
@@ -4888,12 +4990,26 @@ const dictionary = {
4888
4990
  [LANG.sv_SE]: "Åtkomst till kort",
4889
4991
  [LANG.sv_FI]: "Åtkomst till kort",
4890
4992
  [LANG.ja_JP]: "カードにアクセス",
4891
- [LANG.vi_VN]: "Sử dụng thẻ"
4993
+ [LANG.vi_VN]: "Sử dụng thẻ",
4994
+ [LANG.eu_ES]: "Sarbide txartelak",
4995
+ [LANG.ca_ES]: "Targetes d'accés",
4996
+ [LANG.ga_IE]: "Cártaí Rochtana",
4997
+ [LANG.gl_ES]: "Tarxetas de acceso",
4998
+ [LANG.et_EE]: "Juurdepääsukaardid",
4999
+ [LANG.fr_CA]: "Cartes d'accès",
5000
+ [LANG.lt_LT]: "Prieigos kortelės",
5001
+ [LANG.mt_MT]: "Karti ta 'Aċċess",
5002
+ [LANG.tr_TR]: "Erişim Kartları",
5003
+ [LANG.cy_GB]: "Cardiau Mynediad"
4892
5004
  },
4893
5005
  pay: {
4894
5006
  [LANG.en_US]: "Pay [amount] [currency][with]",
4895
5007
  [LANG.en_GB]: "Pay [amount] [currency][with]",
4896
5008
  [LANG.en_AU]: "Pay [amount] [currency][with]",
5009
+ [LANG.en_LU]: "Pay [amount] [currency][with]",
5010
+ [LANG.en_NZ]: "Pay [amount] [currency][with]",
5011
+ [LANG.en_ZA]: "Pay [amount] [currency][with]",
5012
+ [LANG.en_CA]: "Pay [amount] [currency][with]",
4897
5013
  [LANG.de_DE]: "Bezahlen [amount] [currency][with]",
4898
5014
  [LANG.cs_CZ]: "Zaplatit [amount] [currency][with]",
4899
5015
  [LANG.sk_SK]: "Zaplatiť [amount] [currency][with]",
@@ -4911,6 +5027,8 @@ const dictionary = {
4911
5027
  [LANG.es_ES]: "Pagar [amount] [currency][with]",
4912
5028
  [LANG.fi_FI]: "Maksa [amount] [currency][with]",
4913
5029
  [LANG.fr_FR]: "Payer [amount] [currency][with]",
5030
+ [LANG.fr_BE]: "Payer [amount] [currency][with]",
5031
+ [LANG.fr_LU]: "Payer [amount] [currency][with]",
4914
5032
  [LANG.hr_HR]: "Plaćanje [amount] [currency][with]",
4915
5033
  [LANG.it_IT]: "Paga [amount] [currency][with]",
4916
5034
  [LANG.lv_LV]: "Maksāt [amount] [currency][with]",
@@ -4922,12 +5040,26 @@ const dictionary = {
4922
5040
  [LANG.sv_SE]: "Betala [amount] [currency][with]",
4923
5041
  [LANG.sv_FI]: "Betala [amount] [currency][with]",
4924
5042
  [LANG.ja_JP]: "[with][amount] [currency]を決済",
4925
- [LANG.vi_VN]: "Thanh toán [amount] [currency][with]"
5043
+ [LANG.vi_VN]: "Thanh toán [amount] [currency][with]",
5044
+ [LANG.eu_ES]: "Ordaindu [amount] [currency] [with]",
5045
+ [LANG.ca_ES]: "Pagar [amount] [currency] [with]",
5046
+ [LANG.ga_IE]: "Íoc [amount] [currency] [with]",
5047
+ [LANG.gl_ES]: "Pagar [amount] [currency] [with]",
5048
+ [LANG.et_EE]: "Makske [amount] [currency] [with]",
5049
+ [LANG.fr_CA]: "Payer [amount] [currency] [with]",
5050
+ [LANG.lt_LT]: "Mokėti [amount] [currency] [with]",
5051
+ [LANG.mt_MT]: "Tħallas [amount] [currency] [with]",
5052
+ [LANG.tr_TR]: "Ödeme [amount] [currency] [with]",
5053
+ [LANG.cy_GB]: "Talu [amount] [currency] [with]"
4926
5054
  },
4927
5055
  with: {
4928
5056
  [LANG.en_US]: " with [panLastFour]",
4929
5057
  [LANG.en_GB]: " with [panLastFour]",
4930
5058
  [LANG.en_AU]: " with [panLastFour]",
5059
+ [LANG.en_LU]: " with [panLastFour]",
5060
+ [LANG.en_NZ]: " with [panLastFour]",
5061
+ [LANG.en_ZA]: " with [panLastFour]",
5062
+ [LANG.en_CA]: " with [panLastFour]",
4931
5063
  [LANG.de_DE]: " mit [panLastFour]",
4932
5064
  [LANG.cs_CZ]: " pomocí [panLastFour]",
4933
5065
  [LANG.sk_SK]: " kartou [panLastFour]",
@@ -4945,6 +5077,8 @@ const dictionary = {
4945
5077
  [LANG.es_ES]: " con [panLastFour]",
4946
5078
  [LANG.fi_FI]: " kortilla [panLastFour]",
4947
5079
  [LANG.fr_FR]: " avec [panLastFour]",
5080
+ [LANG.fr_BE]: " avec [panLastFour]",
5081
+ [LANG.fr_LU]: " avec [panLastFour]",
4948
5082
  [LANG.hr_HR]: " karticom [panLastFour]",
4949
5083
  [LANG.it_IT]: " con [panLastFour]",
4950
5084
  [LANG.lv_LV]: " ar [panLastFour]",
@@ -4956,16 +5090,32 @@ const dictionary = {
4956
5090
  [LANG.sv_SE]: " med [panLastFour]",
4957
5091
  [LANG.sv_FI]: " med [panLastFour]",
4958
5092
  [LANG.ja_JP]: "[panLastFour]で ",
4959
- [LANG.vi_VN]: " với [panLastFour]"
5093
+ [LANG.vi_VN]: " với [panLastFour]",
5094
+ [LANG.eu_ES]: "[panLastFour] rekin",
5095
+ [LANG.ca_ES]: "amb [panLastFour]",
5096
+ [LANG.ga_IE]: "Le [panLastFour]",
5097
+ [LANG.gl_ES]: "con [panLastFour]",
5098
+ [LANG.et_EE]: "koos [panLastFour]",
5099
+ [LANG.fr_CA]: "avec [panLastFour]",
5100
+ [LANG.lt_LT]: "su [panLastFour]",
5101
+ [LANG.mt_MT]: "b '[panLastFour]",
5102
+ [LANG.tr_TR]: "[panLastFour] ile",
5103
+ [LANG.cy_GB]: "gyda [panLastFour]"
4960
5104
  },
4961
5105
  goBack: {
4962
5106
  [LANG.en_US]: "Go Back",
4963
5107
  [LANG.en_GB]: "Go Back",
4964
5108
  [LANG.en_AU]: "Go Back",
5109
+ [LANG.en_LU]: "Go Back",
5110
+ [LANG.en_NZ]: "Go Back",
5111
+ [LANG.en_ZA]: "Go Back",
5112
+ [LANG.en_CA]: "Go Back",
4965
5113
  [LANG.de_DE]: "Zurück",
4966
5114
  [LANG.cs_CZ]: "Zpět",
4967
5115
  [LANG.sk_SK]: "Späť",
4968
5116
  [LANG.fr_FR]: "Retour",
5117
+ [LANG.fr_BE]: "Retour",
5118
+ [LANG.fr_LU]: "Retour",
4969
5119
  [LANG.nl_NL]: "Ga terug",
4970
5120
  [LANG.nl_BE]: "Ga terug",
4971
5121
  [LANG.it_IT]: "Torna indietro",
@@ -4990,12 +5140,26 @@ const dictionary = {
4990
5140
  [LANG.lv_LV]: "Atpakaļ",
4991
5141
  [LANG.uk_UA]: "Повернутися назад",
4992
5142
  [LANG.ja_JP]: "戻る",
4993
- [LANG.vi_VN]: "Quay lại"
5143
+ [LANG.vi_VN]: "Quay lại",
5144
+ [LANG.eu_ES]: "Itzuli atzera",
5145
+ [LANG.ca_ES]: "Tornar enrere",
5146
+ [LANG.ga_IE]: "Téigh ar ais",
5147
+ [LANG.gl_ES]: "Volver",
5148
+ [LANG.et_EE]: "Tagasi minema",
5149
+ [LANG.fr_CA]: "Revenir",
5150
+ [LANG.lt_LT]: "Grįžk atgal",
5151
+ [LANG.mt_MT]: "Mur lura",
5152
+ [LANG.tr_TR]: "Geri gitmek",
5153
+ [LANG.cy_GB]: "Mynd yn ôl"
4994
5154
  },
4995
5155
  switchId: {
4996
5156
  [LANG.en_US]: "Switch ID",
4997
5157
  [LANG.en_GB]: "Switch ID",
4998
5158
  [LANG.en_AU]: "Switch ID",
5159
+ [LANG.en_LU]: "Switch ID",
5160
+ [LANG.en_NZ]: "Switch ID",
5161
+ [LANG.en_ZA]: "Switch ID",
5162
+ [LANG.en_CA]: "Switch ID",
4999
5163
  [LANG.de_DE]: "ID wechseln",
5000
5164
  [LANG.cs_CZ]: "Přepnout ID",
5001
5165
  [LANG.sk_SK]: "Prepnúť ID",
@@ -5013,6 +5177,8 @@ const dictionary = {
5013
5177
  [LANG.es_ES]: "Cambiar de ID",
5014
5178
  [LANG.fi_FI]: "Vaihda tunnus",
5015
5179
  [LANG.fr_FR]: "Changer d’ID",
5180
+ [LANG.fr_BE]: "Changer d’ID",
5181
+ [LANG.fr_LU]: "Changer d’ID",
5016
5182
  [LANG.hr_HR]: "Promijeni ID",
5017
5183
  [LANG.it_IT]: "Cambia ID",
5018
5184
  [LANG.lv_LV]: "Mainīt ID",
@@ -5024,12 +5190,26 @@ const dictionary = {
5024
5190
  [LANG.sv_SE]: "Byt ID",
5025
5191
  [LANG.sv_FI]: "Byt ID",
5026
5192
  [LANG.ja_JP]: "IDを切り替える",
5027
- [LANG.vi_VN]: "Chuyển đổi ID"
5193
+ [LANG.vi_VN]: "Chuyển đổi ID",
5194
+ [LANG.eu_ES]: "Aldatu IDa",
5195
+ [LANG.ca_ES]: "Identificador de commutació",
5196
+ [LANG.ga_IE]: "ID lasc",
5197
+ [LANG.gl_ES]: "ID de cambio",
5198
+ [LANG.et_EE]: "Lüliti ID",
5199
+ [LANG.fr_CA]: "ID de commutation",
5200
+ [LANG.lt_LT]: "Jungiklio ID",
5201
+ [LANG.mt_MT]: "Swiċċ id",
5202
+ [LANG.tr_TR]: "Anahtar Kimliği",
5203
+ [LANG.cy_GB]: "Newid ID"
5028
5204
  },
5029
5205
  cancel: {
5030
5206
  [LANG.en_US]: "Cancel",
5031
5207
  [LANG.en_GB]: "Cancel",
5032
5208
  [LANG.en_AU]: "Cancel",
5209
+ [LANG.en_LU]: "Cancel",
5210
+ [LANG.en_NZ]: "Cancel",
5211
+ [LANG.en_ZA]: "Cancel",
5212
+ [LANG.en_CA]: "Cancel",
5033
5213
  [LANG.de_DE]: "Abbrechen",
5034
5214
  [LANG.cs_CZ]: "Zrušit",
5035
5215
  [LANG.sk_SK]: "Zrušiť",
@@ -5047,6 +5227,8 @@ const dictionary = {
5047
5227
  [LANG.es_ES]: "Cancelar",
5048
5228
  [LANG.fi_FI]: "Peruuta",
5049
5229
  [LANG.fr_FR]: "Annuler",
5230
+ [LANG.fr_BE]: "Annuler",
5231
+ [LANG.fr_LU]: "Annuler",
5050
5232
  [LANG.hr_HR]: "Odustani",
5051
5233
  [LANG.it_IT]: "Annulla",
5052
5234
  [LANG.lv_LV]: "Atcelt",
@@ -5058,16 +5240,32 @@ const dictionary = {
5058
5240
  [LANG.sv_SE]: "Avbryt",
5059
5241
  [LANG.sv_FI]: "Avbryt",
5060
5242
  [LANG.ja_JP]: "キャンセル",
5061
- [LANG.vi_VN]: "Hủy bỏ"
5243
+ [LANG.vi_VN]: "Hủy bỏ",
5244
+ [LANG.eu_ES]: "Indargabetu",
5245
+ [LANG.ca_ES]: "Cancel·lar",
5246
+ [LANG.ga_IE]: "Cealaigh",
5247
+ [LANG.gl_ES]: "Cancelar",
5248
+ [LANG.et_EE]: "Tühistama",
5249
+ [LANG.fr_CA]: "Annuler",
5250
+ [LANG.lt_LT]: "Atšaukti",
5251
+ [LANG.mt_MT]: "Ikkanċella",
5252
+ [LANG.tr_TR]: "İptal etmek",
5253
+ [LANG.cy_GB]: "Chansliff"
5062
5254
  },
5063
5255
  alternativePayment: {
5064
5256
  [LANG.en_US]: "Alternative payment",
5065
5257
  [LANG.en_GB]: "Alternative payment",
5066
5258
  [LANG.en_AU]: "Alternative payment",
5259
+ [LANG.en_LU]: "Alternative payment",
5260
+ [LANG.en_NZ]: "Alternative payment",
5261
+ [LANG.en_ZA]: "Alternative payment",
5262
+ [LANG.en_CA]: "Alternative payment",
5067
5263
  [LANG.de_DE]: "Alternative Zahlung",
5068
5264
  [LANG.cs_CZ]: "Alternativní platba",
5069
5265
  [LANG.sk_SK]: "Alternatívny spôsob platby",
5070
5266
  [LANG.fr_FR]: "Autre mode de paiement",
5267
+ [LANG.fr_BE]: "Autre mode de paiement",
5268
+ [LANG.fr_LU]: "Autre mode de paiement",
5071
5269
  [LANG.nl_NL]: "Alternatieve betaling",
5072
5270
  [LANG.nl_BE]: "Alternatieve betaling",
5073
5271
  [LANG.it_IT]: "Pagamento alternativo",
@@ -5092,16 +5290,32 @@ const dictionary = {
5092
5290
  [LANG.lv_LV]: "Alternatīva maksāšanas metode",
5093
5291
  [LANG.uk_UA]: "Інший спосіб оплати",
5094
5292
  [LANG.ja_JP]: "別の決済方法",
5095
- [LANG.vi_VN]: "Hình thức thanh toán thay thế"
5293
+ [LANG.vi_VN]: "Hình thức thanh toán thay thế",
5294
+ [LANG.eu_ES]: "Ordainketa alternatiboa",
5295
+ [LANG.ca_ES]: "Pagament alternatiu",
5296
+ [LANG.ga_IE]: "Íocaíocht mhalartach",
5297
+ [LANG.gl_ES]: "Pagamento alternativo",
5298
+ [LANG.et_EE]: "Alternatiivne makse",
5299
+ [LANG.fr_CA]: "Paiement alternatif",
5300
+ [LANG.lt_LT]: "Alternatyvus mokėjimas",
5301
+ [LANG.mt_MT]: "Ħlas alternattiv",
5302
+ [LANG.tr_TR]: "Alternatif ödeme",
5303
+ [LANG.cy_GB]: "Taliad amgen"
5096
5304
  },
5097
5305
  required: {
5098
5306
  [LANG.en_US]: "Required",
5099
5307
  [LANG.en_GB]: "Required",
5100
5308
  [LANG.en_AU]: "Required",
5309
+ [LANG.en_LU]: "Required",
5310
+ [LANG.en_NZ]: "Required",
5311
+ [LANG.en_ZA]: "Required",
5312
+ [LANG.en_CA]: "Required",
5101
5313
  [LANG.de_DE]: "Pflichtfeld",
5102
5314
  [LANG.cs_CZ]: "Povinné",
5103
5315
  [LANG.sk_SK]: "Povinné",
5104
5316
  [LANG.fr_FR]: "Obligatoire",
5317
+ [LANG.fr_BE]: "Obligatoire",
5318
+ [LANG.fr_LU]: "Obligatoire",
5105
5319
  [LANG.nl_NL]: "Vereist",
5106
5320
  [LANG.nl_BE]: "Vereist",
5107
5321
  [LANG.it_IT]: "Necessario",
@@ -5126,16 +5340,32 @@ const dictionary = {
5126
5340
  [LANG.lv_LV]: "Nepieciešams",
5127
5341
  [LANG.uk_UA]: "Поле обов'язкове для заповнення",
5128
5342
  [LANG.ja_JP]: "必須事項",
5129
- [LANG.vi_VN]: "Bắt buộc"
5343
+ [LANG.vi_VN]: "Bắt buộc",
5344
+ [LANG.eu_ES]: "Murriztu",
5345
+ [LANG.ca_ES]: "Requerit",
5346
+ [LANG.ga_IE]: "Is gá",
5347
+ [LANG.gl_ES]: "Necesario",
5348
+ [LANG.et_EE]: "Nõutav",
5349
+ [LANG.fr_CA]: "Requis",
5350
+ [LANG.lt_LT]: "Būtinas",
5351
+ [LANG.mt_MT]: "Meħtieġa",
5352
+ [LANG.tr_TR]: "Gerekli",
5353
+ [LANG.cy_GB]: "Yn ofynnol"
5130
5354
  },
5131
5355
  expired: {
5132
5356
  [LANG.en_US]: "Expired",
5133
5357
  [LANG.en_GB]: "Expired",
5134
5358
  [LANG.en_AU]: "Expired",
5359
+ [LANG.en_LU]: "Expired",
5360
+ [LANG.en_NZ]: "Expired",
5361
+ [LANG.en_ZA]: "Expired",
5362
+ [LANG.en_CA]: "Expired",
5135
5363
  [LANG.de_DE]: "Abgelaufen",
5136
5364
  [LANG.cs_CZ]: "Platnost vypršela",
5137
5365
  [LANG.sk_SK]: "Platnosť vypršala",
5138
5366
  [LANG.fr_FR]: "Expiré",
5367
+ [LANG.fr_BE]: "Expiré",
5368
+ [LANG.fr_LU]: "Expiré",
5139
5369
  [LANG.nl_NL]: "Verlopen",
5140
5370
  [LANG.nl_BE]: "Verlopen",
5141
5371
  [LANG.it_IT]: "Scaduta",
@@ -5160,12 +5390,26 @@ const dictionary = {
5160
5390
  [LANG.lv_LV]: "Beidzies termiņš",
5161
5391
  [LANG.uk_UA]: "Термін дії закінчився",
5162
5392
  [LANG.ja_JP]: "失効",
5163
- [LANG.vi_VN]: "Đã hết hạn"
5393
+ [LANG.vi_VN]: "Đã hết hạn",
5394
+ [LANG.eu_ES]: "Iraungita",
5395
+ [LANG.ca_ES]: "Expirat",
5396
+ [LANG.ga_IE]: "Imithe in éag",
5397
+ [LANG.gl_ES]: "Caducado",
5398
+ [LANG.et_EE]: "Aegunud",
5399
+ [LANG.fr_CA]: "Expiré",
5400
+ [LANG.lt_LT]: "Pasibaigė",
5401
+ [LANG.mt_MT]: "Skada",
5402
+ [LANG.tr_TR]: "Günü geçmiş",
5403
+ [LANG.cy_GB]: "Wedi dod i ben"
5164
5404
  },
5165
5405
  suspended: {
5166
5406
  [LANG.en_US]: "Suspended",
5167
5407
  [LANG.en_GB]: "Suspended",
5168
5408
  [LANG.en_AU]: "Suspended",
5409
+ [LANG.en_LU]: "Suspended",
5410
+ [LANG.en_NZ]: "Suspended",
5411
+ [LANG.en_ZA]: "Suspended",
5412
+ [LANG.en_CA]: "Suspended",
5169
5413
  [LANG.de_DE]: "Ausgesetzt",
5170
5414
  [LANG.cs_CZ]: "Pozastaveno",
5171
5415
  [LANG.sk_SK]: "Odstavljeno",
@@ -5183,6 +5427,8 @@ const dictionary = {
5183
5427
  [LANG.es_ES]: "Suspendido",
5184
5428
  [LANG.fi_FI]: "Keskeytetty",
5185
5429
  [LANG.fr_FR]: "Suspendu",
5430
+ [LANG.fr_BE]: "Suspendu",
5431
+ [LANG.fr_LU]: "Suspendu",
5186
5432
  [LANG.hr_HR]: "Suspendiran",
5187
5433
  [LANG.it_IT]: "Sospeso",
5188
5434
  [LANG.lv_LV]: "Apturēts",
@@ -5194,12 +5440,26 @@ const dictionary = {
5194
5440
  [LANG.sv_SE]: "Upphängd",
5195
5441
  [LANG.sv_FI]: "Upphängd",
5196
5442
  [LANG.ja_JP]: "中断",
5197
- [LANG.vi_VN]: "Cấm"
5443
+ [LANG.vi_VN]: "Cấm",
5444
+ [LANG.eu_ES]: "Suspend",
5445
+ [LANG.ca_ES]: "Suspès",
5446
+ [LANG.ga_IE]: "Ar fionraí",
5447
+ [LANG.gl_ES]: "Suspendido",
5448
+ [LANG.et_EE]: "Riputatud",
5449
+ [LANG.fr_CA]: "Suspendu",
5450
+ [LANG.lt_LT]: "Sustabdytas",
5451
+ [LANG.mt_MT]: "Sospiż",
5452
+ [LANG.tr_TR]: "Askıya alınmış",
5453
+ [LANG.cy_GB]: "Crog"
5198
5454
  },
5199
5455
  pending: {
5200
5456
  [LANG.en_US]: "Pending",
5201
5457
  [LANG.en_GB]: "Pending",
5202
5458
  [LANG.en_AU]: "Pending",
5459
+ [LANG.en_LU]: "Pending",
5460
+ [LANG.en_NZ]: "Pending",
5461
+ [LANG.en_ZA]: "Pending",
5462
+ [LANG.en_CA]: "Pending",
5203
5463
  [LANG.de_DE]: "Ausstehend",
5204
5464
  [LANG.cs_CZ]: "Čeká se na",
5205
5465
  [LANG.sk_SK]: "V pričakovanju",
@@ -5217,6 +5477,8 @@ const dictionary = {
5217
5477
  [LANG.es_ES]: "Pendiente",
5218
5478
  [LANG.fi_FI]: "Odottaa",
5219
5479
  [LANG.fr_FR]: "En attente",
5480
+ [LANG.fr_BE]: "En attente",
5481
+ [LANG.fr_LU]: "En attente",
5220
5482
  [LANG.hr_HR]: "U tijeku",
5221
5483
  [LANG.it_IT]: "In attesa di",
5222
5484
  [LANG.lv_LV]: "Gaida",
@@ -5228,12 +5490,26 @@ const dictionary = {
5228
5490
  [LANG.sv_SE]: "I väntan på",
5229
5491
  [LANG.sv_FI]: "I väntan på",
5230
5492
  [LANG.ja_JP]: "申請中",
5231
- [LANG.vi_VN]: "Chưa giải quyết"
5493
+ [LANG.vi_VN]: "Chưa giải quyết",
5494
+ [LANG.eu_ES]: "En zain",
5495
+ [LANG.ca_ES]: "Pendent",
5496
+ [LANG.ga_IE]: "Ar feitheamh",
5497
+ [LANG.gl_ES]: "Pendente",
5498
+ [LANG.et_EE]: "Ootel",
5499
+ [LANG.fr_CA]: "En attente",
5500
+ [LANG.lt_LT]: "Laukiama",
5501
+ [LANG.mt_MT]: "Pendenti",
5502
+ [LANG.tr_TR]: "Askıda olması",
5503
+ [LANG.cy_GB]: "Yn yr arfaeth"
5232
5504
  },
5233
5505
  cancelled: {
5234
5506
  [LANG.en_US]: "Cancelled",
5235
5507
  [LANG.en_GB]: "Cancelled",
5236
5508
  [LANG.en_AU]: "Cancelled",
5509
+ [LANG.en_LU]: "Cancelled",
5510
+ [LANG.en_NZ]: "Cancelled",
5511
+ [LANG.en_ZA]: "Cancelled",
5512
+ [LANG.en_CA]: "Cancelled",
5237
5513
  [LANG.de_DE]: "Storniert",
5238
5514
  [LANG.cs_CZ]: "Zrušeno",
5239
5515
  [LANG.sk_SK]: "Zrušené",
@@ -5251,6 +5527,8 @@ const dictionary = {
5251
5527
  [LANG.es_ES]: "Cancelado",
5252
5528
  [LANG.fi_FI]: "Peruutettu",
5253
5529
  [LANG.fr_FR]: "Annulé",
5530
+ [LANG.fr_BE]: "Annulé",
5531
+ [LANG.fr_LU]: "Annulé",
5254
5532
  [LANG.hr_HR]: "Otkazan",
5255
5533
  [LANG.it_IT]: "Annullato",
5256
5534
  [LANG.lv_LV]: "Atcelts",
@@ -5262,16 +5540,32 @@ const dictionary = {
5262
5540
  [LANG.sv_SE]: "Avbokad",
5263
5541
  [LANG.sv_FI]: "Avbokad",
5264
5542
  [LANG.ja_JP]: "キャンセルされた",
5265
- [LANG.vi_VN]: "Đã hủy"
5543
+ [LANG.vi_VN]: "Đã hủy",
5544
+ [LANG.eu_ES]: "Ezeztatutako",
5545
+ [LANG.ca_ES]: "Cancel·lat",
5546
+ [LANG.ga_IE]: "Cealaithe",
5547
+ [LANG.gl_ES]: "Cancelado",
5548
+ [LANG.et_EE]: "Tühistatud",
5549
+ [LANG.fr_CA]: "Annulé",
5550
+ [LANG.lt_LT]: "Atšauktas",
5551
+ [LANG.mt_MT]: "Ikkanċellat",
5552
+ [LANG.tr_TR]: "İptal edilmiş",
5553
+ [LANG.cy_GB]: "Chansliog"
5266
5554
  },
5267
5555
  invalidEmail: {
5268
5556
  [LANG.en_US]: "Not an email address.",
5269
5557
  [LANG.en_GB]: "Not an email address.",
5270
5558
  [LANG.en_AU]: "Not an email address.",
5559
+ [LANG.en_LU]: "Not an email address.",
5560
+ [LANG.en_NZ]: "Not an email address.",
5561
+ [LANG.en_ZA]: "Not an email address.",
5562
+ [LANG.en_CA]: "Not an email address.",
5271
5563
  [LANG.de_DE]: "Keine E-Mail-Adresse.",
5272
5564
  [LANG.cs_CZ]: "Nejedná se o e-mailovou adresu.",
5273
5565
  [LANG.sk_SK]: "Neplatná e-mailová adresa.",
5274
5566
  [LANG.fr_FR]: "Adresse e-mail non valide.",
5567
+ [LANG.fr_BE]: "Adresse e-mail non valide.",
5568
+ [LANG.fr_LU]: "Adresse e-mail non valide.",
5275
5569
  [LANG.nl_NL]: "Geen e-mailadres.",
5276
5570
  [LANG.nl_BE]: "Geen e-mailadres.",
5277
5571
  [LANG.it_IT]: "Non un indirizzo e-mail.",
@@ -5296,16 +5590,32 @@ const dictionary = {
5296
5590
  [LANG.lv_LV]: "Nav ievadīta derīga e-pasta adrese.",
5297
5591
  [LANG.uk_UA]: "Не адреса електронної пошти.",
5298
5592
  [LANG.ja_JP]: "メールアドレス以外",
5299
- [LANG.vi_VN]: "Không phải địa chỉ email"
5593
+ [LANG.vi_VN]: "Không phải địa chỉ email",
5594
+ [LANG.eu_ES]: "Ez helbide elektronikoa.",
5595
+ [LANG.ca_ES]: "No és una adreça de correu electrònic.",
5596
+ [LANG.ga_IE]: "Ní seoladh ríomhphoist.",
5597
+ [LANG.gl_ES]: "Non é un enderezo de correo electrónico.",
5598
+ [LANG.et_EE]: "Mitte e -posti aadress.",
5599
+ [LANG.fr_CA]: "Pas une adresse e-mail.",
5600
+ [LANG.lt_LT]: "Ne el. Pašto adresas.",
5601
+ [LANG.mt_MT]: "Mhux indirizz tal-email.",
5602
+ [LANG.tr_TR]: "Bir e -posta adresi değil.",
5603
+ [LANG.cy_GB]: "Nid cyfeiriad e -bost."
5300
5604
  },
5301
5605
  invalidCreditCardNumber: {
5302
5606
  [LANG.en_US]: "Invalid credit card number.",
5303
5607
  [LANG.en_GB]: "Invalid credit card number.",
5304
5608
  [LANG.en_AU]: "Invalid credit card number.",
5609
+ [LANG.en_LU]: "Invalid credit card number.",
5610
+ [LANG.en_NZ]: "Invalid credit card number.",
5611
+ [LANG.en_ZA]: "Invalid credit card number.",
5612
+ [LANG.en_CA]: "Invalid credit card number.",
5305
5613
  [LANG.de_DE]: "Ungültige Kreditkartennummer.",
5306
5614
  [LANG.cs_CZ]: "Neplatné číslo kreditní karty.",
5307
5615
  [LANG.sk_SK]: "Neplatné číslo kreditnej karty.",
5308
5616
  [LANG.fr_FR]: "Numéro de carte bancaire non valide.",
5617
+ [LANG.fr_BE]: "Numéro de carte bancaire non valide.",
5618
+ [LANG.fr_LU]: "Numéro de carte bancaire non valide.",
5309
5619
  [LANG.nl_NL]: "Ongeldig creditcardnummer.",
5310
5620
  [LANG.nl_BE]: "Ongeldig creditcardnummer.",
5311
5621
  [LANG.it_IT]: "Numero di carta di credito non valido.",
@@ -5330,16 +5640,32 @@ const dictionary = {
5330
5640
  [LANG.lv_LV]: "Nepareizs kartes numurs.",
5331
5641
  [LANG.uk_UA]: "Неправильний номер кредитної картки.",
5332
5642
  [LANG.ja_JP]: "カードブランドが認識されません",
5333
- [LANG.vi_VN]: "Số thẻ tín dụng không hợp lệ"
5643
+ [LANG.vi_VN]: "Số thẻ tín dụng không hợp lệ",
5644
+ [LANG.eu_ES]: "Kreditu txartelaren zenbakia baliogabea.",
5645
+ [LANG.ca_ES]: "Número de targeta de crèdit.",
5646
+ [LANG.ga_IE]: "Uimhir chárta creidmheasa neamhbhailí.",
5647
+ [LANG.gl_ES]: "Número de tarxeta de crédito non válido.",
5648
+ [LANG.et_EE]: "Kehtetu krediitkaardi number.",
5649
+ [LANG.fr_CA]: "Numéro de carte de crédit non valide.",
5650
+ [LANG.lt_LT]: "Neteisingas kreditinės kortelės numeris.",
5651
+ [LANG.mt_MT]: "Numru tal-karta tal-kreditu invalidu.",
5652
+ [LANG.tr_TR]: "Geçersiz kredi kartı numarası.",
5653
+ [LANG.cy_GB]: "Rhif cerdyn credyd annilys."
5334
5654
  },
5335
5655
  addUserOrAddCardNotSupportedForAmex: {
5336
5656
  [LANG.en_US]: "User enrolment or adding of a card not supported by AMEX.",
5337
5657
  [LANG.en_GB]: "User enrolment or adding of a card not supported by AMEX.",
5338
5658
  [LANG.en_AU]: "User enrolment or adding of a card not supported by AMEX.",
5659
+ [LANG.en_LU]: "User enrolment or adding of a card not supported by AMEX.",
5660
+ [LANG.en_NZ]: "User enrolment or adding of a card not supported by AMEX.",
5661
+ [LANG.en_ZA]: "User enrolment or adding of a card not supported by AMEX.",
5662
+ [LANG.en_CA]: "User enrolment or adding of a card not supported by AMEX.",
5339
5663
  [LANG.de_DE]: "Benutzerregistrierung oder Hinzufügen einer Karte wird nicht unterstützt von AMEX.",
5340
5664
  [LANG.cs_CZ]: "Registrace uživatele nebo přidání karty, kterou AMEX nepodporuje.",
5341
5665
  [LANG.sk_SK]: "Registrácia používateľa alebo pridanie karty, ktorú AMEX nepodporuje.",
5342
5666
  [LANG.fr_FR]: "Inscription d'un utilisateur ou ajout d'une carte non pris en charge par AMEX.",
5667
+ [LANG.fr_BE]: "Inscription d'un utilisateur ou ajout d'une carte non pris en charge par AMEX.",
5668
+ [LANG.fr_LU]: "Inscription d'un utilisateur ou ajout d'une carte non pris en charge par AMEX.",
5343
5669
  [LANG.nl_NL]: "Gebruikersregistratie of toevoegen van een kaart wordt niet ondersteund door AMEX.",
5344
5670
  [LANG.nl_BE]: "Gebruikersregistratie of toevoegen van een kaart wordt niet ondersteund door AMEX.",
5345
5671
  [LANG.it_IT]: "Iscrizione dell'utente o aggiunta di una carta non supportata da AMEX.",
@@ -5364,16 +5690,32 @@ const dictionary = {
5364
5690
  [LANG.lv_LV]: "Lietotāja reģistrācija vai kartes pievienošana, ko AMEX neatbalsta.",
5365
5691
  [LANG.uk_UA]: "Реєстрація користувача або додавання картки, яка не підтримується AMEX.",
5366
5692
  [LANG.ja_JP]: "アメックスがサポートしていないカードのユーザー登録または追加。",
5367
- [LANG.vi_VN]: "Đăng ký người dùng hoặc thêm thẻ không được AMEX hỗ trợ."
5693
+ [LANG.vi_VN]: "Đăng ký người dùng hoặc thêm thẻ không được AMEX hỗ trợ.",
5694
+ [LANG.eu_ES]: "Erabiltzailearen matrikula edo amex-ek onartzen ez duen txartela gehitzea.",
5695
+ [LANG.ca_ES]: "Inscripció de l'usuari o afegit d'una targeta no compatible amb Amex.",
5696
+ [LANG.ga_IE]: "Clárú Úsáideora nó Cárta a chur leis nach bhfuil tacaíocht ag AMEX.",
5697
+ [LANG.gl_ES]: "Inscrición do usuario ou engadido dunha tarxeta non compatible con AMEX.",
5698
+ [LANG.et_EE]: "Kasutajate registreerimine või kaardi lisamine, mida AMEX ei toeta.",
5699
+ [LANG.fr_CA]: "Inscription utilisateur ou ajout d'une carte non prise en charge par AMEX.",
5700
+ [LANG.lt_LT]: "Vartotojo registracija ar kortelės pridėjimas, nepalaikomas „Amex“.",
5701
+ [LANG.mt_MT]: " L-iskrizzjoni tal-utent jew iż-żieda ta 'karta mhux sostnuta minn AMEX.",
5702
+ [LANG.tr_TR]: "Amex tarafından desteklenmeyen bir kartın kullanıcı kaydı veya eklenmesi.",
5703
+ [LANG.cy_GB]: "Cofrestru defnyddwyr neu ychwanegu cerdyn nad yw'n cael ei gefnogi gan AMEX."
5368
5704
  },
5369
5705
  unsupportedCreditCardBrand: {
5370
5706
  [LANG.en_US]: "Not recognized card brand. We offer support for: [cardBrands]",
5371
5707
  [LANG.en_GB]: "Not recognized card brand. We offer support for: [cardBrands]",
5372
5708
  [LANG.en_AU]: "Not recognized card brand. We offer support for: [cardBrands]",
5709
+ [LANG.en_LU]: "Not recognized card brand. We offer support for: [cardBrands]",
5710
+ [LANG.en_NZ]: "Not recognized card brand. We offer support for: [cardBrands]",
5711
+ [LANG.en_ZA]: "Not recognized card brand. We offer support for: [cardBrands]",
5712
+ [LANG.en_CA]: "Not recognized card brand. We offer support for: [cardBrands]",
5373
5713
  [LANG.de_DE]: "Karte nicht erkannt. Wir unterstützen: [cardBrands]",
5374
5714
  [LANG.cs_CZ]: "Karty této značky neakceptujeme. Podporujeme: [cardBrands]",
5375
5715
  [LANG.sk_SK]: "Neznáma značka karty. Podporované sú tieto karty: [cardBrands]",
5376
5716
  [LANG.fr_FR]: "Marque de carte non reconnue. Voici les cartes prises en charge: [cardBrands]",
5717
+ [LANG.fr_BE]: "Marque de carte non reconnue. Voici les cartes prises en charge: [cardBrands]",
5718
+ [LANG.fr_LU]: "Marque de carte non reconnue. Voici les cartes prises en charge: [cardBrands]",
5377
5719
  [LANG.nl_NL]: "Geen bekende kaart. Wij bieden ondersteuning voor: [cardBrands]",
5378
5720
  [LANG.nl_BE]: "Geen bekende kaart. Wij bieden ondersteuning voor: [cardBrands]",
5379
5721
  [LANG.it_IT]: "Marchio della carta non riconosciuto. Offriamo assistenza per: [cardBrands]",
@@ -5398,16 +5740,32 @@ const dictionary = {
5398
5740
  [LANG.lv_LV]: "Neatpazīts kartes zīmols. Mēs atbalstām: [cardBrands]",
5399
5741
  [LANG.uk_UA]: "Бренд картки не вдалося розпізнати. Ми приймаємо картки: [cardBrands]",
5400
5742
  [LANG.ja_JP]: "カードブランドが不明です。当社はサポートを提供します。 [cardBrands]",
5401
- [LANG.vi_VN]: "Thương hiệu thẻ không nhận diện được. Chúng tôi hỗ trợ các vấn đề: [cardBrands]"
5743
+ [LANG.vi_VN]: "Thương hiệu thẻ không nhận diện được. Chúng tôi hỗ trợ các vấn đề: [cardBrands]",
5744
+ [LANG.eu_ES]: "Ez da aitortutako txartel marka. Laguntza eskaintzen dugu: [cardBrands]",
5745
+ [LANG.ca_ES]: "Marca de targetes no reconeguda. Oferim suport per a: [cardBrands]",
5746
+ [LANG.ga_IE]: "Gan branda cártaí aitheanta. Cuirimid tacaíocht ar fáil do: [cardBrands]",
5747
+ [LANG.gl_ES]: "Marca de tarxetas non recoñecida. Ofrecemos soporte para: [cardBrands]",
5748
+ [LANG.et_EE]: "Ei tunnustatud kaardibrändi. Pakume tuge: [cardBrands]",
5749
+ [LANG.fr_CA]: "Marque de cartes non reconnue. Nous offrons une prise en charge de: [cardBrands]",
5750
+ [LANG.lt_LT]: "Nepripažintas kortelių prekės ženklas. Mes siūlome palaikymą: [cardBrands]",
5751
+ [LANG.mt_MT]: "Mhux rikonoxxut marka tal-karta. Noffru appoġġ għal: [cardBrands]",
5752
+ [LANG.tr_TR]: "Tanınmış kart markası. Şuna destek sunuyoruz: [cardBrands]",
5753
+ [LANG.cy_GB]: "Nid yw'r brand cerdyn yn cael ei adnabod. Rydym yn cynnig cymorth ar gyfer: [cardBrands]"
5402
5754
  },
5403
5755
  exactLength: {
5404
5756
  [LANG.en_US]: "Should be [range] characters",
5405
5757
  [LANG.en_GB]: "Should be [range] characters",
5406
5758
  [LANG.en_AU]: "Should be [range] characters",
5759
+ [LANG.en_LU]: "Should be [range] characters",
5760
+ [LANG.en_NZ]: "Should be [range] characters",
5761
+ [LANG.en_ZA]: "Should be [range] characters",
5762
+ [LANG.en_CA]: "Should be [range] characters",
5407
5763
  [LANG.de_DE]: "Sollte [range] Zeichen sein",
5408
5764
  [LANG.cs_CZ]: "Požadovaný počet znaků: [range]",
5409
5765
  [LANG.sk_SK]: "Počet znakov by mal byť [range]",
5410
5766
  [LANG.fr_FR]: "Doit contenir [range] caractères",
5767
+ [LANG.fr_BE]: "Doit contenir [range] caractères",
5768
+ [LANG.fr_LU]: "Doit contenir [range] caractères",
5411
5769
  [LANG.nl_NL]: "Zou [range] karakters moeten zijn",
5412
5770
  [LANG.nl_BE]: "Zou [range] karakters moeten zijn",
5413
5771
  [LANG.it_IT]: "Deve contenere [range] caratteri",
@@ -5432,16 +5790,32 @@ const dictionary = {
5432
5790
  [LANG.lv_LV]: "Jābūt [range] rakstzīmēm",
5433
5791
  [LANG.uk_UA]: "Має бути [range] символів",
5434
5792
  [LANG.ja_JP]: "[range]文字である必要があります",
5435
- [LANG.vi_VN]: "Phải chứa [range] ký tự"
5793
+ [LANG.vi_VN]: "Phải chứa [range] ký tự",
5794
+ [LANG.eu_ES]: "Karaktere [range] izan beharko luke",
5795
+ [LANG.ca_ES]: "Hauria de ser [range]",
5796
+ [LANG.ga_IE]: "Ba chóir go mbeadh [range] carachtair",
5797
+ [LANG.gl_ES]: "Deberían ser personaxes [range]",
5798
+ [LANG.et_EE]: "Peaksid olema [range] tähemärgid",
5799
+ [LANG.fr_CA]: "Devrait être [range] des caractères",
5800
+ [LANG.lt_LT]: "Turėtų būti [range] simboliai",
5801
+ [LANG.mt_MT]: "Għandhom ikunu [range] karattri",
5802
+ [LANG.tr_TR]: "[range] karakterler olmalı",
5803
+ [LANG.cy_GB]: "Dylai fod yn gymeriadau [range]"
5436
5804
  },
5437
5805
  invalidCvv: {
5438
5806
  [LANG.en_US]: "Provided Security Code is invalid",
5439
5807
  [LANG.en_GB]: "Provided Security Code is invalid",
5440
5808
  [LANG.en_AU]: "Provided Security Code is invalid",
5809
+ [LANG.en_LU]: "Provided Security Code is invalid",
5810
+ [LANG.en_NZ]: "Provided Security Code is invalid",
5811
+ [LANG.en_ZA]: "Provided Security Code is invalid",
5812
+ [LANG.en_CA]: "Provided Security Code is invalid",
5441
5813
  [LANG.de_DE]: "Der angegebene Sicherheitscode ist ungültig",
5442
5814
  [LANG.cs_CZ]: "Zadaný Security Code je neplatný",
5443
5815
  [LANG.sk_SK]: "Zadaný Security Code je neplatný",
5444
5816
  [LANG.fr_FR]: "Le code de sécurité saisi n'est pas valide",
5817
+ [LANG.fr_BE]: "Le code de sécurité saisi n'est pas valide",
5818
+ [LANG.fr_LU]: "Le code de sécurité saisi n'est pas valide",
5445
5819
  [LANG.it_IT]: "Il codice di sicurezza fornito non è valido",
5446
5820
  [LANG.nl_NL]: "De opgegeven beveiligingscode is ongeldig",
5447
5821
  [LANG.nl_BE]: "De opgegeven beveiligingscode is ongeldig",
@@ -5466,16 +5840,32 @@ const dictionary = {
5466
5840
  [LANG.lv_LV]: "Norādītais drošības kods nav derīgs",
5467
5841
  [LANG.uk_UA]: "Введений код підтвердження картки недійсний",
5468
5842
  [LANG.ja_JP]: "入力されたセキュリティコードは無効です",
5469
- [LANG.vi_VN]: "Mã Bảo Mật vừa Cung Cấp không hợp lệ"
5843
+ [LANG.vi_VN]: "Mã Bảo Mật vừa Cung Cấp không hợp lệ",
5844
+ [LANG.eu_ES]: "Segurtasun kodea baliogabea da",
5845
+ [LANG.ca_ES]: "El codi de seguretat previst no és vàlid",
5846
+ [LANG.ga_IE]: "Ar choinníoll go bhfuil an cód slándála neamhbhailí",
5847
+ [LANG.gl_ES]: "O código de seguridade sempre que non sexa válido",
5848
+ [LANG.et_EE]: "Turvakood on kehtetu",
5849
+ [LANG.fr_CA]: "Le code de sécurité fourni n'est pas valide",
5850
+ [LANG.lt_LT]: "Jei saugumo kodas yra neteisingas",
5851
+ [LANG.mt_MT]: "Il-kodiċi tas-sigurtà pprovdut huwa invalidu",
5852
+ [LANG.tr_TR]: "Sağlanan Güvenlik Kodu Geçersiz",
5853
+ [LANG.cy_GB]: "Ar yr amod bod cod diogelwch yn annilys"
5470
5854
  },
5471
5855
  otpInvalid: {
5472
5856
  [LANG.en_US]: "Provided OTP code is not correct",
5473
5857
  [LANG.en_GB]: "Provided OTP code is not correct",
5474
5858
  [LANG.en_AU]: "Provided OTP code is not correct",
5859
+ [LANG.en_LU]: "Provided OTP code is not correct",
5860
+ [LANG.en_NZ]: "Provided OTP code is not correct",
5861
+ [LANG.en_ZA]: "Provided OTP code is not correct",
5862
+ [LANG.en_CA]: "Provided OTP code is not correct",
5475
5863
  [LANG.de_DE]: "Das angegebene Einmalkennwort ist nicht korrekt",
5476
5864
  [LANG.cs_CZ]: "Zadaný jednorázový kód není správný",
5477
5865
  [LANG.sk_SK]: "Zadaný jednorazový kód nie je správny",
5478
5866
  [LANG.fr_FR]: "Le code OTP indiqué n'est pas correct",
5867
+ [LANG.fr_BE]: "Le code OTP indiqué n'est pas correct",
5868
+ [LANG.fr_LU]: "Le code OTP indiqué n'est pas correct",
5479
5869
  [LANG.nl_NL]: "Opgegeven OTP-code is niet correct",
5480
5870
  [LANG.nl_BE]: "Opgegeven OTP-code is niet correct",
5481
5871
  [LANG.it_IT]: "Il codice OTP fornito non è corretto",
@@ -5500,16 +5890,32 @@ const dictionary = {
5500
5890
  [LANG.lv_LV]: "Norādītais vienreizējais ieejas kods ir nepareizs",
5501
5891
  [LANG.uk_UA]: "Введений одноразовий пароль невірний",
5502
5892
  [LANG.ja_JP]: "入力されたOTPコードは正しくありません",
5503
- [LANG.vi_VN]: "Mã OTP vừa Cung Cấp không chính xác"
5893
+ [LANG.vi_VN]: "Mã OTP vừa Cung Cấp không chính xác",
5894
+ [LANG.eu_ES]: "Betiere OTP kodea ez da zuzena",
5895
+ [LANG.ca_ES]: "Sempre que el codi OTP no sigui correcte",
5896
+ [LANG.ga_IE]: "Ar choinníoll nach bhfuil cód OTP ceart",
5897
+ [LANG.gl_ES]: "Sempre que o código OTP non sexa correcto",
5898
+ [LANG.et_EE]: "Tingimusel, et OTP -kood pole õige",
5899
+ [LANG.fr_CA]: "Le code OTP fourni n'est pas correct",
5900
+ [LANG.lt_LT]: "Su sąlyga, kad OTP kodas nėra teisingas",
5901
+ [LANG.mt_MT]: "Sakemm il-kodiċi OTP ma jkunx korrett",
5902
+ [LANG.tr_TR]: "Sağlanan OTP kodu doğru değil",
5903
+ [LANG.cy_GB]: "Ar yr amod nad yw cod OTP yn gywir"
5504
5904
  },
5505
5905
  otpRetriesExceeded: {
5506
5906
  [LANG.en_US]: "Number of maximum retries exceeded",
5507
5907
  [LANG.en_GB]: "Number of maximum retries exceeded",
5508
5908
  [LANG.en_AU]: "Number of maximum retries exceeded",
5909
+ [LANG.en_LU]: "Number of maximum retries exceeded",
5910
+ [LANG.en_NZ]: "Number of maximum retries exceeded",
5911
+ [LANG.en_ZA]: "Number of maximum retries exceeded",
5912
+ [LANG.en_CA]: "Number of maximum retries exceeded",
5509
5913
  [LANG.de_DE]: "Anzahl der maximalen Wiederholungsversuche überschritten",
5510
5914
  [LANG.cs_CZ]: "Byl překročen max. počet opakování",
5511
5915
  [LANG.sk_SK]: "Bol prekročený maximálny počet pokusov",
5512
5916
  [LANG.fr_FR]: "Nombre maximum de tentatives dépassé",
5917
+ [LANG.fr_BE]: "Nombre maximum de tentatives dépassé",
5918
+ [LANG.fr_LU]: "Nombre maximum de tentatives dépassé",
5513
5919
  [LANG.nl_NL]: "Aantal maximale nieuwe pogingen overschreden",
5514
5920
  [LANG.nl_BE]: "Aantal maximale nieuwe pogingen overschreden",
5515
5921
  [LANG.it_IT]: "È stato superato il numero massimo di tentativi",
@@ -5534,16 +5940,32 @@ const dictionary = {
5534
5940
  [LANG.lv_LV]: "Pārsniegts maksimālais atkārtojumu skaits",
5535
5941
  [LANG.uk_UA]: "Перевищено максимальну кількість спроб",
5536
5942
  [LANG.ja_JP]: "再試行の最大許容数を超えています",
5537
- [LANG.vi_VN]: "Đã vượt quá số lần thử lại tối đa"
5943
+ [LANG.vi_VN]: "Đã vượt quá số lần thử lại tối đa",
5944
+ [LANG.eu_ES]: "Gehieneko saiakera kopurua gainditu da",
5945
+ [LANG.ca_ES]: "El nombre de retrat màxims superat",
5946
+ [LANG.ga_IE]: "Líon na n -uasmhéaduithe a sáraíodh",
5947
+ [LANG.gl_ES]: "O número de intentos máximos superados",
5948
+ [LANG.et_EE]: "Ületatud maksimaalsete korduste arv",
5949
+ [LANG.fr_CA]: "Nombre de tentatives maximales dépassées",
5950
+ [LANG.lt_LT]: "Viršijo maksimalių pakartojimų skaičių",
5951
+ [LANG.mt_MT]: "In-numru ta 'tluq massimu inqabeż",
5952
+ [LANG.tr_TR]: "Maksimum yeniden deneme sayısı aştı",
5953
+ [LANG.cy_GB]: "Roedd nifer yr ail -luniau uchaf yn fwy na"
5538
5954
  },
5539
5955
  otpExpired: {
5540
5956
  [LANG.en_US]: "OTP code expired",
5541
5957
  [LANG.en_GB]: "OTP code expired",
5542
5958
  [LANG.en_AU]: "OTP code expired",
5959
+ [LANG.en_LU]: "OTP code expired",
5960
+ [LANG.en_NZ]: "OTP code expired",
5961
+ [LANG.en_ZA]: "OTP code expired",
5962
+ [LANG.en_CA]: "OTP code expired",
5543
5963
  [LANG.de_DE]: "Einmalkennwort abgelaufen",
5544
5964
  [LANG.cs_CZ]: "Platnost jednorázového kódu vypršela",
5545
5965
  [LANG.sk_SK]: "Platnosť jednorazového kódu vypršala",
5546
5966
  [LANG.fr_FR]: "Code OTP expiré",
5967
+ [LANG.fr_BE]: "Code OTP expiré",
5968
+ [LANG.fr_LU]: "Code OTP expiré",
5547
5969
  [LANG.nl_NL]: "OTP-code verlopen",
5548
5970
  [LANG.nl_BE]: "OTP-code verlopen",
5549
5971
  [LANG.it_IT]: "Il codice OTP è scaduto",
@@ -5568,12 +5990,26 @@ const dictionary = {
5568
5990
  [LANG.lv_LV]: "Beidzies vienreizējā ieejas koda termiņš",
5569
5991
  [LANG.uk_UA]: "Термін дії одноразового пароля закінчився",
5570
5992
  [LANG.ja_JP]: "OTPコードが失効しています",
5571
- [LANG.vi_VN]: "Mã OTP đã hết hạn"
5993
+ [LANG.vi_VN]: "Mã OTP đã hết hạn",
5994
+ [LANG.eu_ES]: "OTP kodea iraungita",
5995
+ [LANG.ca_ES]: "El codi OTP va caducar",
5996
+ [LANG.ga_IE]: "Chuaigh cód OTP in éag",
5997
+ [LANG.gl_ES]: "O código OTP caducou",
5998
+ [LANG.et_EE]: "OTP kood aegus",
5999
+ [LANG.fr_CA]: "Le code OTP a expiré",
6000
+ [LANG.lt_LT]: "OTP kodo galiojimas pasibaigė",
6001
+ [LANG.mt_MT]: "Kodiċi OTP skada",
6002
+ [LANG.tr_TR]: "OTP kodu süresi doldu",
6003
+ [LANG.cy_GB]: "Daeth cod OTP i ben"
5572
6004
  },
5573
6005
  successfulResendOtpCode: {
5574
6006
  [LANG.en_US]: "New code has been sent",
5575
6007
  [LANG.en_GB]: "New code has been sent",
5576
6008
  [LANG.en_AU]: "New code has been sent",
6009
+ [LANG.en_LU]: "New code has been sent",
6010
+ [LANG.en_NZ]: "New code has been sent",
6011
+ [LANG.en_ZA]: "New code has been sent",
6012
+ [LANG.en_CA]: "New code has been sent",
5577
6013
  [LANG.de_DE]: "Neuer Code wurde gesendet",
5578
6014
  [LANG.cs_CZ]: "Nový kód byl odeslán",
5579
6015
  [LANG.sk_SK]: "Nový kód bol odoslaný",
@@ -5591,6 +6027,8 @@ const dictionary = {
5591
6027
  [LANG.es_ES]: "Se ha enviado un nuevo código",
5592
6028
  [LANG.fi_FI]: "Uusi koodi on lähetetty",
5593
6029
  [LANG.fr_FR]: "Un nouveau code a été envoyé",
6030
+ [LANG.fr_BE]: "Un nouveau code a été envoyé",
6031
+ [LANG.fr_LU]: "Un nouveau code a été envoyé",
5594
6032
  [LANG.hr_HR]: "Poslan je novi kod",
5595
6033
  [LANG.it_IT]: "Il nuovo codice è stato inviato",
5596
6034
  [LANG.lv_LV]: "Nosūtīts jauns kods",
@@ -5602,16 +6040,32 @@ const dictionary = {
5602
6040
  [LANG.sv_SE]: "Ny kod har skickats",
5603
6041
  [LANG.sv_FI]: "Ny kod har skickats",
5604
6042
  [LANG.ja_JP]: "新しいコードが送信されました",
5605
- [LANG.vi_VN]: "Mã mới đã được gửi"
6043
+ [LANG.vi_VN]: "Mã mới đã được gửi",
6044
+ [LANG.eu_ES]: "Kode berria bidali da",
6045
+ [LANG.ca_ES]: "S'ha enviat un nou codi",
6046
+ [LANG.ga_IE]: "Tá cód nua seolta",
6047
+ [LANG.gl_ES]: "Enviouse un novo código",
6048
+ [LANG.et_EE]: "Uus kood on saadetud",
6049
+ [LANG.fr_CA]: "Un nouveau code a été envoyé",
6050
+ [LANG.lt_LT]: "Išsiųstas naujas kodas",
6051
+ [LANG.mt_MT]: "Intbagħat kodiċi ġdid",
6052
+ [LANG.tr_TR]: "Yeni kod gönderildi",
6053
+ [LANG.cy_GB]: "Mae cod newydd wedi'i anfon"
5606
6054
  },
5607
6055
  pleaseSelectCardFirst: {
5608
6056
  [LANG.en_US]: "Please select one of the available cards first",
5609
6057
  [LANG.en_GB]: "Please select one of the available cards first",
5610
6058
  [LANG.en_AU]: "Please select one of the available cards first",
6059
+ [LANG.en_LU]: "Please select one of the available cards first",
6060
+ [LANG.en_NZ]: "Please select one of the available cards first",
6061
+ [LANG.en_ZA]: "Please select one of the available cards first",
6062
+ [LANG.en_CA]: "Please select one of the available cards first",
5611
6063
  [LANG.de_DE]: "Bitte wählen Sie zunächst eine der verfügbaren Karten aus",
5612
6064
  [LANG.cs_CZ]: "Nejdřív vyberte jednu z dostupných karet",
5613
6065
  [LANG.sk_SK]: "Najskôr vyberte jednu z dostupných kariet",
5614
6066
  [LANG.fr_FR]: "Veuillez d'abord sélectionner l'une des cartes disponibles",
6067
+ [LANG.fr_BE]: "Veuillez d'abord sélectionner l'une des cartes disponibles",
6068
+ [LANG.fr_LU]: "Veuillez d'abord sélectionner l'une des cartes disponibles",
5615
6069
  [LANG.nl_NL]: "Selecteer eerst een van de beschikbare kaarten",
5616
6070
  [LANG.nl_BE]: "Selecteer eerst een van de beschikbare kaarten",
5617
6071
  [LANG.it_IT]: "Seleziona prima una delle carte disponibili",
@@ -5636,16 +6090,32 @@ const dictionary = {
5636
6090
  [LANG.lv_LV]: "Lūdzu, vispirms atlasiet kādu no pieejamajām kartēm",
5637
6091
  [LANG.uk_UA]: "Спочатку виберіть одну з доступних карток",
5638
6092
  [LANG.ja_JP]: "まず、利用可能なカードを1つ選択してください",
5639
- [LANG.vi_VN]: "Trước tiên, vui lòng chọn một trong số các thẻ có sẵn"
6093
+ [LANG.vi_VN]: "Trước tiên, vui lòng chọn một trong số các thẻ có sẵn",
6094
+ [LANG.eu_ES]: "Mesedez, hautatu eskuragarri dauden txarteletako bat",
6095
+ [LANG.ca_ES]: "Seleccioneu primer una de les targetes disponibles",
6096
+ [LANG.ga_IE]: "Roghnaigh ceann de na cártaí atá ar fáil ar dtús",
6097
+ [LANG.gl_ES]: "Seleccione primeiro unha das tarxetas dispoñibles",
6098
+ [LANG.et_EE]: "Valige kõigepealt üks saadaolevatest kaartidest",
6099
+ [LANG.fr_CA]: "Veuillez d'abord sélectionner l'une des cartes disponibles",
6100
+ [LANG.lt_LT]: "Pirmiausia pasirinkite vieną iš galimų kortelių",
6101
+ [LANG.mt_MT]: "Jekk jogħġbok agħżel waħda mill-karti disponibbli l-ewwel",
6102
+ [LANG.tr_TR]: "Lütfen önce mevcut kartlardan birini seçin",
6103
+ [LANG.cy_GB]: "Dewiswch un o'r cardiau sydd ar gael yn gyntaf"
5640
6104
  },
5641
6105
  cardExpired: {
5642
6106
  [LANG.en_US]: "Credit card is expired",
5643
6107
  [LANG.en_GB]: "Credit card is expired",
5644
6108
  [LANG.en_AU]: "Credit card is expired",
6109
+ [LANG.en_LU]: "Credit card is expired",
6110
+ [LANG.en_NZ]: "Credit card is expired",
6111
+ [LANG.en_ZA]: "Credit card is expired",
6112
+ [LANG.en_CA]: "Credit card is expired",
5645
6113
  [LANG.de_DE]: "Die Kreditkarte ist abgelaufen",
5646
6114
  [LANG.cs_CZ]: "Platnost kreditní karty vypršela",
5647
6115
  [LANG.sk_SK]: "Platnosť kreditnej karty vypršala",
5648
6116
  [LANG.fr_FR]: "La carte bancaire a expiré",
6117
+ [LANG.fr_BE]: "La carte bancaire a expiré",
6118
+ [LANG.fr_LU]: "La carte bancaire a expiré",
5649
6119
  [LANG.nl_NL]: "Creditcard is verlopen",
5650
6120
  [LANG.nl_BE]: "Creditcard is verlopen",
5651
6121
  [LANG.it_IT]: "La carta di credito è scaduta",
@@ -5670,16 +6140,32 @@ const dictionary = {
5670
6140
  [LANG.sv_SE]: "Kreditkortet har upphört att gälla",
5671
6141
  [LANG.sv_FI]: "Kreditkortet har upphört att gälla",
5672
6142
  [LANG.ja_JP]: "クレジットカードが失効しています",
5673
- [LANG.vi_VN]: "Thẻ tín dụng đã hết hạn"
6143
+ [LANG.vi_VN]: "Thẻ tín dụng đã hết hạn",
6144
+ [LANG.eu_ES]: "Kreditu txartela iraungita dago",
6145
+ [LANG.ca_ES]: "La targeta de crèdit està caducada",
6146
+ [LANG.ga_IE]: "Tá cárta creidmheasa imithe in éag",
6147
+ [LANG.gl_ES]: "A tarxeta de crédito caduca",
6148
+ [LANG.et_EE]: "Krediitkaart on aegunud",
6149
+ [LANG.fr_CA]: "La carte de crédit est expirée",
6150
+ [LANG.lt_LT]: "Kreditinės kortelės galiojimas pasibaigė",
6151
+ [LANG.mt_MT]: "Karta ta 'kreditu skadiet",
6152
+ [LANG.tr_TR]: "Kredi kartının süresi doldu",
6153
+ [LANG.cy_GB]: "Mae cerdyn credyd wedi dod i ben"
5674
6154
  },
5675
6155
  unableToUseCard: {
5676
6156
  [LANG.en_US]: "Unable to use this card. Please contact your bank.",
5677
6157
  [LANG.en_GB]: "Unable to use this card. Please contact your bank.",
5678
6158
  [LANG.en_AU]: "Unable to use this card. Please contact your bank.",
6159
+ [LANG.en_LU]: "Unable to use this card. Please contact your bank.",
6160
+ [LANG.en_NZ]: "Unable to use this card. Please contact your bank.",
6161
+ [LANG.en_ZA]: "Unable to use this card. Please contact your bank.",
6162
+ [LANG.en_CA]: "Unable to use this card. Please contact your bank.",
5679
6163
  [LANG.de_DE]: "Sie können diese Karte nicht verwenden. Bitte kontaktieren Sie Ihre Bank.",
5680
6164
  [LANG.cs_CZ]: "Tuto kartu nelze použít. Kontaktujte prosím svou banku.",
5681
6165
  [LANG.sk_SK]: "Túto kartu nie je možné použiť. Prosím, kontaktujte svoju banku.",
5682
6166
  [LANG.fr_FR]: "Carte non-valide. Veuillez contacter votre banque.",
6167
+ [LANG.fr_BE]: "Carte non-valide. Veuillez contacter votre banque.",
6168
+ [LANG.fr_LU]: "Carte non-valide. Veuillez contacter votre banque.",
5683
6169
  [LANG.nl_NL]: "Deze kaart kan niet gebruikt worden. Neem contact op met uw bank.",
5684
6170
  [LANG.nl_BE]: "Deze kaart kan niet gebruikt worden. Neem alstublieft contact op met uw bank.",
5685
6171
  [LANG.it_IT]: "Non è possibile utilizzare questa carta. Si prega di contattare la propria banca.",
@@ -5704,16 +6190,32 @@ const dictionary = {
5704
6190
  [LANG.sv_SE]: "Kan inte använda kortet. Vänligen kontakta din bank.",
5705
6191
  [LANG.sv_FI]: "Det går inte att använda detta kort. Vänligen kontakta din bank.",
5706
6192
  [LANG.ja_JP]: "このカードは使用できません。銀行にお問い合わせください。",
5707
- [LANG.vi_VN]: "Không thể sử dụng thẻ này. Vui lòng liên hệ với ngân hàng của bạn."
6193
+ [LANG.vi_VN]: "Không thể sử dụng thẻ này. Vui lòng liên hệ với ngân hàng của bạn.",
6194
+ [LANG.eu_ES]: "Ezin da txartel hau erabili. Mesedez, jarri harremanetan zure bankuarekin.",
6195
+ [LANG.ca_ES]: "No es pot utilitzar aquesta targeta. Poseu -vos en contacte amb el vostre banc.",
6196
+ [LANG.ga_IE]: "Ní féidir an cárta seo a úsáid. Téigh i dteagmháil le do bhanc le do thoil.",
6197
+ [LANG.gl_ES]: "Non se puido usar esta tarxeta. Póñase en contacto co seu banco.",
6198
+ [LANG.et_EE]: "Seda kaarti ei saa kasutada. Palun pöörduge oma panga poole.",
6199
+ [LANG.fr_CA]: "Impossible d'utiliser cette carte. Veuillez contacter votre banque.",
6200
+ [LANG.lt_LT]: "Nepavyko naudoti šios kortelės. Kreipkitės į savo banką.",
6201
+ [LANG.mt_MT]: "Ma tistax tuża din il-karta. Jekk jogħġbok ikkuntattja lill-bank tiegħek.",
6202
+ [LANG.tr_TR]: "Bu kartı kullanılamıyor. Lütfen bankanızla iletişime geçin.",
6203
+ [LANG.cy_GB]: "Methu defnyddio'r cerdyn hwn. Cysylltwch â'ch banc."
5708
6204
  },
5709
6205
  contactUsLink: {
5710
6206
  [LANG.en_US]: "Questions? Contact us",
5711
6207
  [LANG.en_GB]: "Questions? Contact us",
5712
6208
  [LANG.en_AU]: "Questions? Contact us",
6209
+ [LANG.en_LU]: "Questions? Contact us",
6210
+ [LANG.en_NZ]: "Questions? Contact us",
6211
+ [LANG.en_ZA]: "Questions? Contact us",
6212
+ [LANG.en_CA]: "Questions? Contact us",
5713
6213
  [LANG.de_DE]: "Sie haben noch Fragen? Kontaktieren Sie uns",
5714
6214
  [LANG.cs_CZ]: "Máte dotazy? Obraťte se na nás",
5715
6215
  [LANG.sk_SK]: "Máte nejaké otázky? Kontaktujte nás",
5716
6216
  [LANG.fr_FR]: "Vous avez des questions? Contactez-nous",
6217
+ [LANG.fr_BE]: "Vous avez des questions? Contactez-nous",
6218
+ [LANG.fr_LU]: "Vous avez des questions? Contactez-nous",
5717
6219
  [LANG.nl_NL]: "Vragen? Neem contact met ons op",
5718
6220
  [LANG.nl_BE]: "Vragen? Neem contact met ons op",
5719
6221
  [LANG.it_IT]: "Hai delle domande? Contattaci",
@@ -5738,12 +6240,26 @@ const dictionary = {
5738
6240
  [LANG.lv_LV]: "Vai radušies jautājumi? Saziņa",
5739
6241
  [LANG.uk_UA]: "Є запитання? Зв'яжіться з нами",
5740
6242
  [LANG.ja_JP]: "ご質問はありますか?お問い合わせフォーム",
5741
- [LANG.vi_VN]: "Bạn có câu hỏi? Liên hệ với chúng tôi"
6243
+ [LANG.vi_VN]: "Bạn có câu hỏi? Liên hệ với chúng tôi",
6244
+ [LANG.eu_ES]: "Galderak? Jar zaitez gurekin harremanetan",
6245
+ [LANG.ca_ES]: "Preguntes? Poseu -vos en contacte amb nosaltres",
6246
+ [LANG.ga_IE]: "Ceisteanna? Déan teagmháil linn",
6247
+ [LANG.gl_ES]: "Preguntas? Póñase en contacto connosco",
6248
+ [LANG.et_EE]: "Küsimused? Võtke meiega ühendust",
6249
+ [LANG.fr_CA]: "Questions? Contactez-nous",
6250
+ [LANG.lt_LT]: "Klausimai? Susisiekite su mumis",
6251
+ [LANG.mt_MT]: "Mistoqsijiet? Ikkuntattjana",
6252
+ [LANG.tr_TR]: "Sorular? Bize Ulaşın",
6253
+ [LANG.cy_GB]: "Cwestiynau? Cysylltwch â ni"
5742
6254
  },
5743
6255
  sendingNewCode: {
5744
6256
  [LANG.en_US]: "Sending code",
5745
6257
  [LANG.en_GB]: "Sending code",
5746
6258
  [LANG.en_AU]: "Sending code",
6259
+ [LANG.en_LU]: "Sending code",
6260
+ [LANG.en_NZ]: "Sending code",
6261
+ [LANG.en_ZA]: "Sending code",
6262
+ [LANG.en_CA]: "Sending code",
5747
6263
  [LANG.de_DE]: "Code wird gesendet",
5748
6264
  [LANG.cs_CZ]: "Odesílání kódu",
5749
6265
  [LANG.sk_SK]: "Kód sa odosiela",
@@ -5761,6 +6277,8 @@ const dictionary = {
5761
6277
  [LANG.es_ES]: "Enviar el código",
5762
6278
  [LANG.fi_FI]: "Lähetetään koodia",
5763
6279
  [LANG.fr_FR]: "Envoi du code",
6280
+ [LANG.fr_BE]: "Envoi du code",
6281
+ [LANG.fr_LU]: "Envoi du code",
5764
6282
  [LANG.hr_HR]: "Slanje koda",
5765
6283
  [LANG.it_IT]: "Codice in fase di invio",
5766
6284
  [LANG.lv_LV]: "Nosūta kodu",
@@ -5772,16 +6290,32 @@ const dictionary = {
5772
6290
  [LANG.sv_SE]: "Skickar kod",
5773
6291
  [LANG.sv_FI]: "Skickar kod",
5774
6292
  [LANG.ja_JP]: "コードを送信中",
5775
- [LANG.vi_VN]: "Đang gửi mã"
6293
+ [LANG.vi_VN]: "Đang gửi mã",
6294
+ [LANG.eu_ES]: "Bidaltzeko kodea",
6295
+ [LANG.ca_ES]: "Codi d'enviament",
6296
+ [LANG.ga_IE]: "Cód seolta",
6297
+ [LANG.gl_ES]: "Envío de código",
6298
+ [LANG.et_EE]: "Koodi saatmine",
6299
+ [LANG.fr_CA]: "Envoi de code",
6300
+ [LANG.lt_LT]: "Siunčiamasis kodas",
6301
+ [LANG.mt_MT]: "Tibgħat kodiċi",
6302
+ [LANG.tr_TR]: "Kod gönderme",
6303
+ [LANG.cy_GB]: "Anfon Cod"
5776
6304
  },
5777
6305
  notAuthenticated: {
5778
6306
  [LANG.en_US]: "You must be authenticated fist before choosing that action",
5779
6307
  [LANG.en_GB]: "You must be authenticated fist before choosing that action",
5780
6308
  [LANG.en_AU]: "You must be authenticated fist before choosing that action",
6309
+ [LANG.en_LU]: "You must be authenticated fist before choosing that action",
6310
+ [LANG.en_NZ]: "You must be authenticated fist before choosing that action",
6311
+ [LANG.en_ZA]: "You must be authenticated fist before choosing that action",
6312
+ [LANG.en_CA]: "You must be authenticated fist before choosing that action",
5781
6313
  [LANG.de_DE]: "Sie müssen zunächst authentifiziert werden, ehe Sie diese Aktion auswählen können",
5782
6314
  [LANG.cs_CZ]: "Výběr této akce je podmíněn ověřením",
5783
6315
  [LANG.sk_SK]: "Pred výberom tejto akcie musíte najskôr overiť svoju totožnosť",
5784
6316
  [LANG.fr_FR]: "Vous devez d'abord vous authentifier avant de choisir cette action",
6317
+ [LANG.fr_BE]: "Vous devez d'abord vous authentifier avant de choisir cette action",
6318
+ [LANG.fr_LU]: "Vous devez d'abord vous authentifier avant de choisir cette action",
5785
6319
  [LANG.nl_NL]: "Je moet eerst worden geverifieerd voordat je die actie kiest",
5786
6320
  [LANG.nl_BE]: "Je moet eerst worden geverifieerd voordat je die actie kiest",
5787
6321
  [LANG.it_IT]: "Devi essere autenticato prima di scegliere l'azione",
@@ -5806,12 +6340,26 @@ const dictionary = {
5806
6340
  [LANG.lv_LV]: "Pirms šīs darbības veikšanas jums ir jāautentificējas",
5807
6341
  [LANG.uk_UA]: "Перш ніж вибрати цю дію, ви повинні авторизуватися",
5808
6342
  [LANG.ja_JP]: "このアクションを選択する前に認証する必要があります",
5809
- [LANG.vi_VN]: "Bạn phải được xác thực trước khi chọn hành động đó"
6343
+ [LANG.vi_VN]: "Bạn phải được xác thực trước khi chọn hành động đó",
6344
+ [LANG.eu_ES]: "Ekintza hori aukeratu aurretik autentikatutako ukabila izan behar duzu",
6345
+ [LANG.ca_ES]: "Heu de ser un puny autenticat abans de triar aquesta acció",
6346
+ [LANG.ga_IE]: "Ní mór duit a bheith fíordheimhnithe dorn sula roghnaíonn tú an gníomh sin",
6347
+ [LANG.gl_ES]: "Debe estar autenticado o puño antes de escoller esa acción",
6348
+ [LANG.et_EE]: "Enne selle toimingu valimist peate olema autentitud rusikas",
6349
+ [LANG.fr_CA]: "Vous devez être un poing authentifié avant de choisir cette action",
6350
+ [LANG.lt_LT]: "Prieš pasirinkdami tą veiksmą, turite būti autentifikuotas kumštis",
6351
+ [LANG.mt_MT]: "Trid tkun ponn awtentikat qabel ma tagħżel dik l-azzjoni",
6352
+ [LANG.tr_TR]: "Bu eylemi seçmeden önce kimliği doğrulanmış yumruk olmalısınız",
6353
+ [LANG.cy_GB]: "Rhaid i chi fod yn ddwrn wedi'i ddilysu cyn dewis y weithred honno"
5810
6354
  },
5811
6355
  clickToPay: {
5812
6356
  [LANG.en_US]: "Click to Pay",
5813
6357
  [LANG.en_GB]: "Click to Pay",
5814
6358
  [LANG.en_AU]: "Click to Pay",
6359
+ [LANG.en_LU]: "Click to Pay",
6360
+ [LANG.en_NZ]: "Click to Pay",
6361
+ [LANG.en_ZA]: "Click to Pay",
6362
+ [LANG.en_CA]: "Click to Pay",
5815
6363
  [LANG.de_DE]: "Click to Pay",
5816
6364
  [LANG.cs_CZ]: "Click to Pay",
5817
6365
  [LANG.sk_SK]: "Click to Pay",
@@ -5829,6 +6377,8 @@ const dictionary = {
5829
6377
  [LANG.es_ES]: "Click to Pay",
5830
6378
  [LANG.fi_FI]: "Click to Pay",
5831
6379
  [LANG.fr_FR]: "Click to Pay",
6380
+ [LANG.fr_BE]: "Click to Pay",
6381
+ [LANG.fr_LU]: "Click to Pay",
5832
6382
  [LANG.hr_HR]: "Click to Pay",
5833
6383
  [LANG.it_IT]: "Click to Pay",
5834
6384
  [LANG.lv_LV]: "Click to Pay",
@@ -5840,12 +6390,26 @@ const dictionary = {
5840
6390
  [LANG.sv_SE]: "Click to Pay",
5841
6391
  [LANG.sv_FI]: "Click to Pay",
5842
6392
  [LANG.ja_JP]: "Click to Pay",
5843
- [LANG.vi_VN]: "Click to Pay"
6393
+ [LANG.vi_VN]: "Click to Pay",
6394
+ [LANG.eu_ES]: "Click to Pay",
6395
+ [LANG.ca_ES]: "Click to Pay",
6396
+ [LANG.ga_IE]: "Click to Pay",
6397
+ [LANG.gl_ES]: "Click to Pay",
6398
+ [LANG.et_EE]: "Click to Pay",
6399
+ [LANG.fr_CA]: "Click to Pay",
6400
+ [LANG.lt_LT]: "Click to Pay",
6401
+ [LANG.mt_MT]: "Click to Pay",
6402
+ [LANG.tr_TR]: "Click to Pay",
6403
+ [LANG.cy_GB]: "Click to Pay"
5844
6404
  },
5845
6405
  weAreLookingUpYourCards: {
5846
6406
  [LANG.en_US]: "We are checking with Click To Pay to see if you have saved any cards...",
5847
6407
  [LANG.en_GB]: "We are checking with Click To Pay to see if you have saved any cards...",
5848
6408
  [LANG.en_AU]: "We are checking with Click To Pay to see if you have saved any cards...",
6409
+ [LANG.en_LU]: "We are checking with Click To Pay to see if you have saved any cards...",
6410
+ [LANG.en_NZ]: "We are checking with Click To Pay to see if you have saved any cards...",
6411
+ [LANG.en_ZA]: "We are checking with Click To Pay to see if you have saved any cards...",
6412
+ [LANG.en_CA]: "We are checking with Click To Pay to see if you have saved any cards...",
5849
6413
  [LANG.de_DE]: "Wir überprüfen mit Click to Pay, ob Sie bereits Karten gespeichert haben...",
5850
6414
  [LANG.cs_CZ]: "Zjišťujeme, zda máte uložené karty v rámci Click to Pay...",
5851
6415
  [LANG.sk_SK]: "Zisťujeme, či máte uložené karty v službe Click to Pay...",
@@ -5863,6 +6427,8 @@ const dictionary = {
5863
6427
  [LANG.es_ES]: "Estamos comprobando con Click to Pay si ya tienes alguna tarjeta guardada...",
5864
6428
  [LANG.fi_FI]: "Tarkistamme onko sinulla Click to Pay palveluun tallennettuja kortteja...",
5865
6429
  [LANG.fr_FR]: "Nous vérifions avec Click to Pay si vous avez une carte déjà enregistrée...",
6430
+ [LANG.fr_BE]: "Nous vérifions avec Click to Pay si vous avez une carte déjà enregistrée...",
6431
+ [LANG.fr_LU]: "Nous vérifions avec Click to Pay si vous avez une carte déjà enregistrée...",
5866
6432
  [LANG.hr_HR]: "Provjeravamo opciju Click To Pay da bismo vidjeli imate li spremljenih kartica...",
5867
6433
  [LANG.it_IT]: "Stiamo verificando con Click To Pay se hai delle carte salvate...",
5868
6434
  [LANG.lv_LV]: "Mēs pārbaudām pakalpojuma Click To Pay informāciju, lai uzzinātu, vai jums ir kādas saglabātas kartes...",
@@ -5874,16 +6440,32 @@ const dictionary = {
5874
6440
  [LANG.sv_SE]: "Vi kollar med Click to Pay om du har några sparade kort...",
5875
6441
  [LANG.sv_FI]: "Vi kollar med Click to Pay om du har några sparade kort...",
5876
6442
  [LANG.ja_JP]: "Click To Payにお客様のカードが保存されているかどうかを確認しています...",
5877
- [LANG.vi_VN]: "Chúng tôi đang kiểm tra với Click To Pay để xem bạn đã lưu thẻ nào chưa..."
6443
+ [LANG.vi_VN]: "Chúng tôi đang kiểm tra với Click To Pay để xem bạn đã lưu thẻ nào chưa...",
6444
+ [LANG.eu_ES]: "Txartelak gorde dituzunean ordaintzeko klik egiten ari gara ...",
6445
+ [LANG.ca_ES]: "Estem comprovant amb clic per pagar per veure si heu desat targetes ...",
6446
+ [LANG.ga_IE]: "Táimid ag seiceáil le cliceáil chun íoc chun a fháil amach an bhfuil aon chártaí sábhála agat ...",
6447
+ [LANG.gl_ES]: "Estamos comprobando con clic para pagar para ver se gardaches algunha tarxeta ...",
6448
+ [LANG.et_EE]: "Kontrollime klõpsuga, et näha, kas olete kaarte salvestanud ...",
6449
+ [LANG.fr_CA]: "Nous vérifions en clic pour payer pour voir si vous avez enregistré des cartes ...",
6450
+ [LANG.lt_LT]: "Mes tikriname paspaudę norėdami sumokėti norėdami sužinoti, ar išsaugojote bet kokias korteles ...",
6451
+ [LANG.mt_MT]: "Aħna qed niċċekkjaw bi Ikklikkja biex inħallsu biex tara jekk iffrankajt xi karti ...",
6452
+ [LANG.tr_TR]: "Herhangi bir kart kaydetip kaydetmediğinizi görmek için ödeme yapmak için Tıklama ile görüşüyoruz ...",
6453
+ [LANG.cy_GB]: "Rydym yn gwirio gyda chlicio i dalu i weld a ydych wedi arbed unrhyw gardiau ..."
5878
6454
  },
5879
6455
  cardStackLoaderAltDescription: {
5880
6456
  [LANG.en_US]: "Stacking cards animation loader",
5881
6457
  [LANG.en_GB]: "Stacking cards animation loader",
5882
6458
  [LANG.en_AU]: "Stacking cards animation loader",
6459
+ [LANG.en_LU]: "Stacking cards animation loader",
6460
+ [LANG.en_NZ]: "Stacking cards animation loader",
6461
+ [LANG.en_ZA]: "Stacking cards animation loader",
6462
+ [LANG.en_CA]: "Stacking cards animation loader",
5883
6463
  [LANG.de_DE]: "Ladeprogramm für Stapelkarten-Animationen",
5884
6464
  [LANG.cs_CZ]: "Animace načítání stránky s naskládanými kartami",
5885
6465
  [LANG.sk_SK]: "Animácia načítavania stránky s kartami ukladanými na seba",
5886
6466
  [LANG.fr_FR]: "Chargeur d'animation de cartes empilables",
6467
+ [LANG.fr_BE]: "Chargeur d'animation de cartes empilables",
6468
+ [LANG.fr_LU]: "Chargeur d'animation de cartes empilables",
5887
6469
  [LANG.nl_NL]: "Kaarten stapelen, animatie-loader",
5888
6470
  [LANG.nl_BE]: "Kaarten stapelen, animatie-loader",
5889
6471
  [LANG.it_IT]: "Animazione di carte che si impilano – caricamento",
@@ -5908,12 +6490,26 @@ const dictionary = {
5908
6490
  [LANG.lv_LV]: "Ielādes procesa karšu animācija",
5909
6491
  [LANG.uk_UA]: "Завантажувач ефекту накладення карток",
5910
6492
  [LANG.ja_JP]: "スタッキングカードのアニメーションローダー",
5911
- [LANG.vi_VN]: "Trình tải hình động thẻ xếp chồng"
6493
+ [LANG.vi_VN]: "Trình tải hình động thẻ xếp chồng",
6494
+ [LANG.eu_ES]: "Txartelak pilatzeko animazio kargatzailea",
6495
+ [LANG.ca_ES]: "Carregador de targetes apilador",
6496
+ [LANG.ga_IE]: "Cártaí Cruachta Luchtaire Beochana",
6497
+ [LANG.gl_ES]: "Cargador de animación de tarxetas de apilado",
6498
+ [LANG.et_EE]: "Kaartide animalaaduri virnastamine",
6499
+ [LANG.fr_CA]: "Chargeur d'animation des cartes d'empilement",
6500
+ [LANG.lt_LT]: "Kortelių sukravimo animacijos krautuvas",
6501
+ [LANG.mt_MT]: "Karti tal-istivar tal-animazzjoni loader",
6502
+ [LANG.tr_TR]: "İstifleme kartları animasyon yükleyici",
6503
+ [LANG.cy_GB]: "Llwythwr animeiddio cardiau pentyrru"
5912
6504
  },
5913
6505
  weAreAddingYourCardToCtP: {
5914
6506
  [LANG.en_US]: "We're now adding your card to Click to Pay...",
5915
6507
  [LANG.en_GB]: "We’re now adding your card to Click to Pay...",
5916
6508
  [LANG.en_AU]: "We’re now adding your card to Click to Pay...",
6509
+ [LANG.en_LU]: "We’re now adding your card to Click to Pay...",
6510
+ [LANG.en_NZ]: "We’re now adding your card to Click to Pay...",
6511
+ [LANG.en_ZA]: "We’re now adding your card to Click to Pay...",
6512
+ [LANG.en_CA]: "We’re now adding your card to Click to Pay...",
5917
6513
  [LANG.de_DE]: "Wir fügen Ihre Karte zu Click to Pay hinzu...",
5918
6514
  [LANG.cs_CZ]: "Vaši kartu nyní přidáváme do služby Click to Pay...",
5919
6515
  [LANG.sk_SK]: "Teraz vašu kartu pridáme do služby Click to Pay...",
@@ -5931,6 +6527,8 @@ const dictionary = {
5931
6527
  [LANG.es_ES]: "Ahora vamos a añadir tu tarjeta a Click to Pay...",
5932
6528
  [LANG.fi_FI]: "Lisäämme nyt korttisi Click to Pay -palveluun...",
5933
6529
  [LANG.fr_FR]: "Nous ajoutons maintenant votre carte à Click to Pay...",
6530
+ [LANG.fr_BE]: "Nous ajoutons maintenant votre carte à Click to Pay...",
6531
+ [LANG.fr_LU]: "Nous ajoutons maintenant votre carte à Click to Pay...",
5934
6532
  [LANG.hr_HR]: "Sada dodajemo vašu karticu na Click To Pay...",
5935
6533
  [LANG.it_IT]: "Stiamo aggiungendo la tua carta a Click to Pay...",
5936
6534
  [LANG.lv_LV]: "Mēs tagad pievienojam jūsu karti pakalpojumam Click to Pay...",
@@ -5942,7 +6540,17 @@ const dictionary = {
5942
6540
  [LANG.sv_SE]: "Vi lägger nu till ditt kort i Click to Pay...",
5943
6541
  [LANG.sv_FI]: "Vi lägger nu till ditt kort i Click to Pay...",
5944
6542
  [LANG.ja_JP]: "...Click To Payにお客様のカードを追加しています",
5945
- [LANG.vi_VN]: "Chúng tôi hiện đang thêm thẻ của bạn vào Click to Pay..."
6543
+ [LANG.vi_VN]: "Chúng tôi hiện đang thêm thẻ của bạn vào Click to Pay...",
6544
+ [LANG.eu_ES]: "Zure txartela gehitzen ari Click to Pay ...",
6545
+ [LANG.ca_ES]: "Ara afegim la vostra targeta per Click to Pay ...",
6546
+ [LANG.ga_IE]: "Táimid anois ag cur do chárta le Click to Pay ...",
6547
+ [LANG.gl_ES]: "Agora estamos engadindo a túa tarxeta para Click to Pay ...",
6548
+ [LANG.et_EE]: "Lisame nüüd teie kaardi, et Click to Pay ...",
6549
+ [LANG.fr_CA]: "Nous ajoutons maintenant votre carte pour Click to Pay ...",
6550
+ [LANG.lt_LT]: "Dabar mes pridedame jūsų kortelę, kad Click to Pay ...",
6551
+ [LANG.mt_MT]: "Issa qed inżidu l-karta tiegħek biex Click to Pay ...",
6552
+ [LANG.tr_TR]: "Şimdi Click to Pay için kartınızı ekliyoruz ...",
6553
+ [LANG.cy_GB]: "Rydyn ni nawr yn ychwanegu'ch cerdyn i Click to Pay ..."
5946
6554
  }
5947
6555
  },
5948
6556
  accessibility: {
@@ -5951,6 +6559,10 @@ const dictionary = {
5951
6559
  [LANG.en_US]: "Confirmation code",
5952
6560
  [LANG.en_GB]: "Confirmation code",
5953
6561
  [LANG.en_AU]: "Confirmation code",
6562
+ [LANG.en_LU]: "Confirmation code",
6563
+ [LANG.en_NZ]: "Confirmation code",
6564
+ [LANG.en_ZA]: "Confirmation code",
6565
+ [LANG.en_CA]: "Confirmation code",
5954
6566
  [LANG.de_DE]: "Bestätigungscode",
5955
6567
  [LANG.cs_CZ]: "Potvrzovací kód",
5956
6568
  [LANG.sk_SK]: "Potvrzovací kód",
@@ -5968,6 +6580,8 @@ const dictionary = {
5968
6580
  [LANG.es_ES]: "Código de confirmación",
5969
6581
  [LANG.fi_FI]: "Vahvistuskoodi",
5970
6582
  [LANG.fr_FR]: "Code de confirmation",
6583
+ [LANG.fr_BE]: "Code de confirmation",
6584
+ [LANG.fr_LU]: "Code de confirmation",
5971
6585
  [LANG.hr_HR]: "Kod potvrde",
5972
6586
  [LANG.it_IT]: "Codice di conferma",
5973
6587
  [LANG.lv_LV]: "Apstiprinājuma kods",
@@ -5979,12 +6593,26 @@ const dictionary = {
5979
6593
  [LANG.sv_SE]: "Bekräftelsekod",
5980
6594
  [LANG.sv_FI]: "Vahvistuskoodi",
5981
6595
  [LANG.ja_JP]: "確認コード",
5982
- [LANG.vi_VN]: "Mã xác nhận"
6596
+ [LANG.vi_VN]: "Mã xác nhận",
6597
+ [LANG.eu_ES]: "Baieztapen kodea",
6598
+ [LANG.ca_ES]: "Codi de confirmació",
6599
+ [LANG.ga_IE]: "Cód dearbhaithe",
6600
+ [LANG.gl_ES]: "Código de confirmación",
6601
+ [LANG.et_EE]: "Kinnituskood",
6602
+ [LANG.fr_CA]: "Code de confirmation",
6603
+ [LANG.lt_LT]: "Patvirtinimo kodas",
6604
+ [LANG.mt_MT]: "Kodiċi ta 'konferma",
6605
+ [LANG.tr_TR]: "Onay kodu",
6606
+ [LANG.cy_GB]: "Cod cadarnhau"
5983
6607
  },
5984
6608
  first: {
5985
6609
  [LANG.en_US]: "First",
5986
6610
  [LANG.en_GB]: "First",
5987
6611
  [LANG.en_AU]: "First",
6612
+ [LANG.en_LU]: "First",
6613
+ [LANG.en_NZ]: "First",
6614
+ [LANG.en_ZA]: "First",
6615
+ [LANG.en_CA]: "First",
5988
6616
  [LANG.de_DE]: "Erste",
5989
6617
  [LANG.cs_CZ]: "První",
5990
6618
  [LANG.sk_SK]: "Prvá",
@@ -6002,6 +6630,8 @@ const dictionary = {
6002
6630
  [LANG.es_ES]: "Primero",
6003
6631
  [LANG.fi_FI]: "Ensimmäinen",
6004
6632
  [LANG.fr_FR]: "Premier",
6633
+ [LANG.fr_BE]: "Premier",
6634
+ [LANG.fr_LU]: "Premier",
6005
6635
  [LANG.hr_HR]: "Prva",
6006
6636
  [LANG.it_IT]: "Primo",
6007
6637
  [LANG.lv_LV]: "Pirmais",
@@ -6013,12 +6643,26 @@ const dictionary = {
6013
6643
  [LANG.sv_SE]: "Första",
6014
6644
  [LANG.sv_FI]: "Ensimmäinen",
6015
6645
  [LANG.ja_JP]: "第一",
6016
- [LANG.vi_VN]: "Đầu tiên"
6646
+ [LANG.vi_VN]: "Đầu tiên",
6647
+ [LANG.eu_ES]: "Lehenengo",
6648
+ [LANG.ca_ES]: "Primer",
6649
+ [LANG.ga_IE]: "An chéad",
6650
+ [LANG.gl_ES]: "Primeiro",
6651
+ [LANG.et_EE]: "Esimene",
6652
+ [LANG.fr_CA]: "D'abord",
6653
+ [LANG.lt_LT]: "Pirma",
6654
+ [LANG.mt_MT]: "L-ewwel",
6655
+ [LANG.tr_TR]: "Birinci",
6656
+ [LANG.cy_GB]: "Yn gyntaf"
6017
6657
  },
6018
6658
  second: {
6019
6659
  [LANG.en_US]: "Second",
6020
6660
  [LANG.en_GB]: "Second",
6021
6661
  [LANG.en_AU]: "Second",
6662
+ [LANG.en_LU]: "Second",
6663
+ [LANG.en_NZ]: "Second",
6664
+ [LANG.en_ZA]: "Second",
6665
+ [LANG.en_CA]: "Second",
6022
6666
  [LANG.de_DE]: "Zweite",
6023
6667
  [LANG.cs_CZ]: "Druhá",
6024
6668
  [LANG.sk_SK]: "Druhá",
@@ -6036,6 +6680,8 @@ const dictionary = {
6036
6680
  [LANG.es_ES]: "Segundo",
6037
6681
  [LANG.fi_FI]: "Toinen",
6038
6682
  [LANG.fr_FR]: "Deuxième",
6683
+ [LANG.fr_BE]: "Deuxième",
6684
+ [LANG.fr_LU]: "Deuxième",
6039
6685
  [LANG.hr_HR]: "Druga",
6040
6686
  [LANG.it_IT]: "Secondo",
6041
6687
  [LANG.lv_LV]: "Otrais",
@@ -6047,12 +6693,26 @@ const dictionary = {
6047
6693
  [LANG.sv_SE]: "Andra",
6048
6694
  [LANG.sv_FI]: "Toinen",
6049
6695
  [LANG.ja_JP]: "第二",
6050
- [LANG.vi_VN]: "Thứ hai"
6696
+ [LANG.vi_VN]: "Thứ hai",
6697
+ [LANG.eu_ES]: "Segundu",
6698
+ [LANG.ca_ES]: "Segona",
6699
+ [LANG.ga_IE]: "An dara háit",
6700
+ [LANG.gl_ES]: "Segundo",
6701
+ [LANG.et_EE]: "Teine",
6702
+ [LANG.fr_CA]: "Deuxième",
6703
+ [LANG.lt_LT]: "Antra",
6704
+ [LANG.mt_MT]: "It-tieni",
6705
+ [LANG.tr_TR]: "Saniye",
6706
+ [LANG.cy_GB]: "Heiliwn"
6051
6707
  },
6052
6708
  third: {
6053
6709
  [LANG.en_US]: "Third",
6054
6710
  [LANG.en_GB]: "Third",
6055
6711
  [LANG.en_AU]: "Third",
6712
+ [LANG.en_LU]: "Third",
6713
+ [LANG.en_NZ]: "Third",
6714
+ [LANG.en_ZA]: "Third",
6715
+ [LANG.en_CA]: "Third",
6056
6716
  [LANG.de_DE]: "Dritte",
6057
6717
  [LANG.cs_CZ]: "Třetí",
6058
6718
  [LANG.sk_SK]: "Tretí",
@@ -6070,6 +6730,8 @@ const dictionary = {
6070
6730
  [LANG.es_ES]: "Tercero",
6071
6731
  [LANG.fi_FI]: "Kolmas",
6072
6732
  [LANG.fr_FR]: "Troisième",
6733
+ [LANG.fr_BE]: "Troisième",
6734
+ [LANG.fr_LU]: "Troisième",
6073
6735
  [LANG.hr_HR]: "Treći",
6074
6736
  [LANG.it_IT]: "Terzo",
6075
6737
  [LANG.lv_LV]: "Trešais",
@@ -6081,12 +6743,26 @@ const dictionary = {
6081
6743
  [LANG.sv_SE]: "Tredje",
6082
6744
  [LANG.sv_FI]: "Kolmas",
6083
6745
  [LANG.ja_JP]: "第三",
6084
- [LANG.vi_VN]: "Thứ ba"
6746
+ [LANG.vi_VN]: "Thứ ba",
6747
+ [LANG.eu_ES]: "Hirugarren",
6748
+ [LANG.ca_ES]: "Tercer",
6749
+ [LANG.ga_IE]: "Tríú",
6750
+ [LANG.gl_ES]: "Terceiro",
6751
+ [LANG.et_EE]: "Kolmas",
6752
+ [LANG.fr_CA]: "Troisième",
6753
+ [LANG.lt_LT]: "Trečias",
6754
+ [LANG.mt_MT]: "It-tielet",
6755
+ [LANG.tr_TR]: "Üçüncü",
6756
+ [LANG.cy_GB]: "Nhrydydd"
6085
6757
  },
6086
6758
  fourth: {
6087
6759
  [LANG.en_US]: "Fourth",
6088
6760
  [LANG.en_GB]: "Fourth",
6089
6761
  [LANG.en_AU]: "Fourth",
6762
+ [LANG.en_LU]: "Fourth",
6763
+ [LANG.en_NZ]: "Fourth",
6764
+ [LANG.en_ZA]: "Fourth",
6765
+ [LANG.en_CA]: "Fourth",
6090
6766
  [LANG.de_DE]: "Vierte",
6091
6767
  [LANG.cs_CZ]: "Čtvrtý",
6092
6768
  [LANG.sk_SK]: "Štvrtý",
@@ -6104,6 +6780,8 @@ const dictionary = {
6104
6780
  [LANG.es_ES]: "Cuarto",
6105
6781
  [LANG.fi_FI]: "Neljäs",
6106
6782
  [LANG.fr_FR]: "Quatrième",
6783
+ [LANG.fr_BE]: "Quatrième",
6784
+ [LANG.fr_LU]: "Quatrième",
6107
6785
  [LANG.hr_HR]: "Četvrti",
6108
6786
  [LANG.it_IT]: "Quarto",
6109
6787
  [LANG.lv_LV]: "Ceturtais",
@@ -6115,12 +6793,26 @@ const dictionary = {
6115
6793
  [LANG.sv_SE]: "Fjärde",
6116
6794
  [LANG.sv_FI]: "Neljäs",
6117
6795
  [LANG.ja_JP]: "第四",
6118
- [LANG.vi_VN]: "Thứ tư"
6796
+ [LANG.vi_VN]: "Thứ tư",
6797
+ [LANG.eu_ES]: "Laugarren",
6798
+ [LANG.ca_ES]: "Quart",
6799
+ [LANG.ga_IE]: "Ceathrú",
6800
+ [LANG.gl_ES]: "Cuarto",
6801
+ [LANG.et_EE]: "Neljas",
6802
+ [LANG.fr_CA]: "Quatrième",
6803
+ [LANG.lt_LT]: "Ketvirta",
6804
+ [LANG.mt_MT]: "Ir-raba '",
6805
+ [LANG.tr_TR]: "Dördüncü",
6806
+ [LANG.cy_GB]: "Phedwerydd"
6119
6807
  },
6120
6808
  fifth: {
6121
6809
  [LANG.en_US]: "Fifth",
6122
6810
  [LANG.en_GB]: "Fifth",
6123
6811
  [LANG.en_AU]: "Fifth",
6812
+ [LANG.en_LU]: "Fifth",
6813
+ [LANG.en_NZ]: "Fifth",
6814
+ [LANG.en_ZA]: "Fifth",
6815
+ [LANG.en_CA]: "Fifth",
6124
6816
  [LANG.de_DE]: "Fünfte",
6125
6817
  [LANG.cs_CZ]: "Pátý",
6126
6818
  [LANG.sk_SK]: "Piaty",
@@ -6138,6 +6830,8 @@ const dictionary = {
6138
6830
  [LANG.es_ES]: "Quinto",
6139
6831
  [LANG.fi_FI]: "Viides",
6140
6832
  [LANG.fr_FR]: "Cinquième",
6833
+ [LANG.fr_BE]: "Cinquième",
6834
+ [LANG.fr_LU]: "Cinquième",
6141
6835
  [LANG.hr_HR]: "Peti",
6142
6836
  [LANG.it_IT]: "Quinto",
6143
6837
  [LANG.lv_LV]: "Piektais",
@@ -6149,12 +6843,26 @@ const dictionary = {
6149
6843
  [LANG.sv_SE]: "Femte",
6150
6844
  [LANG.sv_FI]: "Viides",
6151
6845
  [LANG.ja_JP]: "第五",
6152
- [LANG.vi_VN]: "Thứ năm"
6846
+ [LANG.vi_VN]: "Thứ năm",
6847
+ [LANG.eu_ES]: "Bosgarren",
6848
+ [LANG.ca_ES]: "Cinquena",
6849
+ [LANG.ga_IE]: "Cúigiú",
6850
+ [LANG.gl_ES]: "Quinto",
6851
+ [LANG.et_EE]: "Viiendik",
6852
+ [LANG.fr_CA]: "Cinquième",
6853
+ [LANG.lt_LT]: "Penkta",
6854
+ [LANG.mt_MT]: "Il-ħames",
6855
+ [LANG.tr_TR]: "Beşinci",
6856
+ [LANG.cy_GB]: "Pumed"
6153
6857
  },
6154
6858
  sixth: {
6155
6859
  [LANG.en_US]: "Sixth",
6156
6860
  [LANG.en_GB]: "Sixth",
6157
6861
  [LANG.en_AU]: "Sixth",
6862
+ [LANG.en_LU]: "Sixth",
6863
+ [LANG.en_NZ]: "Sixth",
6864
+ [LANG.en_ZA]: "Sixth",
6865
+ [LANG.en_CA]: "Sixth",
6158
6866
  [LANG.de_DE]: "Sechste",
6159
6867
  [LANG.cs_CZ]: "Šestý",
6160
6868
  [LANG.sk_SK]: "Šiesty",
@@ -6172,6 +6880,8 @@ const dictionary = {
6172
6880
  [LANG.es_ES]: "Sexto",
6173
6881
  [LANG.fi_FI]: "Kuudes",
6174
6882
  [LANG.fr_FR]: "Sixième",
6883
+ [LANG.fr_BE]: "Sixième",
6884
+ [LANG.fr_LU]: "Sixième",
6175
6885
  [LANG.hr_HR]: "Šesti",
6176
6886
  [LANG.it_IT]: "Sesto",
6177
6887
  [LANG.lv_LV]: "Sestais",
@@ -6183,12 +6893,26 @@ const dictionary = {
6183
6893
  [LANG.sv_SE]: "Sjätte",
6184
6894
  [LANG.sv_FI]: "Kuudes",
6185
6895
  [LANG.ja_JP]: "第六",
6186
- [LANG.vi_VN]: "Thứ sáu"
6896
+ [LANG.vi_VN]: "Thứ sáu",
6897
+ [LANG.eu_ES]: "Seigarren",
6898
+ [LANG.ca_ES]: "Sisena",
6899
+ [LANG.ga_IE]: "An séú cuid",
6900
+ [LANG.gl_ES]: "Sexto",
6901
+ [LANG.et_EE]: "Kuues",
6902
+ [LANG.fr_CA]: "Sixième",
6903
+ [LANG.lt_LT]: "Šešta",
6904
+ [LANG.mt_MT]: "Is-sitt",
6905
+ [LANG.tr_TR]: "Altıncı",
6906
+ [LANG.cy_GB]: "Chweched"
6187
6907
  },
6188
6908
  digit: {
6189
6909
  [LANG.en_US]: "Digit",
6190
6910
  [LANG.en_GB]: "Digit",
6191
6911
  [LANG.en_AU]: "Digit",
6912
+ [LANG.en_LU]: "Digit",
6913
+ [LANG.en_NZ]: "Digit",
6914
+ [LANG.en_ZA]: "Digit",
6915
+ [LANG.en_CA]: "Digit",
6192
6916
  [LANG.de_DE]: "Ziffer",
6193
6917
  [LANG.cs_CZ]: "Číslice",
6194
6918
  [LANG.sk_SK]: "Číslica",
@@ -6206,6 +6930,8 @@ const dictionary = {
6206
6930
  [LANG.es_ES]: "Dígito",
6207
6931
  [LANG.fi_FI]: "Numero",
6208
6932
  [LANG.fr_FR]: "Chiffre",
6933
+ [LANG.fr_BE]: "Chiffre",
6934
+ [LANG.fr_LU]: "Chiffre",
6209
6935
  [LANG.hr_HR]: "Cifra",
6210
6936
  [LANG.it_IT]: "Cifra",
6211
6937
  [LANG.lv_LV]: "Cipars",
@@ -6217,12 +6943,26 @@ const dictionary = {
6217
6943
  [LANG.sv_SE]: "Siffra",
6218
6944
  [LANG.sv_FI]: "Numero",
6219
6945
  [LANG.ja_JP]: "数字",
6220
- [LANG.vi_VN]: "Chữ số"
6946
+ [LANG.vi_VN]: "Chữ số",
6947
+ [LANG.eu_ES]: "Digitu",
6948
+ [LANG.ca_ES]: "Dig",
6949
+ [LANG.ga_IE]: "Digit",
6950
+ [LANG.gl_ES]: "Díxito",
6951
+ [LANG.et_EE]: "Numbrit",
6952
+ [LANG.fr_CA]: "Chiffre",
6953
+ [LANG.lt_LT]: "Skaitmenis",
6954
+ [LANG.mt_MT]: "Ċifra",
6955
+ [LANG.tr_TR]: "Basamak",
6956
+ [LANG.cy_GB]: "Digidau"
6221
6957
  },
6222
6958
  of: {
6223
6959
  [LANG.en_US]: "of",
6224
6960
  [LANG.en_GB]: "of",
6225
6961
  [LANG.en_AU]: "of",
6962
+ [LANG.en_LU]: "of",
6963
+ [LANG.en_NZ]: "of",
6964
+ [LANG.en_ZA]: "of",
6965
+ [LANG.en_CA]: "of",
6226
6966
  [LANG.de_DE]: "von",
6227
6967
  [LANG.cs_CZ]: "z",
6228
6968
  [LANG.sk_SK]: "z",
@@ -6240,6 +6980,8 @@ const dictionary = {
6240
6980
  [LANG.es_ES]: "de",
6241
6981
  [LANG.fi_FI]: "josta",
6242
6982
  [LANG.fr_FR]: "de",
6983
+ [LANG.fr_BE]: "de",
6984
+ [LANG.fr_LU]: "de",
6243
6985
  [LANG.hr_HR]: "od",
6244
6986
  [LANG.it_IT]: "di",
6245
6987
  [LANG.lv_LV]: "no",
@@ -6251,13 +6993,27 @@ const dictionary = {
6251
6993
  [LANG.sv_SE]: "av",
6252
6994
  [LANG.sv_FI]: "josta",
6253
6995
  [LANG.ja_JP]: "の",
6254
- [LANG.vi_VN]: "của"
6996
+ [LANG.vi_VN]: "của",
6997
+ [LANG.eu_ES]: "-ren",
6998
+ [LANG.ca_ES]: "de",
6999
+ [LANG.ga_IE]: "de",
7000
+ [LANG.gl_ES]: "de",
7001
+ [LANG.et_EE]: "-st",
7002
+ [LANG.fr_CA]: "de",
7003
+ [LANG.lt_LT]: "iš",
7004
+ [LANG.mt_MT]: "ta '",
7005
+ [LANG.tr_TR]: "ile ilgili",
7006
+ [LANG.cy_GB]: "o"
6255
7007
  }
6256
7008
  },
6257
7009
  via: {
6258
7010
  [LANG.en_US]: "via",
6259
7011
  [LANG.en_GB]: "via",
6260
7012
  [LANG.en_AU]: "via",
7013
+ [LANG.en_LU]: "via",
7014
+ [LANG.en_NZ]: "via",
7015
+ [LANG.en_ZA]: "via",
7016
+ [LANG.en_CA]: "via",
6261
7017
  [LANG.de_DE]: "über",
6262
7018
  [LANG.cs_CZ]: "přes",
6263
7019
  [LANG.sk_SK]: "cez",
@@ -6275,6 +7031,8 @@ const dictionary = {
6275
7031
  [LANG.es_ES]: "a través de",
6276
7032
  [LANG.fi_FI]: "mobiililla",
6277
7033
  [LANG.fr_FR]: "via",
7034
+ [LANG.fr_BE]: "via",
7035
+ [LANG.fr_LU]: "via",
6278
7036
  [LANG.hr_HR]: "putem",
6279
7037
  [LANG.it_IT]: "tramite",
6280
7038
  [LANG.lv_LV]: "izmantojot",
@@ -6286,12 +7044,26 @@ const dictionary = {
6286
7044
  [LANG.sv_SE]: "via",
6287
7045
  [LANG.sv_FI]: "via",
6288
7046
  [LANG.ja_JP]: "経由で",
6289
- [LANG.vi_VN]: "qua"
7047
+ [LANG.vi_VN]: "qua",
7048
+ [LANG.eu_ES]: "bidez",
7049
+ [LANG.ca_ES]: "via",
7050
+ [LANG.ga_IE]: "maidir le",
7051
+ [LANG.gl_ES]: "vía",
7052
+ [LANG.et_EE]: "kaudu",
7053
+ [LANG.fr_CA]: "via",
7054
+ [LANG.lt_LT]: "per",
7055
+ [LANG.mt_MT]: "via",
7056
+ [LANG.tr_TR]: "aracılığıyla",
7057
+ [LANG.cy_GB]: "drwyiff"
6290
7058
  },
6291
7059
  maskedEmail: {
6292
7060
  [LANG.en_US]: "Masked email",
6293
7061
  [LANG.en_GB]: "Masked email",
6294
7062
  [LANG.en_AU]: "Masked email",
7063
+ [LANG.en_LU]: "Masked email",
7064
+ [LANG.en_NZ]: "Masked email",
7065
+ [LANG.en_ZA]: "Masked email",
7066
+ [LANG.en_CA]: "Masked email",
6295
7067
  [LANG.de_DE]: "Maskierte E-Mail",
6296
7068
  [LANG.cs_CZ]: "Maskovaný e-mail",
6297
7069
  [LANG.sk_SK]: "Maskovaný e-mail",
@@ -6309,6 +7081,8 @@ const dictionary = {
6309
7081
  [LANG.es_ES]: "Correo electrónico enmascarado",
6310
7082
  [LANG.fi_FI]: "Maskeerattu sähköposti",
6311
7083
  [LANG.fr_FR]: "E-mail masqué",
7084
+ [LANG.fr_BE]: "E-mail masqué",
7085
+ [LANG.fr_LU]: "E-mail masqué",
6312
7086
  [LANG.hr_HR]: "Maskirani e-mail",
6313
7087
  [LANG.it_IT]: "Email mascherato",
6314
7088
  [LANG.lv_LV]: "Maskēts e-pasts",
@@ -6320,12 +7094,26 @@ const dictionary = {
6320
7094
  [LANG.sv_SE]: "Maskerad e-post",
6321
7095
  [LANG.sv_FI]: "Maskattu sähköposti",
6322
7096
  [LANG.ja_JP]: "マスクされたメール",
6323
- [LANG.vi_VN]: "Email ẩn danh"
7097
+ [LANG.vi_VN]: "Email ẩn danh",
7098
+ [LANG.eu_ES]: "Mezu elektronikoa",
7099
+ [LANG.ca_ES]: "Correu electrònic emmascarat",
7100
+ [LANG.ga_IE]: "Ríomhphost masked",
7101
+ [LANG.gl_ES]: "Correo electrónico enmascarado",
7102
+ [LANG.et_EE]: "Maskeeritud e -post",
7103
+ [LANG.fr_CA]: "E-mail masqué",
7104
+ [LANG.lt_LT]: "Užmaskuotas el. Paštas",
7105
+ [LANG.mt_MT]: "Email mgħotti",
7106
+ [LANG.tr_TR]: "Maskeli e -posta",
7107
+ [LANG.cy_GB]: "E -bost wedi'i guddio"
6324
7108
  },
6325
7109
  maskedCharacters: {
6326
7110
  [LANG.en_US]: "masked characters",
6327
7111
  [LANG.en_GB]: "masked characters",
6328
7112
  [LANG.en_AU]: "masked characters",
7113
+ [LANG.en_LU]: "masked characters",
7114
+ [LANG.en_NZ]: "masked characters",
7115
+ [LANG.en_ZA]: "masked characters",
7116
+ [LANG.en_CA]: "masked characters",
6329
7117
  [LANG.de_DE]: "maskierte zeichen",
6330
7118
  [LANG.cs_CZ]: "maskované znaky",
6331
7119
  [LANG.sk_SK]: "maskované znaky",
@@ -6343,6 +7131,8 @@ const dictionary = {
6343
7131
  [LANG.es_ES]: "caracteres enmascarados",
6344
7132
  [LANG.fi_FI]: "maskeeratut merkit",
6345
7133
  [LANG.fr_FR]: "caractères masqués",
7134
+ [LANG.fr_BE]: "caractères masqués",
7135
+ [LANG.fr_LU]: "caractères masqués",
6346
7136
  [LANG.hr_HR]: "maskirani znakovi",
6347
7137
  [LANG.it_IT]: "caratteri mascherati",
6348
7138
  [LANG.lv_LV]: "maskēti simboli",
@@ -6354,12 +7144,26 @@ const dictionary = {
6354
7144
  [LANG.sv_SE]: "maskerade tecken",
6355
7145
  [LANG.sv_FI]: "maskatut merkit",
6356
7146
  [LANG.ja_JP]: "マスクされた文字",
6357
- [LANG.vi_VN]: "ký tự ẩn danh"
7147
+ [LANG.vi_VN]: "ký tự ẩn danh",
7148
+ [LANG.eu_ES]: "Karaktere maskarak",
7149
+ [LANG.ca_ES]: "Personatges emmascarats",
7150
+ [LANG.ga_IE]: "Carachtair masked",
7151
+ [LANG.gl_ES]: "personaxes enmascarados",
7152
+ [LANG.et_EE]: "maskeeritud tegelased",
7153
+ [LANG.fr_CA]: "personnages masqués",
7154
+ [LANG.lt_LT]: "kaukėti personažai",
7155
+ [LANG.mt_MT]: "Karattri mgħottija",
7156
+ [LANG.tr_TR]: "maskeli karakterler",
7157
+ [LANG.cy_GB]: "cymeriadau wedi'u masgio"
6358
7158
  },
6359
7159
  userProfile: {
6360
7160
  [LANG.en_US]: "User profile",
6361
7161
  [LANG.en_GB]: "User profile",
6362
7162
  [LANG.en_AU]: "User profile",
7163
+ [LANG.en_LU]: "User profile",
7164
+ [LANG.en_NZ]: "User profile",
7165
+ [LANG.en_ZA]: "User profile",
7166
+ [LANG.en_CA]: "User profile",
6363
7167
  [LANG.de_DE]: "Benutzerprofil",
6364
7168
  [LANG.cs_CZ]: "Uživatelský profil",
6365
7169
  [LANG.sk_SK]: "Používateľský profil",
@@ -6377,6 +7181,8 @@ const dictionary = {
6377
7181
  [LANG.es_ES]: "Perfil de usuario",
6378
7182
  [LANG.fi_FI]: "Käyttäjäprofiili",
6379
7183
  [LANG.fr_FR]: "Profil utilisateur",
7184
+ [LANG.fr_BE]: "Profil utilisateur",
7185
+ [LANG.fr_LU]: "Profil utilisateur",
6380
7186
  [LANG.hr_HR]: "Korisnički profil",
6381
7187
  [LANG.it_IT]: "Profilo utente",
6382
7188
  [LANG.lv_LV]: "Lietotāja profils",
@@ -6388,12 +7194,26 @@ const dictionary = {
6388
7194
  [LANG.sv_SE]: "Användarprofil",
6389
7195
  [LANG.sv_FI]: "Käyttäjäprofiili",
6390
7196
  [LANG.ja_JP]: "ユーザープロフィール",
6391
- [LANG.vi_VN]: "Hồ sơ người dùng"
7197
+ [LANG.vi_VN]: "Hồ sơ người dùng",
7198
+ [LANG.eu_ES]: "Erabiltzailearen profila",
7199
+ [LANG.ca_ES]: "Perfil d'usuari",
7200
+ [LANG.ga_IE]: "Próifíl úsáideora",
7201
+ [LANG.gl_ES]: "Perfil de usuario",
7202
+ [LANG.et_EE]: "Kasutajaprofiil",
7203
+ [LANG.fr_CA]: "Profil utilisateur",
7204
+ [LANG.lt_LT]: "Vartotojo profilis",
7205
+ [LANG.mt_MT]: "Profil tal-utent",
7206
+ [LANG.tr_TR]: "Kullanıcı profili",
7207
+ [LANG.cy_GB]: "Proffil Defnyddiwr"
6392
7208
  },
6393
7209
  supportedSchemes: {
6394
7210
  [LANG.en_US]: "Supported schemes are",
6395
7211
  [LANG.en_GB]: "Supported schemes are",
6396
7212
  [LANG.en_AU]: "Supported schemes are",
7213
+ [LANG.en_LU]: "Supported schemes are",
7214
+ [LANG.en_NZ]: "Supported schemes are",
7215
+ [LANG.en_ZA]: "Supported schemes are",
7216
+ [LANG.en_CA]: "Supported schemes are",
6397
7217
  [LANG.de_DE]: "Unterstützte Schemes sind",
6398
7218
  [LANG.cs_CZ]: "Podporované schémata jsou",
6399
7219
  [LANG.sk_SK]: "Podporované schémy sú",
@@ -6411,6 +7231,8 @@ const dictionary = {
6411
7231
  [LANG.es_ES]: "Los esquemas admitidos son",
6412
7232
  [LANG.fi_FI]: "Tuet kaaviot ovat",
6413
7233
  [LANG.fr_FR]: "Les schémas pris en charge sont",
7234
+ [LANG.fr_BE]: "Les schémas pris en charge sont",
7235
+ [LANG.fr_LU]: "Les schémas pris en charge sont",
6414
7236
  [LANG.hr_HR]: "Podržane sheme su",
6415
7237
  [LANG.it_IT]: "Gli schemi supportati sono",
6416
7238
  [LANG.lv_LV]: "Atbalstītās shēmas ir",
@@ -6422,13 +7244,27 @@ const dictionary = {
6422
7244
  [LANG.sv_SE]: "Stödda scheman är",
6423
7245
  [LANG.sv_FI]: "Tuetut kaaviot ovat",
6424
7246
  [LANG.ja_JP]: "サポートされているスキームは",
6425
- [LANG.vi_VN]: "Các sơ đồ được hỗ trợ là"
7247
+ [LANG.vi_VN]: "Các sơ đồ được hỗ trợ là",
7248
+ [LANG.eu_ES]: "Onartutako eskemak dira",
7249
+ [LANG.ca_ES]: "Els esquemes compatibles són",
7250
+ [LANG.ga_IE]: "Tá scéimeanna tacaithe",
7251
+ [LANG.gl_ES]: "Os esquemas soportados son",
7252
+ [LANG.et_EE]: "Toetatud skeemid on",
7253
+ [LANG.fr_CA]: "Les schémas pris en charge sont",
7254
+ [LANG.lt_LT]: "Palaikomos schemos yra",
7255
+ [LANG.mt_MT]: "Skemi appoġġjati huma",
7256
+ [LANG.tr_TR]: "Desteklenen şemalar",
7257
+ [LANG.cy_GB]: "Mae cynlluniau â chymorth yn"
6426
7258
  },
6427
7259
  userLocation: {
6428
7260
  loginScreenMessage: {
6429
7261
  [LANG.en_US]: "You are currently on the Login Screen",
6430
7262
  [LANG.en_GB]: "You are currently on the Login Screen",
6431
7263
  [LANG.en_AU]: "You are currently on the Login Screen",
7264
+ [LANG.en_LU]: "You are currently on the Login Screen",
7265
+ [LANG.en_NZ]: "You are currently on the Login Screen",
7266
+ [LANG.en_ZA]: "You are currently on the Login Screen",
7267
+ [LANG.en_CA]: "You are currently on the Login Screen",
6432
7268
  [LANG.de_DE]: "Sie befinden sich derzeit auf dem Anmeldebildschirm",
6433
7269
  [LANG.cs_CZ]: "Aktuálně se nacházíte na přihlašovací obrazovce",
6434
7270
  [LANG.sk_SK]: "Momentálne sa nachádzate na prihlasovacej obrazovke",
@@ -6446,6 +7282,8 @@ const dictionary = {
6446
7282
  [LANG.es_ES]: "Actualmente estás en la pantalla de inicio de sesión",
6447
7283
  [LANG.fi_FI]: "Olet tällä hetkellä kirjautumissivulla",
6448
7284
  [LANG.fr_FR]: "Vous êtes actuellement sur l'écran de connexion",
7285
+ [LANG.fr_BE]: "Vous êtes actuellement sur l'écran de connexion",
7286
+ [LANG.fr_LU]: "Vous êtes actuellement sur l'écran de connexion",
6449
7287
  [LANG.hr_HR]: "Trenutno ste na ekranu za prijavu",
6450
7288
  [LANG.it_IT]: "Attualmente sei nella schermata di accesso",
6451
7289
  [LANG.lv_LV]: "Pašlaik esat pieteikšanās ekrānā",
@@ -6457,12 +7295,26 @@ const dictionary = {
6457
7295
  [LANG.sv_SE]: "Du är för närvarande på inloggningsskärmen",
6458
7296
  [LANG.sv_FI]: "Olet tällä hetkellä kirjautumissivulla",
6459
7297
  [LANG.ja_JP]: "現在、ログイン画面にいます",
6460
- [LANG.vi_VN]: "Hiện tại bạn đang ở màn hình đăng nhập"
7298
+ [LANG.vi_VN]: "Hiện tại bạn đang ở màn hình đăng nhập",
7299
+ [LANG.eu_ES]: "Saioa hasteko pantailan zaude",
7300
+ [LANG.ca_ES]: "Actualment esteu a la pantalla d’inici de sessió",
7301
+ [LANG.ga_IE]: "Tá tú ar an scáileán logála isteach faoi láthair",
7302
+ [LANG.gl_ES]: "Actualmente estás na pantalla de inicio de sesión",
7303
+ [LANG.et_EE]: "Olete praegu sisselogimisekraanil",
7304
+ [LANG.fr_CA]: "Vous êtes actuellement sur l'écran de connexion",
7305
+ [LANG.lt_LT]: "Šiuo metu esate prisijungimo ekrane",
7306
+ [LANG.mt_MT]: "Bħalissa qiegħed fuq l-iskrin tal-login",
7307
+ [LANG.tr_TR]: "Şu anda giriş ekranındasınız",
7308
+ [LANG.cy_GB]: "Ar hyn o bryd rydych chi ar y sgrin fewngofnodi"
6461
7309
  },
6462
7310
  otpScreenMessage: {
6463
7311
  [LANG.en_US]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
6464
7312
  [LANG.en_GB]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
6465
7313
  [LANG.en_AU]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
7314
+ [LANG.en_LU]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
7315
+ [LANG.en_NZ]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
7316
+ [LANG.en_ZA]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
7317
+ [LANG.en_CA]: "You are now on the One Time Password screen. To access saved Click to Pay cards for the user, [accessibleEmailLabel], enter the one-time passcode we have sent you to, [maskedValidationChannel]",
6466
7318
  [LANG.de_DE]: "Sie befinden sich jetzt auf dem Bildschirm für das Einmalpasswort. Um auf die gespeicherten Click to Pay-Karten für den Benutzer, [accessibleEmailLabel], zuzugreifen, geben Sie den Einmalpasscode ein, den wir Ihnen an [maskedValidationChannel] gesendet haben.",
6467
7319
  [LANG.cs_CZ]: "Nyní se nacházíte na obrazovce pro jednorázové heslo. Chcete-li získat přístup k uloženým kartám Click to Pay pro uživatele, [accessibleEmailLabel], zadejte jednorázový kód, který jsme vám poslali na [maskedValidationChannel].",
6468
7320
  [LANG.sk_SK]: "Teraz sa nachádzate na obrazovke pre jednorazové heslo. Ak chcete získať prístup k uloženým kartám Click to Pay pre používateľa, [accessibleEmailLabel], zadajte jednorazový kód, ktorý sme vám poslali na [maskedValidationChannel].",
@@ -6480,6 +7332,8 @@ const dictionary = {
6480
7332
  [LANG.es_ES]: "Ahora estás en la pantalla de Contraseña de un solo uso. Para acceder a las tarjetas Click to Pay guardadas para el usuario, [accessibleEmailLabel], ingresa el código de un solo uso que te hemos enviado a [maskedValidationChannel].",
6481
7333
  [LANG.fi_FI]: "Olet nyt kertakäyttösalasana-näytössä. Päästäksesi käyttäjän, [accessibleEmailLabel], tallennettuihin Click to Pay -kortteihin, syötä kertakäyttösalasana, jonka olemme lähettäneet sinulle osoitteeseen [maskedValidationChannel].",
6482
7334
  [LANG.fr_FR]: "Vous êtes maintenant sur l'écran du mot de passe à usage unique. Pour accéder aux cartes Click to Pay enregistrées pour l'utilisateur, [accessibleEmailLabel], entrez le code à usage unique que nous vous avons envoyé à [maskedValidationChannel].",
7335
+ [LANG.fr_BE]: "Vous êtes maintenant sur l'écran du mot de passe à usage unique. Pour accéder aux cartes Click to Pay enregistrées pour l'utilisateur, [accessibleEmailLabel], entrez le code à usage unique que nous vous avons envoyé à [maskedValidationChannel].",
7336
+ [LANG.fr_LU]: "Vous êtes maintenant sur l'écran du mot de passe à usage unique. Pour accéder aux cartes Click to Pay enregistrées pour l'utilisateur, [accessibleEmailLabel], entrez le code à usage unique que nous vous avons envoyé à [maskedValidationChannel].",
6483
7337
  [LANG.hr_HR]: "Sada ste na ekranu za jednokratnu lozinku. Da biste pristupili spremljenim Click to Pay karticama za korisnika, [accessibleEmailLabel], unesite jednokratni kod koji smo vam poslali na [maskedValidationChannel].",
6484
7338
  [LANG.it_IT]: "Ora sei nella schermata della Password Usa e Getta. Per accedere alle carte Click to Pay salvate per l'utente, [accessibleEmailLabel], inserisci il codice usa e getta che ti abbiamo inviato a [maskedValidationChannel].",
6485
7339
  [LANG.lv_LV]: "Jūs tagad esat vienreizējā parolē. Lai piekļūtu saglabātajām Click to Pay kartēm lietotājam, [accessibleEmailLabel], ievadiet vienreizējo paroli, ko esam nosūtījuši uz [maskedValidationChannel].",
@@ -6491,13 +7345,27 @@ const dictionary = {
6491
7345
  [LANG.sv_SE]: "Du är nu på skärmen för engångslösenord. För att få åtkomst till sparade Click to Pay-kort för användaren, [accessibleEmailLabel], ange engångskoden som vi har skickat till [maskedValidationChannel].",
6492
7346
  [LANG.sv_FI]: "Olet nyt kertakäyttösalasana-näytössä. Päästäksesi käyttäjän, [accessibleEmailLabel], tallennettuihin Click to Pay -kortteihin, syötä kertakäyttösalasana, jonka olemme lähettäneet sinulle osoitteeseen [maskedValidationChannel].",
6493
7347
  [LANG.ja_JP]: "現在、ワンタイムパスワード画面にいます。ユーザーのために保存されたClick to Payカードにアクセスするには、[accessibleEmailLabel]、私たちが[maskedValidationChannel]に送信したワンタイムパスコードを入力してください。",
6494
- [LANG.vi_VN]: "Bạn hiện đang ở màn hình Mật khẩu Một lần. Để truy cập các thẻ Click to Pay đã lưu cho người dùng, [accessibleEmailLabel], hãy nhập mã xác thực một lần mà chúng tôi đã gửi cho bạn đến [maskedValidationChannel]."
7348
+ [LANG.vi_VN]: "Bạn hiện đang ở màn hình Mật khẩu Một lần. Để truy cập các thẻ Click to Pay đã lưu cho người dùng, [accessibleEmailLabel], hãy nhập mã xác thực một lần mà chúng tôi đã gửi cho bạn đến [maskedValidationChannel].",
7349
+ [LANG.eu_ES]: "Orain One Time Password pantailan zaude. Erabiltzailearen batutako Click to Pay txartelak eskuratzeko, [accessibleEmailLabel], bidali dizugun behin-behineko pasahitza sartu, [maskedValidationChannel].",
7350
+ [LANG.ca_ES]: "Ara estàs a la pantalla del Codi d'un sol ús. Per accedir a les targetes Click to Pay desades per a l'usuari, [accessibleEmailLabel], introdueix el codi d'un sol ús que t'hem enviat a [maskedValidationChannel]",
7351
+ [LANG.ga_IE]: "Tá tú anois ar scáileán an Chód Pasfhocal Uair amháin. Chun cártaí Click to Pay a shábháil don úsáideoir, [accessibleEmailLabel], déan iontráil ar an gcód pasfhocal a sheolamar chugat chuig [maskedValidationChannel]",
7352
+ [LANG.gl_ES]: "Agora estás na pantalla do Código de Unico Uso. Para acceder ás tarxetas Click to Pay gardadas para o usuario, [accessibleEmailLabel], introduce o código de unicamente uso que che enviamos a, [maskedValidationChannel]",
7353
+ [LANG.et_EE]: "Olete nüüd Ühekordse Parooli ekraanil. Juurdepääsuks salvestatud Klikkige Maksa kaartidele kasutaja jaoks, [accessibleEmailLabel], sisestage ühekordne parool, mille oleme saatnud teile, [maskedValidationChannel]",
7354
+ [LANG.fr_CA]: "Vous êtes maintenant sur l'écran du mot de passe à usage unique. Pour accéder aux cartes Click to Pay enregistrées pour l'utilisateur, [accessibleEmailLabel], entrez le code d'accès à usage unique que nous vous avons envoyé à [maskedValidationChannel]",
7355
+ [LANG.lt_LT]: "Dabar esate vienkartinio slaptažodžio ekrane. Norėdami pasiekti išsaugotas „Click to Pay“ korteles vartotojui, [accessibleEmailLabel], įveskite vienkartinį slaptažodį, kurį išsiuntėme jums į [maskedValidationChannel].",
7356
+ [LANG.mt_MT]: "Int issa fuq il-iskrin tal-Kodiċi għall-Ħin Waħda. Biex tasal għall-kards Click to Pay imħallsa għall-utent, [accessibleEmailLabel], daħħal il-kodiċi tal-ħin wieħed li nibagħtulek, [maskedValidationChannel]",
7357
+ [LANG.tr_TR]: "Şu anda Tek Seferlik Şifre ekranındasınız. Kullanıcı için kaydedilmiş Tıkla ve Öde kartlarına erişmek için, [accessibleEmailLabel], size gönderdiğimiz tek seferlik şifreyi girin, [maskedValidationChannel]",
7358
+ [LANG.cy_GB]: "Rydych chi nawr ar sgrin y Cod Pass Amser Un. I gael mynediad i'r cerdyn Click to Pay a arbedwyd ar gyfer y defnyddiwr, [accessibleEmailLabel], rhowch y cod pasio un amser a anfonwyd atoch i, [maskedValidationChannel]"
6495
7359
  }
6496
7360
  },
6497
7361
  guestCheckoutExperience: {
6498
7362
  [LANG.en_US]: "Guest Checkout Experience",
6499
7363
  [LANG.en_GB]: "Guest Checkout Experience",
6500
7364
  [LANG.en_AU]: "Guest Checkout Experience",
7365
+ [LANG.en_LU]: "Guest Checkout Experience",
7366
+ [LANG.en_NZ]: "Guest Checkout Experience",
7367
+ [LANG.en_ZA]: "Guest Checkout Experience",
7368
+ [LANG.en_CA]: "Guest Checkout Experience",
6501
7369
  [LANG.de_DE]: "Gast-Checkout-Erlebnis",
6502
7370
  [LANG.cs_CZ]: "Zkušenost s pokladnou pro hosty",
6503
7371
  [LANG.sk_SK]: "Zážitok z pokladne pre hostí",
@@ -6515,6 +7383,8 @@ const dictionary = {
6515
7383
  [LANG.es_ES]: "Experiencia de pago de invitado",
6516
7384
  [LANG.fi_FI]: "Vieraiden kassakokemus",
6517
7385
  [LANG.fr_FR]: "Expérience de paiement invité",
7386
+ [LANG.fr_BE]: "Expérience de paiement invité",
7387
+ [LANG.fr_LU]: "Expérience de paiement invité",
6518
7388
  [LANG.hr_HR]: "Iskustvo naplate za goste",
6519
7389
  [LANG.it_IT]: "Esperienza di checkout per ospiti",
6520
7390
  [LANG.lv_LV]: "Viesu norēķinu pieredze",
@@ -6526,12 +7396,26 @@ const dictionary = {
6526
7396
  [LANG.sv_SE]: "Gästkassaupplevelse",
6527
7397
  [LANG.sv_FI]: "Vieraiden kassakokemus",
6528
7398
  [LANG.ja_JP]: "ゲストチェックアウト体験",
6529
- [LANG.vi_VN]: "Trải nghiệm thanh toán cho khách"
7399
+ [LANG.vi_VN]: "Trải nghiệm thanh toán cho khách",
7400
+ [LANG.eu_ES]: "Gonbidatuen egiaztapen esperientzia",
7401
+ [LANG.ca_ES]: "Experiència de la caixa de convidats",
7402
+ [LANG.ga_IE]: "Taithí aoi -seiceála",
7403
+ [LANG.gl_ES]: "Experiencia de compra de convidados",
7404
+ [LANG.et_EE]: "Külaliste kassa kogemus",
7405
+ [LANG.fr_CA]: "Expérience de paiement des clients",
7406
+ [LANG.lt_LT]: "Svečių kasos patirtis",
7407
+ [LANG.mt_MT]: "Esperjenza ta 'checkout mistiedna",
7408
+ [LANG.tr_TR]: "Konuk ödeme deneyimi",
7409
+ [LANG.cy_GB]: "Profiad Checkout Guest"
6530
7410
  },
6531
7411
  clickToPayMessage: {
6532
7412
  [LANG.en_US]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
6533
7413
  [LANG.en_GB]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
6534
7414
  [LANG.en_AU]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
7415
+ [LANG.en_LU]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
7416
+ [LANG.en_NZ]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
7417
+ [LANG.en_ZA]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
7418
+ [LANG.en_CA]: "If you already have Click to Pay, enter your email to access your cards, (your email is your user ID.). If you are not familiar with Click to Pay, click the button to learn more.",
6535
7419
  [LANG.de_DE]: "Wenn Sie bereits Click to Pay haben, geben Sie Ihre E-Mail-Adresse ein, um auf Ihre Karten zuzugreifen, (Ihre E-Mail ist Ihre Benutzer-ID.). Wenn Sie mit Click to Pay nicht vertraut sind, klicken Sie auf die Schaltfläche, um mehr zu erfahren.",
6536
7420
  [LANG.cs_CZ]: "Pokud již máte Click to Pay, zadejte svůj e-mail pro přístup ke svým kartám, (váš e-mail je vaše uživatelské ID.). Pokud nejste obeznámeni s Click to Pay, klikněte na tlačítko pro více informací.",
6537
7421
  [LANG.sk_SK]: "Ak už máte Click to Pay, zadajte svoj e-mail na prístup k svojim kartám, (váš e-mail je vaše používateľské ID.). Ak nie ste oboznámení s Click to Pay, kliknite na tlačidlo a dozviete sa viac.",
@@ -6549,6 +7433,8 @@ const dictionary = {
6549
7433
  [LANG.es_ES]: "Si ya tienes Click to Pay, ingresa tu correo electrónico para acceder a tus tarjetas, (tu correo electrónico es tu ID de usuario.). Si no estás familiarizado con Click to Pay, haz clic en el botón para obtener más información.",
6550
7434
  [LANG.fi_FI]: "Jos sinulla on jo Click to Pay, syötä sähköpostiosoitteesi päästäksesi kortteihisi, (sähköpostiosoitteesi on käyttäjätunnuksesi.). Jos et ole perehtynyt Click to Pay -palveluun, napsauta painiketta saadaksesi lisätietoja.",
6551
7435
  [LANG.fr_FR]: "Si vous avez déjà Click to Pay, entrez votre e-mail pour accéder à vos cartes, (votre e-mail est votre identifiant utilisateur.). Si vous n'êtes pas familier avec Click to Pay, cliquez sur le bouton pour en savoir plus.",
7436
+ [LANG.fr_BE]: "Si vous avez déjà Click to Pay, entrez votre e-mail pour accéder à vos cartes, (votre e-mail est votre identifiant utilisateur.). Si vous n'êtes pas familier avec Click to Pay, cliquez sur le bouton pour en savoir plus.",
7437
+ [LANG.fr_LU]: "Si vous avez déjà Click to Pay, entrez votre e-mail pour accéder à vos cartes, (votre e-mail est votre identifiant utilisateur.). Si vous n'êtes pas familier avec Click to Pay, cliquez sur le bouton pour en savoir plus.",
6552
7438
  [LANG.hr_HR]: "Ako već imate Click to Pay, unesite svoju e-mail adresu za pristup svojim karticama, (vaša e-mail adresa je vaš korisnički ID.). Ako niste upoznati s Click to Pay, kliknite gumb za više informacija.",
6553
7439
  [LANG.it_IT]: "Se hai già Click to Pay, inserisci la tua email per accedere alle tue carte, (la tua email è il tuo ID utente.). Se non sei familiare con Click to Pay, fai clic sul pulsante per saperne di più.",
6554
7440
  [LANG.lv_LV]: "Ja jums jau ir Click to Pay, ievadiet savu e-pastu, lai piekļūtu savām kartēm, (jūsu e-pasts ir jūsu lietotāja ID.). Ja neesat pazīstams ar Click to Pay, noklikšķiniet uz pogas, lai uzzinātu vairāk.",
@@ -6560,12 +7446,26 @@ const dictionary = {
6560
7446
  [LANG.sv_SE]: "Om du redan har Click to Pay, ange din e-post för att få tillgång till dina kort, (din e-post är ditt användar-ID.). Om du inte är bekant med Click to Pay, klicka på knappen för att lära dig mer.",
6561
7447
  [LANG.sv_FI]: "Jos sinulla on jo Click to Pay, syötä sähköpostiosoitteesi päästäksesi kortteihisi, (sähköpostiosoitteesi on käyttäjätunnuksesi.). Jos et ole perehtynyt Click to Pay -palveluun, napsauta painiketta saadaksesi lisätietoja.",
6562
7448
  [LANG.ja_JP]: "すでにClick to Payをお持ちの場合は、カードにアクセスするためにメールアドレスを入力してください(メールアドレスはユーザーIDです)。Click to Payに不慣れな場合は、詳細を知るためにボタンをクリックしてください。",
6563
- [LANG.vi_VN]: "Nếu bạn đã có Click to Pay, hãy nhập email của bạn để truy cập thẻ của bạn, (email của bạn là ID người dùng của bạn.). Nếu bạn không quen thuộc với Click to Pay, hãy nhấp vào nút để tìm hiểu thêm."
7449
+ [LANG.vi_VN]: "Nếu bạn đã có Click to Pay, hãy nhập email của bạn để truy cập thẻ của bạn, (email của bạn là ID người dùng của bạn.). Nếu bạn không quen thuộc với Click to Pay, hãy nhấp vào nút để tìm hiểu thêm.",
7450
+ [LANG.eu_ES]: "Click to Pay aktibatuta baduzu, idatzi zure posta elektronikoa zure txarteletara sartzeko (zure posta elektronikoa zure erabiltzailearen IDa da). Click to Pay ez bazara ezagutzen, egin klik botoian gehiago ikasteko.",
7451
+ [LANG.ca_ES]: "Si ja teniu Click to Pay, introduïu el vostre correu electrònic per accedir a les vostres targetes (el vostre correu electrònic és el vostre identificador d'usuari.). Si no coneixeu el Click to Pay, feu clic al botó per obtenir més informació.",
7452
+ [LANG.ga_IE]: "Má tá tú cláraithe le Click to Pay cheana féin, cuir isteach do r-phost chun rochtain a fháil ar do chártaí, (is é do r -phost do ID Úsáideora.). Mura bhfuil tú eolach ar Click to Pay, cliceáil ar an gcnaipe chun níos mó a fhoghlaim.",
7453
+ [LANG.gl_ES]: "Se xa tes activado o Click to Pay, introduce o teu correo electrónico para acceder ás túas tarxetas (o teu correo electrónico é o teu ID de usuario.). Se non estás familiarizado con Click to Pay, fai clic no botón para obter máis información.",
7454
+ [LANG.et_EE]: "Kui teil on juba Click to Pay, sisestage oma kaartidele juurdepääsu saamiseks e-post (teie e-post on teie kasutajatunnus). Kui te ei ole Click to Pay'ga tuttav, klõpsake lisateabe saamiseks nuppu.",
7455
+ [LANG.fr_CA]: "Si vous utilisez déjà Click to Pay, entrez votre e-mail pour accéder à vos cartes (votre e-mail est votre identifiant utilisateur). Si vous n'êtes pas familier avec Click to Pay, cliquez sur le bouton pour en savoir plus.",
7456
+ [LANG.lt_LT]: "Jei jau naudojate Click to Pay, įveskite el. paštą, kad pasiektumėte savo korteles (jūsų el. paštas yra jūsų vartotojo ID). Jei nesate susipažinę su Click to Pay, spustelėkite mygtuką, kad sužinotumėte daugiau.",
7457
+ [LANG.mt_MT]: "Jekk diġà għandek Click to Pay, daħħal l-email tiegħek biex taċċessa l-karti tiegħek (l-email tiegħek hija l-ID tal-utent tiegħek). Jekk m'intix familjari ma' Click to Pay, ikklikkja l-buttuna biex titgħallem aktar.",
7458
+ [LANG.tr_TR]: "Zaten Click to Pay kullanıyorsanız, kartlarınıza erişmek için e-posta adresinizi girin (e-posta adresiniz kullanıcı kimliğinizdir). Click to Pay hakkında daha fazla bilgi edinmek için düğmeye tıklayın.",
7459
+ [LANG.cy_GB]: "Os ydych chi eisoes yn defnyddio Click to Pay, nodwch eich e-bost i gael mynediad i'ch cardiau (eich e-bost yw eich ID defnyddiwr). Os nad ydych yn gyfarwydd â Click to Pay, cliciwch y botwm i ddysgu mwy."
6564
7460
  },
6565
7461
  learnMoreAbout: {
6566
7462
  [LANG.en_US]: "Learn more about",
6567
7463
  [LANG.en_GB]: "Learn more about",
6568
7464
  [LANG.en_AU]: "Learn more about",
7465
+ [LANG.en_LU]: "Learn more about",
7466
+ [LANG.en_NZ]: "Learn more about",
7467
+ [LANG.en_ZA]: "Learn more about",
7468
+ [LANG.en_CA]: "Learn more about",
6569
7469
  [LANG.de_DE]: "Erfahren Sie mehr über",
6570
7470
  [LANG.cs_CZ]: "Zjistit více o",
6571
7471
  [LANG.sk_SK]: "Zistite viac o",
@@ -6583,6 +7483,8 @@ const dictionary = {
6583
7483
  [LANG.es_ES]: "Aprende más sobre",
6584
7484
  [LANG.fi_FI]: "Opi lisää aiheesta",
6585
7485
  [LANG.fr_FR]: "En savoir plus sur",
7486
+ [LANG.fr_BE]: "En savoir plus sur",
7487
+ [LANG.fr_LU]: "En savoir plus sur",
6586
7488
  [LANG.hr_HR]: "Saznajte više o",
6587
7489
  [LANG.it_IT]: "Scopri di più su",
6588
7490
  [LANG.lv_LV]: "Uzziniet vairāk par",
@@ -6594,12 +7496,26 @@ const dictionary = {
6594
7496
  [LANG.sv_SE]: "Lär dig mer om",
6595
7497
  [LANG.sv_FI]: "Opi lisää aiheesta",
6596
7498
  [LANG.ja_JP]: "詳細については",
6597
- [LANG.vi_VN]: "Tìm hiểu thêm về"
7499
+ [LANG.vi_VN]: "Tìm hiểu thêm về",
7500
+ [LANG.eu_ES]: "Argibide gehiago buruz",
7501
+ [LANG.ca_ES]: "Obteniu més informació sobre",
7502
+ [LANG.ga_IE]: "Níos mó a fhoghlaim faoi",
7503
+ [LANG.gl_ES]: "Aprende máis sobre",
7504
+ [LANG.et_EE]: "Lisateavet",
7505
+ [LANG.fr_CA]: "En savoir plus sur",
7506
+ [LANG.lt_LT]: "Sužinokite daugiau apie",
7507
+ [LANG.mt_MT]: "Tgħallem aktar dwar",
7508
+ [LANG.tr_TR]: "Hakkında daha fazla bilgi edinin",
7509
+ [LANG.cy_GB]: "Dysgu mwy am"
6598
7510
  },
6599
7511
  cardTrayMessage: {
6600
7512
  [LANG.en_US]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
6601
7513
  [LANG.en_GB]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
6602
7514
  [LANG.en_AU]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
7515
+ [LANG.en_LU]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
7516
+ [LANG.en_NZ]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
7517
+ [LANG.en_ZA]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
7518
+ [LANG.en_CA]: "You are now on the Card Tray screen. You can now choose a preferred card to continue with payment.",
6603
7519
  [LANG.de_DE]: "Sie befinden sich jetzt auf dem Kartenablagebildschirm. Sie können jetzt eine bevorzugte Karte auswählen, um mit der Zahlung fortzufahren.",
6604
7520
  [LANG.cs_CZ]: "Nyní se nacházíte na obrazovce s kartami. Nyní si můžete vybrat preferovanou kartu pro pokračování v platbě.",
6605
7521
  [LANG.sk_SK]: "Teraz sa nachádzate na obrazovke s kartami. Teraz si môžete vybrať preferovanú kartu na pokračovanie v platbe.",
@@ -6617,6 +7533,8 @@ const dictionary = {
6617
7533
  [LANG.es_ES]: "Ahora estás en la pantalla de la bandeja de tarjetas. Ahora puedes elegir una tarjeta preferida para continuar con el pago.",
6618
7534
  [LANG.fi_FI]: "Olet nyt korttitelineen näytössä. Voit nyt valita haluamasi kortin jatkaaksesi maksamista.",
6619
7535
  [LANG.fr_FR]: "Vous êtes maintenant sur l'écran du plateau de cartes. Vous pouvez maintenant choisir une carte préférée pour continuer le paiement.",
7536
+ [LANG.fr_BE]: "Vous êtes maintenant sur l'écran du plateau de cartes. Vous pouvez maintenant choisir une carte préférée pour continuer le paiement.",
7537
+ [LANG.fr_LU]: "Vous êtes maintenant sur l'écran du plateau de cartes. Vous pouvez maintenant choisir une carte préférée pour continuer le paiement.",
6620
7538
  [LANG.hr_HR]: "Sada ste na ekranu s karticama. Sada možete odabrati omiljenu karticu za nastavak plaćanja.",
6621
7539
  [LANG.it_IT]: "Ora sei nella schermata del vassoio delle carte. Ora puoi scegliere una carta preferita per continuare con il pagamento.",
6622
7540
  [LANG.lv_LV]: "Jūs tagad esat kartes tvertnes ekrānā. Tagad varat izvēlēties vēlamo karti, lai turpinātu maksājumu.",
@@ -6628,12 +7546,26 @@ const dictionary = {
6628
7546
  [LANG.sv_SE]: "Du är nu på kortskärmen. Du kan nu välja ett föredraget kort för att fortsätta med betalningen.",
6629
7547
  [LANG.sv_FI]: "Olet nyt korttitelineen näytössä. Voit nyt valita haluamasi kortin jatkaaksesi maksamista.",
6630
7548
  [LANG.ja_JP]: "現在、カードトレイ画面にいます。支払いを続けるために、好みのカードを選択できます。",
6631
- [LANG.vi_VN]: "Bạn hiện đang ở màn hình Khay Thẻ. Bây giờ bạn có thể chọn một thẻ ưa thích để tiếp tục thanh toán."
7549
+ [LANG.vi_VN]: "Bạn hiện đang ở màn hình Khay Thẻ. Bây giờ bạn có thể chọn một thẻ ưa thích để tiếp tục thanh toán.",
7550
+ [LANG.eu_ES]: "Orain txartelaren erretiluan zaude. Ordainketarekin jarraitzeko hobetsitako txartela aukeratu dezakezu.",
7551
+ [LANG.ca_ES]: "Ara esteu a la pantalla de la safata de la targeta. Ara podeu triar una targeta preferida per continuar amb el pagament.",
7552
+ [LANG.ga_IE]: "Tá tú anois ar scáileán tráidire an chárta. Is féidir leat cárta roghnaithe a roghnú anois le leanúint ar aghaidh leis an íocaíocht.",
7553
+ [LANG.gl_ES]: "Agora estás na pantalla da bandexa da tarxeta. Agora podes escoller unha tarxeta preferida para continuar co pago.",
7554
+ [LANG.et_EE]: "Olete nüüd kaardisaluse ekraanil. Nüüd saate makse jätkamiseks valida eelistatud kaardi.",
7555
+ [LANG.fr_CA]: "Vous êtes maintenant sur l'écran du plateau de carte. Vous pouvez désormais choisir une carte préférée pour continuer avec le paiement.",
7556
+ [LANG.lt_LT]: "Dabar esate kortelių dėklo ekrane. Dabar galite pasirinkti pageidaujamą kortelę, kurią reikia tęsti mokėjimą.",
7557
+ [LANG.mt_MT]: "Inti issa fuq l-iskrin tat-trej tal-karta. Issa tista 'tagħżel karta preferuta biex tkompli bil-ħlas.",
7558
+ [LANG.tr_TR]: "Şimdi kart tepsisi ekranındasınız. Artık ödemeye devam etmek için tercih edilen bir kart seçebilirsiniz.",
7559
+ [LANG.cy_GB]: "Rydych chi nawr ar sgrin hambwrdd y cerdyn. Nawr gallwch ddewis cerdyn a ffefrir i barhau gyda thaliad."
6632
7560
  },
6633
7561
  switchIdMessage: {
6634
7562
  [LANG.en_US]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
6635
7563
  [LANG.en_GB]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
6636
7564
  [LANG.en_AU]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
7565
+ [LANG.en_LU]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
7566
+ [LANG.en_NZ]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
7567
+ [LANG.en_ZA]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
7568
+ [LANG.en_CA]: "You are now on [switchIdScreenHeader] screen. [switchIdScreenSubheader]",
6637
7569
  [LANG.de_DE]: "Sie befinden sich jetzt auf dem [switchIdScreenHeader]-Bildschirm. [switchIdScreenSubheader]",
6638
7570
  [LANG.cs_CZ]: "Nyní jste na obrazovce [switchIdScreenHeader]. [switchIdScreenSubheader]",
6639
7571
  [LANG.sk_SK]: "Teraz ste na obrazovke [switchIdScreenHeader]. [switchIdScreenSubheader]",
@@ -6651,6 +7583,8 @@ const dictionary = {
6651
7583
  [LANG.es_ES]: "Ahora estás en la pantalla [switchIdScreenHeader]. [switchIdScreenSubheader]",
6652
7584
  [LANG.fi_FI]: "Olet nyt [switchIdScreenHeader] -näytöllä. [switchIdScreenSubheader]",
6653
7585
  [LANG.fr_FR]: "Vous êtes maintenant sur l'écran [switchIdScreenHeader]. [switchIdScreenSubheader]",
7586
+ [LANG.fr_BE]: "Vous êtes maintenant sur l'écran [switchIdScreenHeader]. [switchIdScreenSubheader]",
7587
+ [LANG.fr_LU]: "Vous êtes maintenant sur l'écran [switchIdScreenHeader]. [switchIdScreenSubheader]",
6654
7588
  [LANG.hr_HR]: "Sada ste na ekranu [switchIdScreenHeader]. [switchIdScreenSubheader]",
6655
7589
  [LANG.it_IT]: "Ora sei sulla schermata [switchIdScreenHeader]. [switchIdScreenSubheader]",
6656
7590
  [LANG.lv_LV]: "Jūs tagad esat [switchIdScreenHeader] ekrānā. [switchIdScreenSubheader]",
@@ -6662,12 +7596,26 @@ const dictionary = {
6662
7596
  [LANG.sv_SE]: "Du är nu på [switchIdScreenHeader]-skärmen. [switchIdScreenSubheader]",
6663
7597
  [LANG.sv_FI]: "Olet nyt [switchIdScreenHeader] -näytöllä. [switchIdScreenSubheader]",
6664
7598
  [LANG.ja_JP]: "あなたは現在、[switchIdScreenHeader]画面にいます。[switchIdScreenSubheader]",
6665
- [LANG.vi_VN]: "Bạn hiện đang ở màn hình [switchIdScreenHeader]. [switchIdScreenSubheader]"
7599
+ [LANG.vi_VN]: "Bạn hiện đang ở màn hình [switchIdScreenHeader]. [switchIdScreenSubheader]",
7600
+ [LANG.eu_ES]: "Hemen zaude [switchIdScreenHeader] pantailan. [switchIdScreenSubheader]",
7601
+ [LANG.ca_ES]: "Ara esteu a la pantalla [switchIdScreenHeader]. [switchIdScreenSubheader]",
7602
+ [LANG.ga_IE]: "Tá tú anois ar an scáileán [switchIdScreenHeader]. [switchIdScreenSubheader]",
7603
+ [LANG.gl_ES]: "Agora estás na pantalla [switchIdScreenHeader]. [switchIdScreenSubheader]",
7604
+ [LANG.et_EE]: "Olete nüüd ekraanil [switchIdScreenHeader]. [switchIdScreenSubheader]",
7605
+ [LANG.fr_CA]: "Vous êtes maintenant sur l'écran [switchIdScreenHeader]. [switchIdScreenSubheader]",
7606
+ [LANG.lt_LT]: "Dabar esate „[switchIdScreenHeader]“ ekrane. „[switchIdScreenSubheader]“",
7607
+ [LANG.mt_MT]: "Inti issa fuq l-iskrin [switchIdScreenHeader]. [switchIdScreenSubheader]",
7608
+ [LANG.tr_TR]: "Şimdi [switchIdScreenHeader] ekranındasınız. [switchIdScreenSubheader]",
7609
+ [LANG.cy_GB]: "Rydych chi nawr ar sgrin [switchIdScreenHeader]. [switchIdScreenSubheader]"
6666
7610
  },
6667
7611
  endingIn: {
6668
7612
  [LANG.en_US]: "[creditCardName] ending in [maskedPanNumber]",
6669
7613
  [LANG.en_GB]: "[creditCardName] ending in [maskedPanNumber]",
6670
7614
  [LANG.en_AU]: "[creditCardName] ending in [maskedPanNumber]",
7615
+ [LANG.en_LU]: "[creditCardName] ending in [maskedPanNumber]",
7616
+ [LANG.en_NZ]: "[creditCardName] ending in [maskedPanNumber]",
7617
+ [LANG.en_ZA]: "[creditCardName] ending in [maskedPanNumber]",
7618
+ [LANG.en_CA]: "[creditCardName] ending in [maskedPanNumber]",
6671
7619
  [LANG.de_DE]: "[creditCardName] endet mit [maskedPanNumber]",
6672
7620
  [LANG.cs_CZ]: "[creditCardName] končí na [maskedPanNumber]",
6673
7621
  [LANG.sk_SK]: "[creditCardName] končí na [maskedPanNumber]",
@@ -6685,6 +7633,8 @@ const dictionary = {
6685
7633
  [LANG.es_ES]: "[creditCardName] termina en [maskedPanNumber]",
6686
7634
  [LANG.fi_FI]: "[creditCardName] päättyy [maskedPanNumber]",
6687
7635
  [LANG.fr_FR]: "[creditCardName] se termine par [maskedPanNumber]",
7636
+ [LANG.fr_BE]: "[creditCardName] se termine par [maskedPanNumber]",
7637
+ [LANG.fr_LU]: "[creditCardName] se termine par [maskedPanNumber]",
6688
7638
  [LANG.hr_HR]: "[creditCardName] završava s [maskedPanNumber]",
6689
7639
  [LANG.it_IT]: "[creditCardName] termina con [maskedPanNumber]",
6690
7640
  [LANG.lv_LV]: "[creditCardName] beidzas ar [maskedPanNumber]",
@@ -6696,12 +7646,26 @@ const dictionary = {
6696
7646
  [LANG.sv_SE]: "[creditCardName] slutar med [maskedPanNumber]",
6697
7647
  [LANG.sv_FI]: "[creditCardName] päättyy [maskedPanNumber]",
6698
7648
  [LANG.ja_JP]: "[creditCardName] は [maskedPanNumber] で終わります",
6699
- [LANG.vi_VN]: "[creditCardName] kết thúc bằng [maskedPanNumber]"
7649
+ [LANG.vi_VN]: "[creditCardName] kết thúc bằng [maskedPanNumber]",
7650
+ [LANG.eu_ES]: "[creditCardName] [maskedPanNumber] amaitzen da",
7651
+ [LANG.ca_ES]: "[creditCardName] Finalitzant a [maskedPanNumber]",
7652
+ [LANG.ga_IE]: "[creditCardName] Ag críochnú i [maskedPanNumber]",
7653
+ [LANG.gl_ES]: "[creditCardName] Rematando en [maskedPanNumber]",
7654
+ [LANG.et_EE]: "[creditCardName] lõpeb [maskedPanNumber]",
7655
+ [LANG.fr_CA]: "[creditCardName] se terminant par [maskedPanNumber]",
7656
+ [LANG.lt_LT]: "[creditCardName] baigiasi [maskedPanNumber]",
7657
+ [LANG.mt_MT]: "[creditCardName] li jispiċċa fi [maskedPanNumber]",
7658
+ [LANG.tr_TR]: "[creditCardName] [maskedPanNumber]",
7659
+ [LANG.cy_GB]: "[creditCardName] Yn gorffen yn [maskedPanNumber]"
6700
7660
  },
6701
7661
  enrolledCards: {
6702
7662
  [LANG.en_US]: "Enrolled cards",
6703
7663
  [LANG.en_GB]: "Enrolled cards",
6704
7664
  [LANG.en_AU]: "Enrolled cards",
7665
+ [LANG.en_LU]: "Enrolled cards",
7666
+ [LANG.en_NZ]: "Enrolled cards",
7667
+ [LANG.en_ZA]: "Enrolled cards",
7668
+ [LANG.en_CA]: "Enrolled cards",
6705
7669
  [LANG.de_DE]: "Eingetragene Karten",
6706
7670
  [LANG.cs_CZ]: "Zaregistrované karty",
6707
7671
  [LANG.sk_SK]: "Zaregistrované karty",
@@ -6719,6 +7683,8 @@ const dictionary = {
6719
7683
  [LANG.es_ES]: "Tarjetas registradas",
6720
7684
  [LANG.fi_FI]: "Rekisteröidyt kortit",
6721
7685
  [LANG.fr_FR]: "Cartes enregistrées",
7686
+ [LANG.fr_BE]: "Cartes enregistrées",
7687
+ [LANG.fr_LU]: "Cartes enregistrées",
6722
7688
  [LANG.hr_HR]: "Registrirane kartice",
6723
7689
  [LANG.it_IT]: "Carte registrate",
6724
7690
  [LANG.lv_LV]: "Reģistrētās kartes",
@@ -6730,12 +7696,26 @@ const dictionary = {
6730
7696
  [LANG.sv_SE]: "Registrerade kort",
6731
7697
  [LANG.sv_FI]: "Rekisteröidyt kortit",
6732
7698
  [LANG.ja_JP]: "登録されたカード",
6733
- [LANG.vi_VN]: "Thẻ đã đăng ký"
7699
+ [LANG.vi_VN]: "Thẻ đã đăng ký",
7700
+ [LANG.eu_ES]: "Matrikulatutako txartelak",
7701
+ [LANG.ca_ES]: "Targetes inscrites",
7702
+ [LANG.ga_IE]: "Cártaí cláraithe",
7703
+ [LANG.gl_ES]: "Tarxetas inscritas",
7704
+ [LANG.et_EE]: "Registreeritud kaardid",
7705
+ [LANG.fr_CA]: "Cartes inscrites",
7706
+ [LANG.lt_LT]: "Užregistruotos kortelės",
7707
+ [LANG.mt_MT]: "Karti rreġistrati",
7708
+ [LANG.tr_TR]: "Kayıtlı Kartlar",
7709
+ [LANG.cy_GB]: "Cardiau Cofrestredig"
6734
7710
  },
6735
7711
  closeButton: {
6736
7712
  [LANG.en_US]: "Close button",
6737
7713
  [LANG.en_GB]: "Close button",
6738
7714
  [LANG.en_AU]: "Close button",
7715
+ [LANG.en_LU]: "Close button",
7716
+ [LANG.en_NZ]: "Close button",
7717
+ [LANG.en_ZA]: "Close button",
7718
+ [LANG.en_CA]: "Close button",
6739
7719
  [LANG.de_DE]: "Schließen-Button",
6740
7720
  [LANG.cs_CZ]: "Tlačítko zavřít",
6741
7721
  [LANG.sk_SK]: "Tlačidlo zatvoriť",
@@ -6753,6 +7733,8 @@ const dictionary = {
6753
7733
  [LANG.es_ES]: "Botón de cerrar",
6754
7734
  [LANG.fi_FI]: "Sulje-painike",
6755
7735
  [LANG.fr_FR]: "Bouton de fermeture",
7736
+ [LANG.fr_BE]: "Bouton de fermeture",
7737
+ [LANG.fr_LU]: "Bouton de fermeture",
6756
7738
  [LANG.hr_HR]: "Gumb za zatvaranje",
6757
7739
  [LANG.it_IT]: "Pulsante di chiusura",
6758
7740
  [LANG.lv_LV]: "Aizvērt pogu",
@@ -6764,12 +7746,26 @@ const dictionary = {
6764
7746
  [LANG.sv_SE]: "Stäng knapp",
6765
7747
  [LANG.sv_FI]: "Sulje-painike",
6766
7748
  [LANG.ja_JP]: "閉じるボタン",
6767
- [LANG.vi_VN]: "Nút đóng"
7749
+ [LANG.vi_VN]: "Nút đóng",
7750
+ [LANG.eu_ES]: "Itxi botoia",
7751
+ [LANG.ca_ES]: "Tanca el botó",
7752
+ [LANG.ga_IE]: "Cnaipe Dún",
7753
+ [LANG.gl_ES]: "Botón de peche",
7754
+ [LANG.et_EE]: "Sulgenupp",
7755
+ [LANG.fr_CA]: "Bouton fermer",
7756
+ [LANG.lt_LT]: "Uždaryti mygtuką",
7757
+ [LANG.mt_MT]: "Agħlaq il-buttuna",
7758
+ [LANG.tr_TR]: "Kapat düğmesi",
7759
+ [LANG.cy_GB]: "Caewch y botwm"
6768
7760
  },
6769
7761
  successfulResendOtpCode: {
6770
7762
  [LANG.en_US]: "New code has been sent to [accessibleChannel]",
6771
7763
  [LANG.en_GB]: "New code has been sent to [accessibleChannel]",
6772
7764
  [LANG.en_AU]: "New code has been sent to [accessibleChannel]",
7765
+ [LANG.en_LU]: "New code has been sent to [accessibleChannel]",
7766
+ [LANG.en_NZ]: "New code has been sent to [accessibleChannel]",
7767
+ [LANG.en_ZA]: "New code has been sent to [accessibleChannel]",
7768
+ [LANG.en_CA]: "New code has been sent to [accessibleChannel]",
6773
7769
  [LANG.de_DE]: "Neuer Code wurde gesendet an [accessibleChannel]",
6774
7770
  [LANG.cs_CZ]: "Nový kód byl odeslán na [accessibleChannel]",
6775
7771
  [LANG.sk_SK]: "Nový kód bol odoslaný na [accessibleChannel]",
@@ -6787,6 +7783,8 @@ const dictionary = {
6787
7783
  [LANG.es_ES]: "Se ha enviado un nuevo código a [accessibleChannel]",
6788
7784
  [LANG.fi_FI]: "Uusi koodi on lähetetty osoitteeseen [accessibleChannel]",
6789
7785
  [LANG.fr_FR]: "Un nouveau code a été envoyé à [accessibleChannel]",
7786
+ [LANG.fr_BE]: "Un nouveau code a été envoyé à [accessibleChannel]",
7787
+ [LANG.fr_LU]: "Un nouveau code a été envoyé à [accessibleChannel]",
6790
7788
  [LANG.hr_HR]: "Poslan je novi kod na [accessibleChannel]",
6791
7789
  [LANG.it_IT]: "Il nuovo codice è stato inviato a [accessibleChannel]",
6792
7790
  [LANG.lv_LV]: "Nosūtīts jauns kods uz [accessibleChannel]",
@@ -6798,12 +7796,26 @@ const dictionary = {
6798
7796
  [LANG.sv_SE]: "Ny kod har skickats till [accessibleChannel]",
6799
7797
  [LANG.sv_FI]: "Uusi koodi on lähetetty osoitteeseen [accessibleChannel]",
6800
7798
  [LANG.ja_JP]: "新しいコードが[accessibleChannel]に送信されました",
6801
- [LANG.vi_VN]: "Mã mới đã được gửi đến [accessibleChannel]"
7799
+ [LANG.vi_VN]: "Mã mới đã được gửi đến [accessibleChannel]",
7800
+ [LANG.eu_ES]: "Kode berria bidali da [accessibleChannel]",
7801
+ [LANG.ca_ES]: "S'ha enviat un nou codi a [accessibleChannel]",
7802
+ [LANG.ga_IE]: "Tá cód nua seolta chuig [accessibleChannel]",
7803
+ [LANG.gl_ES]: "Enviouse un novo código a [accessibleChannel]",
7804
+ [LANG.et_EE]: "Uus kood on saadetud aadressile [accessibleChannel]",
7805
+ [LANG.fr_CA]: "Un nouveau code a été envoyé à [accessibleChannel]",
7806
+ [LANG.lt_LT]: "Naujas kodas išsiųstas į „[accessibleChannel]“",
7807
+ [LANG.mt_MT]: "Ġie mibgħut kodiċi ġdid lil [accessibleChannel]",
7808
+ [LANG.tr_TR]: "[accessibleChannel] 'e yeni kod gönderildi",
7809
+ [LANG.cy_GB]: "Mae cod newydd wedi'i anfon at [accessibleChannel]."
6802
7810
  },
6803
7811
  loading: {
6804
7812
  [LANG.en_US]: "Loading",
6805
7813
  [LANG.en_GB]: "Loading",
6806
7814
  [LANG.en_AU]: "Loading",
7815
+ [LANG.en_LU]: "Loading",
7816
+ [LANG.en_NZ]: "Loading",
7817
+ [LANG.en_ZA]: "Loading",
7818
+ [LANG.en_CA]: "Loading",
6807
7819
  [LANG.de_DE]: "Laden",
6808
7820
  [LANG.cs_CZ]: "Načítání",
6809
7821
  [LANG.sk_SK]: "Načítanie",
@@ -6821,6 +7833,8 @@ const dictionary = {
6821
7833
  [LANG.es_ES]: "Cargando",
6822
7834
  [LANG.fi_FI]: "Lataaminen",
6823
7835
  [LANG.fr_FR]: "Chargement",
7836
+ [LANG.fr_BE]: "Chargement",
7837
+ [LANG.fr_LU]: "Chargement",
6824
7838
  [LANG.hr_HR]: "Učitavanje",
6825
7839
  [LANG.it_IT]: "Caricamento",
6826
7840
  [LANG.lv_LV]: "Ielādēšana",
@@ -6832,7 +7846,17 @@ const dictionary = {
6832
7846
  [LANG.sv_SE]: "Laddar",
6833
7847
  [LANG.sv_FI]: "Lataaminen",
6834
7848
  [LANG.ja_JP]: "読み込み中",
6835
- [LANG.vi_VN]: "Đang tải"
7849
+ [LANG.vi_VN]: "Đang tải",
7850
+ [LANG.eu_ES]: "Kargatzen",
7851
+ [LANG.ca_ES]: "Càrrega",
7852
+ [LANG.ga_IE]: "Lódáil",
7853
+ [LANG.gl_ES]: "Cargando",
7854
+ [LANG.et_EE]: "Laadimine",
7855
+ [LANG.fr_CA]: "Chargement",
7856
+ [LANG.lt_LT]: "Pakrauti",
7857
+ [LANG.mt_MT]: "Tagħbija",
7858
+ [LANG.tr_TR]: "Yükleme",
7859
+ [LANG.cy_GB]: "Lwythi"
6836
7860
  }
6837
7861
  },
6838
7862
  logInScreen: {
@@ -6840,6 +7864,10 @@ const dictionary = {
6840
7864
  [LANG.en_US]: "Already have",
6841
7865
  [LANG.en_GB]: "Already have",
6842
7866
  [LANG.en_AU]: "Already have",
7867
+ [LANG.en_LU]: "Already have",
7868
+ [LANG.en_NZ]: "Already have",
7869
+ [LANG.en_ZA]: "Already have",
7870
+ [LANG.en_CA]: "Already have",
6843
7871
  [LANG.de_DE]: "Haben Sie bereits eine",
6844
7872
  [LANG.cs_CZ]: "Máte už",
6845
7873
  [LANG.sk_SK]: "Máte už",
@@ -6857,6 +7885,8 @@ const dictionary = {
6857
7885
  [LANG.es_ES]: "¿Ya tienes",
6858
7886
  [LANG.fi_FI]: "Onko sinulla jo käytössäsi",
6859
7887
  [LANG.fr_FR]: "Vous avez déjà",
7888
+ [LANG.fr_BE]: "Vous avez déjà",
7889
+ [LANG.fr_LU]: "Vous avez déjà",
6860
7890
  [LANG.hr_HR]: "Već imate",
6861
7891
  [LANG.it_IT]: "Possiedi già",
6862
7892
  [LANG.lv_LV]: "Vai jums jau ir pakalpojums",
@@ -6868,12 +7898,26 @@ const dictionary = {
6868
7898
  [LANG.sv_SE]: "Har du redan",
6869
7899
  [LANG.sv_FI]: "Har du redan",
6870
7900
  [LANG.ja_JP]: "すでに",
6871
- [LANG.vi_VN]: "Bạn đã có"
7901
+ [LANG.vi_VN]: "Bạn đã có",
7902
+ [LANG.eu_ES]: "Dagoeneko izan",
7903
+ [LANG.ca_ES]: "Ja tinc",
7904
+ [LANG.ga_IE]: "Cheana féin",
7905
+ [LANG.gl_ES]: "Xa ten",
7906
+ [LANG.et_EE]: "Juba on",
7907
+ [LANG.fr_CA]: "Avoir déjà",
7908
+ [LANG.lt_LT]: "Jau turi",
7909
+ [LANG.mt_MT]: "Diġà għandek",
7910
+ [LANG.tr_TR]: "Zaten var",
7911
+ [LANG.cy_GB]: "Eisoes wedi"
6872
7912
  },
6873
7913
  header2: {
6874
7914
  [LANG.en_US]: "?",
6875
7915
  [LANG.en_GB]: "?",
6876
7916
  [LANG.en_AU]: "?",
7917
+ [LANG.en_LU]: "?",
7918
+ [LANG.en_NZ]: "?",
7919
+ [LANG.en_ZA]: "?",
7920
+ [LANG.en_CA]: "?",
6877
7921
  [LANG.de_DE]: "ID?",
6878
7922
  [LANG.cs_CZ]: "?",
6879
7923
  [LANG.sk_SK]: "?",
@@ -6891,6 +7935,8 @@ const dictionary = {
6891
7935
  [LANG.es_ES]: "?",
6892
7936
  [LANG.fi_FI]: "?",
6893
7937
  [LANG.fr_FR]: "?",
7938
+ [LANG.fr_BE]: "?",
7939
+ [LANG.fr_LU]: "?",
6894
7940
  [LANG.hr_HR]: "?",
6895
7941
  [LANG.it_IT]: "?",
6896
7942
  [LANG.lv_LV]: "?",
@@ -6902,12 +7948,26 @@ const dictionary = {
6902
7948
  [LANG.sv_SE]: "?",
6903
7949
  [LANG.sv_FI]: "?",
6904
7950
  [LANG.ja_JP]: " をご利用ですか?",
6905
- [LANG.vi_VN]: "?"
7951
+ [LANG.vi_VN]: "?",
7952
+ [LANG.eu_ES]: "?",
7953
+ [LANG.ca_ES]: "?",
7954
+ [LANG.ga_IE]: "?",
7955
+ [LANG.gl_ES]: "?",
7956
+ [LANG.et_EE]: "?",
7957
+ [LANG.fr_CA]: "?",
7958
+ [LANG.lt_LT]: "?",
7959
+ [LANG.mt_MT]: "?",
7960
+ [LANG.tr_TR]: "?",
7961
+ [LANG.cy_GB]: "?"
6906
7962
  },
6907
7963
  emailInputPlaceholder: {
6908
7964
  [LANG.en_US]: "Enter email address",
6909
7965
  [LANG.en_GB]: "Enter email address",
6910
7966
  [LANG.en_AU]: "Enter email address",
7967
+ [LANG.en_LU]: "Enter email address",
7968
+ [LANG.en_NZ]: "Enter email address",
7969
+ [LANG.en_ZA]: "Enter email address",
7970
+ [LANG.en_CA]: "Enter email address",
6911
7971
  [LANG.de_DE]: "E-Mail-Adresse eingeben",
6912
7972
  [LANG.cs_CZ]: "Zadejte e-mailovou adresu",
6913
7973
  [LANG.sk_SK]: "Zadajte e-mailovú adresu",
@@ -6925,6 +7985,8 @@ const dictionary = {
6925
7985
  [LANG.es_ES]: "Introduce la dirección de correo electrónico",
6926
7986
  [LANG.fi_FI]: "Anna sähköpostiosoite",
6927
7987
  [LANG.fr_FR]: "Saisissez l’adresse e-mail",
7988
+ [LANG.fr_BE]: "Saisissez l’adresse e-mail",
7989
+ [LANG.fr_LU]: "Saisissez l’adresse e-mail",
6928
7990
  [LANG.hr_HR]: "Unesite adresu e-pošte",
6929
7991
  [LANG.it_IT]: "Inserisci l’indirizzo e-mail",
6930
7992
  [LANG.lv_LV]: "Ievadīt e-pasta adresi",
@@ -6936,12 +7998,26 @@ const dictionary = {
6936
7998
  [LANG.sv_SE]: "Ange e-postadress",
6937
7999
  [LANG.sv_FI]: "Ange e-postadress",
6938
8000
  [LANG.ja_JP]: "Eメールアドレスを入力",
6939
- [LANG.vi_VN]: "Nhập địa chỉ email"
8001
+ [LANG.vi_VN]: "Nhập địa chỉ email",
8002
+ [LANG.eu_ES]: "Idatzi helbide elektronikoa",
8003
+ [LANG.ca_ES]: "Introduïu l'adreça de correu electrònic",
8004
+ [LANG.ga_IE]: "Iontráil seoladh ríomhphoist",
8005
+ [LANG.gl_ES]: "Introduza o enderezo de correo electrónico",
8006
+ [LANG.et_EE]: "Sisestage e -posti aadress",
8007
+ [LANG.fr_CA]: "Entrez l'adresse e-mail",
8008
+ [LANG.lt_LT]: "Įveskite el. Pašto adresą",
8009
+ [LANG.mt_MT]: "Daħħal l-indirizz tal-email",
8010
+ [LANG.tr_TR]: "E -posta adresini girin",
8011
+ [LANG.cy_GB]: "Rhowch gyfeiriad e -bost"
6940
8012
  },
6941
8013
  subHeader: {
6942
8014
  [LANG.en_US]: "Enter your email to access your cards (your email is your user ID)",
6943
8015
  [LANG.en_GB]: "Enter your email to access your cards (your email is your user ID)",
6944
8016
  [LANG.en_AU]: "Enter your email to access your cards (your email is your user ID)",
8017
+ [LANG.en_LU]: "Enter your email to access your cards (your email is your user ID)",
8018
+ [LANG.en_NZ]: "Enter your email to access your cards (your email is your user ID)",
8019
+ [LANG.en_ZA]: "Enter your email to access your cards (your email is your user ID)",
8020
+ [LANG.en_CA]: "Enter your email to access your cards (your email is your user ID)",
6945
8021
  [LANG.de_DE]: "Geben Sie Ihre E-Mail-Adresse ein, um auf Ihre Karten zuzugreifen (Ihre E-Mail-Adresse ist Ihre Benutzer-ID)",
6946
8022
  [LANG.cs_CZ]: "Zadejte e-mail pro přístup k Vašim kartám (Váš e-mail je Vaše uživatelské ID)",
6947
8023
  [LANG.sk_SK]: "Zadajte e-mail pre prístup k svojim kartám (Vaša e-mailová adresa je vaše ID používateľa)",
@@ -6959,6 +8035,8 @@ const dictionary = {
6959
8035
  [LANG.es_ES]: "Introduce el correo electrónico para acceder a tus tarjetas (tu correo electrónico es tu ID de usuario)",
6960
8036
  [LANG.fi_FI]: "Anna sähköpostiosoitteesi, jotta voit käyttää korttejasi (sähköpostiosoitteesi on käyttäjätunnuksesi)",
6961
8037
  [LANG.fr_FR]: "Saisissez votre adresse e-mail pour accéder à vos cartes (votre adresse e-mail est votre identifiant utilisateur)",
8038
+ [LANG.fr_BE]: "Saisissez votre adresse e-mail pour accéder à vos cartes (votre adresse e-mail est votre identifiant utilisateur)",
8039
+ [LANG.fr_LU]: "Saisissez votre adresse e-mail pour accéder à vos cartes (votre adresse e-mail est votre identifiant utilisateur)",
6962
8040
  [LANG.hr_HR]: "Unesite svoju e-poštu kako biste pristupili svojim karticama (vaša e-pošta je vaš korisnički ID)",
6963
8041
  [LANG.it_IT]: "Inserisci la tua e-mail per accedere alle tue carte (la tua e-mail è il tuo ID utente)",
6964
8042
  [LANG.lv_LV]: "Ievadiet e-pasta adresi, lai piekļūtu savām kartēm (jūsu e-pasta adrese ir jūsu lietotāja ID)",
@@ -6970,12 +8048,26 @@ const dictionary = {
6970
8048
  [LANG.sv_SE]: "Ange din e-postadress för åtkomst till dina kort (din e-postadress är ditt användar-ID)",
6971
8049
  [LANG.sv_FI]: "Ange din e-postadress för åtkomst till dina kort (din e-postadress är ditt användar-ID)",
6972
8050
  [LANG.ja_JP]: "Eメールを入力し、カードにアクセスします(ユーザーIDはお客様のEメールアドレスです)",
6973
- [LANG.vi_VN]: "Nhập email để sử dụng thẻ của bạn (email là ID người dùng của bạn)"
8051
+ [LANG.vi_VN]: "Nhập email để sử dụng thẻ của bạn (email là ID người dùng của bạn)",
8052
+ [LANG.eu_ES]: "Idatzi zure posta elektronikoa zure txarteletara sartzeko (zure posta elektronikoa zure erabiltzailearen IDa da)",
8053
+ [LANG.ca_ES]: "Introduïu el vostre correu electrònic per accedir a les vostres targetes (el vostre correu electrònic és el vostre identificador d'usuari)",
8054
+ [LANG.ga_IE]: "Iontráil do r -phost chun rochtain a fháil ar do chártaí (is é do r -phost d’aitheantas úsáideora)",
8055
+ [LANG.gl_ES]: "Insira o seu correo electrónico para acceder ás súas tarxetas (o seu correo electrónico é o seu ID de usuario)",
8056
+ [LANG.et_EE]: "Sisestage oma kaartidele juurdepääsu saamiseks oma e -kiri (teie e -post on teie kasutajatunnus)",
8057
+ [LANG.fr_CA]: "Entrez votre e-mail pour accéder à vos cartes (votre e-mail est votre identifiant utilisateur)",
8058
+ [LANG.lt_LT]: "Įveskite savo el. Paštą, kad pasiektumėte savo korteles (jūsų el. Paštas yra jūsų vartotojo ID)",
8059
+ [LANG.mt_MT]: "Daħħal l-email tiegħek biex taċċessa l-karti tiegħek (l-email tiegħek hija l-ID tal-utent tiegħek)",
8060
+ [LANG.tr_TR]: "Kartlarınıza erişmek için e -postanızı girin (e -postanız kullanıcı kimliğinizdir)",
8061
+ [LANG.cy_GB]: "Rhowch eich e -bost i gael mynediad i'ch cardiau (eich e -bost yw eich ID defnyddiwr)"
6974
8062
  },
6975
8063
  helperText: {
6976
8064
  [LANG.en_US]: "Click to Pay will use this information to check if you have any saved cards.",
6977
8065
  [LANG.en_GB]: "Click to Pay will use this information to check if you have any saved cards.",
6978
8066
  [LANG.en_AU]: "Click to Pay will use this information to check if you have any saved cards.",
8067
+ [LANG.en_LU]: "Click to Pay will use this information to check if you have any saved cards.",
8068
+ [LANG.en_NZ]: "Click to Pay will use this information to check if you have any saved cards.",
8069
+ [LANG.en_ZA]: "Click to Pay will use this information to check if you have any saved cards.",
8070
+ [LANG.en_CA]: "Click to Pay will use this information to check if you have any saved cards.",
6979
8071
  [LANG.de_DE]: "Mit diesen Informationen prüft Click to Pay, ob Sie eine Karte gespeichert haben.",
6980
8072
  [LANG.cs_CZ]: "Click to Pay využije tyto informace pro ověření, jestli máte nějaké uložené platební karty.",
6981
8073
  [LANG.sk_SK]: "Služba Click to Pay použije tieto informácie na kontrolu, či máte nejaké uložené karty.",
@@ -6993,6 +8085,8 @@ const dictionary = {
6993
8085
  [LANG.es_ES]: "Click to Pay utilizará esta información para comprobar si tiene alguna tarjeta guardada.",
6994
8086
  [LANG.fi_FI]: "Näiden tietojen avulla Click to Pay tarkistaa, onko sinulla tallennettuja kortteja.",
6995
8087
  [LANG.fr_FR]: "Click to Pay utilisera ces informations pour vérifier si vous avez des cartes enregistrées.",
8088
+ [LANG.fr_BE]: "Click to Pay utilisera ces informations pour vérifier si vous avez des cartes enregistrées.",
8089
+ [LANG.fr_LU]: "Click to Pay utilisera ces informations pour vérifier si vous avez des cartes enregistrées.",
6996
8090
  [LANG.hr_HR]: "Click to Pay upotrijebit će ove podatke za provjeru imate li spremljenih kartica.",
6997
8091
  [LANG.it_IT]: "La funzionalità Click to Pay userà queste informazioni per verificare se hai delle carte salvate.",
6998
8092
  [LANG.lv_LV]: "Click to Pay izmantos šo informāciju, lai pārbaudītu, vai sistēmā jau ir saglabāta kāda no jūsu kartēm.",
@@ -7004,7 +8098,17 @@ const dictionary = {
7004
8098
  [LANG.sv_SE]: "Click to Pay använder denna information för att kontrollera om du har några sparade kort.",
7005
8099
  [LANG.sv_FI]: "Click to Pay använder denna information för att kontrollera om du har några sparade kort.",
7006
8100
  [LANG.ja_JP]: "Click to Payは、この情報を使用して保存されているカードがないか確認します。",
7007
- [LANG.vi_VN]: "Click to Pay sẽ sử dụng thông tin này để kiểm tra bạn có lưu thẻ nào không."
8101
+ [LANG.vi_VN]: "Click to Pay sẽ sử dụng thông tin này để kiểm tra bạn có lưu thẻ nào không.",
8102
+ [LANG.eu_ES]: "Klik egin Click to Pay erabiltzen ari zaren txartelak egiaztatzeko informazio hau erabiliz.",
8103
+ [LANG.ca_ES]: "Feu clic a Click to Pay per utilitzar aquesta informació i comprovar si teniu targetes desades.",
8104
+ [LANG.ga_IE]: "Cliceáil ar Click to Pay chun an t-eolas seo a úsáid agus a sheiceáil an bhfuil aon chártaí sábháilte agat.",
8105
+ [LANG.gl_ES]: "Faga clic en Click to Pay para usar esta información e comprobar se ten algunha tarxeta gardada.",
8106
+ [LANG.et_EE]: "Klõpsake Click to Pay, kasutades seda teavet, et kontrollida, kas teil on salvestatud kaarte.",
8107
+ [LANG.fr_CA]: "Cliquez sur Click to Pay pour utiliser ces informations et vérifier si vous avez des cartes enregistrées.",
8108
+ [LANG.lt_LT]: "Spustelėkite Click to Pay, kad naudotumėte šią informaciją ir patikrintumėte, ar turite išsaugotų kortelių.",
8109
+ [LANG.mt_MT]: "Ikklikkja fuq Click to Pay biex tuża din l-informazzjoni u tivverifika jekk għandekx xi karti salvati.",
8110
+ [LANG.tr_TR]: "Click to Pay'e tıklayarak bu bilgileri kullanarak kayıtlı kartlarınız olup olmadığını kontrol edin.",
8111
+ [LANG.cy_GB]: "Cliciwch ar Click to Pay i ddefnyddio'r wybodaeth hon i wirio a oes gennych unrhyw gardiau wedi'u cadw."
7008
8112
  }
7009
8113
  },
7010
8114
  switchIdScreen: {
@@ -7012,6 +8116,10 @@ const dictionary = {
7012
8116
  [LANG.en_US]: "Switch Click to Pay ID",
7013
8117
  [LANG.en_GB]: "Switch Click to Pay ID",
7014
8118
  [LANG.en_AU]: "Switch Click to Pay ID",
8119
+ [LANG.en_LU]: "Switch Click to Pay ID",
8120
+ [LANG.en_NZ]: "Switch Click to Pay ID",
8121
+ [LANG.en_ZA]: "Switch Click to Pay ID",
8122
+ [LANG.en_CA]: "Switch Click to Pay ID",
7015
8123
  [LANG.de_DE]: "Click to Pay ID wechseln",
7016
8124
  [LANG.cs_CZ]: "Přepnout Click to Pay ID",
7017
8125
  [LANG.sk_SK]: "Prepnúť Click to Pay ID",
@@ -7029,6 +8137,8 @@ const dictionary = {
7029
8137
  [LANG.es_ES]: "Cambiar Click to Pay ID",
7030
8138
  [LANG.fi_FI]: "Vaihda Click to Pay ID",
7031
8139
  [LANG.fr_FR]: "Changer d'ID Click to Pay",
8140
+ [LANG.fr_BE]: "Changer d'ID Click to Pay",
8141
+ [LANG.fr_LU]: "Changer d'ID Click to Pay",
7032
8142
  [LANG.hr_HR]: "Promijeni Click to Pay ID",
7033
8143
  [LANG.it_IT]: "Cambia Click to Pay ID",
7034
8144
  [LANG.lv_LV]: "Mainīt Click to Pay ID",
@@ -7040,12 +8150,26 @@ const dictionary = {
7040
8150
  [LANG.sv_SE]: "Byt Click to Pay ID",
7041
8151
  [LANG.sv_FI]: "Byt Click to Pay ID",
7042
8152
  [LANG.ja_JP]: "Click to Pay IDを切り替える",
7043
- [LANG.vi_VN]: "Chuyển đổi Click to Pay ID"
8153
+ [LANG.vi_VN]: "Chuyển đổi Click to Pay ID",
8154
+ [LANG.eu_ES]: "Aldatu Click to Pay IDa",
8155
+ [LANG.ca_ES]: "Canvia l'identificador de Click to Pay",
8156
+ [LANG.ga_IE]: "Athraigh an t-ID Click to Pay",
8157
+ [LANG.gl_ES]: "Cambiar o ID de Click to Pay",
8158
+ [LANG.et_EE]: "Vaheta Click to Pay ID",
8159
+ [LANG.fr_CA]: "Changer l'identifiant Click to Pay",
8160
+ [LANG.lt_LT]: "Pakeisti Click to Pay ID",
8161
+ [LANG.mt_MT]: "Ibdel l-ID ta' Click to Pay",
8162
+ [LANG.tr_TR]: "Click to Pay kimliğini değiştir",
8163
+ [LANG.cy_GB]: "Newid yr ID Click to Pay"
7044
8164
  },
7045
8165
  subHeader: {
7046
8166
  [LANG.en_US]: "Enter a new email to load a different set of linked Click to Pay cards.",
7047
8167
  [LANG.en_GB]: "Enter a new email to load a different set of linked Click to Pay cards.",
7048
8168
  [LANG.en_AU]: "Enter a new email to load a different set of linked Click to Pay cards.",
8169
+ [LANG.en_LU]: "Enter a new email to load a different set of linked Click to Pay cards.",
8170
+ [LANG.en_NZ]: "Enter a new email to load a different set of linked Click to Pay cards.",
8171
+ [LANG.en_ZA]: "Enter a new email to load a different set of linked Click to Pay cards.",
8172
+ [LANG.en_CA]: "Enter a new email to load a different set of linked Click to Pay cards.",
7049
8173
  [LANG.de_DE]: "Geben Sie eine neue E-Mail-Adresse ein, um ein anderes Set verknüpfter Click to Pay-Karten zu laden.",
7050
8174
  [LANG.cs_CZ]: "Zadejte novou e-mailovou adresu pro načtení jiné sady propojených karet Click to Pay.",
7051
8175
  [LANG.sk_SK]: "Zadajte nový e-mail na načítanie inej sady prepojených kariet Click to Pay.",
@@ -7063,6 +8187,8 @@ const dictionary = {
7063
8187
  [LANG.es_ES]: "Introduce un nuevo correo electrónico para cargar un conjunto diferente de tarjetas Click to Pay vinculadas.",
7064
8188
  [LANG.fi_FI]: "Anna uusi sähköpostiosoite ladataksesi toisen joukon Click to Pay -kortteja.",
7065
8189
  [LANG.fr_FR]: "Entrez un nouvel e-mail pour charger un ensemble différent de cartes Click to Pay liées.",
8190
+ [LANG.fr_BE]: "Entrez un nouvel e-mail pour charger un ensemble différent de cartes Click to Pay liées.",
8191
+ [LANG.fr_LU]: "Entrez un nouvel e-mail pour charger un ensemble différent de cartes Click to Pay liées.",
7066
8192
  [LANG.hr_HR]: "Unesite novu e-mail adresu za učitavanje drugog skupa povezanih Click to Pay kartica.",
7067
8193
  [LANG.it_IT]: "Inserisci una nuova email per caricare un diverso set di carte Click to Pay collegate.",
7068
8194
  [LANG.lv_LV]: "Ievadiet jaunu e-pastu, lai ielādētu citu saistīto Click to Pay karšu komplektu.",
@@ -7074,7 +8200,17 @@ const dictionary = {
7074
8200
  [LANG.sv_SE]: "Ange en ny e-postadress för att ladda en annan uppsättning länkade Click to Pay-kort.",
7075
8201
  [LANG.sv_FI]: "Ange en ny e-postadress för att ladda en annan uppsättning länkade Click to Pay-kort.",
7076
8202
  [LANG.ja_JP]: "新しいメールアドレスを入力して、別のClick to Payカードセットを読み込んでください。",
7077
- [LANG.vi_VN]: "Nhập một email mới để tải một tập thẻ Click to Pay khác được liên kết."
8203
+ [LANG.vi_VN]: "Nhập một email mới để tải một tập thẻ Click to Pay khác được liên kết.",
8204
+ [LANG.eu_ES]: "Sartu beste helbide elektroniko bat Click to Pay-rekin lotutako txartel multzo desberdin bat kargatzeko.",
8205
+ [LANG.ca_ES]: "Introduïu un nou correu electrònic per carregar un conjunt diferent de targetes vinculades a Click to Pay.",
8206
+ [LANG.ga_IE]: "Cuir isteach ríomhphost nua chun tacar difriúil de chártaí nasctha le Click to Pay a luchtú.",
8207
+ [LANG.gl_ES]: "Insira un novo correo electrónico para cargar un conxunto diferente de tarxetas ligadas a Click to Pay.",
8208
+ [LANG.et_EE]: "Sisestage uus e-posti aadress, et laadida erinev Click to Pay-ga seotud kaartide komplekt.",
8209
+ [LANG.fr_CA]: "Entrez un nouvel e-mail pour charger un autre ensemble de cartes liées à Click to Pay.",
8210
+ [LANG.lt_LT]: "Įveskite naują el. pašto adresą, kad įkeltumėte kitą Click to Pay susietų kortelių rinkinį.",
8211
+ [LANG.mt_MT]: "Daħħal email ġdid biex tgħabbi sett differenti ta’ karti marbuta ma’ Click to Pay.",
8212
+ [LANG.tr_TR]: "Click to Pay ile bağlantılı farklı bir kart setini yüklemek için yeni bir e-posta girin.",
8213
+ [LANG.cy_GB]: "Rhowch e-bost newydd i lwytho set wahanol o gardiau sy’n gysylltiedig â Click to Pay."
7078
8214
  }
7079
8215
  },
7080
8216
  otpScreen: {
@@ -7082,6 +8218,10 @@ const dictionary = {
7082
8218
  [LANG.en_US]: "Access your saved Click to Pay cards",
7083
8219
  [LANG.en_GB]: "Access your saved Click to Pay cards",
7084
8220
  [LANG.en_AU]: "Access your saved Click to Pay cards",
8221
+ [LANG.en_LU]: "Access your saved Click to Pay cards",
8222
+ [LANG.en_NZ]: "Access your saved Click to Pay cards",
8223
+ [LANG.en_ZA]: "Access your saved Click to Pay cards",
8224
+ [LANG.en_CA]: "Access your saved Click to Pay cards",
7085
8225
  [LANG.de_DE]: "Anzeige Ihrer bei Click to Pay gespeicherten Karten",
7086
8226
  [LANG.cs_CZ]: "Získejte přístup ke svým kartám Click to Pay",
7087
8227
  [LANG.sk_SK]: "Získajte prístup ku svojim kartám v Click to Pay",
@@ -7099,6 +8239,8 @@ const dictionary = {
7099
8239
  [LANG.es_ES]: "Accede a tus tarjetas guardadas en Click to Pay",
7100
8240
  [LANG.fi_FI]: "Katso Click to Pay palveluun tallennetut kortit",
7101
8241
  [LANG.fr_FR]: "Accédez à vos cartes enregistrées dans Click to Pay",
8242
+ [LANG.fr_BE]: "Accédez à vos cartes enregistrées dans Click to Pay",
8243
+ [LANG.fr_LU]: "Accédez à vos cartes enregistrées dans Click to Pay",
7102
8244
  [LANG.hr_HR]: "Pristupite spremljenim karticama Click To Pay",
7103
8245
  [LANG.it_IT]: "Accedi alle tue carte salvate su Click to Pay",
7104
8246
  [LANG.lv_LV]: "Piekļūstiet savām saglabātajām kartēm pakalpojumā Click to Pay",
@@ -7110,12 +8252,26 @@ const dictionary = {
7110
8252
  [LANG.sv_SE]: "Kom åt dina kort kopplade till Click to Pay",
7111
8253
  [LANG.sv_FI]: "Kom åt dina kort kopplade till Click to Pay",
7112
8254
  [LANG.ja_JP]: "Click To Payに保存済みのカードにアクセスする",
7113
- [LANG.vi_VN]: "Mở các thẻ Click to Pay đã lưu của bạn"
8255
+ [LANG.vi_VN]: "Mở các thẻ Click to Pay đã lưu của bạn",
8256
+ [LANG.eu_ES]: "Sartu zure Click to Pay txartel gordetuetara",
8257
+ [LANG.ca_ES]: "Accediu a les vostres targetes desades de Click to Pay",
8258
+ [LANG.ga_IE]: "Faigh rochtain ar do chártaí Click to Pay sábháilte",
8259
+ [LANG.gl_ES]: "Acceda ás súas tarxetas gardadas de Click to Pay",
8260
+ [LANG.et_EE]: "Juurdepääs oma salvestatud Click to Pay kaartidele",
8261
+ [LANG.fr_CA]: "Accédez à vos cartes enregistrées avec Click to Pay",
8262
+ [LANG.lt_LT]: "Pasiekite savo išsaugotas Click to Pay korteles",
8263
+ [LANG.mt_MT]: "Aċċess għall-karti tiegħek salvati ta’ Click to Pay",
8264
+ [LANG.tr_TR]: "Kaydedilmiş Click to Pay kartlarınıza erişin",
8265
+ [LANG.cy_GB]: "Mynediad at eich cardiau Click to Pay sydd wedi'u cadw"
7114
8266
  },
7115
8267
  confirmationSentToGeneral: {
7116
8268
  [LANG.en_US]: "We've asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it's you.",
7117
8269
  [LANG.en_GB]: "We’ve asked Click to Pay to send you a one-time passcode to [maskedValidationChannel] to confirm it’s you.",
7118
8270
  [LANG.en_AU]: "We’ve asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it’s you.",
8271
+ [LANG.en_LU]: "We’ve asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it’s you.",
8272
+ [LANG.en_NZ]: "We’ve asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it’s you.",
8273
+ [LANG.en_ZA]: "We’ve asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it’s you.",
8274
+ [LANG.en_CA]: "We’ve asked Click to Pay to send you a onetime passcode to [maskedValidationChannel] to confirm it’s you.",
7119
8275
  [LANG.de_DE]: "Click to Pay wird Ihnen ein einmaliges Passwort an [maskedValidationChannel] zusenden, um Ihre Identität zu bestätigen.",
7120
8276
  [LANG.cs_CZ]: "Požádali jsme Click to Pay, aby Vám poslal jednorázové heslo na [maskedValidationChannel] pro potvrzení, že jste to Vy. ",
7121
8277
  [LANG.sk_SK]: "Požiadali sme službu Click to Pay o poslanie jednorazového kódu na [maskedValidationChannel] na overenie, že ste to vy. ",
@@ -7133,6 +8289,8 @@ const dictionary = {
7133
8289
  [LANG.es_ES]: "Hemos solicitado a Click to Pay que te envíe una contraseña de un solo uso a [maskedValidationChannel] para confirmar que eres tú.",
7134
8290
  [LANG.fi_FI]: "Olemme pyytäneet Click to Pay -palvelua lähettämään sinulle kertakäyttöisen salasanan osoitteeseen/numeroon [maskedValidationChannel], jotta voimme vahvistaa, että kyseessä olet sinä.",
7135
8291
  [LANG.fr_FR]: "Nous avons demandé à Click to Pay de vous envoyer un mot de passe à usage unique à [maskedValidationChannel] pour confirmer qu’il s’agit bien de vous.",
8292
+ [LANG.fr_BE]: "Nous avons demandé à Click to Pay de vous envoyer un mot de passe à usage unique à [maskedValidationChannel] pour confirmer qu’il s’agit bien de vous.",
8293
+ [LANG.fr_LU]: "Nous avons demandé à Click to Pay de vous envoyer un mot de passe à usage unique à [maskedValidationChannel] pour confirmer qu’il s’agit bien de vous.",
7136
8294
  [LANG.hr_HR]: "Tražili smo da vam Click To Pay pošalje jednokratni kod na [maskedValidationChannel] za potvrdu da ste to vi.",
7137
8295
  [LANG.it_IT]: "Abbiamo chiesto a Click to Pay di inviarti un codice di accesso unico a [maskedValidationChannel] per confermare che sia effettivamente tu ad effettuare la richiesta.",
7138
8296
  [LANG.lv_LV]: "Mēs lūdzām pakalpojumam Click to Pay nosūtīt jums vienreizēju piekļuves kodu uz [maskedValidationChannel], lai apstiprinātu jūsu identitāti.",
@@ -7144,12 +8302,26 @@ const dictionary = {
7144
8302
  [LANG.sv_SE]: "Vi har bett Click to Pay att skicka dig en engångslösenkod till [maskedValidationChannel] för att bekräfta att det är du.",
7145
8303
  [LANG.sv_FI]: "Vi har bett Click to Pay att skicka dig en engångslösenkod till [maskedValidationChannel] för att bekräfta att det är du.",
7146
8304
  [LANG.ja_JP]: "ご本人確認のため、Click To Payにワンタイムパスコード を、[maskedValidationChannel]へ送信するよう依頼しました。",
7147
- [LANG.vi_VN]: "Chúng tôi đã yêu cầu Click to Pay gửi cho bạn mã số dùng một lần đến [maskedValidationChannel]để xác nhận đó là bạn. "
8305
+ [LANG.vi_VN]: "Chúng tôi đã yêu cầu Click to Pay gửi cho bạn mã số dùng một lần đến [maskedValidationChannel]để xác nhận đó là bạn. ",
8306
+ [LANG.eu_ES]: "Click to Pay-i eskatu diogu zu zarela baieztatzeko [maskedValidationChannel]-era behin bakarreko pasako bat bidaltzeko.",
8307
+ [LANG.ca_ES]: "Hem demanat a Click to Pay que t'enviï un codi de passatge únic a [maskedValidationChannel] per confirmar que ets tu.",
8308
+ [LANG.ga_IE]: "Chuaigh muid i dteagmháil le Click to Pay chun cóid pas seachtainiúil a sheoladh chugat chuig [maskedValidationChannel] le deimhniú go bhfuil tú.",
8309
+ [LANG.gl_ES]: "Pedimos a Click to Pay que che envíe un código de acceso único a [maskedValidationChannel] para confirmar que es ti.",
8310
+ [LANG.et_EE]: "Me oleme palunud Click to Pay'il saata teile ühekordne passikood [maskedValidationChannel], et kinnitada, et see olete teie.",
8311
+ [LANG.fr_CA]: "Nous avons demandé à Click to Pay de vous envoyer un code d'accès unique à [maskedValidationChannel] pour confirmer que c'est bien vous.",
8312
+ [LANG.lt_LT]: "Prašėme „Click to Pay“ išsiųsti jums vienkartinį slaptažodį į [maskedValidationChannel], kad patvirtintume, jog tai esate jūs.",
8313
+ [LANG.mt_MT]: "Talbna lil Click to Pay biex jibgħatulek kodiċi ta’ approvazzjoni wieħed fuq [maskedValidationChannel] sabiex tikkonferma li int.",
8314
+ [LANG.tr_TR]: "Senden bunu doğrulamak için Click to Pay'den [maskedValidationChannel]'a bir kerelik bir şifre göndermesini istedik.",
8315
+ [LANG.cy_GB]: "Rydym wedi gofyn i Click to Pay anfon cod pas unwaith i [maskedValidationChannel] i gadarnhau mai chi yw."
7148
8316
  },
7149
8317
  confirmationSentToMC: {
7150
8318
  [LANG.en_US]: "Enter the code Mastercard sent to [maskedValidationChannel]",
7151
8319
  [LANG.en_GB]: "Enter the code Mastercard sent to [maskedValidationChannel]",
7152
8320
  [LANG.en_AU]: "Enter the code Mastercard sent to [maskedValidationChannel]",
8321
+ [LANG.en_LU]: "Enter the code Mastercard sent to [maskedValidationChannel]",
8322
+ [LANG.en_NZ]: "Enter the code Mastercard sent to [maskedValidationChannel]",
8323
+ [LANG.en_ZA]: "Enter the code Mastercard sent to [maskedValidationChannel]",
8324
+ [LANG.en_CA]: "Enter the code Mastercard sent to [maskedValidationChannel]",
7153
8325
  [LANG.de_DE]: "Geben Sie den an [maskedValidationChannel] gesendeten Mastercard-Code ein",
7154
8326
  [LANG.cs_CZ]: "Zadejte kód Mastercard zaslaný na [maskedValidationChannel]",
7155
8327
  [LANG.sk_SK]: "Uveďte kód Mastercard odoslaný na [maskedValidationChannel]",
@@ -7167,6 +8339,8 @@ const dictionary = {
7167
8339
  [LANG.es_ES]: "Introduce el código de Mastercard enviado a [maskedValidationChannel]",
7168
8340
  [LANG.fi_FI]: "Anna koodi, jonka Mastercard lähetti osoitteeseen [maskedValidationChannel]",
7169
8341
  [LANG.fr_FR]: "Saisissez le code Mastercard envoyé à [maskedValidationChannel]",
8342
+ [LANG.fr_BE]: "Saisissez le code Mastercard envoyé à [maskedValidationChannel]",
8343
+ [LANG.fr_LU]: "Saisissez le code Mastercard envoyé à [maskedValidationChannel]",
7170
8344
  [LANG.hr_HR]: "Unesite kod koji je Mastercard poslao na [maskedValidationChannel]",
7171
8345
  [LANG.it_IT]: "Inserisci il codice Mastercard inviato a [maskedValidationChannel]",
7172
8346
  [LANG.lv_LV]: "Ievadiet kodu, ko Mastercard nosūtīja uz [maskedValidationChannel]",
@@ -7178,12 +8352,26 @@ const dictionary = {
7178
8352
  [LANG.sv_SE]: "Ange koden som Mastercard skickat till [maskedValidationChannel]",
7179
8353
  [LANG.sv_FI]: "Ange koden som Mastercard skickat till [maskedValidationChannel]",
7180
8354
  [LANG.ja_JP]: "[maskedValidationChannel]へ送信されたマスターカードのコードを入力",
7181
- [LANG.vi_VN]: "Hãy nhập mã Mastercard đã gửi đến [maskedValidationChannel]"
8355
+ [LANG.vi_VN]: "Hãy nhập mã Mastercard đã gửi đến [maskedValidationChannel]",
8356
+ [LANG.eu_ES]: "Sartu [maskedValidationChannel] bidalitako MasterCard-en",
8357
+ [LANG.ca_ES]: "Introduïu el codi MasterCard enviat a [maskedValidationChannel]",
8358
+ [LANG.ga_IE]: "Cuir isteach an cód MasterCard a sheoltar chuig [maskedValidationChannel]",
8359
+ [LANG.gl_ES]: "Insira o código Mastercard enviado a [maskedValidationChannel]",
8360
+ [LANG.et_EE]: "Sisestage Code MasterCard, mis on saadetud aadressile [maskedValidationChannel]",
8361
+ [LANG.fr_CA]: "Entrez le code MasterCard envoyé à [maskedValidationChannel]",
8362
+ [LANG.lt_LT]: "Įveskite kodą „MasterCard“, išsiųstą į [maskedValidationChannel]",
8363
+ [LANG.mt_MT]: "Daħħal il-MasterCard tal-Kodiċi Mibgħut lil [maskedValidationChannel]",
8364
+ [LANG.tr_TR]: "[maskedValidationChannel] 'e gönderilen mastercard kodunu girin",
8365
+ [LANG.cy_GB]: "Rhowch y Cod MasterCard a anfonwyd at [maskedValidationChannel]"
7182
8366
  },
7183
8367
  skipVerificationNextTime: {
7184
8368
  [LANG.en_US]: "Skip verification next time",
7185
8369
  [LANG.en_GB]: "Skip verification next time",
7186
8370
  [LANG.en_AU]: "Skip verification next time",
8371
+ [LANG.en_LU]: "Skip verification next time",
8372
+ [LANG.en_NZ]: "Skip verification next time",
8373
+ [LANG.en_ZA]: "Skip verification next time",
8374
+ [LANG.en_CA]: "Skip verification next time",
7187
8375
  [LANG.de_DE]: "Überprüfung beim nächsten Mal überspringen",
7188
8376
  [LANG.cs_CZ]: "Příště přeskočit ověření",
7189
8377
  [LANG.sk_SK]: "Nabudúce preskočiť overenie",
@@ -7201,6 +8389,8 @@ const dictionary = {
7201
8389
  [LANG.es_ES]: "Omitir la verificación la próxima vez",
7202
8390
  [LANG.fi_FI]: "Ohita varmistus seuraavalla kerralla",
7203
8391
  [LANG.fr_FR]: "Ignorer la vérification la prochaine fois",
8392
+ [LANG.fr_BE]: "Ignorer la vérification la prochaine fois",
8393
+ [LANG.fr_LU]: "Ignorer la vérification la prochaine fois",
7204
8394
  [LANG.hr_HR]: "Preskočite provjeru sljedeći put",
7205
8395
  [LANG.it_IT]: "La prossima volta salta verifica",
7206
8396
  [LANG.lv_LV]: "Nākamreiz izlaist verifikāciju",
@@ -7212,12 +8402,26 @@ const dictionary = {
7212
8402
  [LANG.sv_SE]: "Hoppa över verifiering nästa gång",
7213
8403
  [LANG.sv_FI]: "Hoppa över verifiering nästa gång",
7214
8404
  [LANG.ja_JP]: "次回は認証をスキップ",
7215
- [LANG.vi_VN]: "Bỏ qua xác thực trong lần tới"
8405
+ [LANG.vi_VN]: "Bỏ qua xác thực trong lần tới",
8406
+ [LANG.eu_ES]: "Saltatu egiaztapena hurrengoan",
8407
+ [LANG.ca_ES]: "Saltar la verificació la propera vegada",
8408
+ [LANG.ga_IE]: "Fíorú scipe an chéad uair eile",
8409
+ [LANG.gl_ES]: "Saltar a verificación a próxima vez",
8410
+ [LANG.et_EE]: "Jäta järgmine kord kontrollida",
8411
+ [LANG.fr_CA]: "Évitez la vérification la prochaine fois",
8412
+ [LANG.lt_LT]: "Praleiskite patikrinimą kitą kartą",
8413
+ [LANG.mt_MT]: "Aqbeż il-verifika d-dieħla",
8414
+ [LANG.tr_TR]: "Bir dahaki sefere doğrulamayı atla",
8415
+ [LANG.cy_GB]: "Gwirio sgip y tro nesaf"
7216
8416
  },
7217
8417
  mobile: {
7218
8418
  [LANG.en_US]: "Mobile",
7219
8419
  [LANG.en_GB]: "Mobile",
7220
8420
  [LANG.en_AU]: "Mobile",
8421
+ [LANG.en_LU]: "Mobile",
8422
+ [LANG.en_NZ]: "Mobile",
8423
+ [LANG.en_ZA]: "Mobile",
8424
+ [LANG.en_CA]: "Mobile",
7221
8425
  [LANG.de_DE]: "Mobilgeräte",
7222
8426
  [LANG.cs_CZ]: "Mobilní telefon",
7223
8427
  [LANG.sk_SK]: "Mobil",
@@ -7235,6 +8439,8 @@ const dictionary = {
7235
8439
  [LANG.es_ES]: "Móvil",
7236
8440
  [LANG.fi_FI]: "Mobiili",
7237
8441
  [LANG.fr_FR]: "Portable",
8442
+ [LANG.fr_BE]: "Portable",
8443
+ [LANG.fr_LU]: "Portable",
7238
8444
  [LANG.hr_HR]: "Mobilni uređaj",
7239
8445
  [LANG.it_IT]: "Mobile",
7240
8446
  [LANG.lv_LV]: "Mobilais tālrunis",
@@ -7246,12 +8452,26 @@ const dictionary = {
7246
8452
  [LANG.sv_SE]: "Mobil",
7247
8453
  [LANG.sv_FI]: "Mobil",
7248
8454
  [LANG.ja_JP]: "携帯電話",
7249
- [LANG.vi_VN]: "Di động"
8455
+ [LANG.vi_VN]: "Di động",
8456
+ [LANG.eu_ES]: "Eramankor",
8457
+ [LANG.ca_ES]: "Mòbil",
8458
+ [LANG.ga_IE]: "So so.",
8459
+ [LANG.gl_ES]: "Móbil",
8460
+ [LANG.et_EE]: "Mobiilne",
8461
+ [LANG.fr_CA]: "Mobile",
8462
+ [LANG.lt_LT]: "Mobilusis",
8463
+ [LANG.mt_MT]: "Mobbli",
8464
+ [LANG.tr_TR]: "Hareketli",
8465
+ [LANG.cy_GB]: "Symudol"
7250
8466
  },
7251
8467
  email: {
7252
8468
  [LANG.en_US]: "Email",
7253
8469
  [LANG.en_GB]: "Email",
7254
8470
  [LANG.en_AU]: "Email",
8471
+ [LANG.en_LU]: "Email",
8472
+ [LANG.en_NZ]: "Email",
8473
+ [LANG.en_ZA]: "Email",
8474
+ [LANG.en_CA]: "Email",
7255
8475
  [LANG.de_DE]: "E-Mail",
7256
8476
  [LANG.cs_CZ]: "E-mail",
7257
8477
  [LANG.sk_SK]: "E-mail",
@@ -7269,6 +8489,8 @@ const dictionary = {
7269
8489
  [LANG.es_ES]: "Correo electrónico",
7270
8490
  [LANG.fi_FI]: "Sähköposti",
7271
8491
  [LANG.fr_FR]: "E-mail",
8492
+ [LANG.fr_BE]: "E-mail",
8493
+ [LANG.fr_LU]: "E-mail",
7272
8494
  [LANG.hr_HR]: "E-pošta",
7273
8495
  [LANG.it_IT]: "E-mail",
7274
8496
  [LANG.lv_LV]: "E-pasts",
@@ -7280,7 +8502,17 @@ const dictionary = {
7280
8502
  [LANG.sv_SE]: "E-post",
7281
8503
  [LANG.sv_FI]: "E-post",
7282
8504
  [LANG.ja_JP]: "Eメール",
7283
- [LANG.vi_VN]: "Email"
8505
+ [LANG.vi_VN]: "Email",
8506
+ [LANG.eu_ES]: "I-posta",
8507
+ [LANG.ca_ES]: "Correu electrònic",
8508
+ [LANG.ga_IE]: "Ríomhphost a chur chuig",
8509
+ [LANG.gl_ES]: "Correo electrónico",
8510
+ [LANG.et_EE]: "E -kiri",
8511
+ [LANG.fr_CA]: "E-mail",
8512
+ [LANG.lt_LT]: "El. Paštas",
8513
+ [LANG.mt_MT]: "Email",
8514
+ [LANG.tr_TR]: "E -posta",
8515
+ [LANG.cy_GB]: "E -bost"
7284
8516
  }
7285
8517
  },
7286
8518
  handledErrorScreen: {
@@ -7288,6 +8520,10 @@ const dictionary = {
7288
8520
  [LANG.en_US]: "There was a problem with your Click to Pay account.",
7289
8521
  [LANG.en_GB]: "There was a problem with your Click to Pay account.",
7290
8522
  [LANG.en_AU]: "There was a problem with your Click to Pay account.",
8523
+ [LANG.en_LU]: "There was a problem with your Click to Pay account.",
8524
+ [LANG.en_NZ]: "There was a problem with your Click to Pay account.",
8525
+ [LANG.en_ZA]: "There was a problem with your Click to Pay account.",
8526
+ [LANG.en_CA]: "There was a problem with your Click to Pay account.",
7291
8527
  [LANG.de_DE]: "Es gab ein Problem mit Ihrer Click to Pay ID.",
7292
8528
  [LANG.cs_CZ]: "Nastal problém s vaším účtem Click to Pay.",
7293
8529
  [LANG.sk_SK]: "Vyskytol sa problém s vaším účtom Click to Pay.",
@@ -7305,6 +8541,8 @@ const dictionary = {
7305
8541
  [LANG.es_ES]: "Ha habido un problema con tu cuenta Click to Pay.",
7306
8542
  [LANG.fi_FI]: "Click to Pay -tililläsi ilmeni ongelma.",
7307
8543
  [LANG.fr_FR]: "Un problème est survenu avec votre compte Click to Pay.",
8544
+ [LANG.fr_BE]: "Un problème est survenu avec votre compte Click to Pay.",
8545
+ [LANG.fr_LU]: "Un problème est survenu avec votre compte Click to Pay.",
7308
8546
  [LANG.hr_HR]: "Došlo je do problema s vašim računom za Click To Pay.",
7309
8547
  [LANG.it_IT]: "Si è verificato un problema con il tuo conto Click to Pay.",
7310
8548
  [LANG.lv_LV]: "Saistībā ar pakalpojuma Click To Pay kontu radās problēma.",
@@ -7316,12 +8554,26 @@ const dictionary = {
7316
8554
  [LANG.sv_SE]: "Ett problem med ditt Click to Pay-konto inträffade.",
7317
8555
  [LANG.sv_FI]: "Ett problem med ditt Click to Pay-konto inträffade.",
7318
8556
  [LANG.ja_JP]: "お客様のClick to Payアカウントに問題がありました。",
7319
- [LANG.vi_VN]: "Đã xảy ra lỗi với tài khoản Click to Pay của bạn."
8557
+ [LANG.vi_VN]: "Đã xảy ra lỗi với tài khoản Click to Pay của bạn.",
8558
+ [LANG.eu_ES]: "Zure Click to Pay kontuarekin arazo bat egon da.",
8559
+ [LANG.ca_ES]: "Hi ha hagut un problema amb el teu compte de Click to Pay.",
8560
+ [LANG.ga_IE]: "Bhí fadhb le do chuntas Click to Pay.",
8561
+ [LANG.gl_ES]: "Houbo un problema coa túa conta de Click to Pay.",
8562
+ [LANG.et_EE]: "Teie Click to Pay kontoga oli probleem.",
8563
+ [LANG.fr_CA]: "Il y a eu un problème avec votre compte Click to Pay.",
8564
+ [LANG.lt_LT]: "Įvyko problema su jūsų Click to Pay paskyra.",
8565
+ [LANG.mt_MT]: "Kien hemm problema fil-kont tiegħek ta’ Click to Pay.",
8566
+ [LANG.tr_TR]: "Click to Pay hesabınızla ilgili bir sorun oluştu.",
8567
+ [LANG.cy_GB]: "Roedd problem gyda’ch cyfrif Click to Pay."
7320
8568
  },
7321
8569
  lockedAccount: {
7322
8570
  [LANG.en_US]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
7323
8571
  [LANG.en_GB]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
7324
8572
  [LANG.en_AU]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
8573
+ [LANG.en_LU]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
8574
+ [LANG.en_NZ]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
8575
+ [LANG.en_ZA]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
8576
+ [LANG.en_CA]: "Your account has been temporarily locked. You can select the alternative payment method, use a different account or try again at a later date.",
7325
8577
  [LANG.de_DE]: "Ihre ID wurde vorübergehend gesperrt. Sie können eine alternative Bezahlmethode auswählen, eine andere ID verwenden oder es zu einem späteren Zeitpunkt erneut versuchen.",
7326
8578
  [LANG.cs_CZ]: "Váš účet byl dočasně zablokován. Můžete si vybrat jiný způsob platby, použít jiný účet nebo to zkusit znovu později.",
7327
8579
  [LANG.sk_SK]: "Váš účet bol dočasne zablokovaný. Môžete si vybrať alternatívny spôsob platby, použiť iný účet alebo to skúsiť znovu neskôr.",
@@ -7339,6 +8591,8 @@ const dictionary = {
7339
8591
  [LANG.es_ES]: "Tu cuenta ha sido bloqueada temporalmente. Puedes seleccionar una forma de pago alternativa, utilizar una cuenta diferente o intentarlo de nuevo más tarde.",
7340
8592
  [LANG.fi_FI]: "Tilisi on lukittu väliaikaisesti. Voit valita vaihtoehtoisen maksutavan, käyttää toista tiliä tai yrittää myöhemmin uudelleen.",
7341
8593
  [LANG.fr_FR]: "Votre compte a été temporairement verrouillé. Vous pouvez sélectionner un autre moyen de paiement, utiliser un compte différent ou réessayer ultérieurement.",
8594
+ [LANG.fr_BE]: "Votre compte a été temporairement verrouillé. Vous pouvez sélectionner un autre moyen de paiement, utiliser un compte différent ou réessayer ultérieurement.",
8595
+ [LANG.fr_LU]: "Votre compte a été temporairement verrouillé. Vous pouvez sélectionner un autre moyen de paiement, utiliser un compte différent ou réessayer ultérieurement.",
7342
8596
  [LANG.hr_HR]: "Vaš je račun privremeno zaključan. Možete odabrati drugi način plaćanja, drugi račun ili pokušati kasnije.",
7343
8597
  [LANG.it_IT]: "Il tuo account è stato temporaneamente bloccato. Puoi selezionare una modalità di pagamento alternativa, utilizzare un account diverso o riprovare in un secondo momento.",
7344
8598
  [LANG.lv_LV]: "Jūsu konts ir uz laiku bloķēts. Jūs varat izvēlēties alternatīvu maksājumu metodi, izmantot citu kontu vai mēģināt vēlreiz vēlāk.",
@@ -7350,7 +8604,17 @@ const dictionary = {
7350
8604
  [LANG.sv_SE]: "Ditt konto har låsts tillfälligt. Du kan välja det alternativa betalningssättet, använda ett annat konto eller försöka igen på ett senare datum.",
7351
8605
  [LANG.sv_FI]: "Ditt konto har låsts tillfälligt. Du kan välja det alternativa betalningssättet, använda ett annat konto eller försöka igen på ett senare datum.",
7352
8606
  [LANG.ja_JP]: "アカウントは一時的にロックされました。別の決済方法を選択するか、別のアカウントを使用するか、後日再試行することができます。",
7353
- [LANG.vi_VN]: "Tài khoản của bạn đã tạm thời bị khóa. Bạn có thể chọn phương thức thanh toán khác, sử dụng tài khoản khác hoặc thử lại sau."
8607
+ [LANG.vi_VN]: "Tài khoản của bạn đã tạm thời bị khóa. Bạn có thể chọn phương thức thanh toán khác, sử dụng tài khoản khác hoặc thử lại sau.",
8608
+ [LANG.eu_ES]: "Zure kontua aldi baterako blokeatu da. Ordainketa alternatiboaren metodoa hauta dezakezu, beste kontu bat erabili edo saiatu berriro geroago.",
8609
+ [LANG.ca_ES]: "El vostre compte ha estat bloquejat temporalment. Podeu seleccionar el mètode de pagament alternatiu, utilitzar un compte diferent o tornar -ho a provar en una data posterior.",
8610
+ [LANG.ga_IE]: "Tá do chuntas faoi ghlas go sealadach. Is féidir leat an modh íocaíochta malartach a roghnú, cuntas difriúil a úsáid nó triail a bhaint as níos déanaí.",
8611
+ [LANG.gl_ES]: "A túa conta foi bloqueada temporalmente. Pode seleccionar o método de pago alternativo, usar unha conta diferente ou tentalo de novo nunha data posterior.",
8612
+ [LANG.et_EE]: "Teie konto on ajutiselt lukustatud. Saate valida alternatiivse makseviisi, kasutada mõnda muud kontot või proovida uuesti kuupäeval.",
8613
+ [LANG.fr_CA]: "Votre compte a été temporairement verrouillé. Vous pouvez sélectionner le mode de paiement alternatif, utiliser un compte différent ou réessayer à une date ultérieure.",
8614
+ [LANG.lt_LT]: "Jūsų paskyra buvo laikinai užrakinta. Galite pasirinkti alternatyvų mokėjimo metodą, naudoti kitą sąskaitą arba bandyti dar kartą vėliau.",
8615
+ [LANG.mt_MT]: "Il-kont tiegħek ġie msakkra temporanjament. Tista 'tagħżel il-metodu ta' ħlas alternattiv, tuża kont differenti jew erġa 'pprova f'data aktar tard.",
8616
+ [LANG.tr_TR]: "Hesabınız geçici olarak kilitlendi. Alternatif ödeme yöntemini seçebilir, farklı bir hesap kullanabilir veya daha sonraki bir tarihte tekrar deneyebilirsiniz.",
8617
+ [LANG.cy_GB]: "Mae eich cyfrif wedi'i gloi dros dro. Gallwch ddewis y dull talu amgen, defnyddio cyfrif gwahanol neu roi cynnig arall arni yn nes ymlaen."
7354
8618
  }
7355
8619
  },
7356
8620
  unhandledErrorScreen: {
@@ -7358,6 +8622,10 @@ const dictionary = {
7358
8622
  [LANG.en_US]: "Unfortunately, something went wrong.",
7359
8623
  [LANG.en_GB]: "Unfortunately, something went wrong.",
7360
8624
  [LANG.en_AU]: "Unfortunately, something went wrong.",
8625
+ [LANG.en_LU]: "Unfortunately, something went wrong.",
8626
+ [LANG.en_NZ]: "Unfortunately, something went wrong.",
8627
+ [LANG.en_ZA]: "Unfortunately, something went wrong.",
8628
+ [LANG.en_CA]: "Unfortunately, something went wrong.",
7361
8629
  [LANG.de_DE]: "Leider ist etwas schief gelaufen.",
7362
8630
  [LANG.cs_CZ]: "Bohužel se něco pokazilo.",
7363
8631
  [LANG.sk_SK]: "Žiaľ, niečo sa pokazilo.",
@@ -7375,6 +8643,8 @@ const dictionary = {
7375
8643
  [LANG.es_ES]: "Lamentablemente, algo ha ido mal.",
7376
8644
  [LANG.fi_FI]: "Valitettavasti jokin meni vikaan.",
7377
8645
  [LANG.fr_FR]: "Malheureusement, une erreur s’est produite.",
8646
+ [LANG.fr_BE]: "Malheureusement, une erreur s’est produite.",
8647
+ [LANG.fr_LU]: "Malheureusement, une erreur s’est produite.",
7378
8648
  [LANG.hr_HR]: "Nažalost, nešto nije u redu.",
7379
8649
  [LANG.it_IT]: "Purtroppo, qualcosa è andato storto.",
7380
8650
  [LANG.lv_LV]: "Diemžēl radās kāda kļūme.",
@@ -7386,12 +8656,26 @@ const dictionary = {
7386
8656
  [LANG.sv_SE]: "Något gick tyvärr fel.",
7387
8657
  [LANG.sv_FI]: "Något gick tyvärr fel.",
7388
8658
  [LANG.ja_JP]: "申し訳ございません。問題が発生しました。",
7389
- [LANG.vi_VN]: "Thật không may, đã xảy ra lỗi."
8659
+ [LANG.vi_VN]: "Thật không may, đã xảy ra lỗi.",
8660
+ [LANG.eu_ES]: "Zoritxarrez, zerbait oker joan da.",
8661
+ [LANG.ca_ES]: "Malauradament, alguna cosa va passar malament.",
8662
+ [LANG.ga_IE]: "Ar an drochuair, chuaigh rud éigin mícheart.",
8663
+ [LANG.gl_ES]: "Por desgraza, algo saíu mal.",
8664
+ [LANG.et_EE]: "Kahjuks läks midagi valesti.",
8665
+ [LANG.fr_CA]: "Malheureusement, quelque chose s'est mal passé.",
8666
+ [LANG.lt_LT]: "Deja, kažkas nutiko ne taip.",
8667
+ [LANG.mt_MT]: "Sfortunatament, xi ħaġa marret ħażin.",
8668
+ [LANG.tr_TR]: "Ne yazık ki, bir şeyler ters gitti.",
8669
+ [LANG.cy_GB]: "Yn anffodus, aeth rhywbeth o'i le."
7390
8670
  },
7391
8671
  contactUs: {
7392
8672
  [LANG.en_US]: "Please try again and if the problem persists, contact customer support to assist you in your purchase.",
7393
8673
  [LANG.en_GB]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
7394
8674
  [LANG.en_AU]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
8675
+ [LANG.en_LU]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
8676
+ [LANG.en_NZ]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
8677
+ [LANG.en_ZA]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
8678
+ [LANG.en_CA]: "Please try again and, if the problem persists, contact customer support to assist you in your purchase.",
7395
8679
  [LANG.de_DE]: "Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, wenden Sie sich an den Kundendienst, um Ihnen bei Ihrem Einkauf zu helfen.",
7396
8680
  [LANG.cs_CZ]: "Zkuste to prosím znovu a pokud problém přetrvává, kontaktujte zákaznickou podporu, která Vám s nákupem pomůže.",
7397
8681
  [LANG.sk_SK]: "Skúste to znovu a ak problém pretrváva, obráťte sa na oddelenie podpory pre zákazníkov, ktoré vám pomôže s nákupom.",
@@ -7409,6 +8693,8 @@ const dictionary = {
7409
8693
  [LANG.es_ES]: "Inténtalo de nuevo y, si el problema persiste, ponte en contacto con el servicio de atención al cliente para que te ayuden con la compra.",
7410
8694
  [LANG.fi_FI]: "Yritä uudelleen. Jos ongelma jatkuu, ota yhteyttä asiakastukeen, joka voi auttaa ostoksesi tekemisessä.",
7411
8695
  [LANG.fr_FR]: "Veuillez réessayer et si le problème persiste, contactez le service client pour vous aider dans votre achat.",
8696
+ [LANG.fr_BE]: "Veuillez réessayer et si le problème persiste, contactez le service client pour vous aider dans votre achat.",
8697
+ [LANG.fr_LU]: "Veuillez réessayer et si le problème persiste, contactez le service client pour vous aider dans votre achat.",
7412
8698
  [LANG.hr_HR]: "Pokušajte ponovno i ako problem i dalje postoji, obratite se korisničkoj podršci za pomoć u kupnji.",
7413
8699
  [LANG.it_IT]: "Riprova e, se il problema persiste, contatta l’assistenza clienti per ricevere aiuto nell’acquisto.",
7414
8700
  [LANG.lv_LV]: "Lūdzu, mēģiniet vēlreiz un, ja problēma netiek atrisināta, sazinieties ar klientu atbalsta dienestu, kas palīdzēs jums veikt pirkumu.",
@@ -7420,7 +8706,17 @@ const dictionary = {
7420
8706
  [LANG.sv_SE]: "Försök igen och om problemet kvarstår, kontakta kundtjänst för att få hjälp med ditt köp.",
7421
8707
  [LANG.sv_FI]: "Försök igen och om problemet kvarstår, kontakta kundtjänst för att få hjälp med ditt köp.",
7422
8708
  [LANG.ja_JP]: "もう一度お試しください。問題が続く場合は、顧客サポートに連絡してご購入のサポートを受けてください。",
7423
- [LANG.vi_VN]: "Vui lòng thử lại và nếu lỗi vẫn xảy ra, hãy liên hệ với bộ phận hỗ trợ khách hàng để trợ giúp bạn mua hàng."
8709
+ [LANG.vi_VN]: "Vui lòng thử lại và nếu lỗi vẫn xảy ra, hãy liên hệ với bộ phận hỗ trợ khách hàng để trợ giúp bạn mua hàng.",
8710
+ [LANG.eu_ES]: "Saiatu berriro eta arazoa jarraitzen badu, jarri harremanetan bezeroarentzako laguntza zure erosketan laguntzeko.",
8711
+ [LANG.ca_ES]: "Torneu -ho a provar i si el problema persisteix, poseu -vos en contacte amb l’assistència al client per ajudar -vos en la compra.",
8712
+ [LANG.ga_IE]: "Bain triail eile as agus má mhaireann an fhadhb, déan teagmháil le tacaíocht do chustaiméirí chun cabhrú leat i do cheannach.",
8713
+ [LANG.gl_ES]: "Téntao de novo e se o problema persiste, póñase en contacto co servizo de atención ao cliente para axudarche na túa compra.",
8714
+ [LANG.et_EE]: "Proovige uuesti ja kui probleem püsib, pöörduge ostude abistamiseks klienditugi poole.",
8715
+ [LANG.fr_CA]: "Veuillez réessayer et si le problème persiste, contactez le support client pour vous aider dans votre achat.",
8716
+ [LANG.lt_LT]: "Bandykite dar kartą ir, jei problema išlieka, susisiekite su klientų palaikymu, kad padėtumėte jums įsigyti.",
8717
+ [LANG.mt_MT]: "Jekk jogħġbok erġa 'pprova u jekk il-problema tippersisti, ikkuntattja l-appoġġ tal-klijent biex jgħinuk fix-xiri tiegħek.",
8718
+ [LANG.tr_TR]: "Lütfen tekrar deneyin ve sorun devam ederse, satın alma işleminizde size yardımcı olmak için Müşteri Desteği ile iletişime geçin.",
8719
+ [LANG.cy_GB]: "Rhowch gynnig arall arni ac os bydd y broblem yn parhau, cysylltwch â chymorth i gwsmeriaid i'ch cynorthwyo yn eich pryniant."
7424
8720
  }
7425
8721
  },
7426
8722
  ctpExplanationModal: {
@@ -7428,10 +8724,16 @@ const dictionary = {
7428
8724
  [LANG.en_US]: "How it works",
7429
8725
  [LANG.en_GB]: "How it works",
7430
8726
  [LANG.en_AU]: "How it works",
8727
+ [LANG.en_LU]: "How it works",
8728
+ [LANG.en_NZ]: "How it works",
8729
+ [LANG.en_ZA]: "How it works",
8730
+ [LANG.en_CA]: "How it works",
7431
8731
  [LANG.de_DE]: "So funktioniert's",
7432
8732
  [LANG.cs_CZ]: "Jak to funguje",
7433
8733
  [LANG.sk_SK]: "Ako to funguje",
7434
8734
  [LANG.fr_FR]: "Principe de fonctionnement",
8735
+ [LANG.fr_BE]: "Principe de fonctionnement",
8736
+ [LANG.fr_LU]: "Principe de fonctionnement",
7435
8737
  [LANG.nl_NL]: "Hoe het werkt",
7436
8738
  [LANG.nl_BE]: "Hoe het werkt",
7437
8739
  [LANG.it_IT]: "Come funziona",
@@ -7456,16 +8758,32 @@ const dictionary = {
7456
8758
  [LANG.lv_LV]: "Darbības princips",
7457
8759
  [LANG.uk_UA]: "Як це працює",
7458
8760
  [LANG.ja_JP]: "方法",
7459
- [LANG.vi_VN]: "Cách thức hoạt động"
8761
+ [LANG.vi_VN]: "Cách thức hoạt động",
8762
+ [LANG.eu_ES]: "Nola funtzionatzen duen",
8763
+ [LANG.ca_ES]: "Com funciona",
8764
+ [LANG.ga_IE]: "Conas a oibríonn sé",
8765
+ [LANG.gl_ES]: "Como funciona",
8766
+ [LANG.et_EE]: "Kuidas see töötab",
8767
+ [LANG.fr_CA]: "Comment ça marche",
8768
+ [LANG.lt_LT]: "Kaip tai veikia",
8769
+ [LANG.mt_MT]: "Kif jaħdem",
8770
+ [LANG.tr_TR]: "Nasıl Çalışır",
8771
+ [LANG.cy_GB]: "Sut mae'n gweithio"
7460
8772
  },
7461
8773
  bullet1: {
7462
8774
  [LANG.en_US]: "Look for the symbol when shopping online",
7463
8775
  [LANG.en_GB]: "Look for the symbol when shopping online",
7464
8776
  [LANG.en_AU]: "Look for the symbol when shopping online",
8777
+ [LANG.en_LU]: "Look for the symbol when shopping online",
8778
+ [LANG.en_NZ]: "Look for the symbol when shopping online",
8779
+ [LANG.en_ZA]: "Look for the symbol when shopping online",
8780
+ [LANG.en_CA]: "Look for the symbol when shopping online",
7465
8781
  [LANG.de_DE]: "Achten Sie beim Online-Einkauf auf das Symbol",
7466
8782
  [LANG.cs_CZ]: "Při online nákupech hledejte tento symbol",
7467
8783
  [LANG.sk_SK]: "Pri nákupe online hľadajte symbol",
7468
8784
  [LANG.fr_FR]: "Recherchez le symbole lors de vos achats en ligne",
8785
+ [LANG.fr_BE]: "Recherchez le symbole lors de vos achats en ligne",
8786
+ [LANG.fr_LU]: "Recherchez le symbole lors de vos achats en ligne",
7469
8787
  [LANG.nl_NL]: "Let op het symbool wanneer je online winkelt",
7470
8788
  [LANG.nl_BE]: "Let op het symbool wanneer je online winkelt",
7471
8789
  [LANG.it_IT]: "Cerca il simbolo quando fai acquisti on-line",
@@ -7490,16 +8808,32 @@ const dictionary = {
7490
8808
  [LANG.lv_LV]: "Iepērkoties tiešsaistē, meklējiet simbolu",
7491
8809
  [LANG.uk_UA]: "Шукайте символ під час покупки в Інтернеті",
7492
8810
  [LANG.ja_JP]: "オンラインショッピングでシンボルマークを確認",
7493
- [LANG.vi_VN]: "Tìm kiếm biểu tượng này khi mua sắm trực tuyến"
8811
+ [LANG.vi_VN]: "Tìm kiếm biểu tượng này khi mua sắm trực tuyến",
8812
+ [LANG.eu_ES]: "Bilatu ikurra linean erosketak egitean",
8813
+ [LANG.ca_ES]: "Busqueu el símbol quan compreu en línia",
8814
+ [LANG.ga_IE]: "Cuardaigh an tsiombail agus tú ag siopadóireacht ar líne",
8815
+ [LANG.gl_ES]: "Busque o símbolo cando compras en liña",
8816
+ [LANG.et_EE]: "Otsige sümbolit veebis ostmisel",
8817
+ [LANG.fr_CA]: "Recherchez le symbole lorsque vous magasinez en ligne",
8818
+ [LANG.lt_LT]: "Apsipirkdami internetu ieškokite simbolio",
8819
+ [LANG.mt_MT]: "Fittex is-simbolu meta tixtri online",
8820
+ [LANG.tr_TR]: "Çevrimiçi alışveriş yaparken sembolü arayın",
8821
+ [LANG.cy_GB]: "Edrychwch am y symbol wrth siopa ar -lein"
7494
8822
  },
7495
8823
  bullet2: {
7496
8824
  [LANG.en_US]: "Enter your linked email or mobile",
7497
8825
  [LANG.en_GB]: "Enter your linked email or mobile",
7498
8826
  [LANG.en_AU]: "Enter your linked email or mobile",
8827
+ [LANG.en_LU]: "Enter your linked email or mobile",
8828
+ [LANG.en_NZ]: "Enter your linked email or mobile",
8829
+ [LANG.en_ZA]: "Enter your linked email or mobile",
8830
+ [LANG.en_CA]: "Enter your linked email or mobile",
7499
8831
  [LANG.de_DE]: "Geben Sie Ihre verknüpfte E-Mail-Adresse oder Handynummer ein",
7500
8832
  [LANG.cs_CZ]: "Zadejte svůj propojený e-mail nebo telefon",
7501
8833
  [LANG.sk_SK]: "Zadajte svoj prepojený e-mail alebo číslo mobilného telefónu",
7502
8834
  [LANG.fr_FR]: "Saisissez votre e-mail ou numéro de portable associé",
8835
+ [LANG.fr_BE]: "Saisissez votre e-mail ou numéro de portable associé",
8836
+ [LANG.fr_LU]: "Saisissez votre e-mail ou numéro de portable associé",
7503
8837
  [LANG.nl_NL]: "Let op het symbool wanneer je online winkelt",
7504
8838
  [LANG.nl_BE]: "Let op het symbool wanneer je online winkelt",
7505
8839
  [LANG.it_IT]: "Inserisci la tua e-mail o il tuo cellulare collegati",
@@ -7524,16 +8858,32 @@ const dictionary = {
7524
8858
  [LANG.lv_LV]: "Ievadiet savu saistīto e-pasta adresi vai mobilo tālruni",
7525
8859
  [LANG.uk_UA]: "Введіть прив’язану до облікового запису електронну адресу або номер телефону",
7526
8860
  [LANG.ja_JP]: "紐づけされたEメールまたは携帯電話を入力",
7527
- [LANG.vi_VN]: "Nhập email hoặc số điện thoại di động liên kết của bạn "
8861
+ [LANG.vi_VN]: "Nhập email hoặc số điện thoại di động liên kết của bạn ",
8862
+ [LANG.eu_ES]: "Sartu esteka posta elektronikoa edo mugikorra",
8863
+ [LANG.ca_ES]: "Introduïu el vostre correu electrònic o mòbil enllaçat",
8864
+ [LANG.ga_IE]: "Iontráil do r -phost nasctha nó soghluaiste nasctha",
8865
+ [LANG.gl_ES]: "Introduza o seu correo electrónico ou móbil ligado",
8866
+ [LANG.et_EE]: "Sisestage oma lingitud e -post või mobiil",
8867
+ [LANG.fr_CA]: "Entrez votre e-mail ou mobile lié",
8868
+ [LANG.lt_LT]: "Įveskite susietą el. Paštą ar mobilųjį telefoną",
8869
+ [LANG.mt_MT]: "Daħħal l-email marbut tiegħek jew il-mowbajl",
8870
+ [LANG.tr_TR]: "Bağlantılı e -postanızı veya cep telefonunuzu girin",
8871
+ [LANG.cy_GB]: "Rhowch eich e -bost cysylltiedig neu ffôn symudol"
7528
8872
  },
7529
8873
  bullet3: {
7530
8874
  [LANG.en_US]: "Enter the one-time passcode to verify it’s you",
7531
8875
  [LANG.en_GB]: "Enter the one-time passcode to verify it’s you",
7532
8876
  [LANG.en_AU]: "Enter the one-time passcode to verify it’s you",
8877
+ [LANG.en_LU]: "Enter the one-time passcode to verify it’s you",
8878
+ [LANG.en_NZ]: "Enter the one-time passcode to verify it’s you",
8879
+ [LANG.en_ZA]: "Enter the one-time passcode to verify it’s you",
8880
+ [LANG.en_CA]: "Enter the one-time passcode to verify it’s you",
7533
8881
  [LANG.de_DE]: "Geben Sie das Einmalkennwort ein, um Ihre Identität zu bestätigen",
7534
8882
  [LANG.cs_CZ]: "Zadejte jednorázový kód pro ověření, že jste to vy",
7535
8883
  [LANG.sk_SK]: "Zadajte jednorazový prístupový kód a overte svoju identitu",
7536
8884
  [LANG.fr_FR]: "Saisissez le code d'accès à usage unique pour vérifier qu'il s'agit bien de vous",
8885
+ [LANG.fr_BE]: "Saisissez le code d'accès à usage unique pour vérifier qu'il s'agit bien de vous",
8886
+ [LANG.fr_LU]: "Saisissez le code d'accès à usage unique pour vérifier qu'il s'agit bien de vous",
7537
8887
  [LANG.nl_NL]: "Voer de eenmalige toegangscode in om te verifiëren dat jij het bent",
7538
8888
  [LANG.nl_BE]: "Voer de eenmalige toegangscode in om te verifiëren dat jij het bent",
7539
8889
  [LANG.it_IT]: "Inserisci il codice di accesso monouso per verificare la tua identità",
@@ -7558,16 +8908,32 @@ const dictionary = {
7558
8908
  [LANG.lv_LV]: "Ievadiet vienreizējo ieejas kodu, lai verificētu savu identitāti",
7559
8909
  [LANG.uk_UA]: "Введіть одноразовий пароль, щоб підтвердити свою особу",
7560
8910
  [LANG.ja_JP]: "ワンタイムパスコードを入力して、本人確認を実行",
7561
- [LANG.vi_VN]: "Nhập mật khẩu một lần để xác minh rằng bạn đang giao dịch"
8911
+ [LANG.vi_VN]: "Nhập mật khẩu một lần để xác minh rằng bạn đang giao dịch",
8912
+ [LANG.eu_ES]: "Sartu aldi bakarreko pasahitza zu egiaztatzeko",
8913
+ [LANG.ca_ES]: "Introduïu la contrasenya única per verificar-la",
8914
+ [LANG.ga_IE]: "Cuir isteach an paschód aon uaire chun é a fhíorú go bhfuil tú",
8915
+ [LANG.gl_ES]: "Introduza o código de paso único para verificalo que es ti",
8916
+ [LANG.et_EE]: "Sisestage ühekordne pääsukood, et kontrollida, kas olete teie",
8917
+ [LANG.fr_CA]: "Entrez le code d'accès unique pour vérifier que c'est vous",
8918
+ [LANG.lt_LT]: "Įveskite vienkartinį kodą, kad patikrintumėte, ar tai esate jūs",
8919
+ [LANG.mt_MT]: "Daħħal il-passcode ta 'darba biex tivverifika li int",
8920
+ [LANG.tr_TR]: "Siz olduğunu doğrulamak için tek seferlik şifreyi girin",
8921
+ [LANG.cy_GB]: "Rhowch y cod pas un-amser i wirio ei fod yn chi"
7562
8922
  },
7563
8923
  bullet4: {
7564
8924
  [LANG.en_US]: "Select the card you want to use",
7565
8925
  [LANG.en_GB]: "Select the card you want to use",
7566
8926
  [LANG.en_AU]: "Select the card you want to use",
8927
+ [LANG.en_LU]: "Select the card you want to use",
8928
+ [LANG.en_NZ]: "Select the card you want to use",
8929
+ [LANG.en_ZA]: "Select the card you want to use",
8930
+ [LANG.en_CA]: "Select the card you want to use",
7567
8931
  [LANG.de_DE]: "Wählen Sie die Karte aus, die Sie verwenden möchten",
7568
8932
  [LANG.cs_CZ]: "Vyberte kartu, kterou chcete použít",
7569
8933
  [LANG.sk_SK]: "Vyberte kartu, ktorú chcete použiť",
7570
8934
  [LANG.fr_FR]: "Sélectionnez la carte que vous souhaitez utiliser",
8935
+ [LANG.fr_BE]: "Sélectionnez la carte que vous souhaitez utiliser",
8936
+ [LANG.fr_LU]: "Sélectionnez la carte que vous souhaitez utiliser",
7571
8937
  [LANG.nl_NL]: "Selecteer de kaart die je wilt gebruiken",
7572
8938
  [LANG.nl_BE]: "Selecteer de kaart die je wilt gebruiken",
7573
8939
  [LANG.it_IT]: "Seleziona la carta che desideri utilizzare",
@@ -7592,16 +8958,32 @@ const dictionary = {
7592
8958
  [LANG.lv_LV]: "Atlasiet karti, kuru vēlaties izmantot",
7593
8959
  [LANG.uk_UA]: "Виберіть картку, якою хочете скористатися",
7594
8960
  [LANG.ja_JP]: "喜望するカードを選択",
7595
- [LANG.vi_VN]: "Chọn thẻ bạn muốn sử dụng"
8961
+ [LANG.vi_VN]: "Chọn thẻ bạn muốn sử dụng",
8962
+ [LANG.eu_ES]: "Hautatu erabili nahi duzun txartela",
8963
+ [LANG.ca_ES]: "Seleccioneu la targeta que vulgueu utilitzar",
8964
+ [LANG.ga_IE]: "Roghnaigh an cárta is mian leat a úsáid",
8965
+ [LANG.gl_ES]: "Selecciona a tarxeta que desexa usar",
8966
+ [LANG.et_EE]: "Valige kaart, mida soovite kasutada",
8967
+ [LANG.fr_CA]: "Sélectionnez la carte que vous souhaitez utiliser",
8968
+ [LANG.lt_LT]: "Pasirinkite kortelę, kurią norite naudoti",
8969
+ [LANG.mt_MT]: "Agħżel il-karta li trid tuża",
8970
+ [LANG.tr_TR]: "Kullanmak istediğiniz kartı seçin",
8971
+ [LANG.cy_GB]: "Dewiswch y cerdyn rydych chi am ei ddefnyddio"
7596
8972
  },
7597
8973
  bullet5: {
7598
8974
  [LANG.en_US]: "That’s it",
7599
8975
  [LANG.en_GB]: "That’s it",
7600
8976
  [LANG.en_AU]: "That’s it",
8977
+ [LANG.en_LU]: "That’s it",
8978
+ [LANG.en_NZ]: "That’s it",
8979
+ [LANG.en_ZA]: "That’s it",
8980
+ [LANG.en_CA]: "That’s it",
7601
8981
  [LANG.de_DE]: "Das war's",
7602
8982
  [LANG.cs_CZ]: "A je to",
7603
8983
  [LANG.sk_SK]: "To je všetko",
7604
8984
  [LANG.fr_FR]: "Et voilà !",
8985
+ [LANG.fr_BE]: "Et voilà !",
8986
+ [LANG.fr_LU]: "Et voilà !",
7605
8987
  [LANG.nl_NL]: "Dat is het",
7606
8988
  [LANG.nl_BE]: "Dat is het",
7607
8989
  [LANG.it_IT]: "Ecco fatto",
@@ -7626,16 +9008,32 @@ const dictionary = {
7626
9008
  [LANG.lv_LV]: "Tas arī viss",
7627
9009
  [LANG.uk_UA]: "Готово",
7628
9010
  [LANG.ja_JP]: "これだけです。",
7629
- [LANG.vi_VN]: "Xong rồi."
9011
+ [LANG.vi_VN]: "Xong rồi.",
9012
+ [LANG.eu_ES]: "Hori da",
9013
+ [LANG.ca_ES]: "Això és així",
9014
+ [LANG.ga_IE]: "Sin é",
9015
+ [LANG.gl_ES]: "É iso",
9016
+ [LANG.et_EE]: "See on see",
9017
+ [LANG.fr_CA]: "C'est ça",
9018
+ [LANG.lt_LT]: "Tai viskas",
9019
+ [LANG.mt_MT]: "Dak hu",
9020
+ [LANG.tr_TR]: "İşte bu",
9021
+ [LANG.cy_GB]: "Dyna ni"
7630
9022
  },
7631
9023
  smallText: {
7632
9024
  [LANG.en_US]: "Backed by the most trusted brands in the World",
7633
9025
  [LANG.en_GB]: "Backed by the most trusted brands in the World",
7634
9026
  [LANG.en_AU]: "Backed by the most trusted brands in the World",
9027
+ [LANG.en_LU]: "Backed by the most trusted brands in the World",
9028
+ [LANG.en_NZ]: "Backed by the most trusted brands in the World",
9029
+ [LANG.en_ZA]: "Backed by the most trusted brands in the World",
9030
+ [LANG.en_CA]: "Backed by the most trusted brands in the World",
7635
9031
  [LANG.de_DE]: "Unterstützt von den vertrauenswürdigsten Zahlungsanbietern der Welt",
7636
9032
  [LANG.cs_CZ]: "Podporováno nejdůvěryhodnějšími značkami na světě",
7637
9033
  [LANG.sk_SK]: "Podporované najdôveryhodnejšími značkami na svete",
7638
9034
  [LANG.fr_FR]: "Soutenu par les marques les plus fiables au monde",
9035
+ [LANG.fr_BE]: "Soutenu par les marques les plus fiables au monde",
9036
+ [LANG.fr_LU]: "Soutenu par les marques les plus fiables au monde",
7639
9037
  [LANG.nl_NL]: "Ondersteund door de meest vertrouwde merken ter wereld",
7640
9038
  [LANG.nl_BE]: "Ondersteund door de meest vertrouwde merken ter wereld",
7641
9039
  [LANG.it_IT]: "Sostenuto dai marchi più affidabili al mondo",
@@ -7660,7 +9058,17 @@ const dictionary = {
7660
9058
  [LANG.lv_LV]: "Pakalpojumu atbalsta pasaulē uzticamākie zīmoli",
7661
9059
  [LANG.uk_UA]: "За підтримки найнадійніших брендів у світі",
7662
9060
  [LANG.ja_JP]: "世界で最も信頼を得ているブランドに支えられています",
7663
- [LANG.vi_VN]: "Với sự hỗ trợ của các thương hiệu đáng tin cậy nhất trên thế giới"
9061
+ [LANG.vi_VN]: "Với sự hỗ trợ của các thương hiệu đáng tin cậy nhất trên thế giới",
9062
+ [LANG.eu_ES]: "Munduko marka fidagarrienak babestuta",
9063
+ [LANG.ca_ES]: "Avalat per les marques amb més confiança del món",
9064
+ [LANG.ga_IE]: "Le tacaíocht ó na brandaí is iontaofa ar domhan",
9065
+ [LANG.gl_ES]: "Apoiado polas marcas máis confiadas do mundo",
9066
+ [LANG.et_EE]: "Toetavad maailma kõige usaldusväärsemad kaubamärgid",
9067
+ [LANG.fr_CA]: "Soutenu par les marques les plus fiables du monde",
9068
+ [LANG.lt_LT]: "Remia patikimiausi prekės ženklai pasaulyje",
9069
+ [LANG.mt_MT]: "Appoġġjati mill-marki l-iktar fdati fid-dinja",
9070
+ [LANG.tr_TR]: "Dünyanın en güvenilir markaları tarafından desteklenmektedir",
9071
+ [LANG.cy_GB]: "Gyda chefnogaeth y brandiau mwyaf dibynadwy yn y byd"
7664
9072
  }
7665
9073
  },
7666
9074
  consumerNotFoundScreen: {
@@ -7668,6 +9076,10 @@ const dictionary = {
7668
9076
  [LANG.en_US]: "Click to Pay has told us you don't have any saved cards for [email]",
7669
9077
  [LANG.en_GB]: "Click to Pay told us you don’t have any saved cards for [email]",
7670
9078
  [LANG.en_AU]: "Click to Pay has told us you don't have any saved cards for [email]",
9079
+ [LANG.en_LU]: "Click to Pay has told us you don't have any saved cards for [email]",
9080
+ [LANG.en_NZ]: "Click to Pay has told us you don't have any saved cards for [email]",
9081
+ [LANG.en_ZA]: "Click to Pay has told us you don't have any saved cards for [email]",
9082
+ [LANG.en_CA]: "Click to Pay has told us you don't have any saved cards for [email]",
7671
9083
  [LANG.de_DE]: "Click to Pay teilt uns mit, dass für [email] keine gespeicherten Karten vorhanden sind",
7672
9084
  [LANG.cs_CZ]: "Click to Pay nám sdělil, že nemáte žádné uložené karty pro [email]",
7673
9085
  [LANG.sk_SK]: "Služba Click to Pay nám oznámila, že nemáte žiadne uložené karty k e-mailovej adrese [email]",
@@ -7685,6 +9097,8 @@ const dictionary = {
7685
9097
  [LANG.es_ES]: "Click to Pay nos indica que no tienes tarjetas guardadas para [email]",
7686
9098
  [LANG.fi_FI]: "Click to Pay on ilmoittanut, että sinulla ei ole tallennettuja kortteja sähköpostiosoitteelle [email]",
7687
9099
  [LANG.fr_FR]: "Click to Pay nous informe que vous n’avez pas de cartes enregistrées pour [email]",
9100
+ [LANG.fr_BE]: "Click to Pay nous informe que vous n’avez pas de cartes enregistrées pour [email]",
9101
+ [LANG.fr_LU]: "Click to Pay nous informe que vous n’avez pas de cartes enregistrées pour [email]",
7688
9102
  [LANG.hr_HR]: "Click To Pay nam je javio da nemate spremljenih kartica za [email]",
7689
9103
  [LANG.it_IT]: "Click to Pay ci ha informato che non hai carte salvate per [email]",
7690
9104
  [LANG.lv_LV]: "Click to Pay mūs informēja, ka lietotājam ar e-pastu [email] nav saglabātu karšu",
@@ -7696,7 +9110,17 @@ const dictionary = {
7696
9110
  [LANG.sv_SE]: "Click to Pay berättade att du inte har några sparade kort för [email]",
7697
9111
  [LANG.sv_FI]: "Click to Pay berättade att du inte har några sparade kort för [email]",
7698
9112
  [LANG.ja_JP]: "Click To Payより、カードが[email]に登録されていないとの通知がありました",
7699
- [LANG.vi_VN]: "Click to Pay cho chúng tôi biết bạn không có thẻ nào được lưu cho [email]"
9113
+ [LANG.vi_VN]: "Click to Pay cho chúng tôi biết bạn không có thẻ nào được lưu cho [email]",
9114
+ [LANG.eu_ES]: "Click to Pay-k esan digu ez dituzula gordeak izan diren txartelik [email]-rako.",
9115
+ [LANG.ca_ES]: "Click to Pay ens ha dit que no tens cap targeta desada per a [email]",
9116
+ [LANG.ga_IE]: "Dúirt Click to Pay linn nach bhfuil aon chártaí sábháilte agat le haghaidh [email]",
9117
+ [LANG.gl_ES]: "Click to Pay dixo que non tes ningunha tarxeta gardada para [email]",
9118
+ [LANG.et_EE]: "Click to Pay on meedias, et teil ei ole [email] jaoks salvestatud kaarte.",
9119
+ [LANG.fr_CA]: "Click to Pay nous a dit que vous n'avez aucune carte enregistrée pour [email]",
9120
+ [LANG.lt_LT]: "Click to Pay mums pranešė, kad neturite išsaugotų kortelių [email]",
9121
+ [LANG.mt_MT]: "Click to Pay qalulna li m' intiex għandek ebda karti magħżula għal [email]",
9122
+ [LANG.tr_TR]: "Click to Pay bize [email] için hiç kaydedilmiş kartınız olmadığını bildirdi.",
9123
+ [LANG.cy_GB]: "Mae Click to Pay wedi dweud wrthym nad oes gennych unrhyw gardiau wedi'u cadw ar gyfer [email]."
7700
9124
  }
7701
9125
  }
7702
9126
  };
@@ -7957,35 +9381,22 @@ function RadioButton($$anchor, $$props) {
7957
9381
  const CardImgMC = "data:image/svg+xml,%3csvg%20width='63'%20height='40'%20viewBox='0%200%2063%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='63'%20height='40'%20rx='3'%20fill='%239167F6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48%2034H52V27H48V34Z'%20fill='%23FF5F00'/%3e%3cmask%20id='mask0'%20mask-type='alpha'%20maskUnits='userSpaceOnUse'%20x='43'%20y='26'%20width='8'%20height='9'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M43%2026.1143H50.128V34.357H43V26.1143Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48.4453%2030.2352C48.4442%2028.9708%2049.0648%2027.776%2050.128%2026.9954C48.215%2025.589%2045.4454%2025.8995%2043.9419%2027.6891C42.4384%2029.4788%2042.7705%2032.0697%2044.6836%2033.4762C46.2812%2034.6506%2048.5304%2034.6506%2050.128%2033.4762C49.0645%2032.6952%2048.4439%2031.5%2048.4453%2030.2352Z'%20fill='%23EB001B'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M57.751%2033.6292V32.6292H57.6313L57.4913%2033.3439L57.3513%2032.6292H57.231V33.6292H57.3176V32.8715L57.448%2033.5226H57.5376L57.6676%2032.8715V33.6292H57.751ZM56.981%2033.6292V32.8H57.1476V32.6292H56.751V32.8H56.908V33.6292H56.981Z'%20fill='%23F79E1B'/%3e%3cmask%20id='mask1'%20mask-type='alpha'%20maskUnits='userSpaceOnUse'%20x='50'%20y='26'%20width='8'%20height='9'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M50.1279%2026.1125H57.2565V34.3564H50.1279V26.1125Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M57.2565%2030.2352C57.2564%2032.5113%2055.2839%2034.3564%2052.8508%2034.3564C51.8632%2034.3564%2050.9044%2034.0459%2050.1279%2033.475C52.0411%2032.0686%2052.3732%2029.4775%2050.8697%2027.6879C50.6528%2027.4299%2050.4039%2027.1969%2050.1279%2026.9942C52.0408%2025.5873%2054.8105%2025.8975%2056.3144%2027.6869C56.9247%2028.4131%2057.2564%2029.3101%2057.2565%2030.234V30.2352Z'%20fill='%23F79E1B'/%3e%3c/g%3e%3c/svg%3e";
7958
9382
  const CardImgVisa = "data:image/svg+xml,%3csvg%20width='63'%20height='40'%20viewBox='0%200%2063%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='63'%20height='40'%20rx='3'%20fill='%231A1F71'/%3e%3cpath%20d='M20.213%2011.3103L15.5973%2022.9852L13.7355%2013.0557C13.5028%2011.9309%2012.6495%2011.3103%2011.6798%2011.3103H4.11636L4%2011.8145C5.55148%2012.1636%207.2969%2012.7066%208.38293%2013.2884C9.04231%2013.6375%209.23625%2013.9478%209.43018%2014.8011L12.9598%2028.493H17.6918L24.9062%2011.3103H20.213Z'%20fill='white'/%3e%3cpath%20d='M26.8068%2011.3103L23.122%2028.493H27.5825L31.2285%2011.3103H26.8068Z'%20fill='white'/%3e%3cpath%20d='M37.0853%2016.0811C37.0853%2015.4605%2037.7059%2014.8011%2038.9859%2014.646C39.6065%2014.5684%2041.3907%2014.4908%2043.3688%2015.4217L44.1446%2011.7757C43.0585%2011.3879%2041.701%2011%2039.9944%2011C35.6114%2011%2032.5085%2013.3272%2032.4697%2016.7017C32.4309%2019.1841%2034.6805%2020.5416%2036.3484%2021.3561C38.0938%2022.2094%2038.6756%2022.7137%2038.6368%2023.4894C38.6368%2024.653%2037.2405%2025.1573%2035.9993%2025.1573C33.7496%2025.1961%2032.4697%2024.5367%2031.4224%2024.0712L30.6079%2027.8336C31.6551%2028.299%2033.5557%2028.7257%2035.5338%2028.7257C40.1883%2028.7257%2043.2525%2026.4372%2043.2525%2022.83C43.33%2018.3695%2037.0465%2018.098%2037.0853%2016.0811Z'%20fill='white'/%3e%3cpath%20d='M49.9238%2022.4033L52.2898%2015.9647L53.6086%2022.4033H49.9238ZM51.6304%2011.3102C50.7771%2011.3102%2050.0402%2011.8144%2049.7299%2012.5514L43.0585%2028.4541H47.713L48.6439%2025.8941H54.3455L54.8886%2028.4541H59L55.4316%2011.2714H51.6304V11.3102Z'%20fill='white'/%3e%3c/svg%3e";
7959
9383
  const getCorrectMonth = () => (/* @__PURE__ */ new Date()).getMonth() + 1;
7960
- var VisaDigitalCardDataStatusEnum = /* @__PURE__ */ ((VisaDigitalCardDataStatusEnum2) => {
7961
- VisaDigitalCardDataStatusEnum2["ACTIVE"] = "ACTIVE";
7962
- VisaDigitalCardDataStatusEnum2["SUSPENDED"] = "SUSPENDED";
7963
- VisaDigitalCardDataStatusEnum2["EXPIRED"] = "EXPIRED";
7964
- VisaDigitalCardDataStatusEnum2["PENDING"] = "PENDING";
7965
- VisaDigitalCardDataStatusEnum2["CANCELLED"] = "CANCELLED";
7966
- return VisaDigitalCardDataStatusEnum2;
7967
- })(VisaDigitalCardDataStatusEnum || {});
7968
- var VisaIdentityTypeEnum = /* @__PURE__ */ ((VisaIdentityTypeEnum2) => {
7969
- VisaIdentityTypeEnum2["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
7970
- VisaIdentityTypeEnum2["MOBILE_PHONE_NUMBER"] = "MOBILE_PHONE_NUMBER";
7971
- return VisaIdentityTypeEnum2;
7972
- })(VisaIdentityTypeEnum || {});
9384
+ var VisaConsumerIdentityTypeEnum = /* @__PURE__ */ ((VisaConsumerIdentityTypeEnum2) => {
9385
+ VisaConsumerIdentityTypeEnum2["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
9386
+ VisaConsumerIdentityTypeEnum2["MOBILE_PHONE_NUMBER"] = "MOBILE_PHONE_NUMBER";
9387
+ return VisaConsumerIdentityTypeEnum2;
9388
+ })(VisaConsumerIdentityTypeEnum || {});
7973
9389
  var VisaComplianceTypeEnum = /* @__PURE__ */ ((VisaComplianceTypeEnum2) => {
7974
9390
  VisaComplianceTypeEnum2["TERMS_AND_CONDITIONS"] = "TERMS_AND_CONDITIONS";
7975
9391
  VisaComplianceTypeEnum2["PRIVACY_POLICY"] = "PRIVACY_POLICY";
7976
9392
  VisaComplianceTypeEnum2["REMEMBER_ME"] = "REMEMBER_ME";
7977
9393
  return VisaComplianceTypeEnum2;
7978
9394
  })(VisaComplianceTypeEnum || {});
7979
- var VisaAuthenticationReasonEnum = /* @__PURE__ */ ((VisaAuthenticationReasonEnum2) => {
7980
- VisaAuthenticationReasonEnum2["TRANSACTION_AUTHENTICATION"] = "TRANSACTION_AUTHENTICATION";
7981
- VisaAuthenticationReasonEnum2["NOT_PREFERRED"] = "NOT_PREFERRED";
7982
- return VisaAuthenticationReasonEnum2;
7983
- })(VisaAuthenticationReasonEnum || {});
7984
9395
  var VisaAuthenticationMethodTypeEnum = /* @__PURE__ */ ((VisaAuthenticationMethodTypeEnum2) => {
7985
9396
  VisaAuthenticationMethodTypeEnum2["SMS_OTP"] = "SMS_OTP";
7986
9397
  VisaAuthenticationMethodTypeEnum2["EMAIL_OTP"] = "EMAIL_OTP";
9398
+ VisaAuthenticationMethodTypeEnum2["THREE_DS"] = "3DS";
7987
9399
  VisaAuthenticationMethodTypeEnum2["APP_AUTHENTICATON"] = "APP_AUTHENTICATON";
7988
- VisaAuthenticationMethodTypeEnum2["MANAGED_AUTHENTICATION"] = "MANAGED_AUTHENTICATION";
7989
9400
  return VisaAuthenticationMethodTypeEnum2;
7990
9401
  })(VisaAuthenticationMethodTypeEnum || {});
7991
9402
  var VisaAuthenticationSubjectEnum = /* @__PURE__ */ ((VisaAuthenticationSubjectEnum2) => {
@@ -8230,7 +9641,7 @@ const isCreditCardExpiredOrUnavailable = (panExpirationYear, panExpirationMonth,
8230
9641
  return isCreditCardExpired(panExpirationYear, panExpirationMonth, status) || isCreditCardUnavailable(cardBrand, status);
8231
9642
  };
8232
9643
  const isCreditCardExpired = (panExpirationYear, panExpirationMonth, status) => {
8233
- if (status == MastercardDigitalCardDataStatusEnum.EXPIRED || status == VisaDigitalCardDataStatusEnum.EXPIRED) {
9644
+ if (status === MastercardDigitalCardDataStatusEnum.EXPIRED) {
8234
9645
  return true;
8235
9646
  }
8236
9647
  if (!panExpirationYear || !panExpirationMonth) {
@@ -8248,13 +9659,8 @@ const isCreditCardExpired = (panExpirationYear, panExpirationMonth, status) => {
8248
9659
  return year < todayYear || year === todayYear && month < todayMonth;
8249
9660
  };
8250
9661
  const isCreditCardUnavailable = (cardBrand, status) => {
8251
- if (cardBrand == CreditCardBrand.MASTERCARD) {
8252
- if (status == MastercardDigitalCardDataStatusEnum.SUSPENDED) {
8253
- return true;
8254
- }
8255
- }
8256
- if (cardBrand == CreditCardBrand.VISA) {
8257
- if (status == VisaDigitalCardDataStatusEnum.SUSPENDED || status == VisaDigitalCardDataStatusEnum.PENDING || status == VisaDigitalCardDataStatusEnum.CANCELLED) {
9662
+ if (cardBrand === CreditCardBrand.MASTERCARD) {
9663
+ if (status === MastercardDigitalCardDataStatusEnum.SUSPENDED) {
8258
9664
  return true;
8259
9665
  }
8260
9666
  }
@@ -8543,9 +9949,6 @@ const getTranslationFromErrorReason = (errorReason) => {
8543
9949
  message: "label.notAuthenticated"
8544
9950
  };
8545
9951
  }
8546
- if (errorReason === EmvcoStandardErrorReasonEnum.INVALID_PARAMETER) {
8547
- return void 0;
8548
- }
8549
9952
  console.error(errorReason);
8550
9953
  return void 0;
8551
9954
  };
@@ -9143,11 +10546,9 @@ __publicField(VisaMapper, "toConsumer", (profileDetails) => {
9143
10546
  };
9144
10547
  }
9145
10548
  if (profileDetails.email) {
9146
- visaConsumer.emailAddress = profileDetails.email;
9147
10549
  visaConsumer.consumerIdentity = {
9148
- identityProvider: "SRC",
9149
- identityValue: profileDetails.email,
9150
- identityType: "EMAIL_ADDRESS"
10550
+ identityType: VisaConsumerIdentityTypeEnum.EMAIL_ADDRESS,
10551
+ identityValue: profileDetails.email
9151
10552
  };
9152
10553
  }
9153
10554
  if (profileDetails.country) {
@@ -9342,16 +10743,6 @@ __publicField(SDKLoader, "loadAmexSDK", (activeEnvironmentState) => {
9342
10743
  amexScript.onerror = () => reject("Failed loading Amex SDK");
9343
10744
  });
9344
10745
  });
9345
- const createSchemeConfigStore = () => {
9346
- const { subscribe, set: set2, update: update2 } = writable({ config: void 0 });
9347
- return {
9348
- subscribe,
9349
- set: set2,
9350
- update: update2,
9351
- storeSchemeConfiguration: (config) => update2(() => ({ config }))
9352
- };
9353
- };
9354
- const schemeConfigStore = createSchemeConfigStore();
9355
10746
  const crypto$1 = crypto;
9356
10747
  const isCryptoKey = (key) => key instanceof CryptoKey;
9357
10748
  const digest = async (algorithm, data) => {
@@ -10693,30 +12084,6 @@ const _VisaService = (_b = class {
10693
12084
  dpaTransactionOptions,
10694
12085
  complianceSettings
10695
12086
  };
10696
- const visaInitConfig = get(schemeConfigStore).config.visa;
10697
- if (!visaInitConfig.threeDSOptions.suppressThreeDS) {
10698
- const authenticationContext = {
10699
- authenticationReasons: [
10700
- visaInitConfig.threeDSOptions.authenticationReason ? visaInitConfig.threeDSOptions.authenticationReason : VisaAuthenticationReasonEnum.TRANSACTION_AUTHENTICATION
10701
- ],
10702
- srciDpaId: visaInitConfig.srciDpaId,
10703
- acquirerMerchantId: visaInitConfig.threeDSOptions.acquirerMerchantId,
10704
- acquirerBIN: visaInitConfig.threeDSOptions.acquirerBIN,
10705
- merchantName: visaInitConfig.threeDSOptions.merchantName
10706
- };
10707
- const authenticationMethod = {
10708
- authenticationMethodType: VisaAuthenticationMethodTypeEnum.MANAGED_AUTHENTICATION,
10709
- authenticationSubject: VisaAuthenticationSubjectEnum.CARDHOLDER,
10710
- methodAttributes: {
10711
- challengeIndicator: visaInitConfig.threeDSOptions.challengeIndicator
10712
- }
10713
- };
10714
- checkoutParams = {
10715
- ...checkoutParams,
10716
- authenticationContext,
10717
- authenticationMethod
10718
- };
10719
- }
10720
12087
  if (params.card) {
10721
12088
  const cardFilledWithProfileDetails = VisaMapper.toCardObject(params.card, params.profileDetails);
10722
12089
  const encryptedCard = await VisaEncryptionService.encryptCard(
@@ -10785,6 +12152,16 @@ __decorateClass$2([
10785
12152
  performanceMeasure(CreditCardBrand.VISA, SDKMethod.UNBIND_APP_INSTANCE)
10786
12153
  ], _VisaService, "unbindAppInstance");
10787
12154
  let VisaService = _VisaService;
12155
+ const createSchemeConfigStore = () => {
12156
+ const { subscribe, set: set2, update: update2 } = writable({ config: void 0 });
12157
+ return {
12158
+ subscribe,
12159
+ set: set2,
12160
+ update: update2,
12161
+ storeSchemeConfiguration: (config) => update2(() => ({ config }))
12162
+ };
12163
+ };
12164
+ const schemeConfigStore = createSchemeConfigStore();
10788
12165
  var __defProp$1 = Object.defineProperty;
10789
12166
  var __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor;
10790
12167
  var __decorateClass$1 = (decorators, target, key, kind) => {
@@ -11089,7 +12466,7 @@ const requiredAttributes = {
11089
12466
  visaEncryptionKey: "EncryptionKey",
11090
12467
  visaNModulus: "visaNModulus",
11091
12468
  visaSrciDpaId: "srciDpaId",
11092
- visaAuthenticationReason: "authenticationReason",
12469
+ payloadRequested: "payloadRequested",
11093
12470
  visaAcquirerMerchantId: "acquirerMerchantId",
11094
12471
  visaAcquirerBIN: "acquirerBIN",
11095
12472
  visaMerchantName: "merchantName",
@@ -11296,7 +12673,7 @@ const isAnyOfTheSupportedCSSColorFormats = (value) => {
11296
12673
  return hexRegex.test(value) || hslRegex.test(value) || hslaRegex.test(value) || rgbRegex.test(value) || rgbaRegex.test(value);
11297
12674
  };
11298
12675
  const validateSdkProps = (config) => {
11299
- var _a2, _b2, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F;
12676
+ var _a2, _b2, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E;
11300
12677
  if (!config) {
11301
12678
  return;
11302
12679
  }
@@ -11327,19 +12704,19 @@ const validateSdkProps = (config) => {
11327
12704
  (_m = config == null ? void 0 : config.visa) == null ? void 0 : _m.encryptionKey,
11328
12705
  (_n = config == null ? void 0 : config.visa) == null ? void 0 : _n.nModulus,
11329
12706
  (_o = config == null ? void 0 : config.visa) == null ? void 0 : _o.srciDpaId,
11330
- (_q = (_p = config == null ? void 0 : config.visa) == null ? void 0 : _p.threeDSOptions) == null ? void 0 : _q.suppressThreeDS,
11331
- (_s = (_r = config == null ? void 0 : config.visa) == null ? void 0 : _r.threeDSOptions) == null ? void 0 : _s.authenticationReason,
11332
- (_u = (_t = config == null ? void 0 : config.visa) == null ? void 0 : _t.threeDSOptions) == null ? void 0 : _u.acquirerMerchantId,
11333
- (_w = (_v = config == null ? void 0 : config.visa) == null ? void 0 : _v.threeDSOptions) == null ? void 0 : _w.acquirerBIN,
11334
- (_y = (_x = config == null ? void 0 : config.visa) == null ? void 0 : _x.threeDSOptions) == null ? void 0 : _y.merchantName,
11335
- (_A = (_z = config == null ? void 0 : config.visa) == null ? void 0 : _z.threeDSOptions) == null ? void 0 : _A.challengeIndicator
12707
+ (_p = config == null ? void 0 : config.visa) == null ? void 0 : _p.authenticationOptions,
12708
+ (_r = (_q = config == null ? void 0 : config.visa) == null ? void 0 : _q.authenticationOptions) == null ? void 0 : _r.payloadRequested,
12709
+ (_t = (_s = config == null ? void 0 : config.visa) == null ? void 0 : _s.authenticationOptions) == null ? void 0 : _t.acquirerMerchantId,
12710
+ (_v = (_u = config == null ? void 0 : config.visa) == null ? void 0 : _u.authenticationOptions) == null ? void 0 : _v.acquirerBIN,
12711
+ (_x = (_w = config == null ? void 0 : config.visa) == null ? void 0 : _w.authenticationOptions) == null ? void 0 : _x.merchantName,
12712
+ (_z = (_y = config == null ? void 0 : config.visa) == null ? void 0 : _y.authenticationOptions) == null ? void 0 : _z.challengeIndicator
11336
12713
  );
11337
12714
  }
11338
12715
  if (isAmexEnabledFlag) {
11339
12716
  validateAmexProps(
11340
- (_B = config == null ? void 0 : config.amex) == null ? void 0 : _B.srcInitiatorId,
11341
- (_D = (_C = config == null ? void 0 : config.amex) == null ? void 0 : _C.dpaData) == null ? void 0 : _D.dpaName,
11342
- (_F = (_E = config == null ? void 0 : config.amex) == null ? void 0 : _E.dpaTransactionOptions) == null ? void 0 : _F.threeDsPreference
12717
+ (_A = config == null ? void 0 : config.amex) == null ? void 0 : _A.srcInitiatorId,
12718
+ (_C = (_B = config == null ? void 0 : config.amex) == null ? void 0 : _B.dpaData) == null ? void 0 : _C.dpaName,
12719
+ (_E = (_D = config == null ? void 0 : config.amex) == null ? void 0 : _D.dpaTransactionOptions) == null ? void 0 : _E.threeDsPreference
11343
12720
  );
11344
12721
  }
11345
12722
  };
@@ -11369,7 +12746,7 @@ const validateMastercardProps = (mastercardSrcInitiatorId, mastercardSrciDpaId,
11369
12746
  );
11370
12747
  }
11371
12748
  };
11372
- const validateVisaProps = (visaApiKey, visaEncryptionKey, visaNModulus, visaSrciDpaId, suppressThreeDS, authenticationReason, acquirerMerchantId, acquirerBIN, merchantName, challengeIndicator) => {
12749
+ const validateVisaProps = (visaApiKey, visaEncryptionKey, visaNModulus, visaSrciDpaId, authenticationOptions, payloadRequested, acquirerMerchantId, acquirerBIN, merchantName, challengeIndicator) => {
11373
12750
  if (!visaApiKey) {
11374
12751
  throw Error(`The "${requiredAttributes["visaSrcInitiatorId"]}" attribute is required when using the Visa SRC.`);
11375
12752
  }
@@ -11382,11 +12759,9 @@ const validateVisaProps = (visaApiKey, visaEncryptionKey, visaNModulus, visaSrci
11382
12759
  if (!visaSrciDpaId) {
11383
12760
  throw Error(`The ${requiredAttributes["visaSrciDpaId"]} attribute is required when using the Visa SRC.`);
11384
12761
  }
11385
- if (!suppressThreeDS) {
11386
- if (!authenticationReason) {
11387
- throw Error(
11388
- `The ${requiredAttributes["visaAuthenticationReason"]} attribute is required when using the Visa SRC.`
11389
- );
12762
+ if (authenticationOptions) {
12763
+ if (!payloadRequested) {
12764
+ throw Error(`The ${requiredAttributes["payloadRequested"]} attribute is required when using the Visa SRC.`);
11390
12765
  }
11391
12766
  if (!acquirerMerchantId) {
11392
12767
  throw Error(`The ${requiredAttributes["visaAcquirerMerchantId"]} attribute is required when using the Visa SRC.`);
@@ -11585,8 +12960,8 @@ const prepareMastercardDpaTransactionOptions = (dpaTransactionOptions) => {
11585
12960
  };
11586
12961
  };
11587
12962
  const prepareVisaDpaTransactionOptions = (dpaTransactionOptions) => {
11588
- var _a2;
11589
- let visaDpaTransactionOptions = dpaTransactionOptions ? dpaTransactionOptions : get(dpaTransactionOptionsStore).dpaTransactionOptions.visaDpaTransactionOptions;
12963
+ var _a2, _b2, _c, _d, _e, _f, _g, _h, _i;
12964
+ let visaDpaTransactionOptions = dpaTransactionOptions || get(dpaTransactionOptionsStore).dpaTransactionOptions.visaDpaTransactionOptions;
11590
12965
  if (!visaDpaTransactionOptions.transactionAmount && ((_a2 = get(merchantConfigStore)) == null ? void 0 : _a2.transactionAmount)) {
11591
12966
  visaDpaTransactionOptions = {
11592
12967
  ...visaDpaTransactionOptions,
@@ -11596,9 +12971,37 @@ const prepareVisaDpaTransactionOptions = (dpaTransactionOptions) => {
11596
12971
  }
11597
12972
  };
11598
12973
  }
12974
+ let payloadRequested;
12975
+ const authenticationMethods = [];
12976
+ const visaInitConfig = (_b2 = get(schemeConfigStore).config) == null ? void 0 : _b2.visa;
12977
+ if (visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) {
12978
+ authenticationMethods.push({
12979
+ authenticationMethodType: VisaAuthenticationMethodTypeEnum.THREE_DS,
12980
+ authenticationSubject: VisaAuthenticationSubjectEnum.CARDHOLDER,
12981
+ methodAttributes: {
12982
+ challengeIndicator: (_c = visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) == null ? void 0 : _c.challengeIndicator
12983
+ }
12984
+ });
12985
+ payloadRequested = (_d = visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) == null ? void 0 : _d.payloadRequested;
12986
+ }
12987
+ const nonThreeDSAuthenticationMethods = (_f = (_e = visaDpaTransactionOptions.authenticationPreferences) == null ? void 0 : _e.authenticationMethods) == null ? void 0 : _f.filter(
12988
+ (authenticationMethod) => authenticationMethod.authenticationMethodType !== VisaAuthenticationMethodTypeEnum.THREE_DS
12989
+ );
12990
+ if (nonThreeDSAuthenticationMethods && nonThreeDSAuthenticationMethods.length > 0) {
12991
+ authenticationMethods.push(...nonThreeDSAuthenticationMethods);
12992
+ }
11599
12993
  return {
11600
12994
  ...visaDpaTransactionOptions,
11601
- customInputData: { ...visaDpaTransactionOptions == null ? void 0 : visaDpaTransactionOptions.customInputData, checkoutOrchestrator: "merchant" }
12995
+ customInputData: { ...visaDpaTransactionOptions == null ? void 0 : visaDpaTransactionOptions.customInputData, checkoutOrchestrator: "merchant" },
12996
+ authenticationPreferences: {
12997
+ authenticationMethods,
12998
+ payloadRequested
12999
+ },
13000
+ ...(visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) ? {
13001
+ acquirerMerchantId: (_g = visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) == null ? void 0 : _g.acquirerMerchantId,
13002
+ acquirerBIN: (_h = visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) == null ? void 0 : _h.acquirerBIN,
13003
+ merchantName: (_i = visaInitConfig == null ? void 0 : visaInitConfig.authenticationOptions) == null ? void 0 : _i.merchantName
13004
+ } : {}
11602
13005
  };
11603
13006
  };
11604
13007
  const prepareAmexDpaTransactionOptions = (dpaTransactionOptions) => {
@@ -12088,8 +13491,10 @@ __publicField(_Orchestrator, "identityLookup", async (params) => {
12088
13491
  createIdentityLookupPromise(
12089
13492
  VisaService.identityLookup,
12090
13493
  {
12091
- identityValue: params.email,
12092
- type: VisaIdentityTypeEnum.EMAIL_ADDRESS
13494
+ consumerIdentity: {
13495
+ identityValue: params.email,
13496
+ identityType: VisaConsumerIdentityTypeEnum.EMAIL_ADDRESS
13497
+ }
12093
13498
  },
12094
13499
  CreditCardBrand.VISA
12095
13500
  )
@@ -14300,9 +15705,22 @@ const transformMaskedChannel = (input) => {
14300
15705
  }
14301
15706
  return filteredResult.join("").replace(/,\s*$/, "");
14302
15707
  };
15708
+ const createSwitchIdStore = () => {
15709
+ const { subscribe, set: set2, update: update2 } = writable({ display: false, switchIdInProgress: false });
15710
+ return {
15711
+ subscribe,
15712
+ set: set2,
15713
+ update: update2,
15714
+ showSwitchIdOverlay: () => update2((state2) => ({ ...state2, display: true })),
15715
+ hideSwitchIdOverlay: () => update2((state2) => ({ ...state2, display: false })),
15716
+ startSwitchIdProcess: () => update2((state2) => ({ ...state2, switchIdInProgress: true })),
15717
+ endSwitchIdProcess: () => update2((state2) => ({ ...state2, switchIdInProgress: false }))
15718
+ };
15719
+ };
15720
+ const switchIdStore = createSwitchIdStore();
14303
15721
  var root_1$9 = /* @__PURE__ */ template(`<p class="validation-channel-msg svelte-1aiejsx"><!></p>`);
14304
15722
  var root_2$3 = /* @__PURE__ */ template(`<p class="validation-channel-msg svelte-1aiejsx"><!></p>`);
14305
- var root_3$3 = /* @__PURE__ */ template(`<form class="otp-form svelte-1aiejsx"><div class="otp-form-inputs-group svelte-1aiejsx"><div class="otp-input svelte-1aiejsx"><!> <!> <!> <!> <!></div> <!></div> <!></form>`);
15723
+ var root_3$3 = /* @__PURE__ */ template(` <form class="otp-form svelte-1aiejsx"><div class="otp-form-inputs-group svelte-1aiejsx"><div class="otp-input svelte-1aiejsx"><!> <!> <!> <!> <!></div> <!></div> <!></form>`, 1);
14306
15724
  var root$b = /* @__PURE__ */ template(`<div class="text-wrapper svelte-1aiejsx"><p class="title-text"> </p> <!></div> <!>`, 1);
14307
15725
  const $$css$f = {
14308
15726
  hash: "svelte-1aiejsx",
@@ -14315,6 +15733,7 @@ function OtpScreen($$anchor, $$props) {
14315
15733
  const [$$stores, $$cleanup] = setup_stores();
14316
15734
  const $t = () => store_get(t, "$t", $$stores);
14317
15735
  const $consumerStatusStore = () => store_get(consumerStatusStore, "$consumerStatusStore", $$stores);
15736
+ const $switchIdStore = () => store_get(switchIdStore, "$switchIdStore", $$stores);
14318
15737
  const $orchestratorStore = () => store_get(orchestratorStore, "$orchestratorStore", $$stores);
14319
15738
  const $srcLoadingStore = () => store_get(srcLoadingStore, "$srcLoadingStore", $$stores);
14320
15739
  let maskedValidationChannel = prop($$props, "maskedValidationChannel", 7), supportedValidationChannels = prop($$props, "supportedValidationChannels", 7);
@@ -14338,9 +15757,15 @@ function OtpScreen($$anchor, $$props) {
14338
15757
  setTimeout(() => set(errorBag, void 0), messageTimeout);
14339
15758
  }
14340
15759
  });
15760
+ user_effect(() => {
15761
+ if ($switchIdStore().switchIdInProgress) {
15762
+ resetOtpInput(otpForm);
15763
+ }
15764
+ });
14341
15765
  let infoMessage = /* @__PURE__ */ state(void 0);
14342
15766
  let statusMessage = /* @__PURE__ */ state(void 0);
14343
15767
  let otpInputField;
15768
+ let otpForm;
14344
15769
  const handleOnButtonResend = async (form, requestedValidationChannelId) => {
14345
15770
  try {
14346
15771
  resetOtpInput(form);
@@ -14368,6 +15793,9 @@ function OtpScreen($$anchor, $$props) {
14368
15793
  otpInputField.resetOtp();
14369
15794
  form.change("otp", "");
14370
15795
  };
15796
+ const setOtpForm = (form) => {
15797
+ otpForm = form;
15798
+ };
14371
15799
  const handleOnSubmit = async (values) => {
14372
15800
  var _a3;
14373
15801
  try {
@@ -14447,7 +15875,10 @@ function OtpScreen($$anchor, $$props) {
14447
15875
  const children = ($$anchor2, $$arg0) => {
14448
15876
  let form = () => $$arg0 == null ? void 0 : $$arg0().form;
14449
15877
  let state2 = () => $$arg0 == null ? void 0 : $$arg0().state;
14450
- var form_1 = root_3$3();
15878
+ next();
15879
+ var fragment_1 = root_3$3();
15880
+ var text_1 = first_child(fragment_1);
15881
+ var form_1 = sibling(text_1);
14451
15882
  var event_handler = /* @__PURE__ */ user_derived(() => preventDefault(form().submit));
14452
15883
  var div_1 = child(form_1);
14453
15884
  var div_2 = child(div_1);
@@ -14506,9 +15937,9 @@ function OtpScreen($$anchor, $$props) {
14506
15937
  isResend: true,
14507
15938
  children: ($$anchor4, $$slotProps) => {
14508
15939
  next();
14509
- var text_1 = text();
14510
- template_effect(($0) => set_text(text_1, $0), [() => $t()("label.resendCode")]);
14511
- append($$anchor4, text_1);
15940
+ var text_2 = text();
15941
+ template_effect(($0) => set_text(text_2, $0), [() => $t()("label.resendCode")]);
15942
+ append($$anchor4, text_2);
14512
15943
  },
14513
15944
  $$slots: { default: true }
14514
15945
  });
@@ -14586,20 +16017,21 @@ function OtpScreen($$anchor, $$props) {
14586
16017
  },
14587
16018
  children: ($$anchor3, $$slotProps) => {
14588
16019
  next();
14589
- var text_2 = text();
14590
- template_effect(($0) => set_text(text_2, $0), [
16020
+ var text_3 = text();
16021
+ template_effect(($0) => set_text(text_3, $0), [
14591
16022
  () => `${$t()("label.verifyAndContinue")}`
14592
16023
  ]);
14593
- append($$anchor3, text_2);
16024
+ append($$anchor3, text_3);
14594
16025
  },
14595
16026
  $$slots: { default: true }
14596
16027
  });
14597
16028
  reset(form_1);
16029
+ template_effect(($0) => set_text(text_1, `${$0 ?? ""} `), [() => void setOtpForm(form())]);
14598
16030
  event("submit", form_1, function(...$$args) {
14599
16031
  var _a3;
14600
16032
  (_a3 = get$1(event_handler)) == null ? void 0 : _a3.apply(this, $$args);
14601
16033
  });
14602
- append($$anchor2, form_1);
16034
+ append($$anchor2, fragment_1);
14603
16035
  };
14604
16036
  Form(node_3, {
14605
16037
  initialValues,
@@ -15469,19 +16901,6 @@ function ClickToPayLogoContainer($$anchor, $$props) {
15469
16901
  pop();
15470
16902
  $$cleanup();
15471
16903
  }
15472
- const createSwitchIdStore = () => {
15473
- const { subscribe, set: set2, update: update2 } = writable({ display: false, switchIdInProgress: false });
15474
- return {
15475
- subscribe,
15476
- set: set2,
15477
- update: update2,
15478
- showSwitchIdOverlay: () => update2((state2) => ({ ...state2, display: true })),
15479
- hideSwitchIdOverlay: () => update2((state2) => ({ ...state2, display: false })),
15480
- startSwitchIdProcess: () => update2((state2) => ({ ...state2, switchIdInProgress: true })),
15481
- endSwitchIdProcess: () => update2((state2) => ({ ...state2, switchIdInProgress: false }))
15482
- };
15483
- };
15484
- const switchIdStore = createSwitchIdStore();
15485
16904
  var root_2$1 = /* @__PURE__ */ template(`<p class="header-email svelte-13sj9b4"><span class="visuallyhidden"> </span> <span aria-hidden="true"> </span></p>`);
15486
16905
  var root_1$2 = /* @__PURE__ */ template(`<div class="switch-id-container svelte-13sj9b4"><!> <!></div>`);
15487
16906
  var root$5 = /* @__PURE__ */ template(`<header class="svelte-13sj9b4"><!> <!></header>`);
@@ -16247,219 +17666,526 @@ const buildCustomCSSVariablesBasedOnProps = (uiCustomizations) => {
16247
17666
  return `${uiCustomizations.buttonAndBadgeColor ? `--brand-color-1: ${uiCustomizations.buttonAndBadgeColor}; ` : ""}${uiCustomizations.buttonFilledHoverColor ? `--brand-color-2: ${uiCustomizations.buttonFilledHoverColor}; ` : ""}${uiCustomizations.buttonOutlinedHoverColor ? `--brand-color-3: ${uiCustomizations.buttonOutlinedHoverColor}; ` : ""}${uiCustomizations.buttonDisabledColor ? `--brand-color-4: ${uiCustomizations.buttonDisabledColor}; ` : ""}${uiCustomizations.cardItemActiveColor ? `--brand-color-5: ${uiCustomizations.cardItemActiveColor}; ` : ""}${uiCustomizations.buttonAndBadgeTextColor ? `--brand-color-6: ${uiCustomizations.buttonAndBadgeTextColor}; ` : ""}${uiCustomizations.linkTextColor ? `--brand-color-7: ${uiCustomizations.linkTextColor}; ` : ""}${uiCustomizations.accentColor ? `--brand-color-8: ${uiCustomizations.accentColor}; ` : ""}${uiCustomizations.fontFamily ? `--font-family: ${uiCustomizations.fontFamily}; ` : ""}${uiCustomizations.buttonAndInputRadius ? `--brand-radius-1: ${uiCustomizations.buttonAndInputRadius}; ` : ""}${uiCustomizations.cardItemRadius ? `--brand-radius-2: ${uiCustomizations.cardItemRadius}; ` : ""}${uiCustomizations.buttonTextCase && isButtonTextCaseValid(uiCustomizations.buttonTextCase) ? `--button-text-case: ${uiCustomizations.buttonTextCase}; ` : ""}`;
16248
17667
  };
16249
17668
  var VisaClickToPayCountry = /* @__PURE__ */ ((VisaClickToPayCountry2) => {
17669
+ VisaClickToPayCountry2["ANDORRA"] = "AD";
17670
+ VisaClickToPayCountry2["ARGENTINA"] = "AR";
17671
+ VisaClickToPayCountry2["AUSTRALIA"] = "AU";
16250
17672
  VisaClickToPayCountry2["AUSTRIA"] = "AT";
17673
+ VisaClickToPayCountry2["BAHRAIN"] = "BH";
17674
+ VisaClickToPayCountry2["BELGIUM"] = "BE";
17675
+ VisaClickToPayCountry2["BRAZIL"] = "BR";
17676
+ VisaClickToPayCountry2["BULGARIA"] = "BG";
17677
+ VisaClickToPayCountry2["CANADA"] = "CA";
17678
+ VisaClickToPayCountry2["CHILE"] = "CL";
17679
+ VisaClickToPayCountry2["CHINA"] = "CN";
17680
+ VisaClickToPayCountry2["COLOMBIA"] = "CO";
17681
+ VisaClickToPayCountry2["CROATIA"] = "HR";
17682
+ VisaClickToPayCountry2["CYPRUS"] = "CY";
16251
17683
  VisaClickToPayCountry2["CZECH_REPUBLIC"] = "CZ";
16252
17684
  VisaClickToPayCountry2["DENMARK"] = "DK";
17685
+ VisaClickToPayCountry2["DOMINICAN_REPUBLIC"] = "DO";
17686
+ VisaClickToPayCountry2["ESTONIA"] = "EE";
16253
17687
  VisaClickToPayCountry2["FINLAND"] = "FI";
16254
17688
  VisaClickToPayCountry2["FRANCE"] = "FR";
16255
17689
  VisaClickToPayCountry2["GERMANY"] = "DE";
17690
+ VisaClickToPayCountry2["GREECE"] = "GR";
17691
+ VisaClickToPayCountry2["GUATEMALA"] = "GT";
17692
+ VisaClickToPayCountry2["HONG_KONG"] = "HK";
16256
17693
  VisaClickToPayCountry2["HUNGARY"] = "HU";
17694
+ VisaClickToPayCountry2["ICELAND"] = "IS";
17695
+ VisaClickToPayCountry2["INDONESIA"] = "ID";
16257
17696
  VisaClickToPayCountry2["IRELAND"] = "IE";
16258
17697
  VisaClickToPayCountry2["ITALY"] = "IT";
17698
+ VisaClickToPayCountry2["JAPAN"] = "JP";
17699
+ VisaClickToPayCountry2["JORDAN"] = "JO";
17700
+ VisaClickToPayCountry2["KUWAIT"] = "KW";
17701
+ VisaClickToPayCountry2["LATVIA"] = "LV";
17702
+ VisaClickToPayCountry2["LITHUANIA"] = "LT";
17703
+ VisaClickToPayCountry2["LUXEMBOURG"] = "LU";
17704
+ VisaClickToPayCountry2["MALAYSIA"] = "MY";
17705
+ VisaClickToPayCountry2["MALTA"] = "MT";
17706
+ VisaClickToPayCountry2["MEXICO"] = "MX";
16259
17707
  VisaClickToPayCountry2["NETHERLANDS"] = "NL";
17708
+ VisaClickToPayCountry2["NEW_ZEALAND"] = "NZ";
16260
17709
  VisaClickToPayCountry2["NORWAY"] = "NO";
17710
+ VisaClickToPayCountry2["PERU"] = "PE";
17711
+ VisaClickToPayCountry2["PHILIPPINES"] = "PH";
17712
+ VisaClickToPayCountry2["POLAND"] = "PL";
17713
+ VisaClickToPayCountry2["PORTUGAL"] = "PT";
17714
+ VisaClickToPayCountry2["QATAR"] = "QA";
17715
+ VisaClickToPayCountry2["ROMANIA"] = "RO";
17716
+ VisaClickToPayCountry2["SAUDI_ARABIA"] = "SA";
17717
+ VisaClickToPayCountry2["SINGAPORE"] = "SG";
16261
17718
  VisaClickToPayCountry2["SLOVAKIA"] = "SK";
17719
+ VisaClickToPayCountry2["SLOVENIA"] = "SI";
17720
+ VisaClickToPayCountry2["SOUTH_AFRICA"] = "ZA";
17721
+ VisaClickToPayCountry2["SOUTH_KOREA"] = "KR";
16262
17722
  VisaClickToPayCountry2["SPAIN"] = "ES";
16263
17723
  VisaClickToPayCountry2["SWEDEN"] = "SE";
16264
17724
  VisaClickToPayCountry2["SWITZERLAND"] = "CH";
16265
- VisaClickToPayCountry2["POLAND"] = "PL";
16266
- VisaClickToPayCountry2["PORTUGAL"] = "PT";
17725
+ VisaClickToPayCountry2["TAIWAN"] = "TW";
17726
+ VisaClickToPayCountry2["THAILAND"] = "TH";
17727
+ VisaClickToPayCountry2["UKRAINE"] = "UA";
17728
+ VisaClickToPayCountry2["UNITED_ARAB_EMIRATES"] = "AE";
16267
17729
  VisaClickToPayCountry2["UNITED_KINGDOM"] = "GB";
17730
+ VisaClickToPayCountry2["UNITED_STATES"] = "US";
17731
+ VisaClickToPayCountry2["VIETNAM"] = "VN";
16268
17732
  return VisaClickToPayCountry2;
16269
17733
  })(VisaClickToPayCountry || {});
16270
- const COUNTRIES_WITH_MULTIPLE_LOCALES_DEFAULT_VISA = /* @__PURE__ */ new Map([
17734
+ const VisaClickToPayLocales = {
16271
17735
  [
16272
- "FI",
16273
- "fi_FI"
16274
- /* FINLAND_FINNISH */
17736
+ "AD"
17737
+ /* ANDORRA */
17738
+ ]: [
17739
+ "ca"
17740
+ /* CATALAN */
16275
17741
  ],
16276
17742
  [
16277
- "CH",
16278
- "de_CH"
16279
- /* SWITZERLAND_GERMAN */
16280
- ]
16281
- ]);
16282
- const COMPLIANCE_RESOURCES_MAP_VISA = /* @__PURE__ */ new Map([
17743
+ "AR"
17744
+ /* ARGENTINA */
17745
+ ]: [
17746
+ "es"
17747
+ /* SPANISH */
17748
+ ],
16283
17749
  [
16284
- "FR",
16285
- [
16286
- {
16287
- termsAndConditionsUrl: "https://www.visa.fr/legal/checkout/terms-of-service.html",
16288
- privacyPolicyUrl: "https://www.visa.fr/legal/global-privacy-notice.html"
16289
- }
16290
- ]
17750
+ "AU"
17751
+ /* AUSTRALIA */
17752
+ ]: [
17753
+ "en"
17754
+ /* ENGLISH */
16291
17755
  ],
16292
17756
  [
16293
- "IE",
16294
- [
16295
- {
16296
- termsAndConditionsUrl: "https://www.visa.ie/legal/checkout/terms-of-service.html",
16297
- privacyPolicyUrl: "https://www.visa.ie/legal/global-privacy-notice.html"
16298
- }
16299
- ]
17757
+ "AT"
17758
+ /* AUSTRIA */
17759
+ ]: [
17760
+ "de"
17761
+ /* GERMAN */
16300
17762
  ],
16301
17763
  [
16302
- "PL",
16303
- [
16304
- {
16305
- termsAndConditionsUrl: "https://www.visa.pl/warunki-korzystania/checkout/terms-of-service.html",
16306
- privacyPolicyUrl: "https://www.visa.pl/legal/global-privacy-notice.html"
16307
- }
16308
- ]
17764
+ "BH"
17765
+ /* BAHRAIN */
17766
+ ]: [
17767
+ "ar",
17768
+ "en"
17769
+ /* ENGLISH */
16309
17770
  ],
16310
17771
  [
16311
- "ES",
16312
- [
16313
- {
16314
- termsAndConditionsUrl: "https://www.visa.es/terminos-de-uso/checkout/terms-of-service.html",
16315
- privacyPolicyUrl: "https://www.visa.es/legal/global-privacy-notice.html"
16316
- }
16317
- ]
17772
+ "BE"
17773
+ /* BELGIUM */
17774
+ ]: [
17775
+ "nl",
17776
+ "fr"
17777
+ /* FRENCH */
16318
17778
  ],
16319
17779
  [
16320
- "GB",
16321
- [
16322
- {
16323
- termsAndConditionsUrl: "https://www.visa.co.uk/legal/checkout/terms-of-service.html",
16324
- privacyPolicyUrl: "https://www.visa.co.uk/legal/global-privacy-notice.html"
16325
- }
16326
- ]
17780
+ "BR"
17781
+ /* BRAZIL */
17782
+ ]: [
17783
+ "pt"
17784
+ /* PORTUGUESE */
16327
17785
  ],
16328
17786
  [
16329
- "DE",
16330
- [
16331
- {
16332
- termsAndConditionsUrl: "https://www.visa.de/legal/checkout/terms-of-service.html",
16333
- privacyPolicyUrl: "https://www.visa.de/nutzungsbedingungen/visa-globale-datenschutzmitteilung/zusatzliche-datenschutzinformationen.html"
16334
- }
16335
- ]
17787
+ "BG"
17788
+ /* BULGARIA */
17789
+ ]: [
17790
+ "bg"
17791
+ /* BULGARIAN */
16336
17792
  ],
16337
17793
  [
16338
- "DK",
16339
- [
16340
- {
16341
- termsAndConditionsUrl: "https://www.visa.dk/legal/checkout/terms-of-service.html",
16342
- privacyPolicyUrl: "https://www.visa.dk/legal/global-privacy-notice/additional-privacy-information.html"
16343
- }
16344
- ]
17794
+ "CA"
17795
+ /* CANADA */
17796
+ ]: [
17797
+ "fr",
17798
+ "en"
17799
+ /* ENGLISH */
16345
17800
  ],
16346
17801
  [
16347
- "NO",
16348
- [
16349
- {
16350
- termsAndConditionsUrl: "https://www.visa.no/legal/checkout/terms-of-service.html",
16351
- privacyPolicyUrl: "https://www.visa.no/legal/global-privacy-notice/additional-privacy-information.html"
16352
- }
16353
- ]
17802
+ "CL"
17803
+ /* CHILE */
17804
+ ]: [
17805
+ "es"
17806
+ /* SPANISH */
16354
17807
  ],
16355
17808
  [
16356
- "SE",
16357
- [
16358
- {
16359
- termsAndConditionsUrl: "https://www.visa.se/legal/checkout/terms-of-service.html",
16360
- privacyPolicyUrl: "https://www.visa.se/legal/global-privacy-notice/additional-privacy-information.html"
16361
- }
16362
- ]
17809
+ "CN"
17810
+ /* CHINA */
17811
+ ]: [
17812
+ "zh",
17813
+ "en"
17814
+ /* ENGLISH */
16363
17815
  ],
16364
17816
  [
16365
- "FI",
16366
- [
16367
- {
16368
- locale: "fi_FI",
16369
- termsAndConditionsUrl: "https://www.visa.fi/fi_FI/legal/checkout/terms-of-service.html",
16370
- privacyPolicyUrl: "https://www.visa.fi/fi_FI/legal/global-privacy-notice/additional-privacy-information.html"
16371
- },
16372
- {
16373
- locale: "sv_FI",
16374
- termsAndConditionsUrl: "https://www.visa.fi/sv_FI/legal/checkout/terms-of-service.html",
16375
- privacyPolicyUrl: "https://www.visa.fi/sv_FI/legal/global-privacy-notice/additional-privacy-information.html"
16376
- }
16377
- ]
17817
+ "CO"
17818
+ /* COLOMBIA */
17819
+ ]: [
17820
+ "es"
17821
+ /* SPANISH */
16378
17822
  ],
16379
17823
  [
16380
- "CH",
16381
- [
16382
- {
16383
- locale: "fr_CH",
16384
- termsAndConditionsUrl: "https://www.visaeurope.ch/fr_CH/legal/checkout/terms-of-service.html",
16385
- privacyPolicyUrl: "https://www.visaeurope.ch/fr_CH/legal/global-privacy-notice/additional-privacy-information.html"
16386
- },
16387
- {
16388
- locale: "de_CH",
16389
- termsAndConditionsUrl: "https://www.visaeurope.ch/de_CH/legal/checkout/terms-of-service.html",
16390
- privacyPolicyUrl: "https://www.visaeurope.ch/de_CH/nutzungsbedingungen/visa-globale-datenschutzmitteilung/zusatzliche-datenschutzinformationen.html"
16391
- },
16392
- {
16393
- locale: "it_CH",
16394
- termsAndConditionsUrl: "https://www.visaeurope.ch/it_CH/legal/checkout/terms-of-service.html",
16395
- privacyPolicyUrl: "https://www.visaeurope.ch/it_CH/termini-di-utilizzo/informativa-sulla-privacy-globale-di-visa/ulteriori-informazioni-sulla-privacy.html"
16396
- }
16397
- ]
17824
+ "HR"
17825
+ /* CROATIA */
17826
+ ]: [
17827
+ "hr"
17828
+ /* CROATIAN */
16398
17829
  ],
16399
17830
  [
16400
- "AT",
16401
- [
16402
- {
16403
- termsAndConditionsUrl: "https://www.visaeurope.at/legal/checkout/terms-of-service.html",
16404
- privacyPolicyUrl: "https://www.visaeurope.at/legal/visa-globale-datenschutzmitteilung/zusatzliche-datenschutz-informationen.html"
16405
- }
16406
- ]
17831
+ "CY"
17832
+ /* CYPRUS */
17833
+ ]: [
17834
+ "el"
17835
+ /* GREEK */
16407
17836
  ],
16408
17837
  [
16409
- "IT",
16410
- [
16411
- {
16412
- termsAndConditionsUrl: "https://www.visaitalia.com/legal/checkout/terms-of-service.html",
16413
- privacyPolicyUrl: "https://www.visaitalia.com//termini-di-utilizzo/informativa-sulla-privacy-globale-di-visa/ulteriori-informazioni-sulla-privacy.html"
16414
- }
16415
- ]
17838
+ "CZ"
17839
+ /* CZECH_REPUBLIC */
17840
+ ]: [
17841
+ "cs"
17842
+ /* CZECH */
16416
17843
  ],
16417
17844
  [
16418
- "PT",
16419
- [
16420
- {
16421
- termsAndConditionsUrl: "https://www.visa.pt/legal/checkout/terms-of-service.html",
16422
- privacyPolicyUrl: "https://www.visa.pt/termos-de-utilizacao/aviso-de-privacidade-global-da-visa/informacoes-adicionais-sobre-a-privacidade.html"
16423
- }
16424
- ]
17845
+ "DK"
17846
+ /* DENMARK */
17847
+ ]: [
17848
+ "da"
17849
+ /* DANISH */
16425
17850
  ],
16426
17851
  [
16427
- "CZ",
16428
- [
16429
- {
16430
- termsAndConditionsUrl: "https://www.visa.cz/legal/checkout/terms-of-service.html",
16431
- privacyPolicyUrl: "https://www.visa.cz/podminky-pouzivani/oznameni-spolecnosti-visa-o-globalni-ochrane-osobnich-udaju.html"
16432
- }
16433
- ]
17852
+ "DO"
17853
+ /* DOMINICAN_REPUBLIC */
17854
+ ]: [
17855
+ "es"
17856
+ /* SPANISH */
16434
17857
  ],
16435
17858
  [
16436
- "HU",
16437
- [
16438
- {
16439
- termsAndConditionsUrl: "https://www.visa.hu/legal/checkout/terms-of-service.html",
16440
- privacyPolicyUrl: "https://www.visa.hu/hasznalati-feltetelek/visa-globalis-adatvedelmi-ertesites.html"
16441
- }
16442
- ]
17859
+ "EE"
17860
+ /* ESTONIA */
17861
+ ]: [
17862
+ "et"
17863
+ /* ESTONIAN */
16443
17864
  ],
16444
17865
  [
16445
- "SK",
16446
- [
16447
- {
16448
- termsAndConditionsUrl: "https://www.visa.sk/legal/checkout/terms-of-service.html",
16449
- privacyPolicyUrl: "https://www.visa.sk/podmienky-pouzivania/globalne-upozornenie-o-ochrane-sukromia-visa.html"
16450
- }
16451
- ]
17866
+ "FI"
17867
+ /* FINLAND */
17868
+ ]: [
17869
+ "fi",
17870
+ "sv"
17871
+ /* SWEDISH */
16452
17872
  ],
16453
17873
  [
16454
- "NL",
16455
- [
16456
- {
16457
- termsAndConditionsUrl: "https://www.visa.nl/legal/checkout/terms-of-service.html",
16458
- privacyPolicyUrl: "https://www.visa.nl/legal/global-privacy-notice.html"
16459
- }
16460
- ]
17874
+ "FR"
17875
+ /* FRANCE */
17876
+ ]: [
17877
+ "fr"
17878
+ /* FRENCH */
17879
+ ],
17880
+ [
17881
+ "DE"
17882
+ /* GERMANY */
17883
+ ]: [
17884
+ "de"
17885
+ /* GERMAN */
17886
+ ],
17887
+ [
17888
+ "GR"
17889
+ /* GREECE */
17890
+ ]: [
17891
+ "el"
17892
+ /* GREEK */
17893
+ ],
17894
+ [
17895
+ "GT"
17896
+ /* GUATEMALA */
17897
+ ]: [
17898
+ "es"
17899
+ /* SPANISH */
17900
+ ],
17901
+ [
17902
+ "HK"
17903
+ /* HONG_KONG */
17904
+ ]: [
17905
+ "en"
17906
+ /* ENGLISH */
17907
+ ],
17908
+ [
17909
+ "HU"
17910
+ /* HUNGARY */
17911
+ ]: [
17912
+ "hu"
17913
+ /* HUNGARIAN */
17914
+ ],
17915
+ [
17916
+ "IS"
17917
+ /* ICELAND */
17918
+ ]: [
17919
+ "is"
17920
+ /* ICELANDIC */
17921
+ ],
17922
+ [
17923
+ "ID"
17924
+ /* INDONESIA */
17925
+ ]: [
17926
+ "in"
17927
+ /* INDONESIAN */
17928
+ ],
17929
+ [
17930
+ "IE"
17931
+ /* IRELAND */
17932
+ ]: [
17933
+ "en"
17934
+ /* ENGLISH */
17935
+ ],
17936
+ [
17937
+ "IT"
17938
+ /* ITALY */
17939
+ ]: [
17940
+ "it"
17941
+ /* ITALIAN */
17942
+ ],
17943
+ [
17944
+ "JP"
17945
+ /* JAPAN */
17946
+ ]: [
17947
+ "ja"
17948
+ /* JAPANESE */
17949
+ ],
17950
+ [
17951
+ "JO"
17952
+ /* JORDAN */
17953
+ ]: [
17954
+ "ar"
17955
+ /* ARABIC */
17956
+ ],
17957
+ [
17958
+ "KW"
17959
+ /* KUWAIT */
17960
+ ]: [
17961
+ "en"
17962
+ /* ENGLISH */
17963
+ ],
17964
+ [
17965
+ "LV"
17966
+ /* LATVIA */
17967
+ ]: [
17968
+ "lv"
17969
+ /* LATVIAN */
17970
+ ],
17971
+ [
17972
+ "LT"
17973
+ /* LITHUANIA */
17974
+ ]: [
17975
+ "lt"
17976
+ /* LITHUANIAN */
17977
+ ],
17978
+ [
17979
+ "LU"
17980
+ /* LUXEMBOURG */
17981
+ ]: [
17982
+ "fr",
17983
+ "en"
17984
+ /* ENGLISH */
17985
+ ],
17986
+ [
17987
+ "MY"
17988
+ /* MALAYSIA */
17989
+ ]: [
17990
+ "en"
17991
+ /* ENGLISH */
17992
+ ],
17993
+ [
17994
+ "MT"
17995
+ /* MALTA */
17996
+ ]: [
17997
+ "en"
17998
+ /* ENGLISH */
17999
+ ],
18000
+ [
18001
+ "MX"
18002
+ /* MEXICO */
18003
+ ]: [
18004
+ "es"
18005
+ /* SPANISH */
18006
+ ],
18007
+ [
18008
+ "NL"
18009
+ /* NETHERLANDS */
18010
+ ]: [
18011
+ "nl"
18012
+ /* DUTCH */
18013
+ ],
18014
+ [
18015
+ "NZ"
18016
+ /* NEW_ZEALAND */
18017
+ ]: [
18018
+ "en"
18019
+ /* ENGLISH */
18020
+ ],
18021
+ [
18022
+ "NO"
18023
+ /* NORWAY */
18024
+ ]: [
18025
+ "no"
18026
+ /* NORWEGIAN */
18027
+ ],
18028
+ [
18029
+ "PE"
18030
+ /* PERU */
18031
+ ]: [
18032
+ "es"
18033
+ /* SPANISH */
18034
+ ],
18035
+ [
18036
+ "PH"
18037
+ /* PHILIPPINES */
18038
+ ]: [
18039
+ "en"
18040
+ /* ENGLISH */
18041
+ ],
18042
+ [
18043
+ "PL"
18044
+ /* POLAND */
18045
+ ]: [
18046
+ "pl"
18047
+ /* POLISH */
18048
+ ],
18049
+ [
18050
+ "PT"
18051
+ /* PORTUGAL */
18052
+ ]: [
18053
+ "pt"
18054
+ /* PORTUGUESE */
18055
+ ],
18056
+ [
18057
+ "QA"
18058
+ /* QATAR */
18059
+ ]: [
18060
+ "en"
18061
+ /* ENGLISH */
18062
+ ],
18063
+ [
18064
+ "RO"
18065
+ /* ROMANIA */
18066
+ ]: [
18067
+ "ro"
18068
+ /* ROMANIAN */
18069
+ ],
18070
+ [
18071
+ "SA"
18072
+ /* SAUDI_ARABIA */
18073
+ ]: [
18074
+ "ar",
18075
+ "en"
18076
+ /* ENGLISH */
18077
+ ],
18078
+ [
18079
+ "SG"
18080
+ /* SINGAPORE */
18081
+ ]: [
18082
+ "en"
18083
+ /* ENGLISH */
18084
+ ],
18085
+ [
18086
+ "SK"
18087
+ /* SLOVAKIA */
18088
+ ]: [
18089
+ "sk"
18090
+ /* SLOVAK */
18091
+ ],
18092
+ [
18093
+ "SI"
18094
+ /* SLOVENIA */
18095
+ ]: [
18096
+ "sl",
18097
+ "hu",
18098
+ "it"
18099
+ /* ITALIAN */
18100
+ ],
18101
+ [
18102
+ "ZA"
18103
+ /* SOUTH_AFRICA */
18104
+ ]: [
18105
+ "en"
18106
+ /* ENGLISH */
18107
+ ],
18108
+ [
18109
+ "KR"
18110
+ /* SOUTH_KOREA */
18111
+ ]: [
18112
+ "ko"
18113
+ /* KOREAN */
18114
+ ],
18115
+ [
18116
+ "ES"
18117
+ /* SPAIN */
18118
+ ]: [
18119
+ "es"
18120
+ /* SPANISH */
18121
+ ],
18122
+ [
18123
+ "SE"
18124
+ /* SWEDEN */
18125
+ ]: [
18126
+ "sv"
18127
+ /* SWEDISH */
18128
+ ],
18129
+ [
18130
+ "CH"
18131
+ /* SWITZERLAND */
18132
+ ]: [
18133
+ "de",
18134
+ "fr",
18135
+ "it"
18136
+ /* ITALIAN */
18137
+ ],
18138
+ [
18139
+ "TW"
18140
+ /* TAIWAN */
18141
+ ]: [
18142
+ "zh"
18143
+ /* TRADITIONAL_CHINESE */
18144
+ ],
18145
+ [
18146
+ "TH"
18147
+ /* THAILAND */
18148
+ ]: [
18149
+ "th"
18150
+ /* THAI */
18151
+ ],
18152
+ [
18153
+ "UA"
18154
+ /* UKRAINE */
18155
+ ]: [
18156
+ "uk",
18157
+ "en"
18158
+ /* ENGLISH */
18159
+ ],
18160
+ [
18161
+ "AE"
18162
+ /* UNITED_ARAB_EMIRATES */
18163
+ ]: [
18164
+ "en"
18165
+ /* ENGLISH */
18166
+ ],
18167
+ [
18168
+ "GB"
18169
+ /* UNITED_KINGDOM */
18170
+ ]: [
18171
+ "en"
18172
+ /* ENGLISH */
18173
+ ],
18174
+ [
18175
+ "US"
18176
+ /* UNITED_STATES */
18177
+ ]: [
18178
+ "en"
18179
+ /* ENGLISH */
18180
+ ],
18181
+ [
18182
+ "VN"
18183
+ /* VIETNAM */
18184
+ ]: [
18185
+ "vi"
18186
+ /* VIETNAMESE */
16461
18187
  ]
16462
- ]);
18188
+ };
16463
18189
  const _ComplianceResourcesService = class _ComplianceResourcesService {
16464
18190
  };
16465
18191
  /**
@@ -16472,20 +18198,7 @@ __publicField(_ComplianceResourcesService, "getComplianceResourceURLsForVisa", (
16472
18198
  throw new Error(`Country "${country}" is not supported by Visa.`);
16473
18199
  }
16474
18200
  const visaCountry = country;
16475
- const complianceResourceURLsOfCountry = COMPLIANCE_RESOURCES_MAP_VISA.get(visaCountry);
16476
- const countryHasMultipleLanguages = COUNTRIES_WITH_MULTIPLE_LOCALES_DEFAULT_VISA.has(visaCountry);
16477
- let complianceResourceURLs;
16478
- if (countryHasMultipleLanguages) {
16479
- complianceResourceURLs = _ComplianceResourcesService.getComplianceResourcesBasedOnLocale(
16480
- complianceResourceURLsOfCountry,
16481
- visaCountry
16482
- );
16483
- } else {
16484
- complianceResourceURLs = complianceResourceURLsOfCountry[0];
16485
- }
16486
- if (!complianceResourceURLs) {
16487
- throw new Error(`Compliance URLs not available for country ${country}.`);
16488
- }
18201
+ const complianceResourceURLs = _ComplianceResourcesService.getComplianceResourcesBasedOnLocale(visaCountry);
16489
18202
  return {
16490
18203
  termsAndConditionsUrl: complianceResourceURLs.termsAndConditionsUrl,
16491
18204
  privacyPolicyUrl: complianceResourceURLs.privacyPolicyUrl
@@ -16503,10 +18216,15 @@ __publicField(_ComplianceResourcesService, "getComplianceResourceURLsForMasterca
16503
18216
  __publicField(_ComplianceResourcesService, "isSupportedVisaClickToPayCountry", (country) => {
16504
18217
  return Object.values(VisaClickToPayCountry).includes(country);
16505
18218
  });
16506
- __publicField(_ComplianceResourcesService, "getComplianceResourcesBasedOnLocale", (complianceResourceURLsOfCountry, visaCountry) => {
16507
- const uiLocale = `${get(merchantConfigStore).locale.substring(0, 2)}_${visaCountry}`;
16508
- const defaultLocale = COUNTRIES_WITH_MULTIPLE_LOCALES_DEFAULT_VISA.get(visaCountry);
16509
- return complianceResourceURLsOfCountry.find((complianceResourceUrls) => complianceResourceUrls.locale === uiLocale) || complianceResourceURLsOfCountry.find((complianceResourceUrls) => complianceResourceUrls.locale === defaultLocale);
18219
+ __publicField(_ComplianceResourcesService, "getComplianceResourcesBasedOnLocale", (visaCountry) => {
18220
+ const uiLanguage = get(merchantConfigStore).locale.substring(0, 2);
18221
+ const visaLanguagesForCountry = VisaClickToPayLocales[visaCountry];
18222
+ const language2 = visaLanguagesForCountry.includes(uiLanguage) ? uiLanguage : visaLanguagesForCountry[0];
18223
+ const locale = `${language2}_${visaCountry}`;
18224
+ return {
18225
+ termsAndConditionsUrl: `https://www.visa.com/${locale}/checkout/legal/terms-of-service.html`,
18226
+ privacyPolicyUrl: `https://www.visa.com/${locale}/checkout/legal/global-privacy-notice.html`
18227
+ };
16510
18228
  });
16511
18229
  let ComplianceResourcesService = _ComplianceResourcesService;
16512
18230
  var root_2 = /* @__PURE__ */ template(`<!> <!>`, 1);