cosmetics
This commit is contained in:
+19
-27
@@ -4,18 +4,10 @@ en:
|
||||
hello: "Hello world"
|
||||
page:
|
||||
not_found: "404 The page you were looking for could not be found"
|
||||
menu:
|
||||
home: Home
|
||||
about: About
|
||||
bars_restaurants: 'Bars & Restaurants'
|
||||
clients: Gebruikers
|
||||
enquete: Enquete
|
||||
cartoon: Cartoon
|
||||
contact: Contact
|
||||
helpers:
|
||||
links:
|
||||
are_you_sure: 'Are you sure?'
|
||||
place_order: Place order
|
||||
place_order: Place ${models.order}
|
||||
show_active_list: Show %{list}
|
||||
edit: Edit
|
||||
show: Show
|
||||
@@ -37,22 +29,22 @@ en:
|
||||
title: Actions
|
||||
#depricated, moved to user
|
||||
messages:
|
||||
cannot_order_on_non_active_list: You cannot place an order on a closed list
|
||||
no_active_list: There is no active list
|
||||
cannot_order_on_non_active_list: You cannot place an ${models.order} on a closed ${models.list}
|
||||
no_active_list: There is no active ${models.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
|
||||
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
|
||||
the_list_has_been_closed: The ${models.list} has been closed
|
||||
illegal_history_list_attempt: The ${models.list} you want to access is not yours
|
||||
table_not_found: The requested ${models.table} cannot be found or is not given
|
||||
table_is_occupied: The ${models.table} you want to sit on is already occupied
|
||||
table_is_reserved: The ${models.table} you want to sit on is reserved by someone else
|
||||
table_is_closed: The ${models.table} you want to sit on is not available for service
|
||||
supplier_is_closed: The owner of this ${models.table} is currently not handling orders
|
||||
join_request_rejected: Your request to join the ${models.table} has been rejected
|
||||
join_request_approved: Your request to join the ${models.table} has been approved
|
||||
table_is_from_other_supplier: You cannot move to another ${models.table} when you have an open ${models.list}
|
||||
moved_to_another_table: You successfully moved to another ${models.table}
|
||||
cannot_identify_table: The application cannot determine the ${models.table} ${attributes.table.number}
|
||||
action:
|
||||
index:
|
||||
label: Listing %{models}
|
||||
@@ -63,13 +55,13 @@ en:
|
||||
edit:
|
||||
label: Edit %{model}
|
||||
create:
|
||||
successfull: '%{model} is successfully created'
|
||||
successfull: '%{model} is successfully created'
|
||||
update:
|
||||
successfull: '%{model} is successfully updated'
|
||||
successfull: '%{model} is successfully updated'
|
||||
destroy:
|
||||
successfull: '%{model} is successfully destroyed'
|
||||
successfull: '%{model} is successfully destroyed'
|
||||
table:
|
||||
is_occupied: This table is occupied
|
||||
is_occupied: This ${models.table} is occupied
|
||||
general:
|
||||
boolean:
|
||||
boolean_yes: "Yes"
|
||||
|
||||
Reference in New Issue
Block a user