diff --git a/config/locales/en/en.foodcoop.yml b/config/locales/en/en.foodcoop.yml new file mode 100644 index 00000000..f14d08f7 --- /dev/null +++ b/config/locales/en/en.foodcoop.yml @@ -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: +

Here you can write a message to the members of your Foodcoop.

+

You have to approve in your %{profile_link} that your contact details are visible.

+ profile_link: 'options' + ph_name: Name ... + ph_ordergroup: Order group ... + workgroups: + index: + title: 'Working groups' + body: +

Editing a group is just available to members of the group.
+ If you want to join a group, please send the members a message.

+ 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' diff --git a/config/locales/en/en.navigation.yml b/config/locales/en/en.navigation.yml new file mode 100644 index 00000000..c2ec6934 --- /dev/null +++ b/config/locales/en/en.navigation.yml @@ -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'