@commercetools-frontend-extensions/change-history 9.2.0 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +57 -60
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +57 -60
- package/dist/commercetools-frontend-extensions-change-history.esm.js +57 -60
- package/dist/{de-079e6cad.cjs.prod.js → de-327050f3.cjs.dev.js} +565 -731
- package/dist/{de-c64c7be6.cjs.dev.js → de-9ec9118c.cjs.prod.js} +565 -731
- package/dist/{de-dd42d489.esm.js → de-ff92c46c.esm.js} +565 -731
- package/dist/declarations/src/i18n/load-i18n.d.ts +1404 -8873
- package/dist/{en-c78dcf93.cjs.dev.js → en-789a6829.cjs.dev.js} +516 -702
- package/dist/{en-393f2d4b.esm.js → en-95f84692.esm.js} +516 -702
- package/dist/{en-40de8863.cjs.prod.js → en-a9baf858.cjs.prod.js} +516 -702
- package/dist/{es-0549e536.cjs.dev.js → es-42bcdd3a.cjs.dev.js} +569 -735
- package/dist/{es-55faf3de.cjs.prod.js → es-a8d296be.cjs.prod.js} +569 -735
- package/dist/{es-691396c2.esm.js → es-f970b913.esm.js} +569 -735
- package/dist/{fr-FR-2f678d5f.esm.js → fr-FR-0b78bf1f.esm.js} +564 -730
- package/dist/{fr-FR-f1089b99.cjs.prod.js → fr-FR-2126c2a4.cjs.dev.js} +564 -730
- package/dist/{fr-FR-e7c4e125.cjs.dev.js → fr-FR-d35c5264.cjs.prod.js} +564 -730
- package/dist/{pt-BR-29bf9f10.cjs.prod.js → pt-BR-04f59d3d.cjs.prod.js} +567 -733
- package/dist/{pt-BR-2c2e6c98.cjs.dev.js → pt-BR-4e70a28d.cjs.dev.js} +567 -733
- package/dist/{pt-BR-f321b66b.esm.js → pt-BR-7b8b942e.esm.js} +567 -733
- package/package.json +1 -1
|
@@ -11,6 +11,15 @@ var frFR = {
|
|
|
11
11
|
developer_comment: "Label when the event is an update",
|
|
12
12
|
string: "Mettre à jour"
|
|
13
13
|
},
|
|
14
|
+
"BusinessUnit.AssociatesPresenter.inheritanceDisabled": {
|
|
15
|
+
string: "désactivé"
|
|
16
|
+
},
|
|
17
|
+
"BusinessUnit.AssociatesPresenter.inheritanceEnabled": {
|
|
18
|
+
string: "activé"
|
|
19
|
+
},
|
|
20
|
+
"BusinessUnit.AssociatesPresenter.noRoles": {
|
|
21
|
+
string: "pas de rôles"
|
|
22
|
+
},
|
|
14
23
|
"ChangeHistory.Error.notifiedTeam": {
|
|
15
24
|
string: "Notre équipe est au courant de ce problème."
|
|
16
25
|
},
|
|
@@ -465,6 +474,10 @@ var frFR = {
|
|
|
465
474
|
developer_comment: "Text for platform change",
|
|
466
475
|
string: "Initié par la plateforme"
|
|
467
476
|
},
|
|
477
|
+
"ChangeHistory.modifiedBy.changeMadeViaApi": {
|
|
478
|
+
developer_comment: "Text when change was made via API but client details are not available due to permissions",
|
|
479
|
+
string: "Modification faite via API"
|
|
480
|
+
},
|
|
468
481
|
"ChangeHistory.modifiedBy.customerLabel": {
|
|
469
482
|
developer_comment: "Label for customer avatar tooltip",
|
|
470
483
|
string: "Client"
|
|
@@ -569,6 +582,14 @@ var frFR = {
|
|
|
569
582
|
developer_comment: "Label for indicating which business unit a role was inherited from",
|
|
570
583
|
string: "héritage de"
|
|
571
584
|
},
|
|
585
|
+
"ChangeItem.businessUnit.storeModeExplicit": {
|
|
586
|
+
developer_comment: "Label for business unit store mode Explicit",
|
|
587
|
+
string: "Explicite"
|
|
588
|
+
},
|
|
589
|
+
"ChangeItem.businessUnit.storeModeFromParent": {
|
|
590
|
+
developer_comment: "Label for business unit store mode from parent",
|
|
591
|
+
string: "Du parent"
|
|
592
|
+
},
|
|
572
593
|
"ChangeItem.carrierLabel": {
|
|
573
594
|
developer_comment: "Label for carrier label",
|
|
574
595
|
string: "Transporteur : {carrier}"
|
|
@@ -685,10 +706,34 @@ var frFR = {
|
|
|
685
706
|
developer_comment: "Label for definition type",
|
|
686
707
|
string: "Type : {type}"
|
|
687
708
|
},
|
|
709
|
+
"ChangeItem.deliveryDetailsLabel": {
|
|
710
|
+
developer_comment: "Label describing delivery details (used for add/remove operations)",
|
|
711
|
+
string: "Livraison créée le {deliveryDate} avec {itemCount} articles et {parcelCount} paquets"
|
|
712
|
+
},
|
|
688
713
|
"ChangeItem.deliveryLabel": {
|
|
689
714
|
developer_comment: "Label for delivery",
|
|
690
715
|
string: "On delivery {delivery}"
|
|
691
716
|
},
|
|
717
|
+
"ChangeItem.directDiscountLabel": {
|
|
718
|
+
developer_comment: "Label for direct discount header",
|
|
719
|
+
string: "Remise {index}"
|
|
720
|
+
},
|
|
721
|
+
"ChangeItem.directDiscountRelativeValue": {
|
|
722
|
+
developer_comment: "Label for relative discount value",
|
|
723
|
+
string: "{percentage}% (relatif)"
|
|
724
|
+
},
|
|
725
|
+
"ChangeItem.directDiscountTargetLabel": {
|
|
726
|
+
developer_comment: "Label for direct discount target section",
|
|
727
|
+
string: "Cible :"
|
|
728
|
+
},
|
|
729
|
+
"ChangeItem.directDiscountTargetType": {
|
|
730
|
+
developer_comment: "Label for direct discount target type",
|
|
731
|
+
string: "Type : {type}"
|
|
732
|
+
},
|
|
733
|
+
"ChangeItem.directDiscountValueLabel": {
|
|
734
|
+
developer_comment: "Label for direct discount value section",
|
|
735
|
+
string: "Valeur :"
|
|
736
|
+
},
|
|
692
737
|
"ChangeItem.discountedPriceLabel": {
|
|
693
738
|
developer_comment: "Label for discounted price",
|
|
694
739
|
string: "Prix après remise : {discountedPrice} (per unit)"
|
|
@@ -743,7 +788,7 @@ var frFR = {
|
|
|
743
788
|
},
|
|
744
789
|
"ChangeItem.lineItemShippingDetailsLabel": {
|
|
745
790
|
developer_comment: "Label for shipping line item label",
|
|
746
|
-
string: "
|
|
791
|
+
string: "Article sur une ligne <b>{item}</b>"
|
|
747
792
|
},
|
|
748
793
|
"ChangeItem.locationLabel": {
|
|
749
794
|
developer_comment: "Label for location",
|
|
@@ -769,6 +814,98 @@ var frFR = {
|
|
|
769
814
|
developer_comment: "Label for total of reviews",
|
|
770
815
|
string: "Nombre d'examens : {count}"
|
|
771
816
|
},
|
|
817
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeCartDiscount": {
|
|
818
|
+
developer_comment: "Label for chosen discount type CartDiscount",
|
|
819
|
+
string: "Remise sur panier"
|
|
820
|
+
},
|
|
821
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeLabel": {
|
|
822
|
+
developer_comment: "Label for chosen discount type field",
|
|
823
|
+
string: "Type de remise choisie"
|
|
824
|
+
},
|
|
825
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeProductDiscount": {
|
|
826
|
+
developer_comment: "Label for chosen discount type ProductDiscount",
|
|
827
|
+
string: "Remise sur produit"
|
|
828
|
+
},
|
|
829
|
+
"ChangeItem.order.discountTypeCombination.typeBestDeal": {
|
|
830
|
+
developer_comment: "Label for order discount type combination BestDeal type",
|
|
831
|
+
string: "Meilleure offre"
|
|
832
|
+
},
|
|
833
|
+
"ChangeItem.order.discountTypeCombination.typeStacking": {
|
|
834
|
+
developer_comment: "Label for order discount type combination Stacking type",
|
|
835
|
+
string: "Empilement"
|
|
836
|
+
},
|
|
837
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedAmountLabel": {
|
|
838
|
+
developer_comment: "Label for discounted amount on total price",
|
|
839
|
+
string: "Montant remisé"
|
|
840
|
+
},
|
|
841
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedGrossAmountLabel": {
|
|
842
|
+
developer_comment: "Label for discounted gross amount on total price",
|
|
843
|
+
string: "Montant brut remisé"
|
|
844
|
+
},
|
|
845
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedNetAmountLabel": {
|
|
846
|
+
developer_comment: "Label for discounted net amount on total price",
|
|
847
|
+
string: "Montant net remisé"
|
|
848
|
+
},
|
|
849
|
+
"ChangeItem.order.setDiscountOnTotalPrice.includedDiscountedAmountLabel": {
|
|
850
|
+
developer_comment: "Label for included discounted amount",
|
|
851
|
+
string: "Montant remisé"
|
|
852
|
+
},
|
|
853
|
+
"ChangeItem.order.setDiscountOnTotalPrice.includedDiscountsLabel": {
|
|
854
|
+
developer_comment: "Label for included discounts list on total price",
|
|
855
|
+
string: "Remises incluses"
|
|
856
|
+
},
|
|
857
|
+
"ChangeItem.order.shipping.shippingAddress": {
|
|
858
|
+
developer_comment: "Label for order shipping address field",
|
|
859
|
+
string: "Adresse d'expédition"
|
|
860
|
+
},
|
|
861
|
+
"ChangeItem.order.shipping.shippingCustomFields": {
|
|
862
|
+
developer_comment: "Label for order shipping custom fields field",
|
|
863
|
+
string: "Champs personnalisés d'expédition"
|
|
864
|
+
},
|
|
865
|
+
"ChangeItem.order.shipping.shippingKey": {
|
|
866
|
+
developer_comment: "Label for order shipping key field",
|
|
867
|
+
string: "Clé d'expédition"
|
|
868
|
+
},
|
|
869
|
+
"ChangeItem.order.shipping.shippingMethod": {
|
|
870
|
+
developer_comment: "Label for order shipping method field",
|
|
871
|
+
string: "Mode d'expédition"
|
|
872
|
+
},
|
|
873
|
+
"ChangeItem.order.shipping.shippingPrice": {
|
|
874
|
+
developer_comment: "Label for order shipping price field",
|
|
875
|
+
string: "Prix d'expédition"
|
|
876
|
+
},
|
|
877
|
+
"ChangeItem.order.shipping.shippingRateInput": {
|
|
878
|
+
developer_comment: "Label for order shipping rate input field",
|
|
879
|
+
string: "Entrée pour les frais d'expédition"
|
|
880
|
+
},
|
|
881
|
+
"ChangeItem.order.shipping.shippingRateInput.keyLabel": {
|
|
882
|
+
developer_comment: "Label for order shipping rate input key field",
|
|
883
|
+
string: "Clé"
|
|
884
|
+
},
|
|
885
|
+
"ChangeItem.order.shipping.shippingRateInput.labelLabel": {
|
|
886
|
+
developer_comment: "Label for order shipping rate input label field",
|
|
887
|
+
string: "Étiquette"
|
|
888
|
+
},
|
|
889
|
+
"ChangeItem.order.shipping.shippingRateInput.scoreLabel": {
|
|
890
|
+
developer_comment: "Label for order shipping rate input score field",
|
|
891
|
+
string: "Score"
|
|
892
|
+
},
|
|
893
|
+
"ChangeItem.order.shipping.shippingRateInput.typeClassification": {
|
|
894
|
+
developer_comment: "Value label for Classification shipping rate input type",
|
|
895
|
+
string: "Catégorisation"
|
|
896
|
+
},
|
|
897
|
+
"ChangeItem.order.shipping.shippingRateInput.typeLabel": {
|
|
898
|
+
developer_comment: "Label for order shipping rate input type field",
|
|
899
|
+
string: "Type"
|
|
900
|
+
},
|
|
901
|
+
"ChangeItem.order.shipping.shippingRateInput.typeScore": {
|
|
902
|
+
developer_comment: "Value label for Score shipping rate input type",
|
|
903
|
+
string: "Score"
|
|
904
|
+
},
|
|
905
|
+
"ChangeItem.parcelDetailsLabel": {
|
|
906
|
+
developer_comment: "Label describing parcel details (used for add/remove operations)",
|
|
907
|
+
string: "Paquet créé le {parcelDate} avec {itemCount} articles"
|
|
908
|
+
},
|
|
772
909
|
"ChangeItem.parcelInfoLabel": {
|
|
773
910
|
developer_comment: "Label for parcel info",
|
|
774
911
|
string: "Article : {parcelId} Quantité : {parcelQuantity}"
|
|
@@ -793,6 +930,14 @@ var frFR = {
|
|
|
793
930
|
developer_comment: "Label for productDiscount attribute",
|
|
794
931
|
string: "Remise sur produit : {productDiscount}"
|
|
795
932
|
},
|
|
933
|
+
"ChangeItem.productSelection.variantSelection.includeAllExcept": {
|
|
934
|
+
developer_comment: "Label for includeAllExcept variant selection type",
|
|
935
|
+
string: "<b>Tout inclure sauf</b> :"
|
|
936
|
+
},
|
|
937
|
+
"ChangeItem.productSelection.variantSelection.includeOnly": {
|
|
938
|
+
developer_comment: "Label for includeOnly variant selection type",
|
|
939
|
+
string: "<b>Inclure uniquement</b> :"
|
|
940
|
+
},
|
|
796
941
|
"ChangeItem.providerLabel": {
|
|
797
942
|
developer_comment: "Label for provider label",
|
|
798
943
|
string: "Prestataire : {provider}"
|
|
@@ -849,24 +994,56 @@ var frFR = {
|
|
|
849
994
|
developer_comment: "Label for quote request submitted state",
|
|
850
995
|
string: "Envoyé"
|
|
851
996
|
},
|
|
852
|
-
"ChangeItem.
|
|
853
|
-
developer_comment: "Label for
|
|
854
|
-
string: "
|
|
997
|
+
"ChangeItem.reservation.checkoutStartedAtLabel": {
|
|
998
|
+
developer_comment: "Label for reservation checkout started at",
|
|
999
|
+
string: "Paiement commencé à"
|
|
855
1000
|
},
|
|
856
|
-
"ChangeItem.
|
|
857
|
-
developer_comment: "Label for
|
|
858
|
-
string: "
|
|
1001
|
+
"ChangeItem.reservation.createdAtLabel": {
|
|
1002
|
+
developer_comment: "Label for reservation created at",
|
|
1003
|
+
string: "Créé à"
|
|
1004
|
+
},
|
|
1005
|
+
"ChangeItem.reservation.ownerLabel": {
|
|
1006
|
+
developer_comment: "Label for reservation owner",
|
|
1007
|
+
string: "Propriétaire"
|
|
1008
|
+
},
|
|
1009
|
+
"ChangeItem.reservation.quantityLabel": {
|
|
1010
|
+
developer_comment: "Label for reservation quantity",
|
|
1011
|
+
string: "Quantité"
|
|
859
1012
|
},
|
|
860
1013
|
"ChangeItem.restockableInDaysLabel": {
|
|
861
1014
|
developer_comment: "Label for restockableInDays attribute",
|
|
862
1015
|
string: "Réapprovisionnement en jours : {restockableInDays} jours"
|
|
863
1016
|
},
|
|
1017
|
+
"ChangeItem.returnItemCommentLabel": {
|
|
1018
|
+
developer_comment: "Label for return item comment",
|
|
1019
|
+
string: "Commentaire : {comment}"
|
|
1020
|
+
},
|
|
1021
|
+
"ChangeItem.returnItemHasCustomFieldsLabel": {
|
|
1022
|
+
developer_comment: "Label indicating return item has custom fields",
|
|
1023
|
+
string: "Champs personnalisés présents"
|
|
1024
|
+
},
|
|
1025
|
+
"ChangeItem.returnItemPaymentStateLabel": {
|
|
1026
|
+
developer_comment: "Label for return item payment state",
|
|
1027
|
+
string: "État du paiement : {state}"
|
|
1028
|
+
},
|
|
1029
|
+
"ChangeItem.returnItemQuantityLabel": {
|
|
1030
|
+
developer_comment: "Label for return item quantity",
|
|
1031
|
+
string: "Quantité : {quantity}"
|
|
1032
|
+
},
|
|
1033
|
+
"ChangeItem.returnItemShipmentStateLabel": {
|
|
1034
|
+
developer_comment: "Label for return item shipment state",
|
|
1035
|
+
string: "État de l'expédition : {state}"
|
|
1036
|
+
},
|
|
1037
|
+
"ChangeItem.returnTrackingIdLabel": {
|
|
1038
|
+
developer_comment: "Label for return tracking ID",
|
|
1039
|
+
string: "ID de suivi : {trackingId}"
|
|
1040
|
+
},
|
|
864
1041
|
"ChangeItem.seeFullChangeLabel": {
|
|
865
1042
|
developer_comment: "Label for custom object see full change",
|
|
866
1043
|
string: "See full change"
|
|
867
1044
|
},
|
|
868
|
-
"ChangeItem.
|
|
869
|
-
developer_comment: "Label for
|
|
1045
|
+
"ChangeItem.setNumberOfDaysLabel": {
|
|
1046
|
+
developer_comment: "Label for DaysValuePresenter",
|
|
870
1047
|
string: "{day} jours"
|
|
871
1048
|
},
|
|
872
1049
|
"ChangeItem.shippingRateFreeAboveLabel": {
|
|
@@ -897,10 +1074,6 @@ var frFR = {
|
|
|
897
1074
|
developer_comment: "Label for state quantity change",
|
|
898
1075
|
string: "Quantité : {quantity}"
|
|
899
1076
|
},
|
|
900
|
-
"ChangeItem.subscriptionToLabel": {
|
|
901
|
-
developer_comment: "Label for subscribed to",
|
|
902
|
-
string: "Subscribed to {resourceType}"
|
|
903
|
-
},
|
|
904
1077
|
"ChangeItem.syncedAtLabel": {
|
|
905
1078
|
developer_comment: "Label for synced at date",
|
|
906
1079
|
string: "Synchronisé à {syncedAt}"
|
|
@@ -993,6 +1166,10 @@ var frFR = {
|
|
|
993
1166
|
developer_comment: "Label for widthInMillimeter label",
|
|
994
1167
|
string: "Largeur en mm : {widthInMillimeter}"
|
|
995
1168
|
},
|
|
1169
|
+
"ChangeItem.zoneLabel": {
|
|
1170
|
+
developer_comment: "Label for zone in shipping rate changes",
|
|
1171
|
+
string: "Pour la <b>zone</b> : {zone}"
|
|
1172
|
+
},
|
|
996
1173
|
"Dashboard.DateRangeSelector.labelFilter.1month": {
|
|
997
1174
|
developer_comment: "Label for quick filter (1 month)",
|
|
998
1175
|
string: "30 derniers jours"
|
|
@@ -1039,6 +1216,10 @@ var frFR = {
|
|
|
1039
1216
|
developer_comment: "Suggestions title",
|
|
1040
1217
|
string: "Suggestions :"
|
|
1041
1218
|
},
|
|
1219
|
+
"ResourceAcion.review.changeIncludedInStatistics": {
|
|
1220
|
+
developer_comment: "Filter for changeIncludedInStatistics action",
|
|
1221
|
+
string: "Modification incluse dans les statistiques"
|
|
1222
|
+
},
|
|
1042
1223
|
"ResourceAcion.review.setAuthorName": {
|
|
1043
1224
|
developer_comment: "Label for action setAuthorName",
|
|
1044
1225
|
string: "Modifier le nom de l'auteur"
|
|
@@ -1115,6 +1296,10 @@ var frFR = {
|
|
|
1115
1296
|
developer_comment: "Filter for action changeAddress",
|
|
1116
1297
|
string: "Modifier l'adresse"
|
|
1117
1298
|
},
|
|
1299
|
+
"ResourceAction.businessUnit.changeApprovalRuleMode": {
|
|
1300
|
+
developer_comment: "Label for changeApprovalRuleMode action",
|
|
1301
|
+
string: "Modifier le mode de règle d'approbation"
|
|
1302
|
+
},
|
|
1118
1303
|
"ResourceAction.businessUnit.changeAssociate": {
|
|
1119
1304
|
developer_comment: "Label for changeAssociate action",
|
|
1120
1305
|
string: "Modifier les rôles d'associés"
|
|
@@ -1135,6 +1320,10 @@ var frFR = {
|
|
|
1135
1320
|
developer_comment: "Filter for action changeStatus",
|
|
1136
1321
|
string: "Modifier le statut"
|
|
1137
1322
|
},
|
|
1323
|
+
"ResourceAction.businessUnit.changeTopLevelUnit": {
|
|
1324
|
+
developer_comment: "Label for changeTopLevelUnit action",
|
|
1325
|
+
string: "Modifier l'unité de premier niveau"
|
|
1326
|
+
},
|
|
1138
1327
|
"ResourceAction.businessUnit.removeAssociate": {
|
|
1139
1328
|
developer_comment: "Filter for action removeAssociate",
|
|
1140
1329
|
string: "Supprimer l'associé"
|
|
@@ -1151,6 +1340,26 @@ var frFR = {
|
|
|
1151
1340
|
developer_comment: "Filter for action setAddressCustomType",
|
|
1152
1341
|
string: "Modifier le type personnalisé dans l'adresse"
|
|
1153
1342
|
},
|
|
1343
|
+
"ResourceAction.businessUnit.setAssociates": {
|
|
1344
|
+
developer_comment: "Label for setAssociates action",
|
|
1345
|
+
string: "Définir les associés"
|
|
1346
|
+
},
|
|
1347
|
+
"ResourceAction.businessUnit.setInheritedAssociates": {
|
|
1348
|
+
developer_comment: "Label for setInheritedAssociates action",
|
|
1349
|
+
string: "Définir les associés hérités"
|
|
1350
|
+
},
|
|
1351
|
+
"ResourceAction.businessUnit.setInheritedStores": {
|
|
1352
|
+
developer_comment: "Label for setInheritedStores action",
|
|
1353
|
+
string: "Définir les boutiques héritées"
|
|
1354
|
+
},
|
|
1355
|
+
"ResourceAction.businessUnit.setStoreMode": {
|
|
1356
|
+
developer_comment: "Label for setStoreMode action",
|
|
1357
|
+
string: "Définir le mode de boutique"
|
|
1358
|
+
},
|
|
1359
|
+
"ResourceAction.businessUnit.setUnitType": {
|
|
1360
|
+
developer_comment: "Label for setUnitType action",
|
|
1361
|
+
string: "Définir le type d'unité"
|
|
1362
|
+
},
|
|
1154
1363
|
"ResourceAction.cartDiscount.changeCartPredicate": {
|
|
1155
1364
|
developer_comment: "Filter for action changeCartPredicate",
|
|
1156
1365
|
string: "Modifier le prédicat du panier"
|
|
@@ -1167,6 +1376,10 @@ var frFR = {
|
|
|
1167
1376
|
developer_comment: "Filter for action changeTarget",
|
|
1168
1377
|
string: "Modifier la cible"
|
|
1169
1378
|
},
|
|
1379
|
+
"ResourceAction.cartDiscount.setReferences": {
|
|
1380
|
+
developer_comment: "Filter for setReferences action",
|
|
1381
|
+
string: "Définir les références"
|
|
1382
|
+
},
|
|
1170
1383
|
"ResourceAction.categories.changeOrderHint": {
|
|
1171
1384
|
developer_comment: "Label for filter by changeOrderHint",
|
|
1172
1385
|
string: "Modifier l'indicateur d'ordre"
|
|
@@ -1175,10 +1388,30 @@ var frFR = {
|
|
|
1175
1388
|
developer_comment: "Label for filter by changeParent",
|
|
1176
1389
|
string: "Modifier le parent"
|
|
1177
1390
|
},
|
|
1391
|
+
"ResourceAction.category.setAncestors": {
|
|
1392
|
+
developer_comment: "Filter for setAncestors action",
|
|
1393
|
+
string: "Définir les ancêtres"
|
|
1394
|
+
},
|
|
1395
|
+
"ResourceAction.channel.addRoles": {
|
|
1396
|
+
developer_comment: "Filter for addRoles action",
|
|
1397
|
+
string: "Ajouter des rôles"
|
|
1398
|
+
},
|
|
1399
|
+
"ResourceAction.channel.removeRoles": {
|
|
1400
|
+
developer_comment: "Filter for removeRoles action",
|
|
1401
|
+
string: "Supprimer des rôles"
|
|
1402
|
+
},
|
|
1178
1403
|
"ResourceAction.channel.setAddress": {
|
|
1179
1404
|
developer_comment: "Label for filter setAddress",
|
|
1180
1405
|
string: "Modifier l'adresse"
|
|
1181
1406
|
},
|
|
1407
|
+
"ResourceAction.channel.setAddressCustomField": {
|
|
1408
|
+
developer_comment: "Filter for setAddressCustomField action",
|
|
1409
|
+
string: "Définir le champ personnalisé d'adresse"
|
|
1410
|
+
},
|
|
1411
|
+
"ResourceAction.channel.setAddressCustomType": {
|
|
1412
|
+
developer_comment: "Filter for setAddressCustomType action",
|
|
1413
|
+
string: "Définir le type personnalisé d'adresse"
|
|
1414
|
+
},
|
|
1182
1415
|
"ResourceAction.channel.setGeoLocation": {
|
|
1183
1416
|
developer_comment: "Label for filter setGeoLocation",
|
|
1184
1417
|
string: "Modifier l'emplacement géographique"
|
|
@@ -1387,6 +1620,14 @@ var frFR = {
|
|
|
1387
1620
|
developer_comment: "Filter for changeEmail action",
|
|
1388
1621
|
string: "Modifier l'adresse e-mail"
|
|
1389
1622
|
},
|
|
1623
|
+
"ResourceAction.customers.setAddressCustomField": {
|
|
1624
|
+
developer_comment: "Filter for setAddressCustomField action",
|
|
1625
|
+
string: "Définir le champ personnalisé d'adresse"
|
|
1626
|
+
},
|
|
1627
|
+
"ResourceAction.customers.setAddressCustomType": {
|
|
1628
|
+
developer_comment: "Filter for setAddressCustomType action",
|
|
1629
|
+
string: "Définir le type personnalisé d'adresse"
|
|
1630
|
+
},
|
|
1390
1631
|
"ResourceAction.customers.setAuthenticationMode": {
|
|
1391
1632
|
developer_comment: "Filter for setAuthenticationMode action",
|
|
1392
1633
|
string: "Modifier le mode d'authentification"
|
|
@@ -1399,6 +1640,10 @@ var frFR = {
|
|
|
1399
1640
|
developer_comment: "Filter for setCustomerGroup action",
|
|
1400
1641
|
string: "Modifier le groupe de clients"
|
|
1401
1642
|
},
|
|
1643
|
+
"ResourceAction.customers.setCustomerGroupAssignments": {
|
|
1644
|
+
developer_comment: "Filter for setCustomerGroupAssignments action",
|
|
1645
|
+
string: "Définir l'attribution à un groupe de clients"
|
|
1646
|
+
},
|
|
1402
1647
|
"ResourceAction.customers.setCustomerNumber": {
|
|
1403
1648
|
developer_comment: "Filter for setCustomerNumber action",
|
|
1404
1649
|
string: "Modifier le numéro de client"
|
|
@@ -1443,6 +1688,10 @@ var frFR = {
|
|
|
1443
1688
|
developer_comment: "Label for update action changeGroups",
|
|
1444
1689
|
string: "Modifier les groupes"
|
|
1445
1690
|
},
|
|
1691
|
+
"ResourceAction.discountCode.setApplicationVersion": {
|
|
1692
|
+
developer_comment: "Filter for setApplicationVersion action",
|
|
1693
|
+
string: "Définir la version d'application"
|
|
1694
|
+
},
|
|
1446
1695
|
"ResourceAction.discountCode.setCartPredicate": {
|
|
1447
1696
|
developer_comment: "Label for update action setCartPredicate",
|
|
1448
1697
|
string: "Modifier le prédicat du panier"
|
|
@@ -1455,6 +1704,14 @@ var frFR = {
|
|
|
1455
1704
|
developer_comment: "Label for update action setMaxApplicationsPerCustomer",
|
|
1456
1705
|
string: "Modifier le nombre max. d'applications par client"
|
|
1457
1706
|
},
|
|
1707
|
+
"ResourceAction.discountCode.setReferences": {
|
|
1708
|
+
developer_comment: "Filter for setReferences action",
|
|
1709
|
+
string: "Définir les références"
|
|
1710
|
+
},
|
|
1711
|
+
"ResourceAction.inventoryEntry.changeAvailableQuantity": {
|
|
1712
|
+
developer_comment: "Filter for changeAvailableQuantity action",
|
|
1713
|
+
string: "Modifier la quantité disponible"
|
|
1714
|
+
},
|
|
1458
1715
|
"ResourceAction.inventoryEntry.changeQuantity": {
|
|
1459
1716
|
developer_comment: "Filter for changeQuantity action",
|
|
1460
1717
|
string: "Modifier la quantité"
|
|
@@ -1463,6 +1720,18 @@ var frFR = {
|
|
|
1463
1720
|
developer_comment: "Filter for setExpectedDelivery action",
|
|
1464
1721
|
string: "Modifier la livraison attendue"
|
|
1465
1722
|
},
|
|
1723
|
+
"ResourceAction.inventoryEntry.setMaxCartQuantity": {
|
|
1724
|
+
developer_comment: "Filter for setMaxCartQuantity action",
|
|
1725
|
+
string: "Définir une quantité de panier max"
|
|
1726
|
+
},
|
|
1727
|
+
"ResourceAction.inventoryEntry.setMinCartQuantity": {
|
|
1728
|
+
developer_comment: "Filter for setMinCartQuantity action",
|
|
1729
|
+
string: "Définir une quantité de panier min"
|
|
1730
|
+
},
|
|
1731
|
+
"ResourceAction.inventoryEntry.setReservations": {
|
|
1732
|
+
developer_comment: "Filter for setReservations action",
|
|
1733
|
+
string: "Définir les réservations"
|
|
1734
|
+
},
|
|
1466
1735
|
"ResourceAction.inventoryEntry.setRestockableInDays": {
|
|
1467
1736
|
developer_comment: "Filter for setRestockableInDays action",
|
|
1468
1737
|
string: "Modifier le réapprovisionnement en jours"
|
|
@@ -1471,6 +1740,114 @@ var frFR = {
|
|
|
1471
1740
|
developer_comment: "Filter for setSupplyChannel action",
|
|
1472
1741
|
string: "Modifier le canal d'approvisionnement"
|
|
1473
1742
|
},
|
|
1743
|
+
"ResourceAction.order.addShipping": {
|
|
1744
|
+
developer_comment: "Filter for addShipping action",
|
|
1745
|
+
string: "Ajouter une expédition"
|
|
1746
|
+
},
|
|
1747
|
+
"ResourceAction.order.changeCustomLineItemPriceRoundingMode": {
|
|
1748
|
+
developer_comment: "Filter for changeCustomLineItemPriceRoundingMode action",
|
|
1749
|
+
string: "Modifier le mode d'arrondi du prix d'article personnalisé"
|
|
1750
|
+
},
|
|
1751
|
+
"ResourceAction.order.changeDiscountTypeCombination": {
|
|
1752
|
+
developer_comment: "Filter for changeDiscountTypeCombination action",
|
|
1753
|
+
string: "Modifier la combinaison de type de remise"
|
|
1754
|
+
},
|
|
1755
|
+
"ResourceAction.order.changeLineItemPriceRoundingMode": {
|
|
1756
|
+
developer_comment: "Filter for changeLineItemPriceRoundingMode action",
|
|
1757
|
+
string: "Modifier le mode d'arrondi du prix d'article personnalisé"
|
|
1758
|
+
},
|
|
1759
|
+
"ResourceAction.order.changePriceRoundingMode": {
|
|
1760
|
+
developer_comment: "Filter for changePriceRoundingMode action",
|
|
1761
|
+
string: "Modifier le mode d'arrondi du prix"
|
|
1762
|
+
},
|
|
1763
|
+
"ResourceAction.order.removeShipping": {
|
|
1764
|
+
developer_comment: "Filter for removeShipping action",
|
|
1765
|
+
string: "Supprimer l'expédition"
|
|
1766
|
+
},
|
|
1767
|
+
"ResourceAction.order.setBillingAddressCustomField": {
|
|
1768
|
+
developer_comment: "Filter for setBillingAddressCustomField action",
|
|
1769
|
+
string: "Définir le champ personnalisé d'adresse de facturation"
|
|
1770
|
+
},
|
|
1771
|
+
"ResourceAction.order.setBillingAddressCustomType": {
|
|
1772
|
+
developer_comment: "Filter for setBillingAddressCustomType action",
|
|
1773
|
+
string: "Définir le type personnalisé d'adresse de facturation"
|
|
1774
|
+
},
|
|
1775
|
+
"ResourceAction.order.setBusinessUnit": {
|
|
1776
|
+
developer_comment: "Filter for setBusinessUnit action",
|
|
1777
|
+
string: "Définir l'unité commerciale"
|
|
1778
|
+
},
|
|
1779
|
+
"ResourceAction.order.setCustomLineItemDiscountedPrice": {
|
|
1780
|
+
developer_comment: "Filter for setCustomLineItemDiscountedPrice action",
|
|
1781
|
+
string: "Définir le prix de l'article personnalisé après remise"
|
|
1782
|
+
},
|
|
1783
|
+
"ResourceAction.order.setCustomLineItemDiscountedPricePerQuantity": {
|
|
1784
|
+
developer_comment: "Filter for setCustomLineItemDiscountedPricePerQuantity action",
|
|
1785
|
+
string: "Définir le prix de l'article personnalisé après remise par quantité"
|
|
1786
|
+
},
|
|
1787
|
+
"ResourceAction.order.setDeliveryAddressCustomField": {
|
|
1788
|
+
developer_comment: "Filter for setDeliveryAddressCustomField action",
|
|
1789
|
+
string: "Définir le champ personnalisé d'adresse de livraison"
|
|
1790
|
+
},
|
|
1791
|
+
"ResourceAction.order.setDeliveryAddressCustomType": {
|
|
1792
|
+
developer_comment: "Filter for setDeliveryAddressCustomType action",
|
|
1793
|
+
string: "Définir le type personnalisé d'adresse de livraison"
|
|
1794
|
+
},
|
|
1795
|
+
"ResourceAction.order.setDirectDiscounts": {
|
|
1796
|
+
developer_comment: "Filter for setDirectDiscounts action",
|
|
1797
|
+
string: "Définir les remises directes"
|
|
1798
|
+
},
|
|
1799
|
+
"ResourceAction.order.setDiscountOnTotalPrice": {
|
|
1800
|
+
developer_comment: "Filter for setDiscountOnTotalPrice action",
|
|
1801
|
+
string: "Définir la remise sur le prix total"
|
|
1802
|
+
},
|
|
1803
|
+
"ResourceAction.order.setItemShippingAddressCustomField": {
|
|
1804
|
+
developer_comment: "Filter for setItemShippingAddressCustomField action",
|
|
1805
|
+
string: "Définir le champ personnalisé d'adresse d'expédition de l'article"
|
|
1806
|
+
},
|
|
1807
|
+
"ResourceAction.order.setItemShippingAddressCustomType": {
|
|
1808
|
+
developer_comment: "Filter for setItemShippingAddressCustomType action",
|
|
1809
|
+
string: "Définir le type personnalisé d'adresse d'expédition de l'article"
|
|
1810
|
+
},
|
|
1811
|
+
"ResourceAction.order.setReturnCustomItemCustomField": {
|
|
1812
|
+
developer_comment: "Filter for setReturnCustomItemCustomField action",
|
|
1813
|
+
string: "Définir le champ personnalisé d'article personnalisé retourné"
|
|
1814
|
+
},
|
|
1815
|
+
"ResourceAction.order.setReturnCustomItemCustomType": {
|
|
1816
|
+
developer_comment: "Filter for setReturnCustomItemCustomType action",
|
|
1817
|
+
string: "Définir le type personnalisé d'article personnalisé retourné"
|
|
1818
|
+
},
|
|
1819
|
+
"ResourceAction.order.setReturnInfo": {
|
|
1820
|
+
developer_comment: "Filter for setReturnInfo action",
|
|
1821
|
+
string: "Définir les informations de retour"
|
|
1822
|
+
},
|
|
1823
|
+
"ResourceAction.order.setShippingAddressCustomField": {
|
|
1824
|
+
developer_comment: "Filter for setShippingAddressCustomField action",
|
|
1825
|
+
string: "Définir le champ personnalisé d'adresse d'expédition"
|
|
1826
|
+
},
|
|
1827
|
+
"ResourceAction.order.setShippingAddressCustomType": {
|
|
1828
|
+
developer_comment: "Filter for setShippingAddressCustomType action",
|
|
1829
|
+
string: "Définir le type personnalisé d'adresse d'expédition"
|
|
1830
|
+
},
|
|
1831
|
+
"ResourceAction.order.setShippingCustomField": {
|
|
1832
|
+
developer_comment: "Filter for setShippingCustomField action",
|
|
1833
|
+
string: "Définir le champ personnalisé d'expédition"
|
|
1834
|
+
},
|
|
1835
|
+
"ResourceAction.order.setShippingCustomType": {
|
|
1836
|
+
developer_comment: "Filter for setShippingCustomType action",
|
|
1837
|
+
string: "Définir le type personnalisé d'expédition"
|
|
1838
|
+
},
|
|
1839
|
+
"ResourceAction.order.setShippingInfoDiscountedPrice": {
|
|
1840
|
+
developer_comment: "Filter for setShippingInfoDiscountedPrice action",
|
|
1841
|
+
string: "Définir les informations d'expédition après remise"
|
|
1842
|
+
},
|
|
1843
|
+
"ResourceAction.order.setShippingMethodTaxCategory": {
|
|
1844
|
+
developer_comment: "Filter for setShippingMethodTaxCategory action",
|
|
1845
|
+
string: "Définir la catégorie de taxe associée au mode d'expédition"
|
|
1846
|
+
},
|
|
1847
|
+
"ResourceAction.order.setTaxedShippingPrice": {
|
|
1848
|
+
developer_comment: "Filter for setTaxedShippingPrice action",
|
|
1849
|
+
string: "Définir les frais d'expédition avec taxes"
|
|
1850
|
+
},
|
|
1474
1851
|
"ResourceAction.orders.addCustomLineItem": {
|
|
1475
1852
|
developer_comment: "Filter for addCustomLineItem action",
|
|
1476
1853
|
string: "Ajouter un article personnalisé"
|
|
@@ -1487,6 +1864,10 @@ var frFR = {
|
|
|
1487
1864
|
developer_comment: "Filter for addItemShippingAddress action",
|
|
1488
1865
|
string: "Ajouter une adresse d'expédition d'article"
|
|
1489
1866
|
},
|
|
1867
|
+
"ResourceAction.orders.addLineItem": {
|
|
1868
|
+
developer_comment: "Filter for addLineItem action",
|
|
1869
|
+
string: "Ajouter un article"
|
|
1870
|
+
},
|
|
1490
1871
|
"ResourceAction.orders.addParcelToDelivery": {
|
|
1491
1872
|
developer_comment: "Filter for addParcelToDelivery action",
|
|
1492
1873
|
string: "Ajouter un paquet à la livraison"
|
|
@@ -1503,6 +1884,10 @@ var frFR = {
|
|
|
1503
1884
|
developer_comment: "Filter for changeCustomLineItemQuantity action",
|
|
1504
1885
|
string: "Modifier la quantité d'articles personnalisés"
|
|
1505
1886
|
},
|
|
1887
|
+
"ResourceAction.orders.changeLineItemQuantity": {
|
|
1888
|
+
developer_comment: "Filter for changeLineItemQuantity action",
|
|
1889
|
+
string: "Modifier la quantité de l'article"
|
|
1890
|
+
},
|
|
1506
1891
|
"ResourceAction.orders.changeOrderState": {
|
|
1507
1892
|
developer_comment: "Filter for changeOrderState action",
|
|
1508
1893
|
string: "Modifier l'état de la commande"
|
|
@@ -1543,6 +1928,10 @@ var frFR = {
|
|
|
1543
1928
|
developer_comment: "Filter for removeItemShippingAddress action",
|
|
1544
1929
|
string: "Supprimer l'adresse d'expédition d'article"
|
|
1545
1930
|
},
|
|
1931
|
+
"ResourceAction.orders.removeLineItem": {
|
|
1932
|
+
developer_comment: "Filter for removeLineItem action",
|
|
1933
|
+
string: "Supprimer l'article"
|
|
1934
|
+
},
|
|
1546
1935
|
"ResourceAction.orders.removeParcelFromDelivery": {
|
|
1547
1936
|
developer_comment: "Filter for removeParcelFromDelivery action",
|
|
1548
1937
|
string: "Supprimer un paquet de la livraison"
|
|
@@ -1623,6 +2012,14 @@ var frFR = {
|
|
|
1623
2012
|
developer_comment: "Filter for setDeliveryItems action",
|
|
1624
2013
|
string: "Définir les articles de livraison"
|
|
1625
2014
|
},
|
|
2015
|
+
"ResourceAction.orders.setLineItemCustomField": {
|
|
2016
|
+
developer_comment: "Filter for setLineItemCustomField action",
|
|
2017
|
+
string: "Définir le champ personnalisé de l'article"
|
|
2018
|
+
},
|
|
2019
|
+
"ResourceAction.orders.setLineItemCustomType": {
|
|
2020
|
+
developer_comment: "Filter for setLineItemCustomType action",
|
|
2021
|
+
string: "Définir le type personnalisé de l'article"
|
|
2022
|
+
},
|
|
1626
2023
|
"ResourceAction.orders.setLineItemDiscountedPrice": {
|
|
1627
2024
|
developer_comment: "Filter for setLineItemDiscountedPrice action",
|
|
1628
2025
|
string: "Définir le prix de l'article après remise"
|
|
@@ -1783,6 +2180,10 @@ var frFR = {
|
|
|
1783
2180
|
developer_comment: "Filter for action addTransaction",
|
|
1784
2181
|
string: "Ajouter une transaction"
|
|
1785
2182
|
},
|
|
2183
|
+
"ResourceAction.payment.changeAmountAuthorized": {
|
|
2184
|
+
developer_comment: "Filter for changeAmountAuthorized action",
|
|
2185
|
+
string: "Modifier le montant autorisé"
|
|
2186
|
+
},
|
|
1786
2187
|
"ResourceAction.payment.changeAmountPlanned": {
|
|
1787
2188
|
developer_comment: "Filter for action changeAmountPlanned",
|
|
1788
2189
|
string: "Modifier le montant prévu"
|
|
@@ -1923,10 +2324,22 @@ var frFR = {
|
|
|
1923
2324
|
developer_comment: "Filter for action changePredicate",
|
|
1924
2325
|
string: "Modifier le prédicat"
|
|
1925
2326
|
},
|
|
2327
|
+
"ResourceAction.productDiscount.setIsValid": {
|
|
2328
|
+
developer_comment: "Filter for setIsValid action",
|
|
2329
|
+
string: "La définition est invalide"
|
|
2330
|
+
},
|
|
2331
|
+
"ResourceAction.productDiscount.setReferences": {
|
|
2332
|
+
developer_comment: "Filter for setReferences action",
|
|
2333
|
+
string: "Définir les références"
|
|
2334
|
+
},
|
|
1926
2335
|
"ResourceAction.productSelection.addProductLabel": {
|
|
1927
2336
|
developer_comment: "Filter for action addProduct",
|
|
1928
2337
|
string: "Ajouter un produit"
|
|
1929
2338
|
},
|
|
2339
|
+
"ResourceAction.productSelection.excludeProductLabel": {
|
|
2340
|
+
developer_comment: "Filter for action excludeProduct",
|
|
2341
|
+
string: "Exclure le produit"
|
|
2342
|
+
},
|
|
1930
2343
|
"ResourceAction.productSelection.removeProductLabel": {
|
|
1931
2344
|
developer_comment: "Filter for action removeProduct",
|
|
1932
2345
|
string: "Supprimer le produit"
|
|
@@ -1935,6 +2348,14 @@ var frFR = {
|
|
|
1935
2348
|
developer_comment: "Filter for action setProductCount",
|
|
1936
2349
|
string: "Modifier le nombre de produits"
|
|
1937
2350
|
},
|
|
2351
|
+
"ResourceAction.productSelection.setVariantExclusionLabel": {
|
|
2352
|
+
developer_comment: "Filter for action setVariantExclusion",
|
|
2353
|
+
string: "Définir une exclusion de variante"
|
|
2354
|
+
},
|
|
2355
|
+
"ResourceAction.productSelection.setVariantSelectionLabel": {
|
|
2356
|
+
developer_comment: "Filter for action setVariantSelection",
|
|
2357
|
+
string: "Définir une sélection de variante"
|
|
2358
|
+
},
|
|
1938
2359
|
"ResourceAction.productType.addAttributeDefinition": {
|
|
1939
2360
|
developer_comment: "Label for filter addAttributeDefinition",
|
|
1940
2361
|
string: "Ajouter la description de l'attribut"
|
|
@@ -1979,10 +2400,18 @@ var frFR = {
|
|
|
1979
2400
|
developer_comment: "Label for filter removeEnumValues",
|
|
1980
2401
|
string: "Supprimer les valeurs enum"
|
|
1981
2402
|
},
|
|
2403
|
+
"ResourceAction.productType.removeLocalizedEnumValues": {
|
|
2404
|
+
developer_comment: "Filter for removeLocalizedEnumValues action",
|
|
2405
|
+
string: "Supprimer les valeurs enum localisées"
|
|
2406
|
+
},
|
|
1982
2407
|
"ResourceAction.productType.setInputTip": {
|
|
1983
2408
|
developer_comment: "Label for filter setInputTip",
|
|
1984
2409
|
string: "Modifier l'astuce de saisie"
|
|
1985
2410
|
},
|
|
2411
|
+
"ResourceAction.quote.changeCustomer": {
|
|
2412
|
+
developer_comment: "Filter for changeCustomer action",
|
|
2413
|
+
string: "Modifier le client"
|
|
2414
|
+
},
|
|
1986
2415
|
"ResourceAction.quote.changeQuoteStateLabel": {
|
|
1987
2416
|
developer_comment: "Label for a Quote state change",
|
|
1988
2417
|
string: "Modifier l'état du devis"
|
|
@@ -1995,10 +2424,54 @@ var frFR = {
|
|
|
1995
2424
|
developer_comment: "Label for set buyer comment change",
|
|
1996
2425
|
string: "Définir un commentaire acheteur"
|
|
1997
2426
|
},
|
|
2427
|
+
"ResourceAction.quoteRequest.changeCustomer": {
|
|
2428
|
+
developer_comment: "Filter for changeCustomer action",
|
|
2429
|
+
string: "Modifier le client"
|
|
2430
|
+
},
|
|
1998
2431
|
"ResourceAction.quoteRequest.changeQuoteRequestStateLabel": {
|
|
1999
2432
|
developer_comment: "Label for a Quote Request state change",
|
|
2000
2433
|
string: "Modifier l'état du devis"
|
|
2001
2434
|
},
|
|
2435
|
+
"ResourceAction.shippingMethod.addShippingRate": {
|
|
2436
|
+
developer_comment: "Filter for action addShippingRate",
|
|
2437
|
+
string: "Ajouter un tarif d'expédition"
|
|
2438
|
+
},
|
|
2439
|
+
"ResourceAction.shippingMethod.addZone": {
|
|
2440
|
+
developer_comment: "Filter for action addZone",
|
|
2441
|
+
string: "Ajouter une zone"
|
|
2442
|
+
},
|
|
2443
|
+
"ResourceAction.shippingMethod.changeActive": {
|
|
2444
|
+
developer_comment: "Filter for action changeActive",
|
|
2445
|
+
string: "Modifier l'état actif"
|
|
2446
|
+
},
|
|
2447
|
+
"ResourceAction.shippingMethod.changeIsDefault": {
|
|
2448
|
+
developer_comment: "Filter for action changeIsDefault",
|
|
2449
|
+
string: "Modification définie par défaut"
|
|
2450
|
+
},
|
|
2451
|
+
"ResourceAction.shippingMethod.changeTaxCategory": {
|
|
2452
|
+
developer_comment: "Filter for action changeTaxCategory",
|
|
2453
|
+
string: "Modifier la catégorie de taxe"
|
|
2454
|
+
},
|
|
2455
|
+
"ResourceAction.shippingMethod.removeShippingRate": {
|
|
2456
|
+
developer_comment: "Filter for action removeShippingRate",
|
|
2457
|
+
string: "Supprimer le tarif d'expédition"
|
|
2458
|
+
},
|
|
2459
|
+
"ResourceAction.shippingMethod.removeZone": {
|
|
2460
|
+
developer_comment: "Filter for action removeZone",
|
|
2461
|
+
string: "Supprimer la zone"
|
|
2462
|
+
},
|
|
2463
|
+
"ResourceAction.shippingMethod.setLocalizedDescription": {
|
|
2464
|
+
developer_comment: "Filter for action setLocalizedDescription",
|
|
2465
|
+
string: "Modifier la description localisée"
|
|
2466
|
+
},
|
|
2467
|
+
"ResourceAction.shippingMethod.setLocalizedName": {
|
|
2468
|
+
developer_comment: "Filter for action setLocalizedName",
|
|
2469
|
+
string: "Modifier le nom localisé"
|
|
2470
|
+
},
|
|
2471
|
+
"ResourceAction.shippingMethod.setPredicate": {
|
|
2472
|
+
developer_comment: "Filter for action setPredicate",
|
|
2473
|
+
string: "Définir le prédicat"
|
|
2474
|
+
},
|
|
2002
2475
|
"ResourceAction.shoppingList.addLineItem": {
|
|
2003
2476
|
developer_comment: "Label for action addLineItem",
|
|
2004
2477
|
string: "Ajouter un article"
|
|
@@ -2007,6 +2480,14 @@ var frFR = {
|
|
|
2007
2480
|
developer_comment: "Label for action addTextLineItem",
|
|
2008
2481
|
string: "Ajouter un article textuel"
|
|
2009
2482
|
},
|
|
2483
|
+
"ResourceAction.shoppingList.changeLineItemName": {
|
|
2484
|
+
developer_comment: "Filter for changeLineItemName action",
|
|
2485
|
+
string: "Modifier la nom de l'article"
|
|
2486
|
+
},
|
|
2487
|
+
"ResourceAction.shoppingList.changeLineItemPublished": {
|
|
2488
|
+
developer_comment: "Filter for changeLineItemPublished action",
|
|
2489
|
+
string: "Modifier l'article publié"
|
|
2490
|
+
},
|
|
2010
2491
|
"ResourceAction.shoppingList.changeLineItemQuantity": {
|
|
2011
2492
|
developer_comment: "Label for action changeLineItemQuantity",
|
|
2012
2493
|
string: "Modifier la quantité de l'article"
|
|
@@ -2035,6 +2516,10 @@ var frFR = {
|
|
|
2035
2516
|
developer_comment: "Label for action removeTextLineItem",
|
|
2036
2517
|
string: "Supprimer l'article textuel"
|
|
2037
2518
|
},
|
|
2519
|
+
"ResourceAction.shoppingList.setBusinessUnit": {
|
|
2520
|
+
developer_comment: "Filter for setBusinessUnit action",
|
|
2521
|
+
string: "Définir l'unité commerciale"
|
|
2522
|
+
},
|
|
2038
2523
|
"ResourceAction.shoppingList.setDeleteDaysAfterLastModification": {
|
|
2039
2524
|
developer_comment: "Label for action setDeleteDaysAfterLastModification",
|
|
2040
2525
|
string: "Modifier le nombre de jours avant la suppression après la dernière modification"
|
|
@@ -2075,6 +2560,18 @@ var frFR = {
|
|
|
2075
2560
|
developer_comment: "Label for a Staged Quote valid to date change",
|
|
2076
2561
|
string: "Définir une date de validité"
|
|
2077
2562
|
},
|
|
2563
|
+
"ResourceAction.standalonePrice.changeActive": {
|
|
2564
|
+
developer_comment: "Filter for action changeActive",
|
|
2565
|
+
string: "Définir l'état actif"
|
|
2566
|
+
},
|
|
2567
|
+
"ResourceAction.standalonePrice.setDiscountedPrice": {
|
|
2568
|
+
developer_comment: "Filter for action setDiscountedPrice",
|
|
2569
|
+
string: "Définir un prix remisé"
|
|
2570
|
+
},
|
|
2571
|
+
"ResourceAction.standalonePrice.setPriceTiers": {
|
|
2572
|
+
developer_comment: "Filter for action setPriceTiers",
|
|
2573
|
+
string: "Définir des prix dégressifs"
|
|
2574
|
+
},
|
|
2078
2575
|
"ResourceAction.state.addEnumValueLabel": {
|
|
2079
2576
|
developer_comment: "Filter for action addEnumValue",
|
|
2080
2577
|
string: "Ajouter une valeur enum"
|
|
@@ -2125,15 +2622,15 @@ var frFR = {
|
|
|
2125
2622
|
},
|
|
2126
2623
|
"ResourceAction.store.addProductSelection": {
|
|
2127
2624
|
developer_comment: "Label for action addProductSelection",
|
|
2128
|
-
string: "
|
|
2625
|
+
string: "Ajouter une sélection de produits"
|
|
2129
2626
|
},
|
|
2130
2627
|
"ResourceAction.store.changeProductSelectionActive": {
|
|
2131
2628
|
developer_comment: "Label for action changeProductSelectionActive",
|
|
2132
|
-
string: "
|
|
2629
|
+
string: "Définir une sélection de produits active"
|
|
2133
2630
|
},
|
|
2134
2631
|
"ResourceAction.store.removeProductSelection": {
|
|
2135
2632
|
developer_comment: "Label for action removeProductSelection",
|
|
2136
|
-
string: "
|
|
2633
|
+
string: "Supprimer la sélection de produits"
|
|
2137
2634
|
},
|
|
2138
2635
|
"ResourceAction.store.setCountriesLabel": {
|
|
2139
2636
|
developer_comment: "Filter for action setCountries",
|
|
@@ -2149,7 +2646,7 @@ var frFR = {
|
|
|
2149
2646
|
},
|
|
2150
2647
|
"ResourceAction.store.setProductSelections": {
|
|
2151
2648
|
developer_comment: "Label for action setProductSelections",
|
|
2152
|
-
string: "
|
|
2649
|
+
string: "Définir des sélections de produits"
|
|
2153
2650
|
},
|
|
2154
2651
|
"ResourceAction.store.setSupplyChannelsLabel": {
|
|
2155
2652
|
developer_comment: "Filter for action setSupplyChannels",
|
|
@@ -2163,6 +2660,10 @@ var frFR = {
|
|
|
2163
2660
|
developer_comment: "Label for filter removeTaxRate",
|
|
2164
2661
|
string: "Supprimer le taux de taxe"
|
|
2165
2662
|
},
|
|
2663
|
+
"ResourceAction.taxCategory.replaceTaxRate": {
|
|
2664
|
+
developer_comment: "Filter for replaceTaxRate action",
|
|
2665
|
+
string: "Remplacer le taux de taxe"
|
|
2666
|
+
},
|
|
2166
2667
|
"ResourceAction.zone.addLocationLabel": {
|
|
2167
2668
|
developer_comment: "Filter for action addLocation",
|
|
2168
2669
|
string: "Ajouter un lieu"
|
|
@@ -2173,7 +2674,7 @@ var frFR = {
|
|
|
2173
2674
|
},
|
|
2174
2675
|
"ResourceCell.customObjectResource": {
|
|
2175
2676
|
developer_comment: "Label when the resource is a custom object",
|
|
2176
|
-
string: "
|
|
2677
|
+
string: "Conteneur : {container}\nClé : {key}"
|
|
2177
2678
|
},
|
|
2178
2679
|
"ResourceCell.deletedResource": {
|
|
2179
2680
|
developer_comment: "Label when the entity has been deleted",
|
|
@@ -2187,10 +2688,6 @@ var frFR = {
|
|
|
2187
2688
|
developer_comment: "Label when the resource is an inventory entry",
|
|
2188
2689
|
string: "Entrée d'inventaire pour {sku}"
|
|
2189
2690
|
},
|
|
2190
|
-
"ResourceCell.missingResource": {
|
|
2191
|
-
developer_comment: "Label when the entity is missing",
|
|
2192
|
-
string: "Missing entity"
|
|
2193
|
-
},
|
|
2194
2691
|
"ResourceCell.orderResource": {
|
|
2195
2692
|
developer_comment: "Label when the resource is an order",
|
|
2196
2693
|
string: "Commande pour {customerEmail}"
|
|
@@ -2207,206 +2704,6 @@ var frFR = {
|
|
|
2207
2704
|
developer_comment: "Label for the filter tooltip",
|
|
2208
2705
|
string: "Quick filter on entity ID"
|
|
2209
2706
|
},
|
|
2210
|
-
"ResourcePreview.AssociateRole.assignableFalseLabel": {
|
|
2211
|
-
developer_comment: "Label associate role field buyer assignable false",
|
|
2212
|
-
string: "Non"
|
|
2213
|
-
},
|
|
2214
|
-
"ResourcePreview.AssociateRole.assignableTrueLabel": {
|
|
2215
|
-
developer_comment: "Label associate role field buyer assignable true",
|
|
2216
|
-
string: "Oui"
|
|
2217
|
-
},
|
|
2218
|
-
"ResourcePreview.AssociateRole.buyerAssignableLabel": {
|
|
2219
|
-
developer_comment: "Label associate role field buyer assignable",
|
|
2220
|
-
string: "Attribuable aux acheteurs"
|
|
2221
|
-
},
|
|
2222
|
-
"ResourcePreview.AssociateRole.createdAtLabel": {
|
|
2223
|
-
developer_comment: "Label associate role field created at",
|
|
2224
|
-
string: "Date de création"
|
|
2225
|
-
},
|
|
2226
|
-
"ResourcePreview.AssociateRole.keyLabel": {
|
|
2227
|
-
developer_comment: "Label associate role field key",
|
|
2228
|
-
string: "Clé"
|
|
2229
|
-
},
|
|
2230
|
-
"ResourcePreview.AssociateRole.nameLabel": {
|
|
2231
|
-
developer_comment: "Label associate role field name",
|
|
2232
|
-
string: "Nom"
|
|
2233
|
-
},
|
|
2234
|
-
"ResourcePreview.BusinessUnit.businessUnitTypeLabel": {
|
|
2235
|
-
developer_comment: "Label business unit field business unit type",
|
|
2236
|
-
string: "Type de l'unité commerciale"
|
|
2237
|
-
},
|
|
2238
|
-
"ResourcePreview.BusinessUnit.contactEmailLabel": {
|
|
2239
|
-
developer_comment: "Label business unit field contact email address",
|
|
2240
|
-
string: "Adresse e-mail de contact"
|
|
2241
|
-
},
|
|
2242
|
-
"ResourcePreview.BusinessUnit.createdAtLabel": {
|
|
2243
|
-
developer_comment: "Label business unit field created at",
|
|
2244
|
-
string: "Date de création"
|
|
2245
|
-
},
|
|
2246
|
-
"ResourcePreview.BusinessUnit.keyLabel": {
|
|
2247
|
-
developer_comment: "Label business unit field key",
|
|
2248
|
-
string: "Clé"
|
|
2249
|
-
},
|
|
2250
|
-
"ResourcePreview.BusinessUnit.nameLabel": {
|
|
2251
|
-
developer_comment: "Label business unit field name",
|
|
2252
|
-
string: "Nom"
|
|
2253
|
-
},
|
|
2254
|
-
"ResourcePreview.BusinessUnit.parentUnitLabel": {
|
|
2255
|
-
developer_comment: "Label business unit parent unit",
|
|
2256
|
-
string: "Unité parente"
|
|
2257
|
-
},
|
|
2258
|
-
"ResourcePreview.BusinessUnit.selfValue": {
|
|
2259
|
-
developer_comment: "Label business unit value self",
|
|
2260
|
-
string: "Autonome"
|
|
2261
|
-
},
|
|
2262
|
-
"ResourcePreview.BusinessUnit.storesLabel": {
|
|
2263
|
-
developer_comment: "Label business unit field stores",
|
|
2264
|
-
string: "Boutiques liées à cette unité commerciale"
|
|
2265
|
-
},
|
|
2266
|
-
"ResourcePreview.BusinessUnit.topLevelUnitLabel": {
|
|
2267
|
-
developer_comment: "Label business unit field top level unit",
|
|
2268
|
-
string: "Unité de premier niveau"
|
|
2269
|
-
},
|
|
2270
|
-
"ResourcePreview.CartDiscount.createdAtLabel": {
|
|
2271
|
-
developer_comment: "Label cart discount field created at",
|
|
2272
|
-
string: "Date et heure de création"
|
|
2273
|
-
},
|
|
2274
|
-
"ResourcePreview.CartDiscount.descriptionLabel": {
|
|
2275
|
-
developer_comment: "Label cart discount field description",
|
|
2276
|
-
string: "Description"
|
|
2277
|
-
},
|
|
2278
|
-
"ResourcePreview.CartDiscount.isActiveFalseLabel": {
|
|
2279
|
-
developer_comment: "Label cart discount field is active is false",
|
|
2280
|
-
string: "Non"
|
|
2281
|
-
},
|
|
2282
|
-
"ResourcePreview.CartDiscount.isActiveLabel": {
|
|
2283
|
-
developer_comment: "Label cart discount field is active",
|
|
2284
|
-
string: "Est active"
|
|
2285
|
-
},
|
|
2286
|
-
"ResourcePreview.CartDiscount.isActiveTrueLabel": {
|
|
2287
|
-
developer_comment: "Label cart discount field is active is true",
|
|
2288
|
-
string: "Oui"
|
|
2289
|
-
},
|
|
2290
|
-
"ResourcePreview.CartDiscount.nameLabel": {
|
|
2291
|
-
developer_comment: "Label cart discount field name",
|
|
2292
|
-
string: "Nom"
|
|
2293
|
-
},
|
|
2294
|
-
"ResourcePreview.CartDiscount.sortOrderLabel": {
|
|
2295
|
-
developer_comment: "Label cart discount field sort order",
|
|
2296
|
-
string: "Rang (ordre de tri)"
|
|
2297
|
-
},
|
|
2298
|
-
"ResourcePreview.CartDiscount.validFromLabel": {
|
|
2299
|
-
developer_comment: "Label cart discount field valid from",
|
|
2300
|
-
string: "Valide à partir du"
|
|
2301
|
-
},
|
|
2302
|
-
"ResourcePreview.CartDiscount.validUntilLabel": {
|
|
2303
|
-
developer_comment: "Label cart discount field valid until",
|
|
2304
|
-
string: "Valide jusqu'au"
|
|
2305
|
-
},
|
|
2306
|
-
"ResourcePreview.CartDiscount.valueLabel": {
|
|
2307
|
-
developer_comment: "Label cart discount field value",
|
|
2308
|
-
string: "Valeur"
|
|
2309
|
-
},
|
|
2310
|
-
"ResourcePreview.CartDiscount.valueTypeAbsoluteLabel": {
|
|
2311
|
-
developer_comment: "Label cart discount field value type absolute",
|
|
2312
|
-
string: "Absolue"
|
|
2313
|
-
},
|
|
2314
|
-
"ResourcePreview.CartDiscount.valueTypeGiftLineItemLabel": {
|
|
2315
|
-
developer_comment: "Label cart discount field value type gift line item",
|
|
2316
|
-
string: "Article cadeau"
|
|
2317
|
-
},
|
|
2318
|
-
"ResourcePreview.CartDiscount.valueTypeLabel": {
|
|
2319
|
-
developer_comment: "Label cart discount field value type",
|
|
2320
|
-
string: "Type"
|
|
2321
|
-
},
|
|
2322
|
-
"ResourcePreview.CartDiscount.valueTypeRelativeLabel": {
|
|
2323
|
-
developer_comment: "Label cart discount field value type relative",
|
|
2324
|
-
string: "Relative"
|
|
2325
|
-
},
|
|
2326
|
-
"ResourcePreview.Category.createdAtLabel": {
|
|
2327
|
-
developer_comment: "Label category field created at",
|
|
2328
|
-
string: "Date et heure de création"
|
|
2329
|
-
},
|
|
2330
|
-
"ResourcePreview.Category.descriptionLabel": {
|
|
2331
|
-
developer_comment: "Label category field description",
|
|
2332
|
-
string: "Description"
|
|
2333
|
-
},
|
|
2334
|
-
"ResourcePreview.Category.externalIdLabel": {
|
|
2335
|
-
developer_comment: "Label category field externalId",
|
|
2336
|
-
string: "ID externe"
|
|
2337
|
-
},
|
|
2338
|
-
"ResourcePreview.Category.keyLabel": {
|
|
2339
|
-
developer_comment: "Label category field key",
|
|
2340
|
-
string: "Clé"
|
|
2341
|
-
},
|
|
2342
|
-
"ResourcePreview.Category.nameLabel": {
|
|
2343
|
-
developer_comment: "Label category field name",
|
|
2344
|
-
string: "Nom"
|
|
2345
|
-
},
|
|
2346
|
-
"ResourcePreview.Category.orderHintLabel": {
|
|
2347
|
-
developer_comment: "Label category field orderHint",
|
|
2348
|
-
string: "Ordre des catégories (orderHint)"
|
|
2349
|
-
},
|
|
2350
|
-
"ResourcePreview.Category.slugLabel": {
|
|
2351
|
-
developer_comment: "Label category field slug",
|
|
2352
|
-
string: "Slug"
|
|
2353
|
-
},
|
|
2354
|
-
"ResourcePreview.Channel.cityLabel": {
|
|
2355
|
-
developer_comment: "Label channel field address city",
|
|
2356
|
-
string: "Ville"
|
|
2357
|
-
},
|
|
2358
|
-
"ResourcePreview.Channel.countryLabel": {
|
|
2359
|
-
developer_comment: "Label channel field address country",
|
|
2360
|
-
string: "Pays"
|
|
2361
|
-
},
|
|
2362
|
-
"ResourcePreview.Channel.createdAtLabel": {
|
|
2363
|
-
developer_comment: "Label channel field created at",
|
|
2364
|
-
string: "Date et heure de création"
|
|
2365
|
-
},
|
|
2366
|
-
"ResourcePreview.Channel.descriptionLabel": {
|
|
2367
|
-
developer_comment: "Label channel field description",
|
|
2368
|
-
string: "Description"
|
|
2369
|
-
},
|
|
2370
|
-
"ResourcePreview.Channel.geoLocationLabel": {
|
|
2371
|
-
developer_comment: "Label channel field geoLocation",
|
|
2372
|
-
string: "Emplacement géographique"
|
|
2373
|
-
},
|
|
2374
|
-
"ResourcePreview.Channel.geoLocationValue": {
|
|
2375
|
-
developer_comment: "Label for channel field geoLocation value",
|
|
2376
|
-
string: "({type}) Longitude : {longitude} – Latitude : {latitude}"
|
|
2377
|
-
},
|
|
2378
|
-
"ResourcePreview.Channel.keyLabel": {
|
|
2379
|
-
developer_comment: "Label channel field key",
|
|
2380
|
-
string: "Clé"
|
|
2381
|
-
},
|
|
2382
|
-
"ResourcePreview.Channel.nameLabel": {
|
|
2383
|
-
developer_comment: "Label channel field name",
|
|
2384
|
-
string: "Nom"
|
|
2385
|
-
},
|
|
2386
|
-
"ResourcePreview.Channel.postalCodeLabel": {
|
|
2387
|
-
developer_comment: "Label channel field address postal code",
|
|
2388
|
-
string: "Code postal"
|
|
2389
|
-
},
|
|
2390
|
-
"ResourcePreview.Channel.regionLabel": {
|
|
2391
|
-
developer_comment: "Label channel field address region",
|
|
2392
|
-
string: "Région"
|
|
2393
|
-
},
|
|
2394
|
-
"ResourcePreview.Channel.rolesLabel": {
|
|
2395
|
-
developer_comment: "Label channel field roles",
|
|
2396
|
-
string: "Rôles"
|
|
2397
|
-
},
|
|
2398
|
-
"ResourcePreview.Channel.stateLabel": {
|
|
2399
|
-
developer_comment: "Label channel field address state",
|
|
2400
|
-
string: "État"
|
|
2401
|
-
},
|
|
2402
|
-
"ResourcePreview.Channel.streetNameLabel": {
|
|
2403
|
-
developer_comment: "Label channel field address street name",
|
|
2404
|
-
string: "Nom de la rue"
|
|
2405
|
-
},
|
|
2406
|
-
"ResourcePreview.Channel.streetNumberLabel": {
|
|
2407
|
-
developer_comment: "Label channel field address street number",
|
|
2408
|
-
string: "Numéro de la rue"
|
|
2409
|
-
},
|
|
2410
2707
|
"ResourcePreview.CustomObject.containerLabel": {
|
|
2411
2708
|
developer_comment: "Label custom object field container",
|
|
2412
2709
|
string: "Conteneur"
|
|
@@ -2423,441 +2720,53 @@ var frFR = {
|
|
|
2423
2720
|
developer_comment: "Label custom object field value",
|
|
2424
2721
|
string: "Valeur"
|
|
2425
2722
|
},
|
|
2426
|
-
"ResourcePreview.Customer.createdAtLabel": {
|
|
2427
|
-
developer_comment: "Label customer field created at",
|
|
2428
|
-
string: "Date et heure de création"
|
|
2429
|
-
},
|
|
2430
|
-
"ResourcePreview.Customer.dateOfBirthLabel": {
|
|
2431
|
-
developer_comment: "Label customer field dateOfBirth",
|
|
2432
|
-
string: "Date de naissance"
|
|
2433
|
-
},
|
|
2434
|
-
"ResourcePreview.Customer.emailLabel": {
|
|
2435
|
-
developer_comment: "Label customer field email",
|
|
2436
|
-
string: "Adresse e-mail"
|
|
2437
|
-
},
|
|
2438
|
-
"ResourcePreview.Customer.externalIdLabel": {
|
|
2439
|
-
developer_comment: "Label customer field externalId",
|
|
2440
|
-
string: "ID externe"
|
|
2441
|
-
},
|
|
2442
|
-
"ResourcePreview.Customer.firstNameLabel": {
|
|
2443
|
-
developer_comment: "Label customer field firstName",
|
|
2444
|
-
string: "Prénom"
|
|
2445
|
-
},
|
|
2446
|
-
"ResourcePreview.Customer.keyLabel": {
|
|
2447
|
-
developer_comment: "Label customer field key",
|
|
2448
|
-
string: "Clé"
|
|
2449
|
-
},
|
|
2450
|
-
"ResourcePreview.Customer.lastNameLabel": {
|
|
2451
|
-
developer_comment: "Label customer field lastName",
|
|
2452
|
-
string: "Nom de famille"
|
|
2453
|
-
},
|
|
2454
|
-
"ResourcePreview.Customer.middleNameLabel": {
|
|
2455
|
-
developer_comment: "Label customer field middleName",
|
|
2456
|
-
string: "Deuxième prénom"
|
|
2457
|
-
},
|
|
2458
|
-
"ResourcePreview.Customer.salutationLabel": {
|
|
2459
|
-
developer_comment: "Label customer field salutation",
|
|
2460
|
-
string: "Civilité"
|
|
2461
|
-
},
|
|
2462
|
-
"ResourcePreview.Customer.storesLabel": {
|
|
2463
|
-
developer_comment: "Label customer field stores",
|
|
2464
|
-
string: "Compte restreint à ces boutiques"
|
|
2465
|
-
},
|
|
2466
|
-
"ResourcePreview.Customer.titleLabel": {
|
|
2467
|
-
developer_comment: "Label customer field title",
|
|
2468
|
-
string: "Titre"
|
|
2469
|
-
},
|
|
2470
|
-
"ResourcePreview.CustomerGroup.createdAtLabel": {
|
|
2471
|
-
developer_comment: "Label customer group field created at",
|
|
2472
|
-
string: "Date et heure de création"
|
|
2473
|
-
},
|
|
2474
|
-
"ResourcePreview.CustomerGroup.keyLabel": {
|
|
2475
|
-
developer_comment: "Label customer group field key",
|
|
2476
|
-
string: "Clé"
|
|
2477
|
-
},
|
|
2478
|
-
"ResourcePreview.CustomerGroup.nameLabel": {
|
|
2479
|
-
developer_comment: "Label customer group field name",
|
|
2480
|
-
string: "Nom"
|
|
2481
|
-
},
|
|
2482
|
-
"ResourcePreview.DiscountCode.cartDiscountsLabel": {
|
|
2483
|
-
developer_comment: "Label discount max applications per customer field code",
|
|
2484
|
-
string: "Remises sur panier"
|
|
2485
|
-
},
|
|
2486
|
-
"ResourcePreview.DiscountCode.codeLabel": {
|
|
2487
|
-
developer_comment: "Label discount code field code",
|
|
2488
|
-
string: "Code"
|
|
2489
|
-
},
|
|
2490
|
-
"ResourcePreview.DiscountCode.createdAtLabel": {
|
|
2491
|
-
developer_comment: "Label discount code field created at",
|
|
2492
|
-
string: "Date et heure de création"
|
|
2493
|
-
},
|
|
2494
|
-
"ResourcePreview.DiscountCode.descriptionLabel": {
|
|
2495
|
-
developer_comment: "Label discount code field description",
|
|
2496
|
-
string: "Description"
|
|
2497
|
-
},
|
|
2498
|
-
"ResourcePreview.DiscountCode.isActiveFalseLabel": {
|
|
2499
|
-
developer_comment: "Label discount code field is active is false",
|
|
2500
|
-
string: "No"
|
|
2501
|
-
},
|
|
2502
|
-
"ResourcePreview.DiscountCode.isActiveLabel": {
|
|
2503
|
-
developer_comment: "Label discount code field is active",
|
|
2504
|
-
string: "Est active"
|
|
2505
|
-
},
|
|
2506
|
-
"ResourcePreview.DiscountCode.isActiveTrueLabel": {
|
|
2507
|
-
developer_comment: "Label discount code field is active is true",
|
|
2508
|
-
string: "Yes"
|
|
2509
|
-
},
|
|
2510
|
-
"ResourcePreview.DiscountCode.maxApplicationsLabel": {
|
|
2511
|
-
developer_comment: "Label discount max applications field code",
|
|
2512
|
-
string: "Nombre max. d'applications"
|
|
2513
|
-
},
|
|
2514
|
-
"ResourcePreview.DiscountCode.maxApplicationsPerCustomerLabel": {
|
|
2515
|
-
developer_comment: "Label discount max applications per customer field code",
|
|
2516
|
-
string: "Nombre max. d'applications par client"
|
|
2517
|
-
},
|
|
2518
|
-
"ResourcePreview.DiscountCode.nameLabel": {
|
|
2519
|
-
developer_comment: "Label discount code field name",
|
|
2520
|
-
string: "Nom"
|
|
2521
|
-
},
|
|
2522
|
-
"ResourcePreview.DiscountCode.validFromLabel": {
|
|
2523
|
-
developer_comment: "Label discount code field valid from",
|
|
2524
|
-
string: "Valide à partir du"
|
|
2525
|
-
},
|
|
2526
|
-
"ResourcePreview.DiscountCode.validUntilLabel": {
|
|
2527
|
-
developer_comment: "Label discount code field valid until",
|
|
2528
|
-
string: "Valide jusqu'au"
|
|
2529
|
-
},
|
|
2530
|
-
"ResourcePreview.InventoryEntry.availableQuantityLabel": {
|
|
2531
|
-
developer_comment: "Label inventory entry field available quantity",
|
|
2532
|
-
string: "Quantité disponible"
|
|
2533
|
-
},
|
|
2534
|
-
"ResourcePreview.InventoryEntry.createdAtLabel": {
|
|
2535
|
-
developer_comment: "Label inventory entry field created at",
|
|
2536
|
-
string: "Date et heure de création"
|
|
2537
|
-
},
|
|
2538
|
-
"ResourcePreview.InventoryEntry.expectedDeliveryLabel": {
|
|
2539
|
-
developer_comment: "Label inventory entry field expect delivery",
|
|
2540
|
-
string: "Livraison attendue"
|
|
2541
|
-
},
|
|
2542
|
-
"ResourcePreview.InventoryEntry.quantityOnStockLabel": {
|
|
2543
|
-
developer_comment: "Label inventory entry field quantity on stock",
|
|
2544
|
-
string: "Quantité en stock"
|
|
2545
|
-
},
|
|
2546
|
-
"ResourcePreview.InventoryEntry.restockableInDaysLabel": {
|
|
2547
|
-
developer_comment: "Label inventory entry field restockable in days",
|
|
2548
|
-
string: "Réapprovisionnement en jours"
|
|
2549
|
-
},
|
|
2550
|
-
"ResourcePreview.InventoryEntry.skuLabel": {
|
|
2551
|
-
developer_comment: "Label inventory entry field sku",
|
|
2552
|
-
string: "SKU"
|
|
2553
|
-
},
|
|
2554
|
-
"ResourcePreview.InventoryEntry.supplyChannelLabel": {
|
|
2555
|
-
developer_comment: "Label inventory entry field supply channel",
|
|
2556
|
-
string: "Canal d'approvisionnement"
|
|
2557
|
-
},
|
|
2558
|
-
"ResourcePreview.Order.completedAtLabel": {
|
|
2559
|
-
developer_comment: "Label order field completed at",
|
|
2560
|
-
string: "Date de fin"
|
|
2561
|
-
},
|
|
2562
|
-
"ResourcePreview.Order.countryLabel": {
|
|
2563
|
-
developer_comment: "Label order field country",
|
|
2564
|
-
string: "Pays"
|
|
2565
|
-
},
|
|
2566
|
-
"ResourcePreview.Order.createdAtLabel": {
|
|
2567
|
-
developer_comment: "Label order field created at",
|
|
2568
|
-
string: "Date et heure de création"
|
|
2569
|
-
},
|
|
2570
|
-
"ResourcePreview.Order.customerEmailLabel": {
|
|
2571
|
-
developer_comment: "Label order field customer email",
|
|
2572
|
-
string: "Adresse e-mail du client"
|
|
2573
|
-
},
|
|
2574
|
-
"ResourcePreview.Order.orderNumberLabel": {
|
|
2575
|
-
developer_comment: "Label order field order number",
|
|
2576
|
-
string: "Numéro de commande"
|
|
2577
|
-
},
|
|
2578
|
-
"ResourcePreview.Order.orderStateLabel": {
|
|
2579
|
-
developer_comment: "Label order field order state",
|
|
2580
|
-
string: "Statut de la commande"
|
|
2581
|
-
},
|
|
2582
|
-
"ResourcePreview.Order.paymentStateLabel": {
|
|
2583
|
-
developer_comment: "Label order field payment state",
|
|
2584
|
-
string: "Statut du paiement"
|
|
2585
|
-
},
|
|
2586
|
-
"ResourcePreview.Order.shipmentStateLabel": {
|
|
2587
|
-
developer_comment: "Label order field shipment state",
|
|
2588
|
-
string: "Statut de l'expédition"
|
|
2589
|
-
},
|
|
2590
|
-
"ResourcePreview.Order.stateLabel": {
|
|
2591
|
-
developer_comment: "Label order field state",
|
|
2592
|
-
string: "Order workflow status"
|
|
2593
|
-
},
|
|
2594
|
-
"ResourcePreview.Order.storeLabel": {
|
|
2595
|
-
developer_comment: "Label order field store",
|
|
2596
|
-
string: "Boutique"
|
|
2597
|
-
},
|
|
2598
|
-
"ResourcePreview.Order.taxPortionsLabel": {
|
|
2599
|
-
developer_comment: "Label order field tax portions",
|
|
2600
|
-
string: "Parts des taxes"
|
|
2601
|
-
},
|
|
2602
|
-
"ResourcePreview.Order.totalGrossLabel": {
|
|
2603
|
-
developer_comment: "Label order field total gross",
|
|
2604
|
-
string: "Total (brut)"
|
|
2605
|
-
},
|
|
2606
|
-
"ResourcePreview.Order.totalNetLabel": {
|
|
2607
|
-
developer_comment: "Label order field total net",
|
|
2608
|
-
string: "Total (net)"
|
|
2609
|
-
},
|
|
2610
2723
|
"ResourcePreview.Payment.amountPlannedLabel": {
|
|
2611
2724
|
developer_comment: "Label payment field amount planned",
|
|
2612
|
-
string: "
|
|
2725
|
+
string: "Amount planned"
|
|
2613
2726
|
},
|
|
2614
2727
|
"ResourcePreview.Payment.anonymousIdLabel": {
|
|
2615
2728
|
developer_comment: "Label payment field anonymous id",
|
|
2616
|
-
string: "ID
|
|
2729
|
+
string: "Anonymous ID"
|
|
2617
2730
|
},
|
|
2618
2731
|
"ResourcePreview.Payment.createdAtLabel": {
|
|
2619
2732
|
developer_comment: "Label payment field created at",
|
|
2620
|
-
string: "
|
|
2733
|
+
string: "Created on"
|
|
2621
2734
|
},
|
|
2622
2735
|
"ResourcePreview.Payment.customerEmailLabel": {
|
|
2623
2736
|
developer_comment: "Label payment field customer email",
|
|
2624
|
-
string: "
|
|
2737
|
+
string: "Customer email"
|
|
2625
2738
|
},
|
|
2626
2739
|
"ResourcePreview.Payment.interfaceIdLabel": {
|
|
2627
2740
|
developer_comment: "Label payment field interface id",
|
|
2628
|
-
string: "ID
|
|
2741
|
+
string: "Interface ID"
|
|
2629
2742
|
},
|
|
2630
2743
|
"ResourcePreview.Payment.keyLabel": {
|
|
2631
2744
|
developer_comment: "Label payment field key",
|
|
2632
|
-
string: "
|
|
2745
|
+
string: "Key"
|
|
2633
2746
|
},
|
|
2634
2747
|
"ResourcePreview.Payment.paymentMethodInfoInterfaceLabel": {
|
|
2635
2748
|
developer_comment: "Label payment field payment method interface",
|
|
2636
|
-
string: "
|
|
2749
|
+
string: "Payment method interface"
|
|
2637
2750
|
},
|
|
2638
2751
|
"ResourcePreview.Payment.paymentMethodInfoMethodLabel": {
|
|
2639
2752
|
developer_comment: "Label payment field payment method",
|
|
2640
|
-
string: "
|
|
2753
|
+
string: "Payment method"
|
|
2641
2754
|
},
|
|
2642
2755
|
"ResourcePreview.Payment.paymentMethodInfoNameLabel": {
|
|
2643
2756
|
developer_comment: "Label payment field payment method name",
|
|
2644
|
-
string: "
|
|
2757
|
+
string: "Payment method name"
|
|
2645
2758
|
},
|
|
2646
2759
|
"ResourcePreview.Payment.paymentStatusInterfaceCodeLabel": {
|
|
2647
2760
|
developer_comment: "Label payment field payment status interface code",
|
|
2648
|
-
string: "
|
|
2761
|
+
string: "Payment status interface code"
|
|
2649
2762
|
},
|
|
2650
2763
|
"ResourcePreview.Payment.paymentStatusInterfaceTextLabel": {
|
|
2651
2764
|
developer_comment: "Label payment field payment status interface text",
|
|
2652
|
-
string: "
|
|
2765
|
+
string: "Payment status interface text"
|
|
2653
2766
|
},
|
|
2654
2767
|
"ResourcePreview.Payment.paymentStatusStateLabel": {
|
|
2655
2768
|
developer_comment: "Label payment field payment status interface text",
|
|
2656
|
-
string: "
|
|
2657
|
-
},
|
|
2658
|
-
"ResourcePreview.Product.categoriesLabel": {
|
|
2659
|
-
developer_comment: "Label product field categories",
|
|
2660
|
-
string: "Catégories"
|
|
2661
|
-
},
|
|
2662
|
-
"ResourcePreview.Product.createdAtLabel": {
|
|
2663
|
-
developer_comment: "Label product field created at",
|
|
2664
|
-
string: "Date et heure de création"
|
|
2665
|
-
},
|
|
2666
|
-
"ResourcePreview.Product.descriptionLabel": {
|
|
2667
|
-
developer_comment: "Label product field description",
|
|
2668
|
-
string: "Description"
|
|
2669
|
-
},
|
|
2670
|
-
"ResourcePreview.Product.keyLabel": {
|
|
2671
|
-
developer_comment: "Label product field key",
|
|
2672
|
-
string: "Clé"
|
|
2673
|
-
},
|
|
2674
|
-
"ResourcePreview.Product.nameLabel": {
|
|
2675
|
-
developer_comment: "Label product field name",
|
|
2676
|
-
string: "Name:"
|
|
2677
|
-
},
|
|
2678
|
-
"ResourcePreview.Product.productTypeLabel": {
|
|
2679
|
-
developer_comment: "Label product field product type",
|
|
2680
|
-
string: "Type de produit"
|
|
2681
|
-
},
|
|
2682
|
-
"ResourcePreview.Product.publishedFalseLabel": {
|
|
2683
|
-
developer_comment: "Label product field published false",
|
|
2684
|
-
string: "Non"
|
|
2685
|
-
},
|
|
2686
|
-
"ResourcePreview.Product.publishedLabel": {
|
|
2687
|
-
developer_comment: "Label product field published",
|
|
2688
|
-
string: "Est publié"
|
|
2689
|
-
},
|
|
2690
|
-
"ResourcePreview.Product.publishedTrueLabel": {
|
|
2691
|
-
developer_comment: "Label product field published true",
|
|
2692
|
-
string: "Oui"
|
|
2693
|
-
},
|
|
2694
|
-
"ResourcePreview.Product.reviewRatingStatisticsAverageRatingLabel": {
|
|
2695
|
-
developer_comment: "Label product field average rating",
|
|
2696
|
-
string: "Average rating"
|
|
2697
|
-
},
|
|
2698
|
-
"ResourcePreview.Product.reviewRatingStatisticsCountLabel": {
|
|
2699
|
-
developer_comment: "Label product field count",
|
|
2700
|
-
string: "Nombre"
|
|
2701
|
-
},
|
|
2702
|
-
"ResourcePreview.Product.reviewRatingStatisticsHighestRatingLabel": {
|
|
2703
|
-
developer_comment: "Label product field highest rating",
|
|
2704
|
-
string: "Note la plus élevée"
|
|
2705
|
-
},
|
|
2706
|
-
"ResourcePreview.Product.reviewRatingStatisticsLowestRatingLabel": {
|
|
2707
|
-
developer_comment: "Label product field lowest rating",
|
|
2708
|
-
string: "Note la plus basse"
|
|
2709
|
-
},
|
|
2710
|
-
"ResourcePreview.Product.reviewRatingStatisticsRatingsDistributionLabel": {
|
|
2711
|
-
developer_comment: "Label product field ratings distribution",
|
|
2712
|
-
string: "Rating distribution"
|
|
2713
|
-
},
|
|
2714
|
-
"ResourcePreview.Product.stateLabel": {
|
|
2715
|
-
developer_comment: "Label product field state",
|
|
2716
|
-
string: "État"
|
|
2717
|
-
},
|
|
2718
|
-
"ResourcePreview.Product.variantsIDLabel": {
|
|
2719
|
-
developer_comment: "Label product field variants id",
|
|
2720
|
-
string: "{id} (ID)"
|
|
2721
|
-
},
|
|
2722
|
-
"ResourcePreview.Product.variantsKeyLabel": {
|
|
2723
|
-
developer_comment: "Label product field variants key",
|
|
2724
|
-
string: "{key} (clé)"
|
|
2725
|
-
},
|
|
2726
|
-
"ResourcePreview.Product.variantsLabel": {
|
|
2727
|
-
developer_comment: "Label product field variants",
|
|
2728
|
-
string: "Variantes"
|
|
2729
|
-
},
|
|
2730
|
-
"ResourcePreview.Product.variantsSkuLabel": {
|
|
2731
|
-
developer_comment: "Label product field variants sku",
|
|
2732
|
-
string: "{sku} (SKU)"
|
|
2733
|
-
},
|
|
2734
|
-
"ResourcePreview.ProductDiscount.createdAtLabel": {
|
|
2735
|
-
developer_comment: "Label product discount field created at",
|
|
2736
|
-
string: "Date et heure de création"
|
|
2737
|
-
},
|
|
2738
|
-
"ResourcePreview.ProductDiscount.descriptionLabel": {
|
|
2739
|
-
developer_comment: "Label product discount field description",
|
|
2740
|
-
string: "Description"
|
|
2741
|
-
},
|
|
2742
|
-
"ResourcePreview.ProductDiscount.isActiveFalseLabel": {
|
|
2743
|
-
developer_comment: "Label product discount field is active is false",
|
|
2744
|
-
string: "Non"
|
|
2745
|
-
},
|
|
2746
|
-
"ResourcePreview.ProductDiscount.isActiveLabel": {
|
|
2747
|
-
developer_comment: "Label product discount field is active",
|
|
2748
|
-
string: "Est active"
|
|
2749
|
-
},
|
|
2750
|
-
"ResourcePreview.ProductDiscount.isActiveTrueLabel": {
|
|
2751
|
-
developer_comment: "Label product discount field is active is true",
|
|
2752
|
-
string: "Oui"
|
|
2753
|
-
},
|
|
2754
|
-
"ResourcePreview.ProductDiscount.nameLabel": {
|
|
2755
|
-
developer_comment: "Label product discount field name",
|
|
2756
|
-
string: "Nom"
|
|
2757
|
-
},
|
|
2758
|
-
"ResourcePreview.ProductDiscount.sortOrderLabel": {
|
|
2759
|
-
developer_comment: "Label product discount field sort order",
|
|
2760
|
-
string: "Rang (ordre de tri)"
|
|
2761
|
-
},
|
|
2762
|
-
"ResourcePreview.ProductDiscount.validFromLabel": {
|
|
2763
|
-
developer_comment: "Label product discount field valid from",
|
|
2764
|
-
string: "Valide à partir du"
|
|
2765
|
-
},
|
|
2766
|
-
"ResourcePreview.ProductDiscount.validUntilLabel": {
|
|
2767
|
-
developer_comment: "Label product discount field valid until",
|
|
2768
|
-
string: "Valide jusqu'au"
|
|
2769
|
-
},
|
|
2770
|
-
"ResourcePreview.ProductDiscount.valueLabel": {
|
|
2771
|
-
developer_comment: "Label product discount field value",
|
|
2772
|
-
string: "Valeur"
|
|
2773
|
-
},
|
|
2774
|
-
"ResourcePreview.ProductDiscount.valueTypeAbsoluteLabel": {
|
|
2775
|
-
developer_comment: "Label product discount field value type absolute",
|
|
2776
|
-
string: "Absolue"
|
|
2777
|
-
},
|
|
2778
|
-
"ResourcePreview.ProductDiscount.valueTypeExternalLabel": {
|
|
2779
|
-
developer_comment: "Label product discount field value type external",
|
|
2780
|
-
string: "Externe"
|
|
2781
|
-
},
|
|
2782
|
-
"ResourcePreview.ProductDiscount.valueTypeLabel": {
|
|
2783
|
-
developer_comment: "Label product discount field value type",
|
|
2784
|
-
string: "Type"
|
|
2785
|
-
},
|
|
2786
|
-
"ResourcePreview.ProductDiscount.valueTypeRelativeLabel": {
|
|
2787
|
-
developer_comment: "Label product discount field value type relative",
|
|
2788
|
-
string: "Relative"
|
|
2789
|
-
},
|
|
2790
|
-
"ResourcePreview.ProductSelection.activeStoresLabel": {
|
|
2791
|
-
developer_comment: "Label product selection field active stores",
|
|
2792
|
-
string: "Boutiques actives"
|
|
2793
|
-
},
|
|
2794
|
-
"ResourcePreview.ProductSelection.createdAtLabel": {
|
|
2795
|
-
developer_comment: "Label product selection field created at",
|
|
2796
|
-
string: "Date de création"
|
|
2797
|
-
},
|
|
2798
|
-
"ResourcePreview.ProductSelection.keyLabel": {
|
|
2799
|
-
developer_comment: "Label product selection field key",
|
|
2800
|
-
string: "Clé"
|
|
2801
|
-
},
|
|
2802
|
-
"ResourcePreview.ProductSelection.nameLabel": {
|
|
2803
|
-
developer_comment: "Label product selection field name",
|
|
2804
|
-
string: "Nom"
|
|
2805
|
-
},
|
|
2806
|
-
"ResourcePreview.ProductSelection.productCountLabel": {
|
|
2807
|
-
developer_comment: "Label product selection field product count",
|
|
2808
|
-
string: "Nombre de produits"
|
|
2809
|
-
},
|
|
2810
|
-
"ResourcePreview.ProductType.createdAtLabel": {
|
|
2811
|
-
developer_comment: "Label product type field created at",
|
|
2812
|
-
string: "Date et heure de création"
|
|
2813
|
-
},
|
|
2814
|
-
"ResourcePreview.ProductType.descriptionLabel": {
|
|
2815
|
-
developer_comment: "Label product type field description",
|
|
2816
|
-
string: "Description"
|
|
2817
|
-
},
|
|
2818
|
-
"ResourcePreview.ProductType.keyLabel": {
|
|
2819
|
-
developer_comment: "Label product type field key",
|
|
2820
|
-
string: "Clé"
|
|
2821
|
-
},
|
|
2822
|
-
"ResourcePreview.ProductType.nameLabel": {
|
|
2823
|
-
developer_comment: "Label product type field name",
|
|
2824
|
-
string: "Nom"
|
|
2825
|
-
},
|
|
2826
|
-
"ResourcePreview.Quote.companyLabel": {
|
|
2827
|
-
developer_comment: "Label for quote company field",
|
|
2828
|
-
string: "Entreprise"
|
|
2829
|
-
},
|
|
2830
|
-
"ResourcePreview.Quote.createdAtLabel": {
|
|
2831
|
-
developer_comment: "Label for quote created at field",
|
|
2832
|
-
string: "Date de création"
|
|
2833
|
-
},
|
|
2834
|
-
"ResourcePreview.Quote.keyLabel": {
|
|
2835
|
-
developer_comment: "Label for quote key field",
|
|
2836
|
-
string: "Clé"
|
|
2837
|
-
},
|
|
2838
|
-
"ResourcePreview.Quote.quoteLabel": {
|
|
2839
|
-
developer_comment: "Label for Quote field",
|
|
2840
|
-
string: "ID du devis"
|
|
2841
|
-
},
|
|
2842
|
-
"ResourcePreview.Quote.quoteRequestLabel": {
|
|
2843
|
-
developer_comment: "Label for quote request",
|
|
2844
|
-
string: "ID de la demande de devis"
|
|
2845
|
-
},
|
|
2846
|
-
"ResourcePreview.Quote.stagedQuoteLabel": {
|
|
2847
|
-
developer_comment: "Label for staged quote",
|
|
2848
|
-
string: "ID du devis établi"
|
|
2849
|
-
},
|
|
2850
|
-
"ResourcePreview.Quote.statusLabel": {
|
|
2851
|
-
developer_comment: "Label for quote status field",
|
|
2852
|
-
string: "Statut"
|
|
2853
|
-
},
|
|
2854
|
-
"ResourcePreview.Quote.submittedByLabel": {
|
|
2855
|
-
developer_comment: "Label for quote submitted by field",
|
|
2856
|
-
string: "Envoyé par"
|
|
2857
|
-
},
|
|
2858
|
-
"ResourcePreview.Quote.validUntilLabel": {
|
|
2859
|
-
developer_comment: "Label for quote valid until field",
|
|
2860
|
-
string: "Valide jusqu'au"
|
|
2769
|
+
string: "Payment status state"
|
|
2861
2770
|
},
|
|
2862
2771
|
"ResourcePreview.Review.authorNameLabel": {
|
|
2863
2772
|
developer_comment: "Label review field author name",
|
|
@@ -2903,34 +2812,6 @@ var frFR = {
|
|
|
2903
2812
|
developer_comment: "Label review field title",
|
|
2904
2813
|
string: "Titre"
|
|
2905
2814
|
},
|
|
2906
|
-
"ResourcePreview.ShoppingList.anonymousIdLabel": {
|
|
2907
|
-
developer_comment: "Label shopping list field anonymousId",
|
|
2908
|
-
string: "ID anonyme"
|
|
2909
|
-
},
|
|
2910
|
-
"ResourcePreview.ShoppingList.createdAtLabel": {
|
|
2911
|
-
developer_comment: "Label shopping list field created at",
|
|
2912
|
-
string: "Date et heure de création"
|
|
2913
|
-
},
|
|
2914
|
-
"ResourcePreview.ShoppingList.customerEmailLabel": {
|
|
2915
|
-
developer_comment: "Label shopping list field customer email",
|
|
2916
|
-
string: "Adresse e-mail du client"
|
|
2917
|
-
},
|
|
2918
|
-
"ResourcePreview.ShoppingList.descriptionLabel": {
|
|
2919
|
-
developer_comment: "Label shopping list field description",
|
|
2920
|
-
string: "Description"
|
|
2921
|
-
},
|
|
2922
|
-
"ResourcePreview.ShoppingList.keyLabel": {
|
|
2923
|
-
developer_comment: "Label shopping list field key",
|
|
2924
|
-
string: "Clé"
|
|
2925
|
-
},
|
|
2926
|
-
"ResourcePreview.ShoppingList.nameLabel": {
|
|
2927
|
-
developer_comment: "Label shopping list field name",
|
|
2928
|
-
string: "Nom"
|
|
2929
|
-
},
|
|
2930
|
-
"ResourcePreview.ShoppingList.slugLabel": {
|
|
2931
|
-
developer_comment: "Label shopping list field slug",
|
|
2932
|
-
string: "Slug"
|
|
2933
|
-
},
|
|
2934
2815
|
"ResourcePreview.State.createdAtLabel": {
|
|
2935
2816
|
developer_comment: "Label state field created at",
|
|
2936
2817
|
string: "Date et heure de création"
|
|
@@ -2971,53 +2852,9 @@ var frFR = {
|
|
|
2971
2852
|
developer_comment: "Label state field type",
|
|
2972
2853
|
string: "Type"
|
|
2973
2854
|
},
|
|
2974
|
-
"ResourcePreview.Store.createdAtLabel": {
|
|
2975
|
-
developer_comment: "Label store field created at",
|
|
2976
|
-
string: "Date et heure de création"
|
|
2977
|
-
},
|
|
2978
|
-
"ResourcePreview.Store.distributionChannelsLabel": {
|
|
2979
|
-
developer_comment: "Label store field distribution channels",
|
|
2980
|
-
string: "Canaux de distribution"
|
|
2981
|
-
},
|
|
2982
|
-
"ResourcePreview.Store.keyLabel": {
|
|
2983
|
-
developer_comment: "Label store field key",
|
|
2984
|
-
string: "Clé"
|
|
2985
|
-
},
|
|
2986
|
-
"ResourcePreview.Store.nameLabel": {
|
|
2987
|
-
developer_comment: "Label store field name",
|
|
2988
|
-
string: "Nom"
|
|
2989
|
-
},
|
|
2990
|
-
"ResourcePreview.Store.supplyChannelsLabel": {
|
|
2991
|
-
developer_comment: "Label store field supply channels",
|
|
2992
|
-
string: "Canaux d'approvisionnement"
|
|
2993
|
-
},
|
|
2994
|
-
"ResourcePreview.TaxCategory.createdAtLabel": {
|
|
2995
|
-
developer_comment: "Label tax category field created at",
|
|
2996
|
-
string: "Date et heure de création"
|
|
2997
|
-
},
|
|
2998
|
-
"ResourcePreview.TaxCategory.descriptionLabel": {
|
|
2999
|
-
developer_comment: "Label tax category field description",
|
|
3000
|
-
string: "Description"
|
|
3001
|
-
},
|
|
3002
|
-
"ResourcePreview.TaxCategory.includedInPriceFalseLabel": {
|
|
3003
|
-
developer_comment: "Label tax category rate included in price false",
|
|
3004
|
-
string: "No"
|
|
3005
|
-
},
|
|
3006
|
-
"ResourcePreview.TaxCategory.includedInPriceTrueLabel": {
|
|
3007
|
-
developer_comment: "Label tax category rate included in price true",
|
|
3008
|
-
string: "Yes"
|
|
3009
|
-
},
|
|
3010
|
-
"ResourcePreview.TaxCategory.keyLabel": {
|
|
3011
|
-
developer_comment: "Label tax category field key",
|
|
3012
|
-
string: "Clé"
|
|
3013
|
-
},
|
|
3014
|
-
"ResourcePreview.TaxCategory.nameLabel": {
|
|
3015
|
-
developer_comment: "Label tax category field name",
|
|
3016
|
-
string: "Nom"
|
|
3017
|
-
},
|
|
3018
2855
|
"ResourcePreview.Type.createdAtLabel": {
|
|
3019
2856
|
developer_comment: "Label type field created at",
|
|
3020
|
-
string: "
|
|
2857
|
+
string: "Created on"
|
|
3021
2858
|
},
|
|
3022
2859
|
"ResourcePreview.Type.descriptionLabel": {
|
|
3023
2860
|
developer_comment: "Label type field description",
|
|
@@ -3025,45 +2862,26 @@ var frFR = {
|
|
|
3025
2862
|
},
|
|
3026
2863
|
"ResourcePreview.Type.keyLabel": {
|
|
3027
2864
|
developer_comment: "Label type field key",
|
|
3028
|
-
string: "
|
|
2865
|
+
string: "Key"
|
|
3029
2866
|
},
|
|
3030
2867
|
"ResourcePreview.Type.nameLabel": {
|
|
3031
2868
|
developer_comment: "Label type field name",
|
|
3032
|
-
string: "
|
|
2869
|
+
string: "Name"
|
|
3033
2870
|
},
|
|
3034
2871
|
"ResourcePreview.Type.resourceTypeIdsLabel": {
|
|
3035
2872
|
developer_comment: "Label type field entity type ids",
|
|
3036
2873
|
string: "Entity types"
|
|
3037
2874
|
},
|
|
3038
|
-
"ResourcePreview.Zone.createdAtLabel": {
|
|
3039
|
-
developer_comment: "Label zone field created at",
|
|
3040
|
-
string: "Date et heure de création"
|
|
3041
|
-
},
|
|
3042
|
-
"ResourcePreview.Zone.descriptionLabel": {
|
|
3043
|
-
developer_comment: "Label zone field description",
|
|
3044
|
-
string: "Description"
|
|
3045
|
-
},
|
|
3046
|
-
"ResourcePreview.Zone.keyLabel": {
|
|
3047
|
-
developer_comment: "Label zone field key",
|
|
3048
|
-
string: "Clé"
|
|
3049
|
-
},
|
|
3050
|
-
"ResourcePreview.Zone.locationsLabel": {
|
|
3051
|
-
developer_comment: "Label zone field resource type ids",
|
|
3052
|
-
string: "Lieux"
|
|
3053
|
-
},
|
|
3054
|
-
"ResourcePreview.Zone.nameLabel": {
|
|
3055
|
-
developer_comment: "Label zone field name",
|
|
3056
|
-
string: "Nom"
|
|
3057
|
-
},
|
|
3058
2875
|
"ResourcePreview.addressTitle": {
|
|
3059
2876
|
developer_comment: "Title for address panel",
|
|
3060
|
-
string: "
|
|
2877
|
+
string: "Address"
|
|
3061
2878
|
},
|
|
3062
2879
|
"ResourcePreview.amountColumnLabel": {
|
|
3063
2880
|
developer_comment: "Label for amount column",
|
|
3064
|
-
string: "
|
|
2881
|
+
string: "Amount"
|
|
3065
2882
|
},
|
|
3066
2883
|
"ResourcePreview.attributeColumnLabel": {
|
|
2884
|
+
developer_comment: "Label for attribute column",
|
|
3067
2885
|
string: "Attribut"
|
|
3068
2886
|
},
|
|
3069
2887
|
"ResourcePreview.auditLogDocs": {
|
|
@@ -3075,6 +2893,7 @@ var frFR = {
|
|
|
3075
2893
|
string: "Fermer"
|
|
3076
2894
|
},
|
|
3077
2895
|
"ResourcePreview.countryColumnLabel": {
|
|
2896
|
+
developer_comment: "Label for country column",
|
|
3078
2897
|
string: "Pays"
|
|
3079
2898
|
},
|
|
3080
2899
|
"ResourcePreview.currentEntityPathLabel": {
|
|
@@ -3086,9 +2905,11 @@ var frFR = {
|
|
|
3086
2905
|
string: "Custom line items"
|
|
3087
2906
|
},
|
|
3088
2907
|
"ResourcePreview.descriptionColumnLabel": {
|
|
2908
|
+
developer_comment: "Label for description column",
|
|
3089
2909
|
string: "Description"
|
|
3090
2910
|
},
|
|
3091
2911
|
"ResourcePreview.fieldColumnLabel": {
|
|
2912
|
+
developer_comment: "Label for field column",
|
|
3092
2913
|
string: "Champ"
|
|
3093
2914
|
},
|
|
3094
2915
|
"ResourcePreview.fieldDefinitionsTitle": {
|
|
@@ -3105,11 +2926,11 @@ var frFR = {
|
|
|
3105
2926
|
},
|
|
3106
2927
|
"ResourcePreview.includedInPriceColumnLabel": {
|
|
3107
2928
|
developer_comment: "Label for included in price column",
|
|
3108
|
-
string: "
|
|
2929
|
+
string: "Included in price"
|
|
3109
2930
|
},
|
|
3110
2931
|
"ResourcePreview.interactionIdColumnLabel": {
|
|
3111
2932
|
developer_comment: "Label for interactionId column",
|
|
3112
|
-
string: "ID
|
|
2933
|
+
string: "Interaction ID"
|
|
3113
2934
|
},
|
|
3114
2935
|
"ResourcePreview.isCurrentVersionLabel": {
|
|
3115
2936
|
developer_comment: "Message to inform the user is seeing the current version of the resource",
|
|
@@ -3121,7 +2942,7 @@ var frFR = {
|
|
|
3121
2942
|
},
|
|
3122
2943
|
"ResourcePreview.nameColumnLabel": {
|
|
3123
2944
|
developer_comment: "Label for name column",
|
|
3124
|
-
string: "
|
|
2945
|
+
string: "Name"
|
|
3125
2946
|
},
|
|
3126
2947
|
"ResourcePreview.noCurrentEntity": {
|
|
3127
2948
|
developer_comment: "Label for no current entity found",
|
|
@@ -3129,22 +2950,23 @@ var frFR = {
|
|
|
3129
2950
|
},
|
|
3130
2951
|
"ResourcePreview.priceColumnLabel": {
|
|
3131
2952
|
developer_comment: "Label for price column",
|
|
3132
|
-
string: "
|
|
2953
|
+
string: "Price"
|
|
3133
2954
|
},
|
|
3134
2955
|
"ResourcePreview.productCurrentTitle": {
|
|
3135
2956
|
developer_comment: "Title for product current panel",
|
|
3136
|
-
string: "
|
|
2957
|
+
string: "Current"
|
|
3137
2958
|
},
|
|
3138
2959
|
"ResourcePreview.productStagedTitle": {
|
|
3139
2960
|
developer_comment: "Title for product current panel",
|
|
3140
|
-
string: "
|
|
2961
|
+
string: "Staged"
|
|
3141
2962
|
},
|
|
3142
2963
|
"ResourcePreview.quantityColumnLabel": {
|
|
2964
|
+
developer_comment: "Label for quantity column",
|
|
3143
2965
|
string: "Quantité"
|
|
3144
2966
|
},
|
|
3145
2967
|
"ResourcePreview.ratesTitle": {
|
|
3146
2968
|
developer_comment: "Title for tax category rates panel",
|
|
3147
|
-
string: "
|
|
2969
|
+
string: "Rates"
|
|
3148
2970
|
},
|
|
3149
2971
|
"ResourcePreview.referenceEntityPathLabel": {
|
|
3150
2972
|
developer_comment: "Label to reference entity breadcrumbs path",
|
|
@@ -3152,19 +2974,22 @@ var frFR = {
|
|
|
3152
2974
|
},
|
|
3153
2975
|
"ResourcePreview.relatedEntities": {
|
|
3154
2976
|
developer_comment: "Label for related entities panel",
|
|
3155
|
-
string: "
|
|
2977
|
+
string: "Related entities"
|
|
3156
2978
|
},
|
|
3157
2979
|
"ResourcePreview.resourceTypeLabel": {
|
|
3158
2980
|
developer_comment: "Label to show next to the resource type",
|
|
3159
2981
|
string: "Entity type:"
|
|
3160
2982
|
},
|
|
3161
2983
|
"ResourcePreview.slugColumnLabel": {
|
|
2984
|
+
developer_comment: "Label for slug column",
|
|
3162
2985
|
string: "Slug"
|
|
3163
2986
|
},
|
|
3164
2987
|
"ResourcePreview.stateColumnLabel": {
|
|
2988
|
+
developer_comment: "Label for state column",
|
|
3165
2989
|
string: "État"
|
|
3166
2990
|
},
|
|
3167
2991
|
"ResourcePreview.subRatesColumnLabel": {
|
|
2992
|
+
developer_comment: "Label for sub rates column",
|
|
3168
2993
|
string: "Tarifs secondaires"
|
|
3169
2994
|
},
|
|
3170
2995
|
"ResourcePreview.textLineItemsTitle": {
|
|
@@ -3172,11 +2997,12 @@ var frFR = {
|
|
|
3172
2997
|
string: "Text line items"
|
|
3173
2998
|
},
|
|
3174
2999
|
"ResourcePreview.timestampColumnLabel": {
|
|
3000
|
+
developer_comment: "Label for timestamp column",
|
|
3175
3001
|
string: "Date et heure"
|
|
3176
3002
|
},
|
|
3177
3003
|
"ResourcePreview.totalPriceColumnLabel": {
|
|
3178
3004
|
developer_comment: "Label for total price column",
|
|
3179
|
-
string: "
|
|
3005
|
+
string: "Total price"
|
|
3180
3006
|
},
|
|
3181
3007
|
"ResourcePreview.transactionsTitle": {
|
|
3182
3008
|
developer_comment: "Title for transactions table",
|
|
@@ -3188,11 +3014,11 @@ var frFR = {
|
|
|
3188
3014
|
},
|
|
3189
3015
|
"ResourcePreview.variantIdColumnLabel": {
|
|
3190
3016
|
developer_comment: "Label for variantId column",
|
|
3191
|
-
string: "ID
|
|
3017
|
+
string: "Variant ID"
|
|
3192
3018
|
},
|
|
3193
3019
|
"ResourcePreview.variantSkuColumnLabel": {
|
|
3194
3020
|
developer_comment: "Label for variantSku column",
|
|
3195
|
-
string: "SKU
|
|
3021
|
+
string: "Variant SKU"
|
|
3196
3022
|
},
|
|
3197
3023
|
"ResourceTypeCell.associateRoleType": {
|
|
3198
3024
|
developer_comment: "Label when the resource is an associate role",
|
|
@@ -3270,6 +3096,10 @@ var frFR = {
|
|
|
3270
3096
|
developer_comment: "Label when the resource is a review",
|
|
3271
3097
|
string: "Examen"
|
|
3272
3098
|
},
|
|
3099
|
+
"ResourceTypeCell.shippingMethodType": {
|
|
3100
|
+
developer_comment: "Label when the resource is a shipping method",
|
|
3101
|
+
string: "Mode d'expédition"
|
|
3102
|
+
},
|
|
3273
3103
|
"ResourceTypeCell.shoppingListType": {
|
|
3274
3104
|
developer_comment: "Label when the resource is shopping list",
|
|
3275
3105
|
string: "Liste d'achats"
|
|
@@ -3278,6 +3108,10 @@ var frFR = {
|
|
|
3278
3108
|
developer_comment: "Lable when the resource is a staged quote",
|
|
3279
3109
|
string: "Devis établi"
|
|
3280
3110
|
},
|
|
3111
|
+
"ResourceTypeCell.standalonePriceType": {
|
|
3112
|
+
developer_comment: "Label when the resource is a standalone price",
|
|
3113
|
+
string: "Prix autonome"
|
|
3114
|
+
},
|
|
3281
3115
|
"ResourceTypeCell.stateType": {
|
|
3282
3116
|
developer_comment: "Label when the resource is a state",
|
|
3283
3117
|
string: "État"
|