localeapp roundtrip
This commit is contained in:
parent
b235592656
commit
ee31c0c2af
4 changed files with 12 additions and 7 deletions
|
@ -505,7 +505,6 @@ de:
|
|||
- Gebinde
|
||||
- Einheit
|
||||
- Preis/Einheit
|
||||
- Summe
|
||||
total: Gesamtpreis
|
||||
order_matrix:
|
||||
filename: Bestellung %{name}-%{date} - Sortiermatrix
|
||||
|
|
|
@ -519,7 +519,9 @@ en:
|
|||
- FC-Price
|
||||
- Amount
|
||||
title: ! 'Order sorting matrix: %{name}, closed at %{date}'
|
||||
total: ! '%{count} articles in total'
|
||||
total:
|
||||
one: One article in total
|
||||
other: ! '%{count} articles in total'
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: A problem has occured.
|
||||
|
|
|
@ -511,6 +511,7 @@ fr:
|
|||
- Nombre de lots
|
||||
- Unité
|
||||
- Prix unitaire
|
||||
total:
|
||||
order_matrix:
|
||||
filename: Commande %{name}-%{date} - Tableau de répartition
|
||||
heading: Liste des articles
|
||||
|
@ -1874,7 +1875,7 @@ fr:
|
|||
notice_converted: Le boulot a été converti en boulot ordinaire (sans répétition).
|
||||
user:
|
||||
more: ! 'Tu t''ennuies en ce moment? Il y aura sûrement du boulot pour toi %{tasks_link}. '
|
||||
tasks_link: par là-bas.
|
||||
tasks_link: par là-bas
|
||||
title: Ton boulot
|
||||
title_accepted: Boulots acceptés
|
||||
title_open: Boulots disponibles
|
||||
|
|
|
@ -499,12 +499,15 @@ nl:
|
|||
order_fax:
|
||||
filename: Bestelling %{name}-%{date} - Fax
|
||||
rows: ! '[]'
|
||||
total: Totaal
|
||||
order_matrix:
|
||||
filename:
|
||||
heading:
|
||||
filename: Bestelling %{name}-%{date} - Sorteermatrix
|
||||
heading: Artikeloverzicht
|
||||
rows:
|
||||
title:
|
||||
total:
|
||||
title: ! 'Sorteermatrix van bestelling: %{name}, gesloten op %{date}'
|
||||
total:
|
||||
one: In totaal éen artikel
|
||||
other: In totaal %{count} artikelen
|
||||
errors:
|
||||
format:
|
||||
general: Er is een probleem opgetreden.
|
||||
|
|
Loading…
Reference in a new issue