@foxy.io/elements 1.14.0-beta.8 → 1.14.2

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.
Files changed (94) hide show
  1. package/dist/cdn/foxy-access-recovery-form.js +1 -1
  2. package/dist/cdn/foxy-address-card.js +1 -1
  3. package/dist/cdn/foxy-address-form.js +1 -1
  4. package/dist/cdn/foxy-applied-tax-card.js +1 -1
  5. package/dist/cdn/foxy-attribute-card.js +1 -1
  6. package/dist/cdn/foxy-attribute-form.js +1 -1
  7. package/dist/cdn/foxy-cancellation-form.js +1 -1
  8. package/dist/cdn/foxy-collection-page.js +1 -1
  9. package/dist/cdn/foxy-collection-pages.js +1 -1
  10. package/dist/cdn/foxy-custom-field-card.js +1 -1
  11. package/dist/cdn/foxy-custom-field-form.js +1 -1
  12. package/dist/cdn/foxy-customer-card.js +1 -1
  13. package/dist/cdn/foxy-customer-form.js +1 -1
  14. package/dist/cdn/foxy-customer-portal-settings.js +1 -1
  15. package/dist/cdn/foxy-customer-portal.js +18 -15
  16. package/dist/cdn/foxy-customer.js +1 -1
  17. package/dist/cdn/foxy-customers-table.js +1 -1
  18. package/dist/cdn/foxy-discount-card.js +1 -1
  19. package/dist/cdn/foxy-donation.js +1 -1
  20. package/dist/cdn/foxy-email-template-form.js +1 -1
  21. package/dist/cdn/foxy-error-entry-card.js +1 -1
  22. package/dist/cdn/foxy-form-dialog.js +1 -1
  23. package/dist/cdn/foxy-i18n.js +1 -1
  24. package/dist/cdn/foxy-items-form.js +1 -1
  25. package/dist/cdn/foxy-payment-card.js +1 -1
  26. package/dist/cdn/foxy-payment-method-card.js +1 -1
  27. package/dist/cdn/foxy-query-builder.js +1 -1
  28. package/dist/cdn/foxy-sign-in-form.js +1 -1
  29. package/dist/cdn/foxy-spinner.js +1 -1
  30. package/dist/cdn/foxy-subscription-card.js +1 -1
  31. package/dist/cdn/foxy-subscription-form.js +3 -3
  32. package/dist/cdn/foxy-subscriptions-table.js +1 -1
  33. package/dist/cdn/foxy-table.js +1 -1
  34. package/dist/cdn/foxy-tax-card.js +1 -1
  35. package/dist/cdn/foxy-tax-form.js +1 -1
  36. package/dist/cdn/foxy-template-config-form.js +1 -1
  37. package/dist/cdn/foxy-template-form.js +1 -1
  38. package/dist/cdn/foxy-transaction-card.js +1 -1
  39. package/dist/cdn/foxy-transactions-table.js +1 -1
  40. package/dist/cdn/foxy-user-form.js +1 -1
  41. package/dist/cdn/foxy-users-table.js +1 -1
  42. package/dist/cdn/{shared-4ba926ca.js → shared-07abcd7b.js} +1 -1
  43. package/dist/cdn/{shared-31d03530.js → shared-1f1734cb.js} +1 -1
  44. package/dist/cdn/{shared-ca7c3b9a.js → shared-322e60b1.js} +1 -1
  45. package/dist/cdn/{shared-7007dedb.js → shared-5f54e916.js} +1 -1
  46. package/dist/cdn/{shared-0f9809ab.js → shared-66cb6a36.js} +1 -1
  47. package/dist/cdn/{shared-a3d2c48e.js → shared-6ebe3825.js} +1 -1
  48. package/dist/cdn/{shared-5d94bacb.js → shared-74b9e1d1.js} +1 -1
  49. package/dist/cdn/{shared-00070cc4.js → shared-7a42073a.js} +5 -5
  50. package/dist/cdn/{shared-b24377bf.js → shared-8a7bee0d.js} +1 -1
  51. package/dist/cdn/{shared-da787055.js → shared-91e768be.js} +1 -1
  52. package/dist/cdn/{shared-d01035c5.js → shared-9a40309d.js} +1 -1
  53. package/dist/cdn/shared-9c099da6.js +1 -0
  54. package/dist/cdn/{shared-daf6b763.js → shared-b1fc5dc3.js} +1 -1
  55. package/dist/cdn/{shared-d05c93a5.js → shared-bc2bfe52.js} +1 -1
  56. package/dist/cdn/{shared-c5ae5d33.js → shared-ce1da35d.js} +1 -1
  57. package/dist/cdn/{shared-007c4e34.js → shared-f1dc1c6c.js} +1 -1
  58. package/dist/cdn/translations/shared/de.json +94 -0
  59. package/dist/cdn/translations/shared/en.json +83 -83
  60. package/dist/cdn/translations/shared/es.json +93 -0
  61. package/dist/elements/public/CustomerPortal/InternalCustomerPortalLink.d.ts +1 -0
  62. package/dist/elements/public/CustomerPortal/InternalCustomerPortalLink.js +17 -8
  63. package/dist/elements/public/CustomerPortal/InternalCustomerPortalLink.js.map +1 -1
  64. package/dist/elements/public/CustomerPortal/InternalCustomerPortalLoggedInView.js +19 -6
  65. package/dist/elements/public/CustomerPortal/InternalCustomerPortalLoggedInView.js.map +1 -1
  66. package/dist/elements/public/CustomerPortal/InternalCustomerPortalSubscriptions.js +11 -3
  67. package/dist/elements/public/CustomerPortal/InternalCustomerPortalSubscriptions.js.map +1 -1
  68. package/dist/elements/public/EmailTemplateForm/EmailTemplateForm.d.ts +21 -0
  69. package/dist/elements/public/EmailTemplateForm/EmailTemplateForm.js +21 -0
  70. package/dist/elements/public/EmailTemplateForm/EmailTemplateForm.js.map +1 -1
  71. package/dist/elements/public/I18n/I18n.js +1 -1
  72. package/dist/elements/public/I18n/I18n.js.map +1 -1
  73. package/dist/elements/public/ItemsForm/private/Picture.d.ts +1 -0
  74. package/dist/elements/public/ItemsForm/private/Picture.js +2 -0
  75. package/dist/elements/public/ItemsForm/private/Picture.js.map +1 -1
  76. package/dist/elements/public/SubscriptionForm/SubscriptionForm.js +12 -4
  77. package/dist/elements/public/SubscriptionForm/SubscriptionForm.js.map +1 -1
  78. package/dist/elements/public/TemplateConfigForm/CountriesList.d.ts +2 -4
  79. package/dist/elements/public/TemplateConfigForm/CountriesList.js +19 -20
  80. package/dist/elements/public/TemplateConfigForm/CountriesList.js.map +1 -1
  81. package/dist/elements/public/TemplateConfigForm/CountryCard.d.ts +1 -3
  82. package/dist/elements/public/TemplateConfigForm/CountryCard.js +21 -18
  83. package/dist/elements/public/TemplateConfigForm/CountryCard.js.map +1 -1
  84. package/dist/elements/public/TemplateConfigForm/TemplateConfigForm.js +184 -166
  85. package/dist/elements/public/TemplateConfigForm/TemplateConfigForm.js.map +1 -1
  86. package/dist/elements/public/TemplateForm/TemplateForm.d.ts +21 -0
  87. package/dist/elements/public/TemplateForm/TemplateForm.js +21 -0
  88. package/dist/elements/public/TemplateForm/TemplateForm.js.map +1 -1
  89. package/dist/mixins/themeable.js +10 -8
  90. package/dist/mixins/themeable.js.map +1 -1
  91. package/dist/mixins/translatable.js +1 -1
  92. package/dist/mixins/translatable.js.map +1 -1
  93. package/package.json +1 -1
  94. package/dist/cdn/shared-fe8a7aa2.js +0 -1
