section improvements, area elements mostly

This commit is contained in:
2015-03-03 16:43:57 +01:00
parent 196f998c38
commit c038ca3954
40 changed files with 679 additions and 55 deletions
+8 -2
View File
@@ -14,8 +14,9 @@ en:
user_feedback: User feedback
employee: Employee
employee_shift: Shift
section_element: Section element
svg_element: Svg element
section_element: Section element
section_area: Section area
plural:
user: Users
supplier: Restaurants
@@ -30,8 +31,9 @@ en:
user_feedback: User feedbacks
employee: Employees
employee_shift: Shifts
section_element: Section elements
svg_element: Svg elements
section_element: Section elements
section_area: Section areas
attributes:
product_category:
name: Name
@@ -117,3 +119,7 @@ en:
position_x: X
position_y: Y
rotation: Angle
section_area:
title: Title
width: Width
height: Height
+8 -2
View File
@@ -13,8 +13,9 @@ nl:
join_request: Deelname verzoek
employee: Werknemer
employee_shift: Shift
section_element: Ruimte element
svg_element: Svg element
section_element: Ruimte element
section_area: Ruimte blok
plural:
user: Gebruikers
supplier: Restaurants
@@ -28,8 +29,9 @@ nl:
join_request: Deelname verzoeken
employee: Werknemers
employee_shift: Shifts
section_element: Ruimte elementen
svg_element: Svg element
section_element: Ruimte elementen
section_area: Ruimte blokken
attributes:
product_category:
name: Naam
@@ -116,3 +118,7 @@ nl:
position_x: X
position_y: Y
rotation: Angle
section_area:
title: Titel
width: Breedte
height: Hoogte
+7
View File
@@ -215,3 +215,10 @@ en:
add_button: Add ${models.section_element}
modal:
title: Add ${models.section_element}
section_area:
add_button: Add ${models.section_area}
modal:
title: Add ${models.section_area}
save_button: Save
close_button: Close
destroy_button: Delete
+4
View File
@@ -218,3 +218,7 @@ nl:
add_button: ${models.section_element} toevoegen
modal:
title: ${models.section_element} toevoegen
section_area:
add_button: ${models.section_area} toevoegen
modal:
title: ${models.section_area} toevoegen