-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added german translation #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sieht schon sehr gut aus. Danke Dir.
Habe Dir noch ein paar Kommentare dran geschrieben.
Wenn Du die Sachen so eingebaut hast, können wir das gerne mergen 😃
src/viur/shop/data/translations.py
Outdated
@@ -160,581 +160,587 @@ | |||
# Application domain | |||
"basket": { | |||
"en": "Apply to basket", | |||
"de": "In den Warenkorb legen", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im Kontext heißt es hier eher "Auf den Warenkorb anwenden".
src/viur/shop/data/translations.py
Outdated
}, | ||
"article": { | ||
"en": "Apply to article", | ||
"de": "Gilt für Artikel", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Um es klarer zu machen würde ich hier "Gilt nur für einen Artikel" sagen.
src/viur/shop/data/translations.py
Outdated
"en": "Firstname", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.address.is_default": { | ||
"_hint": "bone is_default<BooleanBone> in AddressSkel in viur.shop", | ||
"de": "", | ||
"de": "Ist Standard", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Würde hier sagen "Standardadresse" und "Default address".
src/viur/shop/data/translations.py
Outdated
"en": "Lastname", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.address.salutation": { | ||
"_hint": "bone salutation<SelectBone> in AddressSkel in viur.shop", | ||
"de": "", | ||
"de": "Begrüßung", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hier im Kontext "Anrede"
src/viur/shop/data/translations.py
Outdated
"en": "Street name", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.address.street_number": { | ||
"_hint": "bone street_number<StringBone> in AddressSkel in viur.shop", | ||
"de": "", | ||
"de": "Strassennummer", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Hausnummer" 😄
src/viur/shop/data/translations.py
Outdated
"en": "Percentage", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.discountcondition.application_domain": { | ||
"_hint": "bone application_domain<SelectBone> in DiscountConditionSkel in viur.shop", | ||
"de": "", | ||
"de": "Application Domain", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Würde es hier tatsächlich übersetzen: "Anwendungsbereich"
src/viur/shop/data/translations.py
Outdated
"en": "Application domain", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.discountcondition.code_type": { | ||
"_hint": "bone code_type<SelectBone> in DiscountConditionSkel in viur.shop", | ||
"de": "", | ||
"de": "Code Art", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gerne zusammen: "Codeart" oder mit Bindestrich: "Code-Art"
src/viur/shop/data/translations.py
Outdated
"en": "Name", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.discountcondition.parent_code": { | ||
"_hint": "bone parent_code<RelationalBone> in DiscountConditionSkel in viur.shop", | ||
"de": "", | ||
"de": "Eltern Code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gerne zusammen oder mit Bindestrich 😃
src/viur/shop/data/translations.py
Outdated
"en": "Is paid", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.order.is_rts": { | ||
"_hint": "bone is_rts<BooleanBone> in OrderSkel in viur.shop", | ||
"de": "", | ||
"de": "ist RTS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RTS heißt: Ready To Send. Wäre im Deutschen also: "Ist versandbereit"
src/viur/shop/data/translations.py
Outdated
"en": "Name", | ||
"fr": "", | ||
}, | ||
"viur.shop.skeleton.vat.rate": { | ||
"_hint": "bone rate<NumericBone> in VatSkel in viur.shop", | ||
"de": "", | ||
"de": "Bewertung", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Da es hier im VatSkel ist, geht es um den MwSt-Satz, würde also sagen "Steuersatz (%)"
Related to #6 |
No description provided.