From 75c4e7d6f7aa29eeb3b2bd4aaeda4cf5442faa22 Mon Sep 17 00:00:00 2001 From: wvengen Date: Thu, 6 Jun 2013 01:33:41 +0200 Subject: [PATCH] move English translations to single file --- config/locales/en.yml | 1822 +++++++++++++++++++ config/locales/en/en.admin.yml | 97 - config/locales/en/en.article_categories.yml | 18 - config/locales/en/en.articles.yml | 114 -- config/locales/en/en.defaults.yml | 320 ---- config/locales/en/en.deliveries.yml | 42 - config/locales/en/en.documents.yml | 41 - config/locales/en/en.feedback.yml | 9 - config/locales/en/en.finance.yml | 170 -- config/locales/en/en.foodcoop.yml | 34 - config/locales/en/en.group_orders.yml | 97 - config/locales/en/en.home.yml | 84 - config/locales/en/en.invites.yml | 18 - config/locales/en/en.layouts.yml | 21 - config/locales/en/en.login.yml | 38 - config/locales/en/en.mailer.yml | 81 - config/locales/en/en.messages.yml | 36 - config/locales/en/en.navigation.yml | 36 - config/locales/en/en.ordergroups.yml | 11 - config/locales/en/en.orders.yml | 86 - config/locales/en/en.pages.yml | 73 - config/locales/en/en.sessions.yml | 14 - config/locales/en/en.shared.yml | 68 - config/locales/en/en.simple_form.yml | 149 -- config/locales/en/en.stock_takings.yml | 34 - config/locales/en/en.stockit.yml | 42 - config/locales/en/en.suppliers.yml | 36 - config/locales/en/en.tasks.yml | 75 - config/locales/en/en.workgroups.yml | 12 - 29 files changed, 1822 insertions(+), 1856 deletions(-) create mode 100644 config/locales/en.yml delete mode 100644 config/locales/en/en.admin.yml delete mode 100644 config/locales/en/en.article_categories.yml delete mode 100644 config/locales/en/en.articles.yml delete mode 100644 config/locales/en/en.defaults.yml delete mode 100644 config/locales/en/en.deliveries.yml delete mode 100644 config/locales/en/en.documents.yml delete mode 100644 config/locales/en/en.feedback.yml delete mode 100644 config/locales/en/en.finance.yml delete mode 100644 config/locales/en/en.foodcoop.yml delete mode 100644 config/locales/en/en.group_orders.yml delete mode 100644 config/locales/en/en.home.yml delete mode 100644 config/locales/en/en.invites.yml delete mode 100644 config/locales/en/en.layouts.yml delete mode 100644 config/locales/en/en.login.yml delete mode 100644 config/locales/en/en.mailer.yml delete mode 100644 config/locales/en/en.messages.yml delete mode 100644 config/locales/en/en.navigation.yml delete mode 100644 config/locales/en/en.ordergroups.yml delete mode 100644 config/locales/en/en.orders.yml delete mode 100644 config/locales/en/en.pages.yml delete mode 100644 config/locales/en/en.sessions.yml delete mode 100644 config/locales/en/en.shared.yml delete mode 100644 config/locales/en/en.simple_form.yml delete mode 100644 config/locales/en/en.stock_takings.yml delete mode 100644 config/locales/en/en.stockit.yml delete mode 100644 config/locales/en/en.suppliers.yml delete mode 100644 config/locales/en/en.tasks.yml delete mode 100644 config/locales/en/en.workgroups.yml diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 00000000..e1c50181 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,1822 @@ +en: + activemodel: + errors: + format: ! '%{attribute} %{message}' + general: A problem has occured. + general_again: A problem has occured. Please try again. + general_msg: ! 'A problem has occured: %{msg}' + messages: + accepted: has to be accepted + blank: has to be filled + confirmation: does not match the confirmation + empty: has to be entered + equal_to: has to be exactly %{count} + even: has to be an even number + exclusion: is not available + greater_than: has to be greater than %{count} + greater_than_or_equal_to: has to be greater than or equal to %{count} + inclusion: is not a valid value + invalid: is invalid + less_than: has to be less than %{count} + less_than_or_equal_to: has to be less than or equal to %{count} + not_a_number: is not a number + not_an_integer: must be a whole number + odd: must be odd + record_invalid: ! 'validation failed: %{errors}' + taken: is already taken + taken_with_deleted: is already taken (deleted group) + too_long: is too long (no more than %{count} characters) + too_short: is too short (use more than %{count} characters) + wrong_length: is the wrong length (has to have exactly %{count} characters) + template: + body: ! 'Please check the following fields:' + header: + one: ! 'Could not save %{model}: an error.' + other: ! 'Could not save %{model}: %{count} errors.' + activerecord: + attributes: + article: + article_category: article category + availability: Is article available? + deposit: deposit + gross_price: gross price + price: price + tax: VAT + unit: unit + unit_quantity: unit quantity + financial_transaction: + amount: amount + note: note + stock_article: + price: Price + user: + first_name: First name + password: Password + errors: + format: ! '%{attribute} %{message}' + general: A problem has occured. + general_again: A problem has occured. Please try again. + general_msg: ! 'A problem has occured: %{msg}' + has_many_left: is still associated with a %{collection}! + messages: + accepted: has to be accepted + blank: has to be filled + confirmation: does not match the confirmation + empty: has to be entered + equal_to: has to be exactly %{count} + even: has to be an even number + exclusion: is not available + greater_than: has to be greater than %{count} + greater_than_or_equal_to: has to be greater than or equal to %{count} + inclusion: is not a valid value + invalid: is invalid + less_than: has to be less than %{count} + less_than_or_equal_to: has to be less than or equal to %{count} + not_a_number: is not a number + not_an_integer: must be a whole number + odd: must be odd + record_invalid: ! 'validation failed: %{errors}' + taken: is already taken + taken_with_deleted: is already taken (deleted group) + too_long: is too long (no more than %{count} characters) + too_short: is too short (use more than %{count} characters) + wrong_length: is the wrong length (has to have exactly %{count} characters) + template: + body: ! 'Please check the following fields:' + header: + one: ! 'Could not save %{model}: an error.' + other: ! 'Could not save %{model}: %{count} errors.' + models: + article: Article + article_category: Article category + delivery: Delivery + financial_transaction: Financial transaction + invoice: Invoice + message: Message + order: Order + order_article: Order article + order_comment: Order comment + ordergroup: Ordergroup + stock_article: Stock article + stock_taking: Stock taking + supplier: Supplier + task: Task + user: User + workgroup: Workgroup + admin: + access_to: access to + actions: Actions + base: + index: + all_ordergroups: All ordergroups + all_users: All users + all_workgroups: All workgroups + created_at: created at + first_paragraph: Here you can administer Foodsoft groups and users. + groupname: group name + members: members + name: name + new_ordergroup: New ordergroup + new_user: New user + new_workgroup: New workgroup + newest_groups: newest groups + newest_users: newest users + title: Administration + type: type + username: username + confirm: Do you really want to delete %{name}? + ordergroups: + destroy: + error: + notice: + edit: + title: Edit ordergroup + form: + first_paragraph: You can invite new members %{url}. + here: here + index: + first_paragraph: Here you can add a %{url}, administer a group or delete it. + new_ordergroup: Add new ordergroup + new_ordergroups: new ordergroups + second_paragraph: ! 'Consider the difference between group and ordergroup: An ordergroup has an account and can order food. In a %{url} (for example ''sorting group'') the members coordinate with each other via tasks and messages. Users can only be in one ordergroup, but can be in multiple other groups.' + title: Ordergroup + workgroup: workgroup + new: + title: Create ordergroup + ordergroups: + address: Address + contact: Contact + members: Members + name: Name + show: + confirm: Are you sure? + edit: Edit group/member + send_message: Send message + title: Ordergroup %{name} + search_placeholder: name .. + users: + edit: + title: Edit user + index: + first_paragraph: Here you can edit users %{url}, bearbeiten and also delete them. + new_user: Create new user + new_users: Create new user + title: Admin/users + new: + title: Create new user + show: + confirm: Do you really want to kick out %{user}? + email: Email + groupabos: Group subscriptions + member_since: Member since %{time} + name: Name + nick: Nick + person: Person + phone: Phone + preference: Preferences + send_message: Send message + users: + email: email + last_login: last login + login: login + name: name + workgroups: + destroy: + error: + notice: + edit: + title: Edit workgroup + form: + first_paragraph: You can invite new members %{url}. + here: here + index: + first_paragraph: Here you can create %{url}, edit and delete them. + new_workgroup: Create new workgroup + new_workgroups: new workgroups + ordergroup: ordergroup + second_paragraph: ! 'Be aware of the difference between a group and ordergroup: A %{url} has an account and can order food. In a workgroup (for example ''sorting group'') the members coordinate with each other via tasks and messages. Users can only be in one ordergroup, but can be in multiple other groups.' + title: Workgroups + new: + title: Create workgroup + show: + confirm: Are you sure? + edit: Edit group/members + title: Workgroup %{name} + workgroups: + members: members + name: name + article_categories: + create: + notice: Category was stored + destroy: + error: ! 'Category could not be deleted: %{message}' + edit: + title: Edit category + index: + confirm_delete: Are you sure? + new: Add new category + title: Article categories + new: + title: Add new category + update: + notice: Category was updated + articles: + article: + confirm_delete: Are you sure? + last_update: ! 'last updated: %{last_update} | Gross: %{gross_price}' + articles: + confirm_delete: Do you really want to delete all selected articles? + option_available: Articles are available + option_delete: Delete article + option_not_available: Articles are not available anymore + option_select: Choose special offer ... + price_netto: Price + unit_quantity_desc: Unit quantity + unit_quantity_short: Quantity + controller: + create_from_upload: + notice: + error_invalid: + error_nosel: + error_parse: + error_update: + parse_upload: + notice: + sync: + notice: + shared_alert: + update_all: + notice: + update_sel: + notice_avail: + notice_destroy: + notice_noaction: + notice_unavail: + update_sync: + notice: + create_from_upload: + error_invalid: Articles are faulty + notice: ! '%{count} new articles were saved' + destroy_active_article: + drop: delete + note: ! '%{article} is used in current orders and can not be deleted Please first ... the article from orders %{drop_link}.' + edit_all: + note: ! 'Mandatory fields are: name, unit, (net) price and order number.' + submit: Updating all articles + title: Edit all articles from %{supplier} + warning: ! 'Warning: all articles will be updated!' + edit_all_table: + available_desc: available + available_short: avail + order_number_desc: Order number + order_number_short: Ordernr. + price_desc: Net price + price_short: Price + unit_quantity_desc: Unit quantity + unit_quantity_short: Quantity + form: + title: Add new article + import_search_results: + action_import: import + already_imported: already imported + not_found: No articles found + index: + change_supplier: Change supplier ... + edit_all: Edit all + ext_db: + import: Search/Import + sync: Synchronise + title: External databank + import: + placeholder: Name ... + restrict_region: Restrict to region only + title: Import article + new: New article + new_order: Create new order + search_placeholder: Name ... + title: Article from %{supplier} (%{count}) + upload: Upload articles + model: + error_in_use: ! '%{article} can not be deleted because the article is part of a current order!' + error_nosel: You have selected no articles + parse_upload: + body: + error_parse: ! '%{msg} ... in line %{line}' + notice: ! '%{count} articles analysed succesfully.' + submit: + title: + sync: + notice: The catalog is up to date + outlist: + body: + body_skip: + title: + price_short: + shared_alert: ! '%{supplier} is not linked to an external database' + submit: + title: + unit_quantity_short: + update: + body: + title: + update_msg: + update_all: + error_invalid: Articles are incorrect. Please check your input. + error_update: ! 'There was an error when updating the article ''%{article}'' on: %{msg}' + notice: All articles and prices are updated + update_selected: + error_nosel: You have selected no articles + notice_avail: ! 'All selected articles have been made available ' + notice_destroy: All selected articles have been deleted + notice_noaction: No action selected! + notice_unavail: All selected articles have been made unavailable + upload: + body: ! '

The file has to be a text file with the ending ''.csv'' The first line will be ignored when imported

The fields have to be separated with semicolons ('';'') and the text enclosed by double quotation marks ("text...").

As character set UTF-8 is demanded. Correct order of the column:

