Skip to content

Commit e4a770f

Browse files
authored
Merge pull request #3703 from schwerdt-ke/bugfix/3076-german-translations
Adds some additional german translations.
2 parents 5c48f3e + a7416d5 commit e4a770f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Decreased the `localStorage` quota usage + error handling by introducing new config variables: `config.products.disablePersistentProductsCache` to not store products by SKU (by default it's on). Products are cached in ServiceWorker cache anyway so the `product/list` will populate the in-memory cache (`cache.setItem(..., memoryOnly = true)`); `config.seo.disableUrlRoutesPersistentCache` - to not store the url mappings; they're stored in in-memory cache anyway so no additional requests will be made to the backend for url mapping; however it might cause some issues with url routing in the offline mode (when the offline mode PWA installed on homescreen got reloaded, the in-memory cache will be cleared so there won't potentially be the url mappings; however the same like with `product/list` the ServiceWorker cache SHOULD populate url mappings anyway); `config.syncTasks.disablePersistentTaskQueue` to not store the network requests queue in service worker. Currently only the stock-check and user-data changes were using this queue. The only downside it introuces can be related to the offline mode and these tasks will not be re-executed after connectivity established, but just in a case when the page got reloaded while offline (yeah it might happen using ServiceWorker; `syncTasks` can't be re-populated in cache from SW) - @pkarw (#2985)
2929
- Fixed evaluate detailsLink in the cookie notification - @benjick (#3689)
3030

31+
## Added
32+
- Added german translations - @schwerdt-ke (3076)
33+
3134
## [1.10.3] - 2019.09.18
3235

3336
### Fixed

core/i18n/resource/i18n/de-DE.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"Out of stock!","Nicht auf Lager!"
55
" is out of the stock!"," ist nicht auf Lager!"
66
"Some of the ordered products are not available!","Einige der bestellten Produkte sind nicht auf Lager!"
7+
"Please wait ...","Bitte warten ..."
78
"Stock check in progress, please wait while available stock quantities are checked","Bestandskontrolle läuft. Bitte warte einen Moment bis die verfügbare Bestandsmenge geprüft worden ist"
89
"There is no Internet connection. You can still place your order. We will notify you if any of ordered products is not available because we cannot check it right now.","Es besteht aktuell keine Verbindung zum Internet. Du kannst deine Bestellung dennoch aufgeben. Falls eines der bestellten Produkte bei Wiederaufbau der Verbindung nicht mehr verfügbar sein sollte, werden wir dich umgehend benachrichtigen."
910
"No such configuration for the product. Please do choose another combination of attributes.","Diese Konfiguration ist für dieses Produkt nicht möglich. Bitte wähle eine andere Kombination von Eigenschaften."
1011
"The system is not sure about the stock quantity (volatile). Product has been added to the cart for pre-reservation.","Das System konnte den genauen Lagerbestand nicht ermitteln, da dieser sehr volatil ist. Das Produkt wurde zur Vorreservierung in den Warenkorb gelegt."
1112
"This feature is not implemented yet! Please take a look at https://github.com/DivanteLtd/vue-storefront/issues for our Roadmap!","Diese Funktion wurde noch nicht implementiert. Für weitere Details schau dir bitte auf https://github.com/DivanteLtd/vue-storefront/issues unsere Roadmap an!"
1213
"The product is out of stock and cannot be added to the cart!","Das Produkt ist nicht auf Lager und kann daher nicht zum Warenkorb hinzugefügt werden!"
1314
"Product has been added to the cart!","Produkt wurde zum Warenkorb hinzugefügt!"
15+
"Product quantity has been updated!","Die Anzahl wurde upgedated!"
1416
"Internal validation error. Please check if all required fields are filled in. Please contact us on {email}","Interner Validierungsfehler. Bitte überprüfe, ob alle erforderlichen Felder ausgefüllt sind. Bei Problemen kontaktiere uns bitte über {email}"
1517
"Address provided in checkout contains invalid data. Please check if all required fields are filled in and also contact us on {email} to resolve this issue for future. Your order has been canceled.","Die angegebene Adresse ist nicht gültig. Bitte überprüfe, ob alle notwenigen Felder ausgefüllt sind und kontaktiere uns per {email} um den Fehler für die Zukunft zu beheben. Deine Bestellung wurde abgebrochen."
1618
"Product {productName} has been added to the compare!","Das Produkt {productName} wurde zur Vergleichsliste hinzugefügt!"
@@ -71,3 +73,5 @@
7173
"You need to be logged in to see this page","Sie müssen angemeldet sein, um diese Seite anzuzeigen"
7274
"Quantity must be above 0","Die Menge muss größer als 0 sein"
7375
"Error: Error while adding products","Error: Fehler beim hinzufügen der Produkte"
76+
"Unexpected authorization error. Check your Network conection.","Unerwarteter Fehler bei der Authentifizierung. Bitte überprüfen Sie Ihre Internetverbindung."
77+
"Columns","Spalten"

src/themes/default/resource/i18n/de-DE.csv

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Register an account","Konto registrieren"
3030
"login to your account","mit ihrem Konto anmelden"
3131
"Filter","Filter"
32+
"Clear filters", "Filter löschen"
3233
"color_filter","Farbe"
3334
"size_filter","Größe"
3435
"price_filter","Preis"
@@ -84,6 +85,7 @@
8485
"You are logged in as","Sie sind eingeloggt als"
8586
"Edit","Bearbeiten"
8687
"Shopping cart","Warenkorb"
88+
"Clear cart","Warenkorb leeren"
8789
"Your shopping cart is empty.","Ihr Warenkorb ist leer."
8890
"Don't hesitate and","Zögeren Sie nicht und"
8991
"browse our catalog","durchsuchen Sie unseren Katalog,"
@@ -113,6 +115,7 @@
113115
"My loyalty card","Meine Kundenkarte"
114116
"My product reviews","Meine Produktrezension"
115117
"Wishlist","Wunschliste"
118+
"Clear wishlist","Wunschliste leeren"
116119
"Your wishlist is empty.","Ihre Wunschliste ist leer."
117120
"Add to cart","In den Warenkorb"
118121
"Select color ","Farbe wählen "
@@ -146,6 +149,7 @@
146149
"Use my billing data","Verwende meine Rechnungsdaten"
147150
"I want to generate an invoice for the company","Ich möchte eine Firmenrechnung generieren"
148151
"Field is required","Dies ist ein Pflichtfeld"
152+
"Name must have at least 2 letters.","Ihr Name muss aus mindestens 2 zeichen bestehen."
149153
"Name must have at least 3 letters.","Ihr Name muss aus mindestens 3 zeichen bestehen."
150154
"Zip-code must have at least 3 letters.","Die Postleitzahl muss aus mindestens 3 Zeichen bestehen."
151155
"I want to create an account'","Ich möchte ein Konto erstellen'"
@@ -157,6 +161,7 @@
157161
"E-mail address *","E-Mail-Adresse *"
158162
"Password *","Passwort *"
159163
"First name","Vorname"
164+
"items","Artikel"
160165
"Last name","Nachname"
161166
"Email address","E-Mail-Adresse"
162167
"Change my password","Mein Passwort ändern"
@@ -184,7 +189,6 @@
184189
"I want to create an account","Ich möchte ein Konto erstellen"
185190
"Tax identification number *","Steuer-Identifikationsnummer *"
186191
"No products found!","Keine Produkte gefunden!"
187-
"Erin recommends","Erin empfiehlt"
188192
"Please change Your search criteria and try again. If still not finding anything relevant, please visit the Home page and try out some of our bestsellers!","Bitte ändern Sie ihre Suchkriterien und versuchen Sie es erneut. Wenn Sie weiterhin nichts Relevantes finden können, besuchen Sie unsere Homepage und probieren Sie einige unserer Bestseller!"
189193
"Erin recommends","Erin empfiehlt"
190194
"Open my account","Mein Konto öffnen"
@@ -207,7 +211,7 @@
207211
"Add a discount code","Einen Rabatt-Code hinzufügen"
208212
"Discount code","Rabatt-Code"
209213
"Add discount code","Rabatt-Code hinzufügen"
210-
"Order ID","ID der bestellung"
214+
"Order ID","ID der Bestellung"
211215
"Date and time","Datum und Uhrzeit"
212216
"Author","Autor"
213217
"Value","Wert"
@@ -272,3 +276,7 @@
272276
"My Recently viewed products","Meine zuletzt gesehenen Produkte"
273277
"No products yet","Keine Produkte"
274278
"The server order id has been set to ","Die Server-Bestellnummer wurde gesetzt auf "
279+
"Customer service (Magento CMS)","Kundenservice (Magento CMS)"
280+
"Instant Checkout","Direkter Checkout"
281+
"Are you sure you would like to remove all the items from the wishlist?","Wollen Sie wirklich alle Produkte von Ihrer Wunschliste entfernen?"
282+
"Filter by categories","Kategorie Filter"

0 commit comments

Comments
 (0)