From 6d048ed15541da135a6d7b81bc79ac981395b5f5 Mon Sep 17 00:00:00 2001 From: Kevin Gorjan Date: Wed, 2 Feb 2022 15:18:10 +0100 Subject: [PATCH] chore(theme): added missing translations (#553) --- packages/theme/components/Checkout/VsfShippingProvider.vue | 6 +++--- packages/theme/lang/de.js | 3 +++ packages/theme/lang/en.js | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/theme/components/Checkout/VsfShippingProvider.vue b/packages/theme/components/Checkout/VsfShippingProvider.vue index e1295d2fe..aead04ec5 100644 --- a/packages/theme/components/Checkout/VsfShippingProvider.vue +++ b/packages/theme/components/Checkout/VsfShippingProvider.vue @@ -10,21 +10,21 @@
{{ $t( - 'There was some error while trying to fetch shipping methods. We are sorry, please try with different shipping details or later.' + 'There was some error while trying to fetch shipping methods. We are sorry, please try with a different shipping details.' ) }}
{{ $t( - 'There was some error while trying to select this shipping method. We are sorry, please try with different shipping method or later.' + 'There was some error while trying to select this shipping method. We are sorry, please try with a different shipping method.' ) }}
{{ $t( - 'There are no shipping methods available for this country. We are sorry, please try with different country or later.' + 'There are no shipping methods available for this country. We are sorry, please try with a different country.' ) }}
diff --git a/packages/theme/lang/de.js b/packages/theme/lang/de.js index 33b354e9b..9cf46ea8a 100644 --- a/packages/theme/lang/de.js +++ b/packages/theme/lang/de.js @@ -239,4 +239,7 @@ export default { "The field should have at least 4 characters": "Das Feld sollte mindestens 4 Zeichen lang sein", "The field should have at least 8 characters": "Das Feld sollte mindestens 8 Zeichen lang sein", "New Password": "Neues Passwort", + "There are no shipping methods available for this country. We are sorry, please try with different country.": "Für dieses Land sind keine Versandarten verfügbar. Es tut uns leid, bitte versuchen Sie es mit einem anderen Land oder später.", + "There was some error while trying to fetch shipping methods. We are sorry, please try with different shipping details.": "Beim Versuch, Versandarten abzurufen, ist ein Fehler aufgetreten. Es tut uns leid, bitte versuchen Sie es mit anderen Versanddetails oder später.", + "There was some error while trying to select this shipping method. We are sorry, please try with different shipping method.": "Beim Versuch, diese Versandart auszuwählen, ist ein Fehler aufgetreten. Es tut uns leid, bitte versuchen Sie es mit einer anderen Versandart." }; diff --git a/packages/theme/lang/en.js b/packages/theme/lang/en.js index bf60673de..9f258bc01 100644 --- a/packages/theme/lang/en.js +++ b/packages/theme/lang/en.js @@ -236,4 +236,7 @@ export default { "The field should have at least 4 characters": "The field should have at least 4 characters", "The field should have at least 8 characters": "The field should have at least 8 characters", "New Password": "New Password", + "There are no shipping methods available for this country. We are sorry, please try with different country.": "There are no shipping methods available for this country. We are sorry, please try with different country.", + "There was some error while trying to fetch shipping methods. We are sorry, please try with different shipping details.": "There was some error while trying to fetch shipping methods. We are sorry, please try with different shipping details.", + "There was some error while trying to select this shipping method. We are sorry, please try with different shipping method.": "There was some error while trying to select this shipping method. We are sorry, please try with different shipping method." };