initial en translation of simple_form, stockit
This commit is contained in:
parent
d88a9757ca
commit
b59244783e
3 changed files with 179 additions and 26 deletions
134
config/locales/en/en.simple_form.yml
Normal file
134
config/locales/en/en.simple_form.yml
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
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: 'Titel'
|
||||
email: 'Email'
|
||||
note: 'Note'
|
||||
date: 'Date'
|
||||
ordergroup: 'Order group'
|
||||
amount: 'Amount'
|
||||
phone: 'Phone'
|
||||
user_tokens: 'Members'
|
||||
price: 'Price (neto)'
|
||||
unit_quantity: 'Unit quantity'
|
||||
order_number: 'Order number'
|
||||
tax: 'Tax'
|
||||
deposit: 'Deposit'
|
||||
user:
|
||||
nick: 'User name'
|
||||
first_name: 'First name'
|
||||
last_name: 'Last name'
|
||||
workgroup:
|
||||
weekly_task: 'Define monthly task?'
|
||||
weekday: 'Weekday'
|
||||
task_name: 'Task name'
|
||||
task_required_users: 'Required responsible users'
|
||||
task_duration: 'For. Amount of hours'
|
||||
task_description: 'Task 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 data base'
|
||||
role_orders: 'Order management'
|
||||
ordergroup:
|
||||
contact_person: 'Contact person'
|
||||
contact_phone: 'Phone'
|
||||
contact_address: 'Address'
|
||||
ignore_apple_restriction: 'Ignore orderstop by Apple points restrictions'
|
||||
task:
|
||||
duration: 'Duration'
|
||||
user_list: 'Responsible user'
|
||||
required_users: 'Required amount of users'
|
||||
due_date: 'Due date'
|
||||
workgroup: 'Work group'
|
||||
done: 'Done?'
|
||||
message:
|
||||
sent_to_all: 'Sent to all members'
|
||||
recipient_tokens: 'Recipients'
|
||||
group_id: 'Group'
|
||||
subject: 'Subject'
|
||||
body: 'Body'
|
||||
private: Privat
|
||||
page:
|
||||
body: 'Body'
|
||||
parent_id: Above Site
|
||||
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:
|
||||
availability: 'Is article available?'
|
||||
origin: 'Origin'
|
||||
manufacturer: 'Manufacturer'
|
||||
unit: 'Unit'
|
||||
note: 'Note'
|
||||
article_category: 'Category'
|
||||
stock_article:
|
||||
supplier: 'Supplier'
|
||||
delivery:
|
||||
delivered_on: 'Delivery date'
|
||||
user:
|
||||
nick: 'User name'
|
||||
last_name: 'Last name'
|
||||
order_comment:
|
||||
text: Comment to this order ...
|
||||
order:
|
||||
starts: 'Starts at'
|
||||
ends: 'Ends at'
|
||||
order_article:
|
||||
article_id: Chose article from the cataloge
|
||||
group_order_article:
|
||||
ordergroup_id: Order group
|
||||
result: Amount
|
||||
invoice:
|
||||
supplier: Supplier
|
||||
number: Number
|
||||
date: Billing date
|
||||
paid_on: Paid on
|
||||
deposit: Charge deposit
|
||||
deposit_credit: Credit deposit
|
||||
order_article:
|
||||
units_to_order: Amount of units
|
||||
update_current_price: Update global current price
|
||||
|
||||
hints:
|
||||
tax: 'In percentage, standard is 7,0'
|
||||
task:
|
||||
duration: 'How long will the task take to be done, 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 in-box
|
||||
order_article:
|
||||
units_to_order: Amount of delivered units
|
||||
update_current_price: Updates also the price of the current order
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue