major updates to security and hacking logick
This commit is contained in:
+2
-113
@@ -31,7 +31,9 @@ en:
|
||||
no_records: There are no items present
|
||||
messages:
|
||||
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
|
||||
@@ -62,119 +64,6 @@ en:
|
||||
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:
|
||||
messages:
|
||||
could_not_arrange_tables: 'The tables could not be arranged'
|
||||
could_not_arrange_tables_distributed: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
|
||||
could_not_arrange_tables_by_row: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
|
||||
could_not_arrange_tables_by_column: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
|
||||
menu:
|
||||
active_lists: Active lists
|
||||
active_lists:
|
||||
title: Active list
|
||||
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:
|
||||
first_section_title: Room
|
||||
show:
|
||||
title: 'Show ${models.section|downcase}'
|
||||
manage_tables:
|
||||
link: 'Manage tables'
|
||||
title: "Manage tables for ${models.section|downcase}: %{title}"
|
||||
tables_view:
|
||||
link: 'Tables view'
|
||||
add_tables:
|
||||
button_label: Add tables
|
||||
modal:
|
||||
title: Add tables
|
||||
body_header: ""
|
||||
number_start: From number
|
||||
number_end: Till number
|
||||
close_button: Close
|
||||
add_button: Add
|
||||
arrange_tables:
|
||||
button_label: Arrange tables
|
||||
by_row_no_row_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per row'
|
||||
by_column_no_column_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per column'
|
||||
modal:
|
||||
title: Arrange tables
|
||||
body_header: ""
|
||||
distributed: Distributed
|
||||
by_row: By row
|
||||
by_row_count: of
|
||||
by_column: By column
|
||||
by_column_count: of
|
||||
close_button: Close
|
||||
arrange_button: Distribute
|
||||
|
||||
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
|
||||
product_category:
|
||||
other_name: Overig
|
||||
obtain_token:
|
||||
title: Authenticate Qwaiter
|
||||
obtain: Authenticate
|
||||
invalid_combination: The email password combination is incorrect
|
||||
general:
|
||||
boolean:
|
||||
boolean_yes: "Yes"
|
||||
|
||||
Reference in New Issue
Block a user