Files
mozo-backend/config/locales/en.yml
T

65 lines
1.8 KiB
YAML

# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
hello: "Hello world"
helpers:
links:
are_you_sure: 'Are you sure?'
place_order: Place order
show_active_list: Show %{list}
forms:
errors:
title: There are problems found during saving (%{count})
messages:
cannot_order_without_list_id: You cannot place an order without specifying a list
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
the_list_has_been_closed: The %{list} has been closed
action:
index:
label: Listing %{models}
new:
label: New %{model}
show:
label: Showing %{model}
edit:
label: Edit %{model}
create:
successfull: '%{model} is successfully created'
update:
successfull: '%{model} is successfully updated'
destroy:
successfull: '%{model} is successfully destroyed'
table:
is_occupied: This table is occupied
activemodel:
models:
user: User
supplier: Restaurant
table: Table
list: List
product: Product
product_category: Product category
plural:
user: Users
supplier: Restaurants
table: Tables
list: Lists
product: Products
product_category: Product categories
attributes:
product:
price: Price
supplier:
menu:
active_lists: Active %{lists}
active_lists:
title: Active %{lists}
user:
active_list:
title: Active %{list}
needs_payment: Check please!
show_products:
# The title gets products: Product.model_name.human_plural that can be used: e.g.: Showing %{products}
title: Menu