From 0d309af5f692f131672a0e36bd4cc059955cdfa3 Mon Sep 17 00:00:00 2001 From: wvengen Date: Tue, 28 Jun 2016 20:43:53 +0200 Subject: [PATCH] Update translations from localeapp --- config/locales/de.yml | 90 ++++++++++++++++++++++++++++++++++++++++++- config/locales/en.yml | 86 +++++++++++++++++++++++++++++++++++++++++ config/locales/fr.yml | 88 +++++++++++++++++++++++++++++++++++++++++- config/locales/nl.yml | 90 ++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 349 insertions(+), 5 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 7ccceecb..6a12ed2e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -37,6 +37,12 @@ de: delivered_on: Lieferdatum note: Notiz supplier: Lieferantin + document: + created_at: Erstellt am + created_by_user_id: Erstellt von + data: Daten + mime: MIME-Typ + name: Name financial_transaction: amount: Betrag created_on: Datum @@ -76,7 +82,7 @@ de: send_to_all: An alle Mitglieder schicken subject: Betreff order: - boxfill: + boxfill: Kisten füllen nach closed_by: Abgerechnet von created_by: Erstellt von ends: Endet am @@ -104,7 +110,7 @@ de: account_balance: Kontostand available_funds: Verfügbares Guthaben break: "(Letzte) Pause" - break_until: + break_until: bis contact: Kontakt contact_address: Adresse contact_person: Kontaktperson @@ -510,6 +516,8 @@ de: tolerance_is_costly: Eine möglichst große Menge im Rahmen der Tolerenz bestellen. Wenn dies nicht aktiviert ist, wird im Rahmen der Toleranz nur so viel bestellt, dass damit komplette Einheiten (Boxen) bestellt werden können. Die Option wirkt sich auch auf die Toleranz des Gesamtpreises einer offenen Mitgliederbestellung aus. use_apple_points: Wenn das Apfel Punktesystem aktiviert ist, ist es erforderlich, dass Mitglieder Aufgaben erledigen um bestellen zu können. use_boxfill: + use_current_orders: + use_documents: Einfache Dokumentenverwaltung aktivieren use_messages: Den Mitgliedern erlauben, miteinander innerhalb Foodsoft zu kommunizieren use_nick: Benutzernamen anstatt reale Namen zeigen und verwenden, jeder Benutzer muss dazu einen Benutzernamen (Spitznamen) haben. use_wiki: "Änderbare Wiki Seiten aktivieren" @@ -559,6 +567,8 @@ de: tolerance_is_costly: Bestelltoleranz maximal ausnutzen, um möglichst große Mengen zu bestellen use_apple_points: Apfelpunkte verwenden use_boxfill: + use_current_orders: + use_documents: Dokumente verwenden use_messages: Nachrichten use_nick: Benutzernamen verwenden use_wiki: Wiki verwenden @@ -572,6 +582,54 @@ de: others: Sonstiges payment: Finanzen tasks: Aufgaben + current_orders: + articles: + article: + counts: "%{ordergroups} Bestellgruppen bestellten %{articles} verschiedene Produkte." + no_selection: + article_info: + from: von %{supplier} + origin_in: in %{origin} + supplied_and_made_by: produziert von %{manufacturer} + supplied_by: von %{supplier} + supplied_by_made_by: von %{supplier} produziert von %{manufacturer} + unit: pro %{unit} + form: + article_placeholder: Artikel suchen... + current_orders: Alle Aktuelle Bestellungen + index: + title: Artikel verteilen + ordergroups: + add_new: Bestellgruppe hinzufügen + piece: St. + unit: Einheit + show: + title: "%{name}" + group_orders: + index: + title: Deine Aktuelle Bestellungen + navigation: + articles: Verteilen + ordergroups: Gruppenbestellungen + receive: In Empfang nehmen + ordergroups: + articles: + add_new: Artikel hinzufügen... + no_selection: Wahl eine Bestellgruppe um die Artikel zu zeigen. + form: + ordergroup_placeholder: Bestellgruppe auswählen... + index: + title: Artikel für Bestellgruppe + payment_bar: + account_balance: Kontostand + new_transaction: Neue Transaktion + payment: 'Zahlung:' + show: + title: Artikel für %{name} + orders: + receive: + no_finished_orders: Jetzt gibt es keine Bestellungen in Empfang zu nehmen. + title: Bestellungen in Empfang nehmen deliveries: add_stock_change: how_many_units: Wie viele Einheiten (%{unit}) des Artikels »%{name}« liefern? @@ -613,6 +671,24 @@ de: update: notice: Lieferung wurde aktualisiert. documents: + create: + error: 'Dokument konnte nicht erstellt werden: %{error}' + notice: Dokument wurde erstellt + destroy: + error: 'Dokument konnt nicht gelöscht werden: %{error}' + no_right: Du hast nicht genügend Rechte um die Datei zu löschen + notice: Dokument wurde gelöscht + index: + new: Neues Dokument anlegen + title: Dokumente + multiple_orders_by_articles: + filename: Artikelsortierung aktueller Bestellungen + title: Aktuelle Bestellungen - Artikelsortierung + multiple_orders_by_groups: + filename: Gruppensortierung aktueller Bestellungen + title: Aktuelle Bestellungen - Gruppensortierung + new: + title: Neues Dokument order_by_articles: filename: Bestellung %{name}-%{date} - Artikelsortierung rows: @@ -928,6 +1004,10 @@ de: role_suppliers: Lieferanten show_google_maps: Show it on Google maps sort_by: Nach %{text} sortieren + current_orders: + pay_amount: zu bezahlen %{amount} + pay_done: vollständig bezahlt + pay_none: nichts zu bezahlen deliveries: new_invoice: Rechnung anlegen show_invoice: Rechnung anzeigen @@ -1026,6 +1106,11 @@ de: body: "