@@ -1 +1 @@
1
- import{L as e,_ as s,j as t,h as r}from"./shared-63eaded9.js";import"./shared-46ee137f.js";import"./shared-df573cea.js";import"./shared-f0a83bd6.js";import{T as a}from"./shared-d01035c5.js";import{c as o}from"./shared-4e709717.js";class i extends CustomEvent{constructor(e){super("change",{detail:e})}}let d,c,l=e=>e;class n extends(a(e)){constructor(){super(...arguments),this.readonly=!1,this.disabled=!1,this.checked=!1}static get properties(){return s(s({},super.properties),{},{readonly:{type:Boolean},disabled:{type:Boolean},checked:{type:Boolean}})}static get styles(){return[super.styles,t(d||(d=l`.ml-xxl{margin-left:calc(var(--lumo-space-m) + 1.125rem)}.check{height:1.125rem;width:1.125rem}`))]}render(){return r(c||(c=l` <label class="${0}"> <div class="${0}"> <iron-icon icon="lumo:checkmark" class="${0}"> </iron-icon> <input type="checkbox" class="sr-only" .checked="${0}" ?disabled="${0}" data-testid="input" @change="${0}"> </div> <div class="flex-1 font-lumo leading-m -mt-xs ml-m"> <slot></slot> </div> </label> <div class="${0}"> <slot name="content"></slot> </div> `),o({"flex group transition-colors":!0,"cursor-default":this.disabled||this.readonly,"text-disabled":this.disabled,"text-secondary":this.readonly,"cursor-pointer":!this.disabled}),o({"flex-shrink-0 check transition-colors rounded-s border":!0,"focus-within-shadow-outline":!0,"bg-primary text-primary-contrast":!this.readonly&&this.checked,"border-dashed border-contrast-30":this.readonly,"border-transparent":!this.readonly,"opacity-50":this.disabled,"text-secondary bg-contrast-20":!this.readonly&&!this.checked,"group-hover-bg-contrast-30":!this.readonly&&!this.checked}),o({"block w-full h-full transition-transform transform":!0,"scale-100":this.checked,"scale-0":!this.checked}),this.checked,this.disabled,(e=>{if(this.readonly)return e.preventDefault();e.stopPropagation(),this.checked=!this.checked,this.dispatchEvent(new i(this.checked))}),o({"font-lumo ml-xxl transition-colors":!0,"text-disabled":this.disabled}))}}export{n as C};
1
+ import{L as e,_ as s,j as t,h as r}from"./shared-63eaded9.js";import"./shared-46ee137f.js";import"./shared-df573cea.js";import"./shared-f0a83bd6.js";import{T as a}from"./shared-9a40309d.js";import{c as o}from"./shared-4e709717.js";class i extends CustomEvent{constructor(e){super("change",{detail:e})}}let d,c,l=e=>e;class n extends(a(e)){constructor(){super(...arguments),this.readonly=!1,this.disabled=!1,this.checked=!1}static get properties(){return s(s({},super.properties),{},{readonly:{type:Boolean},disabled:{type:Boolean},checked:{type:Boolean}})}static get styles(){return[super.styles,t(d||(d=l`.ml-xxl{margin-left:calc(var(--lumo-space-m) + 1.125rem)}.check{height:1.125rem;width:1.125rem}`))]}render(){return r(c||(c=l` <label class="${0}"> <div class="${0}"> <iron-icon icon="lumo:checkmark" class="${0}"> </iron-icon> <input type="checkbox" class="sr-only" .checked="${0}" ?disabled="${0}" data-testid="input" @change="${0}"> </div> <div class="flex-1 font-lumo leading-m -mt-xs ml-m"> <slot></slot> </div> </label> <div class="${0}"> <slot name="content"></slot> </div> `),o({"flex group transition-colors":!0,"cursor-default":this.disabled||this.readonly,"text-disabled":this.disabled,"text-secondary":this.readonly,"cursor-pointer":!this.disabled}),o({"flex-shrink-0 check transition-colors rounded-s border":!0,"focus-within-shadow-outline":!0,"bg-primary text-primary-contrast":!this.readonly&&this.checked,"border-dashed border-contrast-30":this.readonly,"border-transparent":!this.readonly,"opacity-50":this.disabled,"text-secondary bg-contrast-20":!this.readonly&&!this.checked,"group-hover-bg-contrast-30":!this.readonly&&!this.checked}),o({"block w-full h-full transition-transform transform":!0,"scale-100":this.checked,"scale-0":!this.checked}),this.checked,this.disabled,(e=>{if(this.readonly)return e.preventDefault();e.stopPropagation(),this.checked=!this.checked,this.dispatchEvent(new i(this.checked))}),o({"font-lumo ml-xxl transition-colors":!0,"text-disabled":this.disabled}))}}export{n as C};
@@ -1,21 +1,54 @@
1
1
  {
2
+ "add_country": "Land hinzufügen",
3
+ "add_field": "Feld hinzufügen",
2
4
  "add_or_clause": "ODER-Klausel hinzufügen",
5
+ "add_region": "Region hinzufügen",
3
6
  "add_value": "Neuen Wert hinzufügen",
4
7
  "address1": "Adresse Zeile 1",
5
8
  "address2": "Adresse Zeile 2",
6
9
  "address_name": "Name Adresse",
7
10
  "address_plural": "Adressen",
11
+ "allowlist": "Alle außer zulassen",
8
12
  "attribute_plural": "Kennzeichen",
9
13
  "back": "Zurückkehren",
10
14
  "backend_developer": "Backend-Entwickler",
11
15
  "backend_developer_explainer": "Verwaltet serverseitigen Code in PHP, Python, Ruby usw.",
16
+ "billing": "Abrechnung",
17
+ "blocklist": "Alle außer verbieten",
18
+ "cache": "Cachen",
12
19
  "cancel": "Abbrechen",
20
+ "cart_controls": "Menge",
21
+ "cart_type": "Warenkorbanzeige",
22
+ "cart_type_custom": "Benutzerdefinierte",
23
+ "cart_type_custom_explainer": "Erstellen Sie Ihren eigenen JSONP-Warenkorb mit der enthaltenen Konfiguration",
24
+ "cart_type_default": "Sidecart",
25
+ "cart_type_default_explainer": "Standarddarstellung des Einkaufswagens in Version 2.0",
26
+ "cart_type_fullpage": "Full page",
27
+ "cart_type_fullpage_explainer": "Schicken Sie alle Kunden zu einem ganzseitigen Warenkorb, während die Minicart-Funktionalität weiterhin enthalten ist",
28
+ "checked_by_default": "Standardmäßig aktiviert",
29
+ "checkout_type": "Konten",
30
+ "checkout_type_account_only": "Nur Kundenkonten zulassen",
31
+ "checkout_type_default_account": "Beides zulassen, standardmäßig Kunde",
32
+ "checkout_type_default_guest": "Beides zulassen, standardmäßig Gast",
33
+ "checkout_type_guest_only": "Nur Gäste zulassen",
34
+ "checkout_type_helper_text": "Wenn Sie $t(checkout_type_guest_only) auswählen, kann Ihr Geschäft keine Abonnements verwenden.",
13
35
  "city": "Stadt",
14
36
  "client": "Klient",
15
37
  "close": "Schließen",
38
+ "close_icon": "Schließen-Symbol",
16
39
  "company": "Firma",
40
+ "consent": "Zustimmung",
17
41
  "country": "Land",
42
+ "coupon_entry": "Gutscheincode",
18
43
  "create": "Erstellen",
44
+ "custom_config": "Benutzerdefinierte Konfiguration",
45
+ "custom_config_helper_text": "Wenn Sie benutzerdefinierte Werte haben, die Sie Ihrer Twig-Vorlage zur Verfügung stellen möchten, können Sie diese hier als gültige JSON-Zeichenfolge hinzufügen.",
46
+ "custom_fields": "Benutzerdefinierte Felder",
47
+ "custom_fields_helper_text": "Wenn Sie Informationen vom Kunden auf der Checkout-Seite sammeln möchten, können Sie hier benutzerdefinierte Formularfelder hinzufügen, die dem Checkout-Formular hinzugefügt werden. Aus Konsistenzgründen empfehlen wir Ihnen, der gleichen HTML-Containerstruktur zu folgen, die für andere Checkout-Felder verwendet wird. Sie können hier die Twig-Syntax verwenden.",
48
+ "custom_footer": "Benutzerdefinierte Fußzeile",
49
+ "custom_footer_helper_text": "Alle JS-Snippets oder Konvertierungsskripte, die Sie zur Fußzeile hinzufügen müssen, können hier eingefügt werden und werden vor dem </body>-Tag eingefügt. Sie können hier die Twig-Syntax verwenden. Verwenden Sie für Konvertierungsskripts, die Sie nur einmal auf der Belegseite anzeigen möchten, {% if first_receipt_display %} {# Inhalt des Konvertierungsskripts hier #} {% endif %}.",
50
+ "custom_header": "Benutzerdefinierte Kopfzeile",
51
+ "custom_header_helper_text": "Jedes CSS oder JS, das Sie zum Header hinzufügen müssen, kann hier eingefügt werden und wird vor dem </head>-Tag Ihrer Vorlagen eingefügt. Denken Sie daran, dass alle Verweise auf Skriptdateien über https erfolgen oder über das Foxy-Caching-System laufen müssen. Die Twig-Syntax ist im Header nicht verfügbar.",
19
52
  "customer": "Kunde",
20
53
  "daily": "täglich",
21
54
  "daily_plural": "Jede {{count}} Tage",
@@ -24,19 +57,36 @@
24
57
  "date_modified": "Letzte Änderung",
25
58
  "day": "Tag",
26
59
  "day_plural": "Tage",
60
+ "default": "Standard",
27
61
  "default_billing_address": "Vorgegebene Rechnungsadresse",
28
62
  "default_shipping_address": "Vorgegebene Lieferadresse",
29
63
  "delete": "Löschen",
30
64
  "delete_prompt": "Diese Ressource wird endgültig gelöscht. Sind Sie sicher?",
65
+ "description": "Beschreibung",
31
66
  "designer": "Designer",
32
67
  "designer_explainer": "Verwaltet Erscheinungsbild, Grafik und Benutzeroberfläche.",
68
+ "disabled": "Deaktiviert",
69
+ "display_sdta": "Zeigen Sie EU-Kunden eine Vereinbarung zur sicheren Datenübertragung an",
70
+ "display_sdta_explainer": "Wenn Sie Kunden in der Europäischen Union haben, aktivieren Sie diese Funktion, damit sie sich dafür entscheiden können, ihre Daten an unsere sicheren Server in den Vereinigten Staaten zu senden.",
71
+ "display_tos_link": "Zeigen Sie einen Link zu den Allgemeinen Geschäftsbedingungen an",
72
+ "display_tos_link_explainer": "Fügen Sie ein Kontrollkästchen ein, um Ihre Kunden zu bitten, Ihren Nutzungsbedingungen zuzustimmen.",
33
73
  "email": "Email",
74
+ "enable_postcode_lookup": "Bieten Sie Städte- und Bundeslandvorschläge basierend auf der Postleitzahl an",
75
+ "enabled": "Ermöglicht",
34
76
  "end_date": "Enddatum",
35
77
  "end_subscription": "End Subskription",
36
78
  "end_subscription_explainer": "Ihr Abonnement bleibt bis zum gewählten Enddatum aktiv. Wenn Sie sich entscheiden, dieses Abonnement später fortzusetzen, müssen Sie sich möglicherweise erneut anmelden.",
37
79
  "expires": "Läuft aus",
38
80
  "field": "Gebiet",
81
+ "field_plural": "Felder",
39
82
  "first_name": "Vorname",
83
+ "foxycomplete": "Standort automatisch vervollständigen",
84
+ "foxycomplete_combobox": "Kombinationsfeld",
85
+ "foxycomplete_combobox_explainer": "Erweitern Sie, um Optionen zu durchsuchen, geben Sie ein, um zu suchen",
86
+ "foxycomplete_disabled": "Deaktiviert",
87
+ "foxycomplete_disabled_explainer": "Lassen Sie Kunden eine Option aus einer Liste auswählen",
88
+ "foxycomplete_search": "Suche",
89
+ "foxycomplete_search_explainer": "Zeigen Sie ein Feld „Suchen während der Eingabe“ an",
40
90
  "fraud_risk": "Betrugsrisiko: {{ score }}",
41
91
  "frequency": "$t({{units}}, { \"count\": {{count}} })",
42
92
  "frequency_label": "Häufigkeit",
@@ -45,6 +95,13 @@
45
95
  "frontend_developer_explainer": "Verwaltet clientseitigen Code in JS, CSS, HTML usw.",
46
96
  "full_address": "{{address1}} {{address2}} {{city}} {{region}} {{postal_code}}",
47
97
  "full_name": "{{first_name}} {{last_name}}",
98
+ "ga_account_id": "Account ID",
99
+ "ga_account_id_explainer": "Sie finden die ID im Admin-Bereich Ihres Analytics unter Tracking-Info > Tracking-Code.",
100
+ "ga_include_on_site": "Über loader.js einbinden",
101
+ "ga_include_on_site_explainer": "Aktivieren Sie Google Analytics auf jeder Seite, auf der die Datei loader.js enthalten ist.",
102
+ "hidden": "Versteckt",
103
+ "hidden_fields": "Versteckte Felder",
104
+ "html_template": "HTML-Vorlage",
48
105
  "invalid_credential_error": "Falsche E-Mail oder falsches Passwort. Bitte überprüfen Sie Ihre Anmeldedaten und versuchen Sie es erneut.",
49
106
  "is_defined_false": "Nicht definiert",
50
107
  "is_defined_true": "Definiert",
@@ -59,6 +116,8 @@
59
116
  "loading_end": "Keine Daten mehr",
60
117
  "loading_error": "Wurde nicht geladen",
61
118
  "loading_paused": "Unterbrochen",
119
+ "location_plural": "Standorte",
120
+ "location_url": "Standort (URL)",
62
121
  "merchant": "Händler",
63
122
  "merchant_explainer": "Verwaltet Artikel, Finanzen und diesen Laden im Allgemeinen.",
64
123
  "mfa_remember_device": "Vertrauen Sie diesem Gerät",
@@ -74,7 +133,10 @@
74
133
  "new_password": "Neues Passwort",
75
134
  "new_password_format_error": "Das neue Passwort, das Sie gewählt haben, ist zu schwach. Bitte geben Sie ein sicheres neues Passwort ein.",
76
135
  "new_password_required_error": "Um Ihr Konto sicher zu halten, ändern Sie bitte Ihr Passwort, bevor Sie sich dieses Mal anmelden.",
136
+ "newsletter_subscribe": "Ermöglichen Sie Benutzern, sich für Ihren Newsletter anzumelden",
137
+ "newsletter_subscribe_explainer": "Dazu gehört ein Kontrollkästchen an Ihrer Kasse, mit dem Kunden Ihren Newsletter abonnieren können, der in den Transaktionsberichten, der API und den Webhooks verfügbar ist.",
77
138
  "next_transaction_date": "Nächster Transaktionstermin",
139
+ "open_icon": "Öffnen-Symbol",
78
140
  "operator_equal": "Gleich",
79
141
  "operator_greaterthan": "Größer als",
80
142
  "operator_greaterthanorequal": "Größer als oder gleich",
@@ -83,15 +145,21 @@
83
145
  "operator_lessthan": "Weniger als",
84
146
  "operator_lessthanorequal": "Weniger als oder gleich",
85
147
  "operator_not": "Nicht gleich",
148
+ "optional": "Optional",
86
149
  "or": "Oder",
87
150
  "password": "Passwort",
88
151
  "payment_method_plural": "Zahlungsmöglichkeiten",
152
+ "percent": "{{fraction, percent}}",
89
153
  "phone": "Telefon",
90
154
  "postal_code": "Postleitzahl",
91
155
  "preview": "Vorschau",
92
156
  "price": "{{amount, price}}",
93
157
  "price_recurring": "{{amount, price}} $t(frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\" })",
94
158
  "price_twice_a_month": "{{amount, price}} $t(twice_a_month)",
159
+ "product_category": "Produktkategorie",
160
+ "product_code": "Produktcode",
161
+ "product_options": "Produktoptionen",
162
+ "product_weight": "Produktgewicht",
95
163
  "query_builder_group": "Filtergruppe",
96
164
  "query_builder_rule": "Filter",
97
165
  "range_from": "Von",
@@ -102,15 +170,30 @@
102
170
  "recover_access_success": "Erledigt! Bitte prüfen Sie Ihre E-Mail für weitere Anweisungen.",
103
171
  "region": "Region",
104
172
  "request": "Anfrage",
173
+ "require_consent": "Zustimmung erforderlich, um fortzufahren",
174
+ "required": "Erforderlich",
175
+ "same_as_shipping": "Genau wie der Versand",
105
176
  "save": "Speichern",
177
+ "shipping": "Versand",
178
+ "show_country_flags": "Länderflaggen zeigen",
106
179
  "show_on_receipt": "Auf Quittung anzeigen",
107
180
  "sign_in": "Sich anmelden",
108
181
  "sign_in_hint": "Bitte geben Sie Ihre E-Mail und Ihr Passwort ein",
182
+ "sio_account_id": "Write Key",
183
+ "sio_account_id_explainer": "Sie finden den Write Key in Ihrer Projekteinrichtungsanleitung oder in den Einstellungen der Quelle.",
184
+ "skip_csc_for_saved": "CSC für gespeicherte Karten überspringen",
185
+ "skip_csc_for_sso": "CSC für einmaliges Anmelden überspringen",
186
+ "sub_enddate": "Enddatum des Abonnements",
187
+ "sub_frequency": "Abonnementhäufigkeit",
188
+ "sub_nextdate": "Abo nächster Termin",
189
+ "sub_startdate": "Startdatum des Abonnements",
109
190
  "subscription_active": "Nächste Zahlung am {{date, date}}",
110
191
  "subscription_cancelled": "Beendet am {{date, date}}",
111
192
  "subscription_failed": "Zahlung fehlgeschlagen am {{date, date}}",
112
193
  "subscription_plural": "Abonnements",
113
194
  "subscription_will_be_cancelled": "Wird beendet am {{date, date}}",
195
+ "supported_cards": "Karten",
196
+ "supported_cards_disclaimer": "Gilt nur für Zahlungsgateways, bei denen der Kunde seine Zahlungskarteninformationen direkt an der Foxy-Kasse eingibt. Ausnahmen: Adyen Embedded, Amazon Pay, Apple Pay, Klarna, Square und Stripe.",
114
197
  "tax_apply_to_shipping": "Auf Versand anwenden",
115
198
  "tax_apply_to_shipping_explainer": "Ankreuzen, um diese Steuer auf die Versandkosten anzuwenden.",
116
199
  "tax_country": "Landessteuer",
@@ -127,6 +210,14 @@
127
210
  "tax_union": "Steuer der Europäischen Union",
128
211
  "tax_use_origin_rates": "Ursprungssteuersätze verwenden",
129
212
  "tax_use_origin_rates_explainer": "Ankreuzen, um den Steuersatz Ihres Landes zu verwenden, unabhängig davon, wo sich die Kunden befinden.",
213
+ "template": "Schablone",
214
+ "template_clipboard": "Aus der Zwischenablage",
215
+ "template_clipboard_explainer": "Fügen Sie die Vorlage hier ein, um sie zu verwenden",
216
+ "template_default": "Standard",
217
+ "template_default_explainer": "Verwenden Sie die Standardvorlage",
218
+ "template_url": "Von URL",
219
+ "template_url_explainer": "Rufen Sie die Vorlage von einer öffentlichen URL ab",
220
+ "text_template": "Textvorlage",
130
221
  "time": "{{value, time}}",
131
222
  "transaction": "Transaktion",
132
223
  "transaction_approved": "Zugelassen",
@@ -142,6 +233,9 @@
142
233
  "transaction_summary_plural": "{{most_expensive_item.name}} und {{count}} mehr",
143
234
  "transaction_verified": "Überprüft",
144
235
  "transaction_voided": "Storniert",
236
+ "troubleshooting": "Fehlerbehebung",
237
+ "troubleshooting_debug": "Protokollieren Sie Debug-Meldungen in der Browser-Konsole",
238
+ "troubleshooting_debug_explainer": "Aktivieren Sie diese Option, um console.log()-Aufrufe für unser JS auszulösen, das Ihnen bei der Fehlerbehebung in Ihrem Shop helfen kann.",
145
239
  "twice_a_month": "Zweimal im Monat",
146
240
  "type": "Typ",
147
241
  "type_any": "Feld unbekannten Typs",
@@ -1,22 +1,54 @@
1
1
  {
2
+ "add_country": "Add country",
3
+ "add_field": "Add field",
2
4
  "add_or_clause": "Add OR clause",
5
+ "add_region": "Add region",
3
6
  "add_value": "Add value",
4
7
  "address1": "Address Line 1",
5
8
  "address2": "Address Line 2",
6
9
  "address_name": "Address name",
7
10
  "address_plural": "Addresses",
11
+ "allowlist": "Allow all except",
8
12
  "attribute_plural": "Attributes",
9
13
  "back": "Back",
10
14
  "backend_developer": "Backend developer",
11
15
  "backend_developer_explainer": "Manages server-side code in PHP, Python, Ruby, etc.",
16
+ "billing": "Billing",
17
+ "blocklist": "Ban all except",
12
18
  "cache": "Cache",
13
19
  "cancel": "Cancel",
20
+ "cart_controls": "Quantity",
21
+ "cart_type": "Cart display",
22
+ "cart_type_custom": "Custom",
23
+ "cart_type_custom_explainer": "Build your own JSONP cart with included config",
24
+ "cart_type_default": "Sidecart",
25
+ "cart_type_default_explainer": "Default cart appearance in version 2.0",
26
+ "cart_type_fullpage": "Full page",
27
+ "cart_type_fullpage_explainer": "Send all customers to a full page cart while still including minicart functionality",
28
+ "checked_by_default": "Checked by default",
29
+ "checkout_type": "Accounts",
30
+ "checkout_type_account_only": "Allow customer accounts only",
31
+ "checkout_type_default_account": "Allow both, default to customer",
32
+ "checkout_type_default_guest": "Allow both, default to guest",
33
+ "checkout_type_guest_only": "Allow guests only",
34
+ "checkout_type_helper_text": "If you select $t(checkout_type_guest_only), your store will not be able to use subscriptions.",
14
35
  "city": "City",
15
36
  "client": "Client",
16
37
  "close": "Close",
38
+ "close_icon": "Close icon",
17
39
  "company": "Company",
40
+ "consent": "Consent",
18
41
  "country": "Country",
42
+ "coupon_entry": "Coupon code",
19
43
  "create": "Create",
44
+ "custom_config": "Custom config",
45
+ "custom_config_helper_text": "If you have any custom values you'd like to make available to your twig template, you can add them here as a valid JSON string.",
46
+ "custom_fields": "Custom fields",
47
+ "custom_fields_helper_text": "If you have information you'd like to collect from the customer on the checkout page, you can add custom form fields here which will be added to the checkout form. We recommend you follow the same HTML container structure used on other checkout fields for consistency. You can use Twig syntax here.",
48
+ "custom_footer": "Custom footer",
49
+ "custom_footer_helper_text": "Any JS snippets or conversion scripts you need to add to the footer can be put here and will be inserted before the </body> tag. You can use Twig syntax here. For conversion scripts you only want to display once on the receipt page, use {% if first_receipt_display %} {# conversion script content here #} {% endif %}.",
50
+ "custom_header": "Custom header",
51
+ "custom_header_helper_text": "Any CSS or JS you need to add to the header can be put here and will be inserted before the </head> tag of your templates. Keep in mind all script file references must be through https or run through the Foxy caching system. Twig syntax is not available in the header.",
20
52
  "customer": "Customer",
21
53
  "daily": "Daily",
22
54
  "daily_plural": "Every {{count}} days",
@@ -25,6 +57,7 @@
25
57
  "date_modified": "Last updated",
26
58
  "day": "Day",
27
59
  "day_plural": "Days",
60
+ "default": "Default",
28
61
  "default_billing_address": "Default billing address",
29
62
  "default_shipping_address": "Default shipping address",
30
63
  "delete": "Delete",
@@ -32,13 +65,28 @@
32
65
  "description": "Description",
33
66
  "designer": "Designer",
34
67
  "designer_explainer": "Manages appearance, art and user interface.",
68
+ "disabled": "Disabled",
69
+ "display_sdta": "Display a Secure Data Transfer agreement to EU customers",
70
+ "display_sdta_explainer": "If you have customers in the European Union, enable this feature so they can opt in to sending their data to our secure servers in the United States.",
71
+ "display_tos_link": "Display a link to Terms & Conditions",
72
+ "display_tos_link_explainer": "Include a checkbox to ask your customers to agree to your Terms of Service.",
35
73
  "email": "Email",
74
+ "enable_postcode_lookup": "Offer city and state suggestions based on postcode",
75
+ "enabled": "Enabled",
36
76
  "end_date": "End date",
37
77
  "end_subscription": "End subscription",
38
78
  "end_subscription_explainer": "Your subscription will remain active until the selected end date. You might have to resubscribe if you decide to resume this subscription later.",
39
79
  "expires": "Expires",
40
80
  "field": "Field",
81
+ "field_plural": "Fields",
41
82
  "first_name": "First name",
83
+ "foxycomplete": "Location autocomplete",
84
+ "foxycomplete_combobox": "Combo Box",
85
+ "foxycomplete_combobox_explainer": "Expand to browse options, type to search",
86
+ "foxycomplete_disabled": "Disabled",
87
+ "foxycomplete_disabled_explainer": "Let customers pick an option from a list",
88
+ "foxycomplete_search": "Search",
89
+ "foxycomplete_search_explainer": "Display a «search as you type» field",
42
90
  "fraud_risk": "Fraud risk: {{ score }}",
43
91
  "frequency": "$t({{units}}, { \"count\": {{count}} })",
44
92
  "frequency_label": "Frequency",
@@ -47,6 +95,12 @@
47
95
  "frontend_developer_explainer": "Manages client-side code in JS, CSS, HTML, etc.",
48
96
  "full_address": "{{address1}} {{address2}} {{city}} {{region}} {{postal_code}}",
49
97
  "full_name": "{{first_name}} {{last_name}}",
98
+ "ga_account_id": "Account ID",
99
+ "ga_account_id_explainer": "You can find the ID in the Admin section of your Analytics in Tracking info > Tracking code.",
100
+ "ga_include_on_site": "Include via loader.js",
101
+ "ga_include_on_site_explainer": "Enable Google Analytics on any page where the loader.js file is included.",
102
+ "hidden": "Hidden",
103
+ "hidden_fields": "Hidden fields",
50
104
  "html_template": "HTML template",
51
105
  "invalid_credential_error": "Incorrect email or password. Please check your credentials and try again.",
52
106
  "is_defined_false": "Not defined",
@@ -62,6 +116,8 @@
62
116
  "loading_end": "No more data",
63
117
  "loading_error": "Failed to load",
64
118
  "loading_paused": "Paused",
119
+ "location_plural": "Locations",
120
+ "location_url": "Location (URL)",
65
121
  "merchant": "Merchant",
66
122
  "merchant_explainer": "Manages items, finances and this store in general.",
67
123
  "mfa_remember_device": "Trust this device",
@@ -77,7 +133,10 @@
77
133
  "new_password": "New password",
78
134
  "new_password_format_error": "The new password you've chosen is too weak. Please enter a secure new password.",
79
135
  "new_password_required_error": "To keep your account secure, please change your password before logging in this time.",
136
+ "newsletter_subscribe": "Allow users to sign up for your newsletter",
137
+ "newsletter_subscribe_explainer": "This includes a checkbox on your checkout to allow customers to choose to sign up to your newsletter, available in the transaction reports, the API and webhooks.",
80
138
  "next_transaction_date": "Next transaction date",
139
+ "open_icon": "Open icon",
81
140
  "operator_equal": "Equal",
82
141
  "operator_greaterthan": "Greater than",
83
142
  "operator_greaterthanorequal": "Greater than or equal",
@@ -86,6 +145,7 @@
86
145
  "operator_lessthan": "Less than",
87
146
  "operator_lessthanorequal": "Less than or equal",
88
147
  "operator_not": "Not equal",
148
+ "optional": "Optional",
89
149
  "or": "Or",
90
150
  "password": "Password",
91
151
  "payment_method_plural": "Payment methods",
@@ -96,6 +156,10 @@
96
156
  "price": "{{amount, price}}",
97
157
  "price_recurring": "{{amount, price}} $t(frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\" })",
98
158
  "price_twice_a_month": "{{amount, price}} $t(twice_a_month)",
159
+ "product_category": "Product category",
160
+ "product_code": "Product code",
161
+ "product_options": "Product options",
162
+ "product_weight": "Product weight",
99
163
  "query_builder_group": "Group of filters",
100
164
  "query_builder_rule": "Filter",
101
165
  "range_from": "From",
@@ -106,16 +170,31 @@
106
170
  "recover_access_success": "Done! Please check your email for further instructions.",
107
171
  "region": "Region",
108
172
  "request": "Request",
173
+ "require_consent": "Require consent to proceed",
174
+ "required": "Required",
175
+ "same_as_shipping": "Same as shipping",
109
176
  "save": "Save",
177
+ "shipping": "Shipping",
178
+ "show_country_flags": "Show country flags",
110
179
  "show_on_receipt": "Show on receipt",
111
180
  "sign_in": "Sign in",
112
181
  "sign_in_hint": "Please enter your email and password",
182
+ "sio_account_id": "Write Key",
183
+ "sio_account_id_explainer": "You can find the write key in your project set up guide or in the source’s settings.",
184
+ "skip_csc_for_saved": "Skip CSC for saved cards",
185
+ "skip_csc_for_sso": "Skip CSC for single sign-on",
186
+ "sub_enddate": "Subscription end date",
187
+ "sub_frequency": "Subscription frequency",
188
+ "sub_nextdate": "Subscription next date",
189
+ "sub_startdate": "Subscription start date",
113
190
  "subscription_active": "Next payment on {{date, date}}",
114
191
  "subscription_cancelled": "Ended on {{date, date}}",
115
192
  "subscription_failed": "Payment failed on {{date, date}}",
116
193
  "subscription_inactive": "Inactive",
117
194
  "subscription_plural": "Subscriptions",
118
195
  "subscription_will_be_cancelled": "Ends on {{date, date}}",
196
+ "supported_cards": "Cards",
197
+ "supported_cards_disclaimer": "Applies only to payment gateways where the customer enters their payment card information directly on the Foxy checkout. Exceptions: Adyen Embedded, Amazon Pay, Apple Pay, Klarna, Square and Stripe.",
119
198
  "tax_apply_to_shipping": "Apply to shipping",
120
199
  "tax_apply_to_shipping_explainer": "Check to apply this tax to the shipping costs.",
121
200
  "tax_country": "Country tax",
@@ -155,6 +234,9 @@
155
234
  "transaction_summary_plural": "{{most_expensive_item.name}} and {{count}} more",
156
235
  "transaction_verified": "Verified",
157
236
  "transaction_voided": "Voided",
237
+ "troubleshooting": "Troubleshooting",
238
+ "troubleshooting_debug": "Log debug messages in the browser console",
239
+ "troubleshooting_debug_explainer": "Enable this option to trigger console.log() calls for our JS, which can assist with troubleshooting your store.",
158
240
  "twice_a_month": "Twice a month",
159
241
  "type": "Type",
160
242
  "type_any": "Field of unknown type",
@@ -186,87 +268,5 @@
186
268
  "year": "Year",
187
269
  "year_plural": "Years",
188
270
  "yearly": "Yearly",
189
- "yearly_plural": "Every {{count}} years",
190
- "cart_type": "Cart display",
191
- "cart_type_default": "Sidecart",
192
- "cart_type_default_explainer": "Default cart appearance in version 2.0",
193
- "cart_type_fullpage": "Full page",
194
- "cart_type_fullpage_explainer": "Send all customers to a full page cart while still including minicart functionality",
195
- "cart_type_custom": "Custom",
196
- "cart_type_custom_explainer": "Build your own JSONP cart with included config",
197
- "foxycomplete": "Location autocomplete",
198
- "foxycomplete_combobox": "Combo Box",
199
- "foxycomplete_combobox_explainer": "Expand to browse options, type to search",
200
- "foxycomplete_search": "Search",
201
- "foxycomplete_search_explainer": "Display a «search as you type» field",
202
- "foxycomplete_disabled": "Disabled",
203
- "foxycomplete_disabled_explainer": "Let customers pick an option from a list",
204
- "open_icon": "Open icon",
205
- "close_icon": "Close icon",
206
- "show_country_flags": "Show country flags",
207
- "enable_postcode_lookup": "Offer city and state suggestions based on postcode",
208
- "location_plural": "Locations",
209
- "shipping": "Shipping",
210
- "billing": "Billing",
211
- "allowlist": "Allow all except",
212
- "blocklist": "Ban all except",
213
- "same_as_shipping": "Same as shipping",
214
- "add_region": "Add region",
215
- "add_country": "Add country",
216
- "hidden_fields": "Hidden fields",
217
- "add_field": "Add field",
218
- "product_weight": "Product weight",
219
- "product_category": "Product category",
220
- "product_code": "Product code",
221
- "product_options": "Product options",
222
- "sub_frequency": "Subscription frequency",
223
- "sub_startdate": "Subscription start date",
224
- "sub_nextdate": "Subscription next date",
225
- "sub_enddate": "Subscription end date",
226
- "custom_header": "Custom header",
227
- "custom_header_helper_text": "Any CSS or JS you need to add to the header can be put here and will be inserted before the </head> tag of your templates. Keep in mind all script file references must be through https or run through the Foxy caching system. Twig syntax is not available in the header.",
228
- "custom_footer": "Custom footer",
229
- "custom_footer_helper_text": "Any JS snippets or conversion scripts you need to add to the footer can be put here and will be inserted before the </body> tag. You can use Twig syntax here. For conversion scripts you only want to display once on the receipt page, use {% if first_receipt_display %} {# conversion script content here #} {% endif %}.",
230
- "ga_account_id": "Account ID",
231
- "ga_account_id_explainer": "You can find the ID in the Admin section of your Analytics in Tracking info > Tracking code.",
232
- "ga_include_on_site": "Include via loader.js",
233
- "ga_include_on_site_explainer": "Enable Google Analytics on any page where the loader.js file is included.",
234
- "sio_account_id": "Write Key",
235
- "sio_account_id_explainer": "You can find the write key in your project set up guide or in the source’s settings.",
236
- "troubleshooting": "Troubleshooting",
237
- "troubleshooting_debug": "Log debug messages in the browser console",
238
- "troubleshooting_debug_explainer": "Enable this option to trigger console.log() calls for our JS, which can assist with troubleshooting your store.",
239
- "custom_config": "Custom config",
240
- "custom_config_helper_text": "If you have any custom values you'd like to make available to your twig template, you can add them here as a valid JSON string.",
241
- "custom_fields": "Custom fields",
242
- "custom_fields_helper_text": "If you have information you'd like to collect from the customer on the checkout page, you can add custom form fields here which will be added to the checkout form. We recommend you follow the same HTML container structure used on other checkout fields for consistency. You can use Twig syntax here.",
243
- "checkout_type": "Accounts",
244
- "checkout_type_helper_text": "If you select $t(checkout_type_guest_only), your store will not be able to use subscriptions.",
245
- "checkout_type_default_account": "Allow both, default to customer",
246
- "checkout_type_default_guest": "Allow both, default to guest",
247
- "checkout_type_account_only": "Allow customer accounts only",
248
- "checkout_type_guest_only": "Allow guests only",
249
- "supported_cards": "Cards",
250
- "supported_cards_disclaimer": "Applies only to payment gateways where the customer enters their payment card information directly on the Foxy checkout. Exceptions: Adyen Embedded, Amazon Pay, Apple Pay, Klarna, Square and Stripe.",
251
- "skip_csc_for_saved": "Skip CSC for saved cards",
252
- "skip_csc_for_sso": "Skip CSC for single sign-on",
253
- "consent": "Consent",
254
- "display_tos_link": "Display a link to Terms & Conditions",
255
- "display_tos_link_explainer": "Include a checkbox to ask your customers to agree to your Terms of Service.",
256
- "location_url": "Location (URL)",
257
- "require_consent": "Require consent to proceed",
258
- "checked_by_default": "Checked by default",
259
- "newsletter_subscribe": "Allow users to sign up for your newsletter",
260
- "newsletter_subscribe_explainer": "This includes a checkbox on your checkout to allow customers to choose to sign up to your newsletter, available in the transaction reports, the API and webhooks.",
261
- "display_sdta": "Display a Secure Data Transfer agreement to EU customers",
262
- "display_sdta_explainer": "If you have customers in the European Union, enable this feature so they can opt in to sending their data to our secure servers in the United States.",
263
- "cart_controls": "Quantity",
264
- "coupon_entry": "Coupon code",
265
- "enabled": "Enabled",
266
- "disabled": "Disabled",
267
- "required": "Required",
268
- "default": "Default",
269
- "optional": "Optional",
270
- "hidden": "Hidden",
271
- "field_plural": "Fields"
271
+ "yearly_plural": "Every {{count}} years"
272
272
  }