@vendure/admin-ui 2.2.0-next.1 → 2.2.0-next.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.
- package/core/common/base-list.component.d.ts +1 -1
- package/core/common/component-registry-types.d.ts +1 -1
- package/core/common/generated-types.d.ts +172 -4817
- package/core/common/version.d.ts +1 -1
- package/core/data/server-config.d.ts +4 -3
- package/core/data/utils/add-custom-fields.d.ts +2 -2
- package/core/shared/components/custom-field-control/custom-field-control.component.d.ts +0 -2
- package/core/shared/components/form-field/form-field-control.directive.d.ts +1 -1
- package/core/shared/components/form-field/form-field.component.d.ts +3 -2
- package/core/shared/components/page-title/page-title.component.d.ts +2 -3
- package/esm2022/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +1 -1
- package/esm2022/catalog/components/collection-data-table/collection-data-table.component.mjs +1 -1
- package/esm2022/catalog/components/collection-detail/collection-detail.component.mjs +1 -1
- package/esm2022/catalog/components/collection-list/collection-list.component.mjs +3 -3
- package/esm2022/catalog/components/collection-tree/collection-tree-node.component.mjs +2 -2
- package/esm2022/catalog/components/create-facet-value-dialog/create-facet-value-dialog.component.mjs +1 -1
- package/esm2022/catalog/components/create-product-option-group-dialog/create-product-option-group-dialog.component.mjs +1 -1
- package/esm2022/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.mjs +1 -1
- package/esm2022/catalog/components/facet-detail/facet-detail.component.mjs +1 -1
- package/esm2022/catalog/components/generate-product-variants/generate-product-variants.component.mjs +1 -1
- package/esm2022/catalog/components/option-value-input/option-value-input.component.mjs +1 -1
- package/esm2022/catalog/components/product-detail/product-detail.component.mjs +1 -1
- package/esm2022/catalog/components/product-options-editor/product-options-editor.component.mjs +1 -1
- package/esm2022/catalog/components/product-variant-detail/product-variant-detail.component.mjs +1 -1
- package/esm2022/catalog/components/product-variants-editor/product-variants-editor.component.mjs +1 -1
- package/esm2022/catalog/components/product-variants-table/product-variants-table.component.mjs +1 -1
- package/esm2022/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +1 -1
- package/esm2022/core/common/base-list.component.mjs +1 -1
- package/esm2022/core/common/component-registry-types.mjs +1 -1
- package/esm2022/core/common/generated-types.mjs +23 -19
- package/esm2022/core/common/introspection-result.mjs +4 -1
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/components/channel-switcher/channel-switcher.component.mjs +1 -1
- package/esm2022/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +1 -1
- package/esm2022/core/core.module.mjs +2 -2
- package/esm2022/core/data/definitions/order-definitions.mjs +5 -1
- package/esm2022/core/data/definitions/settings-definitions.mjs +4 -81
- package/esm2022/core/data/providers/base-data.service.mjs +2 -2
- package/esm2022/core/data/server-config.mjs +6 -2
- package/esm2022/core/data/utils/add-custom-fields.mjs +2 -2
- package/esm2022/core/shared/components/address-form/address-form.component.mjs +1 -1
- package/esm2022/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +1 -1
- package/esm2022/core/shared/components/asset-file-input/asset-file-input.component.mjs +1 -1
- package/esm2022/core/shared/components/asset-preview/asset-preview.component.mjs +1 -1
- package/esm2022/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/currency-input/currency-input.component.mjs +2 -2
- package/esm2022/core/shared/components/custom-field-control/custom-field-control.component.mjs +3 -6
- package/esm2022/core/shared/components/data-table/data-table.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-2/data-table-custom-field-column.component.mjs +4 -1
- package/esm2022/core/shared/components/data-table-2/data-table-search.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-2/data-table2.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-column-picker/data-table-column-picker.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-filter-presets/add-filter-preset-button.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table-filters/data-table-filters.component.mjs +1 -1
- package/esm2022/core/shared/components/datetime-picker/datetime-picker.component.mjs +1 -1
- package/esm2022/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/form-field/form-field-control.directive.mjs +3 -3
- package/esm2022/core/shared/components/form-field/form-field.component.mjs +8 -4
- package/esm2022/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/page-title/page-title.component.mjs +5 -6
- package/esm2022/core/shared/components/radio-card/radio-card.component.mjs +1 -1
- package/esm2022/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/timeline-entry/timeline-entry.component.mjs +2 -2
- package/esm2022/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +4 -3
- package/esm2022/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +1 -1
- package/esm2022/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +1 -1
- package/esm2022/customer/components/customer-detail/customer-detail.component.mjs +1 -1
- package/esm2022/customer/components/customer-group-detail/customer-group-detail.component.mjs +1 -1
- package/esm2022/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +1 -1
- package/esm2022/customer/components/customer-history/customer-history.component.mjs +3 -3
- package/esm2022/login/components/login/login.component.mjs +1 -1
- package/esm2022/marketing/components/promotion-detail/promotion-detail.component.mjs +1 -1
- package/esm2022/order/common/get-refundable-payments.mjs +19 -0
- package/esm2022/order/common/modify-order-types.mjs +2 -0
- package/esm2022/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +1 -1
- package/esm2022/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +1 -1
- package/esm2022/order/components/coupon-code-selector/coupon-code-selector.component.mjs +3 -3
- package/esm2022/order/components/draft-order-variant-selector/draft-order-variant-selector.component.mjs +1 -1
- package/esm2022/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +1 -1
- package/esm2022/order/components/modification-detail/modification-detail.component.mjs +17 -6
- package/esm2022/order/components/order-data-table/order-data-table.component.mjs +1 -1
- package/esm2022/order/components/order-detail/order-detail.component.mjs +77 -29
- package/esm2022/order/components/order-editor/order-editor.component.mjs +201 -98
- package/esm2022/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +45 -7
- package/esm2022/order/components/order-history/order-history.component.mjs +22 -6
- package/esm2022/order/components/order-modification-summary/order-modification-summary.component.mjs +76 -0
- package/esm2022/order/components/order-payment-card/order-payment-card.component.mjs +3 -3
- package/esm2022/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +1 -1
- package/esm2022/order/components/order-table/order-table.component.mjs +3 -3
- package/esm2022/order/components/payment-for-refund-selector/payment-for-refund-selector.component.mjs +24 -0
- package/esm2022/order/components/payment-state-label/payment-state-label.component.mjs +2 -2
- package/esm2022/order/components/refund-detail/refund-detail.component.mjs +18 -0
- package/esm2022/order/components/refund-order-dialog/refund-order-dialog.component.mjs +99 -57
- package/esm2022/order/components/refund-state-label/refund-state-label.component.mjs +2 -2
- package/esm2022/order/components/select-customer-dialog/select-customer-dialog.component.mjs +14 -8
- package/esm2022/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +1 -1
- package/esm2022/order/components/simple-item-list/simple-item-list.component.mjs +3 -3
- package/esm2022/order/order.module.mjs +32 -2
- package/esm2022/order/order.routes.mjs +7 -53
- package/esm2022/order/providers/routing/order.guard.mjs +22 -2
- package/esm2022/order/public_api.mjs +6 -2
- package/esm2022/react/components/react-custom-column.component.mjs +3 -3
- package/esm2022/react/components/react-custom-detail.component.mjs +3 -3
- package/esm2022/react/components/react-form-input.component.mjs +3 -3
- package/esm2022/react/components/react-route.component.mjs +3 -3
- package/esm2022/react/react-hooks/use-form-control.mjs +1 -1
- package/esm2022/settings/components/admin-detail/admin-detail.component.mjs +1 -1
- package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +1 -1
- package/esm2022/settings/components/country-detail/country-detail.component.mjs +1 -1
- package/esm2022/settings/components/global-settings/global-settings.component.mjs +1 -1
- package/esm2022/settings/components/payment-method-detail/payment-method-detail.component.mjs +1 -1
- package/esm2022/settings/components/profile/profile.component.mjs +1 -1
- package/esm2022/settings/components/role-detail/role-detail.component.mjs +1 -1
- package/esm2022/settings/components/seller-detail/seller-detail.component.mjs +1 -1
- package/esm2022/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +1 -1
- package/esm2022/settings/components/stock-location-detail/stock-location-detail.component.mjs +1 -1
- package/esm2022/settings/components/tax-category-detail/tax-category-detail.component.mjs +1 -1
- package/esm2022/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +1 -1
- package/esm2022/settings/components/test-address-form/test-address-form.component.mjs +1 -1
- package/esm2022/settings/components/test-order-builder/test-order-builder.component.mjs +1 -1
- package/esm2022/settings/components/zone-detail/zone-detail.component.mjs +1 -1
- package/esm2022/system/components/job-list/job-list.component.mjs +1 -1
- package/fesm2022/vendure-admin-ui-catalog.mjs +18 -18
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +89 -149
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-customer.mjs +5 -5
- package/fesm2022/vendure-admin-ui-customer.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-login.mjs +1 -1
- package/fesm2022/vendure-admin-ui-login.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-marketing.mjs +1 -1
- package/fesm2022/vendure-admin-ui-marketing.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +660 -323
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-react.mjs +8 -8
- package/fesm2022/vendure-admin-ui-react.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-settings.mjs +15 -15
- package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-system.mjs +1 -1
- package/fesm2022/vendure-admin-ui-system.mjs.map +1 -1
- package/order/common/get-refundable-payments.d.ts +9 -0
- package/order/common/modify-order-types.d.ts +29 -0
- package/order/components/modification-detail/modification-detail.component.d.ts +4 -0
- package/order/components/order-detail/order-detail.component.d.ts +2 -0
- package/order/components/order-editor/order-editor.component.d.ts +57 -33
- package/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +17 -6
- package/order/components/order-history/order-history.component.d.ts +6 -2
- package/order/components/order-modification-summary/order-modification-summary.component.d.ts +19 -0
- package/order/components/payment-for-refund-selector/payment-for-refund-selector.component.d.ts +14 -0
- package/order/components/refund-detail/refund-detail.component.d.ts +8 -0
- package/order/components/refund-order-dialog/refund-order-dialog.component.d.ts +13 -11
- package/order/components/select-customer-dialog/select-customer-dialog.component.d.ts +9 -2
- package/order/components/simple-item-list/simple-item-list.component.d.ts +1 -1
- package/order/order.module.d.ts +6 -3
- package/order/order.routes.d.ts +0 -2
- package/order/providers/routing/order.guard.d.ts +1 -0
- package/order/public_api.d.ts +5 -1
- package/package.json +24 -24
- package/static/i18n-messages/ar.json +14 -5
- package/static/i18n-messages/cs.json +14 -5
- package/static/i18n-messages/de.json +14 -5
- package/static/i18n-messages/en.json +14 -5
- package/static/i18n-messages/es.json +14 -5
- package/static/i18n-messages/fa.json +14 -5
- package/static/i18n-messages/fr.json +14 -5
- package/static/i18n-messages/he.json +14 -5
- package/static/i18n-messages/hr.json +14 -5
- package/static/i18n-messages/it.json +14 -5
- package/static/i18n-messages/nb.json +15 -7
- package/static/i18n-messages/ne.json +14 -5
- package/static/i18n-messages/pl.json +14 -5
- package/static/i18n-messages/pt_BR.json +15 -7
- package/static/i18n-messages/pt_PT.json +14 -5
- package/static/i18n-messages/ru.json +14 -5
- package/static/i18n-messages/uk.json +179 -170
- package/static/i18n-messages/zh_Hans.json +14 -5
- package/static/i18n-messages/zh_Hant.json +14 -5
- package/static/styles/global/_utilities.scss +4 -0
- package/static/styles/theme/dark.scss +4 -2
- package/static/styles/theme/default.scss +1 -2
- package/static/theme.min.css +1 -1
- package/esm2022/order/providers/routing/order-resolver.mjs +0 -48
- package/order/providers/routing/order-resolver.d.ts +0 -16
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Global innstillinger",
|
|
38
38
|
"job-queue": "Jobbkø",
|
|
39
39
|
"manage-variants": "Administrer varianter",
|
|
40
|
-
"modifying": "
|
|
40
|
+
"modifying-order": "Endrer ordre",
|
|
41
41
|
"orders": "Ordre",
|
|
42
42
|
"payment-methods": "Betalingsmetoder",
|
|
43
43
|
"product-options": "Produktalternativer",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"confirm-deletion-of-unused-variants-body": "Følgende produktvarianter er gjort foreldede på grunn av tillegg av nye alternativer. De vil bli slettet under opprettelsen av nye produktvarianter.",
|
|
90
90
|
"confirm-deletion-of-unused-variants-title": "Slett foreldede produktvarianter?",
|
|
91
91
|
"create-draft-order": "Opprett utkast til ordre",
|
|
92
|
+
"create-facet-value": "Kansellerte { count } { count, plural, one {vare} other {varer} } fra bestillingen",
|
|
92
93
|
"create-new-collection": "Opprett ny samling",
|
|
93
94
|
"create-new-facet": "Opprett ny fasett",
|
|
94
95
|
"create-new-product": "Nytt produkt",
|
|
@@ -105,7 +106,6 @@
|
|
|
105
106
|
"facet-values": "Fasettverdier",
|
|
106
107
|
"facets": "Fasetter",
|
|
107
108
|
"filter-by-name": "Filtrer etter navn",
|
|
108
|
-
"filter-by-sku": "Filtrer etter SKU",
|
|
109
109
|
"filter-inheritance": "Filtrer arv",
|
|
110
110
|
"filters": "Filtre",
|
|
111
111
|
"inherit-filters-from-parent": "Arv filtre fra forelder",
|
|
@@ -478,7 +478,6 @@
|
|
|
478
478
|
"error": {
|
|
479
479
|
"403-forbidden": "Du har for øyeblikket ikke autorisasjon til å få tilgang til \"{ path }\". Enten mangler du tillatelser, eller økten din har utløpt.",
|
|
480
480
|
"could-not-connect-to-server": "Kunne ikke koble til Vendure-serveren på { url }",
|
|
481
|
-
"facet-value-form-values-do-not-match": "Antallet verdier i facet-skjemaet samsvarer ikke med det faktiske antallet verdier",
|
|
482
481
|
"health-check-failed": "Systemhelsesjekk mislyktes",
|
|
483
482
|
"no-default-shipping-zone-set": "Denne kanalen har ingen standard fraktsone. Dette kan føre til feil ved beregning av fraktkostnader for bestillinger.",
|
|
484
483
|
"no-default-tax-zone-set": "Denne kanalen har ingen standard skattesone, noe som vil føre til feil ved beregning av priser. Vennligst opprett eller velg en sone."
|
|
@@ -538,6 +537,7 @@
|
|
|
538
537
|
"added-items": "Lagde varer",
|
|
539
538
|
"amount": "Beløp",
|
|
540
539
|
"arrange-additional-payment": "Organiser ekstra betaling",
|
|
540
|
+
"assign-order-to-another-customer": "Tildel ordre til en annen kunde",
|
|
541
541
|
"billing-address": "Faktureringsadresse",
|
|
542
542
|
"cancel": "Avbryt",
|
|
543
543
|
"cancel-entire-order": "Avbryt hele ordren",
|
|
@@ -550,6 +550,7 @@
|
|
|
550
550
|
"cancel-selected-items": "Avbryt valgte varer",
|
|
551
551
|
"cancel-specified-items": "Avbryt spesifikke varer",
|
|
552
552
|
"cancellation-reason": "Årsak til avbestilling",
|
|
553
|
+
"cancelled-order-items-success": "",
|
|
553
554
|
"cancelled-order-success": "Ordren ble avlyst",
|
|
554
555
|
"complete-draft-order": "Fullfør utkast",
|
|
555
556
|
"confirm-modifications": "Bekreft endringer",
|
|
@@ -571,6 +572,7 @@
|
|
|
571
572
|
"fulfillment-method": "Leveringsmetode",
|
|
572
573
|
"history-coupon-code-applied": "Kupongkode brukt",
|
|
573
574
|
"history-coupon-code-removed": "Kupongkode fjernet",
|
|
575
|
+
"history-customer-updated": "Kunde oppdatert",
|
|
574
576
|
"history-fulfillment-created": "Levering opprettet",
|
|
575
577
|
"history-fulfillment-delivered": "Levering levert",
|
|
576
578
|
"history-fulfillment-shipped": "Levering sendt",
|
|
@@ -599,10 +601,12 @@
|
|
|
599
601
|
"modification-summary": "Sammendrag av endringer",
|
|
600
602
|
"modification-updating-billing-address": "Oppdaterer faktureringsadresse",
|
|
601
603
|
"modification-updating-shipping-address": "Oppdaterer leveringsadresse",
|
|
602
|
-
"
|
|
604
|
+
"modified-items": "Endrede varer",
|
|
603
605
|
"modify-order": "Endre ordre",
|
|
604
606
|
"modify-order-price-difference": "Prisforskjell",
|
|
605
607
|
"net-price": "Nettopris",
|
|
608
|
+
"new-customer": "Ny kunde",
|
|
609
|
+
"no-modifications-made": "Ingen endringer er gjort",
|
|
606
610
|
"note": "Merknad",
|
|
607
611
|
"note-is-private": "Merknad er privat",
|
|
608
612
|
"note-only-visible-to-administrators": "Synlig kun for administratorer",
|
|
@@ -622,17 +626,17 @@
|
|
|
622
626
|
"payment-metadata": "Betaling metadata",
|
|
623
627
|
"payment-method": "Betalingsmetode",
|
|
624
628
|
"payment-state": "Status",
|
|
625
|
-
"payment-to-refund": "Betaling å refundere",
|
|
626
629
|
"payments": "Betalinger",
|
|
627
630
|
"placed-at": "Plassert den",
|
|
628
631
|
"preview-changes": "Forhåndsvis endringer",
|
|
632
|
+
"previous-customer": "Tidligere kunde",
|
|
629
633
|
"product-name": "Produktnavn",
|
|
630
634
|
"product-sku": "SKU",
|
|
631
635
|
"promotions-applied": "Promosjoner brukt",
|
|
632
636
|
"prorated-unit-price": "Fordelt enhetspris",
|
|
633
637
|
"quantity": "Antall",
|
|
634
638
|
"refund": "Refusjon",
|
|
635
|
-
"refund-
|
|
639
|
+
"refund-amount": "Refusjonsbeløp",
|
|
636
640
|
"refund-and-cancel-order": "Refunder og kanseller ordren",
|
|
637
641
|
"refund-cancellation-reason": "Årsak til refusjon/avbestilling",
|
|
638
642
|
"refund-cancellation-reason-required": "Årsak til refusjon/avbestilling kreves",
|
|
@@ -643,12 +647,15 @@
|
|
|
643
647
|
"refund-reason-customer-request": "Kundeønske",
|
|
644
648
|
"refund-reason-not-available": "Ikke tilgjengelig",
|
|
645
649
|
"refund-shipping": "Refusjon av frakt",
|
|
650
|
+
"refund-this-payment": "Refunder denne betalingen",
|
|
646
651
|
"refund-total": "Total refusjon",
|
|
647
652
|
"refund-total-error": "Total refusjon må være mellom {min} og {max}",
|
|
648
|
-
"refund-total-warning": "
|
|
653
|
+
"refund-total-warning": "Vennligst spesifiser refusjonsbeløp som tilsvarer total refusjon.",
|
|
649
654
|
"refund-with-amount": "Refusjon av {amount}",
|
|
655
|
+
"refundable-amount": "Refunderbart beløp",
|
|
650
656
|
"refunded-count": "{count} {count, plural, one {vare} other {varer}} refundert",
|
|
651
657
|
"removed-items": "Fjernede varer",
|
|
658
|
+
"return-to-stock": "Returner til lager",
|
|
652
659
|
"search-by-order-filters": "Søk etter navn / kode / transaksjons-ID",
|
|
653
660
|
"select-address": "Velg adresse",
|
|
654
661
|
"select-shipping-method": "Velg leveringsmetode",
|
|
@@ -657,6 +664,7 @@
|
|
|
657
664
|
"set-billing-address": "Sett faktureringsadresse",
|
|
658
665
|
"set-coupon-codes": "Angi kupongkoder",
|
|
659
666
|
"set-customer-for-order": "Sett kunde",
|
|
667
|
+
"set-customer-success": "",
|
|
660
668
|
"set-fulfillment-state": "Merk som {state}",
|
|
661
669
|
"set-shipping-address": "Sett leveringsadresse",
|
|
662
670
|
"set-shipping-method": "Sett leveringsmetode",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "वैश्विक सेटिङहरू",
|
|
38
38
|
"job-queue": "काम कत्ति",
|
|
39
39
|
"manage-variants": "विविध विकल्पहरू प्रबन्ध गर्नुहोस्",
|
|
40
|
-
"modifying": "
|
|
40
|
+
"modifying-order": "आदान-प्रदान परिवर्तन",
|
|
41
41
|
"orders": "ओर्दरहरु",
|
|
42
42
|
"payment-methods": "भुक्तानी विधिहरू",
|
|
43
43
|
"product-options": "समान विकल्पहरू",
|
|
@@ -537,6 +537,7 @@
|
|
|
537
537
|
"added-items": "थपिएका समानहरू",
|
|
538
538
|
"amount": "रकम",
|
|
539
539
|
"arrange-additional-payment": "अतिरिक्त भुक्तानी गर्नुहोस्",
|
|
540
|
+
"assign-order-to-another-customer": "अरू ग्राहकलाई आदान-प्रदान गर्नुहोस्",
|
|
540
541
|
"billing-address": "बिलिङ ठेगाना",
|
|
541
542
|
"cancel": "रद्द गर्नुहोस्",
|
|
542
543
|
"cancel-entire-order": "पूरा ओर्दर रद्द गर्नुहोस्",
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"cancel-selected-items": "चयन गरिएका समानहरू रद्द गर्नुहोस्",
|
|
550
551
|
"cancel-specified-items": "निर्दिष्ट समानहरू रद्द गर्नुहोस्",
|
|
551
552
|
"cancellation-reason": "रद्द गर्ने कारण",
|
|
553
|
+
"cancelled-order-items-success": "आदेरी गरिएको { count } { count, plural, one {वस्तु} other {वस्तुहरू} } बाट आदेरी गरिएको",
|
|
552
554
|
"cancelled-order-success": "ओर्दर सफलतापूर्वक रद्द गरियो",
|
|
553
555
|
"complete-draft-order": "पूरा प्रारूप",
|
|
554
556
|
"confirm-modifications": "संशोधनहरू पुष्टि गर्नुहोस्",
|
|
@@ -570,6 +572,7 @@
|
|
|
570
572
|
"fulfillment-method": "पूर्णाउण तरिका",
|
|
571
573
|
"history-coupon-code-applied": "कुपन कोड लागू गरियो",
|
|
572
574
|
"history-coupon-code-removed": "कुपन कोड हटाइयो",
|
|
575
|
+
"history-customer-updated": "ग्राहक अपडेट गरियो",
|
|
573
576
|
"history-fulfillment-created": "पूर्णाउण सिर्जना गरियो",
|
|
574
577
|
"history-fulfillment-delivered": "पूर्णाउण पुर्याइयो",
|
|
575
578
|
"history-fulfillment-shipped": "पूर्णाउण पठाइयो",
|
|
@@ -598,10 +601,12 @@
|
|
|
598
601
|
"modification-summary": "संशोधनको संक्षेप",
|
|
599
602
|
"modification-updating-billing-address": "बिलिङ ठेगाना अपडेट गरिएको छ",
|
|
600
603
|
"modification-updating-shipping-address": "पारिश्रमिक ठेगाना अपडेट गरिएको छ",
|
|
601
|
-
"
|
|
604
|
+
"modified-items": "परिवर्तित वस्तुहरू",
|
|
602
605
|
"modify-order": "ओर्दर संशोधन गर्नुहोस्",
|
|
603
606
|
"modify-order-price-difference": "मूल्य अन्तर",
|
|
604
607
|
"net-price": "नेट मूल्य",
|
|
608
|
+
"new-customer": "नयाँ ग्राहक",
|
|
609
|
+
"no-modifications-made": "कुनै परिवर्तन गरिएको छैन",
|
|
605
610
|
"note": "टिप्पणी",
|
|
606
611
|
"note-is-private": "टिप्पणी प्राइभेट छ",
|
|
607
612
|
"note-only-visible-to-administrators": "मात्र प्रशासकहरूले मात्र हेर्न सक्छन्",
|
|
@@ -621,17 +626,17 @@
|
|
|
621
626
|
"payment-metadata": "भुक्तानी मेटाडाटा",
|
|
622
627
|
"payment-method": "भुक्तानी तरिका",
|
|
623
628
|
"payment-state": "स्थिति",
|
|
624
|
-
"payment-to-refund": "वापसी गर्नका लागि भुक्तानी",
|
|
625
629
|
"payments": "भुक्तानीहरू",
|
|
626
630
|
"placed-at": "मा राखिएको",
|
|
627
631
|
"preview-changes": "पूर्वावलोकन परिवर्तनहरू",
|
|
632
|
+
"previous-customer": "पुरानो ग्राहक",
|
|
628
633
|
"product-name": "समानको नाम",
|
|
629
634
|
"product-sku": "SKU",
|
|
630
635
|
"promotions-applied": "प्रचारहरू लागू गरिएको",
|
|
631
636
|
"prorated-unit-price": "प्राप्त मूल्य यूनिट मूल्य",
|
|
632
637
|
"quantity": "मात्रा",
|
|
633
638
|
"refund": "वापसी",
|
|
634
|
-
"refund-
|
|
639
|
+
"refund-amount": "वापसी रकम",
|
|
635
640
|
"refund-and-cancel-order": "वापसी गर्दै र ओर्दर रद्द गर्दै",
|
|
636
641
|
"refund-cancellation-reason": "वापसी/रद्द गर्दै कारण",
|
|
637
642
|
"refund-cancellation-reason-required": "वापसी/रद्द गर्दै कारण आवश्यक छ",
|
|
@@ -642,12 +647,15 @@
|
|
|
642
647
|
"refund-reason-customer-request": "ग्राहकको अनुरोध",
|
|
643
648
|
"refund-reason-not-available": "उपलब्ध छैन",
|
|
644
649
|
"refund-shipping": "पारिश्रमिक वापसी",
|
|
650
|
+
"refund-this-payment": "यो भुक्तानी वापसी गर",
|
|
645
651
|
"refund-total": "कुल वापसी",
|
|
646
652
|
"refund-total-error": "कुल वापसी {min} र {max} को बीचमा हुनुपर्छ",
|
|
647
|
-
"refund-total-warning": "
|
|
653
|
+
"refund-total-warning": "कृपया वापसी रकमहरूलाई जसले वापसी को जम्मा रकमसँग मेल खान्छ भने स्पष्ट गर्नुहोस्।",
|
|
648
654
|
"refund-with-amount": "{amount} वापसी गर्नुहोस्",
|
|
655
|
+
"refundable-amount": "वापसी गर्न सकिने रकम",
|
|
649
656
|
"refunded-count": "{count} {count, plural, one {समान} other {समानहरू}} वापसी गरियो",
|
|
650
657
|
"removed-items": "हटाइएका समानहरू",
|
|
658
|
+
"return-to-stock": "बन्धुपत्रमा फर्क",
|
|
651
659
|
"search-by-order-filters": "नाम / कोड / लेखा निम्ति खोज्नुहोस्",
|
|
652
660
|
"select-address": "ठेगाना चयन गर्नुहोस्",
|
|
653
661
|
"select-shipping-method": "ढुवानी तरिका चयन गर्नुहोस्",
|
|
@@ -656,6 +664,7 @@
|
|
|
656
664
|
"set-billing-address": "बिलिङ ठेगाना सेट गर्नुहोस्",
|
|
657
665
|
"set-coupon-codes": "कुपन कोड सेट गर्नुहोस्",
|
|
658
666
|
"set-customer-for-order": "ग्राहक सेट गर्नुहोस्",
|
|
667
|
+
"set-customer-success": "",
|
|
659
668
|
"set-fulfillment-state": "{state} मा चिन्ह गर्नुहोस्",
|
|
660
669
|
"set-shipping-address": "ढुवानी ठेगाना सेट गर्नुहोस्",
|
|
661
670
|
"set-shipping-method": "ढुवानी तरिका सेट गर्नुहोस्",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Ustawienia globalne",
|
|
38
38
|
"job-queue": "Kolejka zadań",
|
|
39
39
|
"manage-variants": "Zarządzaj wariantami",
|
|
40
|
-
"modifying": "",
|
|
40
|
+
"modifying-order": "Modyfikowanie zamówienia",
|
|
41
41
|
"orders": "Zamówienia",
|
|
42
42
|
"payment-methods": "Metody płatności",
|
|
43
43
|
"product-options": "",
|
|
@@ -537,6 +537,7 @@
|
|
|
537
537
|
"added-items": "",
|
|
538
538
|
"amount": "Ilość",
|
|
539
539
|
"arrange-additional-payment": "",
|
|
540
|
+
"assign-order-to-another-customer": "Przypisz zamówienie innemu klientowi",
|
|
540
541
|
"billing-address": "",
|
|
541
542
|
"cancel": "Anuluj",
|
|
542
543
|
"cancel-entire-order": "",
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"cancel-selected-items": "Anuluj zaznaczone",
|
|
550
551
|
"cancel-specified-items": "",
|
|
551
552
|
"cancellation-reason": "Powód anulowania",
|
|
553
|
+
"cancelled-order-items-success": "Anulowano { count } { count, plural, one {pozycję} other {pozycje} } z zamówienia",
|
|
552
554
|
"cancelled-order-success": "Pomyślnie anulowano zamówienie",
|
|
553
555
|
"complete-draft-order": "",
|
|
554
556
|
"confirm-modifications": "",
|
|
@@ -570,6 +572,7 @@
|
|
|
570
572
|
"fulfillment-method": "Metoda realizacji",
|
|
571
573
|
"history-coupon-code-applied": "Użyto kodu rabatowego",
|
|
572
574
|
"history-coupon-code-removed": "Usunięto kod rabatowy",
|
|
575
|
+
"history-customer-updated": "Zaktualizowany klient",
|
|
573
576
|
"history-fulfillment-created": "",
|
|
574
577
|
"history-fulfillment-delivered": "",
|
|
575
578
|
"history-fulfillment-shipped": "",
|
|
@@ -598,10 +601,12 @@
|
|
|
598
601
|
"modification-summary": "",
|
|
599
602
|
"modification-updating-billing-address": "",
|
|
600
603
|
"modification-updating-shipping-address": "",
|
|
601
|
-
"
|
|
604
|
+
"modified-items": "Zmodyfikowane przedmioty",
|
|
602
605
|
"modify-order": "",
|
|
603
606
|
"modify-order-price-difference": "",
|
|
604
607
|
"net-price": "Cena netto",
|
|
608
|
+
"new-customer": "Nowy klient",
|
|
609
|
+
"no-modifications-made": "Nie dokonano żadnych modyfikacji",
|
|
605
610
|
"note": "",
|
|
606
611
|
"note-is-private": "Notatka jest prywatna",
|
|
607
612
|
"note-only-visible-to-administrators": "Widoczne tylko dla administratora",
|
|
@@ -621,17 +626,17 @@
|
|
|
621
626
|
"payment-metadata": "Metadane płatności",
|
|
622
627
|
"payment-method": "Metoda płatności",
|
|
623
628
|
"payment-state": "Status",
|
|
624
|
-
"payment-to-refund": "Płatność do zwrotu",
|
|
625
629
|
"payments": "",
|
|
626
630
|
"placed-at": "",
|
|
627
631
|
"preview-changes": "",
|
|
632
|
+
"previous-customer": "Poprzedni klient",
|
|
628
633
|
"product-name": "Nazwa produktu",
|
|
629
634
|
"product-sku": "SKU",
|
|
630
635
|
"promotions-applied": "Zastosowane promocje",
|
|
631
636
|
"prorated-unit-price": "",
|
|
632
637
|
"quantity": "Ilość",
|
|
633
638
|
"refund": "Zwrot",
|
|
634
|
-
"refund-
|
|
639
|
+
"refund-amount": "Kwota zwrotu",
|
|
635
640
|
"refund-and-cancel-order": "Zwróć i anuluj zamówienie",
|
|
636
641
|
"refund-cancellation-reason": "Powód zwrotu/anulowania",
|
|
637
642
|
"refund-cancellation-reason-required": "Powód zwrotu/anulowania jest wymagany",
|
|
@@ -642,12 +647,15 @@
|
|
|
642
647
|
"refund-reason-customer-request": "Prośba klienta",
|
|
643
648
|
"refund-reason-not-available": "Niedostępny",
|
|
644
649
|
"refund-shipping": "Wysyłka zwrotu",
|
|
650
|
+
"refund-this-payment": "Zwróć tę płatność",
|
|
645
651
|
"refund-total": "Wartość zwrotu",
|
|
646
652
|
"refund-total-error": "Wartość zwrotu musi być pomiędzy {min} i {max}",
|
|
647
|
-
"refund-total-warning": "",
|
|
653
|
+
"refund-total-warning": "Proszę podać kwoty zwrotu równe całkowitej kwocie zwrotu.",
|
|
648
654
|
"refund-with-amount": "Zwróć {amount}",
|
|
655
|
+
"refundable-amount": "Kwota do zwrotu",
|
|
649
656
|
"refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
|
|
650
657
|
"removed-items": "",
|
|
658
|
+
"return-to-stock": "Powrót do magazynu",
|
|
651
659
|
"search-by-order-filters": "Szukaj po numerze zamówienia / Nazwisko / Numer transakcji",
|
|
652
660
|
"select-address": "",
|
|
653
661
|
"select-shipping-method": "",
|
|
@@ -656,6 +664,7 @@
|
|
|
656
664
|
"set-billing-address": "",
|
|
657
665
|
"set-coupon-codes": "",
|
|
658
666
|
"set-customer-for-order": "",
|
|
667
|
+
"set-customer-success": "",
|
|
659
668
|
"set-fulfillment-state": "",
|
|
660
669
|
"set-shipping-address": "",
|
|
661
670
|
"set-shipping-method": "",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Configurações globais",
|
|
38
38
|
"job-queue": "Fila de tabalho",
|
|
39
39
|
"manage-variants": "Gerenciamento de variações",
|
|
40
|
-
"modifying": "Modificando",
|
|
40
|
+
"modifying-order": "Modificando pedido",
|
|
41
41
|
"orders": "Pedidos",
|
|
42
42
|
"payment-methods": "Métodos de pagamentos",
|
|
43
43
|
"product-options": "Opções do produto",
|
|
@@ -477,8 +477,7 @@
|
|
|
477
477
|
},
|
|
478
478
|
"error": {
|
|
479
479
|
"403-forbidden": "No momento, você não está autorizado a acessar \"{ path }\". Você não tem permissão ou sua sessão expirou.",
|
|
480
|
-
"could-not-connect-to-server": "Não foi possível ao servidor Vendure no link { url }",
|
|
481
|
-
"facet-value-form-values-do-not-match": "O número de valores no formulário de etiqueta não corresponde ao número real de valores",
|
|
480
|
+
"could-not-connect-to-server": "Não foi possível conectar ao servidor Vendure no link { url }",
|
|
482
481
|
"health-check-failed": "Falha na verificação de integridade do sistema",
|
|
483
482
|
"no-default-shipping-zone-set": "Este canal não possui zona de entrega padrão. Isso pode causar erros ao calcular as despesas de envio do pedido.",
|
|
484
483
|
"no-default-tax-zone-set": "Este canal não possui zona de imposto padrão, o que causará erros no cálculo de preços. Por favor, crie ou selecione uma zona."
|
|
@@ -538,6 +537,7 @@
|
|
|
538
537
|
"added-items": "Itens adicionados",
|
|
539
538
|
"amount": "Total",
|
|
540
539
|
"arrange-additional-payment": "Efetuar um pagamento adicional",
|
|
540
|
+
"assign-order-to-another-customer": "Atribuir pedido a outro cliente",
|
|
541
541
|
"billing-address": "Endereço de cobrança",
|
|
542
542
|
"cancel": "Cancelar",
|
|
543
543
|
"cancel-entire-order": "Cancelar todo o pedido",
|
|
@@ -550,6 +550,7 @@
|
|
|
550
550
|
"cancel-selected-items": "Cancelar itens selecionados",
|
|
551
551
|
"cancel-specified-items": "Cancelar itens específicos",
|
|
552
552
|
"cancellation-reason": "Motivo do cancelamento",
|
|
553
|
+
"cancelled-order-items-success": "Itens da ordem cancelados { count } { count, plural, one {item} other {itens} }",
|
|
553
554
|
"cancelled-order-success": "Pedido cancelado com sucesso",
|
|
554
555
|
"complete-draft-order": "Completar rascunho",
|
|
555
556
|
"confirm-modifications": "Confirmar modificações",
|
|
@@ -571,6 +572,7 @@
|
|
|
571
572
|
"fulfillment-method": "Método de execução",
|
|
572
573
|
"history-coupon-code-applied": "Código de cupom aplicado",
|
|
573
574
|
"history-coupon-code-removed": "Código de cupom excluído",
|
|
575
|
+
"history-customer-updated": "Cliente atualizado",
|
|
574
576
|
"history-fulfillment-created": "Execução criada",
|
|
575
577
|
"history-fulfillment-delivered": "Execução entregue",
|
|
576
578
|
"history-fulfillment-shipped": "Execução enviada",
|
|
@@ -599,10 +601,12 @@
|
|
|
599
601
|
"modification-summary": "Resumo de modificações",
|
|
600
602
|
"modification-updating-billing-address": "Atualizando endereço de fatura",
|
|
601
603
|
"modification-updating-shipping-address": "Atualizando endereço de envio",
|
|
602
|
-
"
|
|
604
|
+
"modified-items": "Itens modificados",
|
|
603
605
|
"modify-order": "Modificar pedido",
|
|
604
606
|
"modify-order-price-difference": "Preço diference",
|
|
605
607
|
"net-price": "Preço líquido",
|
|
608
|
+
"new-customer": "Novo cliente",
|
|
609
|
+
"no-modifications-made": "Nenhuma modificação foi feita",
|
|
606
610
|
"note": "Nota",
|
|
607
611
|
"note-is-private": "Nota é privada",
|
|
608
612
|
"note-only-visible-to-administrators": "Visível somente para administradores",
|
|
@@ -622,17 +626,17 @@
|
|
|
622
626
|
"payment-metadata": "Dados do pagamento",
|
|
623
627
|
"payment-method": "Método de pagamento",
|
|
624
628
|
"payment-state": "Estado",
|
|
625
|
-
"payment-to-refund": "Pagamento para reembolso",
|
|
626
629
|
"payments": "Pagamentos",
|
|
627
630
|
"placed-at": "Posicionado em",
|
|
628
631
|
"preview-changes": "Revisar mudanças",
|
|
632
|
+
"previous-customer": "Cliente anterior",
|
|
629
633
|
"product-name": "Nome do produto",
|
|
630
634
|
"product-sku": "SKU",
|
|
631
635
|
"promotions-applied": "Promoções aplicadas",
|
|
632
636
|
"prorated-unit-price": "Diferença de preço",
|
|
633
637
|
"quantity": "Quantidade",
|
|
634
638
|
"refund": "Reembolso",
|
|
635
|
-
"refund-
|
|
639
|
+
"refund-amount": "Valor do reembolso",
|
|
636
640
|
"refund-and-cancel-order": "Reembolso & cancelamento do pedido",
|
|
637
641
|
"refund-cancellation-reason": "Motivo do reembolso/cancelamento",
|
|
638
642
|
"refund-cancellation-reason-required": "O motivo do reembolso/cancelamento é obrigatório",
|
|
@@ -643,12 +647,15 @@
|
|
|
643
647
|
"refund-reason-customer-request": "Solicitação do cliente",
|
|
644
648
|
"refund-reason-not-available": "Não disponível",
|
|
645
649
|
"refund-shipping": "Envio de reembolso",
|
|
650
|
+
"refund-this-payment": "Reembolsar este pagamento",
|
|
646
651
|
"refund-total": "Total do reembolso",
|
|
647
652
|
"refund-total-error": "Total do reembolso deve ser entre {min} e {max}",
|
|
648
|
-
"refund-total-warning": "
|
|
653
|
+
"refund-total-warning": "Por favor, especifique os valores de reembolso que totalizam o valor total do reembolso.",
|
|
649
654
|
"refund-with-amount": "Reembolso {amount}",
|
|
655
|
+
"refundable-amount": "Valor reembolsável",
|
|
650
656
|
"refunded-count": "{count} {count, plural, one {item} other {items}} reembolsado",
|
|
651
657
|
"removed-items": "Itens removidos",
|
|
658
|
+
"return-to-stock": "Devolver ao estoque",
|
|
652
659
|
"search-by-order-filters": "Buscar por código do pedido / Sobrenome / Código ID da transação",
|
|
653
660
|
"select-address": "Selecionar endereço",
|
|
654
661
|
"select-shipping-method": "Selecionar método de envio",
|
|
@@ -657,6 +664,7 @@
|
|
|
657
664
|
"set-billing-address": "Definir endereço de faturamento",
|
|
658
665
|
"set-coupon-codes": "Definir cupons de desconto",
|
|
659
666
|
"set-customer-for-order": "Definir cliente",
|
|
667
|
+
"set-customer-success": "",
|
|
660
668
|
"set-fulfillment-state": "Marcar como {state}",
|
|
661
669
|
"set-shipping-address": "Definir endereço de entrega",
|
|
662
670
|
"set-shipping-method": "Definir método de envio",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Configurações globais",
|
|
38
38
|
"job-queue": "Fila de tabalho",
|
|
39
39
|
"manage-variants": "Gerir variações",
|
|
40
|
-
"modifying": "
|
|
40
|
+
"modifying-order": "Modificando pedido",
|
|
41
41
|
"orders": "Encomendas",
|
|
42
42
|
"payment-methods": "Métodos de pagamentos",
|
|
43
43
|
"product-options": "Opções",
|
|
@@ -537,6 +537,7 @@
|
|
|
537
537
|
"added-items": "Itens adicionados",
|
|
538
538
|
"amount": "Total",
|
|
539
539
|
"arrange-additional-payment": "Configurar pagamento adicional",
|
|
540
|
+
"assign-order-to-another-customer": "Atribuir pedido a outro cliente",
|
|
540
541
|
"billing-address": "Morada de faturação",
|
|
541
542
|
"cancel": "Cancelar",
|
|
542
543
|
"cancel-entire-order": "",
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"cancel-selected-items": "Cancelar itens seleccionados",
|
|
550
551
|
"cancel-specified-items": "",
|
|
551
552
|
"cancellation-reason": "Motivo do cancelamento",
|
|
553
|
+
"cancelled-order-items-success": "Itens da encomenda cancelados { count } { count, plural, one {item} other {itens} }",
|
|
552
554
|
"cancelled-order-success": "Encomenda cancelada com sucesso",
|
|
553
555
|
"complete-draft-order": "",
|
|
554
556
|
"confirm-modifications": "Confirmar modificações",
|
|
@@ -570,6 +572,7 @@
|
|
|
570
572
|
"fulfillment-method": "Método de envio",
|
|
571
573
|
"history-coupon-code-applied": "Código promocional aplicado",
|
|
572
574
|
"history-coupon-code-removed": "Código promocional eliminado",
|
|
575
|
+
"history-customer-updated": "Cliente atualizado",
|
|
573
576
|
"history-fulfillment-created": "Entrega criada",
|
|
574
577
|
"history-fulfillment-delivered": "Entrega concluída",
|
|
575
578
|
"history-fulfillment-shipped": "Encomenda enviada",
|
|
@@ -598,10 +601,12 @@
|
|
|
598
601
|
"modification-summary": "Resumo de modificações",
|
|
599
602
|
"modification-updating-billing-address": "A actualizar morada de faturação",
|
|
600
603
|
"modification-updating-shipping-address": "A actualizar morada de entrega",
|
|
601
|
-
"
|
|
604
|
+
"modified-items": "Itens modificados",
|
|
602
605
|
"modify-order": "Modificar pedido",
|
|
603
606
|
"modify-order-price-difference": "Diferença de preço",
|
|
604
607
|
"net-price": "Preço líquido",
|
|
608
|
+
"new-customer": "Novo cliente",
|
|
609
|
+
"no-modifications-made": "Nenhuma modificação foi feita",
|
|
605
610
|
"note": "Nota",
|
|
606
611
|
"note-is-private": "Marcar como privada",
|
|
607
612
|
"note-only-visible-to-administrators": "Visível somente para administradores",
|
|
@@ -621,17 +626,17 @@
|
|
|
621
626
|
"payment-metadata": "Dados do pagamento",
|
|
622
627
|
"payment-method": "Método de pagamento",
|
|
623
628
|
"payment-state": "Estado",
|
|
624
|
-
"payment-to-refund": "Pagamento para reembolso",
|
|
625
629
|
"payments": "",
|
|
626
630
|
"placed-at": "Adicionada em",
|
|
627
631
|
"preview-changes": "Revisar mudanças",
|
|
632
|
+
"previous-customer": "Cliente anterior",
|
|
628
633
|
"product-name": "Nome do produto",
|
|
629
634
|
"product-sku": "SKU",
|
|
630
635
|
"promotions-applied": "Promoções aplicadas",
|
|
631
636
|
"prorated-unit-price": "Diferença de preço",
|
|
632
637
|
"quantity": "Quantidade",
|
|
633
638
|
"refund": "Reembolso",
|
|
634
|
-
"refund-
|
|
639
|
+
"refund-amount": "Valor a reembolsar",
|
|
635
640
|
"refund-and-cancel-order": "Reembolso e cancelamento da encomenda",
|
|
636
641
|
"refund-cancellation-reason": "Motivo do reembolso/cancelamento",
|
|
637
642
|
"refund-cancellation-reason-required": "O motivo do reembolso/cancelamento é obrigatório",
|
|
@@ -642,12 +647,15 @@
|
|
|
642
647
|
"refund-reason-customer-request": "Solicitação do cliente",
|
|
643
648
|
"refund-reason-not-available": "Não disponível",
|
|
644
649
|
"refund-shipping": "Envio de reembolso",
|
|
650
|
+
"refund-this-payment": "Reembolsar este pagamento",
|
|
645
651
|
"refund-total": "Total do reembolso",
|
|
646
652
|
"refund-total-error": "Total do reembolso deve ser entre {min} e {max}",
|
|
647
|
-
"refund-total-warning": "
|
|
653
|
+
"refund-total-warning": "Por favor, especifique os valores de reembolso que totalizam o valor total a reembolsar.",
|
|
648
654
|
"refund-with-amount": "Reembolso {amount}",
|
|
655
|
+
"refundable-amount": "Valor reembolsável",
|
|
649
656
|
"refunded-count": "{count} {count, plural, one {item reembolsado} other {itens reembolsados}}",
|
|
650
657
|
"removed-items": "Itens removidos",
|
|
658
|
+
"return-to-stock": "Devolver ao stock",
|
|
651
659
|
"search-by-order-filters": "Pesqusiar pelo código da encomenda / apelido do cliente / ID da transação",
|
|
652
660
|
"select-address": "",
|
|
653
661
|
"select-shipping-method": "",
|
|
@@ -656,6 +664,7 @@
|
|
|
656
664
|
"set-billing-address": "",
|
|
657
665
|
"set-coupon-codes": "",
|
|
658
666
|
"set-customer-for-order": "",
|
|
667
|
+
"set-customer-success": "",
|
|
659
668
|
"set-fulfillment-state": "Marcar como {state}",
|
|
660
669
|
"set-shipping-address": "",
|
|
661
670
|
"set-shipping-method": "",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Глобальные настройки",
|
|
38
38
|
"job-queue": "Очередь заданий",
|
|
39
39
|
"manage-variants": "Управление вариантами",
|
|
40
|
-
"modifying": "Изменение",
|
|
40
|
+
"modifying-order": "Изменение заказа",
|
|
41
41
|
"orders": "Заказы",
|
|
42
42
|
"payment-methods": "Способы оплаты",
|
|
43
43
|
"product-options": "Опции товара",
|
|
@@ -537,6 +537,7 @@
|
|
|
537
537
|
"added-items": "Добавленные позиции",
|
|
538
538
|
"amount": "Количество",
|
|
539
539
|
"arrange-additional-payment": "Организовать доплату",
|
|
540
|
+
"assign-order-to-another-customer": "Назначить заказ другому клиенту",
|
|
540
541
|
"billing-address": "Платежный адрес",
|
|
541
542
|
"cancel": "Отмена",
|
|
542
543
|
"cancel-entire-order": "Отменить весь заказ",
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"cancel-selected-items": "Отменить выбранные позиции",
|
|
550
551
|
"cancel-specified-items": "Отменить указанные позиции",
|
|
551
552
|
"cancellation-reason": "Причина отмены",
|
|
553
|
+
"cancelled-order-items-success": "Отменено { count } { count, plural, one {позиция} other {позиции} } из заказа",
|
|
552
554
|
"cancelled-order-success": "Успешно отмененный заказ",
|
|
553
555
|
"complete-draft-order": "Завершить черновик заказа",
|
|
554
556
|
"confirm-modifications": "Подтвердите изменения",
|
|
@@ -570,6 +572,7 @@
|
|
|
570
572
|
"fulfillment-method": "Метод выполнения",
|
|
571
573
|
"history-coupon-code-applied": "Код купона применен",
|
|
572
574
|
"history-coupon-code-removed": "Код купона удален",
|
|
575
|
+
"history-customer-updated": "Клиент обновлен",
|
|
573
576
|
"history-fulfillment-created": "Выполнение создано",
|
|
574
577
|
"history-fulfillment-delivered": "Выполнение доставлено",
|
|
575
578
|
"history-fulfillment-shipped": "Выполнение отправлено",
|
|
@@ -598,10 +601,12 @@
|
|
|
598
601
|
"modification-summary": "Сводка модификаций",
|
|
599
602
|
"modification-updating-billing-address": "Обновление платежного адреса",
|
|
600
603
|
"modification-updating-shipping-address": "Обновление адреса доставки",
|
|
601
|
-
"
|
|
604
|
+
"modified-items": "Измененные товары",
|
|
602
605
|
"modify-order": "Изменить порядок",
|
|
603
606
|
"modify-order-price-difference": "Разница в цене",
|
|
604
607
|
"net-price": "Цена нетто",
|
|
608
|
+
"new-customer": "Новый клиент",
|
|
609
|
+
"no-modifications-made": "Изменений не внесено",
|
|
605
610
|
"note": "Примечание",
|
|
606
611
|
"note-is-private": "Заметка является приватной",
|
|
607
612
|
"note-only-visible-to-administrators": "Доступно только администраторам",
|
|
@@ -621,17 +626,17 @@
|
|
|
621
626
|
"payment-metadata": "Метаданные платежа",
|
|
622
627
|
"payment-method": "Способ оплаты",
|
|
623
628
|
"payment-state": "Состояние",
|
|
624
|
-
"payment-to-refund": "Платеж к возврату",
|
|
625
629
|
"payments": "Платежи",
|
|
626
630
|
"placed-at": "Размещено в",
|
|
627
631
|
"preview-changes": "Предпросмотр изменений",
|
|
632
|
+
"previous-customer": "Предыдущий клиент",
|
|
628
633
|
"product-name": "Наименование товара",
|
|
629
634
|
"product-sku": "SKU",
|
|
630
635
|
"promotions-applied": "Примененные промоакции",
|
|
631
636
|
"prorated-unit-price": "Пропорциональная цена за единицу",
|
|
632
637
|
"quantity": "Количество",
|
|
633
638
|
"refund": "Возврат",
|
|
634
|
-
"refund-
|
|
639
|
+
"refund-amount": "Сумма возврата",
|
|
635
640
|
"refund-and-cancel-order": "Возврат и отмена заказа",
|
|
636
641
|
"refund-cancellation-reason": "Причина возврата / отмены",
|
|
637
642
|
"refund-cancellation-reason-required": "Укажите причину возврата / отмены",
|
|
@@ -642,12 +647,15 @@
|
|
|
642
647
|
"refund-reason-customer-request": "Запрос клиента",
|
|
643
648
|
"refund-reason-not-available": "Недоступен",
|
|
644
649
|
"refund-shipping": "Возврат стоимости доставки",
|
|
650
|
+
"refund-this-payment": "Вернуть этот платеж",
|
|
645
651
|
"refund-total": "Общая сумма возврата",
|
|
646
652
|
"refund-total-error": "Общая сумма возврата должна быть в пределах {min} и {max}",
|
|
647
|
-
"refund-total-warning": "
|
|
653
|
+
"refund-total-warning": "Пожалуйста, укажите суммы возврата, равные общей сумме возврата.",
|
|
648
654
|
"refund-with-amount": "Возврат {amount}",
|
|
655
|
+
"refundable-amount": "Сумма к возврату",
|
|
649
656
|
"refunded-count": "{count} {count, plural, one {позиция} other {позиций}} возвращен",
|
|
650
657
|
"removed-items": "Удаленные позиции",
|
|
658
|
+
"return-to-stock": "Вернуть в наличие",
|
|
651
659
|
"search-by-order-filters": "Поиск по фамилии клиента / коду заказа / ID транзакции",
|
|
652
660
|
"select-address": "Выбрать адрес",
|
|
653
661
|
"select-shipping-method": "Выбрать метод доставки",
|
|
@@ -656,6 +664,7 @@
|
|
|
656
664
|
"set-billing-address": "Установить платёжный адрес",
|
|
657
665
|
"set-coupon-codes": "Применить код купона",
|
|
658
666
|
"set-customer-for-order": "Выбрать клиента для заказа",
|
|
667
|
+
"set-customer-success": "",
|
|
659
668
|
"set-fulfillment-state": "Отметить как {state}",
|
|
660
669
|
"set-shipping-address": "Установить адрес доставки",
|
|
661
670
|
"set-shipping-method": "Установить метод доставки",
|