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