add en translation foodcop, navigation
This commit is contained in:
parent
ae727576dd
commit
0b66fe6d62
2 changed files with 71 additions and 0 deletions
35
config/locales/en/en.foodcoop.yml
Normal file
35
config/locales/en/en.foodcoop.yml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
en:
|
||||||
|
foodcoop:
|
||||||
|
ordergroups:
|
||||||
|
index:
|
||||||
|
title: 'Ordergroups'
|
||||||
|
name: Name ...
|
||||||
|
only_active: 'Only active groups'
|
||||||
|
only_active_desc: '(has placed order at least once in the last 3 months)'
|
||||||
|
ordergroups:
|
||||||
|
name: 'Name'
|
||||||
|
user: 'Users'
|
||||||
|
last_ordered: 'Last ordered'
|
||||||
|
users:
|
||||||
|
index:
|
||||||
|
title: 'Users'
|
||||||
|
body:
|
||||||
|
<p>Here you can write a message to the members of your Foodcoop.</p>
|
||||||
|
<p>You have to approve in your %{profile_link} that your contact details are visible.</p>
|
||||||
|
profile_link: 'options'
|
||||||
|
ph_name: Name ...
|
||||||
|
ph_ordergroup: Order group ...
|
||||||
|
workgroups:
|
||||||
|
index:
|
||||||
|
title: 'Working groups'
|
||||||
|
body:
|
||||||
|
<p>Editing a group is just available to members of the group.<br/>
|
||||||
|
If you want to join a group, please send the members a message. </p>
|
||||||
|
edit:
|
||||||
|
title: 'Edit group'
|
||||||
|
invite_new: 'You can invite new members %{invite_link}.'
|
||||||
|
invite_link: 'here'
|
||||||
|
or_cancel: 'or cancel'
|
||||||
|
workgroup:
|
||||||
|
show_tasks: 'Show all tasks'
|
||||||
|
edit: 'Edit group'
|
36
config/locales/en/en.navigation.yml
Normal file
36
config/locales/en/en.navigation.yml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
en:
|
||||||
|
# for config/navigation.rb
|
||||||
|
navigation:
|
||||||
|
dashboard: 'Dashboard'
|
||||||
|
foodcoop: 'Foodcoop'
|
||||||
|
members: 'Members'
|
||||||
|
workgroups: 'Workgroups'
|
||||||
|
ordergroups: 'Ordergroups'
|
||||||
|
messages: 'Messages'
|
||||||
|
tasks: 'Tasks'
|
||||||
|
wiki:
|
||||||
|
title: 'Wiki'
|
||||||
|
home: 'Home'
|
||||||
|
all_pages: 'All Pages'
|
||||||
|
orders:
|
||||||
|
title: 'Orders'
|
||||||
|
ordering: 'Place order!'
|
||||||
|
archive: 'My Orders'
|
||||||
|
manage: 'Manage orders'
|
||||||
|
articles:
|
||||||
|
title: 'Articles'
|
||||||
|
suppliers: 'Suppliers/articles'
|
||||||
|
stock: 'Stock'
|
||||||
|
categories: 'Categories'
|
||||||
|
finances:
|
||||||
|
title: 'Finances'
|
||||||
|
home: 'Overview'
|
||||||
|
accounts: 'Manage accounts'
|
||||||
|
balancing: 'Account orders'
|
||||||
|
invoices: 'Invoices'
|
||||||
|
admin:
|
||||||
|
title: 'Administration'
|
||||||
|
home: 'Overview'
|
||||||
|
users: 'Users'
|
||||||
|
ordergroups: 'Ordergroups'
|
||||||
|
workgroups: 'Workgroups'
|
Loading…
Reference in a new issue