Skip to content
Merged
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
10 changes: 5 additions & 5 deletions packages/theme/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,16 @@ export default {
"The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.":"Die Kontoanmeldung war falsch oder Ihr Konto wurde vorübergehend deaktiviert. Bitte warten Sie und versuchen Sie es später erneut.",
"A customer with the same email address already exists in an associated website.": "Ein Kunde mit derselben E-Mail-Adresse existiert bereits auf einer verknüpften Website.",
"Invalid email": "Ungültige E-Mail",
"SUMMER COLLECTION {year}": "SUMMER COLLECTION {year}",
"SUMMER COLLECTION {year}": "SOMMERKOLLEKTION {year}",
"Colorful summer dresses are already in store": "Bunte Sommerkleider sind bereits im Store",
"Learn more": "Mehr erfahren",
"Dresses": "Kleider",
"Cocktail & Party": "Cocktail & Party",
"Cocktail & Party": "Cocktailparty",
"Linen Dresses": "Leinenkleider",
"T-Shirts": "T-Shirts",
"The office life": "Das Büroleben",
"The Office Life": "Das Büroleben",
"Find stunning women's cocktail dresses and party dresses. Stand out in lace and metallic cocktail dresses from all your favorite brands.": "Finden Sie atemberaubende Cocktailkleider für Damen und Cocktailkleider für Party-D…c von all Ihren Lieblingsmarken.",
"Shop now": "Jetzt einkaufen",
"The Office Life": "The Office Life",
"Summer Sandals": "Sommersandalen",
"Eco Sandals": "Öko-Sandalen",
"Subscribe to Newsletters": "Newsletter abonnieren",
Expand Down Expand Up @@ -240,7 +239,8 @@ 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",
"New Products": "Neue Produkte",
"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."
"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: 2 additions & 1 deletion packages/theme/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ 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",
"New Products": "New Products",
"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."
"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.",
};
6 changes: 3 additions & 3 deletions packages/theme/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ProductsCarousel
:products="newProducts"
:loading="newProductsLoading"
title="New Products"
:title="$t('New Products')"
/>
</LazyHydrate>

Expand Down Expand Up @@ -155,8 +155,8 @@ export default defineComponent({
subtitle: app.i18n.t('Dresses'),
title: app.i18n.t('Cocktail & Party'),
description:
'Find stunning women\'s cocktail dresses and party dresses. Stand out in lace and metallic cocktail dresses from all your favorite brands.',
buttonText: 'Shop now',
app.i18n.t('Find stunning women\'s cocktail dresses and party dresses. Stand out in lace and metallic cocktail dresses from all your favorite brands.'),
buttonText: app.i18n.t('Shop now'),
image: {
mobile:
'https://cdn.shopify.com/s/files/1/0407/1902/4288/files/bannerB_328x343.jpg',
Expand Down