Skip to content

Commit

Permalink
2024-12-05 - Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
shopwareBot authored and shopwareBot committed Dec 5, 2024
1 parent 4c50ffa commit 7efaf9f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 deletions.
10 changes: 9 additions & 1 deletion translations/de-DE/Platform/Administration/administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@
"AddAndCondition": "UND-Bedingung hinzufügen",
"AddOrCondition": "ODER-Bedingung hinzufügen",
"AddSubCondition": "Unterbedingungen hinzufügen",
"adminSalesChannelSourceRule": "In Administration verwendbar",
"alwaysValidRule": "Immer zutreffend",
"and": "Und",
"billingCityRule": "Rechnungsadresse: Stadt",
Expand Down Expand Up @@ -746,7 +747,7 @@
"orderAffiliateCodeRule": "Affiliate-Code (Bestellung)",
"orderCampaignCodeRule": "Kampagnen-Code (Bestellung)",
"orderCountRule": "Anzahl abgeschlossener Bestellungen",
"orderCreatedByAdminRule": "Bestellung vom Administrator erstellt",
"orderCreatedByAdminRule": "Bestellung vom Administrator erstellt (Flow)",
"orderCustomFieldRule": "Bestellung mit Zusatzfeld",
"orderDeliveryStatusRule": "Lieferstatus",
"orderDocumentTypeRule": "Bestellung mit Dokument",
Expand Down Expand Up @@ -801,6 +802,11 @@
"placeholderErrorMessage": "Platzhalter können nicht gespeichert werden."
},
"sw-condition-generic": {
"adminSalesChannelSource": {
"hasAdminSalesChannelSource": {
"placeholder": "Bedingung auswählen ..."
}
},
"cartLineItemDimensionHeight": {
"amount": {
"placeholder": "@:sw-product.settingsForm.placeholderHeight"
Expand Down Expand Up @@ -972,6 +978,8 @@
"columnsActions": "Spaltenaktionen",
"labelColumnHide": "Spalte ausblenden",
"labelDeSelectAll": "Alle abwählen",
"labelSelectAll": "Alles auswählen",
"labelSelected": "Ausgewählt",
"labelSelectionCount": "Ausgewählt:",
"labelSettingsCompactMode": "Kompaktmodus verwenden",
"labelSettingsPreviewImages": "Vorschaubilder anzeigen",
Expand Down
20 changes: 14 additions & 6 deletions translations/en-GB/Platform/Administration/administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@
"AddAndCondition": "Add AND condition",
"AddOrCondition": "Add OR condition",
"AddSubCondition": "Add subconditions",
"adminSalesChannelSourceRule": "Applicable in Administration",
"alwaysValidRule": "Always valid",
"and": "And",
"billingCityRule": "Billing address: City",
Expand Down Expand Up @@ -746,7 +747,7 @@
"orderAffiliateCodeRule": "Affiliate code (order)",
"orderCampaignCodeRule": "Campaign code (order)",
"orderCountRule": "Quantity of completed orders",
"orderCreatedByAdminRule": "Order created by admin",
"orderCreatedByAdminRule": "Order created by administrator (flow)",
"orderCustomFieldRule": "Order with custom field",
"orderDeliveryStatusRule": "Delivery status",
"orderDocumentTypeRule": "Order with document",
Expand Down Expand Up @@ -801,6 +802,11 @@
"placeholderErrorMessage": "Placeholder cannot be saved."
},
"sw-condition-generic": {
"adminSalesChannelSource": {
"hasAdminSalesChannelSource": {
"placeholder": "Select condition..."
}
},
"cartLineItemDimensionHeight": {
"amount": {
"placeholder": "@:sw-product.settingsForm.placeholderHeight"
Expand Down Expand Up @@ -884,23 +890,23 @@
},
"orderCreatedByAdmin": {
"shouldOrderBeCreatedByAdmin": {
"placeholder": "Select condition ..."
"placeholder": "Select condition..."
}
},
"orderStatus": {
"operator": {
"placeholder": "Select operator ..."
"placeholder": "Select operator..."
},
"stateIds": {
"placeholder": "Select state ..."
"placeholder": "Select state..."
}
},
"orderTransactionStatus": {
"operator": {
"placeholder": "Select operator ..."
"placeholder": "Select operator..."
},
"stateIds": {
"placeholder": "Select state ..."
"placeholder": "Select state..."
}
},
"promotionCodeOfType": {
Expand Down Expand Up @@ -972,6 +978,8 @@
"columnsActions": "Column actions",
"labelColumnHide": "Hide column",
"labelDeSelectAll": "Deselect all",
"labelSelectAll": "Select all",
"labelSelected": "Selected",
"labelSelectionCount": "Selected:",
"labelSettingsCompactMode": "Use compact view",
"labelSettingsPreviewImages": "Show preview images",
Expand Down
5 changes: 3 additions & 2 deletions translations/en-GB/Platform/Storefront/storefront.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,10 +785,11 @@
"watchUrlLabel": "Watch on Vimeo"
},
"imageGallery": {
"ariaLabel": "Image gallery containing %total% items",
"ariaLabel": "Image Gallery",
"touchMove": "Touch and drag",
"clickMove": "Click and move",
"sliderDotLabel": "Show image %index% of %total%"
"sliderDotLabel": "Show image %index% of %total%",
"ariaLabel": "Image gallery containing %total% items"
},
"productGallery": {
"ariaLabel": "Product gallery containing %total% items"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"helpTextOptionsAutoCollapse": "If this setting is active, options will close automatically after a valid input. This function is not available in step-by-step mode.",
"helpTextStepByStep": "In step-by-step mode, the options for individualising a product are displayed one after the other.",
"labelActive": "Active",
"labelColor": "Colour",
"labelColor": "Color",
"labelConfirmInput": "Customers need to confirm their configurations",
"labelDescription": "Description",
"labelDisplayName": "Display name",
Expand Down Expand Up @@ -169,8 +169,8 @@
},
"optionTypes": {
"checkbox": "Checkbox",
"colorpicker": "Colour picker",
"colorselect": "Colour select",
"colorpicker": "Color picker",
"colorselect": "Color select",
"datetime": "Date field",
"fileupload": "File upload",
"htmleditor": "HTML editor",
Expand Down

0 comments on commit 7efaf9f

Please sign in to comment.