Added house function: add, update, view (admin function)
update npm package
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
"declarations": ["input count", "local countPlural = count: plural"],
|
||||
"selectors": ["countPlural"],
|
||||
"match": {
|
||||
"countPlural=one": "Hiện chỉ có 1 dữ liệu",
|
||||
"countPlural=other": "Hiển thị {start} tới {end} của {count} dữ liệu"
|
||||
"countPlural=one": "Currently there is only 1 data",
|
||||
"countPlural=other": "Display {start} to {end} of {count} data"
|
||||
}
|
||||
}
|
||||
],
|
||||
"common_per_page": "Show",
|
||||
"common_select_page_size": "Select page size",
|
||||
"common_no_list": "Hiện tại chưa có dữ liệu nào!",
|
||||
"common_no_list": "Currently there is no data!",
|
||||
"common_is_required": "{field} is required.",
|
||||
"role_tags": [
|
||||
{
|
||||
@@ -156,14 +156,23 @@
|
||||
"houses_page_ui_table_header_created_at": "Create date",
|
||||
"houses_page_ui_view_label_count": "Quantity",
|
||||
"houses_page_ui_view_table_header_email": "Email",
|
||||
"houses_page_ui_view_table_header_role": "Quyền hạn",
|
||||
"houses_page_ui_view_table_header_role": "Role",
|
||||
"houses_page_form_name": "House name",
|
||||
"houses_page_form_user": "User",
|
||||
"houses_page_form_create_for": "Create for",
|
||||
"houses_page_form_color": "Color",
|
||||
"houses_page_message_create_house_success": "Created house successfully!",
|
||||
"houses_page_message_house_not_found": "House not found!",
|
||||
"houses_page_message_update_house_success": "Updated house successfully!",
|
||||
"backend_message": [
|
||||
{
|
||||
"match": {
|
||||
"code=INVALID_EMAIL_OR_PASSWORD": "Email or password incorrect!",
|
||||
"code=INVALID_PASSWORD": "Password incorrect!",
|
||||
"code=YOU_ARE_NOT_ALLOWED_TO_CHANGE_USERS_ROLE": "You are not allowed to change users role",
|
||||
"code=USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL": "Email already exists. Please choose another email!"
|
||||
"code=USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL": "Email already exists. Please choose another email!",
|
||||
"code=BANNED_USER": "Your account get banned, please contact administrator for more information!",
|
||||
"code=VALIDATION_ERROR": "Some field value invalid!"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user