35 lines
825 B
YAML
35 lines
825 B
YAML
activemodel:
|
|
models:
|
|
user: User
|
|
supplier: Restaurant
|
|
table: Table
|
|
list: List
|
|
product: Product
|
|
order: Order
|
|
product_category: Product category
|
|
section: Section
|
|
plural:
|
|
user: Users
|
|
supplier: Restaurants
|
|
table: Tables
|
|
list: Lists
|
|
product: Products
|
|
order: Orders
|
|
product_category: Product categories
|
|
section: Sections
|
|
attributes:
|
|
product:
|
|
price: Price
|
|
list:
|
|
created_at: Created
|
|
state: Status
|
|
needs_help: Needs attention
|
|
needs_payment: Wants to pay
|
|
closed_at: Closed at
|
|
supplier:
|
|
name: Name
|
|
email: 'Email'
|
|
password: 'Password'
|
|
password_confirmation: 'Confirmation'
|
|
iens_profile: Iens profile id
|