Skip to content

Commit e45210d

Browse files
authored
chore(theme): added missing translations (#553)
1 parent 69f7df4 commit e45210d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/theme/components/Checkout/VsfShippingProvider.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<div v-if="errorUseGetShippingMethods.load">
1111
{{
1212
$t(
13-
'There was some error while trying to fetch shipping methods. We are sorry, please try with different shipping details or later.'
13+
'There was some error while trying to fetch shipping methods. We are sorry, please try with a different shipping details.'
1414
)
1515
}}
1616
</div>
1717
<div v-else-if="errorShippingProvider.save">
1818
{{
1919
$t(
20-
'There was some error while trying to select this shipping method. We are sorry, please try with different shipping method or later.'
20+
'There was some error while trying to select this shipping method. We are sorry, please try with a different shipping method.'
2121
)
2222
}}
2323
</div>
2424
<div v-else-if="shippingMethods.length === 0">
2525
{{
2626
$t(
27-
'There are no shipping methods available for this country. We are sorry, please try with different country or later.'
27+
'There are no shipping methods available for this country. We are sorry, please try with a different country.'
2828
)
2929
}}
3030
</div>

packages/theme/lang/de.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,7 @@ export default {
239239
"The field should have at least 4 characters": "Das Feld sollte mindestens 4 Zeichen lang sein",
240240
"The field should have at least 8 characters": "Das Feld sollte mindestens 8 Zeichen lang sein",
241241
"New Password": "Neues Passwort",
242+
"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.",
243+
"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.",
244+
"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."
242245
};

packages/theme/lang/en.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,7 @@ export default {
236236
"The field should have at least 4 characters": "The field should have at least 4 characters",
237237
"The field should have at least 8 characters": "The field should have at least 8 characters",
238238
"New Password": "New Password",
239+
"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.",
240+
"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.",
241+
"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."
239242
};

0 commit comments

Comments
 (0)