Skip to content
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

Add German Translations for Bitbag Bonus Points Plugin #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
23 changes: 23 additions & 0 deletions src/Resources/translations/messages.de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
bitbag_sylius_bonus_points:
ui:
rules: 'Regeln'
type: 'Typ'
has_taxon: 'Hat Taxon'
name: 'Name'
code: 'Code'
bonus_points_strategies: 'Bonuspunktstrategien'
edit_bonus_points_strategy: 'Bonuspunktstrategie bearbeiten'
new_bonus_points_strategy: 'Neue Bonuspunktstrategie'
enabled: 'Aktiviert'
point_amount: 'Punktbetrag'
calculator_type: 'Berechnungstyp'
percent_to_calculate_points: 'Prozent zur Berechnung der Punkte'
per_order_item_percentage: 'Prozent pro Bestellposition'
bonus_points: 'Bonuspunkte'
apply_points: 'Punkte anwenden'
bonus_points_total: 'Gesamtbetrag der Bonuspunkte'
you_have_bonus_points_available: 'Sie haben verfügbare Bonuspunkte'
is_deduct_bonus_points: 'Sind Bonuspunkte abzugsfähig?'
number_of_points_earned_per_one_currency: 'Anzahl der Punkte, die pro Währung verdient werden'
per_order_price: 'Pro Bestellpreis'
every_point_is_equal_to_one_currency: 'Jeder Bonuspunkt entspricht einem Rabatt von einer Währung'
17 changes: 17 additions & 0 deletions src/Resources/translations/validators.de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
bitbag_sylius_bonus_points:
order:
bonus_points:
not_available: 'Sie haben nicht genügend Bonuspunkte.'
bonus_points_strategy:
name:
not_blank: 'Name darf nicht leer sein.'
min_length: 'Name muss mindestens {{ limit }} Zeichen lang sein.'
max_length: 'Name darf nicht länger als {{ limit }} Zeichen sein.'
code:
not_blank: 'Code darf nicht leer sein.'
regex: 'Code darf nur aus Buchstaben, Zahlen, Bindestrichen und Unterstrichen bestehen.'
unique: 'Code muss eindeutig sein.'
cart:
bonus_points:
invalid_value: 'Dieser Wert sollte eine natürliche Zahl sein, die größer oder gleich 1 ist.'
exceed_order_items_total: 'Sie können nicht mehr Punkte verwenden als den Wert Ihrer Bestellpositionen.'