revert i18n attributes pluralisation
until plataformatec/simple_form#974 has a solution (reverts parts ofce17bf33e0
and9db8cb72df
)
This commit is contained in:
parent
cb3e2f7ca0
commit
45e529b008
2 changed files with 6 additions and 18 deletions
|
@ -80,19 +80,13 @@ de:
|
|||
supplier: Lieferant
|
||||
order_article:
|
||||
article: Artikel
|
||||
missing_units:
|
||||
one: Fehlende Einheite
|
||||
other: Fehlende Einheiten
|
||||
missing_units: Fehlende Einheiten
|
||||
missing_units_short: Fehlend
|
||||
quantity: Gewünschte Einheiten
|
||||
quantity_short: Gewünscht
|
||||
units_received:
|
||||
one: Geliefertes Gebinde
|
||||
other: Gelieferte Gebinde
|
||||
units_received: Gelieferte Gebinde
|
||||
units_received_short: Geliefert
|
||||
units_to_order:
|
||||
one: Bestelltes Gebinde
|
||||
other: Bestellte Gebinde
|
||||
units_to_order: Bestellte Gebinde
|
||||
units_to_order_short: Bestellt
|
||||
update_current_price: Globalen Preis aktualisieren
|
||||
order_comment:
|
||||
|
|
|
@ -80,19 +80,13 @@ en:
|
|||
supplier: Supplier
|
||||
order_article:
|
||||
article: Article
|
||||
missing_units:
|
||||
one: Missing unit
|
||||
other: Missing units
|
||||
missing_units: Missing units
|
||||
missing_units_short: Missing
|
||||
quantity: Desired amount
|
||||
quantity_short: Desired
|
||||
units_received:
|
||||
one: Received unit
|
||||
other: Received units
|
||||
units_received: Received units
|
||||
units_received_short: Received
|
||||
units_to_order:
|
||||
one: Ordered unit
|
||||
other: Ordered units
|
||||
units_to_order: Ordered units
|
||||
units_to_order_short: Ordered
|
||||
update_current_price: Globally update current price
|
||||
order_comment:
|
||||
|
|
Loading…
Reference in a new issue