@vendure/admin-ui 1.0.0-beta.9 → 1.0.3
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/bundles/vendure-admin-ui-catalog.umd.js +37 -17
- package/bundles/vendure-admin-ui-catalog.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-catalog.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-catalog.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.js +233 -38
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-core.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.js +8 -6
- package/bundles/vendure-admin-ui-customer.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-customer.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-order.umd.js +113 -39
- package/bundles/vendure-admin-ui-order.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-order.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-order.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.js +71 -46
- package/bundles/vendure-admin-ui-settings.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-settings.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-system.umd.js +1 -1
- package/bundles/vendure-admin-ui-system.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-system.umd.min.js +1 -1
- package/bundles/vendure-admin-ui-system.umd.min.js.map +1 -1
- package/catalog/components/collection-detail/collection-detail.component.d.ts +2 -1
- package/catalog/components/facet-detail/facet-detail.component.d.ts +2 -1
- package/catalog/components/product-assets/product-assets.component.d.ts +7 -2
- package/catalog/components/product-variants-list/product-variants-list.component.d.ts +2 -1
- package/catalog/components/product-variants-table/product-variants-table.component.d.ts +2 -1
- package/catalog/vendure-admin-ui-catalog.metadata.json +1 -1
- package/core/common/generated-types.d.ts +242 -148
- package/core/common/version.d.ts +1 -1
- package/core/components/main-nav/main-nav.component.d.ts +1 -1
- package/core/shared/components/channel-assignment-control/channel-assignment-control.component.d.ts +3 -2
- package/core/shared/components/product-selector/product-selector.component.d.ts +1 -1
- package/core/shared/pipes/has-permission.pipe.d.ts +3 -2
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/customer/components/address-card/address-card.component.d.ts +1 -0
- package/customer/vendure-admin-ui-customer.metadata.json +1 -1
- package/esm2015/catalog/components/asset-detail/asset-detail.component.js +2 -2
- package/esm2015/catalog/components/asset-list/asset-list.component.js +2 -2
- package/esm2015/catalog/components/collection-detail/collection-detail.component.js +4 -3
- package/esm2015/catalog/components/collection-list/collection-list.component.js +2 -2
- package/esm2015/catalog/components/collection-tree/collection-tree-node.component.js +5 -6
- package/esm2015/catalog/components/facet-detail/facet-detail.component.js +4 -3
- package/esm2015/catalog/components/facet-list/facet-list.component.js +2 -2
- package/esm2015/catalog/components/product-assets/product-assets.component.js +19 -6
- package/esm2015/catalog/components/product-detail/product-detail.component.js +2 -2
- package/esm2015/catalog/components/product-list/product-list.component.js +2 -2
- package/esm2015/catalog/components/product-variants-list/product-variants-list.component.js +4 -3
- package/esm2015/catalog/components/product-variants-table/product-variants-table.component.js +4 -2
- package/esm2015/catalog/components/update-product-option-dialog/update-product-option-dialog.component.js +2 -2
- package/esm2015/core/common/generated-types.js +123 -9
- package/esm2015/core/common/utilities/configurable-operation-utils.js +1 -1
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/components/main-nav/main-nav.component.js +36 -9
- package/esm2015/core/data/definitions/order-definitions.js +11 -1
- package/esm2015/core/data/definitions/product-definitions.js +696 -697
- package/esm2015/core/shared/components/asset-preview/asset-preview.component.js +2 -2
- package/esm2015/core/shared/components/channel-assignment-control/channel-assignment-control.component.js +25 -7
- package/esm2015/core/shared/components/dropdown/dropdown-menu.component.js +13 -10
- package/esm2015/core/shared/directives/if-permissions.directive.js +4 -4
- package/esm2015/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.js +2 -2
- package/esm2015/core/shared/pipes/has-permission.pipe.js +16 -6
- package/esm2015/customer/components/address-card/address-card.component.js +4 -2
- package/esm2015/customer/components/customer-detail/customer-detail.component.js +2 -2
- package/esm2015/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.js +2 -2
- package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +2 -2
- package/esm2015/customer/components/customer-group-member-list/customer-group-member-list.component.js +2 -2
- package/esm2015/customer/components/customer-history/customer-history.component.js +2 -2
- package/esm2015/order/components/line-refunds/line-refunds.component.js +20 -3
- package/esm2015/order/components/order-detail/order-detail.component.js +30 -9
- package/esm2015/order/components/order-editor/order-editor.component.js +2 -2
- package/esm2015/order/components/order-payment-card/order-payment-card.component.js +2 -2
- package/esm2015/order/components/order-table/order-table.component.js +2 -2
- package/esm2015/order/components/refund-order-dialog/refund-order-dialog.component.js +27 -6
- package/esm2015/settings/components/admin-detail/admin-detail.component.js +5 -2
- package/esm2015/settings/components/channel-detail/channel-detail.component.js +5 -3
- package/esm2015/settings/components/channel-list/channel-list.component.js +2 -2
- package/esm2015/settings/components/country-detail/country-detail.component.js +4 -3
- package/esm2015/settings/components/country-list/country-list.component.js +2 -2
- package/esm2015/settings/components/global-settings/global-settings.component.js +3 -2
- package/esm2015/settings/components/payment-method-detail/payment-method-detail.component.js +16 -15
- package/esm2015/settings/components/payment-method-list/payment-method-list.component.js +2 -2
- package/esm2015/settings/components/permission-grid/permission-grid.component.js +8 -3
- package/esm2015/settings/components/role-detail/role-detail.component.js +2 -2
- package/esm2015/settings/components/role-list/role-list.component.js +9 -5
- package/esm2015/settings/components/shipping-method-detail/shipping-method-detail.component.js +16 -11
- package/esm2015/settings/components/shipping-method-list/shipping-method-list.component.js +2 -2
- package/esm2015/settings/components/tax-category-detail/tax-category-detail.component.js +4 -3
- package/esm2015/settings/components/tax-category-list/tax-category-list.component.js +2 -2
- package/esm2015/settings/components/tax-rate-detail/tax-rate-detail.component.js +11 -10
- package/esm2015/settings/components/tax-rate-list/tax-rate-list.component.js +2 -2
- package/esm2015/settings/components/test-order-builder/test-order-builder.component.js +3 -2
- package/esm2015/settings/components/zone-detail-dialog/zone-detail-dialog.component.js +2 -2
- package/esm2015/settings/components/zone-list/zone-list.component.js +2 -2
- package/esm2015/settings/components/zone-member-list/zone-member-list.component.js +2 -2
- package/esm2015/system/components/job-list/job-list.component.js +2 -2
- package/fesm2015/vendure-admin-ui-catalog.js +34 -18
- package/fesm2015/vendure-admin-ui-catalog.js.map +1 -1
- package/fesm2015/vendure-admin-ui-core.js +884 -705
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/fesm2015/vendure-admin-ui-customer.js +8 -6
- package/fesm2015/vendure-admin-ui-customer.js.map +1 -1
- package/fesm2015/vendure-admin-ui-order.js +76 -18
- package/fesm2015/vendure-admin-ui-order.js.map +1 -1
- package/fesm2015/vendure-admin-ui-settings.js +74 -50
- package/fesm2015/vendure-admin-ui-settings.js.map +1 -1
- package/fesm2015/vendure-admin-ui-system.js +1 -1
- package/fesm2015/vendure-admin-ui-system.js.map +1 -1
- package/order/components/line-refunds/line-refunds.component.d.ts +1 -0
- package/order/components/refund-order-dialog/refund-order-dialog.component.d.ts +1 -0
- package/order/vendure-admin-ui-order.metadata.json +1 -1
- package/package.json +2 -2
- package/settings/components/channel-detail/channel-detail.component.d.ts +2 -1
- package/settings/components/country-detail/country-detail.component.d.ts +2 -1
- package/settings/components/global-settings/global-settings.component.d.ts +2 -1
- package/settings/components/payment-method-detail/payment-method-detail.component.d.ts +2 -2
- package/settings/components/permission-grid/permission-grid.component.d.ts +2 -0
- package/settings/components/role-list/role-list.component.d.ts +5 -1
- package/settings/components/shipping-method-detail/shipping-method-detail.component.d.ts +2 -1
- package/settings/components/tax-category-detail/tax-category-detail.component.d.ts +2 -1
- package/settings/components/tax-rate-detail/tax-rate-detail.component.d.ts +2 -1
- package/settings/vendure-admin-ui-settings.metadata.json +1 -1
- package/static/i18n-messages/cs.json +2 -0
- package/static/i18n-messages/de.json +8 -6
- package/static/i18n-messages/en.json +2 -0
- package/static/i18n-messages/es.json +2 -0
- package/static/i18n-messages/fr.json +89 -89
- package/static/i18n-messages/pl.json +2 -0
- package/static/i18n-messages/pt_BR.json +2 -0
- package/static/i18n-messages/ru.json +811 -0
- package/static/i18n-messages/zh_Hans.json +178 -176
- package/static/i18n-messages/zh_Hant.json +2 -0
- package/static/styles/_variables.scss +0 -65
- package/static/styles/theme/default.scss +54 -54
- package/static/vendure-ui-config.json +1 -1
- package/system/vendure-admin-ui-system.metadata.json +1 -1
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "Důvod refundace/zrušení",
|
|
667
667
|
"refund-cancellation-reason-required": "Uvedení důvodu refundace/zrušení je povinné",
|
|
668
668
|
"refund-metadata": "Data refundace",
|
|
669
|
+
"refund-order-failed": "",
|
|
669
670
|
"refund-order-success": "Successfully refunded order",
|
|
670
671
|
"refund-reason": "Důvod refundace",
|
|
671
672
|
"refund-reason-customer-request": "Požadavek zákazníka",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "Refundovat poštovné",
|
|
674
675
|
"refund-total": "Refundovat celkem",
|
|
675
676
|
"refund-total-error": "Částka refundace musí být mezi {min} a {max}",
|
|
677
|
+
"refund-total-warning": "",
|
|
676
678
|
"refund-with-amount": "Refundovat {amount}",
|
|
677
679
|
"refunded-count": "{count} {count, plural, one {položka} other {položky}} refundovány",
|
|
678
680
|
"removed-items": "Odebrané položky",
|
|
@@ -137,10 +137,10 @@
|
|
|
137
137
|
"sku": "Artikelnummer",
|
|
138
138
|
"slug": "Slug",
|
|
139
139
|
"slug-pattern-error": "Ungültiger Slug",
|
|
140
|
-
"stock-allocated": "
|
|
140
|
+
"stock-allocated": "Lagerbestand reserviert",
|
|
141
141
|
"stock-allocated-tooltip": "Anzahl der Artikel, die bereits bestellt, aber noch nicht abgewickelt wurden",
|
|
142
|
-
"stock-on-hand": "
|
|
143
|
-
"stock-on-hand-tooltip": "
|
|
142
|
+
"stock-on-hand": "Lagerbestand",
|
|
143
|
+
"stock-on-hand-tooltip": "Lagerbestand dieses Artikels",
|
|
144
144
|
"stock-saleable": "Verkaufbar",
|
|
145
145
|
"stock-saleable-tooltip": "Anzahl der verkauftbaren Einheiten dieses Artikels; berücksichtigt reservierte Artikel und eingestellte Fehlmenge",
|
|
146
146
|
"tax-category": "Steuerkategorie",
|
|
@@ -365,8 +365,8 @@
|
|
|
365
365
|
"could-not-connect-to-server": "Es konnte keine Verbindung zum Vendure-Server auf { url } hergestellt werden.",
|
|
366
366
|
"facet-value-form-values-do-not-match": "Die Anzahl der Werte im Facetten-Formular stimmt nicht mit der tatsächlichen Anzahl der Werte überein",
|
|
367
367
|
"health-check-failed": "Systemzustandsprüfung fehlgeschlagen",
|
|
368
|
-
"no-default-shipping-zone-set": "Dieser Kanal
|
|
369
|
-
"no-default-tax-zone-set": "Dieser Kanal verfügt nicht über
|
|
368
|
+
"no-default-shipping-zone-set": "Dieser Kanal verfügt nicht über eine Standard-Versandzone. Dies kann zu Fehlern bei der Berechnung der Auftragsversandkosten führen.",
|
|
369
|
+
"no-default-tax-zone-set": "Dieser Kanal verfügt nicht über eine Standard-Steuerzone, was zu Fehlern bei der Preisberechnung führen kann. Bitte erstellen oder wählen Sie eine Zone.",
|
|
370
370
|
"product-variant-form-values-do-not-match": "Die Anzahl der Varianten im Produktformular stimmt nicht mit der tatsächlichen Anzahl der Varianten überein."
|
|
371
371
|
},
|
|
372
372
|
"lang": {
|
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "Stornierungs-/Rückzahlungsgrund",
|
|
667
667
|
"refund-cancellation-reason-required": "Stornierungs-/Rückzahlungsgrund ist erforderlich",
|
|
668
668
|
"refund-metadata": "Metadaten zur Rückzahlung",
|
|
669
|
+
"refund-order-failed": "",
|
|
669
670
|
"refund-order-success": "Bestellung erfolgreich zurückgezahlt",
|
|
670
671
|
"refund-reason": "Rückzahlungsgrund",
|
|
671
672
|
"refund-reason-customer-request": "Kundenanfrage",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "Versandkosten erstatten",
|
|
674
675
|
"refund-total": "Rückzahlung gesamt",
|
|
675
676
|
"refund-total-error": "Die Erstattungssumme muss zwischen {min} und {max} liegen",
|
|
677
|
+
"refund-total-warning": "",
|
|
676
678
|
"refund-with-amount": "Rückzahlung {amount}",
|
|
677
679
|
"refunded-count": "{count} {count, plural, one {Artikel} other {Artikel}} erstattet",
|
|
678
680
|
"removed-items": "Entfernte Artikel",
|
|
@@ -762,7 +764,7 @@
|
|
|
762
764
|
"test-result": "Test-Ergebnis",
|
|
763
765
|
"test-shipping-method": "Test-Versandart",
|
|
764
766
|
"test-shipping-methods": "Test-Versandarten",
|
|
765
|
-
"track-inventory-default": "
|
|
767
|
+
"track-inventory-default": "Lagerbestand standardmäßig verfolgen",
|
|
766
768
|
"update-zone": "Zone aktualisieren",
|
|
767
769
|
"view-zone-members": "Mitglieder anzeigen",
|
|
768
770
|
"zone": "Zone"
|
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "Refund/cancellation reason",
|
|
667
667
|
"refund-cancellation-reason-required": "Refund/cancellation reason is required",
|
|
668
668
|
"refund-metadata": "Refund metadata",
|
|
669
|
+
"refund-order-failed": "Refund failed",
|
|
669
670
|
"refund-order-success": "Successfully refunded order",
|
|
670
671
|
"refund-reason": "Refund reason",
|
|
671
672
|
"refund-reason-customer-request": "Customer request",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "Refund shipping",
|
|
674
675
|
"refund-total": "Refund total",
|
|
675
676
|
"refund-total-error": "Refund total must be between {min} and {max}",
|
|
677
|
+
"refund-total-warning": "Refund total exceeds selected payment amount. The remaining refund amount will be refunded from the other payments.",
|
|
676
678
|
"refund-with-amount": "Refund {amount}",
|
|
677
679
|
"refunded-count": "{count} {count, plural, one {item} other {items}} refunded",
|
|
678
680
|
"removed-items": "Removed items",
|
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "",
|
|
667
667
|
"refund-cancellation-reason-required": "",
|
|
668
668
|
"refund-metadata": "",
|
|
669
|
+
"refund-order-failed": "",
|
|
669
670
|
"refund-order-success": "",
|
|
670
671
|
"refund-reason": "",
|
|
671
672
|
"refund-reason-customer-request": "",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "",
|
|
674
675
|
"refund-total": "",
|
|
675
676
|
"refund-total-error": "",
|
|
677
|
+
"refund-total-warning": "",
|
|
676
678
|
"refund-with-amount": "",
|
|
677
679
|
"refunded-count": "",
|
|
678
680
|
"removed-items": "",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"original-asset-size": "Taille originale",
|
|
13
13
|
"preview": "Apercu",
|
|
14
14
|
"remove-asset": "Retirer le fichier",
|
|
15
|
-
"select-asset": "",
|
|
15
|
+
"select-asset": "Sélectionner un fichier",
|
|
16
16
|
"select-assets": "Selectionner fichiers",
|
|
17
17
|
"set-as-featured-asset": "Définir en tant que fichier en vedette",
|
|
18
18
|
"set-focal-point": "Définir point de focale",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"global-settings": "Paramètres globaux",
|
|
38
38
|
"job-queue": "File d'attente de tâches",
|
|
39
39
|
"manage-variants": "Gestion des variations",
|
|
40
|
-
"modifying": "",
|
|
40
|
+
"modifying": "Modification",
|
|
41
41
|
"orders": "Commandes",
|
|
42
42
|
"payment-methods": "Modes de paiement",
|
|
43
43
|
"products": "Produits",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"assign-products-to-channel": "Attribuer les produits au canal",
|
|
59
59
|
"assign-to-channel": "Attribuer au canal",
|
|
60
60
|
"assign-to-named-channel": "Attribuer à { channelCode }",
|
|
61
|
-
"assign-variant-to-channel-success": "",
|
|
62
|
-
"assign-variants-to-channel": "",
|
|
63
|
-
"auto-update-option-variant-name": "",
|
|
64
|
-
"auto-update-product-variant-name": "",
|
|
61
|
+
"assign-variant-to-channel-success": "Variation produit attribuée au canal \"{ channel }\"",
|
|
62
|
+
"assign-variants-to-channel": "Attribuer une variation du produit au canal",
|
|
63
|
+
"auto-update-option-variant-name": "Mettre à jour automatiquement les noms de variations du produit en utilisant cette option",
|
|
64
|
+
"auto-update-product-variant-name": "Mettre à jour automatiquement les noms de variations du produit ",
|
|
65
65
|
"channel-price-preview": "Prévisualisation du prix du canal",
|
|
66
66
|
"collection-contents": "Contenu de la Collection",
|
|
67
67
|
"confirm-adding-options-delete-default-body": "L'ajout d'options à ce produit supprimera les variations existantes par défaut. Voulez-vous continuer ?",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"no-channel-selected": "Pas de canal sélectionné",
|
|
103
103
|
"no-featured-asset": "Pas de fichier vedette",
|
|
104
104
|
"no-selection": "Pas de sélection",
|
|
105
|
-
"notify-remove-product-from-channel-error": "
|
|
105
|
+
"notify-remove-product-from-channel-error": "Retrait du produit du canal échoué",
|
|
106
106
|
"notify-remove-product-from-channel-success": "Retrait du produit du canal réussi",
|
|
107
|
-
"notify-remove-variant-from-channel-error": "",
|
|
108
|
-
"notify-remove-variant-from-channel-success": "",
|
|
107
|
+
"notify-remove-variant-from-channel-error": "Retrait de la variation du produit du canal échoué",
|
|
108
|
+
"notify-remove-variant-from-channel-success": "Retrait de la variation du produit du canal réussi",
|
|
109
109
|
"option": "Option",
|
|
110
110
|
"option-name": "Nom de l'option",
|
|
111
111
|
"option-values": "Valeurs de l'option",
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"remove-from-channel": "Retirer du canal",
|
|
129
129
|
"remove-option": "Retirer l'option",
|
|
130
130
|
"remove-product-from-channel": "Retirer le produit du canal",
|
|
131
|
-
"remove-product-variant-from-channel": "",
|
|
132
|
-
"search-asset-name-or-tag": "",
|
|
131
|
+
"remove-product-variant-from-channel": "Retirer la variante du produit du canal",
|
|
132
|
+
"search-asset-name-or-tag": "Rechercher par nom de fichier ou mot-clé",
|
|
133
133
|
"search-for-term": "Chercher le terme",
|
|
134
134
|
"search-product-name-or-code": "Chercher par nom de produit ou code",
|
|
135
|
-
"select-product": "",
|
|
136
|
-
"select-product-variant": "",
|
|
135
|
+
"select-product": "Sélectionner un produit",
|
|
136
|
+
"select-product-variant": "Sélectionner une variation produit",
|
|
137
137
|
"sku": "UGS",
|
|
138
138
|
"slug": "Identifiant",
|
|
139
139
|
"slug-pattern-error": "Identifiant invalide",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"available-languages": "Langues disponibles",
|
|
167
167
|
"cancel": "Annuler",
|
|
168
168
|
"cancel-navigation": "Annuler la navigation",
|
|
169
|
-
"change-selection": "",
|
|
169
|
+
"change-selection": "Modifier la sélection",
|
|
170
170
|
"channel": "Canal",
|
|
171
171
|
"channels": "Canaux",
|
|
172
172
|
"code": "Code",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"custom-fields": "Champs personnalisés",
|
|
180
180
|
"default-channel": "Canal par défaut",
|
|
181
181
|
"default-language": "Langue par défaut",
|
|
182
|
-
"default-tax-category": "",
|
|
182
|
+
"default-tax-category": "Catégorie de taxe par défaut",
|
|
183
183
|
"delete": "Supprimer",
|
|
184
184
|
"description": "Description",
|
|
185
185
|
"details": "Détails",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"enabled": "Activé",
|
|
192
192
|
"expand-entries": "Développer les éléments",
|
|
193
193
|
"extension-running-in-separate-window": "Extension fonctionne dans une fenêtre à part",
|
|
194
|
-
"filter": "",
|
|
194
|
+
"filter": "Filtre",
|
|
195
195
|
"guest": "Invité",
|
|
196
196
|
"items-per-page-option": "{ count } par page",
|
|
197
197
|
"language": "Langue",
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
"live-update": "Mise à jour automatique",
|
|
200
200
|
"log-out": "Déconnexion",
|
|
201
201
|
"login": "Connexion",
|
|
202
|
-
"manage-tags": "",
|
|
203
|
-
"manage-tags-description": "",
|
|
202
|
+
"manage-tags": "Gérer les mot-clés",
|
|
203
|
+
"manage-tags-description": "Mettre à jour ou supprimer les mots-clés de façon globale",
|
|
204
204
|
"more": "Plus...",
|
|
205
205
|
"name": "Nom",
|
|
206
206
|
"no-results": "Aucun resultat",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"notify-saved-changes": "Changements enregistrés",
|
|
214
214
|
"notify-update-error": "Une erreur est survenue, mise à jour de { entity } échouée",
|
|
215
215
|
"notify-update-success": "{ entity } mis à jour",
|
|
216
|
-
"notify-updated-tags-success": "",
|
|
216
|
+
"notify-updated-tags-success": "Mots-clés mis à jour avec succès",
|
|
217
217
|
"open": "Ouvert",
|
|
218
218
|
"password": "Mot de passe",
|
|
219
219
|
"price": "Prix",
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"select": "Selectionner...",
|
|
228
228
|
"select-display-language": "Choisir la langue d'affichage",
|
|
229
229
|
"select-today": "Choisir aujourd'hui",
|
|
230
|
-
"tags": "",
|
|
231
|
-
"theme": "",
|
|
230
|
+
"tags": "Mots-clés",
|
|
231
|
+
"theme": "Thème",
|
|
232
232
|
"there-are-unsaved-changes": "Il y a des changements non enregistrés. Naviguer ailleurs fera perdre ces changements.",
|
|
233
233
|
"toggle-all": "Cocher/décocher Tout",
|
|
234
234
|
"update": "Mettre à jour",
|
|
@@ -295,8 +295,8 @@
|
|
|
295
295
|
"remove-customers-from-group-success": "Retrait {customerCount, plural, one {d'un client} other {de {customerCount} clients}} de \"{ groupName }\"",
|
|
296
296
|
"remove-from-group": "Retirer de ce groupe",
|
|
297
297
|
"search-customers-by-email": "Chercher par adresse email",
|
|
298
|
-
"search-customers-by-last-name": "",
|
|
299
|
-
"select-customer": "",
|
|
298
|
+
"search-customers-by-last-name": "Rechercher par nom",
|
|
299
|
+
"select-customer": "Sélectionner client",
|
|
300
300
|
"set-as-default-billing-address": "Etablir en tant qu'adresse de facturation par défaut",
|
|
301
301
|
"set-as-default-shipping-address": "Etablir en tant qu'adresse de livraison par défaut",
|
|
302
302
|
"street-line-1": "Rue ligne 1",
|
|
@@ -307,18 +307,18 @@
|
|
|
307
307
|
"view-group-members": "Voir les membres du groupe"
|
|
308
308
|
},
|
|
309
309
|
"dashboard": {
|
|
310
|
-
"add-widget": "",
|
|
311
|
-
"latest-orders": "",
|
|
312
|
-
"orders-summary": "",
|
|
313
|
-
"remove-widget": "",
|
|
314
|
-
"thisMonth": "",
|
|
315
|
-
"thisWeek": "",
|
|
316
|
-
"today": "",
|
|
317
|
-
"total-order-value": "",
|
|
318
|
-
"total-orders": "",
|
|
319
|
-
"widget-resize": "",
|
|
320
|
-
"widget-width": "",
|
|
321
|
-
"yesterday": ""
|
|
310
|
+
"add-widget": "Ajouter widget",
|
|
311
|
+
"latest-orders": "Dernières commandes",
|
|
312
|
+
"orders-summary": "Résumé des commandes",
|
|
313
|
+
"remove-widget": "Supperimer widget",
|
|
314
|
+
"thisMonth": "Ce mois-ci",
|
|
315
|
+
"thisWeek": "Cette semaine",
|
|
316
|
+
"today": "Aujourd'hui",
|
|
317
|
+
"total-order-value": "Valeur totale",
|
|
318
|
+
"total-orders": "Total commandes",
|
|
319
|
+
"widget-resize": "Redimensionner",
|
|
320
|
+
"widget-width": "Largeur: {width}",
|
|
321
|
+
"yesterday": "Hier"
|
|
322
322
|
},
|
|
323
323
|
"datetime": {
|
|
324
324
|
"ago-days": "Il y a {count, plural, one {1 jour} other {{count} jours}}",
|
|
@@ -567,35 +567,35 @@
|
|
|
567
567
|
"zones": "Zones"
|
|
568
568
|
},
|
|
569
569
|
"order": {
|
|
570
|
-
"add-item-to-order": "",
|
|
571
|
-
"add-note": "Ajouter note",
|
|
572
|
-
"add-payment": "",
|
|
573
|
-
"add-payment-to-order": "",
|
|
574
|
-
"add-payment-to-order-success": "",
|
|
575
|
-
"add-surcharge": "",
|
|
576
|
-
"added-items": "",
|
|
570
|
+
"add-item-to-order": "Ajouter élément à la commande",
|
|
571
|
+
"add-note": "Ajouter une note",
|
|
572
|
+
"add-payment": "Ajouter un moyen de paiement",
|
|
573
|
+
"add-payment-to-order": "Ajouter un moyen de paiement à la commande",
|
|
574
|
+
"add-payment-to-order-success": "Ajout du paiement à la commande réussi",
|
|
575
|
+
"add-surcharge": "Ajouter surcharge",
|
|
576
|
+
"added-items": "Ajouter des éléments",
|
|
577
577
|
"amount": "Quantité",
|
|
578
578
|
"apply-filters": "Applique les filtres",
|
|
579
|
-
"arrange-additional-payment": "",
|
|
579
|
+
"arrange-additional-payment": "Arranger un paiment additionnel",
|
|
580
580
|
"billing-address": "Adresse de facturation",
|
|
581
581
|
"cancel": "Annuler",
|
|
582
582
|
"cancel-fulfillment": "Annuler préparation",
|
|
583
|
-
"cancel-modification": "",
|
|
583
|
+
"cancel-modification": "Annuler la modification",
|
|
584
584
|
"cancel-order": "Annuler la commande",
|
|
585
|
-
"cancel-payment": "",
|
|
585
|
+
"cancel-payment": "Annuler le paiment",
|
|
586
586
|
"cancel-reason-customer-request": "Demande du client",
|
|
587
587
|
"cancel-reason-not-available": "Pas disponible",
|
|
588
588
|
"cancel-selected-items": "Annuler les articles selectionnés",
|
|
589
589
|
"cancellation-reason": "Raison de l'annulation",
|
|
590
590
|
"cancelled-order-success": "Commande annulée",
|
|
591
|
-
"confirm-modifications": "",
|
|
591
|
+
"confirm-modifications": "Confirmer les modifications",
|
|
592
592
|
"contents": "Contenu",
|
|
593
593
|
"create-fulfillment": "Créer préparation",
|
|
594
594
|
"create-fulfillment-success": "Préparation créée",
|
|
595
595
|
"customer": "Client",
|
|
596
|
-
"edit-billing-address": "",
|
|
597
|
-
"edit-shipping-address": "",
|
|
598
|
-
"error-message": "",
|
|
596
|
+
"edit-billing-address": "Modifier l'adresse de facturation",
|
|
597
|
+
"edit-shipping-address": "Modifier l'adresse de livraison",
|
|
598
|
+
"error-message": "Message d'erreur",
|
|
599
599
|
"filter-custom": "Personnalisé",
|
|
600
600
|
"filter-preset-active": "Active",
|
|
601
601
|
"filter-preset-completed": "Terminée",
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"history-order-cancelled": "Commande annulée",
|
|
616
616
|
"history-order-created": "Commande créée",
|
|
617
617
|
"history-order-fulfilled": "Commande préparée",
|
|
618
|
-
"history-order-modified": "",
|
|
618
|
+
"history-order-modified": "Commande modifiée",
|
|
619
619
|
"history-order-transition": "Commande transférée de {from} à {to}",
|
|
620
620
|
"history-payment-settled": "paiement validé",
|
|
621
621
|
"history-payment-transition": "paiement #{id} transféré de {from} à {to}",
|
|
@@ -624,22 +624,22 @@
|
|
|
624
624
|
"line-fulfillment-all": "Tous les articles préparés",
|
|
625
625
|
"line-fulfillment-none": "Aucun article préparé",
|
|
626
626
|
"line-fulfillment-partial": "{ count } sur { total } {count, plural, one {article préparé} other {articles préparés}}",
|
|
627
|
-
"manually-transition-to-state": "",
|
|
628
|
-
"manually-transition-to-state-message": "",
|
|
629
|
-
"modification-adding-items": "",
|
|
630
|
-
"modification-adding-surcharges": "",
|
|
631
|
-
"modification-adjusting-lines": "",
|
|
632
|
-
"modification-not-settled": "",
|
|
633
|
-
"modification-recalculate-shipping": "",
|
|
634
|
-
"modification-settled": "",
|
|
635
|
-
"modification-summary": "",
|
|
636
|
-
"modification-updating-billing-address": "",
|
|
637
|
-
"modification-updating-shipping-address": "",
|
|
638
|
-
"modifications": "",
|
|
639
|
-
"modify-order": "",
|
|
640
|
-
"modify-order-price-difference": "",
|
|
627
|
+
"manually-transition-to-state": "Changer manuellement l'état de la commande...",
|
|
628
|
+
"manually-transition-to-state-message": "Changer manuellement la commande d'état. A noter que les états sont régis par dès règles qui peuvent empêcher certaines transitions.",
|
|
629
|
+
"modification-adding-items": "Ajout de {count} {count, plural, one {article} other {articles}}",
|
|
630
|
+
"modification-adding-surcharges": "Ajout de {count} {count, plural, one {surcharge} other {surcharges}}",
|
|
631
|
+
"modification-adjusting-lines": "Ajustement de {count} {count, plural, one {line} other {lines}}",
|
|
632
|
+
"modification-not-settled": "Non établi",
|
|
633
|
+
"modification-recalculate-shipping": "Recalculer le coût de livraison",
|
|
634
|
+
"modification-settled": "Modification établie",
|
|
635
|
+
"modification-summary": "Résumé des modifications",
|
|
636
|
+
"modification-updating-billing-address": "Mise à jour de l'adresse de facturation",
|
|
637
|
+
"modification-updating-shipping-address": "Mise à jour de l'adresse de livraison",
|
|
638
|
+
"modifications": "Modifications",
|
|
639
|
+
"modify-order": "Modifier la commande",
|
|
640
|
+
"modify-order-price-difference": "Différence de prix",
|
|
641
641
|
"net-price": "Prix net",
|
|
642
|
-
"note": "",
|
|
642
|
+
"note": "Note",
|
|
643
643
|
"note-is-private": "La note est privée",
|
|
644
644
|
"note-only-visible-to-administrators": "Visible par les admins uniquement",
|
|
645
645
|
"note-visible-to-customer": "Visible par les admins et le client",
|
|
@@ -654,17 +654,17 @@
|
|
|
654
654
|
"placed-at": "Placé à",
|
|
655
655
|
"placed-at-end": "Placé à - jusqu'à",
|
|
656
656
|
"placed-at-start": "Placé à - depuis",
|
|
657
|
-
"preview-changes": "",
|
|
657
|
+
"preview-changes": "Aperçu des modifications",
|
|
658
658
|
"product-name": "Nom du produit",
|
|
659
659
|
"product-sku": "UGS",
|
|
660
660
|
"promotions-applied": "Promotions utilisées",
|
|
661
|
-
"prorated-unit-price": "",
|
|
661
|
+
"prorated-unit-price": "A l'unité",
|
|
662
662
|
"quantity": "Quantité",
|
|
663
663
|
"refund": "Remboursement",
|
|
664
664
|
"refund-adjustment": "Ajustement",
|
|
665
665
|
"refund-and-cancel-order": "Rembourser et annuler la commande",
|
|
666
|
-
"refund-cancellation-reason": "",
|
|
667
|
-
"refund-cancellation-reason-required": "",
|
|
666
|
+
"refund-cancellation-reason": "Raison du remboursement/annulation",
|
|
667
|
+
"refund-cancellation-reason-required": "Raison du remboursement/annulation requise",
|
|
668
668
|
"refund-metadata": "Métadonnées de rembousement",
|
|
669
669
|
"refund-order-success": "Commande remboursée",
|
|
670
670
|
"refund-reason": "Raison du remboursement",
|
|
@@ -675,10 +675,10 @@
|
|
|
675
675
|
"refund-total-error": "Le remboursement total doit être entre {min} et {max}",
|
|
676
676
|
"refund-with-amount": "Rembourser {amount}",
|
|
677
677
|
"refunded-count": "{count} {count, plural, one {article remboursé} other {articles remboursés}}",
|
|
678
|
-
"removed-items": "",
|
|
679
|
-
"search-by-customer-last-name": "",
|
|
680
|
-
"search-by-order-code": "
|
|
681
|
-
"select-state": "",
|
|
678
|
+
"removed-items": "Articles supprimés",
|
|
679
|
+
"search-by-customer-last-name": "Rechercher par nom du client",
|
|
680
|
+
"search-by-order-code": "Rehercher par numéro de commande",
|
|
681
|
+
"select-state": "Sélectionner un état",
|
|
682
682
|
"set-fulfillment-state": "Marquer {state}",
|
|
683
683
|
"settle-payment": "Régler le paiement",
|
|
684
684
|
"settle-payment-error": "Règlement du paiement échoué",
|
|
@@ -692,19 +692,19 @@
|
|
|
692
692
|
"state": "Etat",
|
|
693
693
|
"sub-total": "Sous total",
|
|
694
694
|
"successfully-updated-fulfillment": "Préparation mise à jour",
|
|
695
|
-
"surcharges": "",
|
|
696
|
-
"tax-base": "",
|
|
697
|
-
"tax-description": "",
|
|
698
|
-
"tax-rate": "",
|
|
699
|
-
"tax-summary": "",
|
|
700
|
-
"tax-total": "",
|
|
695
|
+
"surcharges": "Surcharges",
|
|
696
|
+
"tax-base": "Prix HT",
|
|
697
|
+
"tax-description": "Description de la taxe",
|
|
698
|
+
"tax-rate": "Taux de taxe",
|
|
699
|
+
"tax-summary": "Résumé de la taxe",
|
|
700
|
+
"tax-total": "Total TTC",
|
|
701
701
|
"total": "Total",
|
|
702
702
|
"tracking-code": "Numéro de suivi",
|
|
703
703
|
"transaction-id": "Numéro de transaction",
|
|
704
704
|
"transition-to-state": "Passage à l'état: { state }",
|
|
705
|
-
"transitioned-payment-to-state-success": "",
|
|
705
|
+
"transitioned-payment-to-state-success": "Transition du paiement vers l'état { state } réussi",
|
|
706
706
|
"transitioned-to-state-success": "Passage à l'état { state } avec succés",
|
|
707
|
-
"unable-to-transition-to-state-try-another": "",
|
|
707
|
+
"unable-to-transition-to-state-try-another": "La commande n'a pas pu être remise à l'état \"{state}\" . Veuillez-sélectionner un autre état.",
|
|
708
708
|
"unfulfilled": "Non préparé",
|
|
709
709
|
"unit-price": "Prix à l'unité"
|
|
710
710
|
},
|
|
@@ -714,13 +714,13 @@
|
|
|
714
714
|
"add-products-to-test-order": "Ajouter des produits à la commande de test",
|
|
715
715
|
"channel": "Canal",
|
|
716
716
|
"channel-token": "Jeton de canal",
|
|
717
|
-
"confirm-delete-payment-method": "",
|
|
717
|
+
"confirm-delete-payment-method": "Supprimer méthode de paiement ?",
|
|
718
718
|
"confirm-delete-role": "Supprimer le role ?",
|
|
719
719
|
"confirm-delete-tax-category": "Supprimer la catégorie de taxe ?",
|
|
720
720
|
"confirm-delete-tax-rate": "Supprimer le taux de taxe ?",
|
|
721
721
|
"create-new-channel": "Créer nouveau canal",
|
|
722
722
|
"create-new-country": "Créer nouveau pays",
|
|
723
|
-
"create-new-payment-method": "",
|
|
723
|
+
"create-new-payment-method": "Créer une nouvelle méthode de paiement",
|
|
724
724
|
"create-new-role": "Créer nouveau role",
|
|
725
725
|
"create-new-shipping-method": "Créer nouveau mode d'expédition",
|
|
726
726
|
"create-new-tax-category": "Créer catégorie de taxe",
|
|
@@ -735,14 +735,14 @@
|
|
|
735
735
|
"email-address": "Adresse email",
|
|
736
736
|
"filter-by-member-name": "Filtrer par pays",
|
|
737
737
|
"first-name": "Prénom",
|
|
738
|
-
"fulfillment-handler": "",
|
|
738
|
+
"fulfillment-handler": "Gestionnaire de remplissage",
|
|
739
739
|
"global-out-of-stock-threshold": "Limite de rupture de stock globale",
|
|
740
740
|
"global-out-of-stock-threshold-tooltip": "Régler le niveau de stock à partir duquel la variante est considéré en rupture de stock. Renseigner une valeur négative permet d'accepter des commandes en attente. La valeur peut être régler individuellement par variante de produit.",
|
|
741
741
|
"last-name": "Nom",
|
|
742
742
|
"no-eligible-shipping-methods": "Aucun mode d'expédition",
|
|
743
743
|
"password": "Mot de passe",
|
|
744
|
-
"payment-eligibility-checker": "",
|
|
745
|
-
"payment-handler": "",
|
|
744
|
+
"payment-eligibility-checker": "Contrôleur d'éligibilité de paiement",
|
|
745
|
+
"payment-handler": "Gestionnaire de paiement",
|
|
746
746
|
"permissions": "Permissions",
|
|
747
747
|
"prices-include-tax": "Les prix TTC pour la zone par défaut",
|
|
748
748
|
"profile": "Profil",
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"state": {
|
|
771
771
|
"adding-items": "Ajout d'articles",
|
|
772
772
|
"all-orders": "Tous les états de commande",
|
|
773
|
-
"arranging-additional-payment": "",
|
|
773
|
+
"arranging-additional-payment": "Paiement additionel en cours",
|
|
774
774
|
"arranging-payment": "Paiement en cours",
|
|
775
775
|
"authorized": "Autorisé",
|
|
776
776
|
"cancelled": "Annulé",
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"delivered": "Livré",
|
|
780
780
|
"error": "Erreur",
|
|
781
781
|
"failed": "Echec",
|
|
782
|
-
"modifying": "",
|
|
782
|
+
"modifying": "En cours de modification",
|
|
783
783
|
"partially-delivered": "Partiellement livré",
|
|
784
784
|
"partially-shipped": "Partiellement expédié",
|
|
785
785
|
"payment-authorized": "Paiement autorisé",
|
|
@@ -806,4 +806,4 @@
|
|
|
806
806
|
"job-result": "Résultat de la tâche",
|
|
807
807
|
"job-state": "Etat de la tâche"
|
|
808
808
|
}
|
|
809
|
-
}
|
|
809
|
+
}
|
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "Powód zwrotu/anulowania",
|
|
667
667
|
"refund-cancellation-reason-required": "Powód zwrotu/anulowania jest wymagany",
|
|
668
668
|
"refund-metadata": "Metadane zwrotu",
|
|
669
|
+
"refund-order-failed": "",
|
|
669
670
|
"refund-order-success": "Zamówienie zwrócone pomyślnie",
|
|
670
671
|
"refund-reason": "Powód zwrotu",
|
|
671
672
|
"refund-reason-customer-request": "Prośba klienta",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "Wysyłka zwrotu",
|
|
674
675
|
"refund-total": "Wartość zwrotu",
|
|
675
676
|
"refund-total-error": "Wartość zwrotu musi być pomiędzy {min} i {max}",
|
|
677
|
+
"refund-total-warning": "",
|
|
676
678
|
"refund-with-amount": "Zwróć {amount}",
|
|
677
679
|
"refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
|
|
678
680
|
"removed-items": "",
|
|
@@ -666,6 +666,7 @@
|
|
|
666
666
|
"refund-cancellation-reason": "Motivo do reembolso/cancelamento",
|
|
667
667
|
"refund-cancellation-reason-required": "O motivo do reembolso/cancelamento é obrigatório",
|
|
668
668
|
"refund-metadata": "Dados do reembolso",
|
|
669
|
+
"refund-order-failed": "",
|
|
669
670
|
"refund-order-success": "Pedido de reembolso efetuado com sucesso",
|
|
670
671
|
"refund-reason": "Motivo do reembolso",
|
|
671
672
|
"refund-reason-customer-request": "Solicitação do cliente",
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
"refund-shipping": "Envio de reembolso",
|
|
674
675
|
"refund-total": "Total do reembolso",
|
|
675
676
|
"refund-total-error": "Total do reembolso deve ser entre {min} e {max}",
|
|
677
|
+
"refund-total-warning": "",
|
|
676
678
|
"refund-with-amount": "Reembolso {amount}",
|
|
677
679
|
"refunded-count": "{count} {count, plural, one {item} other {items}} reembolsado",
|
|
678
680
|
"removed-items": "Itens removidos",
|