move English translations to single file
This commit is contained in:
parent
bf94a4b472
commit
75c4e7d6f7
29 changed files with 1822 additions and 1856 deletions
1822
config/locales/en.yml
Normal file
1822
config/locales/en.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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 <em>difference between group and ordergroup</em>: An ordergroup has an account and can order food. In a <em>%{url}</em> (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 <em>difference between a group and ordergroup</em>: 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'
|
|
|
@ -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}'
|
|
|
@ -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 <b>deleted</b>:'
|
|
||||||
body_skip: 'No articles for deletion.'
|
|
||||||
update:
|
|
||||||
title: 'Update ..'
|
|
||||||
update_msg: 'Articles must be updated:'
|
|
||||||
body: >
|
|
||||||
<p><i>Every article is shown twice. The old value is gray and the textfields are pre-filled with the actual value now.</i></p>
|
|
||||||
<p><i>Differences with the old articles are marked yellow</i></p>
|
|
||||||
unit_quantity_short: 'Unity Quan.'
|
|
||||||
price_short: 'Price'
|
|
||||||
submit: 'Delete/update all'
|
|
||||||
upload:
|
|
||||||
title: '%{supplier} / upload articles'
|
|
||||||
body: >
|
|
||||||
<p>The file has to be a text file with the ending '.csv' The first line will be ignored when imported</p>
|
|
||||||
<p>The fields have to be separated with semicolons (';') and the text enclosed by double quotation marks ("text...").</p>
|
|
||||||
<p>As character set UTF-8 is demanded. Correct order of the column:</p>
|
|
||||||
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: >
|
|
||||||
<p><i>Please check the imported articles.</i></p>
|
|
||||||
<p><i>Note: at the moment there is no check for duplicate articles.</i></p>
|
|
||||||
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'
|
|
|
@ -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: '×'
|
|
|
@ -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 <i>%{supplier}</i> 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.'
|
|
|
@ -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
|
|
|
@ -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'
|
|
|
@ -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.<br />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 <b>%{name}</b> 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'
|
|
|
@ -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: >
|
|
||||||
<p>Here you can write a message to the members of your Foodcoop.</p>
|
|
||||||
<p>You have to approve in your %{profile_link} that your contact details are visible.</p>
|
|
||||||
profile_link: 'options'
|
|
||||||
ph_name: Name ...
|
|
||||||
ph_ordergroup: Order group ...
|
|
||||||
workgroups:
|
|
||||||
index:
|
|
||||||
title: 'Working groups'
|
|
||||||
body: >
|
|
||||||
<p>Editing a group is only available to members of the group.<br/>
|
|
||||||
If you want to join a group, please send the members a message. </p>
|
|
||||||
edit:
|
|
||||||
title: 'Edit group'
|
|
||||||
invite_new: 'You can invite new members %{invite_link}.'
|
|
||||||
invite_link: 'here'
|
|
||||||
workgroup:
|
|
||||||
show_tasks: 'Show all tasks'
|
|
||||||
edit: 'Edit group'
|
|
|
@ -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.'
|
|
|
@ -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}.'
|
|
|
@ -1,18 +0,0 @@
|
||||||
en:
|
|
||||||
invites:
|
|
||||||
new:
|
|
||||||
body: <p>Here you can add a person to the group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
|
||||||
action: 'Send invite'
|
|
||||||
back: 'or go back'
|
|
||||||
modal_form:
|
|
||||||
title: 'Invite person'
|
|
||||||
body: >
|
|
||||||
<p>Here you can invite a person to a group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
|
||||||
<p>After being added for the first time, the person is automatically a member of this group.</p>
|
|
||||||
|
|
||||||
# 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.'
|
|
|
@ -1,21 +0,0 @@
|
||||||
en:
|
|
||||||
layouts:
|
|
||||||
foodsoft: 'Foodsoft'
|
|
||||||
logo: '<span>food</span>soft'
|
|
||||||
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}'
|
|
|
@ -1,38 +0,0 @@
|
||||||
en:
|
|
||||||
login:
|
|
||||||
accept_invitation:
|
|
||||||
title: 'Invitation to %{name}'
|
|
||||||
body: >
|
|
||||||
<p>You are invited to be part of the foodcoop %{foodcoop} as
|
|
||||||
a member of the group <b>%{group}</b>.</p>
|
|
||||||
<p>If you want to participate, please fill in this form.</p>
|
|
||||||
<p>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.</p>
|
|
||||||
submit: 'Create a Foodsoft account'
|
|
||||||
forgot_password:
|
|
||||||
title: 'Forgot password?'
|
|
||||||
body: >
|
|
||||||
<p>No Problem, you can choose a new password.</p>
|
|
||||||
<p>Please fill in the email address with which you are registered here.
|
|
||||||
Then you will receive an email with further instructions.</p>
|
|
||||||
submit: 'Request new password'
|
|
||||||
new_password:
|
|
||||||
title: 'New password'
|
|
||||||
body: >
|
|
||||||
<p>Please fill in the new password for <b>%{user}</b></p>
|
|
||||||
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.'
|
|
||||||
|
|
|
@ -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}.
|
|
|
@ -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}'
|
|
|
@ -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'
|
|
|
@ -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'
|
|
|
@ -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'
|
|
|
@ -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 <b>%{user}</b> 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.'
|
|
|
@ -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'
|
|
|
@ -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'
|
|
|
@ -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
|
|
|
@ -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.'
|
|
|
@ -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.'
|
|
|
@ -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: >
|
|
||||||
<p>Suppliers of the external database are displayed here.</p>
|
|
||||||
<p>You can import external suppliers by subscribing (see below).</p>
|
|
||||||
<p>A new supplier will be created and connected to the external database.</p>
|
|
||||||
supplier: 'Supplier'
|
|
||||||
subscribe: 'Subscribe'
|
|
||||||
|
|
||||||
# used by controller
|
|
||||||
create:
|
|
||||||
notice: 'Supplier was created'
|
|
||||||
update:
|
|
||||||
notice: 'Supplier was updated'
|
|
||||||
destroy:
|
|
||||||
notice: 'Supplier was deleted'
|
|
|
@ -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: >
|
|
||||||
<p>Every <b>%{weekday}</b> this workgroup has the following job: <b>%{task}</b></p>
|
|
||||||
<p>The weektask has been created by Foodsoft automatically. You still have to sign up for it yourself.</p>
|
|
||||||
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'
|
|
|
@ -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'
|
|
Loading…
Reference in a new issue