Hier kannst du eine Person in die Gruppe %{group} einladen, die noch nicht Mitglied der Foodcoop ist.

" success: Benutzer/in wurde erfolgreich eingeladen. js: + current_orders: + articles: + above: "%{count} mehr
als verfügbar" + below: "%{count} übrig" + equal: alle verteilt ordering: confirm_change: "Änderungen an dieser Bestellung gehen verloren, wenn zu einer anderen Bestellung gewechselt wird. Möchtest Du trotzdem wechseln?" layouts: @@ -1213,6 +1298,7 @@ de: suppliers: Lieferanten/Artikel title: Artikel dashboard: Dashboard + documents: Dokumente finances: accounts: Konten verwalten balancing: Bestellungen abrechnen diff --git a/config/locales/en.yml b/config/locales/en.yml index 7c0146f8..c8e6af59 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -37,6 +37,12 @@ en: delivered_on: Delivery date note: Note supplier: Supplier + document: + created_at: Created at + created_by_user_id: Created by + data: Data + mime: MIME type + name: Name financial_transaction: amount: Amount created_on: Date @@ -512,6 +518,8 @@ en: tolerance_is_costly: Order as much of the member tolerance as possible (compared to only as much needed to fill the last box). Enabling this also includes the tolerance in the total price of the open member order. use_apple_points: When the apple point system is enabled, members are required to do some tasks to be able to keep ordering. use_boxfill: When enabled, near end of an order, members are only able to change their order when increases the total amount ordered. This helps to fill any remaining boxes. You still need to set a box-fill date for the orders. + use_current_orders: Enable the current_orders plugin. Allows members with the order permission to change member amounts in multiple orders, using three new screens in the Orders menu. Especially useful for pick-up days. + use_documents: Add a basic document sharing page to the foodcoop menu. use_messages: Allow members to communicate with each other within Foodsoft. use_nick: Show and use nicknames instead of real names. When enabling this, please check that each user has a nickname. use_wiki: Enable editable wiki pages. @@ -561,6 +569,8 @@ en: tolerance_is_costly: Tolerance is costly use_apple_points: Apple points use_boxfill: Box-fill phase + use_current_orders: Extra distribute screens + use_documents: Enable documents use_messages: Messages use_nick: Use nicknames use_wiki: Enable wiki @@ -574,6 +584,54 @@ en: others: Other payment: Finances tasks: Tasks + current_orders: + articles: + article: + counts: "%{ordergroups} ordergroups ordered %{articles} different articles." + no_selection: Choose an article to show who ordered it, or download pick lists at the right. + article_info: + from: from %{supplier} + origin_in: in %{origin} + supplied_and_made_by: made by %{manufacturer} + supplied_by: from %{supplier} + supplied_by_made_by: from %{supplier} made by %{manufacturer} + unit: per %{unit} + form: + article_placeholder: Search articles... + current_orders: All current orders + index: + title: Distribute articles + ordergroups: + add_new: Add an ordergroup... + piece: pc + unit: unit + show: + title: "%{name}" + group_orders: + index: + title: Your current orders + navigation: + articles: Distribute + ordergroups: Member orders + receive: Receive + ordergroups: + articles: + add_new: Add an article... + no_selection: Choose an ordergroup to show the articles. + form: + ordergroup_placeholder: Choose an ordergroup... + index: + title: Articles for ordergroup + payment_bar: + account_balance: Account balance + new_transaction: New transaction + payment: 'Payment:' + show: + title: Articles for %{name} + orders: + receive: + no_finished_orders: There are currently no orders to receive. + title: Receive orders deliveries: add_stock_change: how_many_units: 'How many units (%{unit}) to deliver? Stock article name: %{name}.' @@ -615,6 +673,24 @@ en: update: notice: Delivery was updated. documents: + create: + error: 'Document could not be created: %{error}' + notice: Document was created + destroy: + error: 'Document could not be deleted: %{error}' + no_right: You do not have enough rights to delete the document + notice: Document was deleted + index: + new: Upload new document + title: Documents + multiple_orders_by_articles: + filename: Current orders sorted by article + title: Current orders - by article + multiple_orders_by_groups: + filename: Current orders sorted by group + title: Current orders - by group + new: + title: New Document order_by_articles: filename: Order %{name}-%{date} - by articles rows: @@ -930,6 +1006,10 @@ en: role_suppliers: Suppliers show_google_maps: Show it on Google maps sort_by: Sort by %{text} + current_orders: + pay_amount: To pay %{amount} + pay_done: Fully paid + pay_none: Nothing to pay deliveries: new_invoice: New invoice show_invoice: Show invoice @@ -1028,6 +1108,11 @@ en: body: "

