End of day commit
This commit is contained in:
@@ -11,6 +11,7 @@ en:
|
||||
section: Section
|
||||
join_request: Join request
|
||||
user_feedback: User feedback
|
||||
employee: Employee
|
||||
plural:
|
||||
user: Users
|
||||
supplier: Restaurants
|
||||
@@ -22,6 +23,7 @@ en:
|
||||
section: Sections
|
||||
join_request: Join requests
|
||||
user_feedback: User feedbacks
|
||||
employee: Employees
|
||||
attributes:
|
||||
product_category:
|
||||
name: Name
|
||||
|
||||
@@ -10,6 +10,7 @@ nl:
|
||||
product_category: Product categorie
|
||||
section: Afdeling
|
||||
join_request: Deelname verzoek
|
||||
employee: Werknemer
|
||||
plural:
|
||||
user: Gebruikers
|
||||
supplier: Restaurants
|
||||
@@ -20,6 +21,7 @@ nl:
|
||||
product_category: Product categorieen
|
||||
section: Afdelingen
|
||||
join_request: Deelname verzoeken
|
||||
employee: Werknemers
|
||||
attributes:
|
||||
product_category:
|
||||
name: Naam
|
||||
|
||||
@@ -182,3 +182,11 @@ en:
|
||||
orders_placed_count_explanation: " means that there are %{count} orders placed and not yet processing or finished"
|
||||
orders_in_process_count_explanation: " means that there are %{count} orders currently processing"
|
||||
close: Got it
|
||||
employee:
|
||||
new_button: 'Add ${models.employee}'
|
||||
destroy:
|
||||
modal:
|
||||
title: 'Delete ${models.employee} %{name}?'
|
||||
edit:
|
||||
modal:
|
||||
body_header: ''
|
||||
|
||||
@@ -185,3 +185,8 @@ nl:
|
||||
orders_placed_count_explanation: " means that there are %{count} orders placed and not yet processing or finished"
|
||||
orders_in_process_count_explanation: " means that there are %{count} orders currently processing"
|
||||
close: Got it
|
||||
employee:
|
||||
new_button: '${models.employee} toevoegen'
|
||||
destroy:
|
||||
modal:
|
||||
title: '${models.employee} %{name} verwijderen?'
|
||||
|
||||
Reference in New Issue
Block a user