Skip to content

Commit

Permalink
2024-12-19 - Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
shopwareBot authored and shopwareBot committed Dec 19, 2024
1 parent 25c5d42 commit ca741ab
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
11 changes: 10 additions & 1 deletion translations/de-DE/Platform/Administration/administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8302,6 +8302,14 @@
},
"host": "Host",
"host-placeholder": "Host-Namen eingeben ...",
"oauth-client-id": "Client ID",
"oauth-client-id-placeholder": "Client ID eingeben ...",
"oauth-client-secret": "Client Secret",
"oauth-client-secret-placeholder": "Client Secret eingeben ...",
"oauth-scope": "OAuth Scope",
"oauth-scope-placeholder": "OAuth Scope eingeben ...",
"oauth-url": "OAuth URL",
"oauth-url-placeholder": "OAuth URL eingeben ...",
"password": "Passwort",
"password-placeholder": "Gib ein Passwort ein ...",
"port": "Port",
Expand Down Expand Up @@ -8333,7 +8341,8 @@
"env-file": "Umgebungs-Konfiguration benutzen",
"local-agent": "Lokaler E-Mail-Agent",
"local-helptext": "Es wird der Standard-Mailer (Sendmail) Deines Systems verwendet. Stelle sicher, dass Sendmail in Deiner Host-Umgebung verfügbar ist und funktioniert.",
"smtp-server": "SMTP-Server"
"smtp-server": "SMTP-Server",
"smtp-server-oauth": "SMTP server mit OAuth 2"
},
"sendmail": {
"async": "Asynchroner Mailversand",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
"declined": "Abgelehnt",
"done": "Abgeschlossen",
"draft": "Entwurf",
"draftCreated": "Entwurf erstellt",
"employee": "Mitarbeiter",
"expired": "Abgelaufen",
"inReview": "In Überprüfung",
Expand All @@ -731,7 +732,7 @@
"quote": "Angebot",
"reopen": "Wiedereröffnet",
"replied": "Geantwortet",
"requested": "Angefragt",
"requested": "Kunde angefragt",
"return": "Retoure",
"status": "Status"
}
Expand Down Expand Up @@ -957,10 +958,10 @@
"tags": "{tags} Tag | {tags} Tags",
"title": "Flow hochladen",
"uploadFileLabel": "Datei hochladen",
"uploadLabel": "Wähle eine json-Datei aus, um ein Flow-Template hochzuladen.",
"uploadLabel": "Wähle eine geeignete json-Datei aus",
"warningAlert": {
"description": "Dein System ist aktuell nicht kompatibel mit dem hochgeladenen Flow.",
"extensionsLabel": "Erforderliche Verlängerung:",
"extensionsLabel": "Erforderliche Erweiterung:",
"ruleConflictDescription": "Die Flow-Datei “{flowFile}” enthält Regeln, die bereits in Deinem System vorhanden sind. Diese Regeln verwenden Bedingungen, die sich von den Bedingungen in Deinen lokalen Regeln unterscheiden. Welche Regeln möchtest Du verwenden?",
"ruleConflictLabel": "Regelkonflikte",
"shopwareVersionLabel": "Erforderliche Shopware-Version:"
Expand Down
11 changes: 10 additions & 1 deletion translations/en-GB/Platform/Administration/administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8302,6 +8302,14 @@
},
"host": "Host",
"host-placeholder": "Enter a host name...",
"oauth-client-id": "Client ID",
"oauth-client-id-placeholder": "Enter the client ID...",
"oauth-client-secret": "Client Secret",
"oauth-client-secret-placeholder": "Enter the client secret...",
"oauth-scope": "OAuth Scope",
"oauth-scope-placeholder": "Enter the OAuth scope...",
"oauth-url": "OAuth URL",
"oauth-url-placeholder": "Enter the OAuth URL...",
"password": "Password",
"password-placeholder": "Enter a password...",
"port": "Port",
Expand Down Expand Up @@ -8333,7 +8341,8 @@
"env-file": "Use environment's configuration",
"local-agent": "Local email agent",
"local-helptext": "This option uses your system‘s default mailer (Sendmail). Make sure Sendmail works and is available in your own hosting environment.",
"smtp-server": "SMTP server"
"smtp-server": "SMTP server",
"smtp-server-oauth": "SMTP server with OAuth 2"
},
"sendmail": {
"async": "Asynchronous mail dispatch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
"declined": "Declined",
"done": "Done",
"draft": "Draft",
"draftCreated": "Draft created",
"employee": "Employee",
"expired": "Expired",
"inReview": "In review",
Expand All @@ -731,7 +732,7 @@
"quote": "Quote",
"reopen": "Reopen",
"replied": "Replied",
"requested": "Requested",
"requested": "Customer Requested",
"return": "Return",
"status": "Status"
}
Expand Down Expand Up @@ -926,9 +927,9 @@
"importError": {
"confirmButton": "Leave page",
"description": "There are unsaved changes. Are you sure you want to leave this page without saving?",
"invalidActionHeading": "Invalid Action",
"invalidActionHeading": "Invalid action",
"invalidActionText": "This action references data that could not be found in your system.",
"invalidRuleHeading": "Invalid Rule",
"invalidRuleHeading": "Invalid rule",
"invalidRuleText": "This rule references data that was not found in your system.",
"missingRuleText": "This rule could not be found in your system.",
"textAssignCustomerGroup": "Please reassign the customer group:",
Expand Down Expand Up @@ -957,7 +958,7 @@
"tags": "{tags} tag | {tags} tags",
"title": "Upload flow",
"uploadFileLabel": "Upload file",
"uploadLabel": "Please select a json file to upload a flow template",
"uploadLabel": "Please select a suitable json file",
"warningAlert": {
"description": "Your system is currently not compatible with the uploaded flow.",
"extensionsLabel": "Required extension:",
Expand Down

0 comments on commit ca741ab

Please sign in to comment.