Here you can add a person to the group %{group}, who is not yet a member of the foodcoop.

" success: User was invited successfully. js: + current_orders: + articles: + above: "%{count} more
than available" + below: "%{count} left over" + equal: all distributed 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: @@ -1222,6 +1307,7 @@ en: suppliers: Suppliers/articles title: Articles dashboard: Dashboard + documents: Documents finances: accounts: Manage accounts balancing: Account orders diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 9bc20461..4b7d4ea6 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -37,6 +37,12 @@ fr: delivered_on: Date de réapprovisionnement note: Note supplier: Fournisseur-e + document: + created_at: + created_by_user_id: + data: + mime: + name: financial_transaction: amount: Montant created_on: Date @@ -510,6 +516,8 @@ fr: tolerance_is_costly: use_apple_points: use_boxfill: + use_current_orders: + use_documents: use_messages: use_nick: use_wiki: @@ -559,6 +567,8 @@ fr: tolerance_is_costly: use_apple_points: use_boxfill: + use_current_orders: + use_documents: use_messages: use_nick: use_wiki: @@ -572,6 +582,54 @@ fr: others: payment: tasks: + current_orders: + articles: + article: + counts: + no_selection: + article_info: + from: + origin_in: + supplied_and_made_by: + supplied_by: + supplied_by_made_by: + unit: + form: + article_placeholder: + current_orders: + index: + title: + ordergroups: + add_new: + piece: + unit: + show: + title: + group_orders: + index: + title: + navigation: + articles: + ordergroups: + receive: + ordergroups: + articles: + add_new: + no_selection: + form: + ordergroup_placeholder: + index: + title: + payment_bar: + account_balance: + new_transaction: + payment: + show: + title: + orders: + receive: + no_finished_orders: + title: deliveries: add_stock_change: how_many_units: Combien d'unités (%{unit}) de l'article %{name} doivent-elles être livrées? @@ -613,6 +671,24 @@ fr: update: notice: La commande a été actualisée documents: + create: + error: + notice: + destroy: + error: + no_right: + notice: + index: + new: + title: + multiple_orders_by_articles: + filename: + title: + multiple_orders_by_groups: + filename: + title: + new: + title: order_by_articles: filename: Commande %{name}-%{date} - Trier par rows: @@ -934,6 +1010,10 @@ fr: role_suppliers: Fournisseur-e show_google_maps: Afficher la position sur Google maps sort_by: Trier par %{text} + current_orders: + pay_amount: + pay_done: + pay_none: deliveries: new_invoice: Ajouter une nouvelle facture show_invoice: Afficher la facture @@ -1037,6 +1117,11 @@ fr: body: "

