implement joining table
This commit is contained in:
@@ -16,6 +16,10 @@ en:
|
||||
the_list_has_been_closed: The %{list} has been closed
|
||||
illegal_history_list_attempt: The list you want to access is not yours
|
||||
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
|
||||
action:
|
||||
index:
|
||||
label: Listing %{models}
|
||||
@@ -71,5 +75,9 @@ en:
|
||||
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
|
||||
section:
|
||||
first_section_title: Room
|
||||
|
||||
Reference in New Issue
Block a user