User ember progress
This commit is contained in:
@@ -9,6 +9,7 @@ en:
|
||||
order: Order
|
||||
product_category: Product category
|
||||
section: Section
|
||||
join_request: Join request
|
||||
plural:
|
||||
user: Users
|
||||
supplier: Restaurants
|
||||
@@ -18,6 +19,7 @@ en:
|
||||
order: Orders
|
||||
product_category: Product categories
|
||||
section: Sections
|
||||
join_request: Join requests
|
||||
attributes:
|
||||
product_category:
|
||||
name: Name
|
||||
|
||||
@@ -9,6 +9,7 @@ nl:
|
||||
order: Bestelling
|
||||
product_category: Product categorie
|
||||
section: Afdeling
|
||||
join_request: Deelname verzoek
|
||||
plural:
|
||||
user: Gebruikers
|
||||
supplier: Restaurants
|
||||
@@ -18,6 +19,7 @@ nl:
|
||||
order: Bestellingen
|
||||
product_category: Product categorieen
|
||||
section: Afdelingen
|
||||
join_request: Deelname verzoeken
|
||||
attributes:
|
||||
product_category:
|
||||
name: Naam
|
||||
|
||||
@@ -19,11 +19,21 @@ en:
|
||||
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'
|
||||
|
||||
active_list:
|
||||
title: Active list
|
||||
needs_payment: Check please!
|
||||
no_orders_explanation: You did not order anything
|
||||
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: Nobody wants to join right now
|
||||
list_products:
|
||||
title: Order
|
||||
history_list:
|
||||
|
||||
@@ -19,12 +19,22 @@ nl:
|
||||
cannot_identify_table: De applicatie kan niet bepalen om welke tafel het gaat
|
||||
unknown_supplier_name: onbekend
|
||||
unauthorized: Niet toegestane actie
|
||||
order_could_not_be_processed: 'De bestelling kan niet worden uitgevoerd'
|
||||
active_list:
|
||||
title: Actieve lijst
|
||||
needs_payment: Rekening vragen!
|
||||
no_orders_explanation: Je hebt nog niks besteld
|
||||
not_active:
|
||||
message: Momenteel is er geen lijst actief
|
||||
home_button_text: Terug
|
||||
list_products:
|
||||
title: Bestel
|
||||
join_request:
|
||||
existing_user:
|
||||
title: '${models.plural.join_request}'
|
||||
reject_request: Afwijzen
|
||||
approve_request: Toestaan
|
||||
no_join_requests_message: Niemand wil deelnemen aan de ${models.list}
|
||||
history_list:
|
||||
title: Afgesloten lijst
|
||||
list_history:
|
||||
|
||||
Reference in New Issue
Block a user