Sur cette page, tu peux engrainer une personne qui ne fait pas encore partie de la Boufcoop à rejoindre la cellule %{group}" success: La_le membre a été engrainéE avec succès! js: + current_orders: + articles: + above: + below: + equal: ordering: confirm_change: Les changements apportés à cette commande vont être perdus. Est-ce que tu veux vraiment continuer? layouts: @@ -1199,7 +1284,7 @@ fr: delivery: each_stock_article_must_be_unique: Chaque article du cellier ne peut apparaître qu'une seule fois dans la commande. group_order: - stock_ordergroup_name: + stock_ordergroup_name: Cellier (%{user}) invoice: invalid_mime: membership: @@ -1224,6 +1309,7 @@ fr: suppliers: Annuaire title: Produits dashboard: Tableau de bord + documents: finances: accounts: Crédits des cellules balancing: Décompte des commandes diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 31283d96..2279783b 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -37,6 +37,12 @@ nl: delivered_on: Leverdatum note: Notitie supplier: Leverancier + document: + created_at: Upload op + created_by_user_id: Upload door + data: Data + mime: MIME-type + name: Naam financial_transaction: amount: Bedrag created_on: Datum @@ -58,7 +64,7 @@ nl: created_at: Gemaakt op created_by: Gemaakt door date: Factuurdatum - delete_attachment: Bijlage verwijderen + delete_attachment: Verwijder bijlage deliveries: Levering deposit: Statiegeld in rekening gebracht deposit_credit: Statiegeld teruggekregen @@ -335,7 +341,7 @@ nl: error_authn: Inloggen vereist. error_denied: Je hebt geen toegang tot de gevraagde pagina. Als je denkt dat je dat wel zou moeten hebben, vraag dan een beheerder je die rechten te geven. Als je meerdere accounts hebt, wil je mogelijk %{sign_in}. error_denied_sign_in: inloggen als een andere gebruiker - error_feature_disabled: Deze functie is momenteel niet actief. + error_feature_disabled: Deze optie is momenteel niet actief. error_members_only: Deze actie is alleen beschikbaar voor leden van de groep! error_token: Geen toegang (ongeldig token)! article_categories: @@ -510,6 +516,8 @@ nl: tolerance_is_costly: Bestel zoveel artikelen als mogelijk in de tolerantie (in plaats van net genoeg om de laatste doos te vullen). Dit zorgt er ook voor dat de tolerantie in de prijs van open ledenbestellingen wordt meegenomen. use_apple_points: Wanneer het appelpunten systeem is geactiveerd, kunnen leden slechts bestellen wanneer ze meewerken aan taken. use_boxfill: Wanneer dit aan staat, kunnen gebruikers aan het einde van de bestelfase hun bestelling alleen wijzigen als het de totale bestelling vergroot. Dit helpt om dozen te vullen. Bij de bestelling moet nog wel de dozen-vul-datum ingevuld worden. + use_current_orders: De current_orders plugin aanzetten. Hiermee kunnen leden met bestelling-toegang bestelaantallen van leden aanpassen in meerdere bestellingen tegelijk. Hiervoor zijn drie nieuwe items in het Bestellingen-menu. Bedoeld voor gebruik op een ophaaldag. + use_documents: Geeft een simpele manier om documenten te delen in het foodcoop menu. use_messages: Laat leden met elkaar communiceren door middel van berichten binnen Foodsoft. use_nick: Toon bijnamen in plaats van volledige naam. Controleer dat iedereen een bijnaam heeft wanneer je dit aanzet. use_wiki: Gebruik wiki pagina's. @@ -559,6 +567,8 @@ nl: tolerance_is_costly: Tolerantie is duur use_apple_points: Appelpunten use_boxfill: Dozen vullen fase + use_current_orders: Extra verdeelschermen + use_documents: Documenten delen use_messages: Berichten use_nick: Bijnamen gebruiken use_wiki: Wiki gebruiken @@ -572,6 +582,54 @@ nl: others: Overig payment: Financiën tasks: Taken + current_orders: + articles: + article: + counts: "%{ordergroups} huishoudens bestelden %{articles} verschillende artikelen." + no_selection: Kies een artikel om te zien wie het besteld heeft, of download verdeellijsten rechtsboven. + article_info: + from: van %{supplier} + origin_in: uit %{origin} + supplied_and_made_by: gemaakt door %{manufacturer} + supplied_by: van %{supplier} + supplied_by_made_by: van %{supplier} gemaakt door %{manufacturer} + unit: per %{unit} + form: + article_placeholder: Zoek artikelen... + current_orders: Alle huidige bestellingen + index: + title: Artikelen verdelen + ordergroups: + add_new: Huishouden toevoegen... + piece: st + unit: eenh + show: + title: "%{name} verdelen" + group_orders: + index: + title: Je huidige bestellingen + navigation: + articles: Verdelen + ordergroups: Ledenbestellingen + receive: Ontvangen + ordergroups: + articles: + add_new: Artikel toevoegen... + no_selection: Kies een huishouden om de artikelen te tonen. + form: + ordergroup_placeholder: Kies een huishouden... + index: + title: Artikelen voor huishouden + payment_bar: + account_balance: Account balance + new_transaction: Nieuwe transactie + payment: 'Betaling:' + show: + title: Artikelen voor %{name} + orders: + receive: + no_finished_orders: Er zijn momenteel geen bestellingen die ontvangen hoeven te worden. + title: Bestellingen ontvangen deliveries: add_stock_change: how_many_units: 'Hoeveel eenheden (%{unit}) leveren? Voorraadartikel: %{name}.' @@ -613,6 +671,24 @@ nl: update: notice: Levering is bijgewerkt. documents: + create: + error: 'Document kon niet gemaakt worden: %{error}' + notice: Document is gemaakt + destroy: + error: 'Document kon niet verwijderd worden: %{error}' + no_right: Je hebt niet genoeg rechten om het document te verwijderen + notice: Document is verwijderd + index: + new: Nieuw document uploaden + title: Documenten + multiple_orders_by_articles: + filename: Huidige bestellingen per artikel + title: Huidige bestellingen - per artikel + multiple_orders_by_groups: + filename: Huidige bestellingen per huishouden + title: Huidige bestellingen - per huishouden + new: + title: Nieuw document order_by_articles: filename: Bestelling %{name}-%{date} - Artikellijst rows: @@ -928,6 +1004,10 @@ nl: role_suppliers: Leveranciers show_google_maps: Op Google maps bekijken sort_by: Sorteren op %{text} + current_orders: + pay_amount: Te betalen %{amount} + pay_done: Alles betaald + pay_none: Niets te betalen deliveries: new_invoice: Nieuwe factuur show_invoice: Factuur tonen @@ -1028,6 +1108,11 @@ nl: body: "

Hier kun je iemand die nog geen lid is, uitnodigen voor de groep %{group}.

" success: Persoon is uitgenodigd. js: + current_orders: + articles: + above: "%{count} meer dan
beschikbaar" + below: "%{count} blijft over" + equal: alles verdeeld ordering: confirm_change: Als je naar een andere bestelling gaat, gaan je aanpassingen in deze bestelling verloren. Wijzigingen vergeten en naar de andere bestelling gaan? layouts: @@ -1217,6 +1302,7 @@ nl: suppliers: Leveranciers/producten title: Producten dashboard: Dashboard + documents: Documenten finances: accounts: Ledenbetalingen balancing: Bestellingen afrekenen