' + fields: + season_amount: Scaled amount + season_price: Scaled price + status: Status (x=skip) + file_label: Please choose a compatible file + submit: Upload file + title: ! '%{supplier} / upload articles' + date: + abbr_day_names: + - Su + - Mo + - Tu + - We + - Th + - Fr + - Sa + abbr_month_names: + - + - Jan + - Feb + - Mar + - Apr + - May + - Jun + - Jul + - Aug + - Sep + - Oct + - Nov + - Dec + day_names: + - Sunday + - Monday + - Tuesday + - Wednesday + - Thursday + - Friday + - Saturday + formats: + default: ! '%d/%m/%Y' + long: ! '%e %B %Y' + short: ! '%e %b' + month_names: + - + - January + - February + - March + - April + - May + - June + - July + - August + - September + - October + - November + - December + order: + - :day + - :month + - :year + datetime: + distance_in_words: + about_x_hours: + one: about one hour + other: about %{count} hours + about_x_months: + one: about one month + other: about %{count} months + about_x_years: + one: about one year + other: about %{count} years + almost_x_years: + one: almost one year + other: almost %{count} years + half_a_minute: half a minute + less_than_x_minutes: + one: less than one minute + other: less then %{count} minutes + less_than_x_seconds: + one: less than a second + other: less than %{count} seconds + over_x_years: + one: more then a year + other: more than %{count} year + x_days: + one: one day + other: ! '%{count} days' + x_minutes: + one: one minute + other: ! '%{count} minutes' + x_months: + one: one month + other: ! '%{count} months' + x_seconds: + one: eine Sekunde + other: ! '%{count} seconds' + prompts: + day: day + hour: hours + minute: minutes + month: months + second: seconds + year: years + deliveries: + create: + notice: Delivery was created. Please don’t forget to create invoice! + destroy: + notice: Delivery was deleted. + edit: + title: Edit suppliers + form: + add_article: Add stock article to delivery + new_article: + search: Search for articles in the %{supplier} catalogue + title: Create new stock article + note_new_article: When an article is not yet in the inventory, you have to %{new_link} it first. + note_new_article_link: create + remove_article: Remove article from delivery + index: + confirm_delete: Are you sure? + new_delivery: ! 'Create new delivery for %{supplier} ' + title: ! '%{supplier}/deliveries' + invoice_amount: Invoice amount + invoice_net_amount: Invoice net amount + new: + title: New delivery from %{supplier} + show: + amount: Amount + article: Article + price: Netprice + sum: Sum + sum_diff: Gross - adjusted invoice ammount + sum_gross: Gross sum + sum_net: Net sum + title: Show delivery + title_articles: Article + unit: Unit + stock_change: + remove_article: Remove articles from delivery + suppliers_overview: Supplier overview + update: + notice: Delivery was updated. + documents: + order_by_articles: + filename: Order %{name}-%{date} - by articles + rows: + - Order group + - Amount + - Price + title: ! 'Order sorted by articles: %{name}, closed at %{date}' + order_by_groups: + filename: Order %{name}-%{date} - by group + rows: + - Article + - Amount + - Price + - Unit Quantity + - Unit + - Sum + sum: Sum + title: ! 'Order sorted by group: %{name}, closed at %{date}' + order_fax: + filename: Order %{name}-%{date} - Fax + rows: + - Order Number + - Amount + - Name + - Barrel + - Unit + - Price/Unit + order_matrix: + filename: Order %{name}-%{date} - sorting matrix + heading: Article overview + rows: + - Article + - Unit + - Barrel + - FC-Price + - Amount + title: ! 'Order sorting matrix: %{name}, closed at %{date}' + total: ! '%{count} articles in total' + errors: + format: ! '%{attribute} %{message}' + general: A problem has occured. + general_again: A problem has occured. Please try again. + general_msg: ! 'A problem has occured: %{msg}' + messages: + accepted: has to be accepted + blank: has to be filled + confirmation: does not match the confirmation + empty: has to be entered + equal_to: has to be exactly %{count} + even: has to be an even number + exclusion: is not available + greater_than: has to be greater than %{count} + greater_than_or_equal_to: has to be greater than or equal to %{count} + inclusion: is not a valid value + invalid: is invalid + less_than: has to be less than %{count} + less_than_or_equal_to: has to be less than or equal to %{count} + not_a_number: is not a number + not_an_integer: must be a whole number + odd: must be odd + record_invalid: ! 'validation failed: %{errors}' + taken: is already taken + taken_with_deleted: is already taken (deleted group) + too_long: is too long (no more than %{count} characters) + too_short: is too short (use more than %{count} characters) + wrong_length: is the wrong length (has to have exactly %{count} characters) + template: + body: ! 'Please check the following fields:' + header: + one: ! 'Could not save %{model}: an error.' + other: ! 'Could not save %{model}: %{count} errors.' + feedback: + create: + notice: Your feedback was sent successfully. Thanks a lot! + new: + first_paragraph: Found a bug? Suggestions? Ideas? Reviews? We are happy to hear any feedback. + second_paragraph: Please be aware that the Foodsoft Team is only responsible for the maintenance of the software. For questions regarding the organisation of your Foodcoop, please contact the appropriate contact person. + send: Send + title: Give feedback + finance: + balancing: + close: + alert: ! 'An error occured while accounting: %{message}' + notice: Order was accounted succesfully, the balance of the account was updated. + close_direct: + alert: ! 'Order can not be closed: %{message}' + notice: Order was closed + confirm: + clear: Close + first_paragraph: ! 'When the order is closed, all group accounts will be updated.
The accounts will be charged as follows:' + or_cancle: or back to accounting + title: Close order + edit_results_by_articles: + add_article: Add article + amount: Amount + amount_per_unit: Unit quantity + article: Article + gross: Gross + net: Net + number: Number + refund: Refund + tax: Tax + group_order_articles: + add_group: Add group + group: Group + total: Total costs + total_fc: Sum (FC-Price) + units: Units + index: + title: Closed Orders + invoice: + edit: Edit invoice + invoice_amount: ! 'Invoice amount:' + invoice_date: ! 'Invoice date:' + invoice_number: ! 'Invoice number:' + minus_refund_calculated: ! '- refund calculated:' + new: Create new invoice + plus_refund_credited: ! '+ refund credited:' + refund_adjusted_amount: ! 'refund adjusted amount:' + new: + alert: Attention, order was already accounted + articles_overview: Overview of articles + comment_on_transaction: Here you can add a comment with your accounting + comments: Comments + confirm_order: Close order + create_invoice: Create invoice + edit_note: Edit note + edit_order: Edit order + groups_overview: Overview of groups + invoice: Invoice + notes_and_journal: Notes/Protocol + summary: Summary + title: Accounting %{name} + view_options: Viewing options + order_article: + confirm: Are you sure? + orders: + clear: Accounting + cleared: Accounted (%{amount}) + close: Close directly + confirm: Really want to put the order on closed? + end: End + last_edited_by: Last edited by + name: Name + no_closed_orders: At the moment there are not closed orders + state: State + summary: + changed: Data was changed! + duration: From %{starts} till %{ends} + fc_amount: ! 'FC-amount:' + fc_profit: FC Profit + gross_amount: ! 'Gross amount:' + groups_amount: ! 'Group amounts:' + net_amount: ! 'Net amount:' + reload: Reload summary + with_extra_charge: ! 'With extra charge:' + without_extra_charge: ! 'Without extra charge:' + create: + notice: Invoice was created + financial_transactions: + create: + notice: The Transaction was saved. + create_collection: + alert: ! 'An Error occured: %{error}' + notice: All Transactions were saved. + index: + balance: ! 'Balance of account: %{balance}' + last_updated_at: (last updated at %{when}) + new_transaction: Create new transaction + search_placeholder: Search .. + title: Account statement for %{name} + new: + paragraph: Here you can credit/deduct the order group %{name} money. + title: New transaction + new_collection: + amount: Amount + new_ordergroup: Add new order group + note: Note + ordergroup: Order group + save: Save transaction + sidebar: Here you can update more accounts at the same time. For example all transfers of the order group from one account statement + title: Updating more accounts + ordergroup: + remove: Remove + remove_group: Remove group + transactions: + amount: Amount + date: Date + note: Note + who: Who + group_order_articles: + form: + amount_change_for: Change amount for %{article} + index: + amount: Amount + amount_fc: Amount(FC) + clear: To account + date: Date + end: End + everything_cleared: Great, everything is accounted... + group: Group + last_transactions: Last Transactions + note: Note + open_transactions: Open Transactions + show_all: Show all + supplier: supplier + title: Finances + unpaid_invoices: Unpaid invoices + invoices: + edit: + title: Edit invoice + form: + delivery: delivery + linked: This invoice is linked to a %{what_link}. + order: order + index: + action_new: Create new invoice + title: Invoices + invoices: + confirm_delete: Are you sure? + delivery: Delivery + new: + back: Back + title: Create new invoice + show: + back: Back + delivery: delivery + linked: This invoice is linked to a %{what_link}. + title: Invoice %{number} + order_articles: + edit: + title: Update article + new: + title: Add delivered article to order + ordergroups: + index: + new_transaction: Add new transactions + search_placeholder: Search .. + title: Manage accounts + ordergroups: + account_balance: Account Balance + account_statement: Account statement + name: Name + new_transaction: New transaction + update: + notice: Invoice was updated + foodcoop: + ordergroups: + index: + name: Name ... + only_active: Only active groups + only_active_desc: (have placed order at least once in the last 3 months) + title: Ordergroups + ordergroups: + last_ordered: Last ordered + name: Name + user: Users + users: + index: + 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.

' + ph_name: Name ... + ph_ordergroup: Order group ... + profile_link: options + title: Users + workgroups: + edit: + invite_link: here + invite_new: You can invite new members %{invite_link}. + title: Edit group + index: + body: ! '

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

' + title: Working groups + workgroup: + edit: Edit group + show_tasks: Show all tasks + group_orders: + archive: + desc: View all %{link} here. + open_orders: current orders + title: Orders of %{group} + title_closed: Accounted + title_open: Completed/not accounted + create: + error_general: The order couldn’t be updated due to a bug. + error_stale: Someone else has ordered in the meantime, couldn't update the order. + notice: The order was saved. + errors: + closed: This order is already closed. + no_member: You are not a member of an order group. + notfound: Incorrect URL, this is not your order. + form: + action_save: Save order + amount: Amount + available: Available + available_funds: Available credits + created_by: Created by + ending: End + funds: Credit + last_update: Last ordered + manufacturer: Manufacturer + min_quantity: Minimum quantity + name: Mame + new_funds: New account balance + note: Note + price: Price + sum: Sum + sum_amount: Current amount + supplier: + title: Orders + tolerance: Tolerance + total_sum_amount: Total amount + total_tolerance: Total tolerance + total_units: Total units + unit: Unit + unit_missing: Missing units + units: Units + units_full: Filled units + index: + closed_orders: + more: more.. + title: Closed orders + finished_orders: + title: Unaccounted orders + total_sum: Total sum + funds: + account_balance: Account balance + available_funds: Available credit + finished_orders: Unaccounted orders + open_orders: Current orders + title: Credit + title: Orders overview + messages: + not_enough_apples: ! 'You need at least %{stop_ordering_under} apples to order. Currently your order group has only %{apples} apples.' + order: + title: Articles + orders: + ending: End + sum: Sum + supplier: Suppliers + show: + articles: + edit_order: Edit order + name: Name + not_ordered_msg: You didn’t place an order yet + order_closed_msg: Sorry, this order is closed. + order_nopen_title: Considering current orders of all groups + order_not_open: Received + order_now: This is your chance! + order_open: Available + ordered: Ordered + ordered_title: Amount + tolerance + show_hide: Show/hide articles not ordered + sum: Sum + title: Article overview + total_price: Total price + unit_price: Unit price + units: Units + closed_by: Accounted by %{user} + comment: Comment + comments: + title: Comments + ending: End + not_ordered: You didn’t order + note: Note + order_sum: Order sum + sum: Sum + supplier: Suppliers + title: Your order result for %{order} + switch_order: + remaining: ! '%{remaining} remaining' + title: Current orders + update: + error_general: The order couldn’t be updated due to a bug. + error_stale: Someone else has ordered in the meantime, couldn't update the order. + notice: The order was saved. + helpers: + application: + edit_user: Edit user + role_admin: Admin + role_article_meta: Articles + role_finance: Finance + role_orders: Orders + role_suppliers: Suppliers + show_google_maps: Show it on Google maps + sort_by: Sort by %{text} + write_message: Write message + deliveries: + new_invoice: New invoice + show_invoice: Show invoice + orders: + option_choose: Choose supplier/stock + option_stock: Stock + order_pdf: Create PDF + select: + prompt: please select + submit: + create: save %{model} + invite: + create: send invitation + message: + create: send message + update: save changes + tasks: + required_users: ! '%{count} members are still needed!' + home: + apple_bar: + desc: ! 'This shows the proportion of completed tasks to the volume of orders for your ordergroup in comparison to the average of the Foodcoop. In practice: for every %{amount} of total orders, you should execute a task!' + more_info: More information + points: ! 'Your current apple points: %{points}' + warning: Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order! + changes_saved: Changes saved. + index: + due_date_format: ! '%A %d %b' + messages: + title: Newest Messages + view_all: See all messages + my_ordergroup: + funds: ! '| Available Credit:' + last_update: Last Update was %{when} ago + title: My ordergroup + transactions: + amount: Amount + note: Note + title: Last Transactions + view: Show account statement + when: When + where: Who + ordergroup: + title: Engagement of your ordergroup + tasks_move: + action: Take over tasks/decline tasks + desc: You are responsible for these tasks. + title: Take over tasks + tasks_open: + action: open task(s) + desc: There is/are %{size} + title: Open tasks + title: Homepage + your_tasks: Your tasks + no_ordergroups: You are unfortunately not a member of an ordergroup. + ordergroup: + account_summary: Account Statement + description: description + funds: ! 'Available credit:' + invite: Invite a new Person + people: People + search: Search ... + title: My ordergroup + ordergroup_cancelled: You cancelled membership of the group %{group}. + profile: + groups: + cancel: Leave group + cancel_confirm: Are you sure you want to leave this group? + invite: Invite new members + title: You are member of the following groups + title: My Profile + user: + since: ! '(member since: %{when})' + title: ! '%{user}' + start_nav: + admin: Administration + finances: + accounts: Update accounts + settle: To account orders + title: Finances + foodcoop: Foodcoop + members: Members + new_ordergroup: New ordergroup + new_user: New member + orders: + end: Close orders + overview: Overview of orders + title: Orders + products: + edit: Update products + edit_stock: Edit stock + edit_suppliers: Edit suppliers + title: Products + tasks: My tasks + title: Directly to ... + write_message: Write message + invites: + errors: + already_member: is already in use. Person is already a member of this Foodcoop. + modal_form: + body: ! '

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

