135 lines
3.4 KiB
YAML
135 lines
3.4 KiB
YAML
en:
|
|
activemodel:
|
|
models:
|
|
user: User
|
|
supplier: Restaurant
|
|
new_supplier: New restaurant
|
|
table: Table
|
|
list: Tab
|
|
product: Product
|
|
order: Order
|
|
product_category: Product category
|
|
product_variant: Variant
|
|
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: Tabs
|
|
product: Products
|
|
order: Orders
|
|
product_category: Product categories
|
|
product_variant: Variants
|
|
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
|
|
active: "Active?"
|
|
visible: Visible?
|
|
created_at: Created
|
|
image: Image
|
|
product_variant:
|
|
name: Name
|
|
list:
|
|
created_at: Created
|
|
state: Status
|
|
needs_help: Needs attention
|
|
needs_payment: Wants to pay
|
|
closed_at: Closed at
|
|
price: Total
|
|
section:
|
|
title: Title
|
|
width: Width
|
|
height: Length
|
|
created_at: Created
|
|
supplier:
|
|
name: ${models.supplier} name
|
|
user_message: Message for ${models.plural.user}
|
|
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:
|
|
table_number: Number
|
|
from_number: From number
|
|
to_number: To number
|
|
created_at: Created
|
|
width: Width
|
|
height: Height
|
|
user:
|
|
name: Name
|
|
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
|
|
rounded: Rounded?
|