localeapp roundtrip
This commit is contained in:
parent
17bbb0705b
commit
3574f239c6
4 changed files with 72 additions and 40 deletions
|
@ -214,9 +214,9 @@ de:
|
||||||
name: Name
|
name: Name
|
||||||
application:
|
application:
|
||||||
controller:
|
controller:
|
||||||
error_denied:
|
|
||||||
error_authn:
|
error_authn:
|
||||||
error_members_only: 'Diese Aktion ist nur für Mitglieder der Gruppe erlaubt!'
|
error_denied:
|
||||||
|
error_members_only: Diese Aktion ist nur für Mitglieder der Gruppe erlaubt!
|
||||||
article_categories:
|
article_categories:
|
||||||
create:
|
create:
|
||||||
notice: Die Kategorie wurde gespeichert
|
notice: Die Kategorie wurde gespeichert
|
||||||
|
@ -654,7 +654,7 @@ de:
|
||||||
notice: Die Transaktion wurde gespeichert.
|
notice: Die Transaktion wurde gespeichert.
|
||||||
create_collection:
|
create_collection:
|
||||||
alert: ! 'Ein Fehler ist aufgetreten: %{error}'
|
alert: ! 'Ein Fehler ist aufgetreten: %{error}'
|
||||||
error_note_required: ! 'Notiz wird benötigt!'
|
error_note_required: Notiz wird benötigt!
|
||||||
notice: Alle Transaktionen wurden gespeichert.
|
notice: Alle Transaktionen wurden gespeichert.
|
||||||
index:
|
index:
|
||||||
balance: ! 'Kontostand: %{balance}'
|
balance: ! 'Kontostand: %{balance}'
|
||||||
|
|
|
@ -214,9 +214,9 @@ en:
|
||||||
name: name
|
name: name
|
||||||
application:
|
application:
|
||||||
controller:
|
controller:
|
||||||
error_denied: 'Access denied!'
|
error_authn: Authentication required!
|
||||||
error_authn: 'Authentication required!'
|
error_denied: Access denied!
|
||||||
error_members_only: 'This action is only available to members of the group!'
|
error_members_only: This action is only available to members of the group!
|
||||||
article_categories:
|
article_categories:
|
||||||
create:
|
create:
|
||||||
notice: Category was stored
|
notice: Category was stored
|
||||||
|
@ -658,7 +658,7 @@ en:
|
||||||
notice: The transaction was saved.
|
notice: The transaction was saved.
|
||||||
create_collection:
|
create_collection:
|
||||||
alert: ! 'An error occured: %{error}'
|
alert: ! 'An error occured: %{error}'
|
||||||
error_note_required: ! 'Note is required!'
|
error_note_required: Note is required!
|
||||||
notice: All transactions were saved.
|
notice: All transactions were saved.
|
||||||
index:
|
index:
|
||||||
balance: ! 'Balance of account: %{balance}'
|
balance: ! 'Balance of account: %{balance}'
|
||||||
|
@ -905,7 +905,7 @@ en:
|
||||||
warning: Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order!
|
warning: Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order!
|
||||||
changes_saved: Changes saved.
|
changes_saved: Changes saved.
|
||||||
index:
|
index:
|
||||||
due_date_format: ! '%A %d %b'
|
due_date_format: ! '%A %d %B'
|
||||||
messages:
|
messages:
|
||||||
title: Newest Messages
|
title: Newest Messages
|
||||||
view_all: See all messages
|
view_all: See all messages
|
||||||
|
|
|
@ -212,6 +212,11 @@ fr:
|
||||||
workgroups:
|
workgroups:
|
||||||
members: membres
|
members: membres
|
||||||
name: nom
|
name: nom
|
||||||
|
application:
|
||||||
|
controller:
|
||||||
|
error_authn:
|
||||||
|
error_denied:
|
||||||
|
error_members_only:
|
||||||
article_categories:
|
article_categories:
|
||||||
create:
|
create:
|
||||||
notice: La catégorie a bien été définie.
|
notice: La catégorie a bien été définie.
|
||||||
|
@ -655,10 +660,12 @@ fr:
|
||||||
create:
|
create:
|
||||||
notice: La facture a bien été définie.
|
notice: La facture a bien été définie.
|
||||||
financial_transactions:
|
financial_transactions:
|
||||||
|
controller:
|
||||||
create:
|
create:
|
||||||
notice: La transaction a été sauvegardée.
|
notice: La transaction a été sauvegardée.
|
||||||
create_collection:
|
create_collection:
|
||||||
alert: ! 'Une erreur s''est produite: %{error}'
|
alert: ! 'Une erreur s''est produite: %{error}'
|
||||||
|
error_note_required:
|
||||||
notice: Les transactions ont été sauvegardées.
|
notice: Les transactions ont été sauvegardées.
|
||||||
index:
|
index:
|
||||||
balance: ! 'Solde: %{balance}'
|
balance: ! 'Solde: %{balance}'
|
||||||
|
|
|
@ -212,6 +212,11 @@ nl:
|
||||||
workgroups:
|
workgroups:
|
||||||
members: leden
|
members: leden
|
||||||
name: naam
|
name: naam
|
||||||
|
application:
|
||||||
|
controller:
|
||||||
|
error_authn: Inloggen vereist.
|
||||||
|
error_denied: Geen toegang.
|
||||||
|
error_members_only: Deze actie is alleen beschikbaar voor leden van de groep!
|
||||||
article_categories:
|
article_categories:
|
||||||
create:
|
create:
|
||||||
notice: Categorie is opgeslagen
|
notice: Categorie is opgeslagen
|
||||||
|
@ -645,10 +650,12 @@ nl:
|
||||||
create:
|
create:
|
||||||
notice: Rekening is gemaakt
|
notice: Rekening is gemaakt
|
||||||
financial_transactions:
|
financial_transactions:
|
||||||
|
controller:
|
||||||
create:
|
create:
|
||||||
notice: De transactie is opgeslagen.
|
notice: De transactie is opgeslagen.
|
||||||
create_collection:
|
create_collection:
|
||||||
alert:
|
alert:
|
||||||
|
error_note_required: Notitie ontbreekt.
|
||||||
notice: Alle transacties zijn opgeslagen.
|
notice: Alle transacties zijn opgeslagen.
|
||||||
index:
|
index:
|
||||||
balance: ! 'Tegoed: %{balance}'
|
balance: ! 'Tegoed: %{balance}'
|
||||||
|
@ -668,8 +675,8 @@ nl:
|
||||||
sidebar:
|
sidebar:
|
||||||
title:
|
title:
|
||||||
ordergroup:
|
ordergroup:
|
||||||
remove:
|
remove: Verwijderen
|
||||||
remove_group:
|
remove_group: Huishouden verwijderen
|
||||||
transactions:
|
transactions:
|
||||||
amount: Bedrag
|
amount: Bedrag
|
||||||
date: Datum
|
date: Datum
|
||||||
|
@ -856,7 +863,7 @@ nl:
|
||||||
title: Lopende bestellingen
|
title: Lopende bestellingen
|
||||||
update:
|
update:
|
||||||
error_general:
|
error_general:
|
||||||
error_stale:
|
error_stale: In de tussentijd heeft iemand anders ook bestelt, daarom kon je bestelling niet opgeslagen worden. Sorry!
|
||||||
notice: De bestelling is opgeslagen.
|
notice: De bestelling is opgeslagen.
|
||||||
helpers:
|
helpers:
|
||||||
application:
|
application:
|
||||||
|
@ -890,19 +897,19 @@ nl:
|
||||||
home:
|
home:
|
||||||
apple_bar:
|
apple_bar:
|
||||||
desc:
|
desc:
|
||||||
more_info:
|
more_info: Meer informatie
|
||||||
points:
|
points:
|
||||||
warning:
|
warning:
|
||||||
changes_saved: Wijzigingen opgeslagen.
|
changes_saved: Wijzigingen opgeslagen.
|
||||||
index:
|
index:
|
||||||
due_date_format:
|
due_date_format: ! '%A %d %B'
|
||||||
messages:
|
messages:
|
||||||
title:
|
title:
|
||||||
view_all:
|
view_all:
|
||||||
my_ordergroup:
|
my_ordergroup:
|
||||||
funds:
|
funds: ! '| Beschikbaar tegoed:'
|
||||||
last_update:
|
last_update: Laatst gewijzigd %{when} geleden
|
||||||
title:
|
title: Mijn huishouden
|
||||||
transactions:
|
transactions:
|
||||||
amount: Bedrag
|
amount: Bedrag
|
||||||
note: Notitie
|
note: Notitie
|
||||||
|
@ -913,13 +920,13 @@ nl:
|
||||||
ordergroup:
|
ordergroup:
|
||||||
title:
|
title:
|
||||||
tasks_move:
|
tasks_move:
|
||||||
action:
|
action: Taken op je nemen/annuleren
|
||||||
desc:
|
desc: Je bent voor de volgende taken verantwoordelijk.
|
||||||
title:
|
title: Taken op je nemen
|
||||||
tasks_open:
|
tasks_open:
|
||||||
action:
|
action: open taken
|
||||||
desc:
|
desc: Er zijn %{size}
|
||||||
title:
|
title: open taken
|
||||||
title: Beginpagina
|
title: Beginpagina
|
||||||
your_tasks: Jouw taken
|
your_tasks: Jouw taken
|
||||||
no_ordergroups: Jammergenoeg ben je niet aangesloten bij een huishouden.
|
no_ordergroups: Jammergenoeg ben je niet aangesloten bij een huishouden.
|
||||||
|
@ -946,7 +953,7 @@ nl:
|
||||||
admin:
|
admin:
|
||||||
finances:
|
finances:
|
||||||
accounts: Tegoeden bijwerken
|
accounts: Tegoeden bijwerken
|
||||||
settle:
|
settle: Bestelling afrekenen
|
||||||
title: Financiën
|
title: Financiën
|
||||||
foodcoop: Foodcoop
|
foodcoop: Foodcoop
|
||||||
members: Leden
|
members: Leden
|
||||||
|
@ -1051,13 +1058,31 @@ nl:
|
||||||
|
|
||||||
Vriendelijke groet van %{foodcoop}.'
|
Vriendelijke groet van %{foodcoop}.'
|
||||||
reset_password:
|
reset_password:
|
||||||
subject:
|
subject: Nieuw wachtwoord voor %{username}
|
||||||
text:
|
text: ! 'Beste %{user},
|
||||||
|
|
||||||
|
|
||||||
|
Jij (of iemand anders) heeft een nieuw wachtwoord aangevraagd voor het foodcoop ordersysteem.
|
||||||
|
|
||||||
|
Ga naar de volgende pagina om een nieuw wachtwoord in te voeren: %{link}
|
||||||
|
|
||||||
|
Dit kan slechts éenmaal gedaan worden, en op zijn laatst op %{expires}.
|
||||||
|
|
||||||
|
Wanneer je je wachtwoord niet wilt veranderen, hoef je niets te doen; dan blijft je huidige wachtwoord geldig.
|
||||||
|
|
||||||
|
|
||||||
|
Groeten van je foodcoop!'
|
||||||
upcoming_tasks:
|
upcoming_tasks:
|
||||||
nextweek:
|
nextweek: ! 'Taken voor komende week:'
|
||||||
subject:
|
subject: Er is een taak te doen!
|
||||||
text0:
|
text0: ! 'Beste %{user},
|
||||||
text1:
|
|
||||||
|
|
||||||
|
Je bent opgegeven voor "%{task}". Deze taak is morgen te vervullen (%{when})!'
|
||||||
|
text1: ! 'Mijn taken: %{user_tasks_url}
|
||||||
|
|
||||||
|
|
||||||
|
Groeten van %{foodcoop}.'
|
||||||
messages:
|
messages:
|
||||||
create:
|
create:
|
||||||
notice: Bericht is opgeslagen en wordt verzonden.
|
notice: Bericht is opgeslagen en wordt verzonden.
|
||||||
|
|
Loading…
Reference in a new issue