145 lines
4.3 KiB
YAML
145 lines
4.3 KiB
YAML
# Sample localization file for English. Add more files in this directory for other locales.
|
|
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
en:
|
|
hello: "Hello world"
|
|
menu:
|
|
home: Home
|
|
bars_restaurants: 'Bars & Restaurants'
|
|
clients: Gebruikers
|
|
enquete: Enquete
|
|
cartoon: Cartoon
|
|
contact: Contact
|
|
helpers:
|
|
links:
|
|
are_you_sure: 'Are you sure?'
|
|
place_order: Place order
|
|
show_active_list: Show %{list}
|
|
forms:
|
|
errors:
|
|
title: There are problems found during saving (%{count})
|
|
messages:
|
|
cannot_order_on_non_active_list: You cannot place an order on a closed list
|
|
order_is_placed: Your order has been received in good order
|
|
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
|
|
join_request_rejected: Your request to join the table has been rejected
|
|
join_request_approved: Your request to join the table has been approved
|
|
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
|
|
action:
|
|
index:
|
|
label: Listing %{models}
|
|
new:
|
|
label: New %{model}
|
|
show:
|
|
label: Showing %{model}
|
|
edit:
|
|
label: Edit %{model}
|
|
create:
|
|
successfull: '%{model} is successfully created'
|
|
update:
|
|
successfull: '%{model} is successfully updated'
|
|
destroy:
|
|
successfull: '%{model} is successfully destroyed'
|
|
table:
|
|
is_occupied: This table is occupied
|
|
has_no_section: "Not placed"
|
|
activemodel:
|
|
models:
|
|
user: User
|
|
supplier: Restaurant
|
|
table: Table
|
|
list: List
|
|
product: Product
|
|
order: Order
|
|
product_category: Product category
|
|
section: Section
|
|
plural:
|
|
user: Users
|
|
supplier: Restaurants
|
|
table: Tables
|
|
list: Lists
|
|
product: Products
|
|
order: Orders
|
|
product_category: Product categories
|
|
section: Sections
|
|
attributes:
|
|
product:
|
|
price: Price
|
|
list:
|
|
created_at: Created
|
|
state: Status
|
|
needs_help: Needs attention
|
|
needs_payment: Wants to pay
|
|
closed_at: Closed at
|
|
supplier:
|
|
menu:
|
|
active_lists: Active %{lists}
|
|
active_lists:
|
|
title: Active %{lists}
|
|
price: Price
|
|
active_orders:
|
|
title: Active %{orders}
|
|
price: Price
|
|
close: Close the shop
|
|
you_are_currently_closed_alert: 'You are currently closed and not able to take orders'
|
|
mark_as_open_button: 'Open up the place!'
|
|
table_number: Table
|
|
tables:
|
|
qr_codes:
|
|
link: Qr codes sheet
|
|
lists:
|
|
show:
|
|
title: Show %{list}
|
|
section:
|
|
tables_view: Tables view
|
|
add_tables:
|
|
button_label: Add tables
|
|
modal:
|
|
title: Add tables
|
|
arrange_tables:
|
|
button_label: Arrange tables
|
|
modal:
|
|
title: Arrange tables
|
|
|
|
user:
|
|
active_list:
|
|
title: Active list
|
|
needs_payment: Check please!
|
|
history_list:
|
|
title: Closed list
|
|
list_history:
|
|
title: Closed lists
|
|
show_products:
|
|
# The title gets products: Product.model_name.human_plural that can be used: e.g.: Showing %{products}
|
|
title: Menu
|
|
join_occupied_table:
|
|
title: This table is occupied
|
|
join_this_table: Join this table
|
|
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
|
|
section:
|
|
first_section_title: Room
|
|
manage_tables:
|
|
title: "Manage tables for %{section}: %{title}"
|
|
general:
|
|
boolean:
|
|
boolean_yes: "Yes"
|
|
boolean_no: "No"
|
|
# FOLLOWING ARE BACKED BY DATA ATTRIBUTES
|
|
selected_products:
|
|
clear: Clear
|
|
order: Order
|