also translate mail subjects
This commit is contained in:
parent
305ae9b5c0
commit
0c94ef5912
3 changed files with 20 additions and 7 deletions
|
|
@ -2,6 +2,7 @@ de:
|
|||
mailer:
|
||||
dateformat: '%d. %b'
|
||||
feedback:
|
||||
subject: 'Feedback von %{email}'
|
||||
header: '%{user} schrieb am %{date}:'
|
||||
foodsoft_message:
|
||||
footer: |
|
||||
|
|
@ -9,6 +10,7 @@ de:
|
|||
Nachricht online einsehen: %{msg_url}
|
||||
Nachrichten-Einstellungen: %{profile_url}
|
||||
invite:
|
||||
subject: 'Einlading in die Foodcoop'
|
||||
text: |
|
||||
Hallo!
|
||||
|
||||
|
|
@ -18,6 +20,7 @@ de:
|
|||
|
||||
Grüße sendet die Foodsoft!
|
||||
negative_balance:
|
||||
subject: 'Gruppenkonto im Minus'
|
||||
text: |
|
||||
Liebe %{group},
|
||||
|
||||
|
|
@ -29,6 +32,7 @@ de:
|
|||
|
||||
Viele Grüße von %{foodcoop}
|
||||
not_enough_users_assigned:
|
||||
subject: '"%{task}" braucht noch Leute!'
|
||||
text: |
|
||||
Liebe(r) %{user},
|
||||
|
||||
|
|
@ -41,6 +45,7 @@ de:
|
|||
|
||||
Deine Aufgaben: %{user_tasks_url}
|
||||
order_result:
|
||||
subject: 'Bestellung beendet: %{name}'
|
||||
text0: |
|
||||
Liebe %{ordergroup},
|
||||
|
||||
|
|
@ -54,6 +59,7 @@ de:
|
|||
|
||||
Viele Grüße von %{foodcoop}
|
||||
reset_password:
|
||||
subject: 'Neues Password für %{username}'
|
||||
text: |
|
||||
Hallo %{user},
|
||||
|
||||
|
|
@ -65,6 +71,7 @@ de:
|
|||
|
||||
Grüße sendet die Foodsoft! :)
|
||||
upcoming_tasks:
|
||||
subject: 'Aufgaben werden fällig!'
|
||||
text0: |
|
||||
Liebe(r) %{user},
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ en:
|
|||
mailer:
|
||||
dateformat: '%d %b'
|
||||
feedback:
|
||||
subject: 'Feedback from %{email}'
|
||||
header: '%{user} wrote at %{date}:'
|
||||
foodsoft_message:
|
||||
footer: |
|
||||
|
|
@ -9,6 +10,7 @@ en:
|
|||
See message online: %{msg_url}
|
||||
Messaging options: %{profile_url}
|
||||
invite:
|
||||
subject: 'Invitation to the Foodcoop'
|
||||
text: |
|
||||
Hi!
|
||||
|
||||
|
|
@ -18,6 +20,7 @@ en:
|
|||
|
||||
Greetings, your Foodsoft Team!
|
||||
negative_balance:
|
||||
subject: 'Negative account balance'
|
||||
text: |
|
||||
Dear %{group},
|
||||
|
||||
|
|
@ -29,6 +32,7 @@ en:
|
|||
|
||||
Kind regards from %{foodcoop}.
|
||||
not_enough_users_assigned:
|
||||
subject: '"%{task}" still needs people!'
|
||||
text: |
|
||||
Dear %{user},
|
||||
|
||||
|
|
@ -54,6 +58,7 @@ en:
|
|||
|
||||
Kind regards from %{foodcoop}.
|
||||
reset_password:
|
||||
subject: 'New password for %{username}'
|
||||
text: |
|
||||
Hi %{user},
|
||||
|
||||
|
|
@ -64,6 +69,7 @@ en:
|
|||
|
||||
Greetings, your Foodsoft Team!
|
||||
upcoming_tasks:
|
||||
subject: 'Tasks are due!'
|
||||
text0: |
|
||||
Dear %{user},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue