End of day commit
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user