After being added for the first time, the person is automatically a member of this group.

' + title: Invite person + new: + action: Send invite + back: or go back + 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. + layouts: + application1: + title: Foodsoft - %{title} + email: + footer: ! '-- + Foodsoft: %{foodsoft} + Foodcoop-Homepage: %{foodcoop} + Help: %{help}' + foodsoft: Foodsoft + header: + feedback: + desc: Found a bug? Suggestions? Ideas? Review? + title: Feedback + footer: Foodsoft, open source software to manage a non-profit food coop. + help: Help + logout: Logout + ordergroup: My ordergroup + profile: Edit profile + logo: foodsoft + lib: + order_pdf: + page: Page %{number} + login: + accept_invitation: + body: ! '

You are invited to be part of the foodcoop %{foodcoop} as a member of the group %{group}.

If you want to participate, please fill in this form.

Naturally, your information wll not be shared with third parties for any reason. You can decide how much of your personal information should be visible for everyone. ''All'' means all Foodcoop-members. Please note that the administrators do have access to your information.

' + submit: Create a Foodsoft account + title: Invitation to %{name} + controller: + accept_invitation: + notice: Congratulations, your account was created. You can login now. + error_group_invalid: The group in which you were invited doesn’t exist anymore. + error_invite_invalid: Your invite is not valid (anymore). + error_token_invalid: Invalid or expired token. Please try again. + reset_password: + notice: If your email is registered here, you will receive a message with a link to reset your password. + update_password: + notice: Your password was updated. You can login now. + forgot_password: + body: ! '

No Problem, you can choose a new password.

Please fill in the email address with which you are registered here. Then you will receive an email with further instructions.

' + submit: Request new password + title: Forgot password? + new_password: + body: ! '

Please fill in the new password for %{user}

' + submit: Save new password + title: New password + mailer: + dateformat: ! '%d %b' + feedback: + header: ! '%{user} wrote at %{date}:' + subject: Feedback from %{email} + foodsoft_message: + footer: ! 'Reply: %{reply_url} + See message online: %{msg_url} + Messaging options: %{profile_url}' + invite: + subject: Invitation to the Foodcoop + text: ! 'Hi! + + %{user} <%{mail}> has invited you to join the group "%{group}". + To accept the invitation and to join the foodcoop please follow this link: %{link} + This link works only once and expires on %{expires}. + + Greetings, your Foodsoft Team! +' + negative_balance: + subject: Negative account balance + text: ! 'Dear %{group}, + + Your account balance has dropped below zero due to a booking on %{when}: %{balance} + + There was a charge of %{amount} for "%{note}" by %{user}. + + Please deposit your account as soon as possible. + + + Kind regards from %{foodcoop}. +' + not_enough_users_assigned: + subject: ! '"%{task}" still needs people!' + text: ! 'Dear %{user}, + + The Task ''%{task}'' of your working group is due on %{when}, + and could use some more contributors! + + If you haven’t assigned yourself to this task yet it’s your chance now: + + %{workgroup_tasks_url} + + Your Tasks: %{user_tasks_url} +' + order_result: + subject: + text0: ! 'Dear %{ordergroup}, + + The order for "%{order}" was placed on %{when} by %{user}. + + The following articles were ordered by your ordergroup: +' + text1: ! 'Total sum: %{sum} + + See order online: %{order_url} + + Kind regards from %{foodcoop}. +' + reset_password: + subject: New password for %{username} + text: ! 'Hi %{user}, + + You have (or someone else has) requested a new password. + In order to choose a new password follow this link: %{link} + This link works only once and expires on %{expires}. + If you don''t want to change your password, just ignore this message. Your password hasn''t been changed yet. + + Greetings, your Foodsoft Team! +' + upcoming_tasks: + nextweek: ! 'Tasks for the next week:' + subject: Tasks are due! + text0: ! 'Dear %{user}, + + You are asigned to the task "%{task}". This task is due by tomorrow (%{when})! +' + text1: ! 'My tasks: %{user_tasks_url} + + Kind regards from %{foodcoop}. +' + messages: + create: + notice: Message is saved and will be sent. + index: + new: New message + title: Messages + messages: + reply: Reply + model: + reply_header: ! '%{user} wrote on %{when}:' + reply_indent: ! '> %{line}' + reply_subject: ! 'Re: %{subject}' + new: + cancel: or cancel + list: + desc: ! 'Please send messages to all using the mailing-list: %{list}' + mail: for example with an email to %{email}. + subscribe: You can find more about the mailing-list at %{link}. + subscribe_msg: You may have to subscribe to the mailing-list first. + wiki: Wiki (page Mailing-List) + no_user_found: No user found + search: Search ... + search_user: Search user + title: New message + show: + all_messages: All messages + from: ! 'From:' + reply: Reply + sent_on: ! 'Sent:' + subject: ! 'Subject:' + title: Show message + model: + membership: + no_admin_delete: Membership can not be withdrawn as you are the last administrator. + order_article: + error_price: must be specified and have a current price price + page: + redirect: Redirect to [[%{title}]]... + user: + no_ordergroup: no order group + notify: + email_is_public: Email is visible for other members. + name_is_public: Name is visible for other members. + negative_balance: inform me when by order group has a negative balance. + order_finished: Inform me about my order result (when the order is closed). + phone_is_public: Phone number is visible for other members. + send_as_email: Receive messages as emails. + upcoming_tasks: Remind me of upcoming tasks. + navigation: + admin: + home: Overview + ordergroups: Ordergroups + title: Administration + users: Users + workgroups: Workgroups + articles: + categories: Categories + stock: Stock + suppliers: Suppliers/articles + title: Articles + dashboard: Dashboard + finances: + accounts: Manage accounts + balancing: Account orders + home: Overview + invoices: Invoices + title: Finances + foodcoop: Foodcoop + members: Members + messages: Messages + ordergroups: Ordergroups + orders: + archive: My Orders + manage: Manage orders + ordering: Place order! + title: Orders + tasks: Tasks + wiki: + all_pages: All Pages + home: Home + title: Wiki + workgroups: Workgroups + number: + currency: + format: + delimiter: . + format: ! '%n %u' + precision: 2 + separator: . + significant: false + strip_insignificant_zeros: false + unit: € + format: + delimiter: . + precision: 2 + separator: ! ',' + significant: false + strip_insignificant_zeros: false + human: + decimal_units: + format: ! '%n %u' + units: + billion: + one: billion + other: billions + million: million + quadrillion: + one: quadrillion + other: quadrillions + thousand: thousand + trillion: trillion + unit: + format: + delimiter: + precision: 1 + significant: true + strip_insignificant_zeros: true + storage_units: + format: ! '%n %u' + units: + byte: + one: byte + other: bytes + gb: GB + kb: KB + mb: MB + tb: TB + percentage: + format: + delimiter: + precision: + format: + delimiter: + ordergroups: + edit: + title: Edit ordergroups + index: + title: Ordergroups + model: + error_single_group: ! '%{user} is already a member of another ordergroup' + invalid_balance: is not a valid number + orders: + articles: + article_count: ! 'Ordered articles:' + name: Name + prices: Net/gross price + prices_sum: ! 'Sum (net/gross price):' + unit_quantity: Unit quantity + units_full: Full units + units_ordered: Units ordered + create: + notice: The order was created. + edit: + title: Edit order + fax: + amount: Amount + articles: Articles + customer_number: Customer number + delivery_day: Delivery day + heading: Order for %{name} + name: Name + number: Number + to_address: Shipping address + finish: + notice: The order has finished. + form: + name: Name + note: Note + origin: Origin + prices: Prices (net/FC) + select_all: Select all + stockit: In stock + supplier: Supplier + title: Article + unit_quantity: Unit quantity + index: + action_end: Close + confirm_delete: Do you really want to delete the order? + confirm_end: Do you really want to close the order %{order}? There is no going back. + ended_orders: Closed orders + ending: End + new_order: Create new order + no_open_orders: There are no current orders. + note: Note + open_orders: Current orders + supplier: Supplier + title: Manage orders + model: + error_closed: + error_nosel: + error_starts_before_ends: + notice_close: + new: + title: Create new order + orders: + ending: End + start: Start + status: Status + supplier: Supplier + show: + action_end: Close! + amounts: ! 'Net/gross sum:' + articles: Article overview + articles_ordered: ! 'Ordered articles:' + begin: ! 'Begin:' + comments: + title: Comments + comments_link: Comments + confirm_delete: Do you really want to delete the order? + confirm_end: ! 'Do you really want to close the order %{order}? + + There is no going back.' + created_by: ! 'Created by:' + download: + article_pdf: Article PDF + download_file: Download file + fax_pdf: Fax PDF + fax_txt: Fax text + group_pdf: Group PDF + matrix_pdf: Matrix PDF + title: Download + ending: ! 'End:' + group_orders: ! 'Group orders:' + note: ! 'Note:' + sort_article: Sorted in articles + sort_group: Sorted in groups + supplier: ! 'Supplier:' + title: ! 'Order: %{name}' + warn_not_closed: Warning, order is not accounted yet. + state: + closed: closed + finished: finished + open: open + update: + notice: The order was updated. + pages: + all: + new_page: Create new page + recent_changes: Recent changes + search: + action: Search + placeholder: Page title .. + site_map: Sitemap + title: All Wiki pages + title_list: List of pages + body: + title_toc: Content + create: + notice: Page was created + cshow: + error_noexist: Page doesn’t exist! + redirect_notice: Redirected from %{page} .. + destroy: + notice: The page '%{page}' and all subpages have been deleted successfully. + edit: + title: Edit page + error_stale_object: Warning, the page has just been edited by someone else. Please try again. + form: + help: + bold: bold + external_link_ex: External page + external_links: External links + heading: level %{level} + headings: Heading + italic: italic + list_item_1: First list item + list_item_2: Secound list item + noformat: No wiki-formatting + ordered_list: Numbered list + section_block: Block formatting + section_character: Character formatting + section_link: Link formatting + section_table: Table formatting + see_tables: see %{tables_link} + tables_link: Tables + text: text + title: Quick formatting help + unordered_list: Item list + wiki_link_ex: Foodsoft Wiki Page + wiki_links: Wiki-links + preview: Preview + last_updated: Last updated + new: + title: Create new wiki page + page_list_item: + date_format: ! '%a, %d %B %Y %H:%M:%S' + show: + date_format: ! '%d-%m-%y %H:%M' + delete: Delete page + delete_confirm: ! 'Warning: all subpages will be deleted as well. Are you sure?' + edit: Edit page + last_updated: Last updated by %{user} on %{when} + subpages: subpages + title_versions: Versions + versions: Versions (%{count}) + title: Title + update: + notice: Page was updated + version: + author: ! 'Author: %{user}' + date_format: ! '%a, %d-%m-%Y, %H:%M' + revert: Revert to this version + title: ! '%{title} - version %{version}' + title_version: Version + view_current: See current version + sessions: + logged_in: Logged in! + logged_out: Logged out! + login_invalid: Invalid email or password + new: + forgot_password: Forgot password? + login: Login + nojs: Attention, Cookies and Javascript have to be activated! Please switch off %{link}. + noscript: NoScript + password: Password + title: Foodsoft login + user: User + shared: + articles_by_articles: + ordered: Ordered (Amount + Tolerance) + ordergroup: Ordergroup + price: Total price + received: Received + articles_by_groups: + fc_price: FC-Price + fc_price_desc: Price including taxes, deposit and Foodcoop-charge + name: Name + price: Total price + unit: Unit + unit_quantity: Lot quantity + unit_quantity_desc: How many units per lot. + units: Amount + units_desc: Assigned units + group: + access: Access to + activated: activated + address: Address + apple_limit: Apple points order limit + contact: Contact + deactivated: deactivated + description: Description + members: Members + no_weekly_job: No weekly job defined + weekly_job: Weekly job + group_form_fields: + search: Search ... + search_user: Search user + title: Weekly jobs + user_not_found: No user found + loginInfo: + edit_profile: Edit profile + feedback: + desc: Found a bug? Suggestions? Review? + title: Feedback + help: Help + homepage_title: Visit Foodcoop Homepage + logout: Logout + profile: Profile + memberships: + current_members: + drop: remove + no_members: ! '%{group} has no members.' + members: + already_members: Are already members + desc: Here you can manage members of the group or invite a new Foodcoop-member to the group %{link}. + invite: invite + invite_someone: Invite someone + no_members_yet: Are not members yet + title: Members of %{group} + non_members: + add: add + open_orders: + ending: Ending + no_open_orders: There are no current orders + not_enough_apples: Attention your order group has too few apple points to place an order! + supplier: Supplier + title: Current orders + total: Sum + total_sum: Total sum + who_ordered: Who ordered? + workgroup_members: + title: Group memberships + simple_form: + error_notification: + default_message: Errors were found. Please check the form. + hints: + article: + unit: ! 'For example: KG or 1L or 500g' + message: + private: Message doesn’t show in Foodsoft mail inbox + order_article: + units_to_order: Amount of delivered units + update_current_price: Also update the price of the current order + stock_article: + supplier: + supplier: + min_order_quantity: The minimum amount which has to be orderd will be shown during the order process and should motivate ordering + task: + duration: How long will the task take, 1-3 hours + required_users: How many users will be needed in total? + tax: In percentage, standard is 7,0 + labels: + article: + article_category: Category + manufacturer: Manufacturer + name: Name + note: Note + origin: Origin + unit: Unit + article_category: + description: Description + name: Name + defaults: + amount: Amount + date: Date + deposit: Deposit + description: Description + email: Email + note: Note + order_number: Order number + ordergroup: Ordergroup + password: Password + password_confirmation: Repeat password + phone: Phone + price: Price (net) + tax: VAT + title: Title + unit_quantity: Unit quantity + user_tokens: Members + delivery: + delivered_on: Delivery date + supplier: Supplier + group_order_article: + ordergroup_id: Ordergroup + result: Amount + invoice: + amount: Amount + date: Billing date + delivery: Delivery + deposit: Charge deposit + deposit_credit: Credit deposit + note: Note + number: Number + order: Order + paid_on: Paid on + supplier: Supplier + message: + body: Body + group_id: Group + private: Private + recipient_tokens: Recipients + sent_to_all: Send to all members + subject: Subject + order: + ends: Ends at + starts: Starts at + order_article: + units_to_order: Amount of units + update_current_price: Globally update current price + order_comment: + text: Add comment to this order ... + ordergroup: + contact_address: Address + contact_person: Contact person + contact_phone: Phone + ignore_apple_restriction: Ignore order stop by apple points restriction + page: + body: Body + parent_id: Parent page + stock_article: + supplier: Supplier + supplier: + address: Address + contact_person: Contact person + customer_number: Customer ID + delivery_days: Delivery days + email: Email + fax: Fax + is_subscribed: subscribed? + min_order_quantity: Minimum order quantity + name: Name + note: Note + order_howto: How to order + phone: Phone + phone2: Phone 2 + url: Homepage + task: + done: Done? + due_date: Due date + duration: Duration + name: Name + required_users: People required + user_list: Responsible user + workgroup: Workgroup + user: + email: Email + last_name: Last name + name: Name + nick: Username + ordergroup: Ordergroup + phone: Telephone + workgroup: + one: Workgroup + other: Workgroups + workgroup: + next_weekly_tasks_number: For how many weeks in advance would you like to define tasks? + role_admin: Administration + role_article_meta: Article database + role_finance: Finances + role_orders: Order management + role_suppliers: Suppliers + task_description: Description + task_duration: Duration in hours + task_name: Task name + task_required_users: People required + weekday: Weekday + weekly_task: Define monthly task? + 'no': 'No' + required: + mark: ! '*' + text: required + 'yes': 'Yes' + stock_takings: + create: + notice: Inventory was created successfully. + edit: + title: Edit inventory + index: + new_inventory: Create new inventory + title: Inventory overview + new: + create: create + stock_articles: Stock articles + temp_inventory: temporary inventory + text_deviations: Please fill in all surplus deviations from the %{inv_link}. For reduction, use a a negative number. + text_need_articles: You have to %{create_link} a new stock article before you can use it here. + title: Create new inventory + show: + amount: Amount + article: Article + confirm_delete: Do you really want to delete the inventory? + date: Date + note: Note + overview: Inventory overview + supplier: Supplier + title: Show inventory + unit: Unit + stock_takings: + confirm_delete: Are you sure you want to delete this? + date: Date + note: Note + update: + notice: Inventory was updated. + stockit: + check: + not_empty: ! '%{name} could not be deleted, the inventory is not zero.' + destroy: + notice: Article %{name} was deleted. + edit: + title: Edit stock articles + form: + price_hint: To avoid choas, it is not possible to edit the prices of already added stock articles until further notice. + index: + article: + article: Article + available: available + category: Category + ordered: ordered + price: Price + stock: In stock + supplier: Supplier + unit: Unit + vat: VAT + confirm_delete: Are you sure you want to delete? + new_delivery: New delivery .. + new_stock_article: Add new stock article + new_stock_taking: Add inventory + order_online: Put stock order online + show_stock_takings: Inventory overview + stock_count: ! 'Number of articles:' + stock_worth: ! 'Current stock value:' + toggle_unavailable: Show/hide unavailable articles + view_options: View options + new: + search_text: ! 'Search for articles in all catalogues:' + title: Add new stock article + stock_create: + notice: Stock article was created. + stock_update: + notice: Stock article was saved. + suppliers: + create: + notice: Supplier was created + destroy: + notice: Supplier was deleted + edit: + title: Edit supplier + index: + action_import: Import supplier from external database + action_new: Create new supplier + articles: articles (%{count}) + confirm_del: Do you really want to delete the supplier %{name}? + deliveries: deliveries (%{count}) + stock: in stock (%{count}) + title: Suppliers + new: + title: New supplier + shared_supplier_note: Supplier is connected to the external database. + shared_suppliers: + body: ! '

