@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.
@@ -11,6 +11,15 @@ var ptBR = {
11
11
  developer_comment: "Label when the event is an update",
12
12
  string: "Atualizar"
13
13
  },
14
+ "BusinessUnit.AssociatesPresenter.inheritanceDisabled": {
15
+ string: "desativado"
16
+ },
17
+ "BusinessUnit.AssociatesPresenter.inheritanceEnabled": {
18
+ string: "ativado"
19
+ },
20
+ "BusinessUnit.AssociatesPresenter.noRoles": {
21
+ string: "sem funções"
22
+ },
14
23
  "ChangeHistory.Error.notifiedTeam": {
15
24
  string: "Nossa equipe foi notificada sobre esse problema."
16
25
  },
@@ -465,6 +474,10 @@ var ptBR = {
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: "Alteração feita via 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 ptBR = {
569
582
  developer_comment: "Label for indicating which business unit a role was inherited from",
570
583
  string: "herdado 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: "Do pai"
592
+ },
572
593
  "ChangeItem.carrierLabel": {
573
594
  developer_comment: "Label for carrier label",
574
595
  string: "Transportadora: {carrier}"
@@ -685,10 +706,34 @@ var ptBR = {
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 criada em {deliveryDate} com {itemCount} itens e {parcelCount} volumes."
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: "Desconto {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: "Destino:"
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: "Preço com desconto: {discountedPrice} (por unidade)"
@@ -743,7 +788,7 @@ var ptBR = {
743
788
  },
744
789
  "ChangeItem.lineItemShippingDetailsLabel": {
745
790
  developer_comment: "Label for shipping line item label",
746
- string: "On line item <b>{item}</b>"
791
+ string: "No item de linha <b>{item}</b>"
747
792
  },
748
793
  "ChangeItem.locationLabel": {
749
794
  developer_comment: "Label for location",
@@ -769,6 +814,98 @@ var ptBR = {
769
814
  developer_comment: "Label for total of reviews",
770
815
  string: "Número de avaliações: {count}"
771
816
  },
817
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeCartDiscount": {
818
+ developer_comment: "Label for chosen discount type CartDiscount",
819
+ string: "Desconto do carrinho"
820
+ },
821
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeLabel": {
822
+ developer_comment: "Label for chosen discount type field",
823
+ string: "Tipo de desconto escolhido"
824
+ },
825
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeProductDiscount": {
826
+ developer_comment: "Label for chosen discount type ProductDiscount",
827
+ string: "Desconto do produto"
828
+ },
829
+ "ChangeItem.order.discountTypeCombination.typeBestDeal": {
830
+ developer_comment: "Label for order discount type combination BestDeal type",
831
+ string: "Melhor oferta"
832
+ },
833
+ "ChangeItem.order.discountTypeCombination.typeStacking": {
834
+ developer_comment: "Label for order discount type combination Stacking type",
835
+ string: "Empilhamento"
836
+ },
837
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedAmountLabel": {
838
+ developer_comment: "Label for discounted amount on total price",
839
+ string: "Valor do desconto"
840
+ },
841
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedGrossAmountLabel": {
842
+ developer_comment: "Label for discounted gross amount on total price",
843
+ string: "Valor bruto com desconto"
844
+ },
845
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedNetAmountLabel": {
846
+ developer_comment: "Label for discounted net amount on total price",
847
+ string: "Valor líquido com desconto"
848
+ },
849
+ "ChangeItem.order.setDiscountOnTotalPrice.includedDiscountedAmountLabel": {
850
+ developer_comment: "Label for included discounted amount",
851
+ string: "Valor do desconto"
852
+ },
853
+ "ChangeItem.order.setDiscountOnTotalPrice.includedDiscountsLabel": {
854
+ developer_comment: "Label for included discounts list on total price",
855
+ string: "Descontos incluídos"
856
+ },
857
+ "ChangeItem.order.shipping.shippingAddress": {
858
+ developer_comment: "Label for order shipping address field",
859
+ string: "Endereço de entrega"
860
+ },
861
+ "ChangeItem.order.shipping.shippingCustomFields": {
862
+ developer_comment: "Label for order shipping custom fields field",
863
+ string: "Campos personalizados de entrega"
864
+ },
865
+ "ChangeItem.order.shipping.shippingKey": {
866
+ developer_comment: "Label for order shipping key field",
867
+ string: "Chave de entrega"
868
+ },
869
+ "ChangeItem.order.shipping.shippingMethod": {
870
+ developer_comment: "Label for order shipping method field",
871
+ string: "Método de entrega"
872
+ },
873
+ "ChangeItem.order.shipping.shippingPrice": {
874
+ developer_comment: "Label for order shipping price field",
875
+ string: "Preço da entrega"
876
+ },
877
+ "ChangeItem.order.shipping.shippingRateInput": {
878
+ developer_comment: "Label for order shipping rate input field",
879
+ string: "Entrada da taxa de entrega"
880
+ },
881
+ "ChangeItem.order.shipping.shippingRateInput.keyLabel": {
882
+ developer_comment: "Label for order shipping rate input key field",
883
+ string: "Chave"
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: "Pontuação"
892
+ },
893
+ "ChangeItem.order.shipping.shippingRateInput.typeClassification": {
894
+ developer_comment: "Value label for Classification shipping rate input type",
895
+ string: "Classificação"
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: "Pontuação"
904
+ },
905
+ "ChangeItem.parcelDetailsLabel": {
906
+ developer_comment: "Label describing parcel details (used for add/remove operations)",
907
+ string: "Pacote criado em {parcelDate} com {itemCount} itens"
908
+ },
772
909
  "ChangeItem.parcelInfoLabel": {
773
910
  developer_comment: "Label for parcel info",
774
911
  string: "Item: {parcelId} Quantidade: {parcelQuantity}"
@@ -793,6 +930,14 @@ var ptBR = {
793
930
  developer_comment: "Label for productDiscount attribute",
794
931
  string: "Desconto de produto: {productDiscount}"
795
932
  },
933
+ "ChangeItem.productSelection.variantSelection.includeAllExcept": {
934
+ developer_comment: "Label for includeAllExcept variant selection type",
935
+ string: "<b>Incluir tudo exceto</b>:"
936
+ },
937
+ "ChangeItem.productSelection.variantSelection.includeOnly": {
938
+ developer_comment: "Label for includeOnly variant selection type",
939
+ string: "<b>Incluir apenas</b>:"
940
+ },
796
941
  "ChangeItem.providerLabel": {
797
942
  developer_comment: "Label for provider label",
798
943
  string: "Fornecedor: {provider}"
@@ -849,24 +994,56 @@ var ptBR = {
849
994
  developer_comment: "Label for quote request submitted state",
850
995
  string: "Enviado"
851
996
  },
852
- "ChangeItem.removeDeliveryLabel": {
853
- developer_comment: "Label for remove delivery",
854
- string: "Entrega criada em {deliveryDate} com {items} itens e {parcels} pacotes"
997
+ "ChangeItem.reservation.checkoutStartedAtLabel": {
998
+ developer_comment: "Label for reservation checkout started at",
999
+ string: "Checkout iniciado em"
855
1000
  },
856
- "ChangeItem.removeParcelLabel": {
857
- developer_comment: "Label for remove a parcel",
858
- string: "Entrega criada em {parcelDate} com {items} itens"
1001
+ "ChangeItem.reservation.createdAtLabel": {
1002
+ developer_comment: "Label for reservation created at",
1003
+ string: "Criado em"
1004
+ },
1005
+ "ChangeItem.reservation.ownerLabel": {
1006
+ developer_comment: "Label for reservation owner",
1007
+ string: "Proprietário"
1008
+ },
1009
+ "ChangeItem.reservation.quantityLabel": {
1010
+ developer_comment: "Label for reservation quantity",
1011
+ string: "Quantidade"
859
1012
  },
860
1013
  "ChangeItem.restockableInDaysLabel": {
861
1014
  developer_comment: "Label for restockableInDays attribute",
862
1015
  string: "Reabastecível em dias: {restockableInDays} dias"
863
1016
  },
1017
+ "ChangeItem.returnItemCommentLabel": {
1018
+ developer_comment: "Label for return item comment",
1019
+ string: "Comentário: {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 do pagamento: {state}"
1028
+ },
1029
+ "ChangeItem.returnItemQuantityLabel": {
1030
+ developer_comment: "Label for return item quantity",
1031
+ string: "Quantidade: {quantity}"
1032
+ },
1033
+ "ChangeItem.returnItemShipmentStateLabel": {
1034
+ developer_comment: "Label for return item shipment state",
1035
+ string: "Estado da entrega: {state}"
1036
+ },
1037
+ "ChangeItem.returnTrackingIdLabel": {
1038
+ developer_comment: "Label for return tracking ID",
1039
+ string: "ID de rastreamento: {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.setRestockableInDaysLabel": {
869
- developer_comment: "Label for setRestockableInDays",
1045
+ "ChangeItem.setNumberOfDaysLabel": {
1046
+ developer_comment: "Label for DaysValuePresenter",
870
1047
  string: "{day} dias"
871
1048
  },
872
1049
  "ChangeItem.shippingRateFreeAboveLabel": {
@@ -897,10 +1074,6 @@ var ptBR = {
897
1074
  developer_comment: "Label for state quantity change",
898
1075
  string: "Quantidade: {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 em {syncedAt}"
@@ -993,6 +1166,10 @@ var ptBR = {
993
1166
  developer_comment: "Label for widthInMillimeter label",
994
1167
  string: "Largura em mm: {widthInMillimeter}"
995
1168
  },
1169
+ "ChangeItem.zoneLabel": {
1170
+ developer_comment: "Label for zone in shipping rate changes",
1171
+ string: "Para a <b>zona</b>: {zone}"
1172
+ },
996
1173
  "Dashboard.DateRangeSelector.labelFilter.1month": {
997
1174
  developer_comment: "Label for quick filter (1 month)",
998
1175
  string: "Últimos 30 dias"
@@ -1039,6 +1216,10 @@ var ptBR = {
1039
1216
  developer_comment: "Suggestions title",
1040
1217
  string: "Sugestões:"
1041
1218
  },
1219
+ "ResourceAcion.review.changeIncludedInStatistics": {
1220
+ developer_comment: "Filter for changeIncludedInStatistics action",
1221
+ string: "Alteração incluída nas estatísticas"
1222
+ },
1042
1223
  "ResourceAcion.review.setAuthorName": {
1043
1224
  developer_comment: "Label for action setAuthorName",
1044
1225
  string: "Alterar nome do autor"
@@ -1115,6 +1296,10 @@ var ptBR = {
1115
1296
  developer_comment: "Filter for action changeAddress",
1116
1297
  string: "Alterar endereço"
1117
1298
  },
1299
+ "ResourceAction.businessUnit.changeApprovalRuleMode": {
1300
+ developer_comment: "Label for changeApprovalRuleMode action",
1301
+ string: "Alterar modo da regra de aprovação"
1302
+ },
1118
1303
  "ResourceAction.businessUnit.changeAssociate": {
1119
1304
  developer_comment: "Label for changeAssociate action",
1120
1305
  string: "Alterar funções de associados"
@@ -1135,6 +1320,10 @@ var ptBR = {
1135
1320
  developer_comment: "Filter for action changeStatus",
1136
1321
  string: "Alterar status"
1137
1322
  },
1323
+ "ResourceAction.businessUnit.changeTopLevelUnit": {
1324
+ developer_comment: "Label for changeTopLevelUnit action",
1325
+ string: "Alterar unidade de nível superior"
1326
+ },
1138
1327
  "ResourceAction.businessUnit.removeAssociate": {
1139
1328
  developer_comment: "Filter for action removeAssociate",
1140
1329
  string: "Remover associado"
@@ -1151,6 +1340,26 @@ var ptBR = {
1151
1340
  developer_comment: "Filter for action setAddressCustomType",
1152
1341
  string: "Alterar tipo personalizado de endereço"
1153
1342
  },
1343
+ "ResourceAction.businessUnit.setAssociates": {
1344
+ developer_comment: "Label for setAssociates action",
1345
+ string: "Definir associados"
1346
+ },
1347
+ "ResourceAction.businessUnit.setInheritedAssociates": {
1348
+ developer_comment: "Label for setInheritedAssociates action",
1349
+ string: "Definir associados herdados"
1350
+ },
1351
+ "ResourceAction.businessUnit.setInheritedStores": {
1352
+ developer_comment: "Label for setInheritedStores action",
1353
+ string: "Definir lojas herdadas"
1354
+ },
1355
+ "ResourceAction.businessUnit.setStoreMode": {
1356
+ developer_comment: "Label for setStoreMode action",
1357
+ string: "Definir modo da loja"
1358
+ },
1359
+ "ResourceAction.businessUnit.setUnitType": {
1360
+ developer_comment: "Label for setUnitType action",
1361
+ string: "Definir tipo de unidade"
1362
+ },
1154
1363
  "ResourceAction.cartDiscount.changeCartPredicate": {
1155
1364
  developer_comment: "Filter for action changeCartPredicate",
1156
1365
  string: "Alterar predicado do carrinho"
@@ -1167,6 +1376,10 @@ var ptBR = {
1167
1376
  developer_comment: "Filter for action changeTarget",
1168
1377
  string: "Alterar destino"
1169
1378
  },
1379
+ "ResourceAction.cartDiscount.setReferences": {
1380
+ developer_comment: "Filter for setReferences action",
1381
+ string: "Definir referências"
1382
+ },
1170
1383
  "ResourceAction.categories.changeOrderHint": {
1171
1384
  developer_comment: "Label for filter by changeOrderHint",
1172
1385
  string: "Alterar dica de pedido"
@@ -1175,10 +1388,30 @@ var ptBR = {
1175
1388
  developer_comment: "Label for filter by changeParent",
1176
1389
  string: "Alterar pai"
1177
1390
  },
1391
+ "ResourceAction.category.setAncestors": {
1392
+ developer_comment: "Filter for setAncestors action",
1393
+ string: "Definir ancestrais"
1394
+ },
1395
+ "ResourceAction.channel.addRoles": {
1396
+ developer_comment: "Filter for addRoles action",
1397
+ string: "Adicionar regras"
1398
+ },
1399
+ "ResourceAction.channel.removeRoles": {
1400
+ developer_comment: "Filter for removeRoles action",
1401
+ string: "Remover funções"
1402
+ },
1178
1403
  "ResourceAction.channel.setAddress": {
1179
1404
  developer_comment: "Label for filter setAddress",
1180
1405
  string: "Alterar endereço"
1181
1406
  },
1407
+ "ResourceAction.channel.setAddressCustomField": {
1408
+ developer_comment: "Filter for setAddressCustomField action",
1409
+ string: "Definir campo personalizado de endereço"
1410
+ },
1411
+ "ResourceAction.channel.setAddressCustomType": {
1412
+ developer_comment: "Filter for setAddressCustomType action",
1413
+ string: "Definir tipo personalizado de endereço"
1414
+ },
1182
1415
  "ResourceAction.channel.setGeoLocation": {
1183
1416
  developer_comment: "Label for filter setGeoLocation",
1184
1417
  string: "Alterar localização geográfica"
@@ -1387,6 +1620,14 @@ var ptBR = {
1387
1620
  developer_comment: "Filter for changeEmail action",
1388
1621
  string: "Alterar e-mail"
1389
1622
  },
1623
+ "ResourceAction.customers.setAddressCustomField": {
1624
+ developer_comment: "Filter for setAddressCustomField action",
1625
+ string: "Definir campo personalizado de endereço"
1626
+ },
1627
+ "ResourceAction.customers.setAddressCustomType": {
1628
+ developer_comment: "Filter for setAddressCustomType action",
1629
+ string: "Definir tipo personalizado de endereço"
1630
+ },
1390
1631
  "ResourceAction.customers.setAuthenticationMode": {
1391
1632
  developer_comment: "Filter for setAuthenticationMode action",
1392
1633
  string: "Alterar modo de autenticação"
@@ -1399,6 +1640,10 @@ var ptBR = {
1399
1640
  developer_comment: "Filter for setCustomerGroup action",
1400
1641
  string: "Alterar grupo de clientes"
1401
1642
  },
1643
+ "ResourceAction.customers.setCustomerGroupAssignments": {
1644
+ developer_comment: "Filter for setCustomerGroupAssignments action",
1645
+ string: "Definir atribuições de grupos de clientes"
1646
+ },
1402
1647
  "ResourceAction.customers.setCustomerNumber": {
1403
1648
  developer_comment: "Filter for setCustomerNumber action",
1404
1649
  string: "Alterar número de cliente"
@@ -1443,6 +1688,10 @@ var ptBR = {
1443
1688
  developer_comment: "Label for update action changeGroups",
1444
1689
  string: "Alterar grupos"
1445
1690
  },
1691
+ "ResourceAction.discountCode.setApplicationVersion": {
1692
+ developer_comment: "Filter for setApplicationVersion action",
1693
+ string: "Definir versão do aplicativo"
1694
+ },
1446
1695
  "ResourceAction.discountCode.setCartPredicate": {
1447
1696
  developer_comment: "Label for update action setCartPredicate",
1448
1697
  string: "Alterar predicado do carrinho"
@@ -1455,6 +1704,14 @@ var ptBR = {
1455
1704
  developer_comment: "Label for update action setMaxApplicationsPerCustomer",
1456
1705
  string: "Alterar o máximo de aplicativos por cliente"
1457
1706
  },
1707
+ "ResourceAction.discountCode.setReferences": {
1708
+ developer_comment: "Filter for setReferences action",
1709
+ string: "Definir referências"
1710
+ },
1711
+ "ResourceAction.inventoryEntry.changeAvailableQuantity": {
1712
+ developer_comment: "Filter for changeAvailableQuantity action",
1713
+ string: "Alterar quantidade disponível"
1714
+ },
1458
1715
  "ResourceAction.inventoryEntry.changeQuantity": {
1459
1716
  developer_comment: "Filter for changeQuantity action",
1460
1717
  string: "Alterar quantidade"
@@ -1463,6 +1720,18 @@ var ptBR = {
1463
1720
  developer_comment: "Filter for setExpectedDelivery action",
1464
1721
  string: "Alterar entrega esperada"
1465
1722
  },
1723
+ "ResourceAction.inventoryEntry.setMaxCartQuantity": {
1724
+ developer_comment: "Filter for setMaxCartQuantity action",
1725
+ string: "Definir quantidade máxima no carrinho"
1726
+ },
1727
+ "ResourceAction.inventoryEntry.setMinCartQuantity": {
1728
+ developer_comment: "Filter for setMinCartQuantity action",
1729
+ string: "Definir quantidade mínima no carrinho"
1730
+ },
1731
+ "ResourceAction.inventoryEntry.setReservations": {
1732
+ developer_comment: "Filter for setReservations action",
1733
+ string: "Definir reservas"
1734
+ },
1466
1735
  "ResourceAction.inventoryEntry.setRestockableInDays": {
1467
1736
  developer_comment: "Filter for setRestockableInDays action",
1468
1737
  string: "Alterar reabastecível em dias"
@@ -1471,6 +1740,114 @@ var ptBR = {
1471
1740
  developer_comment: "Filter for setSupplyChannel action",
1472
1741
  string: "Alterar canal de fornecimento"
1473
1742
  },
1743
+ "ResourceAction.order.addShipping": {
1744
+ developer_comment: "Filter for addShipping action",
1745
+ string: "Adicionar entrega"
1746
+ },
1747
+ "ResourceAction.order.changeCustomLineItemPriceRoundingMode": {
1748
+ developer_comment: "Filter for changeCustomLineItemPriceRoundingMode action",
1749
+ string: "Alterar modo de arredondamento do preço do item de linha personalizado"
1750
+ },
1751
+ "ResourceAction.order.changeDiscountTypeCombination": {
1752
+ developer_comment: "Filter for changeDiscountTypeCombination action",
1753
+ string: "Alterar combinação de tipo de desconto"
1754
+ },
1755
+ "ResourceAction.order.changeLineItemPriceRoundingMode": {
1756
+ developer_comment: "Filter for changeLineItemPriceRoundingMode action",
1757
+ string: "Alterar o modo de arredondamento do preço do item de linha"
1758
+ },
1759
+ "ResourceAction.order.changePriceRoundingMode": {
1760
+ developer_comment: "Filter for changePriceRoundingMode action",
1761
+ string: "Alterar o modo de arredondamento do preço"
1762
+ },
1763
+ "ResourceAction.order.removeShipping": {
1764
+ developer_comment: "Filter for removeShipping action",
1765
+ string: "Remover entrega"
1766
+ },
1767
+ "ResourceAction.order.setBillingAddressCustomField": {
1768
+ developer_comment: "Filter for setBillingAddressCustomField action",
1769
+ string: "Definir campo personalizado do endereço de cobrança"
1770
+ },
1771
+ "ResourceAction.order.setBillingAddressCustomType": {
1772
+ developer_comment: "Filter for setBillingAddressCustomType action",
1773
+ string: "Definir tipo personalizado do endereço de cobrança"
1774
+ },
1775
+ "ResourceAction.order.setBusinessUnit": {
1776
+ developer_comment: "Filter for setBusinessUnit action",
1777
+ string: "Definir unidade de negócios"
1778
+ },
1779
+ "ResourceAction.order.setCustomLineItemDiscountedPrice": {
1780
+ developer_comment: "Filter for setCustomLineItemDiscountedPrice action",
1781
+ string: "Definir preço com desconto do item de linha personalizado"
1782
+ },
1783
+ "ResourceAction.order.setCustomLineItemDiscountedPricePerQuantity": {
1784
+ developer_comment: "Filter for setCustomLineItemDiscountedPricePerQuantity action",
1785
+ string: "Definir preço com desconto por quantidade do item de linha personalizado"
1786
+ },
1787
+ "ResourceAction.order.setDeliveryAddressCustomField": {
1788
+ developer_comment: "Filter for setDeliveryAddressCustomField action",
1789
+ string: "Definir campo personalizado do endereço de entrega"
1790
+ },
1791
+ "ResourceAction.order.setDeliveryAddressCustomType": {
1792
+ developer_comment: "Filter for setDeliveryAddressCustomType action",
1793
+ string: "Definir tipo personalizado do endereço de entrega"
1794
+ },
1795
+ "ResourceAction.order.setDirectDiscounts": {
1796
+ developer_comment: "Filter for setDirectDiscounts action",
1797
+ string: "Definir descontos diretos"
1798
+ },
1799
+ "ResourceAction.order.setDiscountOnTotalPrice": {
1800
+ developer_comment: "Filter for setDiscountOnTotalPrice action",
1801
+ string: "Definir desconto sobre o preço total"
1802
+ },
1803
+ "ResourceAction.order.setItemShippingAddressCustomField": {
1804
+ developer_comment: "Filter for setItemShippingAddressCustomField action",
1805
+ string: "Definir campo personalizado do endereço de entrega do item"
1806
+ },
1807
+ "ResourceAction.order.setItemShippingAddressCustomType": {
1808
+ developer_comment: "Filter for setItemShippingAddressCustomType action",
1809
+ string: "Definir tipo personalizado do endereço de entrega do item"
1810
+ },
1811
+ "ResourceAction.order.setReturnCustomItemCustomField": {
1812
+ developer_comment: "Filter for setReturnCustomItemCustomField action",
1813
+ string: "Definir campo personalizado do item de devolução"
1814
+ },
1815
+ "ResourceAction.order.setReturnCustomItemCustomType": {
1816
+ developer_comment: "Filter for setReturnCustomItemCustomType action",
1817
+ string: "Definir tipo personalizado do item de devolução"
1818
+ },
1819
+ "ResourceAction.order.setReturnInfo": {
1820
+ developer_comment: "Filter for setReturnInfo action",
1821
+ string: "Definir informações de devolução"
1822
+ },
1823
+ "ResourceAction.order.setShippingAddressCustomField": {
1824
+ developer_comment: "Filter for setShippingAddressCustomField action",
1825
+ string: "Definir campo personalizado do endereço de entrega"
1826
+ },
1827
+ "ResourceAction.order.setShippingAddressCustomType": {
1828
+ developer_comment: "Filter for setShippingAddressCustomType action",
1829
+ string: "Definir tipo personalizado do endereço de entrega"
1830
+ },
1831
+ "ResourceAction.order.setShippingCustomField": {
1832
+ developer_comment: "Filter for setShippingCustomField action",
1833
+ string: "Definir campo personalizado de entrega"
1834
+ },
1835
+ "ResourceAction.order.setShippingCustomType": {
1836
+ developer_comment: "Filter for setShippingCustomType action",
1837
+ string: "Definir tipo personalizado de entrega"
1838
+ },
1839
+ "ResourceAction.order.setShippingInfoDiscountedPrice": {
1840
+ developer_comment: "Filter for setShippingInfoDiscountedPrice action",
1841
+ string: "Definir preço com desconto das informações de entrega"
1842
+ },
1843
+ "ResourceAction.order.setShippingMethodTaxCategory": {
1844
+ developer_comment: "Filter for setShippingMethodTaxCategory action",
1845
+ string: "Definir categoria fiscal do método de entrega"
1846
+ },
1847
+ "ResourceAction.order.setTaxedShippingPrice": {
1848
+ developer_comment: "Filter for setTaxedShippingPrice action",
1849
+ string: "Definir preço do envio com imposto"
1850
+ },
1474
1851
  "ResourceAction.orders.addCustomLineItem": {
1475
1852
  developer_comment: "Filter for addCustomLineItem action",
1476
1853
  string: "Adicionar item de linha personalizado"
@@ -1487,6 +1864,10 @@ var ptBR = {
1487
1864
  developer_comment: "Filter for addItemShippingAddress action",
1488
1865
  string: "Adicionar endereço de entrega do item"
1489
1866
  },
1867
+ "ResourceAction.orders.addLineItem": {
1868
+ developer_comment: "Filter for addLineItem action",
1869
+ string: "Adicionar item de linha"
1870
+ },
1490
1871
  "ResourceAction.orders.addParcelToDelivery": {
1491
1872
  developer_comment: "Filter for addParcelToDelivery action",
1492
1873
  string: "Adicionar pacote à entrega"
@@ -1503,6 +1884,10 @@ var ptBR = {
1503
1884
  developer_comment: "Filter for changeCustomLineItemQuantity action",
1504
1885
  string: "Alterar a quantidade do item de linha personalizado"
1505
1886
  },
1887
+ "ResourceAction.orders.changeLineItemQuantity": {
1888
+ developer_comment: "Filter for changeLineItemQuantity action",
1889
+ string: "Alterar quantidade do item de linha"
1890
+ },
1506
1891
  "ResourceAction.orders.changeOrderState": {
1507
1892
  developer_comment: "Filter for changeOrderState action",
1508
1893
  string: "Alterar estado do pedido"
@@ -1543,6 +1928,10 @@ var ptBR = {
1543
1928
  developer_comment: "Filter for removeItemShippingAddress action",
1544
1929
  string: "Remover endereço de entrega do item"
1545
1930
  },
1931
+ "ResourceAction.orders.removeLineItem": {
1932
+ developer_comment: "Filter for removeLineItem action",
1933
+ string: "Remover item de linha"
1934
+ },
1546
1935
  "ResourceAction.orders.removeParcelFromDelivery": {
1547
1936
  developer_comment: "Filter for removeParcelFromDelivery action",
1548
1937
  string: "Remover pacote da entrega"
@@ -1623,6 +2012,14 @@ var ptBR = {
1623
2012
  developer_comment: "Filter for setDeliveryItems action",
1624
2013
  string: "Definir itens de entrega"
1625
2014
  },
2015
+ "ResourceAction.orders.setLineItemCustomField": {
2016
+ developer_comment: "Filter for setLineItemCustomField action",
2017
+ string: "Definir campo personalizado do item de linha"
2018
+ },
2019
+ "ResourceAction.orders.setLineItemCustomType": {
2020
+ developer_comment: "Filter for setLineItemCustomType action",
2021
+ string: "Definir tipo personalizado do item de linha"
2022
+ },
1626
2023
  "ResourceAction.orders.setLineItemDiscountedPrice": {
1627
2024
  developer_comment: "Filter for setLineItemDiscountedPrice action",
1628
2025
  string: "Definir preço com desconto do item de linha"
@@ -1783,6 +2180,10 @@ var ptBR = {
1783
2180
  developer_comment: "Filter for action addTransaction",
1784
2181
  string: "Adicionar transação"
1785
2182
  },
2183
+ "ResourceAction.payment.changeAmountAuthorized": {
2184
+ developer_comment: "Filter for changeAmountAuthorized action",
2185
+ string: "Alterar valor autorizado"
2186
+ },
1786
2187
  "ResourceAction.payment.changeAmountPlanned": {
1787
2188
  developer_comment: "Filter for action changeAmountPlanned",
1788
2189
  string: "Alterar valor planejado"
@@ -1923,10 +2324,22 @@ var ptBR = {
1923
2324
  developer_comment: "Filter for action changePredicate",
1924
2325
  string: "Alterar predicado"
1925
2326
  },
2327
+ "ResourceAction.productDiscount.setIsValid": {
2328
+ developer_comment: "Filter for setIsValid action",
2329
+ string: "A definição é válida"
2330
+ },
2331
+ "ResourceAction.productDiscount.setReferences": {
2332
+ developer_comment: "Filter for setReferences action",
2333
+ string: "Definir referências"
2334
+ },
1926
2335
  "ResourceAction.productSelection.addProductLabel": {
1927
2336
  developer_comment: "Filter for action addProduct",
1928
2337
  string: "Adicionar produto"
1929
2338
  },
2339
+ "ResourceAction.productSelection.excludeProductLabel": {
2340
+ developer_comment: "Filter for action excludeProduct",
2341
+ string: "Excluir produto"
2342
+ },
1930
2343
  "ResourceAction.productSelection.removeProductLabel": {
1931
2344
  developer_comment: "Filter for action removeProduct",
1932
2345
  string: "Remover produto"
@@ -1935,6 +2348,14 @@ var ptBR = {
1935
2348
  developer_comment: "Filter for action setProductCount",
1936
2349
  string: "Alterar contagem de produtos"
1937
2350
  },
2351
+ "ResourceAction.productSelection.setVariantExclusionLabel": {
2352
+ developer_comment: "Filter for action setVariantExclusion",
2353
+ string: "Definir exclusão de variante"
2354
+ },
2355
+ "ResourceAction.productSelection.setVariantSelectionLabel": {
2356
+ developer_comment: "Filter for action setVariantSelection",
2357
+ string: "Definir seleção de variante"
2358
+ },
1938
2359
  "ResourceAction.productType.addAttributeDefinition": {
1939
2360
  developer_comment: "Label for filter addAttributeDefinition",
1940
2361
  string: "Adicionar definição de atributo"
@@ -1979,10 +2400,18 @@ var ptBR = {
1979
2400
  developer_comment: "Label for filter removeEnumValues",
1980
2401
  string: "Remover valores enum"
1981
2402
  },
2403
+ "ResourceAction.productType.removeLocalizedEnumValues": {
2404
+ developer_comment: "Filter for removeLocalizedEnumValues action",
2405
+ string: "Remover valores de enumeração localizados"
2406
+ },
1982
2407
  "ResourceAction.productType.setInputTip": {
1983
2408
  developer_comment: "Label for filter setInputTip",
1984
2409
  string: "Alterar dica de entrada"
1985
2410
  },
2411
+ "ResourceAction.quote.changeCustomer": {
2412
+ developer_comment: "Filter for changeCustomer action",
2413
+ string: "Alterar cliente"
2414
+ },
1986
2415
  "ResourceAction.quote.changeQuoteStateLabel": {
1987
2416
  developer_comment: "Label for a Quote state change",
1988
2417
  string: "Alterar estado da cotação"
@@ -1995,10 +2424,54 @@ var ptBR = {
1995
2424
  developer_comment: "Label for set buyer comment change",
1996
2425
  string: "Definir comentário do comprador"
1997
2426
  },
2427
+ "ResourceAction.quoteRequest.changeCustomer": {
2428
+ developer_comment: "Filter for changeCustomer action",
2429
+ string: "Alterar cliente"
2430
+ },
1998
2431
  "ResourceAction.quoteRequest.changeQuoteRequestStateLabel": {
1999
2432
  developer_comment: "Label for a Quote Request state change",
2000
2433
  string: "Alterar estado da cotação"
2001
2434
  },
2435
+ "ResourceAction.shippingMethod.addShippingRate": {
2436
+ developer_comment: "Filter for action addShippingRate",
2437
+ string: "Adicionar taxa de entrega"
2438
+ },
2439
+ "ResourceAction.shippingMethod.addZone": {
2440
+ developer_comment: "Filter for action addZone",
2441
+ string: "Adicionar zona"
2442
+ },
2443
+ "ResourceAction.shippingMethod.changeActive": {
2444
+ developer_comment: "Filter for action changeActive",
2445
+ string: "Alterar status ativo"
2446
+ },
2447
+ "ResourceAction.shippingMethod.changeIsDefault": {
2448
+ developer_comment: "Filter for action changeIsDefault",
2449
+ string: "A alteração é padrão"
2450
+ },
2451
+ "ResourceAction.shippingMethod.changeTaxCategory": {
2452
+ developer_comment: "Filter for action changeTaxCategory",
2453
+ string: "Alterar categoria fiscal"
2454
+ },
2455
+ "ResourceAction.shippingMethod.removeShippingRate": {
2456
+ developer_comment: "Filter for action removeShippingRate",
2457
+ string: "Remover taxa de entrega"
2458
+ },
2459
+ "ResourceAction.shippingMethod.removeZone": {
2460
+ developer_comment: "Filter for action removeZone",
2461
+ string: "Remover zona"
2462
+ },
2463
+ "ResourceAction.shippingMethod.setLocalizedDescription": {
2464
+ developer_comment: "Filter for action setLocalizedDescription",
2465
+ string: "Alterar descrição localizada"
2466
+ },
2467
+ "ResourceAction.shippingMethod.setLocalizedName": {
2468
+ developer_comment: "Filter for action setLocalizedName",
2469
+ string: "Alterar nome localizado"
2470
+ },
2471
+ "ResourceAction.shippingMethod.setPredicate": {
2472
+ developer_comment: "Filter for action setPredicate",
2473
+ string: "Definir predicado"
2474
+ },
2002
2475
  "ResourceAction.shoppingList.addLineItem": {
2003
2476
  developer_comment: "Label for action addLineItem",
2004
2477
  string: "Adicionar item de linha"
@@ -2007,6 +2480,14 @@ var ptBR = {
2007
2480
  developer_comment: "Label for action addTextLineItem",
2008
2481
  string: "Adicionar item de linha de texto"
2009
2482
  },
2483
+ "ResourceAction.shoppingList.changeLineItemName": {
2484
+ developer_comment: "Filter for changeLineItemName action",
2485
+ string: "Alterar nome do item de linha"
2486
+ },
2487
+ "ResourceAction.shoppingList.changeLineItemPublished": {
2488
+ developer_comment: "Filter for changeLineItemPublished action",
2489
+ string: "Alterar item de linha publicado"
2490
+ },
2010
2491
  "ResourceAction.shoppingList.changeLineItemQuantity": {
2011
2492
  developer_comment: "Label for action changeLineItemQuantity",
2012
2493
  string: "Alterar a quantidade do item de linha"
@@ -2035,6 +2516,10 @@ var ptBR = {
2035
2516
  developer_comment: "Label for action removeTextLineItem",
2036
2517
  string: "Remover item de linha de texto"
2037
2518
  },
2519
+ "ResourceAction.shoppingList.setBusinessUnit": {
2520
+ developer_comment: "Filter for setBusinessUnit action",
2521
+ string: "Definir unidade de negócios"
2522
+ },
2038
2523
  "ResourceAction.shoppingList.setDeleteDaysAfterLastModification": {
2039
2524
  developer_comment: "Label for action setDeleteDaysAfterLastModification",
2040
2525
  string: "Alterar exclusão dias após a última modificação"
@@ -2075,6 +2560,18 @@ var ptBR = {
2075
2560
  developer_comment: "Label for a Staged Quote valid to date change",
2076
2561
  string: "Definir válido até"
2077
2562
  },
2563
+ "ResourceAction.standalonePrice.changeActive": {
2564
+ developer_comment: "Filter for action changeActive",
2565
+ string: "Definir o status ativo"
2566
+ },
2567
+ "ResourceAction.standalonePrice.setDiscountedPrice": {
2568
+ developer_comment: "Filter for action setDiscountedPrice",
2569
+ string: "Definir preço com desconto"
2570
+ },
2571
+ "ResourceAction.standalonePrice.setPriceTiers": {
2572
+ developer_comment: "Filter for action setPriceTiers",
2573
+ string: "Definir níveis de preço"
2574
+ },
2078
2575
  "ResourceAction.state.addEnumValueLabel": {
2079
2576
  developer_comment: "Filter for action addEnumValue",
2080
2577
  string: "Adicionar valor enum"
@@ -2125,15 +2622,15 @@ var ptBR = {
2125
2622
  },
2126
2623
  "ResourceAction.store.addProductSelection": {
2127
2624
  developer_comment: "Label for action addProductSelection",
2128
- string: "Alterar linha e adicionar seleção de produto"
2625
+ string: "Adicionar seleção de produto"
2129
2626
  },
2130
2627
  "ResourceAction.store.changeProductSelectionActive": {
2131
2628
  developer_comment: "Label for action changeProductSelectionActive",
2132
- string: "Alterar linha, alterar seleção de produto ativa"
2629
+ string: "Definir seleção de produto como ativa"
2133
2630
  },
2134
2631
  "ResourceAction.store.removeProductSelection": {
2135
2632
  developer_comment: "Label for action removeProductSelection",
2136
- string: "Alterar linha remover seleção de produto"
2633
+ string: "Remover seleção de produto"
2137
2634
  },
2138
2635
  "ResourceAction.store.setCountriesLabel": {
2139
2636
  developer_comment: "Filter for action setCountries",
@@ -2149,7 +2646,7 @@ var ptBR = {
2149
2646
  },
2150
2647
  "ResourceAction.store.setProductSelections": {
2151
2648
  developer_comment: "Label for action setProductSelections",
2152
- string: "Alterar seleções de produtos do conjunto de linhas"
2649
+ string: "Definir seleções de produtos"
2153
2650
  },
2154
2651
  "ResourceAction.store.setSupplyChannelsLabel": {
2155
2652
  developer_comment: "Filter for action setSupplyChannels",
@@ -2163,6 +2660,10 @@ var ptBR = {
2163
2660
  developer_comment: "Label for filter removeTaxRate",
2164
2661
  string: "Remover taxa de imposto"
2165
2662
  },
2663
+ "ResourceAction.taxCategory.replaceTaxRate": {
2664
+ developer_comment: "Filter for replaceTaxRate action",
2665
+ string: "Substituir taxa de imposto"
2666
+ },
2166
2667
  "ResourceAction.zone.addLocationLabel": {
2167
2668
  developer_comment: "Filter for action addLocation",
2168
2669
  string: "Adicionar localização"
@@ -2173,7 +2674,7 @@ var ptBR = {
2173
2674
  },
2174
2675
  "ResourceCell.customObjectResource": {
2175
2676
  developer_comment: "Label when the resource is a custom object",
2176
- string: "Container: {container}<br></br>Key: {key}"
2677
+ string: "Contêiner: {container}\nChave: {key}"
2177
2678
  },
2178
2679
  "ResourceCell.deletedResource": {
2179
2680
  developer_comment: "Label when the entity has been deleted",
@@ -2187,10 +2688,6 @@ var ptBR = {
2187
2688
  developer_comment: "Label when the resource is an inventory entry",
2188
2689
  string: "Entrada de inventário 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 ptBR = {
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: "Não"
2213
- },
2214
- "ResourcePreview.AssociateRole.assignableTrueLabel": {
2215
- developer_comment: "Label associate role field buyer assignable true",
2216
- string: "Sim"
2217
- },
2218
- "ResourcePreview.AssociateRole.buyerAssignableLabel": {
2219
- developer_comment: "Label associate role field buyer assignable",
2220
- string: "Atribuível aos compradores"
2221
- },
2222
- "ResourcePreview.AssociateRole.createdAtLabel": {
2223
- developer_comment: "Label associate role field created at",
2224
- string: "Criado em"
2225
- },
2226
- "ResourcePreview.AssociateRole.keyLabel": {
2227
- developer_comment: "Label associate role field key",
2228
- string: "Chave"
2229
- },
2230
- "ResourcePreview.AssociateRole.nameLabel": {
2231
- developer_comment: "Label associate role field name",
2232
- string: "Nome"
2233
- },
2234
- "ResourcePreview.BusinessUnit.businessUnitTypeLabel": {
2235
- developer_comment: "Label business unit field business unit type",
2236
- string: "Tipo de unidade de negócios"
2237
- },
2238
- "ResourcePreview.BusinessUnit.contactEmailLabel": {
2239
- developer_comment: "Label business unit field contact email address",
2240
- string: "Endereço de e-mail de contato"
2241
- },
2242
- "ResourcePreview.BusinessUnit.createdAtLabel": {
2243
- developer_comment: "Label business unit field created at",
2244
- string: "Criado em"
2245
- },
2246
- "ResourcePreview.BusinessUnit.keyLabel": {
2247
- developer_comment: "Label business unit field key",
2248
- string: "Chave"
2249
- },
2250
- "ResourcePreview.BusinessUnit.nameLabel": {
2251
- developer_comment: "Label business unit field name",
2252
- string: "Nome"
2253
- },
2254
- "ResourcePreview.BusinessUnit.parentUnitLabel": {
2255
- developer_comment: "Label business unit parent unit",
2256
- string: "Unidade parental"
2257
- },
2258
- "ResourcePreview.BusinessUnit.selfValue": {
2259
- developer_comment: "Label business unit value self",
2260
- string: "Próprio"
2261
- },
2262
- "ResourcePreview.BusinessUnit.storesLabel": {
2263
- developer_comment: "Label business unit field stores",
2264
- string: "Lojas vinculadas a esta unidade de negócios"
2265
- },
2266
- "ResourcePreview.BusinessUnit.topLevelUnitLabel": {
2267
- developer_comment: "Label business unit field top level unit",
2268
- string: "Unidade de nível superior"
2269
- },
2270
- "ResourcePreview.CartDiscount.createdAtLabel": {
2271
- developer_comment: "Label cart discount field created at",
2272
- string: "Criado em"
2273
- },
2274
- "ResourcePreview.CartDiscount.descriptionLabel": {
2275
- developer_comment: "Label cart discount field description",
2276
- string: "Descrição"
2277
- },
2278
- "ResourcePreview.CartDiscount.isActiveFalseLabel": {
2279
- developer_comment: "Label cart discount field is active is false",
2280
- string: "Não"
2281
- },
2282
- "ResourcePreview.CartDiscount.isActiveLabel": {
2283
- developer_comment: "Label cart discount field is active",
2284
- string: "Está ativo"
2285
- },
2286
- "ResourcePreview.CartDiscount.isActiveTrueLabel": {
2287
- developer_comment: "Label cart discount field is active is true",
2288
- string: "Sim"
2289
- },
2290
- "ResourcePreview.CartDiscount.nameLabel": {
2291
- developer_comment: "Label cart discount field name",
2292
- string: "Nome"
2293
- },
2294
- "ResourcePreview.CartDiscount.sortOrderLabel": {
2295
- developer_comment: "Label cart discount field sort order",
2296
- string: "Classificação (ordem de classificação)"
2297
- },
2298
- "ResourcePreview.CartDiscount.validFromLabel": {
2299
- developer_comment: "Label cart discount field valid from",
2300
- string: "Válido de"
2301
- },
2302
- "ResourcePreview.CartDiscount.validUntilLabel": {
2303
- developer_comment: "Label cart discount field valid until",
2304
- string: "Válido até"
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: "Item de presente"
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: "Criado em"
2329
- },
2330
- "ResourcePreview.Category.descriptionLabel": {
2331
- developer_comment: "Label category field description",
2332
- string: "Descrição"
2333
- },
2334
- "ResourcePreview.Category.externalIdLabel": {
2335
- developer_comment: "Label category field externalId",
2336
- string: "ID externa"
2337
- },
2338
- "ResourcePreview.Category.keyLabel": {
2339
- developer_comment: "Label category field key",
2340
- string: "Chave"
2341
- },
2342
- "ResourcePreview.Category.nameLabel": {
2343
- developer_comment: "Label category field name",
2344
- string: "Nome"
2345
- },
2346
- "ResourcePreview.Category.orderHintLabel": {
2347
- developer_comment: "Label category field orderHint",
2348
- string: "Ordem das categorias (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: "Cidade"
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: "Criado em"
2365
- },
2366
- "ResourcePreview.Channel.descriptionLabel": {
2367
- developer_comment: "Label channel field description",
2368
- string: "Descrição"
2369
- },
2370
- "ResourcePreview.Channel.geoLocationLabel": {
2371
- developer_comment: "Label channel field geoLocation",
2372
- string: "Localização geográfica"
2373
- },
2374
- "ResourcePreview.Channel.geoLocationValue": {
2375
- developer_comment: "Label for channel field geoLocation value",
2376
- string: "({type}) Longitude: {longitude} - Latitude: {latitude}"
2377
- },
2378
- "ResourcePreview.Channel.keyLabel": {
2379
- developer_comment: "Label channel field key",
2380
- string: "Chave"
2381
- },
2382
- "ResourcePreview.Channel.nameLabel": {
2383
- developer_comment: "Label channel field name",
2384
- string: "Nome"
2385
- },
2386
- "ResourcePreview.Channel.postalCodeLabel": {
2387
- developer_comment: "Label channel field address postal code",
2388
- string: "CEP"
2389
- },
2390
- "ResourcePreview.Channel.regionLabel": {
2391
- developer_comment: "Label channel field address region",
2392
- string: "Região"
2393
- },
2394
- "ResourcePreview.Channel.rolesLabel": {
2395
- developer_comment: "Label channel field roles",
2396
- string: "Funções"
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: "Nome da rua"
2405
- },
2406
- "ResourcePreview.Channel.streetNumberLabel": {
2407
- developer_comment: "Label channel field address street number",
2408
- string: "Número"
2409
- },
2410
2707
  "ResourcePreview.CustomObject.containerLabel": {
2411
2708
  developer_comment: "Label custom object field container",
2412
2709
  string: "Contêiner"
@@ -2423,441 +2720,53 @@ var ptBR = {
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: "Criado em"
2429
- },
2430
- "ResourcePreview.Customer.dateOfBirthLabel": {
2431
- developer_comment: "Label customer field dateOfBirth",
2432
- string: "Data de nascimento"
2433
- },
2434
- "ResourcePreview.Customer.emailLabel": {
2435
- developer_comment: "Label customer field email",
2436
- string: "E-mail"
2437
- },
2438
- "ResourcePreview.Customer.externalIdLabel": {
2439
- developer_comment: "Label customer field externalId",
2440
- string: "ID externa"
2441
- },
2442
- "ResourcePreview.Customer.firstNameLabel": {
2443
- developer_comment: "Label customer field firstName",
2444
- string: "Nome"
2445
- },
2446
- "ResourcePreview.Customer.keyLabel": {
2447
- developer_comment: "Label customer field key",
2448
- string: "Chave"
2449
- },
2450
- "ResourcePreview.Customer.lastNameLabel": {
2451
- developer_comment: "Label customer field lastName",
2452
- string: "Sobrenome"
2453
- },
2454
- "ResourcePreview.Customer.middleNameLabel": {
2455
- developer_comment: "Label customer field middleName",
2456
- string: "Nome do meio"
2457
- },
2458
- "ResourcePreview.Customer.salutationLabel": {
2459
- developer_comment: "Label customer field salutation",
2460
- string: "Saudação"
2461
- },
2462
- "ResourcePreview.Customer.storesLabel": {
2463
- developer_comment: "Label customer field stores",
2464
- string: "Conta restrita a estas lojas"
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: "Criado em"
2473
- },
2474
- "ResourcePreview.CustomerGroup.keyLabel": {
2475
- developer_comment: "Label customer group field key",
2476
- string: "Chave"
2477
- },
2478
- "ResourcePreview.CustomerGroup.nameLabel": {
2479
- developer_comment: "Label customer group field name",
2480
- string: "Nome"
2481
- },
2482
- "ResourcePreview.DiscountCode.cartDiscountsLabel": {
2483
- developer_comment: "Label discount max applications per customer field code",
2484
- string: "Descontos no carrinho"
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: "Criado em"
2493
- },
2494
- "ResourcePreview.DiscountCode.descriptionLabel": {
2495
- developer_comment: "Label discount code field description",
2496
- string: "Descrição"
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á ativo"
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áx. de aplicativos"
2513
- },
2514
- "ResourcePreview.DiscountCode.maxApplicationsPerCustomerLabel": {
2515
- developer_comment: "Label discount max applications per customer field code",
2516
- string: "Máximo de aplicativos por cliente"
2517
- },
2518
- "ResourcePreview.DiscountCode.nameLabel": {
2519
- developer_comment: "Label discount code field name",
2520
- string: "Nome"
2521
- },
2522
- "ResourcePreview.DiscountCode.validFromLabel": {
2523
- developer_comment: "Label discount code field valid from",
2524
- string: "Válido de"
2525
- },
2526
- "ResourcePreview.DiscountCode.validUntilLabel": {
2527
- developer_comment: "Label discount code field valid until",
2528
- string: "Válido até"
2529
- },
2530
- "ResourcePreview.InventoryEntry.availableQuantityLabel": {
2531
- developer_comment: "Label inventory entry field available quantity",
2532
- string: "Quantidade disponível"
2533
- },
2534
- "ResourcePreview.InventoryEntry.createdAtLabel": {
2535
- developer_comment: "Label inventory entry field created at",
2536
- string: "Criado em"
2537
- },
2538
- "ResourcePreview.InventoryEntry.expectedDeliveryLabel": {
2539
- developer_comment: "Label inventory entry field expect delivery",
2540
- string: "Entrega esperada"
2541
- },
2542
- "ResourcePreview.InventoryEntry.quantityOnStockLabel": {
2543
- developer_comment: "Label inventory entry field quantity on stock",
2544
- string: "Quantidade em estoque"
2545
- },
2546
- "ResourcePreview.InventoryEntry.restockableInDaysLabel": {
2547
- developer_comment: "Label inventory entry field restockable in days",
2548
- string: "Reabastecível em dias"
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 abastecimento"
2557
- },
2558
- "ResourcePreview.Order.completedAtLabel": {
2559
- developer_comment: "Label order field completed at",
2560
- string: "Concluído em"
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: "Criado em"
2569
- },
2570
- "ResourcePreview.Order.customerEmailLabel": {
2571
- developer_comment: "Label order field customer email",
2572
- string: "E-mail do cliente"
2573
- },
2574
- "ResourcePreview.Order.orderNumberLabel": {
2575
- developer_comment: "Label order field order number",
2576
- string: "Número do pedido"
2577
- },
2578
- "ResourcePreview.Order.orderStateLabel": {
2579
- developer_comment: "Label order field order state",
2580
- string: "Status do pedido"
2581
- },
2582
- "ResourcePreview.Order.paymentStateLabel": {
2583
- developer_comment: "Label order field payment state",
2584
- string: "Status do pagamento"
2585
- },
2586
- "ResourcePreview.Order.shipmentStateLabel": {
2587
- developer_comment: "Label order field shipment state",
2588
- string: "Status do envio"
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: "Loja"
2597
- },
2598
- "ResourcePreview.Order.taxPortionsLabel": {
2599
- developer_comment: "Label order field tax portions",
2600
- string: "Parcelas fiscais"
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 líquido"
2609
- },
2610
2723
  "ResourcePreview.Payment.amountPlannedLabel": {
2611
2724
  developer_comment: "Label payment field amount planned",
2612
- string: "Valor planejado"
2725
+ string: "Amount planned"
2613
2726
  },
2614
2727
  "ResourcePreview.Payment.anonymousIdLabel": {
2615
2728
  developer_comment: "Label payment field anonymous id",
2616
- string: "ID anônimo"
2729
+ string: "Anonymous ID"
2617
2730
  },
2618
2731
  "ResourcePreview.Payment.createdAtLabel": {
2619
2732
  developer_comment: "Label payment field created at",
2620
- string: "Criado em"
2733
+ string: "Created on"
2621
2734
  },
2622
2735
  "ResourcePreview.Payment.customerEmailLabel": {
2623
2736
  developer_comment: "Label payment field customer email",
2624
- string: "E-mail do cliente"
2737
+ string: "Customer email"
2625
2738
  },
2626
2739
  "ResourcePreview.Payment.interfaceIdLabel": {
2627
2740
  developer_comment: "Label payment field interface id",
2628
- string: "ID da interface"
2741
+ string: "Interface ID"
2629
2742
  },
2630
2743
  "ResourcePreview.Payment.keyLabel": {
2631
2744
  developer_comment: "Label payment field key",
2632
- string: "Chave"
2745
+ string: "Key"
2633
2746
  },
2634
2747
  "ResourcePreview.Payment.paymentMethodInfoInterfaceLabel": {
2635
2748
  developer_comment: "Label payment field payment method interface",
2636
- string: "Interface de método de pagamento"
2749
+ string: "Payment method interface"
2637
2750
  },
2638
2751
  "ResourcePreview.Payment.paymentMethodInfoMethodLabel": {
2639
2752
  developer_comment: "Label payment field payment method",
2640
- string: "Método de pagamento"
2753
+ string: "Payment method"
2641
2754
  },
2642
2755
  "ResourcePreview.Payment.paymentMethodInfoNameLabel": {
2643
2756
  developer_comment: "Label payment field payment method name",
2644
- string: "Nome do método de pagamento"
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: "Código da interface de status de pagamento"
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: "Texto da interface de status de pagamento"
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: "Estado do status do pagamento"
2657
- },
2658
- "ResourcePreview.Product.categoriesLabel": {
2659
- developer_comment: "Label product field categories",
2660
- string: "Categorias"
2661
- },
2662
- "ResourcePreview.Product.createdAtLabel": {
2663
- developer_comment: "Label product field created at",
2664
- string: "Criado em"
2665
- },
2666
- "ResourcePreview.Product.descriptionLabel": {
2667
- developer_comment: "Label product field description",
2668
- string: "Descrição"
2669
- },
2670
- "ResourcePreview.Product.keyLabel": {
2671
- developer_comment: "Label product field key",
2672
- string: "Chave"
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 produto"
2681
- },
2682
- "ResourcePreview.Product.publishedFalseLabel": {
2683
- developer_comment: "Label product field published false",
2684
- string: "Não"
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: "Sim"
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: "Contagem"
2701
- },
2702
- "ResourcePreview.Product.reviewRatingStatisticsHighestRatingLabel": {
2703
- developer_comment: "Label product field highest rating",
2704
- string: "Classificação mais alta"
2705
- },
2706
- "ResourcePreview.Product.reviewRatingStatisticsLowestRatingLabel": {
2707
- developer_comment: "Label product field lowest rating",
2708
- string: "Classificação mais baixa"
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} (ID)"
2721
- },
2722
- "ResourcePreview.Product.variantsKeyLabel": {
2723
- developer_comment: "Label product field variants key",
2724
- string: "{key} (chave)"
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: "Criado em"
2737
- },
2738
- "ResourcePreview.ProductDiscount.descriptionLabel": {
2739
- developer_comment: "Label product discount field description",
2740
- string: "Descrição"
2741
- },
2742
- "ResourcePreview.ProductDiscount.isActiveFalseLabel": {
2743
- developer_comment: "Label product discount field is active is false",
2744
- string: "Não"
2745
- },
2746
- "ResourcePreview.ProductDiscount.isActiveLabel": {
2747
- developer_comment: "Label product discount field is active",
2748
- string: "Está ativo"
2749
- },
2750
- "ResourcePreview.ProductDiscount.isActiveTrueLabel": {
2751
- developer_comment: "Label product discount field is active is true",
2752
- string: "Sim"
2753
- },
2754
- "ResourcePreview.ProductDiscount.nameLabel": {
2755
- developer_comment: "Label product discount field name",
2756
- string: "Nome"
2757
- },
2758
- "ResourcePreview.ProductDiscount.sortOrderLabel": {
2759
- developer_comment: "Label product discount field sort order",
2760
- string: "Classificação (ordem de classificação)"
2761
- },
2762
- "ResourcePreview.ProductDiscount.validFromLabel": {
2763
- developer_comment: "Label product discount field valid from",
2764
- string: "Válido de"
2765
- },
2766
- "ResourcePreview.ProductDiscount.validUntilLabel": {
2767
- developer_comment: "Label product discount field valid until",
2768
- string: "Válido até"
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: "Lojas ativas"
2793
- },
2794
- "ResourcePreview.ProductSelection.createdAtLabel": {
2795
- developer_comment: "Label product selection field created at",
2796
- string: "Criado em"
2797
- },
2798
- "ResourcePreview.ProductSelection.keyLabel": {
2799
- developer_comment: "Label product selection field key",
2800
- string: "Chave"
2801
- },
2802
- "ResourcePreview.ProductSelection.nameLabel": {
2803
- developer_comment: "Label product selection field name",
2804
- string: "Nome"
2805
- },
2806
- "ResourcePreview.ProductSelection.productCountLabel": {
2807
- developer_comment: "Label product selection field product count",
2808
- string: "Contagem de produtos"
2809
- },
2810
- "ResourcePreview.ProductType.createdAtLabel": {
2811
- developer_comment: "Label product type field created at",
2812
- string: "Criado em"
2813
- },
2814
- "ResourcePreview.ProductType.descriptionLabel": {
2815
- developer_comment: "Label product type field description",
2816
- string: "Descrição"
2817
- },
2818
- "ResourcePreview.ProductType.keyLabel": {
2819
- developer_comment: "Label product type field key",
2820
- string: "Chave"
2821
- },
2822
- "ResourcePreview.ProductType.nameLabel": {
2823
- developer_comment: "Label product type field name",
2824
- string: "Nome"
2825
- },
2826
- "ResourcePreview.Quote.companyLabel": {
2827
- developer_comment: "Label for quote company field",
2828
- string: "Empresa"
2829
- },
2830
- "ResourcePreview.Quote.createdAtLabel": {
2831
- developer_comment: "Label for quote created at field",
2832
- string: "Criado em"
2833
- },
2834
- "ResourcePreview.Quote.keyLabel": {
2835
- developer_comment: "Label for quote key field",
2836
- string: "Chave"
2837
- },
2838
- "ResourcePreview.Quote.quoteLabel": {
2839
- developer_comment: "Label for Quote field",
2840
- string: "ID de cotação"
2841
- },
2842
- "ResourcePreview.Quote.quoteRequestLabel": {
2843
- developer_comment: "Label for quote request",
2844
- string: "ID da solicitação de cotação"
2845
- },
2846
- "ResourcePreview.Quote.stagedQuoteLabel": {
2847
- developer_comment: "Label for staged quote",
2848
- string: "ID da cotação preparada"
2849
- },
2850
- "ResourcePreview.Quote.statusLabel": {
2851
- developer_comment: "Label for quote status field",
2852
- string: "Status"
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 até"
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 ptBR = {
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: "ID anônimo"
2909
- },
2910
- "ResourcePreview.ShoppingList.createdAtLabel": {
2911
- developer_comment: "Label shopping list field created at",
2912
- string: "Criado em"
2913
- },
2914
- "ResourcePreview.ShoppingList.customerEmailLabel": {
2915
- developer_comment: "Label shopping list field customer email",
2916
- string: "E-mail do cliente"
2917
- },
2918
- "ResourcePreview.ShoppingList.descriptionLabel": {
2919
- developer_comment: "Label shopping list field description",
2920
- string: "Descrição"
2921
- },
2922
- "ResourcePreview.ShoppingList.keyLabel": {
2923
- developer_comment: "Label shopping list field key",
2924
- string: "Chave"
2925
- },
2926
- "ResourcePreview.ShoppingList.nameLabel": {
2927
- developer_comment: "Label shopping list field name",
2928
- string: "Nome"
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: "Criado em"
@@ -2971,99 +2852,36 @@ var ptBR = {
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: "Criado em"
2977
- },
2978
- "ResourcePreview.Store.distributionChannelsLabel": {
2979
- developer_comment: "Label store field distribution channels",
2980
- string: "Canal de distribuição"
2981
- },
2982
- "ResourcePreview.Store.keyLabel": {
2983
- developer_comment: "Label store field key",
2984
- string: "Chave"
2985
- },
2986
- "ResourcePreview.Store.nameLabel": {
2987
- developer_comment: "Label store field name",
2988
- string: "Nome"
2989
- },
2990
- "ResourcePreview.Store.supplyChannelsLabel": {
2991
- developer_comment: "Label store field supply channels",
2992
- string: "Canais de abastecimento"
2993
- },
2994
- "ResourcePreview.TaxCategory.createdAtLabel": {
2995
- developer_comment: "Label tax category field created at",
2996
- string: "Criado em"
2997
- },
2998
- "ResourcePreview.TaxCategory.descriptionLabel": {
2999
- developer_comment: "Label tax category field description",
3000
- string: "Descrição"
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: "Chave"
3013
- },
3014
- "ResourcePreview.TaxCategory.nameLabel": {
3015
- developer_comment: "Label tax category field name",
3016
- string: "Nome"
3017
- },
3018
2855
  "ResourcePreview.Type.createdAtLabel": {
3019
2856
  developer_comment: "Label type field created at",
3020
- string: "Criado em"
2857
+ string: "Created on"
3021
2858
  },
3022
2859
  "ResourcePreview.Type.descriptionLabel": {
3023
2860
  developer_comment: "Label type field description",
3024
- string: "Descrição"
2861
+ string: "Description"
3025
2862
  },
3026
2863
  "ResourcePreview.Type.keyLabel": {
3027
2864
  developer_comment: "Label type field key",
3028
- string: "Chave"
2865
+ string: "Key"
3029
2866
  },
3030
2867
  "ResourcePreview.Type.nameLabel": {
3031
2868
  developer_comment: "Label type field name",
3032
- string: "Nome"
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: "Criado em"
3041
- },
3042
- "ResourcePreview.Zone.descriptionLabel": {
3043
- developer_comment: "Label zone field description",
3044
- string: "Descrição"
3045
- },
3046
- "ResourcePreview.Zone.keyLabel": {
3047
- developer_comment: "Label zone field key",
3048
- string: "Chave"
3049
- },
3050
- "ResourcePreview.Zone.locationsLabel": {
3051
- developer_comment: "Label zone field resource type ids",
3052
- string: "Localizações"
3053
- },
3054
- "ResourcePreview.Zone.nameLabel": {
3055
- developer_comment: "Label zone field name",
3056
- string: "Nome"
3057
- },
3058
2875
  "ResourcePreview.addressTitle": {
3059
2876
  developer_comment: "Title for address panel",
3060
- string: "Endereço"
2877
+ string: "Address"
3061
2878
  },
3062
2879
  "ResourcePreview.amountColumnLabel": {
3063
2880
  developer_comment: "Label for amount column",
3064
- string: "Valor"
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,6 +2893,7 @@ var ptBR = {
3075
2893
  string: "Fechar"
3076
2894
  },
3077
2895
  "ResourcePreview.countryColumnLabel": {
2896
+ developer_comment: "Label for country column",
3078
2897
  string: "País"
3079
2898
  },
3080
2899
  "ResourcePreview.currentEntityPathLabel": {
@@ -3086,9 +2905,11 @@ var ptBR = {
3086
2905
  string: "Custom line items"
3087
2906
  },
3088
2907
  "ResourcePreview.descriptionColumnLabel": {
2908
+ developer_comment: "Label for description column",
3089
2909
  string: "Descrição"
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 ptBR = {
3105
2926
  },
3106
2927
  "ResourcePreview.includedInPriceColumnLabel": {
3107
2928
  developer_comment: "Label for included in price column",
3108
- string: "Incluído no preço"
2929
+ string: "Included in price"
3109
2930
  },
3110
2931
  "ResourcePreview.interactionIdColumnLabel": {
3111
2932
  developer_comment: "Label for interactionId column",
3112
- string: "ID de interação"
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 ptBR = {
3121
2942
  },
3122
2943
  "ResourcePreview.nameColumnLabel": {
3123
2944
  developer_comment: "Label for name column",
3124
- string: "Nome"
2945
+ string: "Name"
3125
2946
  },
3126
2947
  "ResourcePreview.noCurrentEntity": {
3127
2948
  developer_comment: "Label for no current entity found",
@@ -3129,22 +2950,23 @@ var ptBR = {
3129
2950
  },
3130
2951
  "ResourcePreview.priceColumnLabel": {
3131
2952
  developer_comment: "Label for price column",
3132
- string: "Preço"
2953
+ string: "Price"
3133
2954
  },
3134
2955
  "ResourcePreview.productCurrentTitle": {
3135
2956
  developer_comment: "Title for product current panel",
3136
- string: "Atual"
2957
+ string: "Current"
3137
2958
  },
3138
2959
  "ResourcePreview.productStagedTitle": {
3139
2960
  developer_comment: "Title for product current panel",
3140
- string: "Realizado"
2961
+ string: "Staged"
3141
2962
  },
3142
2963
  "ResourcePreview.quantityColumnLabel": {
2964
+ developer_comment: "Label for quantity column",
3143
2965
  string: "Quantidade"
3144
2966
  },
3145
2967
  "ResourcePreview.ratesTitle": {
3146
2968
  developer_comment: "Title for tax category rates panel",
3147
- string: "Taxas"
2969
+ string: "Rates"
3148
2970
  },
3149
2971
  "ResourcePreview.referenceEntityPathLabel": {
3150
2972
  developer_comment: "Label to reference entity breadcrumbs path",
@@ -3152,19 +2974,22 @@ var ptBR = {
3152
2974
  },
3153
2975
  "ResourcePreview.relatedEntities": {
3154
2976
  developer_comment: "Label for related entities panel",
3155
- string: "Entidades relacionadas"
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": {
2992
+ developer_comment: "Label for sub rates column",
3168
2993
  string: "Subtaxas"
3169
2994
  },
3170
2995
  "ResourcePreview.textLineItemsTitle": {
@@ -3172,27 +2997,28 @@ var ptBR = {
3172
2997
  string: "Text line items"
3173
2998
  },
3174
2999
  "ResourcePreview.timestampColumnLabel": {
3000
+ developer_comment: "Label for timestamp column",
3175
3001
  string: "Carimbo de data e hora"
3176
3002
  },
3177
3003
  "ResourcePreview.totalPriceColumnLabel": {
3178
3004
  developer_comment: "Label for total price column",
3179
- string: "Preço total"
3005
+ string: "Total price"
3180
3006
  },
3181
3007
  "ResourcePreview.transactionsTitle": {
3182
3008
  developer_comment: "Title for transactions table",
3183
- string: "Transações"
3009
+ string: "Transactions"
3184
3010
  },
3185
3011
  "ResourcePreview.typeColumnLabel": {
3186
3012
  developer_comment: "Label for type column",
3187
- string: "Tipo"
3013
+ string: "Type"
3188
3014
  },
3189
3015
  "ResourcePreview.variantIdColumnLabel": {
3190
3016
  developer_comment: "Label for variantId column",
3191
- string: "ID da variante"
3017
+ string: "Variant ID"
3192
3018
  },
3193
3019
  "ResourcePreview.variantSkuColumnLabel": {
3194
3020
  developer_comment: "Label for variantSku column",
3195
- string: "SKU variante"
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 ptBR = {
3270
3096
  developer_comment: "Label when the resource is a review",
3271
3097
  string: "Revisar"
3272
3098
  },
3099
+ "ResourceTypeCell.shippingMethodType": {
3100
+ developer_comment: "Label when the resource is a shipping method",
3101
+ string: "Método de entrega"
3102
+ },
3273
3103
  "ResourceTypeCell.shoppingListType": {
3274
3104
  developer_comment: "Label when the resource is shopping list",
3275
3105
  string: "Lista de compras"
@@ -3278,6 +3108,10 @@ var ptBR = {
3278
3108
  developer_comment: "Lable when the resource is a staged quote",
3279
3109
  string: "Cotação preparada"
3280
3110
  },
3111
+ "ResourceTypeCell.standalonePriceType": {
3112
+ developer_comment: "Label when the resource is a standalone price",
3113
+ string: "Preço independente"
3114
+ },
3281
3115
  "ResourceTypeCell.stateType": {
3282
3116
  developer_comment: "Label when the resource is a state",
3283
3117
  string: "Estado"