Skip to content
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
5 changes: 5 additions & 0 deletions translations/messages+intl-icu.de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sylius:
ui:
lowest_price_days_before_discount_was: '{days, plural,
one {Der niedrigste Preis dieses Produkts war vor # Tag vor dem aktuellen Rabatt {price}}
other {Der niedrigste Preis dieses Produkts war vor # Tagen vor dem aktuellen Rabatt {price}}}'
13 changes: 13 additions & 0 deletions translations/messages.de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sylius:
form:
admin:
channel:
lowest_price_for_discounted_products_visible: 'Soll der niedrigste Preis von reduzierten Produkten vor dem aktuellen Rabatt angezeigt werden?'
period_for_which_the_lowest_price_is_calculated: 'Zeitraum, für den der niedrigste Preis berechnet wird'
ui:
channel_pricing_history: 'Preishistorie für den Kanal'
days: 'Tage'
price_history: 'Preishistorie'
show_history_for_channel_pricing: 'Historie für die Kanalpreisgestaltung anzeigen'
taxons_for_which_the_lowest_price_is_not_displayed: 'Taxonomien, für die der niedrigste Preis nicht angezeigt wird'
lowest_price_before_discount: 'Niedrigster Preis vor Rabatt'
5 changes: 5 additions & 0 deletions translations/validators.de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sylius:
channel_price_history_config:
lowest_price_for_discounted_products_checking_period:
greater_than: 'Der Wert muss größer sein als {{ compared_value }}'
less_than: 'Der Wert muss kleiner sein als {{ compared_value }}'