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