Merge branch 'master' into allow-no-nickname
Conflicts: app/views/foodcoop/users/_users.html.haml
This commit is contained in:
commit
c37ed74942
84 changed files with 1712 additions and 2579 deletions
|
|
@ -1,98 +1,142 @@
|
|||
de:
|
||||
activemodel:
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Ein Problem ist aufgetreten.
|
||||
general_again: Ein Fehler ist aufgetreten. Bitte erneut versuchen.
|
||||
general_msg: ! 'Ein Fehler ist aufgetreten: %{msg}'
|
||||
messages:
|
||||
accepted: muss akzeptiert werden
|
||||
blank: muss ausgefüllt werden
|
||||
confirmation: stimmt nicht mit der Bestätigung überein
|
||||
empty: muss ausgefüllt werden
|
||||
equal_to: muss genau %{count} sein
|
||||
even: muss gerade sein
|
||||
exclusion: ist nicht verfügbar
|
||||
greater_than: muss größer als %{count} sein
|
||||
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
||||
inclusion: ist kein gültiger Wert
|
||||
invalid: ist nicht gültig
|
||||
less_than: muss kleiner als %{count} sein
|
||||
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
||||
not_a_number: ist keine Zahl
|
||||
not_an_integer: muss ganzzahlig sein
|
||||
odd: muss ungerade sein
|
||||
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
||||
taken: ist bereits vergeben
|
||||
taken_with_deleted: ist bereits vergeben (eine gelöschte Gruppe)
|
||||
too_long: ist zu lang (nicht mehr als %{count} Zeichen)
|
||||
too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
|
||||
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
||||
template:
|
||||
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
||||
header:
|
||||
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
||||
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
||||
activerecord:
|
||||
attributes:
|
||||
article:
|
||||
article_category: Kategorie
|
||||
availability: Artikel ist verfügbar?
|
||||
availability_short: verf.
|
||||
deposit: Pfand
|
||||
fc_price: Endpreis
|
||||
fc_share: FC-Aufschlag
|
||||
fc_price_short:
|
||||
fc_share: FoodCoop-Aufschlag
|
||||
fc_share_short: FC-Aufschlag
|
||||
gross_price: Bruttopreis
|
||||
manufacturer: Produzent
|
||||
name: Name
|
||||
note: Notiz
|
||||
order_number: Bestellnummer
|
||||
origin: Herkunft
|
||||
price: Nettopreis
|
||||
supplier: Lieferantin
|
||||
tax: MwSt
|
||||
unit: Einheit
|
||||
unit_quantity: Gebindegröße
|
||||
unit_quantity_short: GebGr
|
||||
article_category:
|
||||
description: Beschreibung
|
||||
name: Name
|
||||
delivery:
|
||||
delivered_on: Lieferdatum
|
||||
note: Notiz
|
||||
supplier: Lieferantin
|
||||
financial_transaction:
|
||||
amount: Betrag
|
||||
note: Notiz
|
||||
group_order_article:
|
||||
ordergroup_id: Bestellgruppe
|
||||
result: Menge
|
||||
invoice:
|
||||
amount: Betrag
|
||||
date: Rechnungsdatum
|
||||
delivery: Lieferung
|
||||
deposit: Pfand berechnet
|
||||
deposit_credit: Pfand gutgeschrieben
|
||||
note: Notiz
|
||||
number: Nummer
|
||||
order: Bestellung
|
||||
paid_on: Bezahlt am
|
||||
supplier: Lieferant
|
||||
message:
|
||||
body: Inhalt
|
||||
group_id: Gruppe
|
||||
private: Privat
|
||||
recipient_tokens: Empfänger_innen
|
||||
sent_to_all: An alle Mitglieder schicken
|
||||
subject: Betreff
|
||||
order:
|
||||
ends: Endet am
|
||||
note: Notiz
|
||||
starts: Läuft vom
|
||||
order_article:
|
||||
units_to_order: Menge
|
||||
update_current_price: Globalen Preis aktualisieren
|
||||
order_comment:
|
||||
text: Kommentiere diese Bestellung ...
|
||||
ordergroup:
|
||||
contact_address: Adresse
|
||||
contact_person: Kontaktperson
|
||||
contact_phone: Telefon
|
||||
description: Beschreibung
|
||||
ignore_apple_restriction: Bestellstop bei zu wenig Äpfeln ignorieren
|
||||
name: Name
|
||||
user_tokens: Mitglieder
|
||||
page:
|
||||
body: Inhalt
|
||||
parent_id: Oberseite
|
||||
title: Titel
|
||||
stock_article:
|
||||
price: Nettopreis
|
||||
quantity: Lagerbestand
|
||||
quantity_available: Verfügbarer Bestand
|
||||
supplier: Lieferant
|
||||
stock_taking:
|
||||
date: Datum
|
||||
note: Notiz
|
||||
supplier:
|
||||
address: Adresse
|
||||
contact_person: Ansprechparter_in
|
||||
customer_number: Kundennummer
|
||||
customer_number_short: Kundennr.
|
||||
delivery_days: Liefertage
|
||||
email: Email
|
||||
fax: FAX
|
||||
is_subscribed: abonniert?
|
||||
min_order_quantity: Mindestbestellmenge
|
||||
name: Name
|
||||
note: Notiz
|
||||
order_howto: Howto Bestellen
|
||||
phone: Telefon
|
||||
phone2: Telefon 2
|
||||
url: Homepage
|
||||
task:
|
||||
description: Beschreibung
|
||||
done: Erledigt?
|
||||
due_date: Wann erledigen?
|
||||
duration: Dauer
|
||||
name: Name
|
||||
required_users: Anzahl
|
||||
user_list: Verantwortliche
|
||||
workgroup: Arbeitsgruppe
|
||||
user:
|
||||
email: Email
|
||||
first_name: Vorname
|
||||
last_name: Nachname
|
||||
name: Name
|
||||
nick: Benutzername
|
||||
ordergroup: Bestellgruppe
|
||||
password: Passwort
|
||||
password_confirmation: Passwort wiederholen
|
||||
phone: Telefon
|
||||
workgroup:
|
||||
one: Arbeitsgruppe
|
||||
other: Arbeitsgruppen
|
||||
workgroup:
|
||||
description: Beschreibung
|
||||
name: Name
|
||||
next_weekly_tasks_number: Für wieviel Wochen im Voraus sollen Aufgaben erstellt werden?
|
||||
role_admin: Administration
|
||||
role_article_meta: Artikeldatenbank
|
||||
role_finance: Finanzen
|
||||
role_orders: Bestellverwaltung
|
||||
role_suppliers: Lieferanten
|
||||
user_tokens: Mitglieder
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Ein Problem ist aufgetreten.
|
||||
general_again: Ein Fehler ist aufgetreten. Bitte erneut versuchen.
|
||||
general_msg: ! 'Ein Fehler ist aufgetreten: %{msg}'
|
||||
has_many_left: ist noch mit einem/r %{collection} verknüpft!
|
||||
messages:
|
||||
accepted: muss akzeptiert werden
|
||||
blank: muss ausgefüllt werden
|
||||
confirmation: stimmt nicht mit der Bestätigung überein
|
||||
empty: muss ausgefüllt werden
|
||||
equal_to: muss genau %{count} sein
|
||||
even: muss gerade sein
|
||||
exclusion: ist nicht verfügbar
|
||||
greater_than: muss größer als %{count} sein
|
||||
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
||||
inclusion: ist kein gültiger Wert
|
||||
invalid: ist nicht gültig
|
||||
less_than: muss kleiner als %{count} sein
|
||||
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
||||
not_a_number: ist keine Zahl
|
||||
not_an_integer: muss ganzzahlig sein
|
||||
odd: muss ungerade sein
|
||||
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
||||
taken: ist bereits vergeben
|
||||
taken_with_deleted: ist bereits vergeben (eine gelöschte Gruppe)
|
||||
too_long: ist zu lang (nicht mehr als %{count} Zeichen)
|
||||
too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
|
||||
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
||||
models:
|
||||
task:
|
||||
attributes:
|
||||
done:
|
||||
exclusion: erledigte Aufgaben können nicht wöchentlich wiederholt werden
|
||||
template:
|
||||
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
||||
header:
|
||||
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
||||
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
||||
models:
|
||||
article: Artikel
|
||||
article_category: Artikelkategorie
|
||||
|
|
@ -212,6 +256,11 @@ de:
|
|||
workgroups:
|
||||
members: Mitglieder
|
||||
name: Name
|
||||
application:
|
||||
controller:
|
||||
error_authn:
|
||||
error_denied:
|
||||
error_members_only: Diese Aktion ist nur für Mitglieder der Gruppe erlaubt!
|
||||
article_categories:
|
||||
create:
|
||||
notice: Die Kategorie wurde gespeichert
|
||||
|
|
@ -305,18 +354,21 @@ de:
|
|||
error_nosel: Du hast keine Artikel ausgewählt
|
||||
parse_upload:
|
||||
body: <p><i>Bitte überprufe die engelesenen Artikel.</i></p> <p><i>Achtung, momentan gibt es keine Überprüfung auf doppelte Artikel.</i></p>
|
||||
title:
|
||||
sync:
|
||||
outlist:
|
||||
alert_used: Achtung, %{article} wird gerade in einer laufenden Bestellung verwendet. Bitte erst Bestellung anpassen.
|
||||
body: ! 'Folgende Artikel wurden ausgelistet und werden <b>gelöscht</b>:'
|
||||
body_skip: Es müssen keine Artikel gelöscht werden.
|
||||
title: Auslisten ...
|
||||
price_short: Preis
|
||||
submit: Alle löschen/aktualisieren
|
||||
submit: Alle synchronisieren
|
||||
title: Artikel mit externer Datenbank synchronisieren
|
||||
unit_quantity_short: GebGr
|
||||
update:
|
||||
body: <p><i>Jeder Artikel wird doppelt angezeigt. Die alten Werte sind grau und die Textfelder sind mit den aktuellen Werten vorausgefüllt.</i></p> <p><i>Abweichungen zu den alten Artikeln sind gelb markiert.</i></p>
|
||||
body: ! 'Jeder Artikel wird doppelt angezeigt: die alten Werte sind grau und die Textfelder sind mit den aktuellen Werten vorausgefüllt. Abweichungen zu den alten Artikeln sind gelb markiert.'
|
||||
title: Aktualisieren ...
|
||||
update_msg: ! 'Artikel müssen aktualisiert werden:'
|
||||
update_msg: ! '%{count} Artikel müssen aktualisiert werden.'
|
||||
upload:
|
||||
body: <p>Die Datei muss eine Textdatei mit der Endung '.csv' sein. Die erste Zeile wird beim Einlesen ignoriert.</p> <p>Die Felder müssen mit einem Semikolon (';') getrennt und der Text mit doppelten Anführungszeichen ("Text...") umklammert werden.</p> <p>Als Zeichensatz wird UTF-8 erwartet. Korrekte Reihenfolge der Spalten:</p>
|
||||
fields:
|
||||
|
|
@ -326,102 +378,6 @@ de:
|
|||
file_label: Bitte wähle eine kompatible Datei aus
|
||||
submit: Datei hochladen
|
||||
title: ! '%{supplier} / Artikel hochladen'
|
||||
date:
|
||||
abbr_day_names:
|
||||
- So
|
||||
- Mo
|
||||
- Di
|
||||
- Mi
|
||||
- Do
|
||||
- Fr
|
||||
- Sa
|
||||
abbr_month_names:
|
||||
-
|
||||
- Jan
|
||||
- Feb
|
||||
- Mär
|
||||
- Apr
|
||||
- Mai
|
||||
- Jun
|
||||
- Jul
|
||||
- Aug
|
||||
- Sep
|
||||
- Okt
|
||||
- Nov
|
||||
- Dez
|
||||
day_names:
|
||||
- Sonntag
|
||||
- Montag
|
||||
- Dienstag
|
||||
- Mittwoch
|
||||
- Donnerstag
|
||||
- Freitag
|
||||
- Samstag
|
||||
formats:
|
||||
default: ! '%d.%m.%Y'
|
||||
long: ! '%e. %B %Y'
|
||||
short: ! '%e. %b'
|
||||
month_names:
|
||||
-
|
||||
- Januar
|
||||
- Februar
|
||||
- März
|
||||
- April
|
||||
- Mai
|
||||
- Juni
|
||||
- Juli
|
||||
- August
|
||||
- September
|
||||
- Oktober
|
||||
- November
|
||||
- Dezember
|
||||
order:
|
||||
- :day
|
||||
- :month
|
||||
- :year
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
one: etwa eine Stunde
|
||||
other: etwa %{count} Stunden
|
||||
about_x_months:
|
||||
one: etwa ein Monat
|
||||
other: etwa %{count} Monate
|
||||
about_x_years:
|
||||
one: etwa ein Jahr
|
||||
other: etwa %{count} Jahre
|
||||
almost_x_years:
|
||||
one: fast ein Jahr
|
||||
other: fast %{count} Jahre
|
||||
half_a_minute: eine halbe Minute
|
||||
less_than_x_minutes:
|
||||
one: weniger als eine Minute
|
||||
other: weniger als %{count} Minuten
|
||||
less_than_x_seconds:
|
||||
one: weniger als eine Sekunde
|
||||
other: weniger als %{count} Sekunden
|
||||
over_x_years:
|
||||
one: mehr als ein Jahr
|
||||
other: mehr als %{count} Jahre
|
||||
x_days:
|
||||
one: ein Tag
|
||||
other: ! '%{count} Tage'
|
||||
x_minutes:
|
||||
one: eine Minute
|
||||
other: ! '%{count} Minuten'
|
||||
x_months:
|
||||
one: ein Monat
|
||||
other: ! '%{count} Monate'
|
||||
x_seconds:
|
||||
one: eine Sekunde
|
||||
other: ! '%{count} Sekunden'
|
||||
prompts:
|
||||
day: Tag
|
||||
hour: Stunden
|
||||
minute: Minuten
|
||||
month: Monat
|
||||
second: Sekunden
|
||||
year: Jahr
|
||||
deliveries:
|
||||
add_stock_change:
|
||||
how_many_units: Wie viele Einheiten (%{unit}) des Artikels »%{name}« liefern?
|
||||
|
|
@ -521,38 +477,9 @@ de:
|
|||
title: ! 'Sortiermatrix der Bestellung: %{name}, beendet am %{date}'
|
||||
total: Insgesamt %{count} Artikel
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Ein Problem ist aufgetreten.
|
||||
general_again: Ein Fehler ist aufgetreten. Bitte erneut versuchen.
|
||||
general_msg: ! 'Ein Fehler ist aufgetreten: %{msg}'
|
||||
messages:
|
||||
accepted: muss akzeptiert werden
|
||||
blank: muss ausgefüllt werden
|
||||
confirmation: stimmt nicht mit der Bestätigung überein
|
||||
empty: muss ausgefüllt werden
|
||||
equal_to: muss genau %{count} sein
|
||||
even: muss gerade sein
|
||||
exclusion: ist nicht verfügbar
|
||||
greater_than: muss größer als %{count} sein
|
||||
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
||||
inclusion: ist kein gültiger Wert
|
||||
invalid: ist nicht gültig
|
||||
less_than: muss kleiner als %{count} sein
|
||||
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
||||
not_a_number: ist keine Zahl
|
||||
not_an_integer: muss ganzzahlig sein
|
||||
odd: muss ungerade sein
|
||||
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
||||
taken: ist bereits vergeben
|
||||
taken_with_deleted: ist bereits vergeben (eine gelöschte Gruppe)
|
||||
too_long: ist zu lang (nicht mehr als %{count} Zeichen)
|
||||
too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
|
||||
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
||||
template:
|
||||
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
||||
header:
|
||||
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
||||
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
||||
feedback:
|
||||
create:
|
||||
notice: Das Feedback wurde erfolgreich verschickt. Vielen Dank!
|
||||
|
|
@ -644,11 +571,13 @@ de:
|
|||
create:
|
||||
notice: Rechnung wurde erstellt.
|
||||
financial_transactions:
|
||||
create:
|
||||
notice: Die Transaktion wurde gespeichert.
|
||||
create_collection:
|
||||
alert: ! 'Ein Fehler ist aufgetreten: %{error}'
|
||||
notice: Alle Transaktionen wurden gespeichert.
|
||||
controller:
|
||||
create:
|
||||
notice: Die Transaktion wurde gespeichert.
|
||||
create_collection:
|
||||
alert: ! 'Ein Fehler ist aufgetreten: %{error}'
|
||||
error_note_required: Notiz wird benötigt!
|
||||
notice: Alle Transaktionen wurden gespeichert.
|
||||
index:
|
||||
balance: ! 'Kontostand: %{balance}'
|
||||
last_updated_at: (zuletzt aktualisiert vor %{when})
|
||||
|
|
@ -677,6 +606,7 @@ de:
|
|||
group_order_articles:
|
||||
form:
|
||||
amount_change_for: Mengenänderung für %{article}
|
||||
result_hint: ! 'Einheit: %{unit}'
|
||||
index:
|
||||
amount: Betrag
|
||||
amount_fc: Betrag(FC)
|
||||
|
|
@ -712,6 +642,7 @@ de:
|
|||
title: Rechnung %{number}
|
||||
order_articles:
|
||||
edit:
|
||||
stock_alert: Preise von Lagerartikeln können nicht geändert werden!
|
||||
title: Artikel aktualisieren
|
||||
new:
|
||||
title: Neuer gelieferter Artikel die Bestellung
|
||||
|
|
@ -787,6 +718,8 @@ de:
|
|||
new_funds: Neuer Kontostand
|
||||
note: Notiz
|
||||
price: Preis
|
||||
reset_article_search: Suche zurücksetzen
|
||||
search_article: Artikel suchen...
|
||||
sum: Summe
|
||||
sum_amount: ! 'Gesamtbestellmenge bisher:'
|
||||
supplier: Lieferant
|
||||
|
|
@ -875,15 +808,11 @@ de:
|
|||
option_choose: Lieferantin/Lager auswählen
|
||||
option_stock: Lager
|
||||
order_pdf: PDF erstellen
|
||||
select:
|
||||
prompt: Bitte wählen
|
||||
submit:
|
||||
create: ! '%{model} speichern'
|
||||
invite:
|
||||
create: Einladung verschicken
|
||||
message:
|
||||
create: Nachricht verschicken
|
||||
update: Änderungen speichern
|
||||
tasks:
|
||||
required_users: Es fehlen %{count} Mitstreiterinnen!
|
||||
home:
|
||||
|
|
@ -971,9 +900,11 @@ de:
|
|||
title: Person einladen
|
||||
new:
|
||||
action: Einlading abschicken
|
||||
back: oder zurück
|
||||
body: <p>Hier kannst du eine Person in die Gruppe <b>%{group}</b> einladen, die noch nicht Mitglied der Foodcoop ist.</p>
|
||||
success: Benutzerin wurde erfolgreich eingeladen.
|
||||
js:
|
||||
ordering:
|
||||
confirm_change: Änderungen an dieser Bestellung gehen verloren, wenn zu einer anderen Bestellung gewechselt wird. Möchtest Du trotzdem wechseln?
|
||||
layouts:
|
||||
application1:
|
||||
title: Foodsoft - %{title}
|
||||
|
|
@ -1218,57 +1149,6 @@ de:
|
|||
home: Startseite
|
||||
title: Wiki
|
||||
workgroups: Arbeitsgruppen
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: .
|
||||
format: ! '%n %u'
|
||||
precision: 2
|
||||
separator: ! ','
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
unit: €
|
||||
format:
|
||||
delimiter: .
|
||||
precision: 2
|
||||
separator: ! ','
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
human:
|
||||
decimal_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
billion:
|
||||
one: Milliarde
|
||||
other: Milliarden
|
||||
million: Millionen
|
||||
quadrillion:
|
||||
one: Billiarde
|
||||
other: Billiarden
|
||||
thousand: Tausend
|
||||
trillion: Billionen
|
||||
unit:
|
||||
format:
|
||||
delimiter:
|
||||
precision: 1
|
||||
significant: true
|
||||
strip_insignificant_zeros: true
|
||||
storage_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
byte:
|
||||
one: Byte
|
||||
other: Bytes
|
||||
gb: GB
|
||||
kb: KB
|
||||
mb: MB
|
||||
tb: TB
|
||||
percentage:
|
||||
format:
|
||||
delimiter:
|
||||
precision:
|
||||
format:
|
||||
delimiter:
|
||||
ordergroups:
|
||||
edit:
|
||||
title: Bestellgruppe bearbeiten
|
||||
|
|
@ -1293,7 +1173,6 @@ de:
|
|||
fax:
|
||||
amount: Menge
|
||||
articles: Artikel
|
||||
customer_number: Kundennummer
|
||||
delivery_day: Liefertag
|
||||
heading: Bestellung für %{name}
|
||||
name: Name
|
||||
|
|
@ -1532,7 +1411,7 @@ de:
|
|||
message:
|
||||
private: Nachricht erscheint nicht im Foodsoft Posteingang
|
||||
order_article:
|
||||
units_to_order: Anzahl gelieferter Gebinde
|
||||
units_to_order: Wenn Du die Gesamtanzahl gelieferter Gebinde änderst, musst Du auch die individuelle Anzahl der einzelnen Bestellgruppen anpassen, indem Du auf den Artikelnamen klickst. Sie werden nicht automatisch neuberechnet und andernfalls werden den Bestellgruppen Artikel in Rechnung gestellt, die nicht geliefert wurden!
|
||||
update_current_price: Ändert auch den Preis für aktuelle Bestellungen
|
||||
stock_article:
|
||||
copy_stock_article:
|
||||
|
|
@ -1547,74 +1426,6 @@ de:
|
|||
required_users: Wieviel Benutzerinnen werden insgesamt benötigt?
|
||||
tax: In Prozent, Standard sind 7,0
|
||||
labels:
|
||||
article:
|
||||
article_category: Kategorie
|
||||
manufacturer: Produzent
|
||||
name: Name
|
||||
note: Notiz
|
||||
origin: Herkunft
|
||||
unit: Einheit
|
||||
article_category:
|
||||
description: Beschreibung
|
||||
name: Name
|
||||
defaults:
|
||||
amount: Betrag
|
||||
date: Datum
|
||||
deposit: Pfand
|
||||
description: Beschreibung
|
||||
email: E-Mail
|
||||
note: Notiz
|
||||
order_number: Bestellnummer
|
||||
ordergroup: Bestellgruppe
|
||||
password: Passwort
|
||||
password_confirmation: Passwort wiederholen
|
||||
phone: Telefon
|
||||
price: Preis (netto)
|
||||
tax: MwSt
|
||||
title: Titel
|
||||
unit_quantity: Gebindegröße
|
||||
user_tokens: Mitglieder
|
||||
delivery:
|
||||
delivered_on: Lieferdatum
|
||||
supplier: Lieferantin
|
||||
group_order_article:
|
||||
ordergroup_id: Bestellgruppe
|
||||
result: Menge
|
||||
invoice:
|
||||
amount: Betrag
|
||||
date: Rechnungsdatum
|
||||
delivery: Lieferung
|
||||
deposit: Pfand berechnet
|
||||
deposit_credit: Pfand gutgeschrieben
|
||||
note: Notiz
|
||||
number: Nummer
|
||||
order: Bestellung
|
||||
paid_on: Bezahlt am
|
||||
supplier: Lieferant
|
||||
message:
|
||||
body: Inhalt
|
||||
group_id: Gruppe
|
||||
private: Privat
|
||||
recipient_tokens: Empfänger_innen
|
||||
sent_to_all: An alle Mitglieder schicken
|
||||
subject: Betreff
|
||||
order:
|
||||
ends: Endet am
|
||||
starts: Läuft vom
|
||||
order_article:
|
||||
units_to_order: Menge
|
||||
update_current_price: Globalen Preis aktualisieren
|
||||
order_comment:
|
||||
text: Kommentiere diese Bestellung ...
|
||||
ordergroup:
|
||||
contact_address: Adresse
|
||||
contact_person: Kontaktperson
|
||||
contact_phone: Telefon
|
||||
ignore_apple_restriction: Bestellstop bei zu wenig Äpfeln ignorieren
|
||||
name: Name
|
||||
page:
|
||||
body: Inhalt
|
||||
parent_id: Oberseite
|
||||
settings:
|
||||
messages:
|
||||
send_as_email: Bekomme Nachrichten als Emails.
|
||||
|
|
@ -1630,48 +1441,6 @@ de:
|
|||
settings_group:
|
||||
messages: Nachrichten
|
||||
privacy: Privatsphäre
|
||||
stock_article:
|
||||
supplier: Lieferant
|
||||
supplier:
|
||||
address: Adresse
|
||||
contact_person: Ansprechparter_in
|
||||
customer_number: Kundennummer
|
||||
delivery_days: Liefertage
|
||||
email: Email
|
||||
fax: FAX
|
||||
is_subscribed: abonniert?
|
||||
min_order_quantity: Mindestbestellmenge
|
||||
name: Name
|
||||
note: Notiz
|
||||
order_howto: Howto Bestellen
|
||||
phone: Telefon
|
||||
phone2: Telefon 2
|
||||
url: Homepage
|
||||
task:
|
||||
done: Erledigt?
|
||||
due_date: Wann erledigen?
|
||||
duration: Dauer
|
||||
name: Name
|
||||
required_users: Anzahl
|
||||
user_list: Verantwortliche
|
||||
workgroup: Arbeitsgruppe
|
||||
user:
|
||||
email: Email
|
||||
last_name: Nachname
|
||||
name: Name
|
||||
nick: Benutzername
|
||||
ordergroup: Bestellgruppe
|
||||
phone: Telefon
|
||||
workgroup:
|
||||
one: Arbeitsgruppe
|
||||
other: Arbeitsgruppen
|
||||
workgroup:
|
||||
next_weekly_tasks_number: Für wieviel Wochen im Voraus sollen Aufgaben erstellt werden?
|
||||
role_admin: Administration
|
||||
role_article_meta: Artikeldatenbank
|
||||
role_finance: Finanzen
|
||||
role_orders: Bestellverwaltung
|
||||
role_suppliers: Lieferanten
|
||||
'no': Nein
|
||||
options:
|
||||
settings:
|
||||
|
|
@ -1725,15 +1494,6 @@ de:
|
|||
title: Lagerartikel bearbeiten
|
||||
form:
|
||||
price_hint: Um Chaos zu vermeiden können bis auf weiteres die Preise von angelegten Lagerartikeln nicht mehr verändert werden.
|
||||
history:
|
||||
change_quantity: Veränderung
|
||||
datetime: Zeitpunkt
|
||||
delivery: Lieferung
|
||||
new_quantity: Neuer Bestand
|
||||
order: Bestellung
|
||||
reason: Ereignis
|
||||
stock_changes: Verlauf anzeigen für »%{article_name}«
|
||||
stock_taking: Inventur
|
||||
index:
|
||||
article:
|
||||
article: Artikel
|
||||
|
|
@ -1759,6 +1519,15 @@ de:
|
|||
new:
|
||||
search_text: ! 'Suche nache Artikeln aus allen Katalogen:'
|
||||
title: Neuen Lagerartikel anlegen
|
||||
show:
|
||||
change_quantity: Veränderung
|
||||
datetime: Zeitpunkt
|
||||
delivery: Lieferung
|
||||
new_quantity: Neuer Bestand
|
||||
order: Bestellung
|
||||
reason: Ereignis
|
||||
stock_changes: Verlauf des Lagerbestands
|
||||
stock_taking: Inventur
|
||||
stock_create:
|
||||
notice: Lagerartikel wurde gespeichert.
|
||||
stock_update:
|
||||
|
|
@ -1794,11 +1563,6 @@ de:
|
|||
show_deliveries: Zeige alle Lieferungen
|
||||
update:
|
||||
notice: Lieferant wurde aktualisiert
|
||||
support:
|
||||
array:
|
||||
last_word_connector: ! ' und '
|
||||
two_words_connector: ! ' und '
|
||||
words_connector: ! ', '
|
||||
tasks:
|
||||
accept:
|
||||
notice: Du hast die Aufgabe übernommen
|
||||
|
|
@ -1854,8 +1618,8 @@ de:
|
|||
show:
|
||||
accept_task: Aufgabe übernehmen
|
||||
confirm_delete_group: Diese und alle folgenden wöchentlichen Aufgaben wirklich löschen?
|
||||
confirm_delete_single: Die Aufgabe wirklich löschen?
|
||||
delete_group: Aufgabe und folgende löschen
|
||||
due_date: Fälligkeitsdatum
|
||||
hours: ! '%{count}h'
|
||||
mark_done: Als erledigt markieren
|
||||
reject_task: Aufgabe ablehnen
|
||||
|
|
@ -1872,18 +1636,10 @@ de:
|
|||
workgroup:
|
||||
title: Aufgaben für %{workgroup}
|
||||
title_all: Alle Aufgaben der Gruppe
|
||||
time:
|
||||
am: vormittags
|
||||
formats:
|
||||
default: ! '%A, %d. %B %Y, %H:%M Uhr'
|
||||
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
||||
short: ! '%d. %B, %H:%M Uhr'
|
||||
pm: nachmittags
|
||||
ui:
|
||||
close: Schließen
|
||||
delete: Löschen
|
||||
edit: Bearbeiten
|
||||
history: Verlauf anzeigen
|
||||
marks:
|
||||
close: ! '×'
|
||||
success: <i class="icon icon-ok"></i>
|
||||
|
|
|
|||
|
|
@ -1,98 +1,142 @@
|
|||
en:
|
||||
activemodel:
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: A problem has occured.
|
||||
general_again: A problem has occured. Please try again.
|
||||
general_msg: ! 'A problem has occured: %{msg}'
|
||||
messages:
|
||||
accepted: has to be accepted
|
||||
blank: has to be entered
|
||||
confirmation: does not match the confirmation
|
||||
empty: has to be entered
|
||||
equal_to: has to be exactly %{count}
|
||||
even: has to be an even number
|
||||
exclusion: is not available
|
||||
greater_than: has to be greater than %{count}
|
||||
greater_than_or_equal_to: has to be greater than or equal to %{count}
|
||||
inclusion: is not a valid value
|
||||
invalid: is invalid
|
||||
less_than: has to be less than %{count}
|
||||
less_than_or_equal_to: has to be less than or equal to %{count}
|
||||
not_a_number: is not a number
|
||||
not_an_integer: must be a whole number
|
||||
odd: must be odd
|
||||
record_invalid: ! 'validation failed: %{errors}'
|
||||
taken: is already taken
|
||||
taken_with_deleted: is already taken (deleted group)
|
||||
too_long: is too long (no more than %{count} characters)
|
||||
too_short: is too short (use more than %{count} characters)
|
||||
wrong_length: is the wrong length (has to have exactly %{count} characters)
|
||||
template:
|
||||
body: ! 'Please check the following fields:'
|
||||
header:
|
||||
one: ! 'Could not save %{model}: an error.'
|
||||
other: ! 'Could not save %{model}: %{count} errors.'
|
||||
activerecord:
|
||||
attributes:
|
||||
article:
|
||||
article_category: article category
|
||||
article_category: Category
|
||||
availability: Is article available?
|
||||
deposit: deposit
|
||||
fc_price: FC price
|
||||
fc_share: FC share
|
||||
gross_price: gross price
|
||||
price: price
|
||||
availability_short: avail.
|
||||
deposit: Deposit
|
||||
fc_price: FoodCoop price
|
||||
fc_price_short: FC price
|
||||
fc_share: FoodCoop margin
|
||||
fc_share_short: FC margin
|
||||
gross_price: Gross price
|
||||
manufacturer: Manufacturer
|
||||
name: Name
|
||||
note: Note
|
||||
order_number: Order number
|
||||
origin: Origin
|
||||
price: Price (net)
|
||||
supplier: Supplier
|
||||
tax: VAT
|
||||
unit: unit
|
||||
unit_quantity: unit quantity
|
||||
unit: Unit
|
||||
unit_quantity: Unit quantity
|
||||
unit_quantity_short: U.Q.
|
||||
article_category:
|
||||
description: Description
|
||||
name: Name
|
||||
delivery:
|
||||
delivered_on: Delivery date
|
||||
note: Note
|
||||
supplier: Supplier
|
||||
financial_transaction:
|
||||
amount: amount
|
||||
note: note
|
||||
group_order_article:
|
||||
ordergroup_id: Ordergroup
|
||||
result: Amount
|
||||
invoice:
|
||||
amount: Amount
|
||||
date: Billing date
|
||||
delivery: Delivery
|
||||
deposit: Deposit charged
|
||||
deposit_credit: Deposit returned
|
||||
note: Note
|
||||
number: Number
|
||||
order: Order
|
||||
paid_on: Paid on
|
||||
supplier: Supplier
|
||||
message:
|
||||
body: Body
|
||||
group_id: Group
|
||||
private: Private
|
||||
recipient_tokens: Recipients
|
||||
sent_to_all: Send to all members
|
||||
subject: Subject
|
||||
order:
|
||||
ends: Ends at
|
||||
note: Note
|
||||
starts: Starts at
|
||||
order_article:
|
||||
units_to_order: Amount of units
|
||||
update_current_price: Globally update current price
|
||||
order_comment:
|
||||
text: Add comment to this order ...
|
||||
ordergroup:
|
||||
contact_address: Address
|
||||
contact_person: Contact person
|
||||
contact_phone: Phone
|
||||
description: Description
|
||||
ignore_apple_restriction: Ignore order stop by apple points restriction
|
||||
name: Name
|
||||
user_tokens: Members
|
||||
page:
|
||||
body: Body
|
||||
parent_id: Parent page
|
||||
title: Title
|
||||
stock_article:
|
||||
price: Price
|
||||
quantity: Quantity
|
||||
quantity_available: Available quantity
|
||||
supplier: Supplier
|
||||
stock_taking:
|
||||
date: Date
|
||||
note: Note
|
||||
supplier:
|
||||
address: Address
|
||||
contact_person: Contact person
|
||||
customer_number: Customer number
|
||||
customer_number_short: Cust.nr.
|
||||
delivery_days: Delivery days
|
||||
email: Email
|
||||
fax: Fax
|
||||
is_subscribed: subscribed?
|
||||
min_order_quantity: Minimum order quantity
|
||||
name: Name
|
||||
note: Note
|
||||
order_howto: How to order
|
||||
phone: Phone
|
||||
phone2: Phone 2
|
||||
url: Homepage
|
||||
task:
|
||||
description: Description
|
||||
done: Done?
|
||||
due_date: Due date
|
||||
duration: Duration
|
||||
name: Name
|
||||
required_users: People required
|
||||
user_list: Responsible user
|
||||
workgroup: Workgroup
|
||||
user:
|
||||
email: Email
|
||||
first_name: First name
|
||||
last_name: Last name
|
||||
name: Name
|
||||
nick: Username
|
||||
ordergroup: Ordergroup
|
||||
password: Password
|
||||
password_confirmation: Repeat password
|
||||
phone: Telephone
|
||||
workgroup:
|
||||
one: Workgroup
|
||||
other: Workgroups
|
||||
workgroup:
|
||||
description: Description
|
||||
name: Name
|
||||
next_weekly_tasks_number: For how many weeks in advance would you like to define tasks?
|
||||
role_admin: Administration
|
||||
role_article_meta: Article database
|
||||
role_finance: Finances
|
||||
role_orders: Order management
|
||||
role_suppliers: Suppliers
|
||||
user_tokens: Members
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: A problem has occured.
|
||||
general_again: A problem has occured. Please try again.
|
||||
general_msg: ! 'A problem has occured: %{msg}'
|
||||
has_many_left: is still associated with a %{collection}!
|
||||
messages:
|
||||
accepted: has to be accepted
|
||||
blank: has to be filled
|
||||
confirmation: does not match the confirmation
|
||||
empty: has to be entered
|
||||
equal_to: has to be exactly %{count}
|
||||
even: has to be an even number
|
||||
exclusion: is not available
|
||||
greater_than: has to be greater than %{count}
|
||||
greater_than_or_equal_to: has to be greater than or equal to %{count}
|
||||
inclusion: is not a valid value
|
||||
invalid: is invalid
|
||||
less_than: has to be less than %{count}
|
||||
less_than_or_equal_to: has to be less than or equal to %{count}
|
||||
not_a_number: is not a number
|
||||
not_an_integer: must be a whole number
|
||||
odd: must be odd
|
||||
record_invalid: ! 'validation failed: %{errors}'
|
||||
taken: is already taken
|
||||
taken_with_deleted: is already taken (deleted group)
|
||||
too_long: is too long (no more than %{count} characters)
|
||||
too_short: is too short (use more than %{count} characters)
|
||||
wrong_length: is the wrong length (has to have exactly %{count} characters)
|
||||
models:
|
||||
task:
|
||||
attributes:
|
||||
done:
|
||||
exclusion: finished tasks may not be repeated weekly
|
||||
template:
|
||||
body: ! 'Please check the following fields:'
|
||||
header:
|
||||
one: ! 'Could not save %{model}: an error.'
|
||||
other: ! 'Could not save %{model}: %{count} errors.'
|
||||
models:
|
||||
article: Article
|
||||
article_category: Article category
|
||||
|
|
@ -212,6 +256,11 @@ en:
|
|||
workgroups:
|
||||
members: members
|
||||
name: name
|
||||
application:
|
||||
controller:
|
||||
error_authn: Authentication required!
|
||||
error_denied: Access denied!
|
||||
error_members_only: This action is only available to members of the group!
|
||||
article_categories:
|
||||
create:
|
||||
notice: Category was stored
|
||||
|
|
@ -305,20 +354,23 @@ en:
|
|||
error_nosel: You have selected no articles
|
||||
parse_upload:
|
||||
body: <p><i>Please verify the articles.</i></p> <p><i>Warning, at the moment there is no check for duplicate articles.</i></p>
|
||||
title: Upload articles
|
||||
sync:
|
||||
outlist:
|
||||
body: ! 'The following articles were outlisted and <b>deleted</b>:'
|
||||
alert_used: Warning, %{article} is used in an open order. Please remove it from the order first.
|
||||
body: ! 'The following articles were removed from the list and will be <b>deleted</b>:'
|
||||
body_skip: No articles to delete.
|
||||
title: Outlist ...
|
||||
title: Remove from list ...
|
||||
price_short: Price
|
||||
submit: Delete/update all
|
||||
submit: Synchronize all
|
||||
title: Synchronize articles with external database
|
||||
unit_quantity_short: unit quantity
|
||||
unit_quantity_short: Unit quantity
|
||||
update:
|
||||
body: ! '<p><i>Every article is shown twice. The old values are gray and the text fields contain the current values.</i></p>
|
||||
|
||||
<p><i>Differences with the old articles are marked yellow.</i></p>'
|
||||
body: ! 'Every article is shown twice: old values are gray, while the text fields contain updated values. Differences with the old articles are marked yellow.'
|
||||
title: Update ...
|
||||
update_msg: ! 'Articles must be updated:'
|
||||
update_msg:
|
||||
one: One article needs to be updated.
|
||||
other: ! '%{count} articles need to be updated.'
|
||||
upload:
|
||||
body: <p>The file has to be a text file with the ending '.csv' The first line will be ignored when imported</p> <p>The fields have to be separated with semicolons (';') and the text enclosed by double quotation marks ("text...").</p> <p>As character set UTF-8 is demanded. Correct order of the column:</p>
|
||||
fields:
|
||||
|
|
@ -328,109 +380,13 @@ en:
|
|||
file_label: Please choose a compatible file
|
||||
submit: Upload file
|
||||
title: ! '%{supplier} / upload articles'
|
||||
date:
|
||||
abbr_day_names:
|
||||
- Su
|
||||
- Mo
|
||||
- Tu
|
||||
- We
|
||||
- Th
|
||||
- Fr
|
||||
- Sa
|
||||
abbr_month_names:
|
||||
-
|
||||
- Jan
|
||||
- Feb
|
||||
- Mar
|
||||
- Apr
|
||||
- May
|
||||
- Jun
|
||||
- Jul
|
||||
- Aug
|
||||
- Sep
|
||||
- Oct
|
||||
- Nov
|
||||
- Dec
|
||||
day_names:
|
||||
- Sunday
|
||||
- Monday
|
||||
- Tuesday
|
||||
- Wednesday
|
||||
- Thursday
|
||||
- Friday
|
||||
- Saturday
|
||||
formats:
|
||||
default: ! '%d/%m/%Y'
|
||||
long: ! '%e %B %Y'
|
||||
short: ! '%e %b'
|
||||
month_names:
|
||||
-
|
||||
- January
|
||||
- February
|
||||
- March
|
||||
- April
|
||||
- May
|
||||
- June
|
||||
- July
|
||||
- August
|
||||
- September
|
||||
- October
|
||||
- November
|
||||
- December
|
||||
order:
|
||||
- :day
|
||||
- :month
|
||||
- :year
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
one: about one hour
|
||||
other: about %{count} hours
|
||||
about_x_months:
|
||||
one: about one month
|
||||
other: about %{count} months
|
||||
about_x_years:
|
||||
one: about one year
|
||||
other: about %{count} years
|
||||
almost_x_years:
|
||||
one: almost one year
|
||||
other: almost %{count} years
|
||||
half_a_minute: half a minute
|
||||
less_than_x_minutes:
|
||||
one: less than one minute
|
||||
other: less then %{count} minutes
|
||||
less_than_x_seconds:
|
||||
one: less than a second
|
||||
other: less than %{count} seconds
|
||||
over_x_years:
|
||||
one: more then a year
|
||||
other: more than %{count} year
|
||||
x_days:
|
||||
one: one day
|
||||
other: ! '%{count} days'
|
||||
x_minutes:
|
||||
one: one minute
|
||||
other: ! '%{count} minutes'
|
||||
x_months:
|
||||
one: one month
|
||||
other: ! '%{count} months'
|
||||
x_seconds:
|
||||
one: eine Sekunde
|
||||
other: ! '%{count} seconds'
|
||||
prompts:
|
||||
day: day
|
||||
hour: hours
|
||||
minute: minutes
|
||||
month: months
|
||||
second: seconds
|
||||
year: years
|
||||
deliveries:
|
||||
add_stock_change:
|
||||
how_many_units: ! 'How many units (%{unit}) to deliver? Stock article name: %{name}.'
|
||||
create:
|
||||
notice: Delivery was created. Please don’t forget to create invoice!
|
||||
create_stock_article:
|
||||
notice: The new stock article »%{name}« was saved.
|
||||
notice: The new stock article "%{name}" was saved.
|
||||
destroy:
|
||||
notice: Delivery was deleted.
|
||||
edit:
|
||||
|
|
@ -478,7 +434,7 @@ en:
|
|||
update:
|
||||
notice: Delivery was updated.
|
||||
update_stock_article:
|
||||
notice: The stock article »%{name}« was updated.
|
||||
notice: The stock article "%{name}" was updated.
|
||||
documents:
|
||||
order_by_articles:
|
||||
filename: Order %{name}-%{date} - by articles
|
||||
|
|
@ -525,38 +481,9 @@ en:
|
|||
one: One article in total
|
||||
other: ! '%{count} articles in total'
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: A problem has occured.
|
||||
general_again: A problem has occured. Please try again.
|
||||
general_msg: ! 'A problem has occured: %{msg}'
|
||||
messages:
|
||||
accepted: has to be accepted
|
||||
blank: has to be filled
|
||||
confirmation: does not match the confirmation
|
||||
empty: has to be entered
|
||||
equal_to: has to be exactly %{count}
|
||||
even: has to be an even number
|
||||
exclusion: is not available
|
||||
greater_than: has to be greater than %{count}
|
||||
greater_than_or_equal_to: has to be greater than or equal to %{count}
|
||||
inclusion: is not a valid value
|
||||
invalid: is invalid
|
||||
less_than: has to be less than %{count}
|
||||
less_than_or_equal_to: has to be less than or equal to %{count}
|
||||
not_a_number: is not a number
|
||||
not_an_integer: must be a whole number
|
||||
odd: must be odd
|
||||
record_invalid: ! 'validation failed: %{errors}'
|
||||
taken: is already taken
|
||||
taken_with_deleted: is already taken (deleted group)
|
||||
too_long: is too long (no more than %{count} characters)
|
||||
too_short: is too short (use more than %{count} characters)
|
||||
wrong_length: is the wrong length (has to have exactly %{count} characters)
|
||||
template:
|
||||
body: ! 'Please check the following fields:'
|
||||
header:
|
||||
one: ! 'Could not save %{model}: an error.'
|
||||
other: ! 'Could not save %{model}: %{count} errors.'
|
||||
feedback:
|
||||
create:
|
||||
notice: Your feedback was sent successfully. Thanks a lot!
|
||||
|
|
@ -648,11 +575,13 @@ en:
|
|||
create:
|
||||
notice: Invoice was created
|
||||
financial_transactions:
|
||||
create:
|
||||
notice: The transaction was saved.
|
||||
create_collection:
|
||||
alert: ! 'An error occured: %{error}'
|
||||
notice: All transactions were saved.
|
||||
controller:
|
||||
create:
|
||||
notice: The transaction was saved.
|
||||
create_collection:
|
||||
alert: ! 'An error occured: %{error}'
|
||||
error_note_required: Note is required!
|
||||
notice: All transactions were saved.
|
||||
index:
|
||||
balance: ! 'Balance of account: %{balance}'
|
||||
last_updated_at: (last updated %{when} ago)
|
||||
|
|
@ -681,6 +610,7 @@ en:
|
|||
group_order_articles:
|
||||
form:
|
||||
amount_change_for: Change amount for %{article}
|
||||
result_hint: ! 'Unit: %{unit}'
|
||||
index:
|
||||
amount: Amount
|
||||
amount_fc: Amount(FC)
|
||||
|
|
@ -716,6 +646,7 @@ en:
|
|||
title: Invoice %{number}
|
||||
order_articles:
|
||||
edit:
|
||||
stock_alert:
|
||||
title: Update article
|
||||
new:
|
||||
title: Add delivered article to order
|
||||
|
|
@ -791,6 +722,8 @@ en:
|
|||
new_funds: New account balance
|
||||
note: Note
|
||||
price: Price
|
||||
reset_article_search: Reset search
|
||||
search_article: Search for article...
|
||||
sum: Sum
|
||||
sum_amount: Current amount
|
||||
supplier: Supplier
|
||||
|
|
@ -880,15 +813,11 @@ en:
|
|||
option_choose: Choose supplier/stock
|
||||
option_stock: Stock
|
||||
order_pdf: Create PDF
|
||||
select:
|
||||
prompt: please select
|
||||
submit:
|
||||
create: save %{model}
|
||||
invite:
|
||||
create: send invitation
|
||||
message:
|
||||
create: send message
|
||||
update: save changes
|
||||
tasks:
|
||||
required_users: ! '%{count} members are still needed!'
|
||||
home:
|
||||
|
|
@ -899,7 +828,7 @@ en:
|
|||
warning: Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order!
|
||||
changes_saved: Changes saved.
|
||||
index:
|
||||
due_date_format: ! '%A %d %b'
|
||||
due_date_format: ! '%A %d %B'
|
||||
messages:
|
||||
title: Newest Messages
|
||||
view_all: See all messages
|
||||
|
|
@ -976,9 +905,11 @@ en:
|
|||
title: Invite person
|
||||
new:
|
||||
action: Send invite
|
||||
back: or go back
|
||||
body: <p>Here you can add a person to the group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
||||
success: User was invited successfully.
|
||||
js:
|
||||
ordering:
|
||||
confirm_change: Modifications to this order will be lost when you change the order. Do you want to lose the changes you made and continue?
|
||||
layouts:
|
||||
application1:
|
||||
title: Foodsoft - %{title}
|
||||
|
|
@ -1223,57 +1154,6 @@ en:
|
|||
home: Home
|
||||
title: Wiki
|
||||
workgroups: Workgroups
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: .
|
||||
format: ! '%n %u'
|
||||
precision: 2
|
||||
separator: .
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
unit: €
|
||||
format:
|
||||
delimiter: .
|
||||
precision: 2
|
||||
separator: ! ','
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
human:
|
||||
decimal_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
billion:
|
||||
one: billion
|
||||
other: billions
|
||||
million: million
|
||||
quadrillion:
|
||||
one: quadrillion
|
||||
other: quadrillions
|
||||
thousand: thousand
|
||||
trillion: trillion
|
||||
unit:
|
||||
format:
|
||||
delimiter:
|
||||
precision: 1
|
||||
significant: true
|
||||
strip_insignificant_zeros: true
|
||||
storage_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
byte:
|
||||
one: byte
|
||||
other: bytes
|
||||
gb: GB
|
||||
kb: KB
|
||||
mb: MB
|
||||
tb: TB
|
||||
percentage:
|
||||
format:
|
||||
delimiter:
|
||||
precision:
|
||||
format:
|
||||
delimiter:
|
||||
ordergroups:
|
||||
edit:
|
||||
title: Edit ordergroups
|
||||
|
|
@ -1298,7 +1178,6 @@ en:
|
|||
fax:
|
||||
amount: Amount
|
||||
articles: Articles
|
||||
customer_number: Customer number
|
||||
delivery_day: Delivery day
|
||||
heading: Order for %{name}
|
||||
name: Name
|
||||
|
|
@ -1314,7 +1193,7 @@ en:
|
|||
prices: Prices (net/FC)
|
||||
select_all: Select all
|
||||
stockit: In stock
|
||||
supplier: Supplier
|
||||
supplier: Producer
|
||||
title: Article
|
||||
unit_quantity: Unit quantity
|
||||
index:
|
||||
|
|
@ -1396,7 +1275,7 @@ en:
|
|||
notice: Page was created
|
||||
cshow:
|
||||
error_noexist: Page doesn’t exist!
|
||||
redirect_notice: Redirected from %{page} ..
|
||||
redirect_notice: Redirected from %{page} ...
|
||||
destroy:
|
||||
notice: The page '%{page}' and all subpages have been deleted successfully.
|
||||
edit:
|
||||
|
|
@ -1537,7 +1416,7 @@ en:
|
|||
message:
|
||||
private: Message doesn’t show in Foodsoft mail inbox
|
||||
order_article:
|
||||
units_to_order: Amount of delivered units
|
||||
units_to_order: If you change the total amount of delivered units, you also have to change individual group amounts by clicking on the article name. They will not be automatically recalculated and so ordergroups may be accounted for articles that were not delivered!
|
||||
update_current_price: Also update the price of the current order
|
||||
stock_article:
|
||||
copy_stock_article:
|
||||
|
|
@ -1552,74 +1431,6 @@ en:
|
|||
required_users: How many users will be needed in total?
|
||||
tax: In percentage, standard is 7,0
|
||||
labels:
|
||||
article:
|
||||
article_category: Category
|
||||
manufacturer: Manufacturer
|
||||
name: Name
|
||||
note: Note
|
||||
origin: Origin
|
||||
unit: Unit
|
||||
article_category:
|
||||
description: Description
|
||||
name: Name
|
||||
defaults:
|
||||
amount: Amount
|
||||
date: Date
|
||||
deposit: Deposit
|
||||
description: Description
|
||||
email: Email
|
||||
note: Note
|
||||
order_number: Order number
|
||||
ordergroup: Ordergroup
|
||||
password: Password
|
||||
password_confirmation: Repeat password
|
||||
phone: Phone
|
||||
price: Price (net)
|
||||
tax: VAT
|
||||
title: Title
|
||||
unit_quantity: Unit quantity
|
||||
user_tokens: Members
|
||||
delivery:
|
||||
delivered_on: Delivery date
|
||||
supplier: Supplier
|
||||
group_order_article:
|
||||
ordergroup_id: Ordergroup
|
||||
result: Amount
|
||||
invoice:
|
||||
amount: Amount
|
||||
date: Billing date
|
||||
delivery: Delivery
|
||||
deposit: Deposit charged
|
||||
deposit_credit: Deposit returned
|
||||
note: Note
|
||||
number: Number
|
||||
order: Order
|
||||
paid_on: Paid on
|
||||
supplier: Supplier
|
||||
message:
|
||||
body: Body
|
||||
group_id: Group
|
||||
private: Private
|
||||
recipient_tokens: Recipients
|
||||
sent_to_all: Send to all members
|
||||
subject: Subject
|
||||
order:
|
||||
ends: Ends at
|
||||
starts: Starts at
|
||||
order_article:
|
||||
units_to_order: Amount of units
|
||||
update_current_price: Globally update current price
|
||||
order_comment:
|
||||
text: Add comment to this order ...
|
||||
ordergroup:
|
||||
contact_address: Address
|
||||
contact_person: Contact person
|
||||
contact_phone: Phone
|
||||
ignore_apple_restriction: Ignore order stop by apple points restriction
|
||||
name: Name
|
||||
page:
|
||||
body: Body
|
||||
parent_id: Parent page
|
||||
settings:
|
||||
messages:
|
||||
send_as_email: Receive messages as emails.
|
||||
|
|
@ -1635,48 +1446,6 @@ en:
|
|||
settings_group:
|
||||
messages: Messages
|
||||
privacy: Privacy
|
||||
stock_article:
|
||||
supplier: Supplier
|
||||
supplier:
|
||||
address: Address
|
||||
contact_person: Contact person
|
||||
customer_number: Customer ID
|
||||
delivery_days: Delivery days
|
||||
email: Email
|
||||
fax: Fax
|
||||
is_subscribed: subscribed?
|
||||
min_order_quantity: Minimum order quantity
|
||||
name: Name
|
||||
note: Note
|
||||
order_howto: How to order
|
||||
phone: Phone
|
||||
phone2: Phone 2
|
||||
url: Homepage
|
||||
task:
|
||||
done: Done?
|
||||
due_date: Due date
|
||||
duration: Duration
|
||||
name: Name
|
||||
required_users: People required
|
||||
user_list: Responsible user
|
||||
workgroup: Workgroup
|
||||
user:
|
||||
email: Email
|
||||
last_name: Last name
|
||||
name: Name
|
||||
nick: Username
|
||||
ordergroup: Ordergroup
|
||||
phone: Telephone
|
||||
workgroup:
|
||||
one: Workgroup
|
||||
other: Workgroups
|
||||
workgroup:
|
||||
next_weekly_tasks_number: For how many weeks in advance would you like to define tasks?
|
||||
role_admin: Administration
|
||||
role_article_meta: Article database
|
||||
role_finance: Finances
|
||||
role_orders: Order management
|
||||
role_suppliers: Suppliers
|
||||
'no': 'No'
|
||||
options:
|
||||
settings:
|
||||
|
|
@ -1730,15 +1499,6 @@ en:
|
|||
title: Edit stock articles
|
||||
form:
|
||||
price_hint: To avoid choas, it is not possible to edit the prices of already added stock articles until further notice.
|
||||
history:
|
||||
change_quantity: Change
|
||||
datetime: Time
|
||||
delivery: Delivery
|
||||
new_quantity: New quantity
|
||||
order: Order
|
||||
reason: Reason
|
||||
stock_changes: Stock quantity changes of ‘%{article_name}’
|
||||
stock_taking: Inventory
|
||||
index:
|
||||
article:
|
||||
article: Article
|
||||
|
|
@ -1764,6 +1524,15 @@ en:
|
|||
new:
|
||||
search_text: ! 'Search for articles in all catalogues:'
|
||||
title: Add new stock article
|
||||
show:
|
||||
change_quantity: Change
|
||||
datetime: Time
|
||||
delivery: Delivery
|
||||
new_quantity: New quantity
|
||||
order: Order
|
||||
reason: Reason
|
||||
stock_changes: Stock quantity changes
|
||||
stock_taking: Inventory
|
||||
stock_create:
|
||||
notice: Stock article was created.
|
||||
stock_update:
|
||||
|
|
@ -1799,11 +1568,6 @@ en:
|
|||
show_deliveries: Show all deliveries
|
||||
update:
|
||||
notice: Supplier was updated
|
||||
support:
|
||||
array:
|
||||
last_word_connector: ! ' and '
|
||||
two_words_connector: ! ' and '
|
||||
words_connector: ! ', '
|
||||
tasks:
|
||||
accept:
|
||||
notice: You have accepted the task
|
||||
|
|
@ -1859,15 +1623,15 @@ en:
|
|||
show:
|
||||
accept_task: Accept task
|
||||
confirm_delete_group: Really delete this and all subsequent tasks?
|
||||
confirm_delete_single: Are you sure you want to delete the task?
|
||||
delete_group: Delete task and subsequent
|
||||
due_date: Due date
|
||||
hours: ! '%{count}h'
|
||||
mark_done: Mark task as done
|
||||
reject_task: Reject task
|
||||
title: Show task
|
||||
update:
|
||||
notice: Task has been updated
|
||||
notice_converted: Task has been updated and was converted to a regular task
|
||||
notice_converted: Task has been updated and was converted to a non-repeating task.
|
||||
user:
|
||||
more: Nothing to do? %{tasks_link} are tasks for sure.
|
||||
tasks_link: Here
|
||||
|
|
@ -1877,18 +1641,10 @@ en:
|
|||
workgroup:
|
||||
title: Tasks for %{workgroup}
|
||||
title_all: All group tasks
|
||||
time:
|
||||
am: morning
|
||||
formats:
|
||||
default: ! '%A, %d %B %Y, %H:%M'
|
||||
long: ! '%A, %d %B %Y, %H:%M'
|
||||
short: ! '%d %B, %H:%M'
|
||||
pm: afternoon
|
||||
ui:
|
||||
close: Close
|
||||
delete: Delete
|
||||
edit: Edit
|
||||
history: Show history
|
||||
marks:
|
||||
close: ! '×'
|
||||
success: <i class="icon icon-ok"></i>
|
||||
|
|
|
|||
|
|
@ -1,98 +1,142 @@
|
|||
fr:
|
||||
activemodel:
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Un problème a été rencontré.
|
||||
general_again: Une erreur s'est produite. Merci de réessayer.
|
||||
general_msg: ! 'Une erreur s''est produite: %{msg}'
|
||||
messages:
|
||||
accepted: doit obligatoirement être accepté
|
||||
blank: doit obligatoirement être complété
|
||||
confirmation: ne correspond pas avec le champ de confirmation
|
||||
empty: doit obligatoirement être complété
|
||||
equal_to: doit obligatoirement être égal à %{count}
|
||||
even: doit obligatoirement être pair
|
||||
exclusion: n'est pas disponible
|
||||
greater_than: doit obligatoirement être supérieur à %{count}
|
||||
greater_than_or_equal_to: doit obligatoirement être supérieur ou égal à %{count}
|
||||
inclusion: n'est pas une valeur valide
|
||||
invalid: n'est pas valide
|
||||
less_than: doit obligatoirement être inférieur à %{count}
|
||||
less_than_or_equal_to: doit obligatoirement être inférieur à %{count}
|
||||
not_a_number: n'est pas un nombre
|
||||
not_an_integer: doit être un nombre entier
|
||||
odd: doit obligatoirement être impair
|
||||
record_invalid: ! 'la vérification a échoué: %{errors}'
|
||||
taken: a déjà été attribué
|
||||
taken_with_deleted: a déjà été attribué (à une cellule supprimée depuis)
|
||||
too_long: est trop long (%{count} signes autorisés au maximum)
|
||||
too_short: est trop court (%{count} signes au minimum doivent être présents)
|
||||
wrong_length: n'est pas de la bonne longueur (exactement %{count} signes doivent être présents)
|
||||
template:
|
||||
body: ! 'Merci de contrôler le contenu des champs suivants:'
|
||||
header:
|
||||
one: ! '%{model} n''a pas pu être sauvegardé à cause de la présence d''une erreur.'
|
||||
other: ! '%{model} n''a pas pu être sauvegardé car %{count} erreurs ont été trouvées.'
|
||||
activerecord:
|
||||
attributes:
|
||||
article:
|
||||
article_category: catégorie
|
||||
article_category: Catégorie
|
||||
availability: l'article est-il disponible?
|
||||
deposit: consigne
|
||||
fc_price: prix final
|
||||
fc_share: supplément boufcoop
|
||||
gross_price: prix brut
|
||||
price: prix net
|
||||
availability_short:
|
||||
deposit: Consigne
|
||||
fc_price: Prix final
|
||||
fc_price_short:
|
||||
fc_share: Supplément boufcoop
|
||||
fc_share_short:
|
||||
gross_price: Prix brut
|
||||
manufacturer: ProductRICE_eur
|
||||
name: Nom
|
||||
note: Note
|
||||
order_number: ! 'Numéro '
|
||||
origin: Lieu de production
|
||||
price: Prix net
|
||||
supplier:
|
||||
tax: TVA
|
||||
unit: unité
|
||||
unit_quantity: unités par lot
|
||||
unit: Unité
|
||||
unit_quantity: Unités par lot
|
||||
unit_quantity_short:
|
||||
article_category:
|
||||
description: Description
|
||||
name: Nom
|
||||
delivery:
|
||||
delivered_on: Date de réapprovisionnement
|
||||
note:
|
||||
supplier: Fournisseuse_r
|
||||
financial_transaction:
|
||||
amount: montant
|
||||
note: note
|
||||
group_order_article:
|
||||
ordergroup_id: Cellul
|
||||
result: Quantité
|
||||
invoice:
|
||||
amount: Montant
|
||||
date: Date de facturation
|
||||
delivery: Réapprovisionnement
|
||||
deposit: Consigne facturée
|
||||
deposit_credit: Consigne remboursée
|
||||
note: Note
|
||||
number: Numéro
|
||||
order: Commande
|
||||
paid_on: Payée le
|
||||
supplier: Fournisseuse_r
|
||||
message:
|
||||
body: Contenu
|
||||
group_id: Cellule ou équipe
|
||||
private: Privé
|
||||
recipient_tokens: Destinataires
|
||||
sent_to_all: Envoyer à tous les membres
|
||||
subject: Sujet
|
||||
order:
|
||||
ends: Clôture le
|
||||
note:
|
||||
starts: Ouverture le
|
||||
order_article:
|
||||
units_to_order: Quantité
|
||||
update_current_price: Mettre à jour le prix global
|
||||
order_comment:
|
||||
text: Commenter cette commande...
|
||||
ordergroup:
|
||||
contact_address: Adresse
|
||||
contact_person: Personne à contacter
|
||||
contact_phone: Téléphone
|
||||
description: Description
|
||||
ignore_apple_restriction: Pour cette cellule, ne pas bloquer les commandes en cas de manque de glands
|
||||
name: Nom
|
||||
user_tokens: Membres
|
||||
page:
|
||||
body: Contenu
|
||||
parent_id: Page parente
|
||||
title: Titre
|
||||
stock_article:
|
||||
price: Prix net
|
||||
quantity:
|
||||
quantity_available:
|
||||
supplier: FournisseurE
|
||||
stock_taking:
|
||||
date:
|
||||
note:
|
||||
supplier:
|
||||
address: Adresse
|
||||
contact_person: Contact
|
||||
customer_number: Numéro de client de la coop
|
||||
customer_number_short:
|
||||
delivery_days: Jours de livraison
|
||||
email: Email
|
||||
fax: Fa
|
||||
is_subscribed: abonné?
|
||||
min_order_quantity: Quantité minimale à commander
|
||||
name: Nom
|
||||
note: Note
|
||||
order_howto: Comment commander
|
||||
phone: Téléphone
|
||||
phone2: Autre téléphone
|
||||
url: Site web
|
||||
task:
|
||||
description: Description
|
||||
done: Fait?
|
||||
due_date: Echéance
|
||||
duration: Durée
|
||||
name: Nom
|
||||
required_users: Nombre de personnes nécessaires
|
||||
user_list: Responsables inscritEs
|
||||
workgroup: Équipe
|
||||
user:
|
||||
email: Email
|
||||
first_name: Prénom
|
||||
last_name: Nom de famille
|
||||
name: Nom
|
||||
nick: Identifiant
|
||||
ordergroup: Cellule
|
||||
password: Mot de passe
|
||||
password_confirmation: Confirmation du mot de passe
|
||||
phone: Téléphone
|
||||
workgroup:
|
||||
one: Équipe
|
||||
other: Équipes
|
||||
workgroup:
|
||||
description: Description
|
||||
name: Nom
|
||||
next_weekly_tasks_number: Combien de temps en avance les boulots doivent ils être annoncés sur le site?
|
||||
role_admin: Administration
|
||||
role_article_meta: Base de données des articles
|
||||
role_finance: Trésorerie
|
||||
role_orders: Gestion des commandes
|
||||
role_suppliers: Contact avec les fournisseusEs_rs
|
||||
user_tokens: Membres
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Une problème a été rencontré.
|
||||
general_again: Une erreur s'est produite. Merci de réessayer.
|
||||
general_msg: ! 'Un problème a été rencontré: %{msg}'
|
||||
has_many_left: est encore associé à une %{collection}!
|
||||
messages:
|
||||
accepted: doit obligatoirement être accepté
|
||||
blank: doit obligatoirement être complété
|
||||
confirmation: ne correspond pas au champ de confirmation
|
||||
empty: doit obligatoirement être complété
|
||||
equal_to: doit obligatoirement être égal à %{count}
|
||||
even: doit être un nombre pair
|
||||
exclusion: n'est pas disponible
|
||||
greater_than: doit obligatoirement être supérieur à %{count}
|
||||
greater_than_or_equal_to: doit obligatoirement être supérieur ou égal à %{count}
|
||||
inclusion: n'est pas un valeur valide
|
||||
invalid: est invalide
|
||||
less_than: doit obligatoirement être inférieur à %{count}
|
||||
less_than_or_equal_to: doit obligatoirement être inférieur ou égal à %{count}
|
||||
not_a_number: n'est pas un nombre
|
||||
not_an_integer: doit obligatoirement être un nombre entier
|
||||
odd: doit obligaroirement être un nombre impair
|
||||
record_invalid: ! 'la vérification a échoué: %{errors}'
|
||||
taken: a déjà été attribué
|
||||
taken_with_deleted: a déjà été attribué (à une cellule supprimée depuis)
|
||||
too_long: est trop long (au maximum %{count} signes sont autorisés)
|
||||
too_short: est trop court (au minimum %{count} signes doivent être présents)
|
||||
wrong_length: n'a pas la bonne longueur (exactement %{count} signes doivent être présents)
|
||||
models:
|
||||
task:
|
||||
attributes:
|
||||
done:
|
||||
exclusion: répétition hebdomadaire invalide pour un boulot déjà effectué
|
||||
template:
|
||||
body: ! 'Merci de vérifier le contenu des champs suivants:'
|
||||
header:
|
||||
one: ! '%{model} n''a pu être sauvegardé à cause de la présence d''une erreur.'
|
||||
other: ! '%{model} n''a pu être sauvegardé à cause de %{count} erreurs.'
|
||||
models:
|
||||
article: Article
|
||||
article_category: la nouvelle catégorie
|
||||
|
|
@ -212,6 +256,11 @@ fr:
|
|||
workgroups:
|
||||
members: membres
|
||||
name: nom
|
||||
application:
|
||||
controller:
|
||||
error_authn:
|
||||
error_denied:
|
||||
error_members_only:
|
||||
article_categories:
|
||||
create:
|
||||
notice: La catégorie a bien été définie.
|
||||
|
|
@ -307,7 +356,10 @@ fr:
|
|||
body: ! '<p><i>Merci de vérifier les articles importés.</i></p>
|
||||
|
||||
<p><i>Attention, les doublons ne sont pas automatiquement détectés.</p></i>.'
|
||||
title:
|
||||
sync:
|
||||
outlist:
|
||||
alert_used:
|
||||
body: ! 'Les articles suivants ne sont plus dans la liste et seront donc <b>supprimés</b>:'
|
||||
body_skip: Aucun article à supprimer.
|
||||
title: Exclure de la liste...
|
||||
|
|
@ -316,9 +368,9 @@ fr:
|
|||
title: Synchroniser les articles avec la base de données extérieure
|
||||
unit_quantity_short: U/L
|
||||
update:
|
||||
body: <p><i>Chaque article apparaît deux fois. Les anciennes données sont rappelées en gris, et les champs du formulaire ont été préremplis avec les nouvelles valeurs. </i></p><p><i>Les changements sont marqués en jaune.</p></i>
|
||||
body: ! 'Chaque article apparaît deux fois: les anciennes données sont rappelées en gris, et les champs du formulaire ont été préremplis avec les nouvelles valeurs. Les changements sont marqués en jaune.'
|
||||
title: Mettre à jour...
|
||||
update_msg: ! 'Ces articles doivent être mis à jour:'
|
||||
update_msg:
|
||||
upload:
|
||||
body: ! '<p>Le fichier doit être au format texte et son nom doit se terminer par l''extension ".csv". La première ligne sera ignorée lors de l''importation.</p>
|
||||
|
||||
|
|
@ -332,102 +384,6 @@ fr:
|
|||
file_label: Merci de choisir un fichier compatible
|
||||
submit: Transférer le fichier
|
||||
title: ! '%{supplier} / Transférer les données sur l''article'
|
||||
date:
|
||||
abbr_day_names:
|
||||
- Lun
|
||||
- Mar
|
||||
- Mer
|
||||
- Jeu
|
||||
- Ven
|
||||
- Sam
|
||||
- Dim
|
||||
abbr_month_names:
|
||||
-
|
||||
- Janvier
|
||||
- Février
|
||||
- Mars
|
||||
- Avril
|
||||
- Mai
|
||||
- Juin
|
||||
- Juillet
|
||||
- Août
|
||||
- Septembre
|
||||
- Octobre
|
||||
- Novembre
|
||||
- Décembre
|
||||
day_names:
|
||||
- Dimanche
|
||||
- Lundi
|
||||
- Mardi
|
||||
- Mercredi
|
||||
- Jeudi
|
||||
- Vendredi
|
||||
- Samedi
|
||||
formats:
|
||||
default: ! '%d.%m.%Y'
|
||||
long: ! '%e.%B %Y'
|
||||
short: ! '%e. %b'
|
||||
month_names:
|
||||
-
|
||||
- Janvier
|
||||
- Février
|
||||
- Mars
|
||||
- Avril
|
||||
- Mai
|
||||
- Juin
|
||||
- Juillet
|
||||
- Août
|
||||
- Septembre
|
||||
- Octobre
|
||||
- Novembre
|
||||
- Décembre
|
||||
order:
|
||||
- :day
|
||||
- :month
|
||||
- :year
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
one: environ une heure
|
||||
other: environ %{count} heures
|
||||
about_x_months:
|
||||
one: environ un mois
|
||||
other: environ %{count} mois
|
||||
about_x_years:
|
||||
one: environ un an
|
||||
other: environ %{count} ans
|
||||
almost_x_years:
|
||||
one: presque un an
|
||||
other: presque %{count} ans
|
||||
half_a_minute: une demi-minute
|
||||
less_than_x_minutes:
|
||||
one: moins d'une minute
|
||||
other: moins de %{count} minutes
|
||||
less_than_x_seconds:
|
||||
one: moins d'une seconde
|
||||
other: moins de %{count} secondes
|
||||
over_x_years:
|
||||
one: plus d'un an
|
||||
other: plus de %{count} ans
|
||||
x_days:
|
||||
one: un jour
|
||||
other: ! '%{count} jours'
|
||||
x_minutes:
|
||||
one: une minute
|
||||
other: ! '%{count} minutes'
|
||||
x_months:
|
||||
one: un mois
|
||||
other: ! '%{count} mois'
|
||||
x_seconds:
|
||||
one: une seconde
|
||||
other: ! '%{count} secondes'
|
||||
prompts:
|
||||
day: jour
|
||||
hour: heures
|
||||
minute: minute
|
||||
month: mois
|
||||
second: secondes
|
||||
year: an
|
||||
deliveries:
|
||||
add_stock_change:
|
||||
how_many_units: Combien d unités (%{unit}) de l article %{name} doivent-elles être livrées?
|
||||
|
|
@ -488,6 +444,7 @@ fr:
|
|||
filename: Commande %{name}-%{date} - Trier par
|
||||
rows:
|
||||
- Cellule
|
||||
-
|
||||
- Quantité
|
||||
- Prix
|
||||
title: ! 'Ordre des articles pour la commande: %{name}, close le %{date}'
|
||||
|
|
@ -495,6 +452,7 @@ fr:
|
|||
filename: Commande %{name}-%{date} - Répartition par cellules
|
||||
rows:
|
||||
- Nom de l'article
|
||||
- Commandée
|
||||
- Quantité
|
||||
- Prix unitaire
|
||||
- Unités par lot
|
||||
|
|
@ -510,6 +468,7 @@ fr:
|
|||
- Nom
|
||||
- Nombre de lots
|
||||
- Unité
|
||||
- Prix/Unité
|
||||
- Prix unitaire
|
||||
total:
|
||||
order_matrix:
|
||||
|
|
@ -526,38 +485,9 @@ fr:
|
|||
one: Un seul article
|
||||
other: ! '%{count} articles au total'
|
||||
errors:
|
||||
format: ! '%{attribute} %{message}'
|
||||
general: Un problème a été rencontré.
|
||||
general_again: Une erreur s'est produite. Merci de réessayer.
|
||||
general_msg: ! 'Une erreur s''est produite: %{msg}'
|
||||
messages:
|
||||
accepted: doit obligatoirement être accepté
|
||||
blank: doit obligatoirement être complété
|
||||
confirmation: ! ' ne correspond pas au champ de confirmatio'
|
||||
empty: doit obligatoirement être complété
|
||||
equal_to: doit obligatoirement être égal à %{count}
|
||||
even: doit obligatoirement être un nombre pair
|
||||
exclusion: n'est pas disponible
|
||||
greater_than: doit obligatoirement être supérieur à %{count}
|
||||
greater_than_or_equal_to: doit obligatoirement être supérieur ou égal à %{count}
|
||||
inclusion: n'est pas une valeur valide
|
||||
invalid: n'est pas valide
|
||||
less_than: doit obligatoirement être inférieur à %{count}
|
||||
less_than_or_equal_to: doit obligatoirement être inférieur ou égal à %{count}
|
||||
not_a_number: n'est pas un nombre
|
||||
not_an_integer: doit obligatoirement être un nombre entier
|
||||
odd: doit obligatoirement être un nombre impair
|
||||
record_invalid: ! 'La vérification a échoué: %{errors}'
|
||||
taken: a déjà été attribué
|
||||
taken_with_deleted: a déjà été attribué (à une cellule supprimée depuis)
|
||||
too_long: est trop long (au maximum %{count} signes sont autorisés)
|
||||
too_short: est trop court (au minimum %{count} signes doivent être présents)
|
||||
wrong_length: n'a pas la bonne longueur (exactement %{count} signes doivent être présents)
|
||||
template:
|
||||
body: ! 'Merci de contrôler le contenu des champs suivants:'
|
||||
header:
|
||||
one: ! '%{model} n''a pas pu être sauvegardé: une erreur trouvée.'
|
||||
other: ! '%{model} n''a pas pu être sauvegardé: %{count} erreurs trouvées.'
|
||||
feedback:
|
||||
create:
|
||||
notice: Ton commentaire a été transmis avec succès. Merci
|
||||
|
|
@ -655,11 +585,13 @@ fr:
|
|||
create:
|
||||
notice: La facture a bien été définie.
|
||||
financial_transactions:
|
||||
create:
|
||||
notice: La transaction a été sauvegardée.
|
||||
create_collection:
|
||||
alert: ! 'Une erreur s''est produite: %{error}'
|
||||
notice: Les transactions ont été sauvegardées.
|
||||
controller:
|
||||
create:
|
||||
notice: La transaction a été sauvegardée.
|
||||
create_collection:
|
||||
alert: ! 'Une erreur s''est produite: %{error}'
|
||||
error_note_required:
|
||||
notice: Les transactions ont été sauvegardées.
|
||||
index:
|
||||
balance: ! 'Solde: %{balance}'
|
||||
last_updated_at: (dernière mise à jour il y a %{when})
|
||||
|
|
@ -688,6 +620,7 @@ fr:
|
|||
group_order_articles:
|
||||
form:
|
||||
amount_change_for: Modification de la quantité de %{article}
|
||||
result_hint:
|
||||
index:
|
||||
amount: Montant
|
||||
amount_fc: Montant(boufcoop)
|
||||
|
|
@ -723,6 +656,7 @@ fr:
|
|||
title: Facture %{number}
|
||||
order_articles:
|
||||
edit:
|
||||
stock_alert:
|
||||
title: Mettre à jour la liste des article
|
||||
new:
|
||||
title:
|
||||
|
|
@ -802,6 +736,8 @@ fr:
|
|||
new_funds: Nouveau solde
|
||||
note: Note
|
||||
price: Prix
|
||||
reset_article_search:
|
||||
search_article:
|
||||
sum: Prix total
|
||||
sum_amount: ! 'Quantité déjà commandée:'
|
||||
supplier: Fourni par
|
||||
|
|
@ -892,15 +828,11 @@ fr:
|
|||
option_choose: Choix d'unE fournisseusE_r
|
||||
option_stock: Stock
|
||||
order_pdf: Générer un PDF
|
||||
select:
|
||||
prompt: Faire un choix
|
||||
submit:
|
||||
create: Définir %{model}
|
||||
invite:
|
||||
create: Envoyer une invitatio
|
||||
message:
|
||||
create: Envoyer un message
|
||||
update: Sauvergarder les modifications
|
||||
tasks:
|
||||
required_users: Il manque encore %{count} camarades!
|
||||
home:
|
||||
|
|
@ -994,9 +926,11 @@ fr:
|
|||
title: Engrainer une personne
|
||||
new:
|
||||
action: Engrainer!
|
||||
back: ou revenir en arrière
|
||||
body: <p>Sur cette page, tu peux engrainer une personne qui ne fait pas encore partie de la Boufcoop à rejoindre la cellule <b>%{group}</b>
|
||||
success: La_le membre a été engrainéE avec succès!
|
||||
js:
|
||||
ordering:
|
||||
confirm_change:
|
||||
layouts:
|
||||
application1:
|
||||
title: Foodsoft - %{title}
|
||||
|
|
@ -1224,57 +1158,6 @@ fr:
|
|||
home: Page d'accueil
|
||||
title: Wiki
|
||||
workgroups: Équipes
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: .
|
||||
format: ! '%n %u'
|
||||
precision: 2
|
||||
separator: ! ','
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
unit: €
|
||||
format:
|
||||
delimiter: .
|
||||
precision: 2
|
||||
separator: ! ','
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
human:
|
||||
decimal_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
billion:
|
||||
one: milliard
|
||||
other: milliards
|
||||
million: millions
|
||||
quadrillion:
|
||||
one: billiard
|
||||
other: billiards
|
||||
thousand: mille
|
||||
trillion: billions
|
||||
unit:
|
||||
format:
|
||||
delimiter:
|
||||
precision: 1
|
||||
significant: true
|
||||
strip_insignificant_zeros: true
|
||||
storage_units:
|
||||
format: ! '%n %u'
|
||||
units:
|
||||
byte:
|
||||
one: Octet
|
||||
other: Octets
|
||||
gb: Go
|
||||
kb: kB
|
||||
mb: MB
|
||||
tb: TB
|
||||
percentage:
|
||||
format:
|
||||
delimiter:
|
||||
precision:
|
||||
format:
|
||||
delimiter:
|
||||
ordergroups:
|
||||
edit:
|
||||
title: Modifier les cellules
|
||||
|
|
@ -1288,7 +1171,7 @@ fr:
|
|||
article_count: ! 'Articles commandés:'
|
||||
name: Nom
|
||||
prices: Prix brut/net
|
||||
prices_sum: Totaux (des prix bruts/nets)
|
||||
prices_sum: ! 'Totaux (des prix bruts/nets):'
|
||||
unit_quantity: Unités par lots x Lots
|
||||
units_full: Lots complet
|
||||
units_ordered: Unités commandées
|
||||
|
|
@ -1299,7 +1182,6 @@ fr:
|
|||
fax:
|
||||
amount: Quantité
|
||||
articles: Articles
|
||||
customer_number: Numéro de client de la coop
|
||||
delivery_day: Jour de livraison
|
||||
heading: Commande pour %{name}
|
||||
name: Nom
|
||||
|
|
@ -1536,7 +1418,7 @@ fr:
|
|||
message:
|
||||
private: Le message n'apparaîtra pas dans la boîte de réception du Foodsoft
|
||||
order_article:
|
||||
units_to_order: Nombre de lots livrés
|
||||
units_to_order:
|
||||
update_current_price: Modifie aussi le prix des commandes en cours
|
||||
stock_article:
|
||||
copy_stock_article:
|
||||
|
|
@ -1551,74 +1433,6 @@ fr:
|
|||
required_users: De combien de personnes avons-nous besoin au total?
|
||||
tax: En pourcentage, le standard est de 7,0
|
||||
labels:
|
||||
article:
|
||||
article_category: Catégorie
|
||||
manufacturer: ProductRICE_eur
|
||||
name: Nom
|
||||
note: Note
|
||||
origin: Lieu de production
|
||||
unit: Unité
|
||||
article_category:
|
||||
description: Description
|
||||
name: Nom
|
||||
defaults:
|
||||
amount: Montant
|
||||
date: Date
|
||||
deposit: Consigne
|
||||
description: Description
|
||||
email: Email
|
||||
note: Note
|
||||
order_number: ! 'Numéro '
|
||||
ordergroup: Cellule
|
||||
password: Mot de passe
|
||||
password_confirmation: Confirmation du mot de passe
|
||||
phone: Téléphone
|
||||
price: Prix (net)
|
||||
tax: TVA
|
||||
title: Titre
|
||||
unit_quantity: Unités par lot
|
||||
user_tokens: Membres
|
||||
delivery:
|
||||
delivered_on: Date de réapprovisionnement
|
||||
supplier: Fournisseuse_r
|
||||
group_order_article:
|
||||
ordergroup_id: Cellul
|
||||
result: Quantité
|
||||
invoice:
|
||||
amount: Montant
|
||||
date: Date de facturation
|
||||
delivery: Réapprovisionnement
|
||||
deposit: Consigne facturée
|
||||
deposit_credit: Consigne remboursée
|
||||
note: Note
|
||||
number: Numéro
|
||||
order: Commande
|
||||
paid_on: Payée le
|
||||
supplier: Fournisseuse_r
|
||||
message:
|
||||
body: Contenu
|
||||
group_id: Cellule ou équipe
|
||||
private: Privé
|
||||
recipient_tokens: Destinataires
|
||||
sent_to_all: Envoyer à tous les membres
|
||||
subject: Sujet
|
||||
order:
|
||||
ends: Clôture le
|
||||
starts: Ouverture le
|
||||
order_article:
|
||||
units_to_order: Quantité
|
||||
update_current_price: Mettre à jour le prix global
|
||||
order_comment:
|
||||
text: Commenter cette commande...
|
||||
ordergroup:
|
||||
contact_address: Adresse
|
||||
contact_person: Personne à contacter
|
||||
contact_phone: Téléphone
|
||||
ignore_apple_restriction: Pour cette cellule, ne pas bloquer les commandes en cas de manque de glands
|
||||
name:
|
||||
page:
|
||||
body: Contenu
|
||||
parent_id: Page parente
|
||||
settings:
|
||||
messages:
|
||||
send_as_email: Transmettre les messages de la boufcoop par email
|
||||
|
|
@ -1634,48 +1448,6 @@ fr:
|
|||
settings_group:
|
||||
messages: Messages
|
||||
privacy: Confidentialité
|
||||
stock_article:
|
||||
supplier: FournisseurE
|
||||
supplier:
|
||||
address: Adresse
|
||||
contact_person: Contact
|
||||
customer_number: Numéro de client de la coop
|
||||
delivery_days: Jours de livraison
|
||||
email: Email
|
||||
fax: Fa
|
||||
is_subscribed: abonné?
|
||||
min_order_quantity: Quantité minimale à commander
|
||||
name: Nom
|
||||
note: Note
|
||||
order_howto: Comment commander
|
||||
phone: Téléphone
|
||||
phone2: Autre téléphone
|
||||
url: Site web
|
||||
task:
|
||||
done: Fait?
|
||||
due_date: Pour quand?
|
||||
duration: Durée
|
||||
name: Nom
|
||||
required_users: Nombre de personnes nécessaires
|
||||
user_list: Responsables inscritEs
|
||||
workgroup: Équipe
|
||||
user:
|
||||
email: Email
|
||||
last_name: Nom de famille
|
||||
name: Nom
|
||||
nick: Identifiant
|
||||
ordergroup: Cellule
|
||||
phone: Téléphone
|
||||
workgroup:
|
||||
one: Équipe
|
||||
other: Équipes
|
||||
workgroup:
|
||||
next_weekly_tasks_number: Combien de temps en avance les boulots doivent ils être annoncés sur le site?
|
||||
role_admin: Administration
|
||||
role_article_meta: Base de données des articles
|
||||
role_finance: Trésorerie
|
||||
role_orders: Gestion des commandes
|
||||
role_suppliers: Contact avec les fournisseusEs_rs
|
||||
'no': Non
|
||||
options:
|
||||
settings:
|
||||
|
|
@ -1731,15 +1503,6 @@ fr:
|
|||
title: Modifier l'article
|
||||
form:
|
||||
price_hint: Pour éviter que ça soit le bazar, les prix des articles en stock ne peuvent plus être modifiés.
|
||||
history:
|
||||
change_quantity: Modification
|
||||
datetime: Temps
|
||||
delivery: Réapprovisionnement
|
||||
new_quantity: Nouveau stock
|
||||
order: Commande
|
||||
reason: Raison
|
||||
stock_changes: Afficher l'historique pour "%{article_name}"
|
||||
stock_taking: Inventaire
|
||||
index:
|
||||
article:
|
||||
article: Article
|
||||
|
|
@ -1765,6 +1528,15 @@ fr:
|
|||
new:
|
||||
search_text: ! 'Rechercher des articles dans tous les catalogues:'
|
||||
title: Ajouter un article au stock
|
||||
show:
|
||||
change_quantity: Modification
|
||||
datetime: Temps
|
||||
delivery: Réapprovisionnement
|
||||
new_quantity: Nouveau stock
|
||||
order: Commande
|
||||
reason: Raison
|
||||
stock_changes: Afficher l'historique
|
||||
stock_taking: Inventaire
|
||||
stock_create:
|
||||
notice: L'article a été sauvegardé.
|
||||
stock_update:
|
||||
|
|
@ -1804,11 +1576,6 @@ fr:
|
|||
show_deliveries: Afficher tous les réapprovisionnements
|
||||
update:
|
||||
notice: Les données du_de la fournisseurE ont été mises à jour
|
||||
support:
|
||||
array:
|
||||
last_word_connector: et
|
||||
two_words_connector: et
|
||||
words_connector: ! ','
|
||||
tasks:
|
||||
accept:
|
||||
notice: Tu as accepté ce boulot
|
||||
|
|
@ -1868,8 +1635,8 @@ fr:
|
|||
show:
|
||||
accept_task: Te charger de ce boulot.
|
||||
confirm_delete_group: Veux-tu vraiment supprimer ce boulot hebdomadaire?
|
||||
confirm_delete_single:
|
||||
delete_group: Supprimer ce boulot
|
||||
due_date: Echéance
|
||||
hours: ! '%{count}h'
|
||||
mark_done: Marquer comme effectué
|
||||
reject_task: Refuser ce boulot
|
||||
|
|
@ -1886,18 +1653,10 @@ fr:
|
|||
workgroup:
|
||||
title: Agenda de l'%{workgroup}
|
||||
title_all: Boulot prévu pour l'équipe
|
||||
time:
|
||||
am: le matin
|
||||
formats:
|
||||
default: ! '%A, %d. %B %Y, %Hh%M'
|
||||
long: ! '%A, %d. %B %Y, %Hh%M'
|
||||
short: ! '%d. %B, %Hh%M '
|
||||
pm: après-midi
|
||||
ui:
|
||||
close: Fermer
|
||||
delete: Supprimer
|
||||
edit: Modifier
|
||||
history: Afficher l'historique
|
||||
marks:
|
||||
close: ! '×'
|
||||
success: <i class="icon icon-ok"></i>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
17
config/locales/overrides.yml
Normal file
17
config/locales/overrides.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# This file contains overrides that do not go through localeapp.
|
||||
# If there's a key in one language, it forces presence in other languages
|
||||
# which means that we can't override in specific languages only. This file
|
||||
# makes that possible.
|
||||
en:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
unit: ! '€ '
|
||||
nl:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: ! ' '
|
||||
unit: ! '€ '
|
||||
format:
|
||||
delimiter: ! ' '
|
||||
Loading…
Add table
Add a link
Reference in a new issue