added data table, formatter
revert context on __root beforeLoad refactor project structure refactor role badge dynamic nav menu
This commit is contained in:
@@ -1,11 +1,29 @@
|
||||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"common_page_show": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"common_per_page": "Hiển thị",
|
||||
"common_select_page_size": "Chọn số lượng",
|
||||
"common_no_list": "Hiện tại chưa có dữ liệu nào!",
|
||||
"common_is_required": "{field} là bắt buộc.",
|
||||
"role_tags_admin": "Quản lý",
|
||||
"role_tags_user": "Người dùng",
|
||||
"role_tags_member": "Thành viên",
|
||||
"role_tags_owner": "Người sở hữu",
|
||||
"role_tags": [
|
||||
{
|
||||
"match": {
|
||||
"role=admin": "Quản lý",
|
||||
"role=user": "Người dùng",
|
||||
"role=member": "Thành viên",
|
||||
"role=owner": "Người sở hữu"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ui_login_btn": "Đăng nhập",
|
||||
"ui_logout_btn": "Đăng xuất",
|
||||
"ui_cancel_btn": "Hủy",
|
||||
@@ -15,6 +33,10 @@
|
||||
"ui_view_btn": "Xem",
|
||||
"ui_save_btn": "Lưu",
|
||||
"ui_update_btn": "Cập nhật",
|
||||
"ui_delete_btn": "Xóa",
|
||||
"ui_ban_btn": "Khóa",
|
||||
"ui_unban_btn": "Mở khóa",
|
||||
"ui_dialog_view_title": "Xem chi tiết {type}",
|
||||
"ui_view_all_notifications": "Xem tất cả thông báo",
|
||||
"ui_label_notifications": "Thông báo",
|
||||
"ui_change_password_btn": "Đổi mật khẩu",
|
||||
@@ -57,6 +79,27 @@
|
||||
"settings_ui_title": "Cài đặt",
|
||||
"settings_messages_update_success": "Cập nhật cài đặt thành công!",
|
||||
"settings_messages_update_fail": "Cập nhật cài đặt thất bại!",
|
||||
"logs_page_ui_title": "Lịch sử",
|
||||
"logs_page_ui_table_header_username": "Người dùng",
|
||||
"logs_page_ui_table_header_table": "Bảng",
|
||||
"logs_page_ui_table_header_action": "Tương tác",
|
||||
"logs_page_ui_table_header_create_at": "Ngày tạo",
|
||||
"logs_page_ui_table_header_old_value": "Giá trị cũ",
|
||||
"logs_page_ui_table_header_new_value": "Giá trị mới",
|
||||
"logs_page_ui_badge_action": [
|
||||
{
|
||||
"match": {
|
||||
"action=create": "Tạo",
|
||||
"action=update": "Cập nhật",
|
||||
"action=delete": "Xóa",
|
||||
"action=ban": "Khóa",
|
||||
"action=unban": "Mở khóa",
|
||||
"action=sign_in": "Đăng nhập",
|
||||
"action=sign_out": "Đăng xuất",
|
||||
"action=*": "Khác"
|
||||
}
|
||||
}
|
||||
],
|
||||
"backend_INVALID_EMAIL_OR_PASSWORD": "Email hoặc mật khẩu không đúng!",
|
||||
"backend_INVALID_PASSWORD": "Mật khẩu hiện tại không đúng!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user