revert context on __root beforeLoad refactor project structure refactor role badge dynamic nav menu
106 lines
4.2 KiB
JSON
106 lines
4.2 KiB
JSON
{
|
|
"$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": [
|
|
{
|
|
"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",
|
|
"ui_close_btn": "Đóng",
|
|
"ui_confirm_btn": "Xác nhận",
|
|
"ui_signup_btn": "Đăng ký",
|
|
"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",
|
|
"nav_home": "Trang chủ",
|
|
"nav_dashboard": "Bảng điều khiển",
|
|
"nav_settings": "Cài đặt",
|
|
"nav_add_new": "Thêm mới",
|
|
"nav_edit": "Chỉnh sửa",
|
|
"nav_change_password": "Đổi mật khẩu",
|
|
"nav_log": "Lịch sử",
|
|
"nav_roles": "Vai trò & quyền hạn",
|
|
"nav_box": "Hộp chứa",
|
|
"nav_account": "Tài khoản",
|
|
"nav_profile": "Hồ sơ",
|
|
"login_page_form_email": "Email",
|
|
"login_page_form_password": "Mật khẩu",
|
|
"login_page_ui_welcome_back": "Chào mừng trở lại",
|
|
"login_page_ui_forgot_password": "Quên mật khẩu?",
|
|
"login_page_ui_not_have_account": "Chưa có tài khoản!?",
|
|
"login_page_messages_logout_success": "Đăng xuất thành công!",
|
|
"login_page_messages_login_success": "Đăng nhập thành công!",
|
|
"login_page_messages_email_invalid": "Email không đúng định dạng!",
|
|
"sign_up_page_ui_title": "Đăng ký",
|
|
"sign_up_page_ui_create_account": "Tạo tài khoản",
|
|
"change_password_form_current_password": "Mật khẩu hiện tại",
|
|
"change_password_form_new_password": "Mật khẩu mới",
|
|
"change_password_form_confirm_password": "Nhập lại mật khẩu mới",
|
|
"change_password_ui_title": "Đổi mật khẩu",
|
|
"change_password_messages_password_not_match": "Mật khẩu không khớp",
|
|
"change_password_messages_change_password_success": "Đổi mật khẩu thành công!",
|
|
"profile_form_name": "Tên",
|
|
"profile_form_email": "Email",
|
|
"profile_form_role": "Vai trò",
|
|
"profile_ui_title": "Hồ sơ",
|
|
"profile_messages_update_success": "Cập nhật hồ sơ thành công!",
|
|
"settings_form_name": "Tên website",
|
|
"settings_form_description": "Mô tả website",
|
|
"settings_form_keywords": "Từ khóa",
|
|
"settings_form_language": "Ngôn ngữ",
|
|
"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!"
|
|
}
|