many changes
This commit is contained in:
@@ -14,9 +14,21 @@ en:
|
||||
are_you_sure: 'Are you sure?'
|
||||
place_order: Place order
|
||||
show_active_list: Show %{list}
|
||||
edit: Edit
|
||||
show: Show
|
||||
new: New
|
||||
destroy: Delete
|
||||
back: Back
|
||||
cancel: Cancel
|
||||
forms:
|
||||
errors:
|
||||
title: There are problems found during saving (%{count})
|
||||
submit:
|
||||
create: 'Add %{model}'
|
||||
update: 'Update %{model}'
|
||||
submit: 'Save %{model}'
|
||||
list:
|
||||
no_records: There are no items present
|
||||
messages:
|
||||
cannot_order_on_non_active_list: You cannot place an order on a closed list
|
||||
order_is_placed: Your order has been received in good order
|
||||
@@ -130,6 +142,8 @@ en:
|
||||
show_active_list_products: Go to the menu
|
||||
basket:
|
||||
total: Total
|
||||
product_category:
|
||||
other_name: Overig
|
||||
section:
|
||||
first_section_title: Room
|
||||
manage_tables:
|
||||
|
||||
@@ -13,9 +13,21 @@ nl:
|
||||
are_you_sure: 'Weet je dit zeker?'
|
||||
place_order: Bestellen
|
||||
show_active_list: Toon %{list}
|
||||
edit: Bewerk
|
||||
show: Toon
|
||||
new: Nieuw
|
||||
destroy: Verwijder
|
||||
back: Terug
|
||||
cancel: Terug
|
||||
forms:
|
||||
errors:
|
||||
title: Er zijn een problemen opgetreden (%{count})
|
||||
submit:
|
||||
create: '%{model} toevoegen'
|
||||
update: '%{model} bewaren'
|
||||
submit: '%{model} opslaan'
|
||||
list:
|
||||
no_records: Er zijn geen items aanwezig
|
||||
messages:
|
||||
cannot_order_on_non_active_list: Je kan niet bestellen op een gesloten lijst
|
||||
order_is_placed: Je bestelling is in goede orde aangekomen
|
||||
@@ -143,6 +155,8 @@ nl:
|
||||
show_active_list_products: Ga naar het menu
|
||||
basket:
|
||||
total: Totaal
|
||||
product_category:
|
||||
other_name: Overig
|
||||
section:
|
||||
first_section_title: Ruimte
|
||||
manage_tables:
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
en:
|
||||
simple_form:
|
||||
"yes": 'Yes'
|
||||
"no": 'No'
|
||||
required:
|
||||
text: 'required'
|
||||
mark: '*'
|
||||
# You can uncomment the line below if you need to overwrite the whole required html.
|
||||
# When using html, text and mark won't be used.
|
||||
# html: '<abbr title="required">*</abbr>'
|
||||
error_notification:
|
||||
default_message: "Please review the problems below:"
|
||||
# Labels and hints examples
|
||||
# labels:
|
||||
# defaults:
|
||||
# password: 'Password'
|
||||
# user:
|
||||
# new:
|
||||
# email: 'E-mail to sign in.'
|
||||
# edit:
|
||||
# email: 'E-mail.'
|
||||
# hints:
|
||||
# defaults:
|
||||
# username: 'User name to sign in.'
|
||||
# password: 'No special characters, please.'
|
||||
|
||||
Reference in New Issue
Block a user