This commit is contained in:
2020-03-05 17:53:35 -05:00
parent aac62f8e55
commit b170521619
12 changed files with 1292 additions and 568 deletions
+3 -5
View File
@@ -24,16 +24,14 @@ Qwaiter::Application.configure do
#config.ember.variant = :development
config.action_controller.asset_host = "http://#{ENV['MOZO_LOCAL_IP'] || 'localhost'}:3000"
config.action_controller.asset_host = "https://assets.mozo.local"
# config.web_console.automount = true
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.default_url_options = {
host: ENV['MOZO_LOCAL_IP'] || 'localhost',
port: 3000
}
config.action_mailer.default_url_options = { host: 'https://www.mozo.local' }
config.action_controller.default_url_options = { host: 'https://www.mozo.local' }
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log
+2 -4
View File
@@ -33,8 +33,6 @@ Qwaiter::Application.configure do
config.assets.css_compressor = :sass
config.ember.variant = :production if defined?(Ember::Rails)
# Generate digests for assets URLs
config.assets.digest = true
# Don't fallback to assets pipeline if a precompiled asset is missed
@@ -48,7 +46,7 @@ Qwaiter::Application.configure do
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
@@ -71,7 +69,7 @@ Qwaiter::Application.configure do
# Disable delivery errors, bad email addresses will be ignored
config.action_mailer.raise_delivery_errors = false
config.action_mailer.default_url_options = {
host: 'www.mozo.bar'
host: 'mozo.bar'
}
config.action_mailer.delivery_method = :sendmail
+272 -264
View File
@@ -1,265 +1,273 @@
en:
supplier:
page:
cannot_compile: There is an error in the page that prevented it from being displayed.
confirm:
title: Are you sure?
cancel: "Cancel"
confirm: "OK"
general:
destroy:
text: 'Are you sure?'
total: Total
close: Close
destroy_button: Delete
sign_up:
header: |
Nice that you want to start using Mozo.
After signing up a confirmation e-mail will be sent to you
in order to confirm your email. After clicking the link in
this e-mail you will be fully operational!<br>
Happy ordering!
button: Sign up
dashboard:
title: Dashboard
active_lists:
no_lists: No active ${models.plural.list|downcase}
active_orders:
no_orders: No active ${models.plural.order|downcase}
top_menu:
menu: Menu
schedule: Schedule
active_lists:
title: Active ${models.plural.list|downcase}
price: Price
active_orders:
title: Active ${models.plural.order|downcase}
price: Price
supplier:
close_for_orders: Close the shop
close_for_orders_confirmation: If you close the shop, you cannot receive orders. Are you sure?
open_for_orders: 'Open up the place!'
you_are_currently_closed_alert: 'You are currently closed so cannot receive orders!'
settings: Settings
sign_out: Sign out
table_number: Table
table:
needs_help:
flash_message: ${models.table} %{number} needs help
print_qr_codes: Print Qr codes
add_tables_first:
title: Add ${models.plural.table|downcase} first
body: To be able to print QR-codes, you first need to add ${models.plural.table|downcase}. Each table has its own QR-code
destroy:
modal:
title: Are you sure you want to delete ${models.table} %{number}
modal:
title: "Edit ${models.table|downcase}"
body_header: ""
close_button: Cancel
save_button: OK
destroy_button: Delete
new_button: Add ${models.table|downcase}
lists:
index:
show_all: Show all ${models.plural.list|downcase}
show_active: Show active ${models.plural.list}
show_list_on_day: ${models.list} on date
total_sentence: Total amount
show:
title: Show %{list}
users: Clients
list:
is_helped_button: Question answered!
close_list: Close!
none_found: 'No ${models.plural.list|downcase}'
go_to_lists: Go to ${models.plural.list}
close:
modal:
title: Are you sure yout want to close the ${models.list}
message: After closing a list the customer can open a new one
cancel: Cancel
close_list: Close ${models.list}
order:
being_processed: 'In process!'
being_served: 'Is delivered!'
sections_header:
all_sections: All
section:
first_section_title: Inside
show:
title: 'Show ${models.section|downcase}'
manage_tables:
link: 'Manage ${models.plural.table|downcase}'
title: "Manage ${models.plural.table|downcase} for ${models.section|downcase}: %{title}"
tables_view:
link: '${models.plural.table} view'
table_actions:
title: '${models.table} actions'
got_to_table: 'Go to ${models.table|downcase}'
add_tables:
button_label: Add ${models.plural.table|downcase}
modal:
title: Add ${models.plural.table|downcase}
body_header: ""
number_start: From number
number_end: Till number
close_button: Close
add_button: Add
too_many: "You can add maximal 10 ${models.plural.table|downcase} at once (you want to add %{count})"
invalid_start_number: "Invalid start number"
invalid_end_number: "Invalid end number"
add_section:
modal:
title: 'New ${models.section}'
close_button: Close
add_button: Create
arrange_tables:
button_label: Arrange ${models.plural.table|downcase}
by_row_no_row_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per row'
by_column_no_column_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per column'
modal:
title: Arrange ${models.plural.table|downcase}
body_header: ""
distributed:
title: Distributed
explanation: Distribute ${models.plural.table|downcase} as good as possible in the ${models.section|downcase}
by_row:
title: By row
before_field: 'make rows each having '
after_field: ' ${models.plural.table}'
by_column:
title: By column
before_field: 'make columns each having '
after_field: ' ${models.plural.table}'
close_button: Close
arrange_button: Distribute
cannot_arrange: 'The ${models.plural.table|downcase} could not be arranged. Does the ${models.section|downcase} have a width and a height?'
settings:
title: Settings
save: Save settings
reviews:
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
monday: M
tuesday: T
wednesday: W
thursday: T
friday: F
saturday: S
new_button: Add ${models.product_category}
time_preview:
title: Preview ${models.plural.product_category|downcase}
active_at: Active at time
activate_button: Activate preview
deactivate_button: Stop preview
modal:
active_between:
top: Active between
middle: and
destroy_confirm_text: 'Are you sure you want to delete ${models.product_category} %{name}?'
new:
title: New ${models.product_category}
body_header: ''
close_button: Cancel
save_button: Save
edit:
title: Edit ${models.product_category}
body_header: ''
close_button: Cancel
destroy_button: Delete
save_button: Save
move:
title: Move ${models.product_category|downcase}
body_header: ''
move_to_top: Move to top
move_below_label: "Place below ${models.product_category|downcase}"
products:
title: Sort ${models.plural.product|downcase}
product:
new: 'New ${model.product|downcase}'
destroy_confirmation: Are you sure you want to delete ${models.product|downcase} %{name}
code_filter:
placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
preview:
header: 'Select moment to preview products'
description: 'Products visible to customers at chosen moment:'
product_variant:
add_product_variant: "Add variant"
state:
list:
active: 'Active'
closed: 'Closed'
datepicker:
no_date: 'Pick a date'
modal:
info:
close: OK
change_list_table:
title: Change the ${models.table} of the ${models.list}
subtitle: 'The current ${model.table} number is # %{current_table_number}'
close_button: Close
user_info:
title: ${models.user} info
supplier_status_info:
title: "%{name} info"
header: The icons at the top right corner contain information about the current orders
orders_placed_count_explanation: "&nbsp; means that there are %{count} orders placed and not yet processing or finished"
orders_in_process_count_explanation: "&nbsp; means that there are %{count} orders currently processing"
close: Got it
employee:
new_button: 'Add ${models.employee}'
destroy:
modal:
title: 'Delete ${models.employee} %{name}?'
modal:
new_title: New ${models.employee}
edit_title: Edit ${models.employee}
body_header: ''
close_button: Close
save_button: Save
select_modal:
title: Select ${models.employee}
close_button: Close
employee_shift:
time_window: From %{start} to %{end}
modal:
title: Edit ${models.employee_shift}
body_header: ''
close_button: Close
save_button: Save
destroy_button: Destroy
destroy_confirmation: Are you sure?
suppliers_switcher:
switch_to_button: Switch to %{name}
section_element:
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}
explanation: |
A ${models.section_area} is a block in your ${models.section} to indicate elements to easily recognize your space.
This can be a Bar or special area.
save_button: OK
close_button: Cancel
destroy_button: Delete
current_employee:
my_account:
link: My account
title: My account
my_schedule:
title: My schedule
link: My schedule
schedule:
title: Schedule for %{name}
user:
unknown_name: '?'
number_of_lists_at_supplier: Number of ${models.plural.list} at your place
new_supplier:
already_signed_in_new_restaurant_button_text: "Add a new %{supplier} having you as the first manager"
employee_already_signed_in: |
You are already signed in as %{employee}, so there are some possible actions:
<ol>
<li><a href="/supplier" class="button">Go to the application to manage the orders</a></li>
<li>%{new_supplier_button}</li>
</ol>
# supplier:
# page:
# cannot_compile: There is an error in the page that prevented it from being displayed.
# confirm:
# title: Are you sure?
# cancel: "Cancel"
# confirm: "OK"
# general:
# destroy:
# text: 'Are you sure?'
# total: Total
# close: Close
# destroy_button: Delete
# sign_up:
# header: |
# Nice that you want to start using Mozo.
# After signing up a confirmation e-mail will be sent to you
# in order to confirm your email. After clicking the link in
# this e-mail you will be fully operational!<br>
# Happy ordering!
# button: Sign up
# dashboard:
# title: Dashboard
# active_lists:
# no_lists: No active ${models.plural.list|downcase}
# active_orders:
# no_orders: No active ${models.plural.order|downcase}
# top_menu:
# menu: Menu
# schedule: Schedule
# active_lists:
# title: Active ${models.plural.list|downcase}
# price: Price
# active_orders:
# title: Active ${models.plural.order|downcase}
# price: Price
# supplier:
# close_for_orders: Close the shop
# close_for_orders_confirmation: If you close the shop, you cannot receive orders. Are you sure?
# open_for_orders: 'Open up the place!'
# you_are_currently_closed_alert: 'You are currently closed so cannot receive orders!'
# settings: Settings
# sign_out: Sign out
# table_number: Table
# table:
# needs_help:
# flash_message: ${models.table} %{number} needs help
# print_qr_codes: Print Qr codes
# add_tables_first:
# title: Add ${models.plural.table|downcase} first
# body: To be able to print QR-codes, you first need to add ${models.plural.table|downcase}. Each table has its own QR-code
# destroy:
# modal:
# title: Are you sure you want to delete ${models.table} %{number}
# modal:
# title: "Edit ${models.table|downcase}"
# body_header: ""
# close_button: Cancel
# save_button: OK
# destroy_button: Delete
# new_button: Add ${models.table|downcase}
# lists:
# index:
# show_all: Show all ${models.plural.list|downcase}
# show_active: Show active ${models.plural.list}
# show_list_on_day: ${models.list} on date
# total_sentence: Total amount
# show:
# title: Show %{list}
# users: Clients
# list:
# is_helped_button: Question answered!
# close_list: Close!
# none_found: 'No ${models.plural.list|downcase}'
# go_to_lists: Go to ${models.plural.list}
# close:
# modal:
# title: Are you sure yout want to close the ${models.list}
# message: After closing a list the customer can open a new one
# cancel: Cancel
# close_list: Close ${models.list}
# order:
# being_processed: 'In process!'
# being_served: 'Is delivered!'
# sections_header:
# all_sections: All
# section:
# first_section_title: Inside
# show:
# title: 'Show ${models.section|downcase}'
# manage_tables:
# link: 'Manage ${models.plural.table|downcase}'
# title: "Manage ${models.plural.table|downcase} for ${models.section|downcase}: %{title}"
# tables_view:
# link: '${models.plural.table} view'
# table_actions:
# title: '${models.table} actions'
# got_to_table: 'Go to ${models.table|downcase}'
# add_tables:
# button_label: Add ${models.plural.table|downcase}
# modal:
# title: Add ${models.plural.table|downcase}
# body_header: ""
# number_start: From number
# number_end: Till number
# close_button: Close
# add_button: Add
# too_many: "You can add maximal 10 ${models.plural.table|downcase} at once (you want to add %{count})"
# invalid_start_number: "Invalid start number"
# invalid_end_number: "Invalid end number"
# add_section:
# modal:
# title: 'New ${models.section}'
# close_button: Close
# add_button: Create
# arrange_tables:
# button_label: Arrange ${models.plural.table|downcase}
# by_row_no_row_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per row'
# by_column_no_column_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per column'
# modal:
# title: Arrange ${models.plural.table|downcase}
# body_header: ""
# distributed:
# title: Distributed
# explanation: Distribute ${models.plural.table|downcase} as good as possible in the ${models.section|downcase}
# by_row:
# title: By row
# before_field: 'make rows each having '
# after_field: ' ${models.plural.table}'
# by_column:
# title: By column
# before_field: 'make columns each having '
# after_field: ' ${models.plural.table}'
# close_button: Close
# arrange_button: Distribute
# cannot_arrange: 'The ${models.plural.table|downcase} could not be arranged. Does the ${models.section|downcase} have a width and a height?'
# settings:
# title: Settings
# save: Save settings
# reviews:
# 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
# monday: M
# tuesday: T
# wednesday: W
# thursday: T
# friday: F
# saturday: S
# new_button: Add ${models.product_category}
# time_preview:
# title: Preview ${models.plural.product_category|downcase}
# active_at: Active at time
# activate_button: Activate preview
# deactivate_button: Stop preview
# modal:
# active_between:
# top: Active between
# middle: and
# destroy_confirm_text: 'Are you sure you want to delete ${models.product_category} %{name}?'
# new:
# title: New ${models.product_category}
# body_header: ''
# close_button: Cancel
# save_button: Save
# edit:
# title: Edit ${models.product_category}
# body_header: ''
# close_button: Cancel
# destroy_button: Delete
# save_button: Save
# move:
# title: Move ${models.product_category|downcase}
# body_header: ''
# move_to_top: Move to top
# move_below_label: "Place below ${models.product_category|downcase}"
# products:
# title: Sort ${models.plural.product|downcase}
# product:
# new: 'New ${model.product|downcase}'
# destroy_confirmation: Are you sure you want to delete ${models.product|downcase} %{name}
# code_filter:
# placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
# preview:
# header: 'Select moment to preview products'
# description: 'Products visible to customers at chosen moment:'
# product_variant:
# add_product_variant: "Add variant"
# state:
# list:
# active: 'Active'
# closed: 'Closed'
# datepicker:
# no_date: 'Pick a date'
# modal:
# info:
# close: OK
# change_list_table:
# title: Change the ${models.table} of the ${models.list}
# subtitle: 'The current ${model.table} number is # %{current_table_number}'
# close_button: Close
# user_info:
# title: ${models.user} info
# supplier_status_info:
# title: "%{name} info"
# header: The icons at the top right corner contain information about the current orders
# orders_placed_count_explanation: "&nbsp; means that there are %{count} orders placed and not yet processing or finished"
# orders_in_process_count_explanation: "&nbsp; means that there are %{count} orders currently processing"
# close: Got it
# employee:
# new_button: 'Add ${models.employee}'
# destroy:
# modal:
# title: 'Delete ${models.employee} %{name}?'
# modal:
# new_title: New ${models.employee}
# edit_title: Edit ${models.employee}
# body_header: ''
# close_button: Close
# save_button: Save
# select_modal:
# title: Select ${models.employee}
# close_button: Close
# employee_shift:
# time_window: From %{start} to %{end}
# modal:
# title: Edit ${models.employee_shift}
# body_header: ''
# close_button: Close
# save_button: Save
# destroy_button: Destroy
# destroy_confirmation: Are you sure?
# suppliers_switcher:
# switch_to_button: Switch to %{name}
# section_element:
# 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}
# explanation: |
# A ${models.section_area} is a block in your ${models.section} to indicate elements to easily recognize your space.
# This can be a Bar or special area.
# save_button: OK
# close_button: Cancel
# destroy_button: Delete
# current_employee:
# my_account:
# link: My account
# title: My account
# my_schedule:
# title: My schedule
# link: My schedule
# schedule:
# title: Schedule for %{name}
# user:
# unknown_name: '?'
# number_of_lists_at_supplier: Number of ${models.plural.list} at your place
+273 -265
View File
@@ -1,266 +1,274 @@
nl:
supplier:
page:
cannot_compile: There is an error in the page that prevented it from being displayed.
confirm:
title: Weet je dit zeker?
cancel: Cancel
confirm: Ja
general:
destroy:
text: 'Are you sure?'
total: Total
close: Sluiten
destroy_button: Verwijder
sign_up:
header: |
Leuk dat je je wilt aanmelden voor Mozo.
Na de aanmelding zal er een bevestigings e-mail worden gestuurd
om het e-mailadres te bevestigen.
Hierna kan je aan de slag met mobiel bestellen!
button: Aanmelden
dashboard:
title: Dashboard
active_lists:
no_lists: Geen actieve ${models.plural.list}
active_orders:
no_orders: Geen actieve ${models.plural.order}
top_menu:
menu: Menu
schedule: Schema
active_lists:
title: Actieve ${models.plural.list|downcase}
price: Prijs
active_orders:
title: Actieve orders
price: Prijs
supplier:
close_for_orders: De zaak afsluiten voor bestellingen
close_for_orders_confirmation: Als je de zaak afsluit kan je geen ${models.plural.order|downcase} meer ontvangen. Weet je dit zeker?
open_for_orders: 'Open de zaak!'
you_are_currently_closed_alert: 'Je bent momenteel gesloten en kan geen orders ontvangen'
settings: Instellingen
sign_out: Afmelden
table_number: Tafel
table:
needs_help:
flash_message: ${models.table} %{number} heeft een vraag
print_qr_codes: Print Qr codes
add_tables_first:
title: Je moet eerst ${models.plural.table|downcase} toevoegen
body: Om QR-codes te kunnen printen moet je eerst tafels toevoegen. Elke tafel heeft een unieke QR-code
destroy:
modal:
title: Weet je zeker dat je ${models.table} %{number} wilt verwijderen
modal:
title: "Bewerk ${models.table|downcase}"
body_header: ""
close_button: Cancel
save_button: OK
destroy_button: Verwijderen
new_button: ${models.table} toevoegen
lists:
index:
show_all: Toon alle ${models.plural.list}
show_active: Toon actieve ${models.plural.list}
show_list_on_day: '${models.plural.list} op datum'
total_sentence: Totaal bedrag
show:
title: "%{list} tonen"
users: Klanten
list:
is_helped_button: Vraag beantwoord!
close_list: Afsluiten!
none_found: 'Geen ${models.plural.list|downcase}'
go_to_lists: 'Naar ${models.plural.list|downcase}'
close:
modal:
title: Wil je de ${models.list} afsluiten?
message: Hierna kunnen gebruikers weer een nieuwe ${models.list|downcase} openen
cancel: Nog niet
close_list: ${models.list} afsluiten
order:
being_processed: 'Ben bezig!'
being_served: 'Ik kom het brengen!'
sections_header:
all_sections: Alles
section:
first_section_title: Ruimte
show:
title: 'Toon ${models.section|downcase}'
manage_tables:
link: 'Tafels beheren'
title: "Tafels beheren voor ${models.section|downcase}: %{title}"
tables_view:
link: Tafel overzicht
table_actions:
title: '${models.table} acties'
got_to_table: 'Toon ${models.table|downcase}'
add_tables:
button_label: Voeg tafels toe
modal:
title: Voeg tafels toe
body_header: ""
number_start: Vanaf nummer
number_end: Tot nummer
close_button: Sluiten
add_button: Voeg toe
too_many: "Je kan manimaal 10 ${models.plural.table|downcase} per keer toevoegen (je hebt %{count})"
invalid_start_number: "Ongeldig start nummer"
invalid_end_number: "Ongeldig eind nummer"
add_section:
modal:
title: '${models.section} toevoegen'
close_button: Sluiten
add_button: Aanmaken
arrange_tables:
button_label: Positioneer tafels
by_row_no_row_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per rij'
by_column_no_column_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per kolom'
modal:
title: Positioneer tafels
body_header: ""
distributed:
title: Verspreid
explanation: Versprijd de ${models.plural.table|downcase} zo goed mogelijk over de ${models.section|downcase}
by_row:
title: Per rij
before_field: 'maak rijen met elk '
after_field: ' ${models.plural.table}'
by_column:
title: Per kolom
before_field: 'maak kolommen met elk '
after_field: ' ${models.plural.table}'
close_button: Sluiten
arrange_button: Positioneer
cannot_arrange: 'De ${models.plural.table} konden niet worden gepositioneerd. Heeft de ${models.section|downcase} een hoogte en breedte?'
settings:
title: Instellingen
save: Instellingen opslaan
reviews:
title: Reviews
explanation: Vul hier je iens id in. Deze kan je halen uit de url van je iens pagina
product_category:
week_days:
abbreviation:
sunday: Z
monday: M
tuesday: D
wednesday: W
thursday: D
friday: V
saturday: Z
new_button: ${models.product_category} toevoegen
time_preview:
title: Preview ${models.plural.product_category|downcase}
active_at: Actief op tijdstip
activate_button: Activeer preview
deactivate_button: Stop preview
modal:
active_between:
top: Actief tussen
middle: en
destroy_confirm_text: 'Weet je zeker dat je ${models.product_category|downcase} %{name} wil verwijderen?'
new:
title: ${models.product_category} toevoegen
body_header: ''
close_button: Sluiten
save_button: Opslaan
edit:
title: Bewerk ${models.product_category}
body_header: ''
active_between:
top: Actief tussen
middle: en
close_button: Sluiten
destroy_button: Verwijder
save_button: Opslaan
move:
title: Verplaats ${models.product_category|downcase}
body_header: ''
move_to_top: Plaats bovenaan
move_below_label: "Plaats onder ${models.product_category|downcase}"
products:
title: Sorteer ${models.plural.product|downcase}
product:
new: 'Nieuw ${model.product|downcase}'
destroy_confirmation: Weet je zeker dat je ${models.product|downcase} %{name} wilt verwijderen
code_filter:
placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
preview:
header: 'Selecteer tijdstip voor voorbeeld'
description: 'Producten op gekozen tijdstip:'
product_variant:
add_product_variant: "Variant toevoegen"
state:
list:
active: 'Actief'
closed: 'Afgesloten'
datepicker:
no_date: 'Selecteer een datum'
modal:
info:
close: OK
change_list_table:
title: Verander de ${models.table} van de ${models.list}
subtitle: 'De huidige ${model.table} is # %{current_table_number}'
close_button: Sluiten
user_info:
title: ${models.user} informatie
supplier_status_info:
title: "%{name} info"
header: The icons at the top right corner contain information about the current orders
orders_placed_count_explanation: "&nbsp; means that there are %{count} orders placed and not yet processing or finished"
orders_in_process_count_explanation: "&nbsp; means that there are %{count} orders currently processing"
close: Got it
employee:
new_button: '${models.employee} toevoegen'
destroy:
modal:
title: '${models.employee} %{name} verwijderen?'
modal:
new_title: ${models.employee} aanmaker
edit_title: Bewerk ${models.employee}
body_header: ''
close_button: Cancel
save_button: Save
select_modal:
title: Select ${models.employee}
close_button: Close
employee_shift:
time_window: Van %{start} tot %{end}
modal:
title: ${models.employee_shift} bewerken
body_header: ''
close_button: Sluit
save_button: Save
destroy_button: Verwijder
destroy_confirmation: 'Weet je zeker dat je de ${models.employee_shift} wilt verwijderen?'
suppliers_switcher:
switch_to_button: Switch to %{name}
section_element:
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
explanation: |
A ${models.section_area} is a block in your ${models.section} to indicate elements to easily recognize your space.
This can be a Bar or special area.
save_button: OK
close_button: Cancel
destroy_button: Verwijderen
current_employee:
my_account:
link: Mijn account
title: Mijn account
my_schedule:
title: Mijn schema
link: Mijn schema
schedule:
title: Schema voor %{name}
user:
unknown_name: '?'
number_of_lists_at_supplier: Aantal ${models.plural.list} hier
new_supplier:
already_signed_in_new_restaurant_button_text: "Add a new %{supplier} having you as the first manager"
employee_already_signed_in: |
You are already signed in as %{employee}, so there are some possible actions:
<ol>
<li><a href="/supplier" class="button">Go to the application to manage the orders</a></li>
<li>%{new_supplier_button}</li>
</ol>
# supplier:
# page:
# cannot_compile: There is an error in the page that prevented it from being displayed.
# confirm:
# title: Weet je dit zeker?
# cancel: Cancel
# confirm: Ja
# general:
# destroy:
# text: 'Are you sure?'
# total: Total
# close: Sluiten
# destroy_button: Verwijder
# sign_up:
# header: |
# Leuk dat je je wilt aanmelden voor Mozo.
# Na de aanmelding zal er een bevestigings e-mail worden gestuurd
# om het e-mailadres te bevestigen.
# Hierna kan je aan de slag met mobiel bestellen!
# button: Aanmelden
# dashboard:
# title: Dashboard
# active_lists:
# no_lists: Geen actieve ${models.plural.list}
# active_orders:
# no_orders: Geen actieve ${models.plural.order}
# top_menu:
# menu: Menu
# schedule: Schema
# active_lists:
# title: Actieve ${models.plural.list|downcase}
# price: Prijs
# active_orders:
# title: Actieve orders
# price: Prijs
# supplier:
# close_for_orders: De zaak afsluiten voor bestellingen
# close_for_orders_confirmation: Als je de zaak afsluit kan je geen ${models.plural.order|downcase} meer ontvangen. Weet je dit zeker?
# open_for_orders: 'Open de zaak!'
# you_are_currently_closed_alert: 'Je bent momenteel gesloten en kan geen orders ontvangen'
# settings: Instellingen
# sign_out: Afmelden
# table_number: Tafel
# table:
# needs_help:
# flash_message: ${models.table} %{number} heeft een vraag
# print_qr_codes: Print Qr codes
# add_tables_first:
# title: Je moet eerst ${models.plural.table|downcase} toevoegen
# body: Om QR-codes te kunnen printen moet je eerst tafels toevoegen. Elke tafel heeft een unieke QR-code
# destroy:
# modal:
# title: Weet je zeker dat je ${models.table} %{number} wilt verwijderen
# modal:
# title: "Bewerk ${models.table|downcase}"
# body_header: ""
# close_button: Cancel
# save_button: OK
# destroy_button: Verwijderen
# new_button: ${models.table} toevoegen
# lists:
# index:
# show_all: Toon alle ${models.plural.list}
# show_active: Toon actieve ${models.plural.list}
# show_list_on_day: '${models.plural.list} op datum'
# total_sentence: Totaal bedrag
# show:
# title: "%{list} tonen"
# users: Klanten
# list:
# is_helped_button: Vraag beantwoord!
# close_list: Afsluiten!
# none_found: 'Geen ${models.plural.list|downcase}'
# go_to_lists: 'Naar ${models.plural.list|downcase}'
# close:
# modal:
# title: Wil je de ${models.list} afsluiten?
# message: Hierna kunnen gebruikers weer een nieuwe ${models.list|downcase} openen
# cancel: Nog niet
# close_list: ${models.list} afsluiten
# order:
# being_processed: 'Ben bezig!'
# being_served: 'Ik kom het brengen!'
# sections_header:
# all_sections: Alles
# section:
# first_section_title: Ruimte
# show:
# title: 'Toon ${models.section|downcase}'
# manage_tables:
# link: 'Tafels beheren'
# title: "Tafels beheren voor ${models.section|downcase}: %{title}"
# tables_view:
# link: Tafel overzicht
# table_actions:
# title: '${models.table} acties'
# got_to_table: 'Toon ${models.table|downcase}'
# add_tables:
# button_label: Voeg tafels toe
# modal:
# title: Voeg tafels toe
# body_header: ""
# number_start: Vanaf nummer
# number_end: Tot nummer
# close_button: Sluiten
# add_button: Voeg toe
# too_many: "Je kan manimaal 10 ${models.plural.table|downcase} per keer toevoegen (je hebt %{count})"
# invalid_start_number: "Ongeldig start nummer"
# invalid_end_number: "Ongeldig eind nummer"
# add_section:
# modal:
# title: '${models.section} toevoegen'
# close_button: Sluiten
# add_button: Aanmaken
# arrange_tables:
# button_label: Positioneer tafels
# by_row_no_row_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per rij'
# by_column_no_column_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per kolom'
# modal:
# title: Positioneer tafels
# body_header: ""
# distributed:
# title: Verspreid
# explanation: Versprijd de ${models.plural.table|downcase} zo goed mogelijk over de ${models.section|downcase}
# by_row:
# title: Per rij
# before_field: 'maak rijen met elk '
# after_field: ' ${models.plural.table}'
# by_column:
# title: Per kolom
# before_field: 'maak kolommen met elk '
# after_field: ' ${models.plural.table}'
# close_button: Sluiten
# arrange_button: Positioneer
# cannot_arrange: 'De ${models.plural.table} konden niet worden gepositioneerd. Heeft de ${models.section|downcase} een hoogte en breedte?'
# settings:
# title: Instellingen
# save: Instellingen opslaan
# reviews:
# title: Reviews
# explanation: Vul hier je iens id in. Deze kan je halen uit de url van je iens pagina
# product_category:
# week_days:
# abbreviation:
# sunday: Z
# monday: M
# tuesday: D
# wednesday: W
# thursday: D
# friday: V
# saturday: Z
# new_button: ${models.product_category} toevoegen
# time_preview:
# title: Preview ${models.plural.product_category|downcase}
# active_at: Actief op tijdstip
# activate_button: Activeer preview
# deactivate_button: Stop preview
# modal:
# active_between:
# top: Actief tussen
# middle: en
# destroy_confirm_text: 'Weet je zeker dat je ${models.product_category|downcase} %{name} wil verwijderen?'
# new:
# title: ${models.product_category} toevoegen
# body_header: ''
# close_button: Sluiten
# save_button: Opslaan
# edit:
# title: Bewerk ${models.product_category}
# body_header: ''
# active_between:
# top: Actief tussen
# middle: en
# close_button: Sluiten
# destroy_button: Verwijder
# save_button: Opslaan
# move:
# title: Verplaats ${models.product_category|downcase}
# body_header: ''
# move_to_top: Plaats bovenaan
# move_below_label: "Plaats onder ${models.product_category|downcase}"
# products:
# title: Sorteer ${models.plural.product|downcase}
# product:
# new: 'Nieuw ${model.product|downcase}'
# destroy_confirmation: Weet je zeker dat je ${models.product|downcase} %{name} wilt verwijderen
# code_filter:
# placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
# preview:
# header: 'Selecteer tijdstip voor voorbeeld'
# description: 'Producten op gekozen tijdstip:'
# product_variant:
# add_product_variant: "Variant toevoegen"
# state:
# list:
# active: 'Actief'
# closed: 'Afgesloten'
# datepicker:
# no_date: 'Selecteer een datum'
# modal:
# info:
# close: OK
# change_list_table:
# title: Verander de ${models.table} van de ${models.list}
# subtitle: 'De huidige ${model.table} is # %{current_table_number}'
# close_button: Sluiten
# user_info:
# title: ${models.user} informatie
# supplier_status_info:
# title: "%{name} info"
# header: The icons at the top right corner contain information about the current orders
# orders_placed_count_explanation: "&nbsp; means that there are %{count} orders placed and not yet processing or finished"
# orders_in_process_count_explanation: "&nbsp; means that there are %{count} orders currently processing"
# close: Got it
# employee:
# new_button: '${models.employee} toevoegen'
# destroy:
# modal:
# title: '${models.employee} %{name} verwijderen?'
# modal:
# new_title: ${models.employee} aanmaker
# edit_title: Bewerk ${models.employee}
# body_header: ''
# close_button: Cancel
# save_button: Save
# select_modal:
# title: Select ${models.employee}
# close_button: Close
# employee_shift:
# time_window: Van %{start} tot %{end}
# modal:
# title: ${models.employee_shift} bewerken
# body_header: ''
# close_button: Sluit
# save_button: Save
# destroy_button: Verwijder
# destroy_confirmation: 'Weet je zeker dat je de ${models.employee_shift} wilt verwijderen?'
# suppliers_switcher:
# switch_to_button: Switch to %{name}
# section_element:
# 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
# explanation: |
# A ${models.section_area} is a block in your ${models.section} to indicate elements to easily recognize your space.
# This can be a Bar or special area.
# save_button: OK
# close_button: Cancel
# destroy_button: Verwijderen
# current_employee:
# my_account:
# link: Mijn account
# title: Mijn account
# my_schedule:
# title: Mijn schema
# link: Mijn schema
# schedule:
# title: Schema voor %{name}
# user:
# unknown_name: '?'
# number_of_lists_at_supplier: Aantal ${models.plural.list} hier