supplier menu progress
This commit is contained in:
@@ -12,7 +12,7 @@ Qwaiter::Application.configure do
|
||||
# Show full error reports and disable caching
|
||||
config.consider_all_requests_local = true
|
||||
config.action_controller.perform_caching = false
|
||||
config.action_controller.action_on_unpermitted_parameters = :raise
|
||||
config.action_controller.action_on_unpermitted_parameters = :log
|
||||
|
||||
config.ember.variant = :development
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Qwaiter::Application.configure do
|
||||
# Show full error reports and disable caching
|
||||
config.consider_all_requests_local = true
|
||||
config.action_controller.perform_caching = false
|
||||
config.action_controller.action_on_unpermitted_parameters = :raise
|
||||
config.action_controller.action_on_unpermitted_parameters = :log
|
||||
|
||||
# Raise exceptions instead of rendering exception templates
|
||||
config.action_dispatch.show_exceptions = false
|
||||
|
||||
@@ -120,6 +120,7 @@ en:
|
||||
title: Reviews
|
||||
explanation: Fill in your Iens id. You can find this id in the web location of your page
|
||||
product_category:
|
||||
# week days depricated
|
||||
week_days:
|
||||
abbreviation:
|
||||
sunday: S
|
||||
@@ -129,6 +130,19 @@ en:
|
||||
thursday: T
|
||||
friday: F
|
||||
saturday: S
|
||||
edit:
|
||||
modal:
|
||||
title: Edit ${models.product_category}
|
||||
body_header: ''
|
||||
active_between:
|
||||
top: Active between
|
||||
middle: and
|
||||
move:
|
||||
modal:
|
||||
title: Move ${models.product_category|downcase}
|
||||
body_header: ''
|
||||
move_to_top: Move to top
|
||||
move_below_label: "Place below ${product_category|downcase}"
|
||||
product:
|
||||
new: 'New ${model.product|downcase}'
|
||||
preview:
|
||||
|
||||
@@ -128,6 +128,19 @@ nl:
|
||||
thursday: D
|
||||
friday: V
|
||||
saturday: Z
|
||||
edit:
|
||||
modal:
|
||||
title: Bewerk ${models.product_category}
|
||||
body_header: ''
|
||||
active_between:
|
||||
top: Actief tussen
|
||||
middle: en
|
||||
move:
|
||||
modal:
|
||||
title: Verplaats ${models.product_category|downcase}
|
||||
body_header: ''
|
||||
move_to_top: Plaats bovenaan
|
||||
move_below_label: "Plaats onder ${product_category|downcase}"
|
||||
product:
|
||||
new: 'Nieuw ${model.product|downcase}'
|
||||
preview:
|
||||
|
||||
Reference in New Issue
Block a user