@foxy.io/elements 1.39.0-beta.3 → 1.39.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/foxy-admin-subscription-card.js +1 -1
- package/dist/cdn/foxy-admin-subscription-form.js +1 -1
- package/dist/cdn/foxy-cancellation-form.js +1 -1
- package/dist/cdn/foxy-customer-portal-settings.js +1 -1
- package/dist/cdn/foxy-customer-portal.js +6 -10
- package/dist/cdn/foxy-customer.js +1 -1
- package/dist/cdn/foxy-donation.js +1 -1
- package/dist/cdn/foxy-error-entry-card.js +1 -1
- package/dist/cdn/foxy-item-card.js +1 -1
- package/dist/cdn/foxy-report-form.js +1 -1
- package/dist/cdn/foxy-store-shipping-method-form.js +1 -1
- package/dist/cdn/foxy-subscription-card.js +1 -1
- package/dist/cdn/foxy-subscription-form.js +1 -1
- package/dist/cdn/foxy-subscriptions-table.js +1 -1
- package/dist/cdn/{shared-56d70cc2.js → shared-230dee11.js} +5 -5
- package/dist/cdn/shared-84eb85dd.js +1 -0
- package/dist/cdn/shared-ada5e9f5.js +1 -0
- package/dist/cdn/translations/customer/en.json +18 -10
- package/dist/cdn/translations/customer-portal/de.json +33 -13
- package/dist/cdn/translations/customer-portal/en.json +24 -8
- package/dist/cdn/translations/customer-portal/es.json +32 -12
- package/dist/cdn/translations/customer-portal/fr.json +33 -13
- package/dist/cdn/translations/customer-portal/nl.json +33 -13
- package/dist/cdn/translations/customer-portal/pl.json +33 -13
- package/dist/cdn/translations/customer-portal/sv.json +33 -13
- package/dist/cdn/translations/customer-portal/zh-hk.json +34 -14
- package/dist/cdn/translations/store-shipping-method-form/en.json +4 -3
- package/dist/cdn/translations/subscription-card/en.json +8 -0
- package/dist/cdn/translations/subscription-form/en.json +16 -8
- package/dist/elements/private/Group/Group.js +2 -2
- package/dist/elements/private/Group/Group.js.map +1 -1
- package/dist/elements/public/CustomerPortal/InternalCustomerPortalLink.js +2 -2
- package/dist/elements/public/CustomerPortal/InternalCustomerPortalLink.js.map +1 -1
- package/dist/elements/public/CustomerPortal/InternalCustomerPortalSubscriptions.js +3 -6
- package/dist/elements/public/CustomerPortal/InternalCustomerPortalSubscriptions.js.map +1 -1
- package/dist/elements/public/ItemCard/ItemCard.d.ts +3 -1
- package/dist/elements/public/ItemCard/ItemCard.js +20 -9
- package/dist/elements/public/ItemCard/ItemCard.js.map +1 -1
- package/dist/elements/public/ItemCard/types.d.ts +4 -2
- package/dist/elements/public/ItemCard/types.js.map +1 -1
- package/dist/elements/public/StoreShippingMethodForm/StoreShippingMethodForm.js +25 -4
- package/dist/elements/public/StoreShippingMethodForm/StoreShippingMethodForm.js.map +1 -1
- package/dist/elements/public/SubscriptionCard/SubscriptionCard.d.ts +4 -1
- package/dist/elements/public/SubscriptionCard/SubscriptionCard.js +19 -6
- package/dist/elements/public/SubscriptionCard/SubscriptionCard.js.map +1 -1
- package/dist/elements/public/SubscriptionCard/types.d.ts +4 -2
- package/dist/elements/public/SubscriptionCard/types.js.map +1 -1
- package/dist/elements/public/SubscriptionForm/SubscriptionForm.js +20 -7
- package/dist/elements/public/SubscriptionForm/SubscriptionForm.js.map +1 -1
- package/dist/utils/get-subscription-status.d.ts +3 -1
- package/dist/utils/get-subscription-status.js +27 -0
- package/dist/utils/get-subscription-status.js.map +1 -1
- package/package.json +2 -2
- package/dist/cdn/shared-4f64c35e.js +0 -1
- package/dist/cdn/shared-e2675ed0.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as
|
|
1
|
+
import{_ as t}from"./shared-cb58dfcd.js";import{T as e}from"./shared-e3421ca1.js";import{a as s}from"./shared-11351c00.js";import{p as n}from"./shared-8eeddc22.js";import{g as a}from"./shared-ada5e9f5.js";import{c as o}from"./shared-4e709717.js";let r,l,m,i,c=t=>t;class u extends(s(e,"subscriptions-table")){constructor(){super(...arguments),this.columns=[u.priceColumn,u.summaryColumn,u.statusColumn,u.subTokenURLColumn]}}u.priceColumn={cell:e=>{const s=e.data._embedded["fx:transaction_template"],a=`${s.total_order} ${s.currency_code}`;return e.html(r||(r=c`
|
|
2
2
|
<foxy-i18n
|
|
3
3
|
data-testclass="i18n frequencies"
|
|
4
4
|
class="font-medium text-m font-tnum"
|
|
@@ -8,7 +8,7 @@ import{_ as e}from"./shared-cb58dfcd.js";import{T as t}from"./shared-e3421ca1.js
|
|
|
8
8
|
.options=${0}
|
|
9
9
|
>
|
|
10
10
|
</foxy-i18n>
|
|
11
|
-
`),
|
|
11
|
+
`),e.lang,".5m"===e.data.frequency?"twice_a_month":"recurring",e.ns,t(t({},n(e.data.frequency)),{},{amount:a}))}},u.summaryColumn={cell:t=>{const e=t.data._embedded["fx:transaction_template"]._embedded["fx:items"],s={most_expensive_item:[...e].sort(((t,e)=>t.price-e.price))[0],count_minus_one:e.length-1,count:e.length};return t.html(l||(l=c`
|
|
12
12
|
<foxy-i18n
|
|
13
13
|
data-testclass="i18n summaries"
|
|
14
14
|
class="text-m"
|
|
@@ -18,7 +18,7 @@ import{_ as e}from"./shared-cb58dfcd.js";import{T as t}from"./shared-e3421ca1.js
|
|
|
18
18
|
.options=${0}
|
|
19
19
|
>
|
|
20
20
|
</foxy-i18n>
|
|
21
|
-
`),
|
|
21
|
+
`),t.lang,t.ns,s)}},u.statusColumn={hideBelow:"sm",cell:({ns:t,lang:e,data:s,html:n})=>{const r=a(s),l="failed"===r,i="next_payment"===r||!!(null==r?void 0:r.startsWith("will_end"));return n(m||(m=c`
|
|
22
22
|
<foxy-i18n
|
|
23
23
|
data-testclass="i18n statuses"
|
|
24
24
|
class=${0}
|
|
@@ -28,7 +28,7 @@ import{_ as e}from"./shared-cb58dfcd.js";import{T as t}from"./shared-e3421ca1.js
|
|
|
28
28
|
.options=${0}
|
|
29
29
|
>
|
|
30
30
|
</foxy-i18n>
|
|
31
|
-
`),o({"px-s py-xs text-m font-medium inline-block whitespace-normal rounded":!0,"text-secondary bg-contrast-5":!i&&!l,"text-success bg-success-10":i,"text-error bg-error-10":l}),
|
|
31
|
+
`),o({"px-s py-xs text-m font-medium inline-block whitespace-normal rounded":!0,"text-secondary bg-contrast-5":!i&&!l,"text-success bg-success-10":i,"text-error bg-error-10":l}),e,r,t,s)}},u.subTokenURLColumn={cell:t=>t.html(i||(i=c`
|
|
32
32
|
<a
|
|
33
33
|
data-testclass="links"
|
|
34
34
|
target="_blank"
|
|
@@ -43,4 +43,4 @@ import{_ as e}from"./shared-cb58dfcd.js";import{T as t}from"./shared-e3421ca1.js
|
|
|
43
43
|
>
|
|
44
44
|
</foxy-i18n>
|
|
45
45
|
</a>
|
|
46
|
-
`),
|
|
46
|
+
`),t.data._links["fx:sub_token_url"].href,t.lang,t.ns)};export{u as S};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as s}from"./shared-cb58dfcd.js";import{L as e,h as t}from"./shared-ba5c42c7.js";import{z as r}from"./shared-11351c00.js";let a,o=s=>s;class i extends e{constructor(){super(...arguments),this.frame=!1}static get properties(){return s(s({},super.properties),{},{frame:{type:Boolean}})}static get styles(){return r.styles}render(){return t(a||(a=o` <section class="space-y-s font-lumo antialiased"> <h3 class="${0}"> <slot name="header"></slot> </h3> <div class="rounded ${0}"> <slot></slot> </div> </section> `),"text-l font-medium text-body leading-none "+(this.frame?"":"pl-m"),this.frame?"bg-contrast-5 overflow-hidden":"")}}export{i as G};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function n(n){if(null===n)return null;const e=n=>n&&"0000-00-00"!==n?new Date(n).getTime():null,t=n.is_active,_=e(n.first_failed_transaction_date),d=e(n.start_date),a=e(n.next_transaction_date),l=e(n.end_date),i=Date.now();return _?l&&l<=i?"failed_and_ended":"failed":null===d?null:t&&d>i?"will_start":null===a?null:t&&l&&l>i?a<=l?"will_end_after_payment":"will_end":t?l?"ended":"next_payment":d<=i&&l&&l<=i?"ended":"inactive"}function e(e,t){var _,d,a;const l=n(e),i=t.cart_display_config,r=null===(_=null==i?void 0:i.show_sub_startdate)||void 0===_||_,u=null===(d=null==i?void 0:i.show_sub_nextdate)||void 0===d||d,o=null===(a=null==i?void 0:i.show_sub_enddate)||void 0===a||a;if("failed_and_ended"===l&&!o)return`${l}_no_enddate`;if("next_payment"===l&&!u)return`${l}_no_nextdate`;if("will_start"===l&&!r)return`${l}_no_startdate`;if("will_end"===l&&!o)return`${l}_no_enddate`;if("ended"===l&&!o)return`${l}_no_enddate`;if("will_end_after_payment"===l){if(!o&&!u)return"next_payment_no_nextdate";if(!u)return`${l}_no_nextdate`;if(!o)return`${l}_no_enddate`}return l}export{e as a,n as g};
|
|
@@ -1077,16 +1077,24 @@
|
|
|
1077
1077
|
"subscription-form": {
|
|
1078
1078
|
"header": {
|
|
1079
1079
|
"title_new": "Subscription",
|
|
1080
|
-
"title_existing": "Subscription",
|
|
1081
|
-
"title_recurring": "{{amount, price}} $t(frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"
|
|
1082
|
-
"title_twice_a_month": "{{amount, price}} $t(twice_a_month, { \"ns\": \"
|
|
1083
|
-
"subtitle_failed_and_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }} (failed on {{ first_failed_transaction_date, date }})",
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1080
|
+
"title_existing": "Subscription • {{amount, price}}",
|
|
1081
|
+
"title_recurring": "{{amount, price}} $t(subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer\" })",
|
|
1082
|
+
"title_twice_a_month": "{{amount, price}} $t(subscription-form.twice_a_month, { \"ns\": \"customer\" })",
|
|
1083
|
+
"subtitle_failed_and_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }} (failed on {{ first_failed_transaction_date, date }}).",
|
|
1084
|
+
"subtitle_failed_and_ended_no_enddate": "Including shipping, taxes, etc. Ended (failed on {{ first_failed_transaction_date, date }}).",
|
|
1085
|
+
"subtitle_failed": "Including shipping, taxes, etc. Failed on {{ first_failed_transaction_date, date }}.",
|
|
1086
|
+
"subtitle_will_start": "Including shipping, taxes, etc. Starts on {{ start_date, date }}.",
|
|
1087
|
+
"subtitle_will_start_no_startdate": "Including shipping, taxes, etc. Scheduled to start.",
|
|
1088
|
+
"subtitle_will_end_after_payment": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}, ending {{ end_date, date }}.",
|
|
1089
|
+
"subtitle_will_end_after_payment_no_nextdate": "Including shipping, taxes, etc. Active, ending {{ end_date, date }}.",
|
|
1090
|
+
"subtitle_will_end_after_payment_no_enddate": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}.",
|
|
1091
|
+
"subtitle_will_end": "Including shipping, taxes, etc. Ends on {{ end_date, date }}.",
|
|
1092
|
+
"subtitle_will_end_no_enddate": "Including shipping, taxes, etc. Active, scheduled to end.",
|
|
1093
|
+
"subtitle_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }}.",
|
|
1094
|
+
"subtitle_ended_no_enddate": "Including shipping, taxes, etc. Ended.",
|
|
1095
|
+
"subtitle_next_payment": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}.",
|
|
1096
|
+
"subtitle_next_payment_no_nextdate": "Including shipping, taxes, etc. Active.",
|
|
1097
|
+
"subtitle_inactive": "Including shipping, taxes, etc. Inactive.",
|
|
1090
1098
|
"subtitle": "Including shipping, taxes, etc.",
|
|
1091
1099
|
"copy-id": {
|
|
1092
1100
|
"failed_to_copy": "Failed to copy",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ Monat",
|
|
921
921
|
"monthly_plural": "/ {{count}} Monate",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Endete am {{ end_date, date }} (fehlgeschlagen am {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Endete (fehlgeschlagen am {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Fehlgeschlagen am {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Beginnt am {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Geplant zu beginnen",
|
|
930
|
+
"status_will_end_after_payment": "Nächste Zahlung am {{ next_transaction_date, date }}, endet am {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Aktiv, endet am {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Nächste Zahlung am {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Endet am {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Aktiv, geplant zu enden",
|
|
935
|
+
"status_ended": "Endete am {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Endete",
|
|
937
|
+
"status_next_payment": "Nächste Zahlung am {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Aktiv",
|
|
939
|
+
"status_inactive": "Inaktiv",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "inc. ",
|
|
932
942
|
"fees_explainer": "Steuern, Versand und Rabatte können den berechneten Betrag ändern.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Abonnement",
|
|
948
|
-
"title_existing": "Abonnement",
|
|
958
|
+
"title_existing": "Abonnement • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "Inklusive Versand, Steuern usw. Endete am {{ end_date, date }} (fehlgeschlagen am {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Inklusive Versand, Steuern usw. Endete (fehlgeschlagen am {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Inklusive Versand, Steuern usw. Fehlgeschlagen am {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Inklusive Versand, Steuern usw. Beginnt am {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Inklusive Versand, Steuern usw. Geplant zu beginnen.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Inklusive Versand, Steuern usw. Nächste Zahlung am {{ next_transaction_date, date }}, endet am {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Inklusive Versand, Steuern usw. Aktiv, endet am {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Inklusive Versand, Steuern usw. Nächste Zahlung am {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Inklusive Versand, Steuern usw. Endet am {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Inklusive Versand, Steuern usw. Aktiv, geplant zu enden.",
|
|
971
|
+
"subtitle_ended": "Inklusive Versand, Steuern usw. Endete am {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Inklusive Versand, Steuern usw. Endete.",
|
|
973
|
+
"subtitle_next_payment": "Inklusive Versand, Steuern usw. Nächste Zahlung am {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Inklusive Versand, Steuern usw. Aktiv.",
|
|
975
|
+
"subtitle_inactive": "Inklusive Versand, Steuern usw. Inaktiv.",
|
|
976
|
+
"subtitle": "Inklusive Versand, Steuern usw.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Kopieren fehlgeschlagen",
|
|
959
979
|
"click_to_copy": "ID kopieren",
|
|
@@ -919,15 +919,23 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ month",
|
|
921
921
|
"monthly_plural": "/ {{count}} months",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
925
|
"status_failed_and_ended": "Ended on {{ end_date, date }} (failed on {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Ended (failed on {{ first_failed_transaction_date, date }})",
|
|
925
927
|
"status_failed": "Failed on {{ first_failed_transaction_date, date }}",
|
|
926
928
|
"status_will_start": "Starts on {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Scheduled to start",
|
|
927
930
|
"status_will_end_after_payment": "Next payment on {{ next_transaction_date, date }}, ending {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Active, ending {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Next payment on {{ next_transaction_date, date }}",
|
|
928
933
|
"status_will_end": "Ends on {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Active, scheduled to end",
|
|
929
935
|
"status_ended": "Ended on {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Ended",
|
|
930
937
|
"status_next_payment": "Next payment on {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Active",
|
|
931
939
|
"status_inactive": "Inactive",
|
|
932
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
933
941
|
"fees_hint": "inc. shipping, taxes, etc.",
|
|
@@ -947,16 +955,24 @@
|
|
|
947
955
|
"subscription-form": {
|
|
948
956
|
"header": {
|
|
949
957
|
"title_new": "Subscription",
|
|
950
|
-
"title_existing": "Subscription",
|
|
958
|
+
"title_existing": "Subscription • {{amount, price}}",
|
|
951
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
952
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
953
|
-
"subtitle_failed_and_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }} (failed on {{ first_failed_transaction_date, date }})",
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }} (failed on {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Including shipping, taxes, etc. Ended (failed on {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Including shipping, taxes, etc. Failed on {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Including shipping, taxes, etc. Starts on {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Including shipping, taxes, etc. Scheduled to start.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}, ending {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Including shipping, taxes, etc. Active, ending {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Including shipping, taxes, etc. Ends on {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Including shipping, taxes, etc. Active, scheduled to end.",
|
|
971
|
+
"subtitle_ended": "Including shipping, taxes, etc. Ended on {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Including shipping, taxes, etc. Ended.",
|
|
973
|
+
"subtitle_next_payment": "Including shipping, taxes, etc. Next payment on {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Including shipping, taxes, etc. Active.",
|
|
975
|
+
"subtitle_inactive": "Including shipping, taxes, etc. Inactive.",
|
|
960
976
|
"subtitle": "Including shipping, taxes, etc.",
|
|
961
977
|
"copy-id": {
|
|
962
978
|
"failed_to_copy": "Failed to copy",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ mes",
|
|
921
921
|
"monthly_plural": "/ {{count}} meses",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Terminó el {{ end_date, date }} (falló el {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Terminó (falló el {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Falló el {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Comienza el {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Programado para comenzar",
|
|
930
|
+
"status_will_end_after_payment": "Próximo pago el {{ next_transaction_date, date }}, terminando el {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Activo, terminando el {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Próximo pago el {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Termina el {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Activo, programado para terminar",
|
|
935
|
+
"status_ended": "Terminó el {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Terminó",
|
|
937
|
+
"status_next_payment": "Próximo pago el {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Activo",
|
|
939
|
+
"status_inactive": "Inactivo",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "incluye envío, impuestos, etc.",
|
|
932
942
|
"fees_explainer": "Los impuestos, el envío y los descuentos pueden cambiar el monto cobrado.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Suscripción",
|
|
948
|
-
"title_existing": "Suscripción",
|
|
958
|
+
"title_existing": "Suscripción • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"subtitle_failed": "Incluye envío, impuestos, etc.
|
|
961
|
+
"subtitle_failed_and_ended": "Incluye envío, impuestos, etc. Terminó el {{ end_date, date }} (falló el {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Incluye envío, impuestos, etc. Terminó (falló el {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Incluye envío, impuestos, etc. Falló el {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Incluye envío, impuestos, etc. Comienza el {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Incluye envío, impuestos, etc. Programado para comenzar.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Incluye envío, impuestos, etc. Próximo pago el {{ next_transaction_date, date }}, terminando el {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Incluye envío, impuestos, etc. Activo, terminando el {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Incluye envío, impuestos, etc. Próximo pago el {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Incluye envío, impuestos, etc. Termina el {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Incluye envío, impuestos, etc. Activo, programado para terminar.",
|
|
971
|
+
"subtitle_ended": "Incluye envío, impuestos, etc. Terminó el {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Incluye envío, impuestos, etc. Terminó.",
|
|
973
|
+
"subtitle_next_payment": "Incluye envío, impuestos, etc. Próximo pago el {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Incluye envío, impuestos, etc. Activo.",
|
|
954
975
|
"subtitle_inactive": "Incluye envío, impuestos, etc. Inactivo.",
|
|
955
|
-
"
|
|
956
|
-
"subtitle_will_be_active": "Incluye envío, impuestos, etc. Comienza el {{date, date}}.",
|
|
976
|
+
"subtitle": "Incluye envío, impuestos, etc.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Error al copiar",
|
|
959
979
|
"click_to_copy": "Copiar ID",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ mois",
|
|
921
921
|
"monthly_plural": "/ {{count}} mois",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Terminé le {{ end_date, date }} (échoué le {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Terminé (échoué le {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Échoué le {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Commence le {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Prévu pour commencer",
|
|
930
|
+
"status_will_end_after_payment": "Prochain paiement le {{ next_transaction_date, date }}, fin le {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Actif, fin le {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Prochain paiement le {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Se termine le {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Actif, prévu pour se terminer",
|
|
935
|
+
"status_ended": "Terminé le {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Terminé",
|
|
937
|
+
"status_next_payment": "Prochain paiement le {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Actif",
|
|
939
|
+
"status_inactive": "Inactif",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "inc. ",
|
|
932
942
|
"fees_explainer": "Les taxes, les frais d'expédition et les réductions peuvent modifier le montant facturé.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Abonnement",
|
|
948
|
-
"title_existing": "Abonnement",
|
|
958
|
+
"title_existing": "Abonnement • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"subtitle_failed": "
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "Y compris les frais de port, taxes, etc. Terminé le {{ end_date, date }} (échoué le {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Y compris les frais de port, taxes, etc. Terminé (échoué le {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Y compris les frais de port, taxes, etc. Échoué le {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Y compris les frais de port, taxes, etc. Commence le {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Y compris les frais de port, taxes, etc. Prévu pour commencer.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Y compris les frais de port, taxes, etc. Prochain paiement le {{ next_transaction_date, date }}, fin le {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Y compris les frais de port, taxes, etc. Actif, fin le {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Y compris les frais de port, taxes, etc. Prochain paiement le {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Y compris les frais de port, taxes, etc. Se termine le {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Y compris les frais de port, taxes, etc. Actif, prévu pour se terminer.",
|
|
971
|
+
"subtitle_ended": "Y compris les frais de port, taxes, etc. Terminé le {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Y compris les frais de port, taxes, etc. Terminé.",
|
|
973
|
+
"subtitle_next_payment": "Y compris les frais de port, taxes, etc. Prochain paiement le {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Y compris les frais de port, taxes, etc. Actif.",
|
|
975
|
+
"subtitle_inactive": "Y compris les frais de port, taxes, etc. Inactif.",
|
|
976
|
+
"subtitle": "Y compris les frais de port, taxes, etc.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Échec de la copie",
|
|
959
979
|
"click_to_copy": "Copier l'ID",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ maand",
|
|
921
921
|
"monthly_plural": "/ {{count}} maanden",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Beëindigd op {{ end_date, date }} (mislukt op {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Beëindigd (mislukt op {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Mislukt op {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Begint op {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Gepland om te beginnen",
|
|
930
|
+
"status_will_end_after_payment": "Volgende betaling op {{ next_transaction_date, date }}, eindigt {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Actief, eindigt {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Volgende betaling op {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Eindigt op {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Actief, gepland om te eindigen",
|
|
935
|
+
"status_ended": "Beëindigd op {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Beëindigd",
|
|
937
|
+
"status_next_payment": "Volgende betaling op {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Actief",
|
|
939
|
+
"status_inactive": "Inactief",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "incl. ",
|
|
932
942
|
"fees_explainer": "Belastingen, verzendkosten en kortingen kunnen het in rekening gebrachte bedrag wijzigen.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Abonnement",
|
|
948
|
-
"title_existing": "Abonnement",
|
|
958
|
+
"title_existing": "Abonnement • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"subtitle_failed": "Inclusief verzendkosten, belastingen etc.
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "Inclusief verzendkosten, belastingen, etc. Beëindigd op {{ end_date, date }} (mislukt op {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Inclusief verzendkosten, belastingen, etc. Beëindigd (mislukt op {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Inclusief verzendkosten, belastingen, etc. Mislukt op {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Inclusief verzendkosten, belastingen, etc. Begint op {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Inclusief verzendkosten, belastingen, etc. Gepland om te beginnen.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Inclusief verzendkosten, belastingen, etc. Volgende betaling op {{ next_transaction_date, date }}, eindigt {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Inclusief verzendkosten, belastingen, etc. Actief, eindigt {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Inclusief verzendkosten, belastingen, etc. Volgende betaling op {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Inclusief verzendkosten, belastingen, etc. Eindigt op {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Inclusief verzendkosten, belastingen, etc. Actief, gepland om te eindigen.",
|
|
971
|
+
"subtitle_ended": "Inclusief verzendkosten, belastingen, etc. Beëindigd op {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Inclusief verzendkosten, belastingen, etc. Beëindigd.",
|
|
973
|
+
"subtitle_next_payment": "Inclusief verzendkosten, belastingen, etc. Volgende betaling op {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Inclusief verzendkosten, belastingen, etc. Actief.",
|
|
975
|
+
"subtitle_inactive": "Inclusief verzendkosten, belastingen, etc. Inactief.",
|
|
976
|
+
"subtitle": "Inclusief verzendkosten, belastingen, etc.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Kopiëren mislukt",
|
|
959
979
|
"click_to_copy": "ID kopiëren",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ miesiąc",
|
|
921
921
|
"monthly_plural": "/ {{count}} miesiące",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Zakończono dnia {{ end_date, date }} (niepowodzenie dnia {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Zakończono (niepowodzenie dnia {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Niepowodzenie dnia {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Rozpoczyna się dnia {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Zaplanowano rozpoczęcie",
|
|
930
|
+
"status_will_end_after_payment": "Następna płatność dnia {{ next_transaction_date, date }}, zakończenie dnia {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Aktywne, zakończenie dnia {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Następna płatność dnia {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Zakończenie dnia {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Aktywne, zaplanowane zakończenie",
|
|
935
|
+
"status_ended": "Zakończono dnia {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Zakończono",
|
|
937
|
+
"status_next_payment": "Następna płatność dnia {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Aktywne",
|
|
939
|
+
"status_inactive": "Nieaktywny",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "Inc. ",
|
|
932
942
|
"fees_explainer": "Podatki, koszty wysyłki i rabaty mogą zmienić pobraną kwotę.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Subskrypcja",
|
|
948
|
-
"title_existing": "Subskrypcja",
|
|
958
|
+
"title_existing": "Subskrypcja • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"subtitle_failed": "
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "W tym wysyłka, podatki itp. Zakończono dnia {{ end_date, date }} (niepowodzenie dnia {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "W tym wysyłka, podatki itp. Zakończono (niepowodzenie dnia {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "W tym wysyłka, podatki itp. Niepowodzenie dnia {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "W tym wysyłka, podatki itp. Rozpoczyna się dnia {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "W tym wysyłka, podatki itp. Zaplanowano rozpoczęcie.",
|
|
966
|
+
"subtitle_will_end_after_payment": "W tym wysyłka, podatki itp. Następna płatność dnia {{ next_transaction_date, date }}, zakończenie dnia {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "W tym wysyłka, podatki itp. Aktywne, zakończenie dnia {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "W tym wysyłka, podatki itp. Następna płatność dnia {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "W tym wysyłka, podatki itp. Zakończenie dnia {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "W tym wysyłka, podatki itp. Aktywne, zaplanowane zakończenie.",
|
|
971
|
+
"subtitle_ended": "W tym wysyłka, podatki itp. Zakończono dnia {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "W tym wysyłka, podatki itp. Zakończono.",
|
|
973
|
+
"subtitle_next_payment": "W tym wysyłka, podatki itp. Następna płatność dnia {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "W tym wysyłka, podatki itp. Aktywne.",
|
|
975
|
+
"subtitle_inactive": "W tym wysyłka, podatki itp. Nieaktywny.",
|
|
976
|
+
"subtitle": "W tym wysyłka, podatki itp.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Nie udało się skopiować",
|
|
959
979
|
"click_to_copy": "Skopiuj ID",
|
|
@@ -919,14 +919,24 @@
|
|
|
919
919
|
"frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
|
|
920
920
|
"monthly": "/ månad",
|
|
921
921
|
"monthly_plural": "/ {{count}} månader",
|
|
922
|
+
"price": "{{amount, price}}",
|
|
922
923
|
"price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
923
924
|
"price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
925
|
+
"status_failed_and_ended": "Slutade den {{ end_date, date }} (misslyckades den {{ first_failed_transaction_date, date }})",
|
|
926
|
+
"status_failed_and_ended_no_enddate": "Slutade (misslyckades den {{ first_failed_transaction_date, date }})",
|
|
927
|
+
"status_failed": "Misslyckades den {{ first_failed_transaction_date, date }}",
|
|
928
|
+
"status_will_start": "Startar den {{ start_date, date }}",
|
|
929
|
+
"status_will_start_no_startdate": "Planerad att starta",
|
|
930
|
+
"status_will_end_after_payment": "Nästa betalning den {{ next_transaction_date, date }}, slutar den {{ end_date, date }}",
|
|
931
|
+
"status_will_end_after_payment_no_nextdate": "Aktiv, slutar den {{ end_date, date }}",
|
|
932
|
+
"status_will_end_after_payment_no_enddate": "Nästa betalning den {{ next_transaction_date, date }}",
|
|
933
|
+
"status_will_end": "Slutar den {{ end_date, date }}",
|
|
934
|
+
"status_will_end_no_enddate": "Aktiv, planerad att sluta",
|
|
935
|
+
"status_ended": "Slutade den {{ end_date, date }}",
|
|
936
|
+
"status_ended_no_enddate": "Slutade",
|
|
937
|
+
"status_next_payment": "Nästa betalning den {{ next_transaction_date, date }}",
|
|
938
|
+
"status_next_payment_no_nextdate": "Aktiv",
|
|
939
|
+
"status_inactive": "Inaktiv",
|
|
930
940
|
"transaction_summary": "{{most_expensive_item.name}}",
|
|
931
941
|
"fees_hint": "inkl. ",
|
|
932
942
|
"fees_explainer": "Skatter, frakt och rabatter kan ändra beloppet som debiteras.",
|
|
@@ -945,15 +955,25 @@
|
|
|
945
955
|
"subscription-form": {
|
|
946
956
|
"header": {
|
|
947
957
|
"title_new": "Prenumeration",
|
|
948
|
-
"title_existing": "Prenumeration",
|
|
958
|
+
"title_existing": "Prenumeration • {{amount, price}}",
|
|
949
959
|
"title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
|
|
950
960
|
"title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"subtitle_failed": "Inklusive frakt, skatter etc.
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
961
|
+
"subtitle_failed_and_ended": "Inklusive frakt, skatter, etc. Slutade den {{ end_date, date }} (misslyckades den {{ first_failed_transaction_date, date }}).",
|
|
962
|
+
"subtitle_failed_and_ended_no_enddate": "Inklusive frakt, skatter, etc. Slutade (misslyckades den {{ first_failed_transaction_date, date }}).",
|
|
963
|
+
"subtitle_failed": "Inklusive frakt, skatter, etc. Misslyckades den {{ first_failed_transaction_date, date }}.",
|
|
964
|
+
"subtitle_will_start": "Inklusive frakt, skatter, etc. Startar den {{ start_date, date }}.",
|
|
965
|
+
"subtitle_will_start_no_startdate": "Inklusive frakt, skatter, etc. Planerad att starta.",
|
|
966
|
+
"subtitle_will_end_after_payment": "Inklusive frakt, skatter, etc. Nästa betalning den {{ next_transaction_date, date }}, slutar den {{ end_date, date }}.",
|
|
967
|
+
"subtitle_will_end_after_payment_no_nextdate": "Inklusive frakt, skatter, etc. Aktiv, slutar den {{ end_date, date }}.",
|
|
968
|
+
"subtitle_will_end_after_payment_no_enddate": "Inklusive frakt, skatter, etc. Nästa betalning den {{ next_transaction_date, date }}.",
|
|
969
|
+
"subtitle_will_end": "Inklusive frakt, skatter, etc. Slutar den {{ end_date, date }}.",
|
|
970
|
+
"subtitle_will_end_no_enddate": "Inklusive frakt, skatter, etc. Aktiv, planerad att sluta.",
|
|
971
|
+
"subtitle_ended": "Inklusive frakt, skatter, etc. Slutade den {{ end_date, date }}.",
|
|
972
|
+
"subtitle_ended_no_enddate": "Inklusive frakt, skatter, etc. Slutade.",
|
|
973
|
+
"subtitle_next_payment": "Inklusive frakt, skatter, etc. Nästa betalning den {{ next_transaction_date, date }}.",
|
|
974
|
+
"subtitle_next_payment_no_nextdate": "Inklusive frakt, skatter, etc. Aktiv.",
|
|
975
|
+
"subtitle_inactive": "Inklusive frakt, skatter, etc. Inaktiv.",
|
|
976
|
+
"subtitle": "Inklusive frakt, skatter, etc.",
|
|
957
977
|
"copy-id": {
|
|
958
978
|
"failed_to_copy": "Misslyckades att kopiera",
|
|
959
979
|
"click_to_copy": "Kopiera ID",
|