Skip to content

Commit

Permalink
chore(theme): added missing translations (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGorjan authored and Frodigo committed Feb 24, 2022
1 parent 7a882e1 commit 6d048ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/theme/components/Checkout/VsfShippingProvider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<div v-if="errorUseGetShippingMethods.load">
{{
$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.'
)
}}
</div>
<div v-else-if="errorShippingProvider.save">
{{
$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.'
)
}}
</div>
<div v-else-if="shippingMethods.length === 0">
{{
$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.'
)
}}
</div>
Expand Down
3 changes: 3 additions & 0 deletions packages/theme/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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."
};
3 changes: 3 additions & 0 deletions packages/theme/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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."
};

0 comments on commit 6d048ed

Please sign in to comment.