@commercetools-frontend-extensions/change-history 9.2.0 → 9.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,15 @@ var de = {
13
13
  developer_comment: "Label when the event is an update",
14
14
  string: "Aktualisieren"
15
15
  },
16
+ "BusinessUnit.AssociatesPresenter.inheritanceDisabled": {
17
+ string: "deaktiviert"
18
+ },
19
+ "BusinessUnit.AssociatesPresenter.inheritanceEnabled": {
20
+ string: "aktiviert"
21
+ },
22
+ "BusinessUnit.AssociatesPresenter.noRoles": {
23
+ string: "keine Rollen"
24
+ },
16
25
  "ChangeHistory.Error.notifiedTeam": {
17
26
  string: "Unser Team wurde über das Problem informiert. "
18
27
  },
@@ -467,6 +476,10 @@ var de = {
467
476
  developer_comment: "Text for platform change",
468
477
  string: "Von der Plattform initiiert"
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: "Änderung über API vorgenommen"
482
+ },
470
483
  "ChangeHistory.modifiedBy.customerLabel": {
471
484
  developer_comment: "Label for customer avatar tooltip",
472
485
  string: "Kunde"
@@ -571,6 +584,14 @@ var de = {
571
584
  developer_comment: "Label for indicating which business unit a role was inherited from",
572
585
  string: "übernommen von"
573
586
  },
587
+ "ChangeItem.businessUnit.storeModeExplicit": {
588
+ developer_comment: "Label for business unit store mode Explicit",
589
+ string: "Explizit"
590
+ },
591
+ "ChangeItem.businessUnit.storeModeFromParent": {
592
+ developer_comment: "Label for business unit store mode from parent",
593
+ string: "Von der Stammeinheit"
594
+ },
574
595
  "ChangeItem.carrierLabel": {
575
596
  developer_comment: "Label for carrier label",
576
597
  string: "Lieferant: {carrier}"
@@ -687,10 +708,34 @@ var de = {
687
708
  developer_comment: "Label for definition type",
688
709
  string: "Typ: {type}"
689
710
  },
711
+ "ChangeItem.deliveryDetailsLabel": {
712
+ developer_comment: "Label describing delivery details (used for add/remove operations)",
713
+ string: "Lieferung erstellt am {deliveryDate} mit {itemCount} Artikeln und {parcelCount} Paketen"
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: "Rabatt {index}"
722
+ },
723
+ "ChangeItem.directDiscountRelativeValue": {
724
+ developer_comment: "Label for relative discount value",
725
+ string: "{percentage}% (relativ)"
726
+ },
727
+ "ChangeItem.directDiscountTargetLabel": {
728
+ developer_comment: "Label for direct discount target section",
729
+ string: "Ziel:"
730
+ },
731
+ "ChangeItem.directDiscountTargetType": {
732
+ developer_comment: "Label for direct discount target type",
733
+ string: "Typ: {type}"
734
+ },
735
+ "ChangeItem.directDiscountValueLabel": {
736
+ developer_comment: "Label for direct discount value section",
737
+ string: "Wert:"
738
+ },
694
739
  "ChangeItem.discountedPriceLabel": {
695
740
  developer_comment: "Label for discounted price",
696
741
  string: "Rabattierter Betrag: {discountedPrice} (pro Einheit)"
@@ -745,7 +790,7 @@ var de = {
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: "Auf Artikel <b>{item}</b>"
749
794
  },
750
795
  "ChangeItem.locationLabel": {
751
796
  developer_comment: "Label for location",
@@ -771,6 +816,98 @@ var de = {
771
816
  developer_comment: "Label for total of reviews",
772
817
  string: "Anzahl der Prüfungen: {count}"
773
818
  },
819
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeCartDiscount": {
820
+ developer_comment: "Label for chosen discount type CartDiscount",
821
+ string: "Warenkorbrabatt"
822
+ },
823
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeLabel": {
824
+ developer_comment: "Label for chosen discount type field",
825
+ string: "Ausgewählter Rabatttyp"
826
+ },
827
+ "ChangeItem.order.discountTypeCombination.chosenDiscountTypeProductDiscount": {
828
+ developer_comment: "Label for chosen discount type ProductDiscount",
829
+ string: "Produktrabatt"
830
+ },
831
+ "ChangeItem.order.discountTypeCombination.typeBestDeal": {
832
+ developer_comment: "Label for order discount type combination BestDeal type",
833
+ string: "Bestes Angebot"
834
+ },
835
+ "ChangeItem.order.discountTypeCombination.typeStacking": {
836
+ developer_comment: "Label for order discount type combination Stacking type",
837
+ string: "Stapelung"
838
+ },
839
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedAmountLabel": {
840
+ developer_comment: "Label for discounted amount on total price",
841
+ string: "Rabattbetrag"
842
+ },
843
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedGrossAmountLabel": {
844
+ developer_comment: "Label for discounted gross amount on total price",
845
+ string: "Brutto-Rabattbetrag"
846
+ },
847
+ "ChangeItem.order.setDiscountOnTotalPrice.discountedNetAmountLabel": {
848
+ developer_comment: "Label for discounted net amount on total price",
849
+ string: "Netto-Rabattbetrag"
850
+ },
851
+ "ChangeItem.order.setDiscountOnTotalPrice.includedDiscountedAmountLabel": {
852
+ developer_comment: "Label for included discounted amount",
853
+ string: "Rabattbetrag"
854
+ },
855
+ "ChangeItem.order.setDiscountOnTotalPrice.includedDiscountsLabel": {
856
+ developer_comment: "Label for included discounts list on total price",
857
+ string: "Enthaltene Rabatte"
858
+ },
859
+ "ChangeItem.order.shipping.shippingAddress": {
860
+ developer_comment: "Label for order shipping address field",
861
+ string: "Versandadresse"
862
+ },
863
+ "ChangeItem.order.shipping.shippingCustomFields": {
864
+ developer_comment: "Label for order shipping custom fields field",
865
+ string: "Benutzerdefinierte Versandfelder"
866
+ },
867
+ "ChangeItem.order.shipping.shippingKey": {
868
+ developer_comment: "Label for order shipping key field",
869
+ string: "Versandschlüssel"
870
+ },
871
+ "ChangeItem.order.shipping.shippingMethod": {
872
+ developer_comment: "Label for order shipping method field",
873
+ string: "Versandmethode"
874
+ },
875
+ "ChangeItem.order.shipping.shippingPrice": {
876
+ developer_comment: "Label for order shipping price field",
877
+ string: "Versandkosten"
878
+ },
879
+ "ChangeItem.order.shipping.shippingRateInput": {
880
+ developer_comment: "Label for order shipping rate input field",
881
+ string: "Eingabe für Versandkosten"
882
+ },
883
+ "ChangeItem.order.shipping.shippingRateInput.keyLabel": {
884
+ developer_comment: "Label for order shipping rate input key field",
885
+ string: "Schlüssel"
886
+ },
887
+ "ChangeItem.order.shipping.shippingRateInput.labelLabel": {
888
+ developer_comment: "Label for order shipping rate input label field",
889
+ string: "Bezeichnung"
890
+ },
891
+ "ChangeItem.order.shipping.shippingRateInput.scoreLabel": {
892
+ developer_comment: "Label for order shipping rate input score field",
893
+ string: "Score"
894
+ },
895
+ "ChangeItem.order.shipping.shippingRateInput.typeClassification": {
896
+ developer_comment: "Value label for Classification shipping rate input type",
897
+ string: "Klassifizierung"
898
+ },
899
+ "ChangeItem.order.shipping.shippingRateInput.typeLabel": {
900
+ developer_comment: "Label for order shipping rate input type field",
901
+ string: "Typ"
902
+ },
903
+ "ChangeItem.order.shipping.shippingRateInput.typeScore": {
904
+ developer_comment: "Value label for Score shipping rate input type",
905
+ string: "Score"
906
+ },
907
+ "ChangeItem.parcelDetailsLabel": {
908
+ developer_comment: "Label describing parcel details (used for add/remove operations)",
909
+ string: "Paket erstellt am {parcelDate} mit {itemCount} Artikeln"
910
+ },
774
911
  "ChangeItem.parcelInfoLabel": {
775
912
  developer_comment: "Label for parcel info",
776
913
  string: "Artikel: {parcelId} Menge: {parcelQuantity}"
@@ -795,6 +932,14 @@ var de = {
795
932
  developer_comment: "Label for productDiscount attribute",
796
933
  string: "Produktrabatt: {productDiscount}"
797
934
  },
935
+ "ChangeItem.productSelection.variantSelection.includeAllExcept": {
936
+ developer_comment: "Label for includeAllExcept variant selection type",
937
+ string: "<b>Alle einschließen außer</b>:"
938
+ },
939
+ "ChangeItem.productSelection.variantSelection.includeOnly": {
940
+ developer_comment: "Label for includeOnly variant selection type",
941
+ string: "<b>Nur einschließen</b>:"
942
+ },
798
943
  "ChangeItem.providerLabel": {
799
944
  developer_comment: "Label for provider label",
800
945
  string: "Anbieter: {provider}"
@@ -851,24 +996,56 @@ var de = {
851
996
  developer_comment: "Label for quote request submitted state",
852
997
  string: "Eingereicht"
853
998
  },
854
- "ChangeItem.removeDeliveryLabel": {
855
- developer_comment: "Label for remove delivery",
856
- string: "Lieferung erstellt am {deliveryDate} mit {items} Artikeln und {parcels} Paketen"
999
+ "ChangeItem.reservation.checkoutStartedAtLabel": {
1000
+ developer_comment: "Label for reservation checkout started at",
1001
+ string: "Checkout begann um"
857
1002
  },
858
- "ChangeItem.removeParcelLabel": {
859
- developer_comment: "Label for remove a parcel",
860
- string: "Paket erstellt am {parcelDate} mit {items} Artikeln"
1003
+ "ChangeItem.reservation.createdAtLabel": {
1004
+ developer_comment: "Label for reservation created at",
1005
+ string: "Erstellt am"
1006
+ },
1007
+ "ChangeItem.reservation.ownerLabel": {
1008
+ developer_comment: "Label for reservation owner",
1009
+ string: "Eigentümer"
1010
+ },
1011
+ "ChangeItem.reservation.quantityLabel": {
1012
+ developer_comment: "Label for reservation quantity",
1013
+ string: "Menge"
861
1014
  },
862
1015
  "ChangeItem.restockableInDaysLabel": {
863
1016
  developer_comment: "Label for restockableInDays attribute",
864
1017
  string: "Wiederauffüllbar in Tagen: {restockableInDays} Tage"
865
1018
  },
1019
+ "ChangeItem.returnItemCommentLabel": {
1020
+ developer_comment: "Label for return item comment",
1021
+ string: "Kommentar: {comment}"
1022
+ },
1023
+ "ChangeItem.returnItemHasCustomFieldsLabel": {
1024
+ developer_comment: "Label indicating return item has custom fields",
1025
+ string: "Benutzerdefinierte Felder vorhanden"
1026
+ },
1027
+ "ChangeItem.returnItemPaymentStateLabel": {
1028
+ developer_comment: "Label for return item payment state",
1029
+ string: "Zahlungsstatus: {state}"
1030
+ },
1031
+ "ChangeItem.returnItemQuantityLabel": {
1032
+ developer_comment: "Label for return item quantity",
1033
+ string: "Menge: {quantity}"
1034
+ },
1035
+ "ChangeItem.returnItemShipmentStateLabel": {
1036
+ developer_comment: "Label for return item shipment state",
1037
+ string: "Zahlungsstatus: {state}"
1038
+ },
1039
+ "ChangeItem.returnTrackingIdLabel": {
1040
+ developer_comment: "Label for return tracking ID",
1041
+ string: "Verfolgungs-ID: {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} Tage"
873
1050
  },
874
1051
  "ChangeItem.shippingRateFreeAboveLabel": {
@@ -899,10 +1076,6 @@ var de = {
899
1076
  developer_comment: "Label for state quantity change",
900
1077
  string: "Menge: {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: "Synchronisiert bei {syncedAt}"
@@ -995,6 +1168,10 @@ var de = {
995
1168
  developer_comment: "Label for widthInMillimeter label",
996
1169
  string: "Breite in mm: {widthInMillimeter}"
997
1170
  },
1171
+ "ChangeItem.zoneLabel": {
1172
+ developer_comment: "Label for zone in shipping rate changes",
1173
+ string: "Für <b>Zone</b>: {zone}"
1174
+ },
998
1175
  "Dashboard.DateRangeSelector.labelFilter.1month": {
999
1176
  developer_comment: "Label for quick filter (1 month)",
1000
1177
  string: "Letzte 30 Tage"
@@ -1041,6 +1218,10 @@ var de = {
1041
1218
  developer_comment: "Suggestions title",
1042
1219
  string: "Vorschläge:"
1043
1220
  },
1221
+ "ResourceAcion.review.changeIncludedInStatistics": {
1222
+ developer_comment: "Filter for changeIncludedInStatistics action",
1223
+ string: "In den Statistiken enthaltene Änderung"
1224
+ },
1044
1225
  "ResourceAcion.review.setAuthorName": {
1045
1226
  developer_comment: "Label for action setAuthorName",
1046
1227
  string: "Name des Autors ändern"
@@ -1117,6 +1298,10 @@ var de = {
1117
1298
  developer_comment: "Filter for action changeAddress",
1118
1299
  string: "Adresse ändern"
1119
1300
  },
1301
+ "ResourceAction.businessUnit.changeApprovalRuleMode": {
1302
+ developer_comment: "Label for changeApprovalRuleMode action",
1303
+ string: "Modus für Genehmigungsregeln ändern"
1304
+ },
1120
1305
  "ResourceAction.businessUnit.changeAssociate": {
1121
1306
  developer_comment: "Label for changeAssociate action",
1122
1307
  string: "Mitarbeiterrollen ändern"
@@ -1137,6 +1322,10 @@ var de = {
1137
1322
  developer_comment: "Filter for action changeStatus",
1138
1323
  string: "Status ändern"
1139
1324
  },
1325
+ "ResourceAction.businessUnit.changeTopLevelUnit": {
1326
+ developer_comment: "Label for changeTopLevelUnit action",
1327
+ string: "Übergeordnete Einheit ändern"
1328
+ },
1140
1329
  "ResourceAction.businessUnit.removeAssociate": {
1141
1330
  developer_comment: "Filter for action removeAssociate",
1142
1331
  string: "Mitarbeiter:in entfernen"
@@ -1153,6 +1342,26 @@ var de = {
1153
1342
  developer_comment: "Filter for action setAddressCustomType",
1154
1343
  string: "Benutzerdefinierten Typ in der Adresse ändern"
1155
1344
  },
1345
+ "ResourceAction.businessUnit.setAssociates": {
1346
+ developer_comment: "Label for setAssociates action",
1347
+ string: "Mitarbeiter festlegen"
1348
+ },
1349
+ "ResourceAction.businessUnit.setInheritedAssociates": {
1350
+ developer_comment: "Label for setInheritedAssociates action",
1351
+ string: "Übernommene Mitarbeiter festlegen"
1352
+ },
1353
+ "ResourceAction.businessUnit.setInheritedStores": {
1354
+ developer_comment: "Label for setInheritedStores action",
1355
+ string: "Übernommene Geschäfte festlegen"
1356
+ },
1357
+ "ResourceAction.businessUnit.setStoreMode": {
1358
+ developer_comment: "Label for setStoreMode action",
1359
+ string: "Shopmodus festlegen"
1360
+ },
1361
+ "ResourceAction.businessUnit.setUnitType": {
1362
+ developer_comment: "Label for setUnitType action",
1363
+ string: "Einheitstyp festlegen"
1364
+ },
1156
1365
  "ResourceAction.cartDiscount.changeCartPredicate": {
1157
1366
  developer_comment: "Filter for action changeCartPredicate",
1158
1367
  string: "Warenkorb-Prädikat ändern"
@@ -1169,6 +1378,10 @@ var de = {
1169
1378
  developer_comment: "Filter for action changeTarget",
1170
1379
  string: "Ziel ändern"
1171
1380
  },
1381
+ "ResourceAction.cartDiscount.setReferences": {
1382
+ developer_comment: "Filter for setReferences action",
1383
+ string: "Referenzen festlegen"
1384
+ },
1172
1385
  "ResourceAction.categories.changeOrderHint": {
1173
1386
  developer_comment: "Label for filter by changeOrderHint",
1174
1387
  string: "Kategoriereihenfolge ändern"
@@ -1177,10 +1390,30 @@ var de = {
1177
1390
  developer_comment: "Label for filter by changeParent",
1178
1391
  string: "Übergeordnetes Element ändern"
1179
1392
  },
1393
+ "ResourceAction.category.setAncestors": {
1394
+ developer_comment: "Filter for setAncestors action",
1395
+ string: "Kategorien festlegen"
1396
+ },
1397
+ "ResourceAction.channel.addRoles": {
1398
+ developer_comment: "Filter for addRoles action",
1399
+ string: "Rollen hinzufügen"
1400
+ },
1401
+ "ResourceAction.channel.removeRoles": {
1402
+ developer_comment: "Filter for removeRoles action",
1403
+ string: "Rollen entfernen"
1404
+ },
1180
1405
  "ResourceAction.channel.setAddress": {
1181
1406
  developer_comment: "Label for filter setAddress",
1182
1407
  string: "Adresse ändern"
1183
1408
  },
1409
+ "ResourceAction.channel.setAddressCustomField": {
1410
+ developer_comment: "Filter for setAddressCustomField action",
1411
+ string: "Benutzerdefiniertes Adressfeld festlegen"
1412
+ },
1413
+ "ResourceAction.channel.setAddressCustomType": {
1414
+ developer_comment: "Filter for setAddressCustomType action",
1415
+ string: "Benutzerdefinierten Adresstyp festlegen"
1416
+ },
1184
1417
  "ResourceAction.channel.setGeoLocation": {
1185
1418
  developer_comment: "Label for filter setGeoLocation",
1186
1419
  string: "Geografischen Standort ändern"
@@ -1389,6 +1622,14 @@ var de = {
1389
1622
  developer_comment: "Filter for changeEmail action",
1390
1623
  string: "E-Mail-Adresse ändern"
1391
1624
  },
1625
+ "ResourceAction.customers.setAddressCustomField": {
1626
+ developer_comment: "Filter for setAddressCustomField action",
1627
+ string: "Benutzerdefiniertes Adressfeld festlegen"
1628
+ },
1629
+ "ResourceAction.customers.setAddressCustomType": {
1630
+ developer_comment: "Filter for setAddressCustomType action",
1631
+ string: "Benutzerdefinierten Adresstyp festlegen"
1632
+ },
1392
1633
  "ResourceAction.customers.setAuthenticationMode": {
1393
1634
  developer_comment: "Filter for setAuthenticationMode action",
1394
1635
  string: "Authentifizierungsmodus ändern"
@@ -1401,6 +1642,10 @@ var de = {
1401
1642
  developer_comment: "Filter for setCustomerGroup action",
1402
1643
  string: "Kundengruppe ändern"
1403
1644
  },
1645
+ "ResourceAction.customers.setCustomerGroupAssignments": {
1646
+ developer_comment: "Filter for setCustomerGroupAssignments action",
1647
+ string: "Zuordnung von Kundengruppen festlegen"
1648
+ },
1404
1649
  "ResourceAction.customers.setCustomerNumber": {
1405
1650
  developer_comment: "Filter for setCustomerNumber action",
1406
1651
  string: "Kundennummer ändern"
@@ -1445,6 +1690,10 @@ var de = {
1445
1690
  developer_comment: "Label for update action changeGroups",
1446
1691
  string: "Gruppen ändern"
1447
1692
  },
1693
+ "ResourceAction.discountCode.setApplicationVersion": {
1694
+ developer_comment: "Filter for setApplicationVersion action",
1695
+ string: "Anwendungsversion festlegen"
1696
+ },
1448
1697
  "ResourceAction.discountCode.setCartPredicate": {
1449
1698
  developer_comment: "Label for update action setCartPredicate",
1450
1699
  string: "Warenkorb-Prädikat ändern"
@@ -1457,6 +1706,14 @@ var de = {
1457
1706
  developer_comment: "Label for update action setMaxApplicationsPerCustomer",
1458
1707
  string: "Max. Anwendungen pro Kunde ändern"
1459
1708
  },
1709
+ "ResourceAction.discountCode.setReferences": {
1710
+ developer_comment: "Filter for setReferences action",
1711
+ string: "Referenzen festlegen"
1712
+ },
1713
+ "ResourceAction.inventoryEntry.changeAvailableQuantity": {
1714
+ developer_comment: "Filter for changeAvailableQuantity action",
1715
+ string: "Verfügbare Menge ändern"
1716
+ },
1460
1717
  "ResourceAction.inventoryEntry.changeQuantity": {
1461
1718
  developer_comment: "Filter for changeQuantity action",
1462
1719
  string: "Menge ändern"
@@ -1465,6 +1722,18 @@ var de = {
1465
1722
  developer_comment: "Filter for setExpectedDelivery action",
1466
1723
  string: "Erwartete Lieferung ändern"
1467
1724
  },
1725
+ "ResourceAction.inventoryEntry.setMaxCartQuantity": {
1726
+ developer_comment: "Filter for setMaxCartQuantity action",
1727
+ string: "Max. Warenkorbmenge festlegen"
1728
+ },
1729
+ "ResourceAction.inventoryEntry.setMinCartQuantity": {
1730
+ developer_comment: "Filter for setMinCartQuantity action",
1731
+ string: "Min. Warenkorbmenge festlegen"
1732
+ },
1733
+ "ResourceAction.inventoryEntry.setReservations": {
1734
+ developer_comment: "Filter for setReservations action",
1735
+ string: "Reservierungen festlegen"
1736
+ },
1468
1737
  "ResourceAction.inventoryEntry.setRestockableInDays": {
1469
1738
  developer_comment: "Filter for setRestockableInDays action",
1470
1739
  string: "Wiederauffüllbar in Tagen ändern"
@@ -1473,6 +1742,114 @@ var de = {
1473
1742
  developer_comment: "Filter for setSupplyChannel action",
1474
1743
  string: "Versorgungskanal ändern"
1475
1744
  },
1745
+ "ResourceAction.order.addShipping": {
1746
+ developer_comment: "Filter for addShipping action",
1747
+ string: "Versand hinzufügen"
1748
+ },
1749
+ "ResourceAction.order.changeCustomLineItemPriceRoundingMode": {
1750
+ developer_comment: "Filter for changeCustomLineItemPriceRoundingMode action",
1751
+ string: "Rundungsmodus für benutzerdefinierten Artikelpreis ändern"
1752
+ },
1753
+ "ResourceAction.order.changeDiscountTypeCombination": {
1754
+ developer_comment: "Filter for changeDiscountTypeCombination action",
1755
+ string: "Rabatttyp-Kombination ändern"
1756
+ },
1757
+ "ResourceAction.order.changeLineItemPriceRoundingMode": {
1758
+ developer_comment: "Filter for changeLineItemPriceRoundingMode action",
1759
+ string: "Rundungsmodus für Artikelpreis ändern"
1760
+ },
1761
+ "ResourceAction.order.changePriceRoundingMode": {
1762
+ developer_comment: "Filter for changePriceRoundingMode action",
1763
+ string: "Rundungsmodus für Preis ändern"
1764
+ },
1765
+ "ResourceAction.order.removeShipping": {
1766
+ developer_comment: "Filter for removeShipping action",
1767
+ string: "Versand löschen"
1768
+ },
1769
+ "ResourceAction.order.setBillingAddressCustomField": {
1770
+ developer_comment: "Filter for setBillingAddressCustomField action",
1771
+ string: "Benutzerdefiniertes Feld für Rechnungsadresse festlegen"
1772
+ },
1773
+ "ResourceAction.order.setBillingAddressCustomType": {
1774
+ developer_comment: "Filter for setBillingAddressCustomType action",
1775
+ string: "Benutzerdefinierten Typ für Rechnungsadresse festlegen"
1776
+ },
1777
+ "ResourceAction.order.setBusinessUnit": {
1778
+ developer_comment: "Filter for setBusinessUnit action",
1779
+ string: "Geschäftseinheit festlegen"
1780
+ },
1781
+ "ResourceAction.order.setCustomLineItemDiscountedPrice": {
1782
+ developer_comment: "Filter for setCustomLineItemDiscountedPrice action",
1783
+ string: "Rabattpreis für benutzerdefinierten Artikel festlegen"
1784
+ },
1785
+ "ResourceAction.order.setCustomLineItemDiscountedPricePerQuantity": {
1786
+ developer_comment: "Filter for setCustomLineItemDiscountedPricePerQuantity action",
1787
+ string: "Rabattpreis pro Menge für benutzerdefinierten Artikel festlegen"
1788
+ },
1789
+ "ResourceAction.order.setDeliveryAddressCustomField": {
1790
+ developer_comment: "Filter for setDeliveryAddressCustomField action",
1791
+ string: "Benutzerdefiniertes Feld für Lieferadresse festlegen"
1792
+ },
1793
+ "ResourceAction.order.setDeliveryAddressCustomType": {
1794
+ developer_comment: "Filter for setDeliveryAddressCustomType action",
1795
+ string: "Benutzerdefinierten Typ für Lieferadresse festlegen"
1796
+ },
1797
+ "ResourceAction.order.setDirectDiscounts": {
1798
+ developer_comment: "Filter for setDirectDiscounts action",
1799
+ string: "Sofortrabatte festlegen"
1800
+ },
1801
+ "ResourceAction.order.setDiscountOnTotalPrice": {
1802
+ developer_comment: "Filter for setDiscountOnTotalPrice action",
1803
+ string: "Rabatt für Gesamtbetrag festlegen"
1804
+ },
1805
+ "ResourceAction.order.setItemShippingAddressCustomField": {
1806
+ developer_comment: "Filter for setItemShippingAddressCustomField action",
1807
+ string: "Benutzerdefiniertes Feld für Versandadresse festlegen"
1808
+ },
1809
+ "ResourceAction.order.setItemShippingAddressCustomType": {
1810
+ developer_comment: "Filter for setItemShippingAddressCustomType action",
1811
+ string: "Benutzerdefinierte Versandadresse für Artikel festlegen"
1812
+ },
1813
+ "ResourceAction.order.setReturnCustomItemCustomField": {
1814
+ developer_comment: "Filter for setReturnCustomItemCustomField action",
1815
+ string: "Benutzerdefiniertes Feld für benutzerdefinierte Rückgabeartikel festlegen"
1816
+ },
1817
+ "ResourceAction.order.setReturnCustomItemCustomType": {
1818
+ developer_comment: "Filter for setReturnCustomItemCustomType action",
1819
+ string: "Benutzerdefinierten Typ für benutzerdefinierte Rückgabeartikel festlegen "
1820
+ },
1821
+ "ResourceAction.order.setReturnInfo": {
1822
+ developer_comment: "Filter for setReturnInfo action",
1823
+ string: "Rückgabeinfo festlegen"
1824
+ },
1825
+ "ResourceAction.order.setShippingAddressCustomField": {
1826
+ developer_comment: "Filter for setShippingAddressCustomField action",
1827
+ string: "Benutzerdefiniertes Feld für Versandadresse festlegen"
1828
+ },
1829
+ "ResourceAction.order.setShippingAddressCustomType": {
1830
+ developer_comment: "Filter for setShippingAddressCustomType action",
1831
+ string: "Benutzerdefinierten Typ für Versandadresse festlegen"
1832
+ },
1833
+ "ResourceAction.order.setShippingCustomField": {
1834
+ developer_comment: "Filter for setShippingCustomField action",
1835
+ string: "Benutzerdefiniertes Versandfeld festlegen"
1836
+ },
1837
+ "ResourceAction.order.setShippingCustomType": {
1838
+ developer_comment: "Filter for setShippingCustomType action",
1839
+ string: "Benutzerdefinierten Versandtyp festlegen"
1840
+ },
1841
+ "ResourceAction.order.setShippingInfoDiscountedPrice": {
1842
+ developer_comment: "Filter for setShippingInfoDiscountedPrice action",
1843
+ string: "Versandinformationen für Rabattpreis festlegen"
1844
+ },
1845
+ "ResourceAction.order.setShippingMethodTaxCategory": {
1846
+ developer_comment: "Filter for setShippingMethodTaxCategory action",
1847
+ string: "Steuerklasse für Versandmethode festlegen"
1848
+ },
1849
+ "ResourceAction.order.setTaxedShippingPrice": {
1850
+ developer_comment: "Filter for setTaxedShippingPrice action",
1851
+ string: "Versandkosten inklusive Steuern festlegen"
1852
+ },
1476
1853
  "ResourceAction.orders.addCustomLineItem": {
1477
1854
  developer_comment: "Filter for addCustomLineItem action",
1478
1855
  string: "Benutzerdefinierten Artikel hinzufügen"
@@ -1489,6 +1866,10 @@ var de = {
1489
1866
  developer_comment: "Filter for addItemShippingAddress action",
1490
1867
  string: "Versandadresse für Artikel hinzufügen"
1491
1868
  },
1869
+ "ResourceAction.orders.addLineItem": {
1870
+ developer_comment: "Filter for addLineItem action",
1871
+ string: "Artikel hinzufügen"
1872
+ },
1492
1873
  "ResourceAction.orders.addParcelToDelivery": {
1493
1874
  developer_comment: "Filter for addParcelToDelivery action",
1494
1875
  string: "Paket zur Lieferung hinzufügen"
@@ -1505,6 +1886,10 @@ var de = {
1505
1886
  developer_comment: "Filter for changeCustomLineItemQuantity action",
1506
1887
  string: "Anzahl der benutzerdefinierten Artikel ändern"
1507
1888
  },
1889
+ "ResourceAction.orders.changeLineItemQuantity": {
1890
+ developer_comment: "Filter for changeLineItemQuantity action",
1891
+ string: "Artikelmenge ändern"
1892
+ },
1508
1893
  "ResourceAction.orders.changeOrderState": {
1509
1894
  developer_comment: "Filter for changeOrderState action",
1510
1895
  string: "Bestellstatus ändern"
@@ -1545,6 +1930,10 @@ var de = {
1545
1930
  developer_comment: "Filter for removeItemShippingAddress action",
1546
1931
  string: "Versandadresse für Artikel entfernen"
1547
1932
  },
1933
+ "ResourceAction.orders.removeLineItem": {
1934
+ developer_comment: "Filter for removeLineItem action",
1935
+ string: "Artikel entfernen"
1936
+ },
1548
1937
  "ResourceAction.orders.removeParcelFromDelivery": {
1549
1938
  developer_comment: "Filter for removeParcelFromDelivery action",
1550
1939
  string: "Paket aus Lieferung entfernen"
@@ -1625,6 +2014,14 @@ var de = {
1625
2014
  developer_comment: "Filter for setDeliveryItems action",
1626
2015
  string: "Artikel für die Lieferung festlegen"
1627
2016
  },
2017
+ "ResourceAction.orders.setLineItemCustomField": {
2018
+ developer_comment: "Filter for setLineItemCustomField action",
2019
+ string: "Benutzerdefiniertes Feld für Artikel festlegen"
2020
+ },
2021
+ "ResourceAction.orders.setLineItemCustomType": {
2022
+ developer_comment: "Filter for setLineItemCustomType action",
2023
+ string: "Benutzerdefinierten Typ für Artikel festlegen"
2024
+ },
1628
2025
  "ResourceAction.orders.setLineItemDiscountedPrice": {
1629
2026
  developer_comment: "Filter for setLineItemDiscountedPrice action",
1630
2027
  string: "Rabattierten Betrag für Artikel festlegen"
@@ -1785,6 +2182,10 @@ var de = {
1785
2182
  developer_comment: "Filter for action addTransaction",
1786
2183
  string: "Transaktion hinzufügen"
1787
2184
  },
2185
+ "ResourceAction.payment.changeAmountAuthorized": {
2186
+ developer_comment: "Filter for changeAmountAuthorized action",
2187
+ string: "Autorisierten Betrag ändern"
2188
+ },
1788
2189
  "ResourceAction.payment.changeAmountPlanned": {
1789
2190
  developer_comment: "Filter for action changeAmountPlanned",
1790
2191
  string: "Geplanten Betrag ändern"
@@ -1925,10 +2326,22 @@ var de = {
1925
2326
  developer_comment: "Filter for action changePredicate",
1926
2327
  string: "Prädikat ändern"
1927
2328
  },
2329
+ "ResourceAction.productDiscount.setIsValid": {
2330
+ developer_comment: "Filter for setIsValid action",
2331
+ string: "Festlegung ist gültig"
2332
+ },
2333
+ "ResourceAction.productDiscount.setReferences": {
2334
+ developer_comment: "Filter for setReferences action",
2335
+ string: "Referenzen festlegen"
2336
+ },
1928
2337
  "ResourceAction.productSelection.addProductLabel": {
1929
2338
  developer_comment: "Filter for action addProduct",
1930
2339
  string: "Produkt hinzufügen"
1931
2340
  },
2341
+ "ResourceAction.productSelection.excludeProductLabel": {
2342
+ developer_comment: "Filter for action excludeProduct",
2343
+ string: "Produkt ausschließen"
2344
+ },
1932
2345
  "ResourceAction.productSelection.removeProductLabel": {
1933
2346
  developer_comment: "Filter for action removeProduct",
1934
2347
  string: "Produkt entfernen"
@@ -1937,6 +2350,14 @@ var de = {
1937
2350
  developer_comment: "Filter for action setProductCount",
1938
2351
  string: "Produktanzahl ändern"
1939
2352
  },
2353
+ "ResourceAction.productSelection.setVariantExclusionLabel": {
2354
+ developer_comment: "Filter for action setVariantExclusion",
2355
+ string: "Ausschluss für Variante festlegen"
2356
+ },
2357
+ "ResourceAction.productSelection.setVariantSelectionLabel": {
2358
+ developer_comment: "Filter for action setVariantSelection",
2359
+ string: "Variantenauswahl festlegen"
2360
+ },
1940
2361
  "ResourceAction.productType.addAttributeDefinition": {
1941
2362
  developer_comment: "Label for filter addAttributeDefinition",
1942
2363
  string: "Attributdefinition hinzufügen"
@@ -1981,10 +2402,18 @@ var de = {
1981
2402
  developer_comment: "Label for filter removeEnumValues",
1982
2403
  string: "Enum-Werte entfernen"
1983
2404
  },
2405
+ "ResourceAction.productType.removeLocalizedEnumValues": {
2406
+ developer_comment: "Filter for removeLocalizedEnumValues action",
2407
+ string: "Lokalisiertee Enum-Wert entfernen"
2408
+ },
1984
2409
  "ResourceAction.productType.setInputTip": {
1985
2410
  developer_comment: "Label for filter setInputTip",
1986
2411
  string: "Eingabetipp ändern"
1987
2412
  },
2413
+ "ResourceAction.quote.changeCustomer": {
2414
+ developer_comment: "Filter for changeCustomer action",
2415
+ string: "Kunden ändern"
2416
+ },
1988
2417
  "ResourceAction.quote.changeQuoteStateLabel": {
1989
2418
  developer_comment: "Label for a Quote state change",
1990
2419
  string: "Angebotsschritt ändern"
@@ -1997,10 +2426,54 @@ var de = {
1997
2426
  developer_comment: "Label for set buyer comment change",
1998
2427
  string: "Käuferkommentar festlegen"
1999
2428
  },
2429
+ "ResourceAction.quoteRequest.changeCustomer": {
2430
+ developer_comment: "Filter for changeCustomer action",
2431
+ string: "Kunden ändern"
2432
+ },
2000
2433
  "ResourceAction.quoteRequest.changeQuoteRequestStateLabel": {
2001
2434
  developer_comment: "Label for a Quote Request state change",
2002
2435
  string: "Angebotsstatus ändern"
2003
2436
  },
2437
+ "ResourceAction.shippingMethod.addShippingRate": {
2438
+ developer_comment: "Filter for action addShippingRate",
2439
+ string: "Versandsatz hinzufügen"
2440
+ },
2441
+ "ResourceAction.shippingMethod.addZone": {
2442
+ developer_comment: "Filter for action addZone",
2443
+ string: "Zone hinzufügen"
2444
+ },
2445
+ "ResourceAction.shippingMethod.changeActive": {
2446
+ developer_comment: "Filter for action changeActive",
2447
+ string: "Aktiven Status ändern"
2448
+ },
2449
+ "ResourceAction.shippingMethod.changeIsDefault": {
2450
+ developer_comment: "Filter for action changeIsDefault",
2451
+ string: "Änderung ist Standard"
2452
+ },
2453
+ "ResourceAction.shippingMethod.changeTaxCategory": {
2454
+ developer_comment: "Filter for action changeTaxCategory",
2455
+ string: "Steuerklasse ändern"
2456
+ },
2457
+ "ResourceAction.shippingMethod.removeShippingRate": {
2458
+ developer_comment: "Filter for action removeShippingRate",
2459
+ string: "Versandsatz entfernen"
2460
+ },
2461
+ "ResourceAction.shippingMethod.removeZone": {
2462
+ developer_comment: "Filter for action removeZone",
2463
+ string: "Zone entfernen"
2464
+ },
2465
+ "ResourceAction.shippingMethod.setLocalizedDescription": {
2466
+ developer_comment: "Filter for action setLocalizedDescription",
2467
+ string: "Lokalisierte Beschreibung ändern"
2468
+ },
2469
+ "ResourceAction.shippingMethod.setLocalizedName": {
2470
+ developer_comment: "Filter for action setLocalizedName",
2471
+ string: "Lokalisierten Namen ändern"
2472
+ },
2473
+ "ResourceAction.shippingMethod.setPredicate": {
2474
+ developer_comment: "Filter for action setPredicate",
2475
+ string: "Prädikat festlegen"
2476
+ },
2004
2477
  "ResourceAction.shoppingList.addLineItem": {
2005
2478
  developer_comment: "Label for action addLineItem",
2006
2479
  string: "Artikel hinzufügen"
@@ -2009,6 +2482,14 @@ var de = {
2009
2482
  developer_comment: "Label for action addTextLineItem",
2010
2483
  string: "Text-Artikel hinzufügen"
2011
2484
  },
2485
+ "ResourceAction.shoppingList.changeLineItemName": {
2486
+ developer_comment: "Filter for changeLineItemName action",
2487
+ string: "Artikelnnamen ändern"
2488
+ },
2489
+ "ResourceAction.shoppingList.changeLineItemPublished": {
2490
+ developer_comment: "Filter for changeLineItemPublished action",
2491
+ string: "Veröffentlichten Artikel ändern"
2492
+ },
2012
2493
  "ResourceAction.shoppingList.changeLineItemQuantity": {
2013
2494
  developer_comment: "Label for action changeLineItemQuantity",
2014
2495
  string: "Menge der Artikel ändern"
@@ -2037,6 +2518,10 @@ var de = {
2037
2518
  developer_comment: "Label for action removeTextLineItem",
2038
2519
  string: "Text-Artikel entfernen"
2039
2520
  },
2521
+ "ResourceAction.shoppingList.setBusinessUnit": {
2522
+ developer_comment: "Filter for setBusinessUnit action",
2523
+ string: "Geschäftseinheit festlegen"
2524
+ },
2040
2525
  "ResourceAction.shoppingList.setDeleteDaysAfterLastModification": {
2041
2526
  developer_comment: "Label for action setDeleteDaysAfterLastModification",
2042
2527
  string: "Tage nach letzter Änderung löschen ändern "
@@ -2077,6 +2562,18 @@ var de = {
2077
2562
  developer_comment: "Label for a Staged Quote valid to date change",
2078
2563
  string: "Gültigkeit festlegen"
2079
2564
  },
2565
+ "ResourceAction.standalonePrice.changeActive": {
2566
+ developer_comment: "Filter for action changeActive",
2567
+ string: "Aktiven Status festlegen"
2568
+ },
2569
+ "ResourceAction.standalonePrice.setDiscountedPrice": {
2570
+ developer_comment: "Filter for action setDiscountedPrice",
2571
+ string: "Rabattpreis festlegen"
2572
+ },
2573
+ "ResourceAction.standalonePrice.setPriceTiers": {
2574
+ developer_comment: "Filter for action setPriceTiers",
2575
+ string: "Staffelpreise festlegen"
2576
+ },
2080
2577
  "ResourceAction.state.addEnumValueLabel": {
2081
2578
  developer_comment: "Filter for action addEnumValue",
2082
2579
  string: "Enum-Wert hinzufügen"
@@ -2127,15 +2624,15 @@ var de = {
2127
2624
  },
2128
2625
  "ResourceAction.store.addProductSelection": {
2129
2626
  developer_comment: "Label for action addProductSelection",
2130
- string: "Position ändern – Produktauswahl hinzufügen"
2627
+ string: "Produktauswahl hinzufügen"
2131
2628
  },
2132
2629
  "ResourceAction.store.changeProductSelectionActive": {
2133
2630
  developer_comment: "Label for action changeProductSelectionActive",
2134
- string: "Position ändern – Produktauswahl ändern – aktiv"
2631
+ string: "Produktauswahl aktivieren"
2135
2632
  },
2136
2633
  "ResourceAction.store.removeProductSelection": {
2137
2634
  developer_comment: "Label for action removeProductSelection",
2138
- string: "Position ändern – Produktauswahl entfernen"
2635
+ string: "Produktauswahl löschen"
2139
2636
  },
2140
2637
  "ResourceAction.store.setCountriesLabel": {
2141
2638
  developer_comment: "Filter for action setCountries",
@@ -2151,7 +2648,7 @@ var de = {
2151
2648
  },
2152
2649
  "ResourceAction.store.setProductSelections": {
2153
2650
  developer_comment: "Label for action setProductSelections",
2154
- string: "Position ändern – Produktauswahl festlegen"
2651
+ string: "Produktauswahl festlegen"
2155
2652
  },
2156
2653
  "ResourceAction.store.setSupplyChannelsLabel": {
2157
2654
  developer_comment: "Filter for action setSupplyChannels",
@@ -2165,6 +2662,10 @@ var de = {
2165
2662
  developer_comment: "Label for filter removeTaxRate",
2166
2663
  string: "Steuersatz entfernen"
2167
2664
  },
2665
+ "ResourceAction.taxCategory.replaceTaxRate": {
2666
+ developer_comment: "Filter for replaceTaxRate action",
2667
+ string: "Steuersatz ersetzen"
2668
+ },
2168
2669
  "ResourceAction.zone.addLocationLabel": {
2169
2670
  developer_comment: "Filter for action addLocation",
2170
2671
  string: "Standort hinzufügen"
@@ -2175,7 +2676,7 @@ var de = {
2175
2676
  },
2176
2677
  "ResourceCell.customObjectResource": {
2177
2678
  developer_comment: "Label when the resource is a custom object",
2178
- string: "Container: {container}<br></br>Schlüssel: {key}"
2679
+ string: "Container: {container}\nSchlüssel: {key}"
2179
2680
  },
2180
2681
  "ResourceCell.deletedResource": {
2181
2682
  developer_comment: "Label when the entity has been deleted",
@@ -2189,10 +2690,6 @@ var de = {
2189
2690
  developer_comment: "Label when the resource is an inventory entry",
2190
2691
  string: "Lagerbestandseintrag für {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: "Bestellung für {customerEmail}"
@@ -2209,206 +2706,6 @@ var de = {
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: "Nein"
2215
- },
2216
- "ResourcePreview.AssociateRole.assignableTrueLabel": {
2217
- developer_comment: "Label associate role field buyer assignable true",
2218
- string: "Ja"
2219
- },
2220
- "ResourcePreview.AssociateRole.buyerAssignableLabel": {
2221
- developer_comment: "Label associate role field buyer assignable",
2222
- string: "Käufern zuordenbar"
2223
- },
2224
- "ResourcePreview.AssociateRole.createdAtLabel": {
2225
- developer_comment: "Label associate role field created at",
2226
- string: "Erstellt am"
2227
- },
2228
- "ResourcePreview.AssociateRole.keyLabel": {
2229
- developer_comment: "Label associate role field key",
2230
- string: "Schlüssel"
2231
- },
2232
- "ResourcePreview.AssociateRole.nameLabel": {
2233
- developer_comment: "Label associate role field name",
2234
- string: "Name"
2235
- },
2236
- "ResourcePreview.BusinessUnit.businessUnitTypeLabel": {
2237
- developer_comment: "Label business unit field business unit type",
2238
- string: "Art der Geschäftseinheit"
2239
- },
2240
- "ResourcePreview.BusinessUnit.contactEmailLabel": {
2241
- developer_comment: "Label business unit field contact email address",
2242
- string: "Kontakt-E-Mail-Adresse"
2243
- },
2244
- "ResourcePreview.BusinessUnit.createdAtLabel": {
2245
- developer_comment: "Label business unit field created at",
2246
- string: "Erstellt am"
2247
- },
2248
- "ResourcePreview.BusinessUnit.keyLabel": {
2249
- developer_comment: "Label business unit field key",
2250
- string: "Schlüssel"
2251
- },
2252
- "ResourcePreview.BusinessUnit.nameLabel": {
2253
- developer_comment: "Label business unit field name",
2254
- string: "Name"
2255
- },
2256
- "ResourcePreview.BusinessUnit.parentUnitLabel": {
2257
- developer_comment: "Label business unit parent unit",
2258
- string: "Stammeinheit"
2259
- },
2260
- "ResourcePreview.BusinessUnit.selfValue": {
2261
- developer_comment: "Label business unit value self",
2262
- string: "Selbst"
2263
- },
2264
- "ResourcePreview.BusinessUnit.storesLabel": {
2265
- developer_comment: "Label business unit field stores",
2266
- string: "Shops, die mit dieser Geschäftseinheit verknüpft sind"
2267
- },
2268
- "ResourcePreview.BusinessUnit.topLevelUnitLabel": {
2269
- developer_comment: "Label business unit field top level unit",
2270
- string: "Übergeordnete Einheit"
2271
- },
2272
- "ResourcePreview.CartDiscount.createdAtLabel": {
2273
- developer_comment: "Label cart discount field created at",
2274
- string: "Angelegt am"
2275
- },
2276
- "ResourcePreview.CartDiscount.descriptionLabel": {
2277
- developer_comment: "Label cart discount field description",
2278
- string: "Beschreibung"
2279
- },
2280
- "ResourcePreview.CartDiscount.isActiveFalseLabel": {
2281
- developer_comment: "Label cart discount field is active is false",
2282
- string: "Nein"
2283
- },
2284
- "ResourcePreview.CartDiscount.isActiveLabel": {
2285
- developer_comment: "Label cart discount field is active",
2286
- string: "Ist aktiv"
2287
- },
2288
- "ResourcePreview.CartDiscount.isActiveTrueLabel": {
2289
- developer_comment: "Label cart discount field is active is true",
2290
- string: "Ja"
2291
- },
2292
- "ResourcePreview.CartDiscount.nameLabel": {
2293
- developer_comment: "Label cart discount field name",
2294
- string: "Name"
2295
- },
2296
- "ResourcePreview.CartDiscount.sortOrderLabel": {
2297
- developer_comment: "Label cart discount field sort order",
2298
- string: "Priorität (Sortierung)"
2299
- },
2300
- "ResourcePreview.CartDiscount.validFromLabel": {
2301
- developer_comment: "Label cart discount field valid from",
2302
- string: "Gültig von"
2303
- },
2304
- "ResourcePreview.CartDiscount.validUntilLabel": {
2305
- developer_comment: "Label cart discount field valid until",
2306
- string: "Gültig bis"
2307
- },
2308
- "ResourcePreview.CartDiscount.valueLabel": {
2309
- developer_comment: "Label cart discount field value",
2310
- string: "Wert"
2311
- },
2312
- "ResourcePreview.CartDiscount.valueTypeAbsoluteLabel": {
2313
- developer_comment: "Label cart discount field value type absolute",
2314
- string: "Absolut"
2315
- },
2316
- "ResourcePreview.CartDiscount.valueTypeGiftLineItemLabel": {
2317
- developer_comment: "Label cart discount field value type gift line item",
2318
- string: "Produktzugabe"
2319
- },
2320
- "ResourcePreview.CartDiscount.valueTypeLabel": {
2321
- developer_comment: "Label cart discount field value type",
2322
- string: "Typ"
2323
- },
2324
- "ResourcePreview.CartDiscount.valueTypeRelativeLabel": {
2325
- developer_comment: "Label cart discount field value type relative",
2326
- string: "Relativ"
2327
- },
2328
- "ResourcePreview.Category.createdAtLabel": {
2329
- developer_comment: "Label category field created at",
2330
- string: "Angelegt am"
2331
- },
2332
- "ResourcePreview.Category.descriptionLabel": {
2333
- developer_comment: "Label category field description",
2334
- string: "Beschreibung"
2335
- },
2336
- "ResourcePreview.Category.externalIdLabel": {
2337
- developer_comment: "Label category field externalId",
2338
- string: "Externe ID"
2339
- },
2340
- "ResourcePreview.Category.keyLabel": {
2341
- developer_comment: "Label category field key",
2342
- string: "Schlüssel"
2343
- },
2344
- "ResourcePreview.Category.nameLabel": {
2345
- developer_comment: "Label category field name",
2346
- string: "Name"
2347
- },
2348
- "ResourcePreview.Category.orderHintLabel": {
2349
- developer_comment: "Label category field orderHint",
2350
- string: "Kategoriereihenfolge (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: "Stadt"
2359
- },
2360
- "ResourcePreview.Channel.countryLabel": {
2361
- developer_comment: "Label channel field address country",
2362
- string: "Land"
2363
- },
2364
- "ResourcePreview.Channel.createdAtLabel": {
2365
- developer_comment: "Label channel field created at",
2366
- string: "Angelegt am"
2367
- },
2368
- "ResourcePreview.Channel.descriptionLabel": {
2369
- developer_comment: "Label channel field description",
2370
- string: "Beschreibung"
2371
- },
2372
- "ResourcePreview.Channel.geoLocationLabel": {
2373
- developer_comment: "Label channel field geoLocation",
2374
- string: "Geolokalisierung"
2375
- },
2376
- "ResourcePreview.Channel.geoLocationValue": {
2377
- developer_comment: "Label for channel field geoLocation value",
2378
- string: "({type}) Längengrad: {longitude} - Breitengrad: {latitude}"
2379
- },
2380
- "ResourcePreview.Channel.keyLabel": {
2381
- developer_comment: "Label channel field key",
2382
- string: "Schlüssel"
2383
- },
2384
- "ResourcePreview.Channel.nameLabel": {
2385
- developer_comment: "Label channel field name",
2386
- string: "Name"
2387
- },
2388
- "ResourcePreview.Channel.postalCodeLabel": {
2389
- developer_comment: "Label channel field address postal code",
2390
- string: "Postleitzahl"
2391
- },
2392
- "ResourcePreview.Channel.regionLabel": {
2393
- developer_comment: "Label channel field address region",
2394
- string: "Region"
2395
- },
2396
- "ResourcePreview.Channel.rolesLabel": {
2397
- developer_comment: "Label channel field roles",
2398
- string: "Rollen"
2399
- },
2400
- "ResourcePreview.Channel.stateLabel": {
2401
- developer_comment: "Label channel field address state",
2402
- string: "Bundesland"
2403
- },
2404
- "ResourcePreview.Channel.streetNameLabel": {
2405
- developer_comment: "Label channel field address street name",
2406
- string: "Straße"
2407
- },
2408
- "ResourcePreview.Channel.streetNumberLabel": {
2409
- developer_comment: "Label channel field address street number",
2410
- string: "Hausnummer"
2411
- },
2412
2709
  "ResourcePreview.CustomObject.containerLabel": {
2413
2710
  developer_comment: "Label custom object field container",
2414
2711
  string: "Container"
@@ -2425,441 +2722,53 @@ var de = {
2425
2722
  developer_comment: "Label custom object field value",
2426
2723
  string: "Wert"
2427
2724
  },
2428
- "ResourcePreview.Customer.createdAtLabel": {
2429
- developer_comment: "Label customer field created at",
2430
- string: "Angelegt am"
2431
- },
2432
- "ResourcePreview.Customer.dateOfBirthLabel": {
2433
- developer_comment: "Label customer field dateOfBirth",
2434
- string: "Geburtsdatum"
2435
- },
2436
- "ResourcePreview.Customer.emailLabel": {
2437
- developer_comment: "Label customer field email",
2438
- string: "E-Mail-Adresse"
2439
- },
2440
- "ResourcePreview.Customer.externalIdLabel": {
2441
- developer_comment: "Label customer field externalId",
2442
- string: "Externe ID"
2443
- },
2444
- "ResourcePreview.Customer.firstNameLabel": {
2445
- developer_comment: "Label customer field firstName",
2446
- string: "Vorname"
2447
- },
2448
- "ResourcePreview.Customer.keyLabel": {
2449
- developer_comment: "Label customer field key",
2450
- string: "Schlüssel"
2451
- },
2452
- "ResourcePreview.Customer.lastNameLabel": {
2453
- developer_comment: "Label customer field lastName",
2454
- string: "Nachname"
2455
- },
2456
- "ResourcePreview.Customer.middleNameLabel": {
2457
- developer_comment: "Label customer field middleName",
2458
- string: "Zweiter Vorname"
2459
- },
2460
- "ResourcePreview.Customer.salutationLabel": {
2461
- developer_comment: "Label customer field salutation",
2462
- string: "Anrede"
2463
- },
2464
- "ResourcePreview.Customer.storesLabel": {
2465
- developer_comment: "Label customer field stores",
2466
- string: "Konto ist beschränkt auf diese Shops"
2467
- },
2468
- "ResourcePreview.Customer.titleLabel": {
2469
- developer_comment: "Label customer field title",
2470
- string: "Titel"
2471
- },
2472
- "ResourcePreview.CustomerGroup.createdAtLabel": {
2473
- developer_comment: "Label customer group field created at",
2474
- string: "Angelegt am"
2475
- },
2476
- "ResourcePreview.CustomerGroup.keyLabel": {
2477
- developer_comment: "Label customer group field key",
2478
- string: "Schlüssel"
2479
- },
2480
- "ResourcePreview.CustomerGroup.nameLabel": {
2481
- developer_comment: "Label customer group field name",
2482
- string: "Name"
2483
- },
2484
- "ResourcePreview.DiscountCode.cartDiscountsLabel": {
2485
- developer_comment: "Label discount max applications per customer field code",
2486
- string: "Warenkorbrabatte"
2487
- },
2488
- "ResourcePreview.DiscountCode.codeLabel": {
2489
- developer_comment: "Label discount code field code",
2490
- string: "Code"
2491
- },
2492
- "ResourcePreview.DiscountCode.createdAtLabel": {
2493
- developer_comment: "Label discount code field created at",
2494
- string: "Angelegt am"
2495
- },
2496
- "ResourcePreview.DiscountCode.descriptionLabel": {
2497
- developer_comment: "Label discount code field description",
2498
- string: "Beschreibung"
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: "Ist aktiv"
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: "Max. Anwendungen"
2515
- },
2516
- "ResourcePreview.DiscountCode.maxApplicationsPerCustomerLabel": {
2517
- developer_comment: "Label discount max applications per customer field code",
2518
- string: "Max. Anwendungen pro Kunde"
2519
- },
2520
- "ResourcePreview.DiscountCode.nameLabel": {
2521
- developer_comment: "Label discount code field name",
2522
- string: "Name"
2523
- },
2524
- "ResourcePreview.DiscountCode.validFromLabel": {
2525
- developer_comment: "Label discount code field valid from",
2526
- string: "Gültig von"
2527
- },
2528
- "ResourcePreview.DiscountCode.validUntilLabel": {
2529
- developer_comment: "Label discount code field valid until",
2530
- string: "Gültig bis"
2531
- },
2532
- "ResourcePreview.InventoryEntry.availableQuantityLabel": {
2533
- developer_comment: "Label inventory entry field available quantity",
2534
- string: "Verfügbare Menge"
2535
- },
2536
- "ResourcePreview.InventoryEntry.createdAtLabel": {
2537
- developer_comment: "Label inventory entry field created at",
2538
- string: "Angelegt am"
2539
- },
2540
- "ResourcePreview.InventoryEntry.expectedDeliveryLabel": {
2541
- developer_comment: "Label inventory entry field expect delivery",
2542
- string: "Erwartete Lieferung"
2543
- },
2544
- "ResourcePreview.InventoryEntry.quantityOnStockLabel": {
2545
- developer_comment: "Label inventory entry field quantity on stock",
2546
- string: "Menge auf Lager"
2547
- },
2548
- "ResourcePreview.InventoryEntry.restockableInDaysLabel": {
2549
- developer_comment: "Label inventory entry field restockable in days",
2550
- string: "Wiederauffüllbar in Tagen"
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: "Versorgungskanal"
2559
- },
2560
- "ResourcePreview.Order.completedAtLabel": {
2561
- developer_comment: "Label order field completed at",
2562
- string: "Erfüllt am"
2563
- },
2564
- "ResourcePreview.Order.countryLabel": {
2565
- developer_comment: "Label order field country",
2566
- string: "Land"
2567
- },
2568
- "ResourcePreview.Order.createdAtLabel": {
2569
- developer_comment: "Label order field created at",
2570
- string: "Angelegt am"
2571
- },
2572
- "ResourcePreview.Order.customerEmailLabel": {
2573
- developer_comment: "Label order field customer email",
2574
- string: "Kunden-E-Mail-Adresse"
2575
- },
2576
- "ResourcePreview.Order.orderNumberLabel": {
2577
- developer_comment: "Label order field order number",
2578
- string: "Bestellnummer"
2579
- },
2580
- "ResourcePreview.Order.orderStateLabel": {
2581
- developer_comment: "Label order field order state",
2582
- string: "Bestellstatus"
2583
- },
2584
- "ResourcePreview.Order.paymentStateLabel": {
2585
- developer_comment: "Label order field payment state",
2586
- string: "Zahlungsstatus"
2587
- },
2588
- "ResourcePreview.Order.shipmentStateLabel": {
2589
- developer_comment: "Label order field shipment state",
2590
- string: "Lieferstatus"
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: "Shop"
2599
- },
2600
- "ResourcePreview.Order.taxPortionsLabel": {
2601
- developer_comment: "Label order field tax portions",
2602
- string: "Steueranteile"
2603
- },
2604
- "ResourcePreview.Order.totalGrossLabel": {
2605
- developer_comment: "Label order field total gross",
2606
- string: "Gesamtbrutto"
2607
- },
2608
- "ResourcePreview.Order.totalNetLabel": {
2609
- developer_comment: "Label order field total net",
2610
- string: "Gesamtnetto"
2611
- },
2612
2725
  "ResourcePreview.Payment.amountPlannedLabel": {
2613
2726
  developer_comment: "Label payment field amount planned",
2614
- string: "Geplanter Betrag"
2727
+ string: "Amount planned"
2615
2728
  },
2616
2729
  "ResourcePreview.Payment.anonymousIdLabel": {
2617
2730
  developer_comment: "Label payment field anonymous id",
2618
- string: "Anonyme ID"
2731
+ string: "Anonymous ID"
2619
2732
  },
2620
2733
  "ResourcePreview.Payment.createdAtLabel": {
2621
2734
  developer_comment: "Label payment field created at",
2622
- string: "Angelegt am"
2735
+ string: "Created on"
2623
2736
  },
2624
2737
  "ResourcePreview.Payment.customerEmailLabel": {
2625
2738
  developer_comment: "Label payment field customer email",
2626
- string: "Kunden-E-Mail-Adresse"
2739
+ string: "Customer email"
2627
2740
  },
2628
2741
  "ResourcePreview.Payment.interfaceIdLabel": {
2629
2742
  developer_comment: "Label payment field interface id",
2630
- string: "Zahlungsanbieter-ID"
2743
+ string: "Interface ID"
2631
2744
  },
2632
2745
  "ResourcePreview.Payment.keyLabel": {
2633
2746
  developer_comment: "Label payment field key",
2634
- string: "Schlüssel"
2747
+ string: "Key"
2635
2748
  },
2636
2749
  "ResourcePreview.Payment.paymentMethodInfoInterfaceLabel": {
2637
2750
  developer_comment: "Label payment field payment method interface",
2638
- string: "Zahlungsmethoden-Schnittstelle"
2751
+ string: "Payment method interface"
2639
2752
  },
2640
2753
  "ResourcePreview.Payment.paymentMethodInfoMethodLabel": {
2641
2754
  developer_comment: "Label payment field payment method",
2642
- string: "Zahlungsmethode"
2755
+ string: "Payment method"
2643
2756
  },
2644
2757
  "ResourcePreview.Payment.paymentMethodInfoNameLabel": {
2645
2758
  developer_comment: "Label payment field payment method name",
2646
- string: "Name der Zahlungsmethode"
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: "Zahlungsstatus-Schnittstellencode"
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: "Text der Zahlungsstatus-Schnittstelle"
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: "Zahlungsstatus-Schritt"
2659
- },
2660
- "ResourcePreview.Product.categoriesLabel": {
2661
- developer_comment: "Label product field categories",
2662
- string: "Kategorien"
2663
- },
2664
- "ResourcePreview.Product.createdAtLabel": {
2665
- developer_comment: "Label product field created at",
2666
- string: "Angelegt am"
2667
- },
2668
- "ResourcePreview.Product.descriptionLabel": {
2669
- developer_comment: "Label product field description",
2670
- string: "Beschreibung"
2671
- },
2672
- "ResourcePreview.Product.keyLabel": {
2673
- developer_comment: "Label product field key",
2674
- string: "Schlüssel"
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: "Produkttyp"
2683
- },
2684
- "ResourcePreview.Product.publishedFalseLabel": {
2685
- developer_comment: "Label product field published false",
2686
- string: "Nein"
2687
- },
2688
- "ResourcePreview.Product.publishedLabel": {
2689
- developer_comment: "Label product field published",
2690
- string: "Ist veröffentlicht"
2691
- },
2692
- "ResourcePreview.Product.publishedTrueLabel": {
2693
- developer_comment: "Label product field published true",
2694
- string: "Ja"
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: "Anzahl"
2703
- },
2704
- "ResourcePreview.Product.reviewRatingStatisticsHighestRatingLabel": {
2705
- developer_comment: "Label product field highest rating",
2706
- string: "Höchste Bewertung"
2707
- },
2708
- "ResourcePreview.Product.reviewRatingStatisticsLowestRatingLabel": {
2709
- developer_comment: "Label product field lowest rating",
2710
- string: "Niedrigste Bewertung"
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: "Schritt"
2719
- },
2720
- "ResourcePreview.Product.variantsIDLabel": {
2721
- developer_comment: "Label product field variants id",
2722
- string: "{id} (ID)"
2723
- },
2724
- "ResourcePreview.Product.variantsKeyLabel": {
2725
- developer_comment: "Label product field variants key",
2726
- string: "{key} (Schlüssel)"
2727
- },
2728
- "ResourcePreview.Product.variantsLabel": {
2729
- developer_comment: "Label product field variants",
2730
- string: "Varianten"
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: "Angelegt am"
2739
- },
2740
- "ResourcePreview.ProductDiscount.descriptionLabel": {
2741
- developer_comment: "Label product discount field description",
2742
- string: "Beschreibung"
2743
- },
2744
- "ResourcePreview.ProductDiscount.isActiveFalseLabel": {
2745
- developer_comment: "Label product discount field is active is false",
2746
- string: "Nein"
2747
- },
2748
- "ResourcePreview.ProductDiscount.isActiveLabel": {
2749
- developer_comment: "Label product discount field is active",
2750
- string: "Ist aktiv"
2751
- },
2752
- "ResourcePreview.ProductDiscount.isActiveTrueLabel": {
2753
- developer_comment: "Label product discount field is active is true",
2754
- string: "Ja"
2755
- },
2756
- "ResourcePreview.ProductDiscount.nameLabel": {
2757
- developer_comment: "Label product discount field name",
2758
- string: "Name"
2759
- },
2760
- "ResourcePreview.ProductDiscount.sortOrderLabel": {
2761
- developer_comment: "Label product discount field sort order",
2762
- string: "Priorität (Sortierung)"
2763
- },
2764
- "ResourcePreview.ProductDiscount.validFromLabel": {
2765
- developer_comment: "Label product discount field valid from",
2766
- string: "Gültig von"
2767
- },
2768
- "ResourcePreview.ProductDiscount.validUntilLabel": {
2769
- developer_comment: "Label product discount field valid until",
2770
- string: "Gültig bis"
2771
- },
2772
- "ResourcePreview.ProductDiscount.valueLabel": {
2773
- developer_comment: "Label product discount field value",
2774
- string: "Wert"
2775
- },
2776
- "ResourcePreview.ProductDiscount.valueTypeAbsoluteLabel": {
2777
- developer_comment: "Label product discount field value type absolute",
2778
- string: "Absolut"
2779
- },
2780
- "ResourcePreview.ProductDiscount.valueTypeExternalLabel": {
2781
- developer_comment: "Label product discount field value type external",
2782
- string: "Extern"
2783
- },
2784
- "ResourcePreview.ProductDiscount.valueTypeLabel": {
2785
- developer_comment: "Label product discount field value type",
2786
- string: "Typ"
2787
- },
2788
- "ResourcePreview.ProductDiscount.valueTypeRelativeLabel": {
2789
- developer_comment: "Label product discount field value type relative",
2790
- string: "Relativ"
2791
- },
2792
- "ResourcePreview.ProductSelection.activeStoresLabel": {
2793
- developer_comment: "Label product selection field active stores",
2794
- string: "Aktive Shops"
2795
- },
2796
- "ResourcePreview.ProductSelection.createdAtLabel": {
2797
- developer_comment: "Label product selection field created at",
2798
- string: "Erstellt am"
2799
- },
2800
- "ResourcePreview.ProductSelection.keyLabel": {
2801
- developer_comment: "Label product selection field key",
2802
- string: "Schlüssel"
2803
- },
2804
- "ResourcePreview.ProductSelection.nameLabel": {
2805
- developer_comment: "Label product selection field name",
2806
- string: "Name"
2807
- },
2808
- "ResourcePreview.ProductSelection.productCountLabel": {
2809
- developer_comment: "Label product selection field product count",
2810
- string: "Produktanzahl"
2811
- },
2812
- "ResourcePreview.ProductType.createdAtLabel": {
2813
- developer_comment: "Label product type field created at",
2814
- string: "Angelegt am"
2815
- },
2816
- "ResourcePreview.ProductType.descriptionLabel": {
2817
- developer_comment: "Label product type field description",
2818
- string: "Beschreibung"
2819
- },
2820
- "ResourcePreview.ProductType.keyLabel": {
2821
- developer_comment: "Label product type field key",
2822
- string: "Schlüssel"
2823
- },
2824
- "ResourcePreview.ProductType.nameLabel": {
2825
- developer_comment: "Label product type field name",
2826
- string: "Name"
2827
- },
2828
- "ResourcePreview.Quote.companyLabel": {
2829
- developer_comment: "Label for quote company field",
2830
- string: "Firma"
2831
- },
2832
- "ResourcePreview.Quote.createdAtLabel": {
2833
- developer_comment: "Label for quote created at field",
2834
- string: "Erstellt am"
2835
- },
2836
- "ResourcePreview.Quote.keyLabel": {
2837
- developer_comment: "Label for quote key field",
2838
- string: "Schlüssel"
2839
- },
2840
- "ResourcePreview.Quote.quoteLabel": {
2841
- developer_comment: "Label for Quote field",
2842
- string: "Angebots-ID"
2843
- },
2844
- "ResourcePreview.Quote.quoteRequestLabel": {
2845
- developer_comment: "Label for quote request",
2846
- string: "Angebotsanfragen-ID"
2847
- },
2848
- "ResourcePreview.Quote.stagedQuoteLabel": {
2849
- developer_comment: "Label for staged quote",
2850
- string: "ID für vorläufiges Angebot"
2851
- },
2852
- "ResourcePreview.Quote.statusLabel": {
2853
- developer_comment: "Label for quote status field",
2854
- string: "Status"
2855
- },
2856
- "ResourcePreview.Quote.submittedByLabel": {
2857
- developer_comment: "Label for quote submitted by field",
2858
- string: "Eingereicht von"
2859
- },
2860
- "ResourcePreview.Quote.validUntilLabel": {
2861
- developer_comment: "Label for quote valid until field",
2862
- string: "Gültig bis"
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 de = {
2905
2814
  developer_comment: "Label review field title",
2906
2815
  string: "Titel"
2907
2816
  },
2908
- "ResourcePreview.ShoppingList.anonymousIdLabel": {
2909
- developer_comment: "Label shopping list field anonymousId",
2910
- string: "Anonyme ID"
2911
- },
2912
- "ResourcePreview.ShoppingList.createdAtLabel": {
2913
- developer_comment: "Label shopping list field created at",
2914
- string: "Angelegt am"
2915
- },
2916
- "ResourcePreview.ShoppingList.customerEmailLabel": {
2917
- developer_comment: "Label shopping list field customer email",
2918
- string: "Kunden-E-Mail-Adresse"
2919
- },
2920
- "ResourcePreview.ShoppingList.descriptionLabel": {
2921
- developer_comment: "Label shopping list field description",
2922
- string: "Beschreibung"
2923
- },
2924
- "ResourcePreview.ShoppingList.keyLabel": {
2925
- developer_comment: "Label shopping list field key",
2926
- string: "Schlüssel"
2927
- },
2928
- "ResourcePreview.ShoppingList.nameLabel": {
2929
- developer_comment: "Label shopping list field name",
2930
- string: "Name"
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: "Angelegt am"
@@ -2973,61 +2854,17 @@ var de = {
2973
2854
  developer_comment: "Label state field type",
2974
2855
  string: "Typ"
2975
2856
  },
2976
- "ResourcePreview.Store.createdAtLabel": {
2977
- developer_comment: "Label store field created at",
2978
- string: "Angelegt am"
2979
- },
2980
- "ResourcePreview.Store.distributionChannelsLabel": {
2981
- developer_comment: "Label store field distribution channels",
2982
- string: "Distributionskanäle"
2983
- },
2984
- "ResourcePreview.Store.keyLabel": {
2985
- developer_comment: "Label store field key",
2986
- string: "Schlüssel"
2987
- },
2988
- "ResourcePreview.Store.nameLabel": {
2989
- developer_comment: "Label store field name",
2990
- string: "Name"
2991
- },
2992
- "ResourcePreview.Store.supplyChannelsLabel": {
2993
- developer_comment: "Label store field supply channels",
2994
- string: "Versorgungskanäle"
2995
- },
2996
- "ResourcePreview.TaxCategory.createdAtLabel": {
2997
- developer_comment: "Label tax category field created at",
2998
- string: "Angelegt am"
2999
- },
3000
- "ResourcePreview.TaxCategory.descriptionLabel": {
3001
- developer_comment: "Label tax category field description",
3002
- string: "Beschreibung"
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: "Schlüssel"
3015
- },
3016
- "ResourcePreview.TaxCategory.nameLabel": {
3017
- developer_comment: "Label tax category field name",
3018
- string: "Name"
3019
- },
3020
2857
  "ResourcePreview.Type.createdAtLabel": {
3021
2858
  developer_comment: "Label type field created at",
3022
- string: "Angelegt am"
2859
+ string: "Created on"
3023
2860
  },
3024
2861
  "ResourcePreview.Type.descriptionLabel": {
3025
2862
  developer_comment: "Label type field description",
3026
- string: "Beschreibung"
2863
+ string: "Description"
3027
2864
  },
3028
2865
  "ResourcePreview.Type.keyLabel": {
3029
2866
  developer_comment: "Label type field key",
3030
- string: "Schlüssel"
2867
+ string: "Key"
3031
2868
  },
3032
2869
  "ResourcePreview.Type.nameLabel": {
3033
2870
  developer_comment: "Label type field name",
@@ -3037,35 +2874,16 @@ var de = {
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: "Angelegt am"
3043
- },
3044
- "ResourcePreview.Zone.descriptionLabel": {
3045
- developer_comment: "Label zone field description",
3046
- string: "Beschreibung"
3047
- },
3048
- "ResourcePreview.Zone.keyLabel": {
3049
- developer_comment: "Label zone field key",
3050
- string: "Schlüssel"
3051
- },
3052
- "ResourcePreview.Zone.locationsLabel": {
3053
- developer_comment: "Label zone field resource type ids",
3054
- string: "Standorte"
3055
- },
3056
- "ResourcePreview.Zone.nameLabel": {
3057
- developer_comment: "Label zone field name",
3058
- string: "Name"
3059
- },
3060
2877
  "ResourcePreview.addressTitle": {
3061
2878
  developer_comment: "Title for address panel",
3062
- string: "Adresse"
2879
+ string: "Address"
3063
2880
  },
3064
2881
  "ResourcePreview.amountColumnLabel": {
3065
2882
  developer_comment: "Label for amount column",
3066
- string: "Wert"
2883
+ string: "Amount"
3067
2884
  },
3068
2885
  "ResourcePreview.attributeColumnLabel": {
2886
+ developer_comment: "Label for attribute column",
3069
2887
  string: "Attribut"
3070
2888
  },
3071
2889
  "ResourcePreview.auditLogDocs": {
@@ -3077,6 +2895,7 @@ var de = {
3077
2895
  string: "Schließen"
3078
2896
  },
3079
2897
  "ResourcePreview.countryColumnLabel": {
2898
+ developer_comment: "Label for country column",
3080
2899
  string: "Land"
3081
2900
  },
3082
2901
  "ResourcePreview.currentEntityPathLabel": {
@@ -3088,9 +2907,11 @@ var de = {
3088
2907
  string: "Custom line items"
3089
2908
  },
3090
2909
  "ResourcePreview.descriptionColumnLabel": {
2910
+ developer_comment: "Label for description column",
3091
2911
  string: "Beschreibung"
3092
2912
  },
3093
2913
  "ResourcePreview.fieldColumnLabel": {
2914
+ developer_comment: "Label for field column",
3094
2915
  string: "Feld"
3095
2916
  },
3096
2917
  "ResourcePreview.fieldDefinitionsTitle": {
@@ -3107,11 +2928,11 @@ var de = {
3107
2928
  },
3108
2929
  "ResourcePreview.includedInPriceColumnLabel": {
3109
2930
  developer_comment: "Label for included in price column",
3110
- string: "In Preis enthalten"
2931
+ string: "Included in price"
3111
2932
  },
3112
2933
  "ResourcePreview.interactionIdColumnLabel": {
3113
2934
  developer_comment: "Label for interactionId column",
3114
- string: "Interaktions-ID"
2935
+ string: "Interaction ID"
3115
2936
  },
3116
2937
  "ResourcePreview.isCurrentVersionLabel": {
3117
2938
  developer_comment: "Message to inform the user is seeing the current version of the resource",
@@ -3131,22 +2952,23 @@ var de = {
3131
2952
  },
3132
2953
  "ResourcePreview.priceColumnLabel": {
3133
2954
  developer_comment: "Label for price column",
3134
- string: "Preis"
2955
+ string: "Price"
3135
2956
  },
3136
2957
  "ResourcePreview.productCurrentTitle": {
3137
2958
  developer_comment: "Title for product current panel",
3138
- string: "Aktuell"
2959
+ string: "Current"
3139
2960
  },
3140
2961
  "ResourcePreview.productStagedTitle": {
3141
2962
  developer_comment: "Title for product current panel",
3142
- string: "Vorläufig"
2963
+ string: "Staged"
3143
2964
  },
3144
2965
  "ResourcePreview.quantityColumnLabel": {
2966
+ developer_comment: "Label for quantity column",
3145
2967
  string: "Menge"
3146
2968
  },
3147
2969
  "ResourcePreview.ratesTitle": {
3148
2970
  developer_comment: "Title for tax category rates panel",
3149
- string: "Sätze"
2971
+ string: "Rates"
3150
2972
  },
3151
2973
  "ResourcePreview.referenceEntityPathLabel": {
3152
2974
  developer_comment: "Label to reference entity breadcrumbs path",
@@ -3154,19 +2976,22 @@ var de = {
3154
2976
  },
3155
2977
  "ResourcePreview.relatedEntities": {
3156
2978
  developer_comment: "Label for related entities panel",
3157
- string: "Verbundene Entitäten"
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: "Schritt"
3168
2992
  },
3169
2993
  "ResourcePreview.subRatesColumnLabel": {
2994
+ developer_comment: "Label for sub rates column",
3170
2995
  string: "Untersätze"
3171
2996
  },
3172
2997
  "ResourcePreview.textLineItemsTitle": {
@@ -3174,27 +2999,28 @@ var de = {
3174
2999
  string: "Text line items"
3175
3000
  },
3176
3001
  "ResourcePreview.timestampColumnLabel": {
3002
+ developer_comment: "Label for timestamp column",
3177
3003
  string: "Zeitstempel"
3178
3004
  },
3179
3005
  "ResourcePreview.totalPriceColumnLabel": {
3180
3006
  developer_comment: "Label for total price column",
3181
- string: "Gesamtpreis"
3007
+ string: "Total price"
3182
3008
  },
3183
3009
  "ResourcePreview.transactionsTitle": {
3184
3010
  developer_comment: "Title for transactions table",
3185
- string: "Transaktionen"
3011
+ string: "Transactions"
3186
3012
  },
3187
3013
  "ResourcePreview.typeColumnLabel": {
3188
3014
  developer_comment: "Label for type column",
3189
- string: "Typ"
3015
+ string: "Type"
3190
3016
  },
3191
3017
  "ResourcePreview.variantIdColumnLabel": {
3192
3018
  developer_comment: "Label for variantId column",
3193
- string: "Varianten-ID"
3019
+ string: "Variant ID"
3194
3020
  },
3195
3021
  "ResourcePreview.variantSkuColumnLabel": {
3196
3022
  developer_comment: "Label for variantSku column",
3197
- string: "Varianten-SKU"
3023
+ string: "Variant SKU"
3198
3024
  },
3199
3025
  "ResourceTypeCell.associateRoleType": {
3200
3026
  developer_comment: "Label when the resource is an associate role",
@@ -3272,6 +3098,10 @@ var de = {
3272
3098
  developer_comment: "Label when the resource is a review",
3273
3099
  string: "Prüfen"
3274
3100
  },
3101
+ "ResourceTypeCell.shippingMethodType": {
3102
+ developer_comment: "Label when the resource is a shipping method",
3103
+ string: "Versandmethode"
3104
+ },
3275
3105
  "ResourceTypeCell.shoppingListType": {
3276
3106
  developer_comment: "Label when the resource is shopping list",
3277
3107
  string: "Einkaufsliste"
@@ -3280,6 +3110,10 @@ var de = {
3280
3110
  developer_comment: "Lable when the resource is a staged quote",
3281
3111
  string: "Vorläufiges Angebot"
3282
3112
  },
3113
+ "ResourceTypeCell.standalonePriceType": {
3114
+ developer_comment: "Label when the resource is a standalone price",
3115
+ string: "Einzelpreis"
3116
+ },
3283
3117
  "ResourceTypeCell.stateType": {
3284
3118
  developer_comment: "Label when the resource is a state",
3285
3119
  string: "Schritt"