Suppliers of the external database are displayed here.

You can import external suppliers by subscribing (see below).

A new supplier will be created and connected to the external database.

' + subscribe: Subscribe + supplier: Supplier + title: External lists + show: + confirm_delete: Are you sure? + last_deliveries: Last deliveries + new_delivery: Create new delivery + show_deliveries: Show all deliveries + update: + notice: Supplier was updated + support: + array: + last_word_connector: ! ' and ' + two_words_connector: ! ' and ' + words_connector: ! ', ' + tasks: + accept: + notice: You have accepted the task + archive: + title: Task archive + archive_tasks: + due_date: Due date + task: Subject + task_format: ! '%{name} (%{duration}h)' + who: People in charge + create: + notice: Task has been created + destroy: + notice: Task has been deleted + edit: + title: Edit task + error_not_found: No workgroup found + form: + search: + hint: Search for user + noresult: No user found + placeholder: Search ... + index: + show_group_tasks: Show group tasks + title: Tasks + title_non_group: Tasks for all! + list: + accept_task: Accept task + done: Done + done_q: Done? + due_date: Due date + mark_done: Mark task as done + reject_task: Reject task + task: subject + task_format: ! '%{name} (%{duration}h)' + who: Who is doing it? + who_hint: (How much are still needed?) + nav: + all_tasks: All tasks + archive: Completed tasks (archive) + group_tasks: Group tasks + my_tasks: My tasks + new_task: Create new task + new: + title: Create new tasks + set_done: + notice: The state of the task has been updated + show: + accept_task: Accept task + due_date: Due date + hours: ! '%{count}h' + mark_done: Mark task as done + reject_task: Reject task + title: Show task + update: + notice: Task has been updated + user: + more: Nothing to do? %{tasks_link} are tasks for sure. + tasks_link: Here + title: My tasks + title_accepted: Accepted tasks + title_open: Open tasks + workgroup: + title: Tasks for %{workgroup} + title_all: All group tasks + weekly: + desc: ! '

Every %{weekday} this workgroup has the following job: %{task}

The weektask has been created by Foodsoft automatically. You still have to sign up for it yourself.

' + edit: Edit weekly tasks + empty: No weekly tasks created yet. + title: Weekly tasks + time: + am: morning + formats: + default: ! '%A, %d %B %Y, %H:%M' + long: ! '%A, %d %B %Y, %H:%M' + short: ! '%d %B, %H:%M' + pm: afternoon + ui: + close: Close + delete: Delete + edit: Edit + marks: + close: ! '×' + or_cancel: or cancel + save: Save + show: Show + views: + pagination: + first: ! '«' + last: ! '»' + next: ! '›' + previous: ! '‹' + truncate: ! '...' + workgroups: + edit: + title: Edit workgroup + error_last_admin_group: The last group with admin rights must not be deleted + error_last_admin_role: Admin role for the last group with admin rights cannot be withdrawn + index: + title: Workgroups + update: + notice: Workgroup was updated diff --git a/config/locales/en/en.admin.yml b/config/locales/en/en.admin.yml deleted file mode 100644 index 7f2a237e..00000000 --- a/config/locales/en/en.admin.yml +++ /dev/null @@ -1,97 +0,0 @@ -en: - admin: - confirm: 'Do you really want to delete %{name}?' - actions: 'Actions' - access_to: 'access to' - search_placeholder: 'name ..' - base: - index: - title: 'Administration' - first_paragraph: 'Here you can administer Foodsoft groups and users.' - newest_users: 'newest users' - username: 'username' - name: 'name' - created_at: 'created at' - all_users: 'All users' - new_user: 'New user' - newest_groups: 'newest groups' - groupname: 'group name' - type: 'type' - members: 'members' - all_ordergroups: 'All ordergroups' - new_ordergroup: 'New ordergroup' - all_workgroups: 'All workgroups' - new_workgroup: 'New workgroup' - ordergroups: - index: - title: 'Ordergroup' - new_ordergroup: 'Add new ordergroup' - first_paragraph: 'Here you can add a %{url}, administer a group or delete it.' - new_ordergroups: 'new ordergroups' - second_paragraph: "Consider the difference between group and ordergroup: An ordergroup has an account and can order food. In a %{url} (for example 'sorting group') the members coordinate with each other via tasks and messages. Users can only be in one ordergroup, but can be in multiple other groups." - workgroup: 'workgroup' - edit: - title: 'Edit ordergroup' - new: - title: 'Create ordergroup' - form: - first_paragraph: 'You can invite new members %{url}.' - here: 'here' - show: - title: 'Ordergroup %{name}' - edit: 'Edit group/member' - confirm: 'Are you sure?' - send_message: 'Send message' - ordergroups: - name: 'Name' - contact: 'Contact' - address: 'Address' - members: 'Members' - users: - index: - title: 'Admin/users' - new_user: 'Create new user' - first_paragraph: 'Here you can edit users %{url}, bearbeiten and also delete them.' - new_users: 'Create new user' - edit: - title: 'Edit user' - new: - title: 'Create new user' - show: - person: 'Person' - member_since: 'Member since %{time}' - nick: 'Nick' - name: 'Name' - email: 'Email' - phone: 'Phone' - preference: 'Preferences' - groupabos: 'Group subscriptions' - confirm: 'Do you really want to kick out %{user}?' - send_message: 'Send message' - users: - login: 'login' - name: 'name' - email: 'email' - last_login: 'last login' - workgroups: - index: - title: 'Workgroups' - new_workgroup: 'Create new workgroup' - first_paragraph: 'Here you can create %{url}, edit and delete them.' - new_workgroups: 'new workgroups' - second_paragraph: "Be aware of the difference between a group and ordergroup: A %{url} has an account and can order food. In a workgroup (for example 'sorting group') the members coordinate with each other via tasks and messages. Users can only be in one ordergroup, but can be in multiple other groups." - ordergroup: 'ordergroup' - edit: - title: 'Edit workgroup' - new: - title: 'Create workgroup' - form: - first_paragraph: 'You can invite new members %{url}.' - here: 'here' - show: - title: 'Workgroup %{name}' - edit: 'Edit group/members' - confirm: 'Are you sure?' - workgroups: - name: 'name' - members: 'members' diff --git a/config/locales/en/en.article_categories.yml b/config/locales/en/en.article_categories.yml deleted file mode 100644 index 3dca8144..00000000 --- a/config/locales/en/en.article_categories.yml +++ /dev/null @@ -1,18 +0,0 @@ -en: - article_categories: - edit: - title: 'Edit category' - index: - title: 'Article categories' - new: 'Add new category' - confirm_delete: 'Are you sure?' - new: - title: 'Add new category' - - # used by controller - create: - notice: 'Category was stored' - update: - notice: 'Category was updated' - destroy: - error: 'Category could not be deleted: %{message}' diff --git a/config/locales/en/en.articles.yml b/config/locales/en/en.articles.yml deleted file mode 100644 index b759aa05..00000000 --- a/config/locales/en/en.articles.yml +++ /dev/null @@ -1,114 +0,0 @@ -en: - articles: - article: - last_update: 'last updated: %{last_update} | Gross: %{gross_price}' - confirm_delete: 'Are you sure?' - articles: - unit_quantity_short: 'Quantity' - unit_quantity_desc: 'Unit quantity' - price_netto: 'Price' - option_select: 'Choose special offer ...' - option_delete: 'Delete article' - confirm_delete: 'Do you really want to delete all selected articles?' - option_not_available: 'Articles are not available anymore' - option_available: 'Articles are available' - destroy_active_article: - note: > - %{article} is used in current orders and can not be deleted - Please first ... the article from orders %{drop_link}. - drop: 'delete' - edit_all: - title: 'Edit all articles from %{supplier}' - note: 'Mandatory fields are: name, unit, (net) price and order number.' - warning: 'Warning: all articles will be updated!' - submit: 'Updating all articles' - edit_all_table: - available_short: 'avail' - available_desc: 'available' - price_short: 'Price' - price_desc: 'Net price' - unit_quantity_short: 'Quantity' - unit_quantity_desc: 'Unit quantity' - order_number_short: 'Ordernr.' - order_number_desc: 'Order number' - form: - title: 'Add new article' - index: - title: 'Article from %{supplier} (%{count})' - search_placeholder: Name ... - new: 'New article' - edit_all: 'Edit all' - upload: 'Upload articles' - new_order: 'Create new order' - ext_db: - title: 'External databank' - import: 'Search/Import' - sync: 'Synchronise' - change_supplier: 'Change supplier ...' - import: - title: 'Import article' - placeholder: Name ... - restrict_region: 'Restrict to region only' - import_search_results: - not_found: 'No articles found' - already_imported: 'already imported' - action_import: 'import' - sync: - title: 'Synchronise articles with external database' - outlist: - title: 'Put from the list ...' - body: 'The following articles are put from the list and will be deleted:' - body_skip: 'No articles for deletion.' - update: - title: 'Update ..' - update_msg: 'Articles must be updated:' - body: > -

