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

126 lines
3.1 KiB
YAML

en:
activemodel:
models:
user: User
supplier: Restaurant
new_supplier: New restaurant
table: Table
list: List
product: Product
order: Order
product_category: Product category
section: Section
join_request: Join request
user_feedback: User feedback
employee: Employee
employee_shift: Shift
svg_element: Svg element
section_element: Section element
section_area: Section area
plural:
user: Users
supplier: Restaurants
new_supplier: New restaurants
table: Tables
list: Lists
product: Products
order: Orders
product_category: Product categories
section: Sections
join_request: Join requests
user_feedback: User feedbacks
employee: Employees
employee_shift: Shifts
svg_element: Svg elements
section_element: Section elements
section_area: Section areas
attributes:
product_category:
name: Name
position: Position
week_days: Availability
full_day: Whole day
start_from: From
end_on: Till
visible_on: Active on
product:
name: Name
code: Code
price: Price
description: Description
visible: Visible?
created_at: Created
image: Image
list:
created_at: Created
state: Status
needs_help: Needs attention
needs_payment: Wants to pay
closed_at: Closed at
section:
title: Title
width: Width
height: Length
created_at: Created
supplier:
name: Name
email: 'Email'
password: 'Password'
password_confirmation: 'Confirmation'
location: Location
time_zone: Time zone
iens_profile: Iens profile id
address: Addres
postal_code: Postal code
city: City
country: Country
new_supplier:
supplier_name: Restaurant name
email: E-mail
password: Password
password_confirmation: Password confirmation
table:
number: Number
from_number: From number
to_number: To number
created_at: Created
width: Width
height: Height
user:
email: 'E-mail'
employee:
name: Name
email: 'E-mail'
manager: 'Manager?'
active: 'Active?'
color: Color
employee_shift:
description: Description
cmtool/contact_form:
name: "Your name:"
body: 'Your question or remarks:'
email: "Your email:*"
male: "Mr."
female: "Ms."
svg_element:
name: Name
svg: SVG
dpm: Dots per meter
box_width: Box width
box_height: Box height
snap_code: Snap code
section_element:
name: Name
svg: SVG
dpm: Dots per meter
box_width: Box width
box_height: Box height
snap_code: Snap code
position_x: X
position_y: Y
rotation: Angle
section_area:
title: Title
width: Width
height: Height