major updates to security and hacking logick
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user