Every article is shown twice. The old value is gray and the textfields are pre-filled with the actual value now.

-

Differences with the old articles are marked yellow

- unit_quantity_short: 'Unity Quan.' - price_short: 'Price' - submit: 'Delete/update all' - upload: - title: '%{supplier} / upload articles' - body: > -

The file has to be a text file with the ending '.csv' The first line will be ignored when imported

-

The fields have to be separated with semicolons (';') and the text enclosed by double quotation marks ("text...").

-

As character set UTF-8 is demanded. Correct order of the column:

- fields: - status: 'Status (x=skip)' - season_amount: 'Scaled amount' - season_price: 'Scaled price' - file_label: 'Please choose a compatible file' - submit: 'Upload file' - parse_upload: - title: '%{supplier} / upload article' - body: > -

Please check the imported articles.

-

Note: at the moment there is no check for duplicate articles.

- submit: 'Save new articles for %{supplier}' - - # used by controller - update_all: - notice: 'All articles and prices are updated' - error_invalid: 'Articles are incorrect. Please check your input.' - error_update: "There was an error when updating the article '%{article}' on: %{msg}" - update_selected: - notice_destroy: 'All selected articles have been deleted' - notice_unavail: 'All selected articles have been made unavailable' - notice_avail: 'All selected articles have been made available ' - notice_noaction: 'No action selected!' - error_nosel: 'You have selected no articles' - parse_upload: - notice: '%{count} articles analysed succesfully.' - error_parse: '%{msg} ... in line %{line}' - create_from_upload: - notice: '%{count} new articles were saved' - error_invalid: 'Articles are faulty' - sync: - shared_alert: '%{supplier} is not linked to an external database' - notice: 'The catalog is up to date' - - # used by model - model: - error_in_use: '%{article} can not be deleted because the article is part of a current order!' - error_nosel: 'You have selected no articles' diff --git a/config/locales/en/en.defaults.yml b/config/locales/en/en.defaults.yml deleted file mode 100644 index ca4b436c..00000000 --- a/config/locales/en/en.defaults.yml +++ /dev/null @@ -1,320 +0,0 @@ -en: - orders: - state: - open: open - finished: finished - closed: closed - - group_orders: - messages: - not_enough_apples: > - You need at least %{stop_ordering_under} apples to order. - Currently your order group has only %{apples} apples. - views: - pagination: - first: "«" - last: "»" - previous: "‹" - next: "›" - truncate: "..." - - date: - abbr_day_names: - - Su - - Mo - - Tu - - We - - Th - - Fr - - Sa - abbr_month_names: - - - - Jan - - Feb - - Mar - - Apr - - May - - Jun - - Jul - - Aug - - Sep - - Oct - - Nov - - Dec - day_names: - - Sunday - - Monday - - Tuesday - - Wednesday - - Thursday - - Friday - - Saturday - formats: - default: ! '%d/%m/%Y' - long: ! '%e %B %Y' - short: ! '%e %b' - month_names: - - - - January - - February - - March - - April - - May - - June - - July - - August - - September - - October - - November - - December - order: - - :day - - :month - - :year - datetime: - distance_in_words: - about_x_hours: - one: about one hour - other: about %{count} hours - about_x_months: - one: about one month - other: about %{count} months - about_x_years: - one: about one year - other: about %{count} years - almost_x_years: - one: almost one year - other: almost %{count} years - half_a_minute: half a minute - less_than_x_minutes: - one: less than one minute - other: less then %{count} minutes - less_than_x_seconds: - one: less than a second - other: less than %{count} seconds - over_x_years: - one: more then a year - other: more than %{count} year - x_days: - one: one day - other: ! '%{count} days' - x_minutes: - one: one minute - other: ! '%{count} minutes' - x_months: - one: one month - other: ! '%{count} months' - x_seconds: - one: eine Sekunde - other: ! '%{count} seconds' - prompts: - day: day - hour: hours - minute: minutes - month: months - second: seconds - year: years - errors: &errors - general: 'A problem has occured.' - general_msg: 'A problem has occured: %{msg}' - general_again: 'A problem has occured. Please try again.' - format: ! '%{attribute} %{message}' - messages: - accepted: has to be accepted - blank: has to be filled - confirmation: does not match the confirmation - empty: has to be entered - equal_to: has to be exactly %{count} - even: has to be an even number - exclusion: is not available - greater_than: has to be greater than %{count} - greater_than_or_equal_to: has to be greater than or equal to %{count} - inclusion: is not a valid value - invalid: is invalid - less_than: has to be less than %{count} - less_than_or_equal_to: has to be less than or equal to %{count} - not_a_number: is not a number - not_an_integer: must be a whole number - odd: must be odd - record_invalid: ! 'validation failed: %{errors}' - taken: is already taken - taken_with_deleted: is already taken (deleted group) - too_long: is too long (no more than %{count} characters) - too_short: is too short (use more than %{count} characters) - wrong_length: is the wrong length (has to have exactly %{count} characters) - template: - body: ! 'Please check the following fields:' - header: - one: ! 'Could not save %{model}: an error.' - other: ! 'Could not save %{model}: %{count} errors.' - number: - currency: - format: - delimiter: . - format: ! '%n %u' - precision: 2 - separator: ! '.' - significant: false - strip_insignificant_zeros: false - unit: € - format: - delimiter: . - precision: 2 - separator: ! ',' - significant: false - strip_insignificant_zeros: false - human: - decimal_units: - format: ! '%n %u' - units: - billion: - one: billion - other: billions - million: million - quadrillion: - one: quadrillion - other: quadrillions - thousand: thousand - trillion: trillion - unit: '' - format: - delimiter: '' - precision: 1 - significant: true - strip_insignificant_zeros: true - storage_units: - format: ! '%n %u' - units: - byte: - one: byte - other: bytes - gb: GB - kb: KB - mb: MB - tb: TB - percentage: - format: - delimiter: '' - precision: - format: - delimiter: '' - support: - array: - last_word_connector: ! ' and ' - two_words_connector: ! ' and ' - words_connector: ! ', ' - time: - am: morning - formats: - default: ! '%A, %d %B %Y, %H:%M' - long: ! '%A, %d %B %Y, %H:%M' - short: ! '%d %B, %H:%M' - pm: afternoon - # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository - activemodel: - errors: - <<: *errors - activerecord: - errors: - <<: *errors - has_many_left: 'is still associated with a %{collection}!' - models: - article: Article - supplier: Supplier - user: User - workgroup: Workgroup - ordergroup: Ordergroup - task: Task - message: Message - article_category: Article category - stock_article: Stock article - delivery: Delivery - stock_taking: Stock taking - financial_transaction: Financial transaction - order: Order - order_comment: Order comment - order_article: Order article - invoice: Invoice - attributes: - article: - availability: 'Is article available?' - price: price - gross_price: gross price - unit: unit - unit_quantity: unit quantity - tax: VAT - deposit: deposit - article_category: article category - stock_article: - price: Price - user: - password: Password - first_name: First name - financial_transaction: - amount: amount - note: note - - # messages in model that don't have a corresponding view - model: - membership: - no_admin_delete: 'Membership can not be withdrawn as you are the last administrator.' - order_article: - error_price: 'must be specified and have a current price price' - page: - redirect: 'Redirect to [[%{title}]]...' - user: - notify: - order_finished: 'Inform me about my order result (when the order is closed).' - negative_balance: 'inform me when by order group has a negative balance.' - upcoming_tasks: 'Remind me of upcoming tasks.' - send_as_email: 'Receive messages as emails.' - phone_is_public: 'Phone number is visible for other members.' - email_is_public: 'Email is visible for other members.' - name_is_public: 'Name is visible for other members.' - no_ordergroup: 'no order group' - - helpers: - select: - prompt: please select - submit: - create: "save %{model}" - update: "save changes" - message: - create: 'send message' - invite: - create: send invitation - application: - sort_by: 'Sort by %{text}' - edit_user: 'Edit user' - show_google_maps: 'Show it on Google maps' - # long names in simple_form.labels.workgroup - role_admin: 'Admin' - role_finance: 'Finance' - role_suppliers: 'Suppliers' - role_article_meta: 'Articles' - role_orders: 'Orders' - write_message: 'Write message' - deliveries: - show_invoice: 'Show invoice' - new_invoice: 'New invoice' - orders: - order_pdf: 'Create PDF' - option_choose: 'Choose supplier/stock' - option_stock: 'Stock' - tasks: - required_users: '%{count} members are still needed!' - - lib: - order_pdf: - page: 'Page %{number}' - - # general user-interface - ui: - close: 'Close' - edit: 'Edit' - delete: 'Delete' - show: 'Show' - save: 'Save' - or_cancel: 'or cancel' - marks: - close: '×' diff --git a/config/locales/en/en.deliveries.yml b/config/locales/en/en.deliveries.yml deleted file mode 100644 index b29eb383..00000000 --- a/config/locales/en/en.deliveries.yml +++ /dev/null @@ -1,42 +0,0 @@ -en: - deliveries: - suppliers_overview: 'Supplier overview' - invoice_amount: 'Invoice amount' - invoice_net_amount: 'Invoice net amount' - edit: - title: 'Edit suppliers' - form: - remove_article: 'Remove article from delivery' - add_article: 'Add stock article to delivery' - note_new_article: 'When an article is not yet in the inventory, you have to %{new_link} it first.' - note_new_article_link: 'create' - new_article: - title: 'Create new stock article' - search: 'Search for articles in the %{supplier} catalogue' - index: - title: '%{supplier}/deliveries' - confirm_delete: 'Are you sure?' - new_delivery: 'Create new delivery for %{supplier} ' - new: - title: 'New delivery from %{supplier}' - show: - title: 'Show delivery' - title_articles: 'Article' - article: 'Article' - unit: 'Unit' - amount: 'Amount' - price: 'Netprice' - sum: 'Sum' - sum_net: 'Net sum' - sum_gross: 'Gross sum' - sum_diff: 'Gross - adjusted invoice ammount' - stock_change: - remove_article: 'Remove articles from delivery' - - # used by controller - create: - notice: 'Delivery was created. Please don’t forget to create invoice!' - update: - notice: 'Delivery was updated.' - destroy: - notice: 'Delivery was deleted.' diff --git a/config/locales/en/en.documents.yml b/config/locales/en/en.documents.yml deleted file mode 100644 index ae6bf922..00000000 --- a/config/locales/en/en.documents.yml +++ /dev/null @@ -1,41 +0,0 @@ -en: - # for app/documents - documents: - order_by_articles: - filename: 'Order %{name}-%{date} - by articles' - title: 'Order sorted by articles: %{name}, closed at %{date}' - rows: - - Order group - - Amount - - Price - order_by_groups: - filename: 'Order %{name}-%{date} - by group' - title: 'Order sorted by group: %{name}, closed at %{date}' - rows: - - Article - - Amount - - Price - - Unit Quantity - - Unit - - Sum - sum: 'Sum' - order_fax: - filename: 'Order %{name}-%{date} - Fax' - rows: - - Order Number - - Amount - - Name - - Barrel - - Unit - - Price/Unit - order_matrix: - filename: 'Order %{name}-%{date} - sorting matrix' - title: 'Order sorting matrix: %{name}, closed at %{date}' - heading: 'Article overview' - total: '%{count} articles in total' - rows: - - Article - - Unit - - Barrel - - FC-Price - - Amount diff --git a/config/locales/en/en.feedback.yml b/config/locales/en/en.feedback.yml deleted file mode 100644 index 72035d55..00000000 --- a/config/locales/en/en.feedback.yml +++ /dev/null @@ -1,9 +0,0 @@ -en: - feedback: - create: - notice: 'Your feedback was sent successfully. Thanks a lot!' - new: - title: 'Give feedback' - first_paragraph: 'Found a bug? Suggestions? Ideas? Reviews? We are happy to hear any feedback.' - second_paragraph: 'Please be aware that the Foodsoft Team is only responsible for the maintenance of the software. For questions regarding the organisation of your Foodcoop, please contact the appropriate contact person.' - send: 'Send' diff --git a/config/locales/en/en.finance.yml b/config/locales/en/en.finance.yml deleted file mode 100644 index 170c31f0..00000000 --- a/config/locales/en/en.finance.yml +++ /dev/null @@ -1,170 +0,0 @@ -en: - finance: - index: - title: 'Finances' - unpaid_invoices: 'Unpaid invoices' - show_all: 'Show all' - date: 'Date' - amount: 'Amount' - supplier: 'supplier' - last_transactions: 'Last Transactions' - group: 'Group' - note: 'Note' - open_transactions: 'Open Transactions' - end: 'End' - amount_fc: 'Amount(FC)' - clear: 'To account' - everything_cleared: 'Great, everything is accounted...' - balancing: - close: - notice: 'Order was accounted succesfully, the balance of the account was updated.' - alert: 'An error occured while accounting: %{message}' - close_direct: - notice: 'Order was closed' - alert: 'Order can not be closed: %{message}' - index: - title: 'Closed Orders' - new: - alert: 'Attention, order was already accounted' - title: 'Accounting %{name}' - summary: 'Summary' - invoice: 'Invoice' - notes_and_journal: 'Notes/Protocol' - comment_on_transaction: 'Here you can add a comment with your accounting' - edit_note: 'Edit note' - comments: 'Comments' - create_invoice: 'Create invoice' - confirm_order: 'Close order' - view_options: 'Viewing options' - edit_order: 'Edit order' - groups_overview: 'Overview of groups' - articles_overview: 'Overview of articles' - confirm: - title: 'Close order' - first_paragraph: 'When the order is closed, all group accounts will be updated.
The accounts will be charged as follows:' - clear: 'Close' - or_cancle: 'or back to accounting' - summary: - duration: 'From %{starts} till %{ends}' - net_amount: 'Net amount:' - gross_amount: 'Gross amount:' - fc_amount: 'FC-amount:' - groups_amount: 'Group amounts:' - fc_profit: 'FC Profit' - without_extra_charge: 'Without extra charge:' - with_extra_charge: 'With extra charge:' - changed: 'Data was changed!' - reload: 'Reload summary' - orders: - name: 'Name' - end: 'End' - state: 'State' - last_edited_by: 'Last edited by' - cleared: 'Accounted (%{amount})' - clear: 'Accounting' - close: 'Close directly' - confirm: 'Really want to put the order on closed?' - no_closed_orders: 'At the moment there are not closed orders' - order_article: - confirm: 'Are you sure?' - invoice: - invoice_number: 'Invoice number:' - invoice_date: 'Invoice date:' - invoice_amount: 'Invoice amount:' - minus_refund_calculated: '- refund calculated:' - plus_refund_credited: '+ refund credited:' - refund_adjusted_amount: 'refund adjusted amount:' - edit: 'Edit invoice' - new: 'Create new invoice' - group_order_articles: - group: 'Group' - units: 'Units' - total: 'Total costs' - add_group: 'Add group' - total_fc: 'Sum (FC-Price)' - edit_results_by_articles: - article: 'Article' - number: 'Number' - amount: 'Amount' - amount_per_unit: 'Unit quantity' - net: 'Net' - gross: 'Gross' - tax: 'Tax' - refund: 'Refund' - add_article: 'Add article' - financial_transactions: - create: - notice: "The Transaction was saved." - create_collection: - notice: "All Transactions were saved." - alert: "An Error occured: %{error}" - ordergroup: - remove: "Remove" - remove_group: "Remove group" - transactions: - date: "Date" - who: "Who" - note: "Note" - amount: "Amount" - index: - title: "Account statement for %{name}" - new_transaction: 'Create new transaction' - balance: 'Balance of account: %{balance}' - last_updated_at: '(last updated at %{when})' - search_placeholder: 'Search ..' - new_collection: - title: "Updating more accounts" - sidebar: 'Here you can update more accounts at the same time. For example all transfers of the order group from one account statement' - new_ordergroup: 'Add new order group' - ordergroup: 'Order group' - note: 'Note' - amount: 'Amount' - save: "Save transaction" - new: - title: "New transaction" - paragraph: 'Here you can credit/deduct the order group %{name} money.' - group_order_articles: - form: - amount_change_for: 'Change amount for %{article}' - ordergroups: - ordergroups: - name: "Name" - account_balance: "Account Balance" - new_transaction: "New transaction" - account_statement: "Account statement" - index: - title: "Manage accounts" - new_transaction: "Add new transactions" - search_placeholder: 'Search ..' - invoices: - edit: - title: "Edit invoice" - form: - linked: "This invoice is linked to a %{what_link}." - delivery: "delivery" - order: "order" - index: - title: "Invoices" - action_new: "Create new invoice" - invoices: - delivery: "Delivery" - confirm_delete: "Are you sure?" - new: - title: "Create new invoice" - back: "Back" - show: - title: "Invoice %{number}" - linked: "This invoice is linked to a %{what_link}." - delivery: "delivery" - back: "Back" - order_articles: - edit: - title: 'Update article' - new: - title: 'Add delivered article to order' - - # used by controller - create: - notice: 'Invoice was created' - update: - notice: 'Invoice was updated' diff --git a/config/locales/en/en.foodcoop.yml b/config/locales/en/en.foodcoop.yml deleted file mode 100644 index 3ee71dfc..00000000 --- a/config/locales/en/en.foodcoop.yml +++ /dev/null @@ -1,34 +0,0 @@ -en: - foodcoop: - ordergroups: - index: - title: 'Ordergroups' - name: Name ... - only_active: 'Only active groups' - only_active_desc: '(have 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 only 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' - workgroup: - show_tasks: 'Show all tasks' - edit: 'Edit group' diff --git a/config/locales/en/en.group_orders.yml b/config/locales/en/en.group_orders.yml deleted file mode 100644 index c04257c6..00000000 --- a/config/locales/en/en.group_orders.yml +++ /dev/null @@ -1,97 +0,0 @@ -en: - group_orders: - archive: - title: 'Orders of %{group}' - desc: 'View all %{link} here.' - open_orders: 'current orders' - title_open: 'Completed/not accounted' - title_closed: 'Accounted' - form: - title: 'Orders' - note: 'Note' - created_by: 'Created by' - ending: 'End' - min_quantity: 'Minimum quantity' - sum_amount: 'Current amount' - last_update: 'Last ordered' - funds: 'Credit' - name: 'Mame' - price: 'Price' - unit: 'Unit' - unit_missing: 'Missing units' - amount: 'Amount' - tolerance: 'Tolerance' - available: 'Available' - sum: 'Sum' - units: 'Units' - units_full: 'Filled units' - total_units: 'Total units' - total_tolerance: 'Total tolerance' - manufacturer: 'Manufacturer' - total_sum_amount: 'Total amount' - available_funds: 'Available credits' - new_funds: 'New account balance' - action_save: 'Save order' - index: - title: 'Orders overview' - funds: - title: 'Credit' - account_balance: 'Account balance' - open_orders: 'Current orders' - finished_orders: 'Unaccounted orders' - available_funds: 'Available credit' - finished_orders: - title: 'Unaccounted orders' - total_sum: 'Total sum' - closed_orders: - title: 'Closed orders' - more: 'more..' - order: - title: 'Articles' - # other fields reference group_orders.form - orders: &orders - supplier: 'Suppliers' - ending: 'End' - sum: 'Sum' - show: - <<: *orders - title: 'Your order result for %{order}' - note: 'Note' - order_sum: 'Order sum' - not_ordered: 'You didn’t order' - closed_by: 'Accounted by %{user}' - comment: 'Comment' - articles: - title: 'Article overview' - show_hide: 'Show/hide articles not ordered' - edit_order: 'Edit order' - name: 'Name' - units: 'Units' - unit_price: 'Unit price' - ordered: 'Ordered' - ordered_title: 'Amount + tolerance' - order_open: 'Available' # or 'order open'? - order_not_open: 'Received' # or 'order not open'? - order_nopen_title: 'Considering current orders of all groups' # can this be simpler? - total_price: 'Total price' - sum: 'Sum' - not_ordered_msg: 'You didn’t place an order yet' - order_now: 'This is your chance!' - order_closed_msg: 'Sorry, this order is closed.' - comments: - title: 'Comments' - switch_order: - title: 'Current orders' - remaining: '%{remaining} remaining' - - # used by controller - create: &create - notice: 'The order was saved.' - error_stale: "Someone else has ordered in the meantime, couldn't update the order." - error_general: "The order couldn’t be updated due to a bug." - update: - <<: *create - errors: - no_member: 'You are not a member of an order group.' - closed: 'This order is already closed.' - notfound: 'Incorrect URL, this is not your order.' diff --git a/config/locales/en/en.home.yml b/config/locales/en/en.home.yml deleted file mode 100644 index 27deca64..00000000 --- a/config/locales/en/en.home.yml +++ /dev/null @@ -1,84 +0,0 @@ -en: - home: - index: - title: 'Homepage' - your_tasks: 'Your tasks' - due_date_format: '%A %d %b' - tasks_move: - title: 'Take over tasks' - desc: 'You are responsible for these tasks.' - action: 'Take over tasks/decline tasks' - tasks_open: - title: 'Open tasks' - desc: 'There is/are %{size}' - action: 'open task(s)' - ordergroup: - title: 'Engagement of your ordergroup' - messages: - title: 'Newest Messages' - view_all: 'See all messages' - my_ordergroup: - title: 'My ordergroup' - funds: '| Available Credit:' - last_update: 'Last Update was %{when} ago' - transactions: - title: 'Last Transactions' - when: 'When' - where: 'Who' - note: 'Note' - amount: 'Amount' - view: 'Show account statement' - - start_nav: - title: 'Directly to ...' - foodcoop: 'Foodcoop' - members: 'Members' - tasks: 'My tasks' - write_message: 'Write message' - orders: - title: 'Orders' - overview: 'Overview of orders' - end: 'Close orders' - products: - title: 'Products' - edit: 'Update products' - edit_stock: 'Edit stock' - edit_suppliers: 'Edit suppliers' - finances: - title: 'Finances' - accounts: 'Update accounts' - settle: 'To account orders' - admin: 'Administration' - new_ordergroup: 'New ordergroup' - new_user: 'New member' - - apple_bar: - points: 'Your current apple points: %{points}' - desc: 'This shows the proportion of completed tasks to the volume of orders for your ordergroup in comparison to the average of the Foodcoop. In practice: for every %{amount} of total orders, you should execute a task!' - warning: 'Warning, if you have less then %{threshold} of apple points, you are not allowed to place an order!' - more_info: 'More information' - - ordergroup: - title: 'My ordergroup' - description: 'description' - funds: 'Available credit:' - people: 'People' - invite: 'Invite a new Person' - account_summary: 'Account Statement' - search: Search ... - - profile: - title: 'My Profile' - user: - title: '%{user}' - since: '(member since: %{when})' - groups: - title: 'You are member of the following groups' - invite: 'Invite new members' - cancel: 'Leave group' - cancel_confirm: 'Are you sure you want to leave this group?' - - # used by controller - changes_saved: 'Changes saved.' - no_ordergroups: 'You are unfortunately not a member of an ordergroup.' - ordergroup_cancelled: 'You cancelled membership of the group %{group}.' diff --git a/config/locales/en/en.invites.yml b/config/locales/en/en.invites.yml deleted file mode 100644 index 0c125aaf..00000000 --- a/config/locales/en/en.invites.yml +++ /dev/null @@ -1,18 +0,0 @@ -en: - invites: - new: - body:

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

- action: 'Send invite' - back: 'or go back' - modal_form: - title: 'Invite person' - body: > -

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

-

After being added for the first time, the person is automatically a member of this group.

- - # used by controller - success: 'User was invited successfully.' - - # used by model - errors: - already_member: 'is already in use. Person is already a member of this Foodcoop.' diff --git a/config/locales/en/en.layouts.yml b/config/locales/en/en.layouts.yml deleted file mode 100644 index 3709a05d..00000000 --- a/config/locales/en/en.layouts.yml +++ /dev/null @@ -1,21 +0,0 @@ -en: - layouts: - foodsoft: 'Foodsoft' - logo: 'foodsoft' - header: - profile: 'Edit profile' - ordergroup: 'My ordergroup' - logout: 'Logout' - help: 'Help' - feedback: - title: 'Feedback' - desc: 'Found a bug? Suggestions? Ideas? Review?' - footer: 'Foodsoft, open source software to manage a non-profit food coop.' - email: - footer: | - -- - Foodsoft: %{foodsoft} - Foodcoop-Homepage: %{foodcoop} - Help: %{help} - application1: - title: 'Foodsoft - %{title}' diff --git a/config/locales/en/en.login.yml b/config/locales/en/en.login.yml deleted file mode 100644 index ac73dfbf..00000000 --- a/config/locales/en/en.login.yml +++ /dev/null @@ -1,38 +0,0 @@ -en: - login: - accept_invitation: - title: 'Invitation to %{name}' - body: > -

You are invited to be part of the foodcoop %{foodcoop} as - a member of the group %{group}.

-

If you want to participate, please fill in this form.

-

Naturally, your information wll not be shared with third parties for - any reason. You can decide how much of your personal information - should be visible for everyone. 'All' means all Foodcoop-members. - Please note that the administrators do have access to your information.

- submit: 'Create a Foodsoft account' - forgot_password: - title: 'Forgot password?' - body: > -

No Problem, you can choose a new password.

-

Please fill in the email address with which you are registered here. - Then you will receive an email with further instructions.

- submit: 'Request new password' - new_password: - title: 'New password' - body: > -

Please fill in the new password for %{user}

- submit: 'Save new password' - - # used by controller - controller: - reset_password: - notice: 'If your email is registered here, you will receive a message with a link to reset your password.' - update_password: - notice: 'Your password was updated. You can login now.' - accept_invitation: - notice: 'Congratulations, your account was created. You can login now.' - error_invite_invalid: 'Your invite is not valid (anymore).' - error_group_invalid: 'The group in which you were invited doesn’t exist anymore.' - error_token_invalid: 'Invalid or expired token. Please try again.' - diff --git a/config/locales/en/en.mailer.yml b/config/locales/en/en.mailer.yml deleted file mode 100644 index e098a981..00000000 --- a/config/locales/en/en.mailer.yml +++ /dev/null @@ -1,81 +0,0 @@ -en: - mailer: - dateformat: '%d %b' - feedback: - subject: 'Feedback from %{email}' - header: '%{user} wrote at %{date}:' - foodsoft_message: - footer: | - Reply: %{reply_url} - See message online: %{msg_url} - Messaging options: %{profile_url} - invite: - subject: 'Invitation to the Foodcoop' - text: | - Hi! - - %{user} <%{mail}> has invited you to join the group "%{group}". - To accept the invitation and to join the foodcoop please follow this link: %{link} - This link works only once and expires on %{expires}. - - Greetings, your Foodsoft Team! - negative_balance: - subject: 'Negative account balance' - text: | - Dear %{group}, - - Your account balance has dropped below zero due to a booking on %{when}: %{balance} - - There was a charge of %{amount} for "%{note}" by %{user}. - - Please deposit your account as soon as possible. - - Kind regards from %{foodcoop}. - not_enough_users_assigned: - subject: '"%{task}" still needs people!' - text: | - Dear %{user}, - - The Task '%{task}' of your working group is due on %{when}, - and could use some more contributors! - - If you haven’t assigned yourself to this task yet it’s your chance now: - - %{workgroup_tasks_url} - - Your Tasks: %{user_tasks_url} - order_result: - text0: | - Dear %{ordergroup}, - - The order for "%{order}" was placed on %{when} by %{user}. - - The following articles were ordered by your ordergroup: - text1: | - Total sum: %{sum} - - See order online: %{order_url} - - Kind regards from %{foodcoop}. - reset_password: - subject: 'New password for %{username}' - text: | - Hi %{user}, - - You have (or someone else has) requested a new password. - In order to choose a new password follow this link: %{link} - This link works only once and expires on %{expires}. - If you don't want to change your password, just ignore this message. Your password hasn't been changed yet. - - Greetings, your Foodsoft Team! - upcoming_tasks: - subject: 'Tasks are due!' - text0: | - Dear %{user}, - - You are asigned to the task "%{task}". This task is due by tomorrow (%{when})! - nextweek: 'Tasks for the next week:' - text1: | - My tasks: %{user_tasks_url} - - Kind regards from %{foodcoop}. diff --git a/config/locales/en/en.messages.yml b/config/locales/en/en.messages.yml deleted file mode 100644 index f4469fd6..00000000 --- a/config/locales/en/en.messages.yml +++ /dev/null @@ -1,36 +0,0 @@ -en: - messages: - index: - title: 'Messages' - new: 'New message' - messages: - reply: 'Reply' - new: - title: 'New message' - search_user: 'Search user' - no_user_found: 'No user found' - search: 'Search ...' - list: - desc: 'Please send messages to all using the mailing-list: %{list}' - subscribe_msg: 'You may have to subscribe to the mailing-list first.' - subscribe: 'You can find more about the mailing-list at %{link}.' - wiki: 'Wiki (page Mailing-List)' - mail: 'for example with an email to %{email}.' - cancel: 'or cancel' - show: - title: 'Show message' - from: 'From:' - subject: 'Subject:' - sent_on: 'Sent:' - reply: 'Reply' - all_messages: 'All messages' - - # used by controller - create: - notice: 'Message is saved and will be sent.' - - # used by model - model: - reply_subject: 'Re: %{subject}' - reply_header: '%{user} wrote on %{when}:' - reply_indent: '> %{line}' diff --git a/config/locales/en/en.navigation.yml b/config/locales/en/en.navigation.yml deleted file mode 100644 index c2ec6934..00000000 --- a/config/locales/en/en.navigation.yml +++ /dev/null @@ -1,36 +0,0 @@ -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' diff --git a/config/locales/en/en.ordergroups.yml b/config/locales/en/en.ordergroups.yml deleted file mode 100644 index e18e150a..00000000 --- a/config/locales/en/en.ordergroups.yml +++ /dev/null @@ -1,11 +0,0 @@ -en: - ordergroups: - index: - title: 'Ordergroups' - edit: - title: 'Edit ordergroups' - - # used by model - model: - invalid_balance: 'is not a valid number' - error_single_group: '%{user} is already a member of another ordergroup' diff --git a/config/locales/en/en.orders.yml b/config/locales/en/en.orders.yml deleted file mode 100644 index 9dd2080e..00000000 --- a/config/locales/en/en.orders.yml +++ /dev/null @@ -1,86 +0,0 @@ -en: - orders: - articles: - name: 'Name' - unit_quantity: 'Unit quantity' - prices: 'Net/gross price' - units_ordered: 'Units ordered' - units_full: 'Full units' - prices_sum: 'Sum (net/gross price):' - article_count: 'Ordered articles:' - edit: - title: 'Edit order' - new: - title: 'Create new order' - form: - title: 'Article' - name: 'Name' - note: 'Note' - stockit: 'In stock' - origin: 'Origin' - supplier: 'Supplier' - unit_quantity: 'Unit quantity' - prices: 'Prices (net/FC)' - select_all: 'Select all' - index: - title: 'Manage orders' - new_order: 'Create new order' - open_orders: 'Current orders' - supplier: 'Supplier' - ending: 'End' - note: 'Note' - action_end: 'Close' - confirm_end: 'Do you really want to close the order %{order}? There is no going back.' - confirm_delete: 'Do you really want to delete the order?' - no_open_orders: 'There are no current orders.' - ended_orders: 'Closed orders' - orders: - supplier: 'Supplier' - start: 'Start' - ending: 'End' - status: 'Status' - show: - title: 'Order: %{name}' - warn_not_closed: 'Warning, order is not accounted yet.' - supplier: 'Supplier:' - note: 'Note:' - created_by: 'Created by:' - begin: 'Begin:' - ending: 'End:' - group_orders: 'Group orders:' - amounts: 'Net/gross sum:' - articles_ordered: 'Ordered articles:' - action_end: 'Close!' - confirm_end: "Do you really want to close the order %{order}?\nThere is no going back." - confirm_delete: 'Do you really want to delete the order?' - articles: 'Article overview' - sort_group: 'Sorted in groups' - sort_article: 'Sorted in articles' - comments_link: 'Comments' - download: - title: 'Download' - group_pdf: 'Group PDF' - article_pdf: 'Article PDF' - matrix_pdf: 'Matrix PDF' - fax_pdf: 'Fax PDF' - fax_txt: 'Fax text' - download_file: 'Download file' - comments: - title: 'Comments' - - # used by controller - create: - notice: 'The order was created.' - update: - notice: 'The order was updated.' - finish: - notice: 'The order has finished.' - fax: - heading: 'Order for %{name}' - customer_number: 'Customer number' - delivery_day: 'Delivery day' - to_address: 'Shipping address' - articles: 'Articles' - number: 'Number' - amount: 'Amount' - name: 'Name' diff --git a/config/locales/en/en.pages.yml b/config/locales/en/en.pages.yml deleted file mode 100644 index 73d1fa98..00000000 --- a/config/locales/en/en.pages.yml +++ /dev/null @@ -1,73 +0,0 @@ -en: - pages: - title: 'Title' - last_updated: 'Last updated' - all: - title: 'All Wiki pages' - new_page: 'Create new page' - recent_changes: 'Recent changes' - title_list: 'List of pages' - site_map: 'Sitemap' - search: - placeholder: 'Page title ..' - action: 'Search' - body: - title_toc: 'Content' - edit: - title: 'Edit page' - form: - preview: 'Preview' - help: - title: 'Quick formatting help' - section_character: 'Character formatting' - italic: 'italic' - bold: 'bold' - noformat: 'No wiki-formatting' - text: 'text' - section_block: 'Block formatting' - headings: 'Heading' - heading: 'level %{level}' - unordered_list: 'Item list' - list_item_1: 'First list item' - list_item_2: 'Secound list item' - ordered_list: 'Numbered list' - section_link: 'Link formatting' - wiki_links: 'Wiki-links' - wiki_link_ex: 'Foodsoft Wiki Page' - external_links: 'External links' - external_link_ex: 'External page' - section_table: 'Table formatting' - see_tables: 'see %{tables_link}' - tables_link: 'Tables' - new: - title: 'Create new wiki page' - page_list_item: - date_format: '%a, %d %B %Y %H:%M:%S' - show: - edit: 'Edit page' - versions: 'Versions (%{count})' - subpages: 'subpages' - title_versions: 'Versions' - date_format: '%d-%m-%y %H:%M' - delete: 'Delete page' - delete_confirm: 'Warning: all subpages will be deleted as well. Are you sure?' - last_updated: 'Last updated by %{user} on %{when}' - version: - title: '%{title} - version %{version}' - title_version: 'Version' - date_format: '%a, %d-%m-%Y, %H:%M' - author: 'Author: %{user}' - view_current: 'See current version' - revert: 'Revert to this version' - - # used by controller - cshow: - error_noexist: 'Page doesn’t exist!' - redirect_notice: 'Redirected from %{page} ..' - create: - notice: 'Page was created' - update: - notice: 'Page was updated' - destroy: - notice: "The page '%{page}' and all subpages have been deleted successfully." - error_stale_object: 'Warning, the page has just been edited by someone else. Please try again.' diff --git a/config/locales/en/en.sessions.yml b/config/locales/en/en.sessions.yml deleted file mode 100644 index 874b6bb6..00000000 --- a/config/locales/en/en.sessions.yml +++ /dev/null @@ -1,14 +0,0 @@ -en: - sessions: - new: - title: 'Foodsoft login' - nojs: 'Attention, Cookies and Javascript have to be activated! Please switch off %{link}.' - noscript: 'NoScript' - user: 'User' - password: 'Password' - login: 'Login' - forgot_password: 'Forgot password?' - # used in controller - logged_in: 'Logged in!' - logged_out: 'Logged out!' - login_invalid: 'Invalid email or password' diff --git a/config/locales/en/en.shared.yml b/config/locales/en/en.shared.yml deleted file mode 100644 index 76574c3f..00000000 --- a/config/locales/en/en.shared.yml +++ /dev/null @@ -1,68 +0,0 @@ -en: - shared: - articles_by_articles: - ordergroup: 'Ordergroup' - ordered: 'Ordered (Amount + Tolerance)' - received: 'Received' - price: 'Total price' - articles_by_groups: - name: 'Name' - units: 'Amount' - units_desc: 'Assigned units' - fc_price: 'FC-Price' - fc_price_desc: 'Price including taxes, deposit and Foodcoop-charge' - unit_quantity: 'Lot quantity' - unit_quantity_desc: 'How many units per lot.' - unit: 'Unit' - price: 'Total price' - group_form_fields: - title: 'Weekly jobs' - search_user: 'Search user' - user_not_found: 'No user found' - search: 'Search ...' - group: - description: 'Description' - contact: 'Contact' - address: 'Address' - access: 'Access to' - members: 'Members' - weekly_job: 'Weekly job' - no_weekly_job: 'No weekly job defined' - apple_limit: 'Apple points order limit' - deactivated: 'deactivated' - activated: 'activated' - loginInfo: - profile: 'Profile' - edit_profile: 'Edit profile' - homepage_title: 'Visit Foodcoop Homepage' - # duplicate from de.layouts.header - logout: 'Logout' - help: 'Help' - feedback: - title: 'Feedback' - desc: 'Found a bug? Suggestions? Review?' - open_orders: - title: 'Current orders' - not_enough_apples: 'Attention your order group has too few apple points to place an order!' - supplier: 'Supplier' - ending: 'Ending' - who_ordered: 'Who ordered?' - total: 'Sum' - total_sum: 'Total sum' - no_open_orders: 'There are no current orders' - workgroup_members: - title: 'Group memberships' - - memberships: - current_members: - drop: 'remove' - no_members: '%{group} has no members.' - members: - title: 'Members of %{group}' - desc: 'Here you can manage members of the group or invite a new Foodcoop-member to the group %{link}.' - invite: 'invite' - already_members: 'Are already members' - no_members_yet: 'Are not members yet' - invite_someone: 'Invite someone' - non_members: - add: 'add' diff --git a/config/locales/en/en.simple_form.yml b/config/locales/en/en.simple_form.yml deleted file mode 100644 index 31cc4b6c..00000000 --- a/config/locales/en/en.simple_form.yml +++ /dev/null @@ -1,149 +0,0 @@ -en: - # Simple form i18n is used to build the forms - simple_form: - "yes": 'Yes' - "no": 'No' - required: - text: 'required' - mark: '*' - error_notification: - default_message: 'Errors were found. Please check the form.' - labels: - defaults: - password: 'Password' - password_confirmation: 'Repeat password' - description: 'Description' - title: 'Title' - email: 'Email' - note: 'Note' - date: 'Date' - ordergroup: 'Ordergroup' - amount: 'Amount' - phone: 'Phone' - user_tokens: 'Members' - price: 'Price (net)' - unit_quantity: 'Unit quantity' - order_number: 'Order number' - tax: 'VAT' - deposit: 'Deposit' - user: - nick: 'Username' - first_name: 'First name' - last_name: 'Last name' - workgroup: - weekly_task: 'Define monthly task?' - weekday: 'Weekday' - task_name: 'Task name' - task_required_users: 'People required' - task_duration: 'Duration in hours' - task_description: 'Description' - next_weekly_tasks_number: 'For how many weeks in advance would you like to define tasks?' - role_admin: 'Administration' - role_finance: 'Finances' - role_suppliers: 'Suppliers' - role_article_meta: 'Article database' - role_orders: 'Order management' - ordergroup: - contact_person: 'Contact person' - contact_phone: 'Phone' - contact_address: 'Address' - ignore_apple_restriction: 'Ignore order stop by apple points restriction' - task: - name: 'Name' - duration: 'Duration' - user_list: 'Responsible user' - required_users: 'People required' - due_date: 'Due date' - workgroup: 'Workgroup' - done: 'Done?' - message: - sent_to_all: 'Send to all members' - recipient_tokens: 'Recipients' - group_id: 'Group' - subject: 'Subject' - body: 'Body' - private: 'Private' - page: - body: 'Body' - parent_id: Parent page - supplier: - name: 'Name' - address: 'Address' - phone: 'Phone' - phone2: 'Phone 2' - fax: 'Fax' - email: 'Email' - url: 'Homepage' - contact_person: 'Contact person' - customer_number: 'Customer ID' - delivery_days: 'Delivery days' - order_howto: 'How to order' - note: 'Note' - min_order_quantity: 'Minimum order quantity' - is_subscribed: 'subscribed?' - article: - name: 'Name' - origin: 'Origin' - manufacturer: 'Manufacturer' - unit: 'Unit' - note: 'Note' - article_category: 'Category' - article_category: - name: 'Name' - description: 'Description' - stock_article: - supplier: 'Supplier' - delivery: - supplier: 'Supplier' - delivered_on: 'Delivery date' - user: - nick: 'Username' - name: "Name" - last_name: 'Last name' - email: 'Email' - phone: "Telephone" - ordergroup: 'Ordergroup' - workgroup: - one: 'Workgroup' - other: 'Workgroups' - order_comment: - text: Add comment to this order ... - order: - starts: 'Starts at' - ends: 'Ends at' - order_article: - article_id: Choose article from the catalogue - group_order_article: - ordergroup_id: Ordergroup - result: Amount - invoice: - supplier: Supplier - number: Number - date: Billing date - paid_on: Paid on - deposit: Charge deposit - deposit_credit: Credit deposit - amount: Amount - delivery: Delivery - order: Order - note: Note - order_article: - units_to_order: Amount of units - update_current_price: Globally update current price - - hints: - tax: 'In percentage, standard is 7,0' - task: - duration: 'How long will the task take, 1-3 hours' - required_users: 'How many users will be needed in total?' - supplier: - min_order_quantity: 'The minimum amount which has to be orderd will be shown during the order process and should motivate ordering' - article: - unit: 'For example: KG or 1L or 500g' - stock_article: - supplier: '' - message: - private: Message doesn’t show in Foodsoft mail inbox - order_article: - units_to_order: Amount of delivered units - update_current_price: Also update the price of the current order diff --git a/config/locales/en/en.stock_takings.yml b/config/locales/en/en.stock_takings.yml deleted file mode 100644 index a3930b89..00000000 --- a/config/locales/en/en.stock_takings.yml +++ /dev/null @@ -1,34 +0,0 @@ -en: - stock_takings: - edit: - title: 'Edit inventory' - index: - title: 'Inventory overview' - new_inventory: 'Create new inventory' - new: - title: 'Create new inventory' - text_deviations: 'Please fill in all surplus deviations from the %{inv_link}. For reduction, use a a negative number.' - temp_inventory: 'temporary inventory' - text_need_articles: 'You have to %{create_link} a new stock article before you can use it here.' - create: 'create' - stock_articles: 'Stock articles' - show: - title: 'Show inventory' - date: 'Date' - note: 'Note' - article: 'Article' - supplier: 'Supplier' - unit: 'Unit' - amount: 'Amount' - overview: 'Inventory overview' - confirm_delete: 'Do you really want to delete the inventory?' - stock_takings: - date: 'Date' - note: 'Note' - confirm_delete: 'Are you sure you want to delete this?' - - # used by controller - create: - notice: 'Inventory was created successfully.' - update: - notice: 'Inventory was updated.' diff --git a/config/locales/en/en.stockit.yml b/config/locales/en/en.stockit.yml deleted file mode 100644 index 02ebc356..00000000 --- a/config/locales/en/en.stockit.yml +++ /dev/null @@ -1,42 +0,0 @@ -en: - stockit: - edit: - title: 'Edit stock articles' - form: - price_hint: 'To avoid choas, it is not possible to edit the prices of already added stock articles until further notice.' - index: - view_options: 'View options' - toggle_unavailable: 'Show/hide unavailable articles' - order_online: 'Put stock order online' - new_stock_article: 'Add new stock article' - new_stock_taking: 'Add inventory' - show_stock_takings: 'Inventory overview' - new_delivery: 'New delivery ..' - article: - article: 'Article' - stock: 'In stock' - ordered: 'ordered' - available: 'available' - unit: 'Unit' - price: 'Price' - vat: 'VAT' - supplier: 'Supplier' - category: 'Category' - confirm_delete: 'Are you sure you want to delete?' - stock_worth: 'Current stock value:' - stock_count: 'Number of articles:' - new: - title: 'Add new stock article' - search_text: 'Search for articles in all catalogues:' - destroy: - notice: 'Article %{name} was deleted.' - - # used by controller - stock_create: - notice: 'Stock article was created.' - stock_update: - notice: 'Stock article was saved.' - - # used by model - check: - not_empty: '%{name} could not be deleted, the inventory is not zero.' diff --git a/config/locales/en/en.suppliers.yml b/config/locales/en/en.suppliers.yml deleted file mode 100644 index 4bafbfad..00000000 --- a/config/locales/en/en.suppliers.yml +++ /dev/null @@ -1,36 +0,0 @@ -en: - suppliers: - shared_supplier_note: 'Supplier is connected to the external database.' - index: - title: 'Suppliers' - action_new: 'Create new supplier' - action_import: 'Import supplier from external database' - articles: 'articles (%{count})' - stock: 'in stock (%{count})' - deliveries: 'deliveries (%{count})' - confirm_del: 'Do you really want to delete the supplier %{name}?' - edit: - title: 'Edit supplier' - new: - title: 'New supplier' - show: - confirm_delete: 'Are you sure?' - last_deliveries: 'Last deliveries' - new_delivery: 'Create new delivery' - show_deliveries: 'Show all deliveries' - shared_suppliers: - title: 'External lists' - body: > -

Suppliers of the external database are displayed here.

-

You can import external suppliers by subscribing (see below).

-

A new supplier will be created and connected to the external database.

- supplier: 'Supplier' - subscribe: 'Subscribe' - - # used by controller - create: - notice: 'Supplier was created' - update: - notice: 'Supplier was updated' - destroy: - notice: 'Supplier was deleted' diff --git a/config/locales/en/en.tasks.yml b/config/locales/en/en.tasks.yml deleted file mode 100644 index 09e40d37..00000000 --- a/config/locales/en/en.tasks.yml +++ /dev/null @@ -1,75 +0,0 @@ -en: - tasks: - archive: - title: 'Task archive' - archive_tasks: - due_date: 'Due date' - task: 'Subject' - who: 'People in charge' - task_format: '%{name} (%{duration}h)' - edit: - title: 'Edit task' - form: - search: - hint: "Search for user" - noresult: 'No user found' - placeholder: 'Search ...' - index: - title: 'Tasks' - title_non_group: 'Tasks for all!' - show_group_tasks: 'Show group tasks' - list: - due_date: 'Due date' - task: 'subject' - who: 'Who is doing it?' - who_hint: '(How much are still needed?)' - task_format: '%{name} (%{duration}h)' - accept_task: 'Accept task' - reject_task: 'Reject task' - mark_done: 'Mark task as done' - done_q: 'Done?' - done: 'Done' - nav: - new_task: 'Create new task' - my_tasks: 'My tasks' - all_tasks: 'All tasks' - archive: 'Completed tasks (archive)' - group_tasks: 'Group tasks' - new: - title: 'Create new tasks' - show: - title: 'Show task' - hours: '%{count}h' - due_date: 'Due date' - accept_task: 'Accept task' - reject_task: 'Reject task' - mark_done: 'Mark task as done' - user: - title: 'My tasks' - title_open: 'Open tasks' - title_accepted: 'Accepted tasks' - more: 'Nothing to do? %{tasks_link} are tasks for sure.' - tasks_link: 'Here' - workgroup: - title: 'Tasks for %{workgroup}' - weekly: - title: 'Weekly tasks' - desc: > -

Every %{weekday} this workgroup has the following job: %{task}

-

The weektask has been created by Foodsoft automatically. You still have to sign up for it yourself.

- empty: 'No weekly tasks created yet.' - edit: 'Edit weekly tasks' - title_all: 'All group tasks' - - # used by controller - create: - notice: 'Task has been created' - update: - notice: 'Task has been updated' - destroy: - notice: 'Task has been deleted' - accept: - notice: 'You have accepted the task' - set_done: - notice: 'The state of the task has been updated' - error_not_found: 'No workgroup found' diff --git a/config/locales/en/en.workgroups.yml b/config/locales/en/en.workgroups.yml deleted file mode 100644 index 9349d92d..00000000 --- a/config/locales/en/en.workgroups.yml +++ /dev/null @@ -1,12 +0,0 @@ -en: - workgroups: - edit: - title: 'Edit workgroup' - index: - title: 'Workgroups' - - # used by controller - update: - notice: 'Workgroup was updated' - error_last_admin_group: 'The last group with admin rights must not be deleted' - error_last_admin_role: 'Admin role for the last group with admin rights cannot be withdrawn'