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