63 lines
2.5 KiB
JSON
63 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
"common_no_list": "Hiện tại chưa có dữ liệu nào!",
|
|
"common_is_required": "{field} is required.",
|
|
"role_tags_admin": "Administrator",
|
|
"role_tags_user": "User",
|
|
"role_tags_member": "Member",
|
|
"role_tags_owner": "Owner",
|
|
"ui_login_btn": "Sign in",
|
|
"ui_logout_btn": "Sign out",
|
|
"ui_cancel_btn": "Cancel",
|
|
"ui_close_btn": "Close",
|
|
"ui_confirm_btn": "Confirm",
|
|
"ui_signup_btn": "Sign up",
|
|
"ui_view_btn": "View",
|
|
"ui_save_btn": "Save",
|
|
"ui_update_btn": "Update",
|
|
"ui_view_all_notifications": "View All Notifications",
|
|
"ui_label_notifications": "Notifications",
|
|
"ui_change_password_btn": "Change password",
|
|
"nav_home": "Home",
|
|
"nav_dashboard": "Dashboard",
|
|
"nav_settings": "Settings",
|
|
"nav_add_new": "Add new",
|
|
"nav_edit": "Edit",
|
|
"nav_change_password": "Change password",
|
|
"nav_log": "Audit log",
|
|
"nav_roles": "Vai trò & quyền hạn",
|
|
"nav_box": "Box",
|
|
"nav_account": "Account",
|
|
"nav_profile": "Profile",
|
|
"login_page_form_email": "Email",
|
|
"login_page_form_password": "Password",
|
|
"login_page_ui_welcome_back": "Welcome back",
|
|
"login_page_ui_forgot_password": "Forgot your password?",
|
|
"login_page_ui_not_have_account": "Don't have an account?",
|
|
"login_page_messages_logout_success": "Sign out successfully!",
|
|
"login_page_messages_login_success": "Sign in successfully!",
|
|
"login_page_messages_email_invalid": "Email invalid!",
|
|
"sign_up_page_ui_title": "Sign up",
|
|
"sign_up_page_ui_create_account": "Create account",
|
|
"change_password_form_current_password": "Current password",
|
|
"change_password_form_new_password": "New password",
|
|
"change_password_form_confirm_password": "Confirm password",
|
|
"change_password_ui_title": "Change password",
|
|
"change_password_messages_password_not_match": "Password not match",
|
|
"change_password_messages_change_password_success": "Password changed successfully!",
|
|
"profile_form_name": "Name",
|
|
"profile_form_email": "Email",
|
|
"profile_form_role": "Role",
|
|
"profile_ui_title": "Profile",
|
|
"profile_messages_update_success": "Updated profile successfully!",
|
|
"settings_form_name": "Website name",
|
|
"settings_form_description": "Description",
|
|
"settings_form_keywords": "keywords",
|
|
"settings_form_language": "Language",
|
|
"settings_ui_title": "Settings",
|
|
"settings_messages_update_success": "Updated settings successfully!",
|
|
"settings_messages_update_fail": "Update fail!",
|
|
"backend_INVALID_EMAIL_OR_PASSWORD": "Email or password incorrect!",
|
|
"backend_INVALID_PASSWORD": "Password incorrect!"
|
|
}
|