End of day commit

This commit is contained in:
2015-02-16 17:53:01 +01:00
parent 5eb3d15638
commit f7d8c4cc7c
27 changed files with 190 additions and 13 deletions
+2
View File
@@ -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
+2
View File
@@ -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
+8
View File
@@ -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: ''
+5
View File
@@ -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?'