many important fixes
This commit is contained in:
@@ -0,0 +1,399 @@
|
||||
$translations ||= {}
|
||||
$translations.en =
|
||||
total: "Total"
|
||||
messages:
|
||||
general_error: "Something went wrong"
|
||||
cannot_order_on_non_active_list: "You cannot place an order on a closed list"
|
||||
no_active_list: "There is no active list"
|
||||
order_is_placed: "Your order has been received in good order"
|
||||
new_list_created: "A new ${models.list} has been created"
|
||||
the_list_has_been_closed: "The list has been closed"
|
||||
illegal_history_list_attempt: "The list you want to access is not yours"
|
||||
table_not_found: "The requested table cannot be found or is not given"
|
||||
table_is_occupied: "The table you want to sit on is already occupied"
|
||||
table_is_reserved: "The table you want to sit on is reserved by someone else"
|
||||
table_is_closed: "The table you want to sit on is not available for service"
|
||||
supplier_is_closed: "The owner of this table is currently not handling orders"
|
||||
table_is_from_other_supplier: "You cannot move to another table when you have an open list"
|
||||
moved_to_another_table: "You successfully moved to another table"
|
||||
cannot_identify_table: "The application cannot determine the table number"
|
||||
unknown_supplier_name: "unknown"
|
||||
unauthorized: "Unauthorized action detected"
|
||||
order_could_not_be_processed: "The order could not be processed"
|
||||
authenticated: "Successfully authenticated"
|
||||
active_list:
|
||||
title: "Active list"
|
||||
needs_payment: "Check please!"
|
||||
no_orders_explanation: "You did not order anything yet"
|
||||
not_active:
|
||||
message: "At the moment there is no active list"
|
||||
home_button_text: "Back"
|
||||
join_request:
|
||||
existing_user:
|
||||
title: "${models.plural.join_request}"
|
||||
reject_request: "Reject"
|
||||
approve_request: "Approve"
|
||||
no_join_requests_message: "No current join requests for your list"
|
||||
requestor:
|
||||
join_this_table: "Join this table"
|
||||
waiting_for_approval: "Waiting for approval"
|
||||
join_request_rejected: "Your request to join the table has been rejected"
|
||||
join_request_approved: "Your request to join the table has been approved"
|
||||
list_products:
|
||||
title: "Order"
|
||||
history_list:
|
||||
title: "Closed list"
|
||||
list_history:
|
||||
title: "Closed lists"
|
||||
show_products:
|
||||
title: "Menu"
|
||||
join_occupied_table:
|
||||
title: "This table is occupied"
|
||||
show_the_products: "Show me the menu"
|
||||
back: "Back"
|
||||
home:
|
||||
scan_qr: "Scan qr code"
|
||||
show_active_list: "Show my orders"
|
||||
show_active_list_products: "Go to the menu"
|
||||
basket:
|
||||
total: "Total"
|
||||
product_category:
|
||||
other_name: "Overig"
|
||||
obtain_token:
|
||||
title: "Authenticate mozo.bar"
|
||||
obtain: "Authenticate"
|
||||
invalid_combination: "The email password combination is incorrect"
|
||||
move_table:
|
||||
cannot_move_to_occupied_table: "You cannot move to an occupied table"
|
||||
moved_to_another_table: "The table is changed."
|
||||
confirmation_title: "Move to another table?"
|
||||
confirmation_body: "Do you want to move to table %{number}?"
|
||||
confirm:
|
||||
cancel: "Cancel"
|
||||
confirm: "Yes"
|
||||
list_needs_help:
|
||||
help_is_on_its_way: "Help is already on its way"
|
||||
title: "Request a waiter"
|
||||
content: "Request a waiter to your table"
|
||||
list_needs_payment:
|
||||
payment_already_requested: "You already asked for the bill"
|
||||
title: "Ask for the check"
|
||||
content: "Do you want to pay?"
|
||||
product_orders:
|
||||
order_button: "Order"
|
||||
total: "Total"
|
||||
no_orders: "No products"
|
||||
back_to_table: "Back to the ${models.table}"
|
||||
state:
|
||||
list:
|
||||
active: "Active"
|
||||
closed: "Closed"
|
||||
lists:
|
||||
show_more: "Show more"
|
||||
app:
|
||||
error:
|
||||
title: "There is a problem with the application"
|
||||
body: "Please try to restart"
|
||||
errors:
|
||||
404:
|
||||
model:
|
||||
message: "Cannot find %{model} with id %{id}"
|
||||
general:
|
||||
message: "Cannot find resource"
|
||||
format: "%{attribute} %{message}"
|
||||
messages:
|
||||
model_invalid: "Validation failed: %{errors}"
|
||||
inclusion: "is not included in the list"
|
||||
exclusion: "is reserved"
|
||||
invalid: "is invalid"
|
||||
confirmation: "doesn't match %{attribute}"
|
||||
accepted: "must be accepted"
|
||||
empty: "can't be empty"
|
||||
blank: "can't be blank"
|
||||
present: "must be blank"
|
||||
too_long:
|
||||
one: "is too long (maximum is 1 character)"
|
||||
other: "is too long (maximum is %{count} characters)"
|
||||
too_short:
|
||||
one: "is too short (minimum is 1 character)"
|
||||
other: "is too short (minimum is %{count} characters)"
|
||||
wrong_length:
|
||||
one: "is the wrong length (should be 1 character)"
|
||||
other: "is the wrong length (should be %{count} characters)"
|
||||
not_a_number: "is not a number"
|
||||
not_an_integer: "must be an integer"
|
||||
greater_than: "must be greater than %{count}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}"
|
||||
equal_to: "must be equal to %{count}"
|
||||
less_than: "must be less than %{count}"
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}"
|
||||
other_than: "must be other than %{count}"
|
||||
odd: "must be odd"
|
||||
even: "must be even"
|
||||
taken: "is already taken"
|
||||
no_parent: "should be parent object"
|
||||
already_confirmed: "was already confirmed, please try signing in"
|
||||
confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
|
||||
expired: "has expired, please request a new one"
|
||||
not_found: "not found"
|
||||
not_locked: "was not locked"
|
||||
not_saved:
|
||||
one: "1 error prohibited this %{resource} from being saved:"
|
||||
other: "%{count} errors prohibited this %{resource} from being saved:"
|
||||
in_between: "must be in between %{min} and %{max}"
|
||||
spoofed_media_type: "has contents that are not what they are reported to be"
|
||||
settings:
|
||||
title: "Settings"
|
||||
language: "Language"
|
||||
reload_application: "Reload application"
|
||||
about:
|
||||
title: "About Mozo"
|
||||
version: "Version"
|
||||
body: """
|
||||
Mozo is an app that allows you to simply order products using your phone.<br>
|
||||
The process is as follows:
|
||||
<ul>
|
||||
<li>Scan the QR-code on the table</li>
|
||||
<li>Select the products you want</li>
|
||||
<li>Click the order products button</li>
|
||||
</ul>
|
||||
Now your order is received behind the bar.<br><br>
|
||||
Feedback of your order is given by one or two checks next to your order.
|
||||
"""
|
||||
feedback:
|
||||
title: "Feedback"
|
||||
subtitle: "We gladly improve our app using your feedback!"
|
||||
submit: "Submit feedback"
|
||||
received: "Thank you for your feedback. We appreciate your opinion!"
|
||||
empty_content: "No feedback given"
|
||||
sign_in:
|
||||
title: "Sign in"
|
||||
introduction: """
|
||||
In order to be recognizable for the place where you want to order you have to authenticate using
|
||||
a well known identity platform. Your information will be handled with extreme care and not shared
|
||||
with external parties.
|
||||
<br>
|
||||
"""
|
||||
footer: "<br>"
|
||||
supplier_status_info:
|
||||
title: "%{name} info"
|
||||
header: """
|
||||
The icons at the top right corner contain information about the place where you
|
||||
are currently ordering. The number prefixed with # is your table number.
|
||||
"""
|
||||
orders_placed_count_explanation: " means that there are %{count} orders placed and not yet processing or finished"
|
||||
orders_in_process_count_explanation: " means that there are %{count} orders currently processing"
|
||||
close: "Got it"
|
||||
modal:
|
||||
info:
|
||||
close: "Close"
|
||||
product_variant:
|
||||
select_on_order:
|
||||
title: "What variant of %{name} do you want?"
|
||||
choose: "Choose"
|
||||
models:
|
||||
page: "Page"
|
||||
user: "Guest"
|
||||
cmtool:
|
||||
quote: "Quote"
|
||||
news: "News"
|
||||
keyword: "Keyword"
|
||||
faq: "Faq"
|
||||
contact_form: "Contact request"
|
||||
newsletter_subscription: "Newsletter subscription"
|
||||
image: "Image"
|
||||
directory: "Directory"
|
||||
yml_file: "Yml file"
|
||||
plural:
|
||||
page: "Pages"
|
||||
user: "Guests"
|
||||
cmtool:
|
||||
quote: "Quotes"
|
||||
news: "News"
|
||||
keyword: "Keywords"
|
||||
faq: "Faqs"
|
||||
contact_form: "Contact requests"
|
||||
newsletter_subscription: "Newsletter subscriptions"
|
||||
image: "Images"
|
||||
directory: "Directories"
|
||||
yml_file: "Yml files"
|
||||
supplier: "Restaurants"
|
||||
new_supplier: "New restaurants"
|
||||
table: "Tables"
|
||||
list: "Tabs"
|
||||
product: "Products"
|
||||
order: "Orders"
|
||||
product_category: "Product categories"
|
||||
product_variant: "Variants"
|
||||
section: "Sections"
|
||||
join_request: "Join requests"
|
||||
user_feedback: "User feedbacks"
|
||||
employee: "Employees"
|
||||
employee_shift: "Shifts"
|
||||
svg_element: "Svg elements"
|
||||
section_element: "Section elements"
|
||||
section_area: "Section areas"
|
||||
supplier: "Restaurant"
|
||||
new_supplier: "New restaurant"
|
||||
table: "Table"
|
||||
list: "Tab"
|
||||
product: "Product"
|
||||
order: "Order"
|
||||
product_category: "Product category"
|
||||
product_variant: "Variant"
|
||||
section: "Section"
|
||||
join_request: "Join request"
|
||||
user_feedback: "User feedback"
|
||||
employee: "Employee"
|
||||
employee_shift: "Shift"
|
||||
svg_element: "Svg element"
|
||||
section_element: "Section element"
|
||||
section_area: "Section area"
|
||||
attributes:
|
||||
product_category:
|
||||
name: "Name"
|
||||
position: "Position"
|
||||
week_days: "Availability"
|
||||
full_day: "Whole day"
|
||||
start_from: "From"
|
||||
end_on: "Till"
|
||||
visible_on: "Active on"
|
||||
product:
|
||||
name: "Name"
|
||||
code: "Code"
|
||||
price: "Price"
|
||||
description: "Description"
|
||||
active: "Active?"
|
||||
visible: "Visible?"
|
||||
created_at: "Created"
|
||||
image: "Image"
|
||||
product_variant:
|
||||
name: "Name"
|
||||
list:
|
||||
created_at: "Created"
|
||||
state: "Status"
|
||||
needs_help: "Needs attention"
|
||||
needs_payment: "Wants to pay"
|
||||
closed_at: "Closed at"
|
||||
price: "Total"
|
||||
section:
|
||||
title: "Title"
|
||||
width: "Width"
|
||||
height: "Length"
|
||||
created_at: "Created"
|
||||
supplier:
|
||||
name: "${models.supplier} name"
|
||||
user_message: "Message for ${models.plural.user}"
|
||||
email: "Email"
|
||||
password: "Password"
|
||||
password_confirmation: "Confirmation"
|
||||
location: "Location"
|
||||
time_zone: "Time zone"
|
||||
iens_profile: "Iens profile id"
|
||||
address: "Addres"
|
||||
postal_code: "Postal code"
|
||||
city: "City"
|
||||
country: "Country"
|
||||
new_supplier:
|
||||
supplier_name: "Restaurant name"
|
||||
email: "E-mail"
|
||||
password: "Password"
|
||||
password_confirmation: "Password confirmation"
|
||||
table:
|
||||
table_number: "Number"
|
||||
from_number: "From number"
|
||||
to_number: "To number"
|
||||
created_at: "Created"
|
||||
width: "Width"
|
||||
height: "Height"
|
||||
user:
|
||||
name: "Name"
|
||||
email: "E-mail"
|
||||
employee:
|
||||
name: "Name"
|
||||
email: "E-mail"
|
||||
manager: "Manager?"
|
||||
active: "Active?"
|
||||
color: "Color"
|
||||
employee_shift:
|
||||
description: "Description"
|
||||
"cmtool/contact_form":
|
||||
name: "Your name:"
|
||||
body: "Your question or remarks:"
|
||||
email: "Your email:*"
|
||||
male: "Mr."
|
||||
female: "Ms."
|
||||
svg_element:
|
||||
name: "Name"
|
||||
svg: "SVG"
|
||||
dpm: "Dots per meter"
|
||||
box_width: "Box width"
|
||||
box_height: "Box height"
|
||||
snap_code: "Snap code"
|
||||
section_element:
|
||||
name: "Name"
|
||||
svg: "SVG"
|
||||
dpm: "Dots per meter"
|
||||
box_width: "Box width"
|
||||
box_height: "Box height"
|
||||
snap_code: "Snap code"
|
||||
position_x: "X"
|
||||
position_y: "Y"
|
||||
rotation: "Angle"
|
||||
section_area:
|
||||
title: "Title"
|
||||
width: "Width"
|
||||
height: "Height"
|
||||
rounded: "Rounded?"
|
||||
helpers:
|
||||
select:
|
||||
prompt: "Please select"
|
||||
submit:
|
||||
create: "Add %{model}"
|
||||
update: "Update %{model}"
|
||||
submit: "Save %{model}"
|
||||
page_entries_info:
|
||||
entry:
|
||||
zero: "entries"
|
||||
one: "entry"
|
||||
other: "entries"
|
||||
one_page:
|
||||
display_entries:
|
||||
zero: "No %{entry_name} found"
|
||||
one: "Displaying <b>1</b> %{entry_name}"
|
||||
other: "Displaying <b>all %{count}</b> %{entry_name}"
|
||||
more_pages:
|
||||
display_entries: "Displaying %{entry_name} <b>%{first} - %{last}</b> of <b>%{total}</b> in total"
|
||||
links:
|
||||
are_you_sure: "Are you sure?"
|
||||
place_order: "Place ${models.order}"
|
||||
show_active_list: "Show %{list}"
|
||||
edit: "Edit"
|
||||
show: "Show"
|
||||
new: "New"
|
||||
destroy: "Delete"
|
||||
back: "Back"
|
||||
cancel: "Cancel"
|
||||
index: "Overview"
|
||||
forms:
|
||||
errors:
|
||||
title: "There are problems found during saving (%{count})"
|
||||
list:
|
||||
no_records: "There are no items present"
|
||||
actions:
|
||||
title: "Actions"
|
||||
pagination:
|
||||
first: "« First"
|
||||
last: "Last »"
|
||||
previous: "‹ Prev"
|
||||
next: "Next ›"
|
||||
truncate: "…"
|
||||
date:
|
||||
day_name:
|
||||
sunday: "Sunday"
|
||||
monday: "Monday"
|
||||
tuesday: "Tuesday"
|
||||
wednesday: "Wednesday"
|
||||
thursday: "Thursday"
|
||||
friday: "Friday"
|
||||
saturday: "Saturday"
|
||||
Reference in New Issue
Block a user