End of day commit

This commit is contained in:
2015-02-18 22:36:47 +01:00
parent 82670f271b
commit c1858455e9
68 changed files with 633 additions and 145 deletions
+5
View File
@@ -3,6 +3,7 @@ en:
models:
user: User
supplier: Restaurant
new_supplier: New restaurant
table: Table
list: List
product: Product
@@ -15,6 +16,7 @@ en:
plural:
user: Users
supplier: Restaurants
new_supplier: New restaurants
table: Tables
list: Lists
product: Products
@@ -67,3 +69,6 @@ en:
created_at: Created
user:
email: 'E-mail'
employee:
name: Name
email: 'E-mail'
+5
View File
@@ -3,6 +3,7 @@ nl:
models:
user: Gebruiker
supplier: Restaurant
new_supplier: Nieuw restaurant
table: Tafel
list: Lijst
product: Product
@@ -14,6 +15,7 @@ nl:
plural:
user: Gebruikers
supplier: Restaurants
new_supplier: Nieuwe restaurants
table: Tafels
list: Lijsten
product: Producten
@@ -66,3 +68,6 @@ nl:
created_at: Aangemaakt
user:
email: 'E-mail'
employee:
name: Naam
email: 'E-mail'
+6 -3
View File
@@ -187,6 +187,9 @@ en:
destroy:
modal:
title: 'Delete ${models.employee} %{name}?'
edit:
modal:
body_header: ''
modal:
new_title: New ${models.employee}
new_title: Edit ${models.employee}
body_header: ''
close_button: Close
save_button: Save
+6
View File
@@ -190,3 +190,9 @@ nl:
destroy:
modal:
title: '${models.employee} %{name} verwijderen?'
modal:
new_title: ${models.employee} aanmaker
new_title: Bewerk ${models.employee}
body_header: ''
close_button: Cancel
save_button: Save