Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(settings): [PST-21910] change preprod to sandbox word #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ $tc('lengow-connector.legals.title') }}
</routerLink>
| {{ $tc('lengow-connector.footer.lengow_plugin_name') }}
<span v-if="preprod" class="lgw-label-preprod">Preprod</span> v {{ moduleVersion }}
<span v-if="preprod" class="lgw-label-preprod">Sandbox</span> v {{ moduleVersion }}
| copyright © {{ currentYear }}
<a :href="$tc('lengow-connector.footer.link')" target="_blank"> Lengow </a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"failed_description": "Wir waren nicht in der Lage, die Verbindung zwischen Ihrem xxx und Lengow herzustellen.",
"failed_description_first_credentials": "Die Verbindung kann nicht mit den angegebenen Anmeldeinformationen hergestellt werden.",
"failed_description_second_credentials_prod": "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Produktionsumgebung von Lengow übereinstimmen.",
"failed_description_second_credentials_preprod": "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Vorproduktionsumgebung von Lengow übereinstimmen.",
"failed_description_second_credentials_preprod": "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Sandbox von Lengow übereinstimmen.",
"failed_help": "Wenn das Problem weiterhin besteht, schauen Sie doch einmal in den",
"failed_help_center": "\"Shopware guide\"",
"failed_help_or": "oder kontaktieren Sie unser",
Expand Down Expand Up @@ -381,7 +381,7 @@
},
"debug_mode": {
"label": "Debug Mode aktivieren",
"description": "Dieser Modus zur Prüfung und Auftragsimulation verwenden. Diese Einstellung NUR auf Ihrem Pre-Production Server aktivieren"
"description": "Dieser Modus zur Prüfung und Auftragsimulation verwenden. Diese Einstellung NUR auf Ihrem Sandbox Server aktivieren"
},
"report_mail_enabled": {
"label": "Bei Problemen während des Imports der Bestellungen möchte ich benachrichtigt werden"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"failed_description": "We were unable to make the connection between your Shopware and Lengow.",
"failed_description_first_credentials": "Unable to connect with credentials provided.",
"failed_description_second_credentials_prod": "Please verify that these credentials match Lengow's production environment.",
"failed_description_second_credentials_preprod": "Please verify that these credentials match Lengow's pre-production environment.",
"failed_description_second_credentials_preprod": "Please verify that these credentials match Lengow's sandbox environment.",
"failed_help": "If the problem persists, you can take a look at",
"failed_help_center": "\"Shopware guide\"",
"failed_help_or": "or contact our",
Expand Down Expand Up @@ -393,7 +393,7 @@
},
"debug_mode": {
"label": "Activate Debug Mode",
"description": "Use Debug Mode for testing and to simulate fictitious orders. Please note that you have to activate this setting on your pre-production server ONLY"
"description": "Use Debug Mode for testing and to simulate fictitious orders. Please note that you have to activate this setting on your sandbox server ONLY"
},
"report_mail_enabled": {
"label": "I would like to be notified when there are issues regarding order importation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"failed_description": "Nous n'avons pas réussi à établir la connexion entre votre Shopware et Lengow.",
"failed_description_first_credentials": "Impossible de se connecter avec les identifiants fournis.",
"failed_description_second_credentials_prod": "Veuillez vérifier que ces identifiants correspondent à l'environnement de production de Lengow.",
"failed_description_second_credentials_preprod": "Veuillez vérifier que ces identifiants correspondent à l'environnement de pré-production de Lengow.",
"failed_description_second_credentials_preprod": "Veuillez vérifier que ces identifiants correspondent à l'environnement de sandbox de Lengow.",
"failed_help": "Si le problème persiste, vous pouvez consulter le",
"failed_help_center": "\"guide Shopware\"",
"failed_help_or": "ou contacter notre",
Expand Down Expand Up @@ -393,7 +393,7 @@
},
"debug_mode": {
"label": "Activer le Debug Mode",
"description": "Utilisez le Debug Mode pour tester et simuler des commandes fictives. Pour rappel, vous devez activer ce paramètre UNIQUEMENT sur votre serveur de préproduction"
"description": "Utilisez le Debug Mode pour tester et simuler des commandes fictives. Pour rappel, vous devez activer ce paramètre UNIQUEMENT sur votre serveur de sandbox"
},
"report_mail_enabled": {
"label": "Je veux être notifié en cas de problème lors de l'importation de mes commandes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@change="onSaveSettings($event, 'lengowEnvironmentUrl')"
@update:value="onSaveSettings($event, 'lengowEnvironmentUrl')"
>
<option value=".net">Preprod</option>
<option value=".net">Sandbox</option>
<option value=".io">Prod</option>
</sw-select-field >
</sw-card>
Expand Down
4 changes: 2 additions & 2 deletions src/Translations/yml/de-DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ de:
failed_description: "Wir waren nicht in der Lage, die Verbindung zwischen Ihrem xxx und Lengow herzustellen."
failed_description_first_credentials: "Die Verbindung kann nicht mit den angegebenen Anmeldeinformationen hergestellt werden."
failed_description_second_credentials_prod: "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Produktionsumgebung von Lengow übereinstimmen."
failed_description_second_credentials_preprod: "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Vorproduktionsumgebung von Lengow übereinstimmen."
failed_description_second_credentials_preprod: "Bitte überprüfen Sie, ob diese Anmeldedaten mit der Sandbox von Lengow übereinstimmen."
failed_help: "Wenn das Problem weiterhin besteht, schauen Sie doch einmal in den"
failed_help_center: "\"Shopware guide\""
failed_help_or: "oder kontaktieren Sie unser"
Expand Down Expand Up @@ -329,7 +329,7 @@ de:
description: "Anzahl der Tage auswählen (Max. 10 Tage)"
debug_mode:
label: "Debug Mode aktivieren"
description: "Dieser Modus zur Prüfung und Auftragsimulation verwenden. Diese Einstellung NUR auf Ihrem Pre-Production Server aktivieren"
description: "Dieser Modus zur Prüfung und Auftragsimulation verwenden. Diese Einstellung NUR auf Ihrem Sandbox Server aktivieren"
report_mail_enabled:
label: "Bei Problemen während des Imports der Bestellungen möchte ich benachrichtigt werden"
report_mail_address:
Expand Down
4 changes: 2 additions & 2 deletions src/Translations/yml/en-GB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ en:
failed_description: "We were unable to make the connection between your Shopware and Lengow."
failed_description_first_credentials: "Unable to connect with credentials provided."
failed_description_second_credentials_prod: "Please verify that these credentials match Lengow's production environment."
failed_description_second_credentials_preprod: "Please verify that these credentials match Lengow's pre-production environment."
failed_description_second_credentials_preprod: "Please verify that these credentials match Lengow's sandbox environment."
failed_help: "If the problem persists, you can take a look at"
failed_help_center: "\"Shopware guide\""
failed_help_or: "or contact our"
Expand Down Expand Up @@ -338,7 +338,7 @@ en:
description: "Choose a number of days (Max 10 days)"
debug_mode:
label: "Activate Debug Mode"
description: "Use Debug Mode for testing and to simulate fictitious orders. Please note that you have to activate this setting on your pre-production server ONLY"
description: "Use Debug Mode for testing and to simulate fictitious orders. Please note that you have to activate this setting on your sandbox server ONLY"
report_mail_enabled:
label: "I would like to be notified when there are issues regarding order importation"
report_mail_address:
Expand Down
4 changes: 2 additions & 2 deletions src/Translations/yml/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fr:
failed_description: "Nous n'avons pas réussi à établir la connexion entre votre Shopware et Lengow."
failed_description_first_credentials: "Impossible de se connecter avec les identifiants fournis."
failed_description_second_credentials_prod: "Veuillez vérifier que ces identifiants correspondent à l'environnement de production de Lengow."
failed_description_second_credentials_preprod: "Veuillez vérifier que ces identifiants correspondent à l'environnement de pré-production de Lengow."
failed_description_second_credentials_preprod: "Veuillez vérifier que ces identifiants correspondent à l'environnement de sandbox de Lengow."
failed_help: "Si le problème persiste, vous pouvez consulter le"
failed_help_center: "\"guide Shopware\""
failed_help_or: "ou contacter notre"
Expand Down Expand Up @@ -338,7 +338,7 @@ fr:
description: "Choisissez le nombre de jours (Max 10 jours)"
debug_mode:
label: "Activer le Debug Mode"
description: "Utilisez le Debug Mode pour tester et simuler des commandes fictives. Pour rappel, vous devez activer ce paramètre UNIQUEMENT sur votre serveur de préproduction"
description: "Utilisez le Debug Mode pour tester et simuler des commandes fictives. Pour rappel, vous devez activer ce paramètre UNIQUEMENT sur votre serveur de sandbox"
report_mail_enabled:
label: "Je veux être notifié en cas de problème lors de l'importation de mes commandes"
report_mail_address:
Expand Down
Loading