@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 es = {
|
|
|
11
11
|
developer_comment: "Label when the event is an update",
|
|
12
12
|
string: "Actualizar"
|
|
13
13
|
},
|
|
14
|
+
"BusinessUnit.AssociatesPresenter.inheritanceDisabled": {
|
|
15
|
+
string: "deshabilitado"
|
|
16
|
+
},
|
|
17
|
+
"BusinessUnit.AssociatesPresenter.inheritanceEnabled": {
|
|
18
|
+
string: "habilitado"
|
|
19
|
+
},
|
|
20
|
+
"BusinessUnit.AssociatesPresenter.noRoles": {
|
|
21
|
+
string: "sin roles"
|
|
22
|
+
},
|
|
14
23
|
"ChangeHistory.Error.notifiedTeam": {
|
|
15
24
|
string: "Nuestro equipo ha sido notificado sobre este problema."
|
|
16
25
|
},
|
|
@@ -465,6 +474,10 @@ var es = {
|
|
|
465
474
|
developer_comment: "Text for platform change",
|
|
466
475
|
string: "Plataforma iniciada"
|
|
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: "Cambio realizado vía API"
|
|
480
|
+
},
|
|
468
481
|
"ChangeHistory.modifiedBy.customerLabel": {
|
|
469
482
|
developer_comment: "Label for customer avatar tooltip",
|
|
470
483
|
string: "Cliente"
|
|
@@ -569,6 +582,14 @@ var es = {
|
|
|
569
582
|
developer_comment: "Label for indicating which business unit a role was inherited from",
|
|
570
583
|
string: "heredado de"
|
|
571
584
|
},
|
|
585
|
+
"ChangeItem.businessUnit.storeModeExplicit": {
|
|
586
|
+
developer_comment: "Label for business unit store mode Explicit",
|
|
587
|
+
string: "Explícito"
|
|
588
|
+
},
|
|
589
|
+
"ChangeItem.businessUnit.storeModeFromParent": {
|
|
590
|
+
developer_comment: "Label for business unit store mode from parent",
|
|
591
|
+
string: "Desde raíz"
|
|
592
|
+
},
|
|
572
593
|
"ChangeItem.carrierLabel": {
|
|
573
594
|
developer_comment: "Label for carrier label",
|
|
574
595
|
string: "Transportista: {carrier}"
|
|
@@ -685,10 +706,34 @@ var es = {
|
|
|
685
706
|
developer_comment: "Label for definition type",
|
|
686
707
|
string: "Tipo: {type}"
|
|
687
708
|
},
|
|
709
|
+
"ChangeItem.deliveryDetailsLabel": {
|
|
710
|
+
developer_comment: "Label describing delivery details (used for add/remove operations)",
|
|
711
|
+
string: "Entrega creada el {deliveryDate} con {itemCount} artículos y {parcelCount} paquetes"
|
|
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: "Descuento {index}"
|
|
720
|
+
},
|
|
721
|
+
"ChangeItem.directDiscountRelativeValue": {
|
|
722
|
+
developer_comment: "Label for relative discount value",
|
|
723
|
+
string: "{percentage}% (relativo)"
|
|
724
|
+
},
|
|
725
|
+
"ChangeItem.directDiscountTargetLabel": {
|
|
726
|
+
developer_comment: "Label for direct discount target section",
|
|
727
|
+
string: "Objetivo:"
|
|
728
|
+
},
|
|
729
|
+
"ChangeItem.directDiscountTargetType": {
|
|
730
|
+
developer_comment: "Label for direct discount target type",
|
|
731
|
+
string: "Tipo: {type}"
|
|
732
|
+
},
|
|
733
|
+
"ChangeItem.directDiscountValueLabel": {
|
|
734
|
+
developer_comment: "Label for direct discount value section",
|
|
735
|
+
string: "Valor:"
|
|
736
|
+
},
|
|
692
737
|
"ChangeItem.discountedPriceLabel": {
|
|
693
738
|
developer_comment: "Label for discounted price",
|
|
694
739
|
string: "Precio con descuento: {discountedPrice} (por unidad)"
|
|
@@ -743,7 +788,7 @@ var es = {
|
|
|
743
788
|
},
|
|
744
789
|
"ChangeItem.lineItemShippingDetailsLabel": {
|
|
745
790
|
developer_comment: "Label for shipping line item label",
|
|
746
|
-
string: "
|
|
791
|
+
string: "En línea de pedido <b>{item}</b>"
|
|
747
792
|
},
|
|
748
793
|
"ChangeItem.locationLabel": {
|
|
749
794
|
developer_comment: "Label for location",
|
|
@@ -769,6 +814,98 @@ var es = {
|
|
|
769
814
|
developer_comment: "Label for total of reviews",
|
|
770
815
|
string: "Número de reseñas: {count}"
|
|
771
816
|
},
|
|
817
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeCartDiscount": {
|
|
818
|
+
developer_comment: "Label for chosen discount type CartDiscount",
|
|
819
|
+
string: "Descuento de carrito"
|
|
820
|
+
},
|
|
821
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeLabel": {
|
|
822
|
+
developer_comment: "Label for chosen discount type field",
|
|
823
|
+
string: "Tipo del descuento elegido"
|
|
824
|
+
},
|
|
825
|
+
"ChangeItem.order.discountTypeCombination.chosenDiscountTypeProductDiscount": {
|
|
826
|
+
developer_comment: "Label for chosen discount type ProductDiscount",
|
|
827
|
+
string: "Descuento de producto"
|
|
828
|
+
},
|
|
829
|
+
"ChangeItem.order.discountTypeCombination.typeBestDeal": {
|
|
830
|
+
developer_comment: "Label for order discount type combination BestDeal type",
|
|
831
|
+
string: "Mejor oferta"
|
|
832
|
+
},
|
|
833
|
+
"ChangeItem.order.discountTypeCombination.typeStacking": {
|
|
834
|
+
developer_comment: "Label for order discount type combination Stacking type",
|
|
835
|
+
string: "Acumulación"
|
|
836
|
+
},
|
|
837
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedAmountLabel": {
|
|
838
|
+
developer_comment: "Label for discounted amount on total price",
|
|
839
|
+
string: "Cantidad descontada"
|
|
840
|
+
},
|
|
841
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedGrossAmountLabel": {
|
|
842
|
+
developer_comment: "Label for discounted gross amount on total price",
|
|
843
|
+
string: "Cantidad bruta descontada"
|
|
844
|
+
},
|
|
845
|
+
"ChangeItem.order.setDiscountOnTotalPrice.discountedNetAmountLabel": {
|
|
846
|
+
developer_comment: "Label for discounted net amount on total price",
|
|
847
|
+
string: "Cantidad neta descontada"
|
|
848
|
+
},
|
|
849
|
+
"ChangeItem.order.setDiscountOnTotalPrice.includedDiscountedAmountLabel": {
|
|
850
|
+
developer_comment: "Label for included discounted amount",
|
|
851
|
+
string: "Cantidad descontada"
|
|
852
|
+
},
|
|
853
|
+
"ChangeItem.order.setDiscountOnTotalPrice.includedDiscountsLabel": {
|
|
854
|
+
developer_comment: "Label for included discounts list on total price",
|
|
855
|
+
string: "Descuentos incluidos"
|
|
856
|
+
},
|
|
857
|
+
"ChangeItem.order.shipping.shippingAddress": {
|
|
858
|
+
developer_comment: "Label for order shipping address field",
|
|
859
|
+
string: "Dirección de envío"
|
|
860
|
+
},
|
|
861
|
+
"ChangeItem.order.shipping.shippingCustomFields": {
|
|
862
|
+
developer_comment: "Label for order shipping custom fields field",
|
|
863
|
+
string: "Campos personalizados de envío"
|
|
864
|
+
},
|
|
865
|
+
"ChangeItem.order.shipping.shippingKey": {
|
|
866
|
+
developer_comment: "Label for order shipping key field",
|
|
867
|
+
string: "Clave de envío"
|
|
868
|
+
},
|
|
869
|
+
"ChangeItem.order.shipping.shippingMethod": {
|
|
870
|
+
developer_comment: "Label for order shipping method field",
|
|
871
|
+
string: "Método de envío"
|
|
872
|
+
},
|
|
873
|
+
"ChangeItem.order.shipping.shippingPrice": {
|
|
874
|
+
developer_comment: "Label for order shipping price field",
|
|
875
|
+
string: "Precio de envío"
|
|
876
|
+
},
|
|
877
|
+
"ChangeItem.order.shipping.shippingRateInput": {
|
|
878
|
+
developer_comment: "Label for order shipping rate input field",
|
|
879
|
+
string: "Entrada de la tarifa de envío"
|
|
880
|
+
},
|
|
881
|
+
"ChangeItem.order.shipping.shippingRateInput.keyLabel": {
|
|
882
|
+
developer_comment: "Label for order shipping rate input key field",
|
|
883
|
+
string: "Clave"
|
|
884
|
+
},
|
|
885
|
+
"ChangeItem.order.shipping.shippingRateInput.labelLabel": {
|
|
886
|
+
developer_comment: "Label for order shipping rate input label field",
|
|
887
|
+
string: "Etiqueta"
|
|
888
|
+
},
|
|
889
|
+
"ChangeItem.order.shipping.shippingRateInput.scoreLabel": {
|
|
890
|
+
developer_comment: "Label for order shipping rate input score field",
|
|
891
|
+
string: "Puntuación"
|
|
892
|
+
},
|
|
893
|
+
"ChangeItem.order.shipping.shippingRateInput.typeClassification": {
|
|
894
|
+
developer_comment: "Value label for Classification shipping rate input type",
|
|
895
|
+
string: "Clasificación"
|
|
896
|
+
},
|
|
897
|
+
"ChangeItem.order.shipping.shippingRateInput.typeLabel": {
|
|
898
|
+
developer_comment: "Label for order shipping rate input type field",
|
|
899
|
+
string: "Tipo"
|
|
900
|
+
},
|
|
901
|
+
"ChangeItem.order.shipping.shippingRateInput.typeScore": {
|
|
902
|
+
developer_comment: "Value label for Score shipping rate input type",
|
|
903
|
+
string: "Puntuación"
|
|
904
|
+
},
|
|
905
|
+
"ChangeItem.parcelDetailsLabel": {
|
|
906
|
+
developer_comment: "Label describing parcel details (used for add/remove operations)",
|
|
907
|
+
string: "Paquete creado el {parcelDate} con {itemCount} artículos"
|
|
908
|
+
},
|
|
772
909
|
"ChangeItem.parcelInfoLabel": {
|
|
773
910
|
developer_comment: "Label for parcel info",
|
|
774
911
|
string: "Artículo: {parcelId} Cantidad: {parcelQuantity}"
|
|
@@ -793,6 +930,14 @@ var es = {
|
|
|
793
930
|
developer_comment: "Label for productDiscount attribute",
|
|
794
931
|
string: "Descuento de producto: {productDiscount}"
|
|
795
932
|
},
|
|
933
|
+
"ChangeItem.productSelection.variantSelection.includeAllExcept": {
|
|
934
|
+
developer_comment: "Label for includeAllExcept variant selection type",
|
|
935
|
+
string: "<b>Incluir todos excepto</b>:"
|
|
936
|
+
},
|
|
937
|
+
"ChangeItem.productSelection.variantSelection.includeOnly": {
|
|
938
|
+
developer_comment: "Label for includeOnly variant selection type",
|
|
939
|
+
string: "<b>Incluir solo</b>:"
|
|
940
|
+
},
|
|
796
941
|
"ChangeItem.providerLabel": {
|
|
797
942
|
developer_comment: "Label for provider label",
|
|
798
943
|
string: "Proveedor: {provider}"
|
|
@@ -849,24 +994,56 @@ var es = {
|
|
|
849
994
|
developer_comment: "Label for quote request submitted state",
|
|
850
995
|
string: "Enviada"
|
|
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: "Fecha de inicio de Checkout"
|
|
1000
|
+
},
|
|
1001
|
+
"ChangeItem.reservation.createdAtLabel": {
|
|
1002
|
+
developer_comment: "Label for reservation created at",
|
|
1003
|
+
string: "Fecha de creación"
|
|
855
1004
|
},
|
|
856
|
-
"ChangeItem.
|
|
857
|
-
developer_comment: "Label for
|
|
858
|
-
string: "
|
|
1005
|
+
"ChangeItem.reservation.ownerLabel": {
|
|
1006
|
+
developer_comment: "Label for reservation owner",
|
|
1007
|
+
string: "Propietario"
|
|
1008
|
+
},
|
|
1009
|
+
"ChangeItem.reservation.quantityLabel": {
|
|
1010
|
+
developer_comment: "Label for reservation quantity",
|
|
1011
|
+
string: "Cantidad"
|
|
859
1012
|
},
|
|
860
1013
|
"ChangeItem.restockableInDaysLabel": {
|
|
861
1014
|
developer_comment: "Label for restockableInDays attribute",
|
|
862
1015
|
string: "Repuesto en: {restockableInDays} días"
|
|
863
1016
|
},
|
|
1017
|
+
"ChangeItem.returnItemCommentLabel": {
|
|
1018
|
+
developer_comment: "Label for return item comment",
|
|
1019
|
+
string: "Comentario: {comment}"
|
|
1020
|
+
},
|
|
1021
|
+
"ChangeItem.returnItemHasCustomFieldsLabel": {
|
|
1022
|
+
developer_comment: "Label indicating return item has custom fields",
|
|
1023
|
+
string: "Campos personalizados presentes"
|
|
1024
|
+
},
|
|
1025
|
+
"ChangeItem.returnItemPaymentStateLabel": {
|
|
1026
|
+
developer_comment: "Label for return item payment state",
|
|
1027
|
+
string: "Estado del pago: {state}"
|
|
1028
|
+
},
|
|
1029
|
+
"ChangeItem.returnItemQuantityLabel": {
|
|
1030
|
+
developer_comment: "Label for return item quantity",
|
|
1031
|
+
string: "Cantidad: {quantity}"
|
|
1032
|
+
},
|
|
1033
|
+
"ChangeItem.returnItemShipmentStateLabel": {
|
|
1034
|
+
developer_comment: "Label for return item shipment state",
|
|
1035
|
+
string: "Estado del envío: {state}"
|
|
1036
|
+
},
|
|
1037
|
+
"ChangeItem.returnTrackingIdLabel": {
|
|
1038
|
+
developer_comment: "Label for return tracking ID",
|
|
1039
|
+
string: "Núm. de rastreo: {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} días"
|
|
871
1048
|
},
|
|
872
1049
|
"ChangeItem.shippingRateFreeAboveLabel": {
|
|
@@ -897,10 +1074,6 @@ var es = {
|
|
|
897
1074
|
developer_comment: "Label for state quantity change",
|
|
898
1075
|
string: "Cantidad: {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: "Sincronizado en {syncedAt}"
|
|
@@ -993,6 +1166,10 @@ var es = {
|
|
|
993
1166
|
developer_comment: "Label for widthInMillimeter label",
|
|
994
1167
|
string: "Anchura en mm: {widthInMillimeter}"
|
|
995
1168
|
},
|
|
1169
|
+
"ChangeItem.zoneLabel": {
|
|
1170
|
+
developer_comment: "Label for zone in shipping rate changes",
|
|
1171
|
+
string: "Para <b>zona</b>: {zone}"
|
|
1172
|
+
},
|
|
996
1173
|
"Dashboard.DateRangeSelector.labelFilter.1month": {
|
|
997
1174
|
developer_comment: "Label for quick filter (1 month)",
|
|
998
1175
|
string: "Los últimos 30 días"
|
|
@@ -1039,6 +1216,10 @@ var es = {
|
|
|
1039
1216
|
developer_comment: "Suggestions title",
|
|
1040
1217
|
string: "Sugerencias:"
|
|
1041
1218
|
},
|
|
1219
|
+
"ResourceAcion.review.changeIncludedInStatistics": {
|
|
1220
|
+
developer_comment: "Filter for changeIncludedInStatistics action",
|
|
1221
|
+
string: "Cambio incluido en estadísticas"
|
|
1222
|
+
},
|
|
1042
1223
|
"ResourceAcion.review.setAuthorName": {
|
|
1043
1224
|
developer_comment: "Label for action setAuthorName",
|
|
1044
1225
|
string: "Cambiar nombre del autor"
|
|
@@ -1115,6 +1296,10 @@ var es = {
|
|
|
1115
1296
|
developer_comment: "Filter for action changeAddress",
|
|
1116
1297
|
string: "Cambiar dirección"
|
|
1117
1298
|
},
|
|
1299
|
+
"ResourceAction.businessUnit.changeApprovalRuleMode": {
|
|
1300
|
+
developer_comment: "Label for changeApprovalRuleMode action",
|
|
1301
|
+
string: "Cambiar modo de regla de autorización"
|
|
1302
|
+
},
|
|
1118
1303
|
"ResourceAction.businessUnit.changeAssociate": {
|
|
1119
1304
|
developer_comment: "Label for changeAssociate action",
|
|
1120
1305
|
string: "Cambiar roles de asociación"
|
|
@@ -1135,6 +1320,10 @@ var es = {
|
|
|
1135
1320
|
developer_comment: "Filter for action changeStatus",
|
|
1136
1321
|
string: "Cambiar estatus"
|
|
1137
1322
|
},
|
|
1323
|
+
"ResourceAction.businessUnit.changeTopLevelUnit": {
|
|
1324
|
+
developer_comment: "Label for changeTopLevelUnit action",
|
|
1325
|
+
string: "Cambiar unidad de máximo nivel"
|
|
1326
|
+
},
|
|
1138
1327
|
"ResourceAction.businessUnit.removeAssociate": {
|
|
1139
1328
|
developer_comment: "Filter for action removeAssociate",
|
|
1140
1329
|
string: "Eliminar asociación"
|
|
@@ -1151,6 +1340,26 @@ var es = {
|
|
|
1151
1340
|
developer_comment: "Filter for action setAddressCustomType",
|
|
1152
1341
|
string: "Cambiar tipo personalizado en dirección"
|
|
1153
1342
|
},
|
|
1343
|
+
"ResourceAction.businessUnit.setAssociates": {
|
|
1344
|
+
developer_comment: "Label for setAssociates action",
|
|
1345
|
+
string: "Establecer asociados"
|
|
1346
|
+
},
|
|
1347
|
+
"ResourceAction.businessUnit.setInheritedAssociates": {
|
|
1348
|
+
developer_comment: "Label for setInheritedAssociates action",
|
|
1349
|
+
string: "Establecer asociados heredados"
|
|
1350
|
+
},
|
|
1351
|
+
"ResourceAction.businessUnit.setInheritedStores": {
|
|
1352
|
+
developer_comment: "Label for setInheritedStores action",
|
|
1353
|
+
string: "Establecer tiendas heredadas"
|
|
1354
|
+
},
|
|
1355
|
+
"ResourceAction.businessUnit.setStoreMode": {
|
|
1356
|
+
developer_comment: "Label for setStoreMode action",
|
|
1357
|
+
string: "Establecer modo de tienda"
|
|
1358
|
+
},
|
|
1359
|
+
"ResourceAction.businessUnit.setUnitType": {
|
|
1360
|
+
developer_comment: "Label for setUnitType action",
|
|
1361
|
+
string: "Establecer tipo de unidad"
|
|
1362
|
+
},
|
|
1154
1363
|
"ResourceAction.cartDiscount.changeCartPredicate": {
|
|
1155
1364
|
developer_comment: "Filter for action changeCartPredicate",
|
|
1156
1365
|
string: "Cambiar predicado de carrito"
|
|
@@ -1167,6 +1376,10 @@ var es = {
|
|
|
1167
1376
|
developer_comment: "Filter for action changeTarget",
|
|
1168
1377
|
string: "Cambiar de objetivo"
|
|
1169
1378
|
},
|
|
1379
|
+
"ResourceAction.cartDiscount.setReferences": {
|
|
1380
|
+
developer_comment: "Filter for setReferences action",
|
|
1381
|
+
string: "Establecer referencias"
|
|
1382
|
+
},
|
|
1170
1383
|
"ResourceAction.categories.changeOrderHint": {
|
|
1171
1384
|
developer_comment: "Label for filter by changeOrderHint",
|
|
1172
1385
|
string: "Cambiar orden de categoría"
|
|
@@ -1175,10 +1388,30 @@ var es = {
|
|
|
1175
1388
|
developer_comment: "Label for filter by changeParent",
|
|
1176
1389
|
string: "Cambiar raíz"
|
|
1177
1390
|
},
|
|
1391
|
+
"ResourceAction.category.setAncestors": {
|
|
1392
|
+
developer_comment: "Filter for setAncestors action",
|
|
1393
|
+
string: "Establecer ancestros"
|
|
1394
|
+
},
|
|
1395
|
+
"ResourceAction.channel.addRoles": {
|
|
1396
|
+
developer_comment: "Filter for addRoles action",
|
|
1397
|
+
string: "Agregar roles"
|
|
1398
|
+
},
|
|
1399
|
+
"ResourceAction.channel.removeRoles": {
|
|
1400
|
+
developer_comment: "Filter for removeRoles action",
|
|
1401
|
+
string: "Eliminar roles"
|
|
1402
|
+
},
|
|
1178
1403
|
"ResourceAction.channel.setAddress": {
|
|
1179
1404
|
developer_comment: "Label for filter setAddress",
|
|
1180
1405
|
string: "Cambiar dirección"
|
|
1181
1406
|
},
|
|
1407
|
+
"ResourceAction.channel.setAddressCustomField": {
|
|
1408
|
+
developer_comment: "Filter for setAddressCustomField action",
|
|
1409
|
+
string: "Establecer campo personalizado de dirección"
|
|
1410
|
+
},
|
|
1411
|
+
"ResourceAction.channel.setAddressCustomType": {
|
|
1412
|
+
developer_comment: "Filter for setAddressCustomType action",
|
|
1413
|
+
string: "Establecer tipo personalizado de dirección"
|
|
1414
|
+
},
|
|
1182
1415
|
"ResourceAction.channel.setGeoLocation": {
|
|
1183
1416
|
developer_comment: "Label for filter setGeoLocation",
|
|
1184
1417
|
string: "Cambiar ubicación geográfica"
|
|
@@ -1387,6 +1620,14 @@ var es = {
|
|
|
1387
1620
|
developer_comment: "Filter for changeEmail action",
|
|
1388
1621
|
string: "Cambiar correo electrónico"
|
|
1389
1622
|
},
|
|
1623
|
+
"ResourceAction.customers.setAddressCustomField": {
|
|
1624
|
+
developer_comment: "Filter for setAddressCustomField action",
|
|
1625
|
+
string: "Establecer campo personalizado de dirección"
|
|
1626
|
+
},
|
|
1627
|
+
"ResourceAction.customers.setAddressCustomType": {
|
|
1628
|
+
developer_comment: "Filter for setAddressCustomType action",
|
|
1629
|
+
string: "Establecer tipo personalizado de dirección"
|
|
1630
|
+
},
|
|
1390
1631
|
"ResourceAction.customers.setAuthenticationMode": {
|
|
1391
1632
|
developer_comment: "Filter for setAuthenticationMode action",
|
|
1392
1633
|
string: "Cambiar modo de autenticación"
|
|
@@ -1399,6 +1640,10 @@ var es = {
|
|
|
1399
1640
|
developer_comment: "Filter for setCustomerGroup action",
|
|
1400
1641
|
string: "Cambiar grupo de clientes"
|
|
1401
1642
|
},
|
|
1643
|
+
"ResourceAction.customers.setCustomerGroupAssignments": {
|
|
1644
|
+
developer_comment: "Filter for setCustomerGroupAssignments action",
|
|
1645
|
+
string: "Establecer asociación a grupo de clientes"
|
|
1646
|
+
},
|
|
1402
1647
|
"ResourceAction.customers.setCustomerNumber": {
|
|
1403
1648
|
developer_comment: "Filter for setCustomerNumber action",
|
|
1404
1649
|
string: "Cambiar número de cliente"
|
|
@@ -1443,6 +1688,10 @@ var es = {
|
|
|
1443
1688
|
developer_comment: "Label for update action changeGroups",
|
|
1444
1689
|
string: "Cambiar grupos"
|
|
1445
1690
|
},
|
|
1691
|
+
"ResourceAction.discountCode.setApplicationVersion": {
|
|
1692
|
+
developer_comment: "Filter for setApplicationVersion action",
|
|
1693
|
+
string: "Establecer versión de aplicación"
|
|
1694
|
+
},
|
|
1446
1695
|
"ResourceAction.discountCode.setCartPredicate": {
|
|
1447
1696
|
developer_comment: "Label for update action setCartPredicate",
|
|
1448
1697
|
string: "Cambiar predicado de carrito"
|
|
@@ -1455,6 +1704,14 @@ var es = {
|
|
|
1455
1704
|
developer_comment: "Label for update action setMaxApplicationsPerCustomer",
|
|
1456
1705
|
string: "Cambiar máximo de solicitudes por cliente "
|
|
1457
1706
|
},
|
|
1707
|
+
"ResourceAction.discountCode.setReferences": {
|
|
1708
|
+
developer_comment: "Filter for setReferences action",
|
|
1709
|
+
string: "Establecer referencias"
|
|
1710
|
+
},
|
|
1711
|
+
"ResourceAction.inventoryEntry.changeAvailableQuantity": {
|
|
1712
|
+
developer_comment: "Filter for changeAvailableQuantity action",
|
|
1713
|
+
string: "Cambiar la cantidad disponible"
|
|
1714
|
+
},
|
|
1458
1715
|
"ResourceAction.inventoryEntry.changeQuantity": {
|
|
1459
1716
|
developer_comment: "Filter for changeQuantity action",
|
|
1460
1717
|
string: "Cambiar cantidad"
|
|
@@ -1463,6 +1720,18 @@ var es = {
|
|
|
1463
1720
|
developer_comment: "Filter for setExpectedDelivery action",
|
|
1464
1721
|
string: "Cambiar entrega prevista"
|
|
1465
1722
|
},
|
|
1723
|
+
"ResourceAction.inventoryEntry.setMaxCartQuantity": {
|
|
1724
|
+
developer_comment: "Filter for setMaxCartQuantity action",
|
|
1725
|
+
string: "Establecer la cantidad máx. del carrito"
|
|
1726
|
+
},
|
|
1727
|
+
"ResourceAction.inventoryEntry.setMinCartQuantity": {
|
|
1728
|
+
developer_comment: "Filter for setMinCartQuantity action",
|
|
1729
|
+
string: "Establecer la cantidad mín. del carrito"
|
|
1730
|
+
},
|
|
1731
|
+
"ResourceAction.inventoryEntry.setReservations": {
|
|
1732
|
+
developer_comment: "Filter for setReservations action",
|
|
1733
|
+
string: "Establecer reservas"
|
|
1734
|
+
},
|
|
1466
1735
|
"ResourceAction.inventoryEntry.setRestockableInDays": {
|
|
1467
1736
|
developer_comment: "Filter for setRestockableInDays action",
|
|
1468
1737
|
string: "Cambiar repuesto en días"
|
|
@@ -1471,6 +1740,114 @@ var es = {
|
|
|
1471
1740
|
developer_comment: "Filter for setSupplyChannel action",
|
|
1472
1741
|
string: "Cambiar canal de suministro"
|
|
1473
1742
|
},
|
|
1743
|
+
"ResourceAction.order.addShipping": {
|
|
1744
|
+
developer_comment: "Filter for addShipping action",
|
|
1745
|
+
string: "Agregar envío"
|
|
1746
|
+
},
|
|
1747
|
+
"ResourceAction.order.changeCustomLineItemPriceRoundingMode": {
|
|
1748
|
+
developer_comment: "Filter for changeCustomLineItemPriceRoundingMode action",
|
|
1749
|
+
string: "Cambiar modo de redondeo del precio de línea de pedido personalizada"
|
|
1750
|
+
},
|
|
1751
|
+
"ResourceAction.order.changeDiscountTypeCombination": {
|
|
1752
|
+
developer_comment: "Filter for changeDiscountTypeCombination action",
|
|
1753
|
+
string: "Cambiar la combinación de tipos de descuento"
|
|
1754
|
+
},
|
|
1755
|
+
"ResourceAction.order.changeLineItemPriceRoundingMode": {
|
|
1756
|
+
developer_comment: "Filter for changeLineItemPriceRoundingMode action",
|
|
1757
|
+
string: "Cambiar modo de redondeo del precio de línea de pedido"
|
|
1758
|
+
},
|
|
1759
|
+
"ResourceAction.order.changePriceRoundingMode": {
|
|
1760
|
+
developer_comment: "Filter for changePriceRoundingMode action",
|
|
1761
|
+
string: "Cambiar modo de redondeo de precios"
|
|
1762
|
+
},
|
|
1763
|
+
"ResourceAction.order.removeShipping": {
|
|
1764
|
+
developer_comment: "Filter for removeShipping action",
|
|
1765
|
+
string: "Eliminar envío"
|
|
1766
|
+
},
|
|
1767
|
+
"ResourceAction.order.setBillingAddressCustomField": {
|
|
1768
|
+
developer_comment: "Filter for setBillingAddressCustomField action",
|
|
1769
|
+
string: "Establecer campo personalizado de dirección de facturación"
|
|
1770
|
+
},
|
|
1771
|
+
"ResourceAction.order.setBillingAddressCustomType": {
|
|
1772
|
+
developer_comment: "Filter for setBillingAddressCustomType action",
|
|
1773
|
+
string: "Establecer tipo personalizado de dirección de facturación"
|
|
1774
|
+
},
|
|
1775
|
+
"ResourceAction.order.setBusinessUnit": {
|
|
1776
|
+
developer_comment: "Filter for setBusinessUnit action",
|
|
1777
|
+
string: "Establecer unidad empresarial"
|
|
1778
|
+
},
|
|
1779
|
+
"ResourceAction.order.setCustomLineItemDiscountedPrice": {
|
|
1780
|
+
developer_comment: "Filter for setCustomLineItemDiscountedPrice action",
|
|
1781
|
+
string: "Establecer el precio con descuento de la línea de pedido personalizada"
|
|
1782
|
+
},
|
|
1783
|
+
"ResourceAction.order.setCustomLineItemDiscountedPricePerQuantity": {
|
|
1784
|
+
developer_comment: "Filter for setCustomLineItemDiscountedPricePerQuantity action",
|
|
1785
|
+
string: "Establecer el precio con descuento de la línea de pedido personalizada por cantidad"
|
|
1786
|
+
},
|
|
1787
|
+
"ResourceAction.order.setDeliveryAddressCustomField": {
|
|
1788
|
+
developer_comment: "Filter for setDeliveryAddressCustomField action",
|
|
1789
|
+
string: "Establecer campo personalizado de dirección de entrega"
|
|
1790
|
+
},
|
|
1791
|
+
"ResourceAction.order.setDeliveryAddressCustomType": {
|
|
1792
|
+
developer_comment: "Filter for setDeliveryAddressCustomType action",
|
|
1793
|
+
string: "Establecer tipo personalizado de dirección de entrega"
|
|
1794
|
+
},
|
|
1795
|
+
"ResourceAction.order.setDirectDiscounts": {
|
|
1796
|
+
developer_comment: "Filter for setDirectDiscounts action",
|
|
1797
|
+
string: "Establecer descuentos directos"
|
|
1798
|
+
},
|
|
1799
|
+
"ResourceAction.order.setDiscountOnTotalPrice": {
|
|
1800
|
+
developer_comment: "Filter for setDiscountOnTotalPrice action",
|
|
1801
|
+
string: "Establecer descuento sobre precio total"
|
|
1802
|
+
},
|
|
1803
|
+
"ResourceAction.order.setItemShippingAddressCustomField": {
|
|
1804
|
+
developer_comment: "Filter for setItemShippingAddressCustomField action",
|
|
1805
|
+
string: "Establecer campo personalizado de dirección de envío para el artículo"
|
|
1806
|
+
},
|
|
1807
|
+
"ResourceAction.order.setItemShippingAddressCustomType": {
|
|
1808
|
+
developer_comment: "Filter for setItemShippingAddressCustomType action",
|
|
1809
|
+
string: "Establecer tipo personalizado de dirección de envío para el artículo"
|
|
1810
|
+
},
|
|
1811
|
+
"ResourceAction.order.setReturnCustomItemCustomField": {
|
|
1812
|
+
developer_comment: "Filter for setReturnCustomItemCustomField action",
|
|
1813
|
+
string: "Establecer campo personalizado de devolución de artículo personalizado"
|
|
1814
|
+
},
|
|
1815
|
+
"ResourceAction.order.setReturnCustomItemCustomType": {
|
|
1816
|
+
developer_comment: "Filter for setReturnCustomItemCustomType action",
|
|
1817
|
+
string: "Establecer tipo personalizado de devolución de artículo personalizado"
|
|
1818
|
+
},
|
|
1819
|
+
"ResourceAction.order.setReturnInfo": {
|
|
1820
|
+
developer_comment: "Filter for setReturnInfo action",
|
|
1821
|
+
string: "Establecer información de devolución"
|
|
1822
|
+
},
|
|
1823
|
+
"ResourceAction.order.setShippingAddressCustomField": {
|
|
1824
|
+
developer_comment: "Filter for setShippingAddressCustomField action",
|
|
1825
|
+
string: "Establecer campo personalizado de dirección de envío"
|
|
1826
|
+
},
|
|
1827
|
+
"ResourceAction.order.setShippingAddressCustomType": {
|
|
1828
|
+
developer_comment: "Filter for setShippingAddressCustomType action",
|
|
1829
|
+
string: "Establecer tipo personalizado de dirección de envío"
|
|
1830
|
+
},
|
|
1831
|
+
"ResourceAction.order.setShippingCustomField": {
|
|
1832
|
+
developer_comment: "Filter for setShippingCustomField action",
|
|
1833
|
+
string: "Establecer campo personalizado de envío"
|
|
1834
|
+
},
|
|
1835
|
+
"ResourceAction.order.setShippingCustomType": {
|
|
1836
|
+
developer_comment: "Filter for setShippingCustomType action",
|
|
1837
|
+
string: "Establecer tipo personalizado de envío"
|
|
1838
|
+
},
|
|
1839
|
+
"ResourceAction.order.setShippingInfoDiscountedPrice": {
|
|
1840
|
+
developer_comment: "Filter for setShippingInfoDiscountedPrice action",
|
|
1841
|
+
string: "Establecer información de envío a precio de descuento"
|
|
1842
|
+
},
|
|
1843
|
+
"ResourceAction.order.setShippingMethodTaxCategory": {
|
|
1844
|
+
developer_comment: "Filter for setShippingMethodTaxCategory action",
|
|
1845
|
+
string: "Establecer categoría fiscal del modo de envío"
|
|
1846
|
+
},
|
|
1847
|
+
"ResourceAction.order.setTaxedShippingPrice": {
|
|
1848
|
+
developer_comment: "Filter for setTaxedShippingPrice action",
|
|
1849
|
+
string: "Establecer precio de envío gravado"
|
|
1850
|
+
},
|
|
1474
1851
|
"ResourceAction.orders.addCustomLineItem": {
|
|
1475
1852
|
developer_comment: "Filter for addCustomLineItem action",
|
|
1476
1853
|
string: "Agregar línea de pedido personalizada"
|
|
@@ -1487,6 +1864,10 @@ var es = {
|
|
|
1487
1864
|
developer_comment: "Filter for addItemShippingAddress action",
|
|
1488
1865
|
string: "Agregar dirección de envío del artículo"
|
|
1489
1866
|
},
|
|
1867
|
+
"ResourceAction.orders.addLineItem": {
|
|
1868
|
+
developer_comment: "Filter for addLineItem action",
|
|
1869
|
+
string: "Agregar línea de pedido"
|
|
1870
|
+
},
|
|
1490
1871
|
"ResourceAction.orders.addParcelToDelivery": {
|
|
1491
1872
|
developer_comment: "Filter for addParcelToDelivery action",
|
|
1492
1873
|
string: "Agregar paquete a la entrega"
|
|
@@ -1503,6 +1884,10 @@ var es = {
|
|
|
1503
1884
|
developer_comment: "Filter for changeCustomLineItemQuantity action",
|
|
1504
1885
|
string: "Cambiar cantidad de línea de pedido personalizada"
|
|
1505
1886
|
},
|
|
1887
|
+
"ResourceAction.orders.changeLineItemQuantity": {
|
|
1888
|
+
developer_comment: "Filter for changeLineItemQuantity action",
|
|
1889
|
+
string: "Cambiar cantidad de líneas de pedido"
|
|
1890
|
+
},
|
|
1506
1891
|
"ResourceAction.orders.changeOrderState": {
|
|
1507
1892
|
developer_comment: "Filter for changeOrderState action",
|
|
1508
1893
|
string: "Cambiar estado de pedido"
|
|
@@ -1543,6 +1928,10 @@ var es = {
|
|
|
1543
1928
|
developer_comment: "Filter for removeItemShippingAddress action",
|
|
1544
1929
|
string: "Eliminar dirección de envío del artículo"
|
|
1545
1930
|
},
|
|
1931
|
+
"ResourceAction.orders.removeLineItem": {
|
|
1932
|
+
developer_comment: "Filter for removeLineItem action",
|
|
1933
|
+
string: "Eliminar línea de pedido"
|
|
1934
|
+
},
|
|
1546
1935
|
"ResourceAction.orders.removeParcelFromDelivery": {
|
|
1547
1936
|
developer_comment: "Filter for removeParcelFromDelivery action",
|
|
1548
1937
|
string: "Eliminar paquete de la entrega"
|
|
@@ -1623,6 +2012,14 @@ var es = {
|
|
|
1623
2012
|
developer_comment: "Filter for setDeliveryItems action",
|
|
1624
2013
|
string: "Establecer artículos de entrega"
|
|
1625
2014
|
},
|
|
2015
|
+
"ResourceAction.orders.setLineItemCustomField": {
|
|
2016
|
+
developer_comment: "Filter for setLineItemCustomField action",
|
|
2017
|
+
string: "Establecer campo personalizado de línea de pedido"
|
|
2018
|
+
},
|
|
2019
|
+
"ResourceAction.orders.setLineItemCustomType": {
|
|
2020
|
+
developer_comment: "Filter for setLineItemCustomType action",
|
|
2021
|
+
string: "Establecer tipo personalizado de línea de pedido"
|
|
2022
|
+
},
|
|
1626
2023
|
"ResourceAction.orders.setLineItemDiscountedPrice": {
|
|
1627
2024
|
developer_comment: "Filter for setLineItemDiscountedPrice action",
|
|
1628
2025
|
string: "Establecer el precio con descuento de la línea de pedido"
|
|
@@ -1783,6 +2180,10 @@ var es = {
|
|
|
1783
2180
|
developer_comment: "Filter for action addTransaction",
|
|
1784
2181
|
string: "Agregar transacción"
|
|
1785
2182
|
},
|
|
2183
|
+
"ResourceAction.payment.changeAmountAuthorized": {
|
|
2184
|
+
developer_comment: "Filter for changeAmountAuthorized action",
|
|
2185
|
+
string: "Cambiar cantidad autorizada"
|
|
2186
|
+
},
|
|
1786
2187
|
"ResourceAction.payment.changeAmountPlanned": {
|
|
1787
2188
|
developer_comment: "Filter for action changeAmountPlanned",
|
|
1788
2189
|
string: "Cambiar cantidad prevista"
|
|
@@ -1923,10 +2324,22 @@ var es = {
|
|
|
1923
2324
|
developer_comment: "Filter for action changePredicate",
|
|
1924
2325
|
string: "Cambiar predicado"
|
|
1925
2326
|
},
|
|
2327
|
+
"ResourceAction.productDiscount.setIsValid": {
|
|
2328
|
+
developer_comment: "Filter for setIsValid action",
|
|
2329
|
+
string: "El set es válido"
|
|
2330
|
+
},
|
|
2331
|
+
"ResourceAction.productDiscount.setReferences": {
|
|
2332
|
+
developer_comment: "Filter for setReferences action",
|
|
2333
|
+
string: "Establecer referencias"
|
|
2334
|
+
},
|
|
1926
2335
|
"ResourceAction.productSelection.addProductLabel": {
|
|
1927
2336
|
developer_comment: "Filter for action addProduct",
|
|
1928
2337
|
string: "Agregar producto"
|
|
1929
2338
|
},
|
|
2339
|
+
"ResourceAction.productSelection.excludeProductLabel": {
|
|
2340
|
+
developer_comment: "Filter for action excludeProduct",
|
|
2341
|
+
string: "Excluir producto"
|
|
2342
|
+
},
|
|
1930
2343
|
"ResourceAction.productSelection.removeProductLabel": {
|
|
1931
2344
|
developer_comment: "Filter for action removeProduct",
|
|
1932
2345
|
string: "Eliminar producto"
|
|
@@ -1935,6 +2348,14 @@ var es = {
|
|
|
1935
2348
|
developer_comment: "Filter for action setProductCount",
|
|
1936
2349
|
string: "Cambiar el total de productos"
|
|
1937
2350
|
},
|
|
2351
|
+
"ResourceAction.productSelection.setVariantExclusionLabel": {
|
|
2352
|
+
developer_comment: "Filter for action setVariantExclusion",
|
|
2353
|
+
string: "Establecer exclusión de variantes"
|
|
2354
|
+
},
|
|
2355
|
+
"ResourceAction.productSelection.setVariantSelectionLabel": {
|
|
2356
|
+
developer_comment: "Filter for action setVariantSelection",
|
|
2357
|
+
string: "Establecer selección de variantes"
|
|
2358
|
+
},
|
|
1938
2359
|
"ResourceAction.productType.addAttributeDefinition": {
|
|
1939
2360
|
developer_comment: "Label for filter addAttributeDefinition",
|
|
1940
2361
|
string: "Agregar definición de atributo"
|
|
@@ -1979,10 +2400,18 @@ var es = {
|
|
|
1979
2400
|
developer_comment: "Label for filter removeEnumValues",
|
|
1980
2401
|
string: "Eliminar valores enum"
|
|
1981
2402
|
},
|
|
2403
|
+
"ResourceAction.productType.removeLocalizedEnumValues": {
|
|
2404
|
+
developer_comment: "Filter for removeLocalizedEnumValues action",
|
|
2405
|
+
string: "Quitar los valores enum localizados"
|
|
2406
|
+
},
|
|
1982
2407
|
"ResourceAction.productType.setInputTip": {
|
|
1983
2408
|
developer_comment: "Label for filter setInputTip",
|
|
1984
2409
|
string: "Cambiar recomendación de entrada"
|
|
1985
2410
|
},
|
|
2411
|
+
"ResourceAction.quote.changeCustomer": {
|
|
2412
|
+
developer_comment: "Filter for changeCustomer action",
|
|
2413
|
+
string: "Cambiar cliente"
|
|
2414
|
+
},
|
|
1986
2415
|
"ResourceAction.quote.changeQuoteStateLabel": {
|
|
1987
2416
|
developer_comment: "Label for a Quote state change",
|
|
1988
2417
|
string: "Cambiar estado de presupuesto"
|
|
@@ -1995,10 +2424,54 @@ var es = {
|
|
|
1995
2424
|
developer_comment: "Label for set buyer comment change",
|
|
1996
2425
|
string: "Establecer comentario del comprador"
|
|
1997
2426
|
},
|
|
2427
|
+
"ResourceAction.quoteRequest.changeCustomer": {
|
|
2428
|
+
developer_comment: "Filter for changeCustomer action",
|
|
2429
|
+
string: "Cambiar cliente"
|
|
2430
|
+
},
|
|
1998
2431
|
"ResourceAction.quoteRequest.changeQuoteRequestStateLabel": {
|
|
1999
2432
|
developer_comment: "Label for a Quote Request state change",
|
|
2000
2433
|
string: "Cambiar estado de presupuesto"
|
|
2001
2434
|
},
|
|
2435
|
+
"ResourceAction.shippingMethod.addShippingRate": {
|
|
2436
|
+
developer_comment: "Filter for action addShippingRate",
|
|
2437
|
+
string: "Agregar tarifa de envío"
|
|
2438
|
+
},
|
|
2439
|
+
"ResourceAction.shippingMethod.addZone": {
|
|
2440
|
+
developer_comment: "Filter for action addZone",
|
|
2441
|
+
string: "Agregar zona"
|
|
2442
|
+
},
|
|
2443
|
+
"ResourceAction.shippingMethod.changeActive": {
|
|
2444
|
+
developer_comment: "Filter for action changeActive",
|
|
2445
|
+
string: "Cambiar estado activo"
|
|
2446
|
+
},
|
|
2447
|
+
"ResourceAction.shippingMethod.changeIsDefault": {
|
|
2448
|
+
developer_comment: "Filter for action changeIsDefault",
|
|
2449
|
+
string: "El cambio es predeterminado"
|
|
2450
|
+
},
|
|
2451
|
+
"ResourceAction.shippingMethod.changeTaxCategory": {
|
|
2452
|
+
developer_comment: "Filter for action changeTaxCategory",
|
|
2453
|
+
string: "Cambiar categoría fiscal"
|
|
2454
|
+
},
|
|
2455
|
+
"ResourceAction.shippingMethod.removeShippingRate": {
|
|
2456
|
+
developer_comment: "Filter for action removeShippingRate",
|
|
2457
|
+
string: "Eliminar la tarifa de envío"
|
|
2458
|
+
},
|
|
2459
|
+
"ResourceAction.shippingMethod.removeZone": {
|
|
2460
|
+
developer_comment: "Filter for action removeZone",
|
|
2461
|
+
string: "Eliminar zona"
|
|
2462
|
+
},
|
|
2463
|
+
"ResourceAction.shippingMethod.setLocalizedDescription": {
|
|
2464
|
+
developer_comment: "Filter for action setLocalizedDescription",
|
|
2465
|
+
string: "Cambiar descripción localizada"
|
|
2466
|
+
},
|
|
2467
|
+
"ResourceAction.shippingMethod.setLocalizedName": {
|
|
2468
|
+
developer_comment: "Filter for action setLocalizedName",
|
|
2469
|
+
string: "Cambiar nombre localizado"
|
|
2470
|
+
},
|
|
2471
|
+
"ResourceAction.shippingMethod.setPredicate": {
|
|
2472
|
+
developer_comment: "Filter for action setPredicate",
|
|
2473
|
+
string: "Establecer predicado"
|
|
2474
|
+
},
|
|
2002
2475
|
"ResourceAction.shoppingList.addLineItem": {
|
|
2003
2476
|
developer_comment: "Label for action addLineItem",
|
|
2004
2477
|
string: "Agregar línea de pedido"
|
|
@@ -2007,6 +2480,14 @@ var es = {
|
|
|
2007
2480
|
developer_comment: "Label for action addTextLineItem",
|
|
2008
2481
|
string: "Agregar línea de pedido con texto"
|
|
2009
2482
|
},
|
|
2483
|
+
"ResourceAction.shoppingList.changeLineItemName": {
|
|
2484
|
+
developer_comment: "Filter for changeLineItemName action",
|
|
2485
|
+
string: "Cambiar nombre de línea de pedido"
|
|
2486
|
+
},
|
|
2487
|
+
"ResourceAction.shoppingList.changeLineItemPublished": {
|
|
2488
|
+
developer_comment: "Filter for changeLineItemPublished action",
|
|
2489
|
+
string: "Cambiar línea de pedido publicada"
|
|
2490
|
+
},
|
|
2010
2491
|
"ResourceAction.shoppingList.changeLineItemQuantity": {
|
|
2011
2492
|
developer_comment: "Label for action changeLineItemQuantity",
|
|
2012
2493
|
string: "Cambiar cantidad de línea de pedido"
|
|
@@ -2035,6 +2516,10 @@ var es = {
|
|
|
2035
2516
|
developer_comment: "Label for action removeTextLineItem",
|
|
2036
2517
|
string: "Eliminar línea de pedido con texto"
|
|
2037
2518
|
},
|
|
2519
|
+
"ResourceAction.shoppingList.setBusinessUnit": {
|
|
2520
|
+
developer_comment: "Filter for setBusinessUnit action",
|
|
2521
|
+
string: "Establecer unidad empresarial"
|
|
2522
|
+
},
|
|
2038
2523
|
"ResourceAction.shoppingList.setDeleteDaysAfterLastModification": {
|
|
2039
2524
|
developer_comment: "Label for action setDeleteDaysAfterLastModification",
|
|
2040
2525
|
string: "Cambiar eliminar días después de la última modificación"
|
|
@@ -2075,6 +2560,18 @@ var es = {
|
|
|
2075
2560
|
developer_comment: "Label for a Staged Quote valid to date change",
|
|
2076
2561
|
string: "Establecer válido hasta"
|
|
2077
2562
|
},
|
|
2563
|
+
"ResourceAction.standalonePrice.changeActive": {
|
|
2564
|
+
developer_comment: "Filter for action changeActive",
|
|
2565
|
+
string: "Establecer estado activo"
|
|
2566
|
+
},
|
|
2567
|
+
"ResourceAction.standalonePrice.setDiscountedPrice": {
|
|
2568
|
+
developer_comment: "Filter for action setDiscountedPrice",
|
|
2569
|
+
string: "Establecer precio descontado"
|
|
2570
|
+
},
|
|
2571
|
+
"ResourceAction.standalonePrice.setPriceTiers": {
|
|
2572
|
+
developer_comment: "Filter for action setPriceTiers",
|
|
2573
|
+
string: "Establecer niveles de precio"
|
|
2574
|
+
},
|
|
2078
2575
|
"ResourceAction.state.addEnumValueLabel": {
|
|
2079
2576
|
developer_comment: "Filter for action addEnumValue",
|
|
2080
2577
|
string: "Agregar valor enum"
|
|
@@ -2125,15 +2622,15 @@ var es = {
|
|
|
2125
2622
|
},
|
|
2126
2623
|
"ResourceAction.store.addProductSelection": {
|
|
2127
2624
|
developer_comment: "Label for action addProductSelection",
|
|
2128
|
-
string: "
|
|
2625
|
+
string: "Agregar selección de productos"
|
|
2129
2626
|
},
|
|
2130
2627
|
"ResourceAction.store.changeProductSelectionActive": {
|
|
2131
2628
|
developer_comment: "Label for action changeProductSelectionActive",
|
|
2132
|
-
string: "
|
|
2629
|
+
string: "Establecer selección de productos como activa"
|
|
2133
2630
|
},
|
|
2134
2631
|
"ResourceAction.store.removeProductSelection": {
|
|
2135
2632
|
developer_comment: "Label for action removeProductSelection",
|
|
2136
|
-
string: "
|
|
2633
|
+
string: "Eliminar selección de productos"
|
|
2137
2634
|
},
|
|
2138
2635
|
"ResourceAction.store.setCountriesLabel": {
|
|
2139
2636
|
developer_comment: "Filter for action setCountries",
|
|
@@ -2149,7 +2646,7 @@ var es = {
|
|
|
2149
2646
|
},
|
|
2150
2647
|
"ResourceAction.store.setProductSelections": {
|
|
2151
2648
|
developer_comment: "Label for action setProductSelections",
|
|
2152
|
-
string: "
|
|
2649
|
+
string: "Establecer selecciones de productos"
|
|
2153
2650
|
},
|
|
2154
2651
|
"ResourceAction.store.setSupplyChannelsLabel": {
|
|
2155
2652
|
developer_comment: "Filter for action setSupplyChannels",
|
|
@@ -2163,6 +2660,10 @@ var es = {
|
|
|
2163
2660
|
developer_comment: "Label for filter removeTaxRate",
|
|
2164
2661
|
string: "Eliminar tasa impositiva"
|
|
2165
2662
|
},
|
|
2663
|
+
"ResourceAction.taxCategory.replaceTaxRate": {
|
|
2664
|
+
developer_comment: "Filter for replaceTaxRate action",
|
|
2665
|
+
string: "Sustituir tasa fiscal"
|
|
2666
|
+
},
|
|
2166
2667
|
"ResourceAction.zone.addLocationLabel": {
|
|
2167
2668
|
developer_comment: "Filter for action addLocation",
|
|
2168
2669
|
string: "Agregar ubicación"
|
|
@@ -2173,7 +2674,7 @@ var es = {
|
|
|
2173
2674
|
},
|
|
2174
2675
|
"ResourceCell.customObjectResource": {
|
|
2175
2676
|
developer_comment: "Label when the resource is a custom object",
|
|
2176
|
-
string: "
|
|
2677
|
+
string: "Contenedor: {container}\nClave: {key}"
|
|
2177
2678
|
},
|
|
2178
2679
|
"ResourceCell.deletedResource": {
|
|
2179
2680
|
developer_comment: "Label when the entity has been deleted",
|
|
@@ -2187,10 +2688,6 @@ var es = {
|
|
|
2187
2688
|
developer_comment: "Label when the resource is an inventory entry",
|
|
2188
2689
|
string: "Entrada de inventario para {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: "Pedido para {customerEmail}"
|
|
@@ -2207,206 +2704,6 @@ var es = {
|
|
|
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: "No"
|
|
2213
|
-
},
|
|
2214
|
-
"ResourcePreview.AssociateRole.assignableTrueLabel": {
|
|
2215
|
-
developer_comment: "Label associate role field buyer assignable true",
|
|
2216
|
-
string: "Sí"
|
|
2217
|
-
},
|
|
2218
|
-
"ResourcePreview.AssociateRole.buyerAssignableLabel": {
|
|
2219
|
-
developer_comment: "Label associate role field buyer assignable",
|
|
2220
|
-
string: "Imputable a compradores"
|
|
2221
|
-
},
|
|
2222
|
-
"ResourcePreview.AssociateRole.createdAtLabel": {
|
|
2223
|
-
developer_comment: "Label associate role field created at",
|
|
2224
|
-
string: "Fecha de creación"
|
|
2225
|
-
},
|
|
2226
|
-
"ResourcePreview.AssociateRole.keyLabel": {
|
|
2227
|
-
developer_comment: "Label associate role field key",
|
|
2228
|
-
string: "Clave"
|
|
2229
|
-
},
|
|
2230
|
-
"ResourcePreview.AssociateRole.nameLabel": {
|
|
2231
|
-
developer_comment: "Label associate role field name",
|
|
2232
|
-
string: "Nombre"
|
|
2233
|
-
},
|
|
2234
|
-
"ResourcePreview.BusinessUnit.businessUnitTypeLabel": {
|
|
2235
|
-
developer_comment: "Label business unit field business unit type",
|
|
2236
|
-
string: "Tipo de unidad empresarial"
|
|
2237
|
-
},
|
|
2238
|
-
"ResourcePreview.BusinessUnit.contactEmailLabel": {
|
|
2239
|
-
developer_comment: "Label business unit field contact email address",
|
|
2240
|
-
string: "Correo electrónico de contacto"
|
|
2241
|
-
},
|
|
2242
|
-
"ResourcePreview.BusinessUnit.createdAtLabel": {
|
|
2243
|
-
developer_comment: "Label business unit field created at",
|
|
2244
|
-
string: "Fecha de creación"
|
|
2245
|
-
},
|
|
2246
|
-
"ResourcePreview.BusinessUnit.keyLabel": {
|
|
2247
|
-
developer_comment: "Label business unit field key",
|
|
2248
|
-
string: "Clave"
|
|
2249
|
-
},
|
|
2250
|
-
"ResourcePreview.BusinessUnit.nameLabel": {
|
|
2251
|
-
developer_comment: "Label business unit field name",
|
|
2252
|
-
string: "Nombre"
|
|
2253
|
-
},
|
|
2254
|
-
"ResourcePreview.BusinessUnit.parentUnitLabel": {
|
|
2255
|
-
developer_comment: "Label business unit parent unit",
|
|
2256
|
-
string: "Unidad raíz"
|
|
2257
|
-
},
|
|
2258
|
-
"ResourcePreview.BusinessUnit.selfValue": {
|
|
2259
|
-
developer_comment: "Label business unit value self",
|
|
2260
|
-
string: "Propio"
|
|
2261
|
-
},
|
|
2262
|
-
"ResourcePreview.BusinessUnit.storesLabel": {
|
|
2263
|
-
developer_comment: "Label business unit field stores",
|
|
2264
|
-
string: "Tiendas vinculadas a esta unidad empresarial"
|
|
2265
|
-
},
|
|
2266
|
-
"ResourcePreview.BusinessUnit.topLevelUnitLabel": {
|
|
2267
|
-
developer_comment: "Label business unit field top level unit",
|
|
2268
|
-
string: "Unidad de nivel superior"
|
|
2269
|
-
},
|
|
2270
|
-
"ResourcePreview.CartDiscount.createdAtLabel": {
|
|
2271
|
-
developer_comment: "Label cart discount field created at",
|
|
2272
|
-
string: "Creado el"
|
|
2273
|
-
},
|
|
2274
|
-
"ResourcePreview.CartDiscount.descriptionLabel": {
|
|
2275
|
-
developer_comment: "Label cart discount field description",
|
|
2276
|
-
string: "Descripción"
|
|
2277
|
-
},
|
|
2278
|
-
"ResourcePreview.CartDiscount.isActiveFalseLabel": {
|
|
2279
|
-
developer_comment: "Label cart discount field is active is false",
|
|
2280
|
-
string: "No"
|
|
2281
|
-
},
|
|
2282
|
-
"ResourcePreview.CartDiscount.isActiveLabel": {
|
|
2283
|
-
developer_comment: "Label cart discount field is active",
|
|
2284
|
-
string: "está activo"
|
|
2285
|
-
},
|
|
2286
|
-
"ResourcePreview.CartDiscount.isActiveTrueLabel": {
|
|
2287
|
-
developer_comment: "Label cart discount field is active is true",
|
|
2288
|
-
string: "Sí"
|
|
2289
|
-
},
|
|
2290
|
-
"ResourcePreview.CartDiscount.nameLabel": {
|
|
2291
|
-
developer_comment: "Label cart discount field name",
|
|
2292
|
-
string: "Nombre"
|
|
2293
|
-
},
|
|
2294
|
-
"ResourcePreview.CartDiscount.sortOrderLabel": {
|
|
2295
|
-
developer_comment: "Label cart discount field sort order",
|
|
2296
|
-
string: "Clasificación (orden)"
|
|
2297
|
-
},
|
|
2298
|
-
"ResourcePreview.CartDiscount.validFromLabel": {
|
|
2299
|
-
developer_comment: "Label cart discount field valid from",
|
|
2300
|
-
string: "Válido desde"
|
|
2301
|
-
},
|
|
2302
|
-
"ResourcePreview.CartDiscount.validUntilLabel": {
|
|
2303
|
-
developer_comment: "Label cart discount field valid until",
|
|
2304
|
-
string: "Válido hasta"
|
|
2305
|
-
},
|
|
2306
|
-
"ResourcePreview.CartDiscount.valueLabel": {
|
|
2307
|
-
developer_comment: "Label cart discount field value",
|
|
2308
|
-
string: "Valor"
|
|
2309
|
-
},
|
|
2310
|
-
"ResourcePreview.CartDiscount.valueTypeAbsoluteLabel": {
|
|
2311
|
-
developer_comment: "Label cart discount field value type absolute",
|
|
2312
|
-
string: "Absoluto"
|
|
2313
|
-
},
|
|
2314
|
-
"ResourcePreview.CartDiscount.valueTypeGiftLineItemLabel": {
|
|
2315
|
-
developer_comment: "Label cart discount field value type gift line item",
|
|
2316
|
-
string: "Línea de pedido como regalo"
|
|
2317
|
-
},
|
|
2318
|
-
"ResourcePreview.CartDiscount.valueTypeLabel": {
|
|
2319
|
-
developer_comment: "Label cart discount field value type",
|
|
2320
|
-
string: "Tipo"
|
|
2321
|
-
},
|
|
2322
|
-
"ResourcePreview.CartDiscount.valueTypeRelativeLabel": {
|
|
2323
|
-
developer_comment: "Label cart discount field value type relative",
|
|
2324
|
-
string: "Relativo"
|
|
2325
|
-
},
|
|
2326
|
-
"ResourcePreview.Category.createdAtLabel": {
|
|
2327
|
-
developer_comment: "Label category field created at",
|
|
2328
|
-
string: "Creado el"
|
|
2329
|
-
},
|
|
2330
|
-
"ResourcePreview.Category.descriptionLabel": {
|
|
2331
|
-
developer_comment: "Label category field description",
|
|
2332
|
-
string: "Descripción"
|
|
2333
|
-
},
|
|
2334
|
-
"ResourcePreview.Category.externalIdLabel": {
|
|
2335
|
-
developer_comment: "Label category field externalId",
|
|
2336
|
-
string: "Identificador externo"
|
|
2337
|
-
},
|
|
2338
|
-
"ResourcePreview.Category.keyLabel": {
|
|
2339
|
-
developer_comment: "Label category field key",
|
|
2340
|
-
string: "Clave"
|
|
2341
|
-
},
|
|
2342
|
-
"ResourcePreview.Category.nameLabel": {
|
|
2343
|
-
developer_comment: "Label category field name",
|
|
2344
|
-
string: "Nombre"
|
|
2345
|
-
},
|
|
2346
|
-
"ResourcePreview.Category.orderHintLabel": {
|
|
2347
|
-
developer_comment: "Label category field orderHint",
|
|
2348
|
-
string: "Orden de categorías (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: "Ciudad"
|
|
2357
|
-
},
|
|
2358
|
-
"ResourcePreview.Channel.countryLabel": {
|
|
2359
|
-
developer_comment: "Label channel field address country",
|
|
2360
|
-
string: "País "
|
|
2361
|
-
},
|
|
2362
|
-
"ResourcePreview.Channel.createdAtLabel": {
|
|
2363
|
-
developer_comment: "Label channel field created at",
|
|
2364
|
-
string: "Creado el"
|
|
2365
|
-
},
|
|
2366
|
-
"ResourcePreview.Channel.descriptionLabel": {
|
|
2367
|
-
developer_comment: "Label channel field description",
|
|
2368
|
-
string: "Descripción"
|
|
2369
|
-
},
|
|
2370
|
-
"ResourcePreview.Channel.geoLocationLabel": {
|
|
2371
|
-
developer_comment: "Label channel field geoLocation",
|
|
2372
|
-
string: "Ubicación geográfica"
|
|
2373
|
-
},
|
|
2374
|
-
"ResourcePreview.Channel.geoLocationValue": {
|
|
2375
|
-
developer_comment: "Label for channel field geoLocation value",
|
|
2376
|
-
string: "({type}) Longitud: {longitude} - Latitud: {latitude}"
|
|
2377
|
-
},
|
|
2378
|
-
"ResourcePreview.Channel.keyLabel": {
|
|
2379
|
-
developer_comment: "Label channel field key",
|
|
2380
|
-
string: "Clave"
|
|
2381
|
-
},
|
|
2382
|
-
"ResourcePreview.Channel.nameLabel": {
|
|
2383
|
-
developer_comment: "Label channel field name",
|
|
2384
|
-
string: "Nombre:"
|
|
2385
|
-
},
|
|
2386
|
-
"ResourcePreview.Channel.postalCodeLabel": {
|
|
2387
|
-
developer_comment: "Label channel field address postal code",
|
|
2388
|
-
string: "Código postal"
|
|
2389
|
-
},
|
|
2390
|
-
"ResourcePreview.Channel.regionLabel": {
|
|
2391
|
-
developer_comment: "Label channel field address region",
|
|
2392
|
-
string: "Región"
|
|
2393
|
-
},
|
|
2394
|
-
"ResourcePreview.Channel.rolesLabel": {
|
|
2395
|
-
developer_comment: "Label channel field roles",
|
|
2396
|
-
string: "Roles"
|
|
2397
|
-
},
|
|
2398
|
-
"ResourcePreview.Channel.stateLabel": {
|
|
2399
|
-
developer_comment: "Label channel field address state",
|
|
2400
|
-
string: "Estado"
|
|
2401
|
-
},
|
|
2402
|
-
"ResourcePreview.Channel.streetNameLabel": {
|
|
2403
|
-
developer_comment: "Label channel field address street name",
|
|
2404
|
-
string: "Nombre de la calle"
|
|
2405
|
-
},
|
|
2406
|
-
"ResourcePreview.Channel.streetNumberLabel": {
|
|
2407
|
-
developer_comment: "Label channel field address street number",
|
|
2408
|
-
string: "Número de calle"
|
|
2409
|
-
},
|
|
2410
2707
|
"ResourcePreview.CustomObject.containerLabel": {
|
|
2411
2708
|
developer_comment: "Label custom object field container",
|
|
2412
2709
|
string: "Contenedor"
|
|
@@ -2423,441 +2720,53 @@ var es = {
|
|
|
2423
2720
|
developer_comment: "Label custom object field value",
|
|
2424
2721
|
string: "Valor"
|
|
2425
2722
|
},
|
|
2426
|
-
"ResourcePreview.Customer.createdAtLabel": {
|
|
2427
|
-
developer_comment: "Label customer field created at",
|
|
2428
|
-
string: "Creado el"
|
|
2429
|
-
},
|
|
2430
|
-
"ResourcePreview.Customer.dateOfBirthLabel": {
|
|
2431
|
-
developer_comment: "Label customer field dateOfBirth",
|
|
2432
|
-
string: "Fecha de nacimiento"
|
|
2433
|
-
},
|
|
2434
|
-
"ResourcePreview.Customer.emailLabel": {
|
|
2435
|
-
developer_comment: "Label customer field email",
|
|
2436
|
-
string: "Correo electrónico:"
|
|
2437
|
-
},
|
|
2438
|
-
"ResourcePreview.Customer.externalIdLabel": {
|
|
2439
|
-
developer_comment: "Label customer field externalId",
|
|
2440
|
-
string: "Identificador externo"
|
|
2441
|
-
},
|
|
2442
|
-
"ResourcePreview.Customer.firstNameLabel": {
|
|
2443
|
-
developer_comment: "Label customer field firstName",
|
|
2444
|
-
string: "Nombre"
|
|
2445
|
-
},
|
|
2446
|
-
"ResourcePreview.Customer.keyLabel": {
|
|
2447
|
-
developer_comment: "Label customer field key",
|
|
2448
|
-
string: "Clave"
|
|
2449
|
-
},
|
|
2450
|
-
"ResourcePreview.Customer.lastNameLabel": {
|
|
2451
|
-
developer_comment: "Label customer field lastName",
|
|
2452
|
-
string: "Apellido"
|
|
2453
|
-
},
|
|
2454
|
-
"ResourcePreview.Customer.middleNameLabel": {
|
|
2455
|
-
developer_comment: "Label customer field middleName",
|
|
2456
|
-
string: "Segundo nombre"
|
|
2457
|
-
},
|
|
2458
|
-
"ResourcePreview.Customer.salutationLabel": {
|
|
2459
|
-
developer_comment: "Label customer field salutation",
|
|
2460
|
-
string: "Saludo"
|
|
2461
|
-
},
|
|
2462
|
-
"ResourcePreview.Customer.storesLabel": {
|
|
2463
|
-
developer_comment: "Label customer field stores",
|
|
2464
|
-
string: "Cuenta restringida a estas tiendas"
|
|
2465
|
-
},
|
|
2466
|
-
"ResourcePreview.Customer.titleLabel": {
|
|
2467
|
-
developer_comment: "Label customer field title",
|
|
2468
|
-
string: "Título"
|
|
2469
|
-
},
|
|
2470
|
-
"ResourcePreview.CustomerGroup.createdAtLabel": {
|
|
2471
|
-
developer_comment: "Label customer group field created at",
|
|
2472
|
-
string: "Creado el"
|
|
2473
|
-
},
|
|
2474
|
-
"ResourcePreview.CustomerGroup.keyLabel": {
|
|
2475
|
-
developer_comment: "Label customer group field key",
|
|
2476
|
-
string: "Clave"
|
|
2477
|
-
},
|
|
2478
|
-
"ResourcePreview.CustomerGroup.nameLabel": {
|
|
2479
|
-
developer_comment: "Label customer group field name",
|
|
2480
|
-
string: "Nombre"
|
|
2481
|
-
},
|
|
2482
|
-
"ResourcePreview.DiscountCode.cartDiscountsLabel": {
|
|
2483
|
-
developer_comment: "Label discount max applications per customer field code",
|
|
2484
|
-
string: "Descuentos de carrito"
|
|
2485
|
-
},
|
|
2486
|
-
"ResourcePreview.DiscountCode.codeLabel": {
|
|
2487
|
-
developer_comment: "Label discount code field code",
|
|
2488
|
-
string: "Código"
|
|
2489
|
-
},
|
|
2490
|
-
"ResourcePreview.DiscountCode.createdAtLabel": {
|
|
2491
|
-
developer_comment: "Label discount code field created at",
|
|
2492
|
-
string: "Creado el"
|
|
2493
|
-
},
|
|
2494
|
-
"ResourcePreview.DiscountCode.descriptionLabel": {
|
|
2495
|
-
developer_comment: "Label discount code field description",
|
|
2496
|
-
string: "Descripción"
|
|
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á activo"
|
|
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: "Máximo de solicitudes"
|
|
2513
|
-
},
|
|
2514
|
-
"ResourcePreview.DiscountCode.maxApplicationsPerCustomerLabel": {
|
|
2515
|
-
developer_comment: "Label discount max applications per customer field code",
|
|
2516
|
-
string: "Máximo de solicitudes por cliente"
|
|
2517
|
-
},
|
|
2518
|
-
"ResourcePreview.DiscountCode.nameLabel": {
|
|
2519
|
-
developer_comment: "Label discount code field name",
|
|
2520
|
-
string: "Nombre"
|
|
2521
|
-
},
|
|
2522
|
-
"ResourcePreview.DiscountCode.validFromLabel": {
|
|
2523
|
-
developer_comment: "Label discount code field valid from",
|
|
2524
|
-
string: "Válido desde"
|
|
2525
|
-
},
|
|
2526
|
-
"ResourcePreview.DiscountCode.validUntilLabel": {
|
|
2527
|
-
developer_comment: "Label discount code field valid until",
|
|
2528
|
-
string: "Válido hasta"
|
|
2529
|
-
},
|
|
2530
|
-
"ResourcePreview.InventoryEntry.availableQuantityLabel": {
|
|
2531
|
-
developer_comment: "Label inventory entry field available quantity",
|
|
2532
|
-
string: "Cantidad disponible"
|
|
2533
|
-
},
|
|
2534
|
-
"ResourcePreview.InventoryEntry.createdAtLabel": {
|
|
2535
|
-
developer_comment: "Label inventory entry field created at",
|
|
2536
|
-
string: "Creado el"
|
|
2537
|
-
},
|
|
2538
|
-
"ResourcePreview.InventoryEntry.expectedDeliveryLabel": {
|
|
2539
|
-
developer_comment: "Label inventory entry field expect delivery",
|
|
2540
|
-
string: "Esperar la entrega"
|
|
2541
|
-
},
|
|
2542
|
-
"ResourcePreview.InventoryEntry.quantityOnStockLabel": {
|
|
2543
|
-
developer_comment: "Label inventory entry field quantity on stock",
|
|
2544
|
-
string: "Cantidad disponible"
|
|
2545
|
-
},
|
|
2546
|
-
"ResourcePreview.InventoryEntry.restockableInDaysLabel": {
|
|
2547
|
-
developer_comment: "Label inventory entry field restockable in days",
|
|
2548
|
-
string: "Repuesto en días"
|
|
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 de suministro"
|
|
2557
|
-
},
|
|
2558
|
-
"ResourcePreview.Order.completedAtLabel": {
|
|
2559
|
-
developer_comment: "Label order field completed at",
|
|
2560
|
-
string: "Terminado el"
|
|
2561
|
-
},
|
|
2562
|
-
"ResourcePreview.Order.countryLabel": {
|
|
2563
|
-
developer_comment: "Label order field country",
|
|
2564
|
-
string: "País "
|
|
2565
|
-
},
|
|
2566
|
-
"ResourcePreview.Order.createdAtLabel": {
|
|
2567
|
-
developer_comment: "Label order field created at",
|
|
2568
|
-
string: "Creado el"
|
|
2569
|
-
},
|
|
2570
|
-
"ResourcePreview.Order.customerEmailLabel": {
|
|
2571
|
-
developer_comment: "Label order field customer email",
|
|
2572
|
-
string: "Correo electrónico del cliente"
|
|
2573
|
-
},
|
|
2574
|
-
"ResourcePreview.Order.orderNumberLabel": {
|
|
2575
|
-
developer_comment: "Label order field order number",
|
|
2576
|
-
string: "Número de pedido"
|
|
2577
|
-
},
|
|
2578
|
-
"ResourcePreview.Order.orderStateLabel": {
|
|
2579
|
-
developer_comment: "Label order field order state",
|
|
2580
|
-
string: "Estatus del pedido"
|
|
2581
|
-
},
|
|
2582
|
-
"ResourcePreview.Order.paymentStateLabel": {
|
|
2583
|
-
developer_comment: "Label order field payment state",
|
|
2584
|
-
string: "Estatus del pago"
|
|
2585
|
-
},
|
|
2586
|
-
"ResourcePreview.Order.shipmentStateLabel": {
|
|
2587
|
-
developer_comment: "Label order field shipment state",
|
|
2588
|
-
string: "Estatus del envío"
|
|
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: "Tienda"
|
|
2597
|
-
},
|
|
2598
|
-
"ResourcePreview.Order.taxPortionsLabel": {
|
|
2599
|
-
developer_comment: "Label order field tax portions",
|
|
2600
|
-
string: "Porcentaje de impuestos"
|
|
2601
|
-
},
|
|
2602
|
-
"ResourcePreview.Order.totalGrossLabel": {
|
|
2603
|
-
developer_comment: "Label order field total gross",
|
|
2604
|
-
string: "Total bruto"
|
|
2605
|
-
},
|
|
2606
|
-
"ResourcePreview.Order.totalNetLabel": {
|
|
2607
|
-
developer_comment: "Label order field total net",
|
|
2608
|
-
string: "Total neto"
|
|
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: "
|
|
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: "
|
|
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: "Categorías"
|
|
2661
|
-
},
|
|
2662
|
-
"ResourcePreview.Product.createdAtLabel": {
|
|
2663
|
-
developer_comment: "Label product field created at",
|
|
2664
|
-
string: "Creado el"
|
|
2665
|
-
},
|
|
2666
|
-
"ResourcePreview.Product.descriptionLabel": {
|
|
2667
|
-
developer_comment: "Label product field description",
|
|
2668
|
-
string: "Descripción"
|
|
2669
|
-
},
|
|
2670
|
-
"ResourcePreview.Product.keyLabel": {
|
|
2671
|
-
developer_comment: "Label product field key",
|
|
2672
|
-
string: "Clave"
|
|
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: "Tipo de producto"
|
|
2681
|
-
},
|
|
2682
|
-
"ResourcePreview.Product.publishedFalseLabel": {
|
|
2683
|
-
developer_comment: "Label product field published false",
|
|
2684
|
-
string: "No"
|
|
2685
|
-
},
|
|
2686
|
-
"ResourcePreview.Product.publishedLabel": {
|
|
2687
|
-
developer_comment: "Label product field published",
|
|
2688
|
-
string: "Está publicado"
|
|
2689
|
-
},
|
|
2690
|
-
"ResourcePreview.Product.publishedTrueLabel": {
|
|
2691
|
-
developer_comment: "Label product field published true",
|
|
2692
|
-
string: "Sí"
|
|
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: "Cantidad"
|
|
2701
|
-
},
|
|
2702
|
-
"ResourcePreview.Product.reviewRatingStatisticsHighestRatingLabel": {
|
|
2703
|
-
developer_comment: "Label product field highest rating",
|
|
2704
|
-
string: "La puntuación más alta"
|
|
2705
|
-
},
|
|
2706
|
-
"ResourcePreview.Product.reviewRatingStatisticsLowestRatingLabel": {
|
|
2707
|
-
developer_comment: "Label product field lowest rating",
|
|
2708
|
-
string: "La puntuación más baja"
|
|
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: "Estado"
|
|
2717
|
-
},
|
|
2718
|
-
"ResourcePreview.Product.variantsIDLabel": {
|
|
2719
|
-
developer_comment: "Label product field variants id",
|
|
2720
|
-
string: "{id} (Identificador)"
|
|
2721
|
-
},
|
|
2722
|
-
"ResourcePreview.Product.variantsKeyLabel": {
|
|
2723
|
-
developer_comment: "Label product field variants key",
|
|
2724
|
-
string: "{key} (clave)"
|
|
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: "Creado el"
|
|
2737
|
-
},
|
|
2738
|
-
"ResourcePreview.ProductDiscount.descriptionLabel": {
|
|
2739
|
-
developer_comment: "Label product discount field description",
|
|
2740
|
-
string: "Descripción"
|
|
2741
|
-
},
|
|
2742
|
-
"ResourcePreview.ProductDiscount.isActiveFalseLabel": {
|
|
2743
|
-
developer_comment: "Label product discount field is active is false",
|
|
2744
|
-
string: "No"
|
|
2745
|
-
},
|
|
2746
|
-
"ResourcePreview.ProductDiscount.isActiveLabel": {
|
|
2747
|
-
developer_comment: "Label product discount field is active",
|
|
2748
|
-
string: "Está activo"
|
|
2749
|
-
},
|
|
2750
|
-
"ResourcePreview.ProductDiscount.isActiveTrueLabel": {
|
|
2751
|
-
developer_comment: "Label product discount field is active is true",
|
|
2752
|
-
string: "Sí"
|
|
2753
|
-
},
|
|
2754
|
-
"ResourcePreview.ProductDiscount.nameLabel": {
|
|
2755
|
-
developer_comment: "Label product discount field name",
|
|
2756
|
-
string: "Nombre"
|
|
2757
|
-
},
|
|
2758
|
-
"ResourcePreview.ProductDiscount.sortOrderLabel": {
|
|
2759
|
-
developer_comment: "Label product discount field sort order",
|
|
2760
|
-
string: "Clasificación (orden)"
|
|
2761
|
-
},
|
|
2762
|
-
"ResourcePreview.ProductDiscount.validFromLabel": {
|
|
2763
|
-
developer_comment: "Label product discount field valid from",
|
|
2764
|
-
string: "Válido desde"
|
|
2765
|
-
},
|
|
2766
|
-
"ResourcePreview.ProductDiscount.validUntilLabel": {
|
|
2767
|
-
developer_comment: "Label product discount field valid until",
|
|
2768
|
-
string: "Válido hasta"
|
|
2769
|
-
},
|
|
2770
|
-
"ResourcePreview.ProductDiscount.valueLabel": {
|
|
2771
|
-
developer_comment: "Label product discount field value",
|
|
2772
|
-
string: "Valor"
|
|
2773
|
-
},
|
|
2774
|
-
"ResourcePreview.ProductDiscount.valueTypeAbsoluteLabel": {
|
|
2775
|
-
developer_comment: "Label product discount field value type absolute",
|
|
2776
|
-
string: "Absoluto"
|
|
2777
|
-
},
|
|
2778
|
-
"ResourcePreview.ProductDiscount.valueTypeExternalLabel": {
|
|
2779
|
-
developer_comment: "Label product discount field value type external",
|
|
2780
|
-
string: "Externo"
|
|
2781
|
-
},
|
|
2782
|
-
"ResourcePreview.ProductDiscount.valueTypeLabel": {
|
|
2783
|
-
developer_comment: "Label product discount field value type",
|
|
2784
|
-
string: "Tipo"
|
|
2785
|
-
},
|
|
2786
|
-
"ResourcePreview.ProductDiscount.valueTypeRelativeLabel": {
|
|
2787
|
-
developer_comment: "Label product discount field value type relative",
|
|
2788
|
-
string: "Relativo"
|
|
2789
|
-
},
|
|
2790
|
-
"ResourcePreview.ProductSelection.activeStoresLabel": {
|
|
2791
|
-
developer_comment: "Label product selection field active stores",
|
|
2792
|
-
string: "Tiendas activas"
|
|
2793
|
-
},
|
|
2794
|
-
"ResourcePreview.ProductSelection.createdAtLabel": {
|
|
2795
|
-
developer_comment: "Label product selection field created at",
|
|
2796
|
-
string: "Creado el"
|
|
2797
|
-
},
|
|
2798
|
-
"ResourcePreview.ProductSelection.keyLabel": {
|
|
2799
|
-
developer_comment: "Label product selection field key",
|
|
2800
|
-
string: "Clave"
|
|
2801
|
-
},
|
|
2802
|
-
"ResourcePreview.ProductSelection.nameLabel": {
|
|
2803
|
-
developer_comment: "Label product selection field name",
|
|
2804
|
-
string: "Nombre"
|
|
2805
|
-
},
|
|
2806
|
-
"ResourcePreview.ProductSelection.productCountLabel": {
|
|
2807
|
-
developer_comment: "Label product selection field product count",
|
|
2808
|
-
string: "Total de productos"
|
|
2809
|
-
},
|
|
2810
|
-
"ResourcePreview.ProductType.createdAtLabel": {
|
|
2811
|
-
developer_comment: "Label product type field created at",
|
|
2812
|
-
string: "Creado el"
|
|
2813
|
-
},
|
|
2814
|
-
"ResourcePreview.ProductType.descriptionLabel": {
|
|
2815
|
-
developer_comment: "Label product type field description",
|
|
2816
|
-
string: "Descripción"
|
|
2817
|
-
},
|
|
2818
|
-
"ResourcePreview.ProductType.keyLabel": {
|
|
2819
|
-
developer_comment: "Label product type field key",
|
|
2820
|
-
string: "Clave"
|
|
2821
|
-
},
|
|
2822
|
-
"ResourcePreview.ProductType.nameLabel": {
|
|
2823
|
-
developer_comment: "Label product type field name",
|
|
2824
|
-
string: "Nombre"
|
|
2825
|
-
},
|
|
2826
|
-
"ResourcePreview.Quote.companyLabel": {
|
|
2827
|
-
developer_comment: "Label for quote company field",
|
|
2828
|
-
string: "Compañía"
|
|
2829
|
-
},
|
|
2830
|
-
"ResourcePreview.Quote.createdAtLabel": {
|
|
2831
|
-
developer_comment: "Label for quote created at field",
|
|
2832
|
-
string: "Fecha de creación"
|
|
2833
|
-
},
|
|
2834
|
-
"ResourcePreview.Quote.keyLabel": {
|
|
2835
|
-
developer_comment: "Label for quote key field",
|
|
2836
|
-
string: "Clave"
|
|
2837
|
-
},
|
|
2838
|
-
"ResourcePreview.Quote.quoteLabel": {
|
|
2839
|
-
developer_comment: "Label for Quote field",
|
|
2840
|
-
string: "Identificador de presupuesto"
|
|
2841
|
-
},
|
|
2842
|
-
"ResourcePreview.Quote.quoteRequestLabel": {
|
|
2843
|
-
developer_comment: "Label for quote request",
|
|
2844
|
-
string: "Identificador de solicitud de presupuesto"
|
|
2845
|
-
},
|
|
2846
|
-
"ResourcePreview.Quote.stagedQuoteLabel": {
|
|
2847
|
-
developer_comment: "Label for staged quote",
|
|
2848
|
-
string: "Identificador de presupuesto preliminar"
|
|
2849
|
-
},
|
|
2850
|
-
"ResourcePreview.Quote.statusLabel": {
|
|
2851
|
-
developer_comment: "Label for quote status field",
|
|
2852
|
-
string: "Estatus"
|
|
2853
|
-
},
|
|
2854
|
-
"ResourcePreview.Quote.submittedByLabel": {
|
|
2855
|
-
developer_comment: "Label for quote submitted by field",
|
|
2856
|
-
string: "Enviado por"
|
|
2857
|
-
},
|
|
2858
|
-
"ResourcePreview.Quote.validUntilLabel": {
|
|
2859
|
-
developer_comment: "Label for quote valid until field",
|
|
2860
|
-
string: "Válido hasta"
|
|
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 es = {
|
|
|
2903
2812
|
developer_comment: "Label review field title",
|
|
2904
2813
|
string: "Título"
|
|
2905
2814
|
},
|
|
2906
|
-
"ResourcePreview.ShoppingList.anonymousIdLabel": {
|
|
2907
|
-
developer_comment: "Label shopping list field anonymousId",
|
|
2908
|
-
string: "Identificador anónimo"
|
|
2909
|
-
},
|
|
2910
|
-
"ResourcePreview.ShoppingList.createdAtLabel": {
|
|
2911
|
-
developer_comment: "Label shopping list field created at",
|
|
2912
|
-
string: "Creado el"
|
|
2913
|
-
},
|
|
2914
|
-
"ResourcePreview.ShoppingList.customerEmailLabel": {
|
|
2915
|
-
developer_comment: "Label shopping list field customer email",
|
|
2916
|
-
string: "Correo electrónico del cliente"
|
|
2917
|
-
},
|
|
2918
|
-
"ResourcePreview.ShoppingList.descriptionLabel": {
|
|
2919
|
-
developer_comment: "Label shopping list field description",
|
|
2920
|
-
string: "Descripción"
|
|
2921
|
-
},
|
|
2922
|
-
"ResourcePreview.ShoppingList.keyLabel": {
|
|
2923
|
-
developer_comment: "Label shopping list field key",
|
|
2924
|
-
string: "Clave"
|
|
2925
|
-
},
|
|
2926
|
-
"ResourcePreview.ShoppingList.nameLabel": {
|
|
2927
|
-
developer_comment: "Label shopping list field name",
|
|
2928
|
-
string: "Nombre"
|
|
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: "Creado el"
|
|
@@ -2971,99 +2852,36 @@ var es = {
|
|
|
2971
2852
|
developer_comment: "Label state field type",
|
|
2972
2853
|
string: "Tipo"
|
|
2973
2854
|
},
|
|
2974
|
-
"ResourcePreview.Store.createdAtLabel": {
|
|
2975
|
-
developer_comment: "Label store field created at",
|
|
2976
|
-
string: "Creado el"
|
|
2977
|
-
},
|
|
2978
|
-
"ResourcePreview.Store.distributionChannelsLabel": {
|
|
2979
|
-
developer_comment: "Label store field distribution channels",
|
|
2980
|
-
string: "Canales de distribución"
|
|
2981
|
-
},
|
|
2982
|
-
"ResourcePreview.Store.keyLabel": {
|
|
2983
|
-
developer_comment: "Label store field key",
|
|
2984
|
-
string: "Clave"
|
|
2985
|
-
},
|
|
2986
|
-
"ResourcePreview.Store.nameLabel": {
|
|
2987
|
-
developer_comment: "Label store field name",
|
|
2988
|
-
string: "Nombre"
|
|
2989
|
-
},
|
|
2990
|
-
"ResourcePreview.Store.supplyChannelsLabel": {
|
|
2991
|
-
developer_comment: "Label store field supply channels",
|
|
2992
|
-
string: "Canales de suministro"
|
|
2993
|
-
},
|
|
2994
|
-
"ResourcePreview.TaxCategory.createdAtLabel": {
|
|
2995
|
-
developer_comment: "Label tax category field created at",
|
|
2996
|
-
string: "Creado el"
|
|
2997
|
-
},
|
|
2998
|
-
"ResourcePreview.TaxCategory.descriptionLabel": {
|
|
2999
|
-
developer_comment: "Label tax category field description",
|
|
3000
|
-
string: "Descripción"
|
|
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: "Clave"
|
|
3013
|
-
},
|
|
3014
|
-
"ResourcePreview.TaxCategory.nameLabel": {
|
|
3015
|
-
developer_comment: "Label tax category field name",
|
|
3016
|
-
string: "Nombre"
|
|
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",
|
|
3024
|
-
string: "
|
|
2861
|
+
string: "Description"
|
|
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: "Creado el"
|
|
3041
|
-
},
|
|
3042
|
-
"ResourcePreview.Zone.descriptionLabel": {
|
|
3043
|
-
developer_comment: "Label zone field description",
|
|
3044
|
-
string: "Descripción"
|
|
3045
|
-
},
|
|
3046
|
-
"ResourcePreview.Zone.keyLabel": {
|
|
3047
|
-
developer_comment: "Label zone field key",
|
|
3048
|
-
string: "Clave"
|
|
3049
|
-
},
|
|
3050
|
-
"ResourcePreview.Zone.locationsLabel": {
|
|
3051
|
-
developer_comment: "Label zone field resource type ids",
|
|
3052
|
-
string: "Ubicaciones"
|
|
3053
|
-
},
|
|
3054
|
-
"ResourcePreview.Zone.nameLabel": {
|
|
3055
|
-
developer_comment: "Label zone field name",
|
|
3056
|
-
string: "Nombre"
|
|
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: "Atributo"
|
|
3068
2886
|
},
|
|
3069
2887
|
"ResourcePreview.auditLogDocs": {
|
|
@@ -3075,7 +2893,8 @@ var es = {
|
|
|
3075
2893
|
string: "Cerrar"
|
|
3076
2894
|
},
|
|
3077
2895
|
"ResourcePreview.countryColumnLabel": {
|
|
3078
|
-
|
|
2896
|
+
developer_comment: "Label for country column",
|
|
2897
|
+
string: "País"
|
|
3079
2898
|
},
|
|
3080
2899
|
"ResourcePreview.currentEntityPathLabel": {
|
|
3081
2900
|
developer_comment: "Label to current entity breadcrumbs path",
|
|
@@ -3086,9 +2905,11 @@ var es = {
|
|
|
3086
2905
|
string: "Custom line items"
|
|
3087
2906
|
},
|
|
3088
2907
|
"ResourcePreview.descriptionColumnLabel": {
|
|
2908
|
+
developer_comment: "Label for description column",
|
|
3089
2909
|
string: "Descripción"
|
|
3090
2910
|
},
|
|
3091
2911
|
"ResourcePreview.fieldColumnLabel": {
|
|
2912
|
+
developer_comment: "Label for field column",
|
|
3092
2913
|
string: "Campo"
|
|
3093
2914
|
},
|
|
3094
2915
|
"ResourcePreview.fieldDefinitionsTitle": {
|
|
@@ -3105,11 +2926,11 @@ var es = {
|
|
|
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: "
|
|
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 es = {
|
|
|
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 es = {
|
|
|
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: "Cantidad"
|
|
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,47 +2974,51 @@ var es = {
|
|
|
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: "Estado"
|
|
3166
2990
|
},
|
|
3167
2991
|
"ResourcePreview.subRatesColumnLabel": {
|
|
3168
|
-
|
|
2992
|
+
developer_comment: "Label for sub rates column",
|
|
2993
|
+
string: "Subtarifas"
|
|
3169
2994
|
},
|
|
3170
2995
|
"ResourcePreview.textLineItemsTitle": {
|
|
3171
2996
|
developer_comment: "Title for textLineItems line items table",
|
|
3172
2997
|
string: "Text line items"
|
|
3173
2998
|
},
|
|
3174
2999
|
"ResourcePreview.timestampColumnLabel": {
|
|
3000
|
+
developer_comment: "Label for timestamp column",
|
|
3175
3001
|
string: "Marca de tiempo"
|
|
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",
|
|
3183
|
-
string: "
|
|
3009
|
+
string: "Transactions"
|
|
3184
3010
|
},
|
|
3185
3011
|
"ResourcePreview.typeColumnLabel": {
|
|
3186
3012
|
developer_comment: "Label for type column",
|
|
3187
|
-
string: "
|
|
3013
|
+
string: "Type"
|
|
3188
3014
|
},
|
|
3189
3015
|
"ResourcePreview.variantIdColumnLabel": {
|
|
3190
3016
|
developer_comment: "Label for variantId column",
|
|
3191
|
-
string: "
|
|
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 es = {
|
|
|
3270
3096
|
developer_comment: "Label when the resource is a review",
|
|
3271
3097
|
string: "Reseña"
|
|
3272
3098
|
},
|
|
3099
|
+
"ResourceTypeCell.shippingMethodType": {
|
|
3100
|
+
developer_comment: "Label when the resource is a shipping method",
|
|
3101
|
+
string: "Método de envío"
|
|
3102
|
+
},
|
|
3273
3103
|
"ResourceTypeCell.shoppingListType": {
|
|
3274
3104
|
developer_comment: "Label when the resource is shopping list",
|
|
3275
3105
|
string: "Lista de compra"
|
|
@@ -3278,6 +3108,10 @@ var es = {
|
|
|
3278
3108
|
developer_comment: "Lable when the resource is a staged quote",
|
|
3279
3109
|
string: "Presupuesto preliminar"
|
|
3280
3110
|
},
|
|
3111
|
+
"ResourceTypeCell.standalonePriceType": {
|
|
3112
|
+
developer_comment: "Label when the resource is a standalone price",
|
|
3113
|
+
string: "Precio independiente"
|
|
3114
|
+
},
|
|
3281
3115
|
"ResourceTypeCell.stateType": {
|
|
3282
3116
|
developer_comment: "Label when the resource is a state",
|
|
3283
3117
|
string: "Estado"
|