feat: implement box management module with API services, UI components, and dependency updates
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
"ui_view_all_notifications": "View All Notifications",
|
||||
"ui_label_notifications": "Notifications",
|
||||
"ui_change_password_btn": "Change password",
|
||||
"ui_edit_house_btn": "Edit house",
|
||||
"ui_edit_box_btn": "Edit box",
|
||||
"nav_label_management": "Management",
|
||||
"nav_label_basic": "Basic",
|
||||
"nav_label_kanri": "Administrator",
|
||||
@@ -242,6 +244,7 @@
|
||||
"boxes_page_ui_table_header_tags": "Tags",
|
||||
"boxes_page_ui_table_header_user": "Creater",
|
||||
"boxes_page_ui_table_header_house": "House",
|
||||
"items_page_ui_title": "Vật phẩm",
|
||||
"backend_message": [
|
||||
{
|
||||
"match": {
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
"ui_label_notifications": "Thông báo",
|
||||
"ui_change_password_btn": "Đổi mật khẩu",
|
||||
"ui_edit_house_btn": "Chỉnh sửa nhà",
|
||||
"ui_edit_box_btn": "Chỉnh sửa hộp chứa",
|
||||
"nav_label_management": "Quản lý",
|
||||
"nav_label_basic": "Cơ bản",
|
||||
"nav_label_kanri": "Quản trị viên",
|
||||
@@ -246,6 +247,7 @@
|
||||
"boxes_page_ui_table_header_tags": "Nhãn dán",
|
||||
"boxes_page_ui_table_header_user": "Người tạo",
|
||||
"boxes_page_ui_table_header_house": "Thuộc nhà",
|
||||
"items_page_ui_title": "Vật phẩm",
|
||||
"backend_message": [
|
||||
{
|
||||
"match": {
|
||||
|
||||
Reference in New Issue
Block a user