|
|
@@ -1,509 +0,0 @@
|
|
|
-{
|
|
|
- "site": {
|
|
|
- "name": "SmartAI LM Platform"
|
|
|
- },
|
|
|
- "theme": {
|
|
|
- "light": "Light Mode",
|
|
|
- "dark": "Dark Mode",
|
|
|
- "party": "Party Mode"
|
|
|
- },
|
|
|
- "message": {
|
|
|
- "hello": "hello world"
|
|
|
- },
|
|
|
- "header": {
|
|
|
- "会话": "Conversation",
|
|
|
- "知识库管理": "Knowledge Base Management",
|
|
|
- "模型管理": "Model Management",
|
|
|
- "AI搜索": "AI Search",
|
|
|
- "Agent": "Agent",
|
|
|
- "智能体": "Intelligent",
|
|
|
- "权限管理": "Permission",
|
|
|
- "小数": "Xiaoshu",
|
|
|
- "用户组管理": "User Group Management",
|
|
|
- "用户管理": "User Management",
|
|
|
- "角色管理": "Role Management",
|
|
|
- "机构管理": "Organization Management",
|
|
|
- "资源管理": "Resource Management",
|
|
|
- "search": "Search",
|
|
|
- "language": "Language",
|
|
|
- "theme": "Theme",
|
|
|
- "setting": "Settings"
|
|
|
- },
|
|
|
- "login": {
|
|
|
- "logoTitle": "SmartAI Large Model Platform",
|
|
|
- "titleTips": "Covering Most Typical Business Scenarios",
|
|
|
- "loginModel": "User Login",
|
|
|
- "registerModel": "User Registration",
|
|
|
- "usernameTips": "Please enter your username",
|
|
|
- "passwordTips": "Please enter your password",
|
|
|
- "emailTips": "Please enter your email",
|
|
|
- "loginBtn": "Login",
|
|
|
- "registerBtn": "Register",
|
|
|
- "hasAccount": "Already have an account?",
|
|
|
- "noAccount": "Don't have an account?",
|
|
|
- "usernameLength": "Username must be between 3 and 20 characters long",
|
|
|
- "passwordLength": "Password must be between 6 and 20 characters long",
|
|
|
- "emailFormat": "Incorrect email format",
|
|
|
- "system": "System Settings",
|
|
|
- "logout": "Exit",
|
|
|
- "okBtn": "OK",
|
|
|
- "cancelBtn": "Cancel",
|
|
|
- "tip": "Prompt",
|
|
|
- "okText": "Are you sure you want to log out?"
|
|
|
- },
|
|
|
- "management": {
|
|
|
- "knowledgeTitle": "Welcome back",
|
|
|
- "knowledgeDesc": "Which knowledge base are we going to use today?",
|
|
|
- "modelTitle": "Model Provider",
|
|
|
- "modelDesc": "Set model parameters and API key here.",
|
|
|
- "intelligentTitle": "Intelligent Agent Management",
|
|
|
- "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
|
|
|
- "search": "Search",
|
|
|
- "createKnowledgeBase": "Create Knowledge Base",
|
|
|
- "setModel": "System Model Settings",
|
|
|
- "createIntelligent": "Create Intelligent Agent",
|
|
|
- "document": "Document",
|
|
|
- "edit": "Edit",
|
|
|
- "delete": "Delete",
|
|
|
- "online": "Online",
|
|
|
- "offline": "Offline",
|
|
|
- "delete_success": "Deletion Successful",
|
|
|
- "delete_fail": "Deletion Failed",
|
|
|
- "create_success": "Creation Successful",
|
|
|
- "create_fail": "Creation Failed",
|
|
|
- "edit_success": "Edit Successful",
|
|
|
- "edit_fail": "Edit Failed",
|
|
|
- "no_permission": "No Permission",
|
|
|
- "empty_tip": "Name cannot be empty",
|
|
|
- "empty_tip_request": "Please fill in the required fields",
|
|
|
- "rules": {
|
|
|
- "name_rule": "Name cannot be empty",
|
|
|
- "system_rule": "System cannot be empty",
|
|
|
- "lim_rule": "Model cannot be empty",
|
|
|
- "kb_rule": "Knowledge base cannot be empty"
|
|
|
- },
|
|
|
- "createUser": "Create User",
|
|
|
- "addedModel": "Added Models",
|
|
|
- "unaddModel": "Models to be Added",
|
|
|
- "addModelBtn": "Add Model",
|
|
|
- "showMoreModelBtn": "Show More Models",
|
|
|
- "downBtn": "Expand",
|
|
|
- "upBtn": "Collapse",
|
|
|
- "useBtn": "Use",
|
|
|
- "addLabelBtn": "Add Label",
|
|
|
- "loadingDataTip": "Loading data, please wait...",
|
|
|
- "noMoreData": "No more data available",
|
|
|
- "searchAppTip": "All Application Types",
|
|
|
- "searchLabelTip": "All Labels",
|
|
|
- "create_kb_title": "Create Knowledge Base",
|
|
|
- "create_intel_title": "Create Intelligent Agent",
|
|
|
- "update_intelligent_title": "Edit Intelligent Agent",
|
|
|
- "label_name": "Icon & Name",
|
|
|
- "label_desc": "Description",
|
|
|
- "input_placeholder": "Enter Name",
|
|
|
- "change_icon_title": "Change Icon",
|
|
|
- "all_icon": "All Icons",
|
|
|
- "create_intelligent_title": "Create Intelligent Agent",
|
|
|
- "create_btn": "Create",
|
|
|
- "default_intelligent": {
|
|
|
- "name_1": "Knowledge Q&A Assistant",
|
|
|
- "name_2": "Chat Assistant",
|
|
|
- "name_3": "Intelligent Agent",
|
|
|
- "name_4": "Workflow Application",
|
|
|
- "desc_1": "An intelligent Q&A assistant built based on a dedicated knowledge base, efficiently retrieving and answering domain-specific questions. Suitable for scenarios such as document Q&A, customer support, etc.",
|
|
|
- "desc_2": "A conversational interaction assistant built on a large language model, suitable for multi-turn dialogue scenarios.",
|
|
|
- "desc_3": "A conversational intelligent assistant that can decompose tasks, perform reasoning, and call tools. Suitable for handling complex tasks.",
|
|
|
- "desc_4": "A flexible LLM workflow defined through process orchestration, enabling more stable and controllable outputs."
|
|
|
- },
|
|
|
- "rg_config": {
|
|
|
- "title": "Agent Configuration",
|
|
|
- "tab_1": "Assistant Settings",
|
|
|
- "tab_2": "Prompt Engine",
|
|
|
- "tab_3": "Model Settings",
|
|
|
- "label_name": "Agent Name",
|
|
|
- "input_placeholder": "Enter Name",
|
|
|
- "label_icon": "Agent Icon",
|
|
|
- "label_empty": "Empty Response",
|
|
|
- "label_set_word": "Set Greeting",
|
|
|
- "label_quo": "Show Quote",
|
|
|
- "label_kb": "Knowledge Base",
|
|
|
- "select_placeholder": "Please Select...",
|
|
|
- "system": "System",
|
|
|
- "similarity_threshold": "Similarity Threshold",
|
|
|
- "similarity_weight": "Keyword Similarity Weight",
|
|
|
- "rerank_model": "Rerank Model",
|
|
|
- "label_var": "Variable",
|
|
|
- "create_btn": "Create",
|
|
|
- "table_column_1": "Keyword",
|
|
|
- "table_column_2": "Optional",
|
|
|
- "table_column_3": "Actions",
|
|
|
- "label_llm": "Model",
|
|
|
- "label_free": "Free",
|
|
|
- "option_1": "Impromptu",
|
|
|
- "option_2": "Precise",
|
|
|
- "option_3": "Balanced",
|
|
|
- "label_temp": "Temperature",
|
|
|
- "label_attend": "Attendance Penalty",
|
|
|
- "label_frequency": "Frequency Penalty",
|
|
|
- "max_token_count": "Max Token Count"
|
|
|
- }
|
|
|
- },
|
|
|
- "knowledgeLib": {
|
|
|
- "tab_1": "Dataset",
|
|
|
- "tab_2": "Test",
|
|
|
- "tab_3": "Configuration",
|
|
|
- "select_all": "Batch",
|
|
|
- "select_enable": "Enable",
|
|
|
- "select_disable": "Disable",
|
|
|
- "select_start": "Start",
|
|
|
- "select_cancel": "Cancel",
|
|
|
- "select_delete": "Delete",
|
|
|
- "tips_fresh": "Refresh",
|
|
|
- "tips_density": "Density",
|
|
|
- "font_size": {
|
|
|
- "mini": "迷你",
|
|
|
- "small": "偏小",
|
|
|
- "medium": "中等",
|
|
|
- "large": "偏大"
|
|
|
- },
|
|
|
- "search_placeholder": "Search",
|
|
|
- "create_file": "Create file",
|
|
|
- "upload_file": "Upload file",
|
|
|
- "file": "File",
|
|
|
- "folder": "Folder",
|
|
|
- "table_name": "Name",
|
|
|
- "table_chunk": "Chunk Count",
|
|
|
- "table_create_time": "Upload Time",
|
|
|
- "table_parser": "Parser Method",
|
|
|
- "table_start": "Enable",
|
|
|
- "table_run": "Parsing Status",
|
|
|
- "table_action": "Action",
|
|
|
- "table_status_finish": "Finish",
|
|
|
- "table_status_fail": "Fail",
|
|
|
- "table_status_running": "Parsing",
|
|
|
- "table_status_cancel": "Cancelled",
|
|
|
- "table_status_stop": "Not Started",
|
|
|
- "popover_label_1": "The process starts at",
|
|
|
- "popover_label_2": "Process duration",
|
|
|
- "popover_label_3": "Progress message",
|
|
|
- "action_tip_parser": "Parser Method",
|
|
|
- "action_tip_delete": "Delete",
|
|
|
- "action_tip_download": "Download",
|
|
|
- "action_tip_rename": "Rename",
|
|
|
- "rename_form_label": "name",
|
|
|
- "rename_form_placeholder": "Please enter a name",
|
|
|
- "submit": "Ok",
|
|
|
- "cancel": "Cancel",
|
|
|
- "delete_confirm": "Are you sure you want to delete?",
|
|
|
- "tool_tab_1": "Parser Method",
|
|
|
- "tool_tab_2": "Create Parsing Task",
|
|
|
- "block_token_count": "Block Token Count",
|
|
|
- "use_strategy": "Use Recall-Enhanced RAPTOR Strategy",
|
|
|
- "prompt": "Prompt",
|
|
|
- "prompt_placeholder": "Please enter a prompt",
|
|
|
- "max_token_count": "Maximum Token Count",
|
|
|
- "threshold": "Threshold",
|
|
|
- "max_clusters": "Maximum Number of Clusters",
|
|
|
- "random_seed": "Random Seed",
|
|
|
- "radio_label_1": "Full Text",
|
|
|
- "radio_label_2": "Ellipsis",
|
|
|
- "check_all": "Select All",
|
|
|
- "enable_checked": "Enable Selected",
|
|
|
- "disable_checked": "Disable Selected",
|
|
|
- "delete_checked": "Delete Selected",
|
|
|
- "start_checked": "Start Selected",
|
|
|
- "all": "All",
|
|
|
- "enable": "Enable",
|
|
|
- "disable": "Disable",
|
|
|
- "edit_parser_block": "Edit Parsing Block",
|
|
|
- "parse_block": "Parsing Block",
|
|
|
- "keyword": "Keyword *",
|
|
|
- "create_parser_block": "Create Parsing Block",
|
|
|
- "test_title": "Retrieval Test",
|
|
|
- "test_tips": "Last step! Once successful, leave the rest to Infiniflow AI.",
|
|
|
- "similarity_threshold": "Similarity Threshold",
|
|
|
- "similarity_weight": "Keyword Similarity Weight",
|
|
|
- "rerank_model": "Rerank Model",
|
|
|
- "select_placeholder": "Please select...",
|
|
|
- "test_content": "Test Text",
|
|
|
- "test_btn": "Test",
|
|
|
- "test_result_head": "Selected Files",
|
|
|
- "test_success": "Test successful",
|
|
|
- "test_preview": "Preview",
|
|
|
- "hybrid_similarity": "Hybrid Similarity",
|
|
|
- "keyword_similarity": "Keyword Similarity",
|
|
|
- "vector_similarity": "Vector Similarity",
|
|
|
- "config_header": "Update your knowledge base details here, especially the parsing method.",
|
|
|
- "label_name": "Knowledge Base Name",
|
|
|
- "input_placeholder": "Please enter",
|
|
|
- "label_desc": "Knowledge Base Description",
|
|
|
- "label_permission": "Permission",
|
|
|
- "permission_tooltip": "If the permission is set to 'Team', all team members can operate the knowledge base.",
|
|
|
- "permission_item_1": "Only Me",
|
|
|
- "permission_item_2": "Team",
|
|
|
- "label_model": "Embedded Model",
|
|
|
- "label_parser": "Parsing Method",
|
|
|
- "label_layout": "Layout Recognition",
|
|
|
- "label_prompt_placeholder": "Please fill in the prompt",
|
|
|
- "save_btn": "Save",
|
|
|
- "config_success": "Configuration successful",
|
|
|
- "config_form_rule": {
|
|
|
- "rule_1": "Knowledge base name cannot be empty",
|
|
|
- "rule_2": "Please select",
|
|
|
- "rule_3": "Prompt word cannot be empty"
|
|
|
- },
|
|
|
- "config_info": {
|
|
|
- "h4_1": "Block Method Description",
|
|
|
- "h4_2": "Example",
|
|
|
- "h4_3": "Dialogue Example",
|
|
|
- "p_1_1": "Supported file formats are",
|
|
|
- "p_1_2": "This method applies a simple approach to block files:",
|
|
|
- "p_1_3": "The system will use a visual detection model to split continuous text into multiple segments.",
|
|
|
- "p_1_4": "Next, these continuous segments are combined into blocks with a token count not exceeding 'Token Count'.",
|
|
|
- "p_2_1": "The following screenshots are provided to aid understanding."
|
|
|
- }
|
|
|
- },
|
|
|
- "permission": {
|
|
|
- "no_permission_sorry": "Sorry, you do not have permission to access this page",
|
|
|
- "no_permission_route": "You do not have permission to access this page. Please contact the administrator",
|
|
|
- "btn_back": "Back",
|
|
|
- "query": "Query",
|
|
|
- "reset": "Reset",
|
|
|
- "delete": "Delete",
|
|
|
- "edit": "Edit",
|
|
|
- "add": "Add",
|
|
|
- "refresh": "Refresh",
|
|
|
- "density": "Density",
|
|
|
- "success": "Success",
|
|
|
- "delete_confirm": "Are you sure you want to delete this data?",
|
|
|
- "bread_crumb": {
|
|
|
- "用户": "User",
|
|
|
- "用户组": "User Group",
|
|
|
- "机构": "Organization",
|
|
|
- "资源": "Resource",
|
|
|
- "角色": "Role"
|
|
|
- },
|
|
|
- "table_size": {
|
|
|
- "mini": "Mini",
|
|
|
- "small": "Small",
|
|
|
- "medium": "Medium",
|
|
|
- "large": "Large"
|
|
|
- },
|
|
|
- "max_length_30": "Maximum length is 30",
|
|
|
- "select_placeholder": "Please select...",
|
|
|
- "input_placeholder": "Please enter",
|
|
|
- "role": {
|
|
|
- "name": "Role",
|
|
|
- "add": "Add Role",
|
|
|
- "permissionEdit": "Permission Configuration",
|
|
|
- "deptEdit": "Department Configuration",
|
|
|
- "confirmDelete": "Are you sure you want to delete this record?",
|
|
|
- "roleName": "Role Name",
|
|
|
- "remark": "Remark",
|
|
|
- "roleNameRequired": "Role Name is required",
|
|
|
- "permissionConfig": "Permission Configuration",
|
|
|
- "deptConfig": "Department Configuration",
|
|
|
- "menuFunctions": "Menu Functions",
|
|
|
- "roleMenuPermissions": "Role Menu Permissions",
|
|
|
- "organization": "Organization",
|
|
|
- "roleDepartments": "Role Departments",
|
|
|
- "serial_number": "Serial Number",
|
|
|
- "status": "Status",
|
|
|
- "action": "Action",
|
|
|
- "search_placeholder": "Enter text"
|
|
|
- },
|
|
|
- "account": {
|
|
|
- "new_user": "New User",
|
|
|
- "edit_user": "Edit User",
|
|
|
- "reset_password": "Reset Password",
|
|
|
- "view_permission": "View Permission",
|
|
|
- "dept_config": "Department Configuration",
|
|
|
- "user_permission": "User Permission",
|
|
|
- "menu_function": "Menu Function",
|
|
|
- "knowledge_base": "Knowledge Base",
|
|
|
- "agent": "Agent",
|
|
|
- "organization": "Organization",
|
|
|
- "user_department": "User Department",
|
|
|
- "department_roles": "Department Roles",
|
|
|
- "username": "Username",
|
|
|
- "name": "Name",
|
|
|
- "phone": "Phone",
|
|
|
- "email": "Email",
|
|
|
- "password": "Password",
|
|
|
- "roles": "Roles",
|
|
|
- "reset_password_success": "The user's password has been reset to basic123456",
|
|
|
- "delete_success": "Deletion Successful",
|
|
|
- "dept_config_success": "Department Configuration Successful"
|
|
|
- },
|
|
|
- "org": {
|
|
|
- "tree_title": "Organization",
|
|
|
- "details": "Details",
|
|
|
- "add": "Add",
|
|
|
- "parent_org": "Parent Organization",
|
|
|
- "status": "Organization Status",
|
|
|
- "org_name": "Organization Name",
|
|
|
- "leader": "Leader",
|
|
|
- "phone": "Phone",
|
|
|
- "address": "Address",
|
|
|
- "save": "Save",
|
|
|
- "reset": "Reset",
|
|
|
- "delete_success": "Deletion Successful",
|
|
|
- "org_name_required": "Organization Name is required",
|
|
|
- "leader_required": "Leader is required",
|
|
|
- "phone_required": "Phone is required"
|
|
|
- },
|
|
|
- "resource": {
|
|
|
- "tree_title": "Resource",
|
|
|
- "details": "Details",
|
|
|
- "add": "Add",
|
|
|
- "parent_org": "Parent Resource",
|
|
|
- "status": "Resource Status",
|
|
|
- "resource_name": "Resource Name",
|
|
|
- "leader": "Leader",
|
|
|
- "phone": "Phone",
|
|
|
- "address": "Resource Address",
|
|
|
- "save": "Save",
|
|
|
- "reset": "Reset",
|
|
|
- "icon": "Resource Icon",
|
|
|
- "menuType": "Resource Type",
|
|
|
- "description": "Description",
|
|
|
- "perms": "Resource Permission Character",
|
|
|
- "component": "Component Address",
|
|
|
- "resource_name_required": "Resource Name is required",
|
|
|
- "address_required": "Resource Address is required",
|
|
|
- "menu_type": "Resource Type",
|
|
|
- "menu_type_required": "Resource Type is required",
|
|
|
- "perms_required": "Resource Permission Character is required",
|
|
|
- "component_required": "Component Address is required",
|
|
|
- "page": "Page",
|
|
|
- "menu": "Menu",
|
|
|
- "button": "Button",
|
|
|
- "order": "Display Order",
|
|
|
- "order_tips": "Higher values appear first"
|
|
|
- },
|
|
|
- "group": {
|
|
|
- "name": "User Group",
|
|
|
- "create_user_group": "Create User Group",
|
|
|
- "member_management": "Member Management",
|
|
|
- "permission_management": "Permission Management",
|
|
|
- "modal_title_edit": "Edit",
|
|
|
- "modal_title_add": "Add New",
|
|
|
- "serial_number": "Serial Number",
|
|
|
- "groupName": "Group Name",
|
|
|
- "description": "Description",
|
|
|
- "status": "Status",
|
|
|
- "action": "Action",
|
|
|
- "member_title": "Permission Configuration",
|
|
|
- "search_placeholder": "Please enter username to search",
|
|
|
- "optional_members": "Available Members",
|
|
|
- "selected_members": "Selected Members",
|
|
|
- "permission_title": "Permission Configuration",
|
|
|
- "knowledge_feature": "Knowledge Base Features:",
|
|
|
- "agent_feature": "Agent Features:",
|
|
|
- "all_permissions": "All Permissions",
|
|
|
- "permission_config_success": "Permission Configuration Successful",
|
|
|
- "delete_success": "Deletion Successful",
|
|
|
- "member_management_success": "Member Management Successful",
|
|
|
- "group_name": "Group Name",
|
|
|
- "group_name_required": "Group Name is required"
|
|
|
- }
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "chat_new": "New Session",
|
|
|
- "chat_history": "History",
|
|
|
- "chat_smart": "SmartAI+",
|
|
|
- "search_history": "Search history",
|
|
|
- "history_today": "Today",
|
|
|
- "history_month": "This month",
|
|
|
- "history_earlier": "Earlier",
|
|
|
- "history_loadmore": "Load more",
|
|
|
- "history_nomore": "No more",
|
|
|
- "history_empty": "Empty",
|
|
|
- "hello": "Welcome",
|
|
|
- "nice_day": "Let's spend a wonderful day together!",
|
|
|
- "attention": "The content is generated by an AI big model, please carefully identify it",
|
|
|
- "file_upload_message": "Upload",
|
|
|
- "input_message": "Enter your question",
|
|
|
- "input_placholder_v0": "Enter text content",
|
|
|
- "input_placholder_v1": "Enter “/” to use Smart intelligent dialogue to solve your problem",
|
|
|
- "input_placholder": "",
|
|
|
- "input_confirm": "Confirm",
|
|
|
- "back": "Back",
|
|
|
- "source": "Source",
|
|
|
- "view_links": "View all associations",
|
|
|
- "view_details": "View details",
|
|
|
- "doc_details": "Document Details",
|
|
|
- "related_docs": "Documents",
|
|
|
- "doc_total": "There are a total of {total}",
|
|
|
- "fragments": "Retrieve fragments",
|
|
|
- "btn_ok": "Confirm",
|
|
|
- "btn_cancel": "Cancel",
|
|
|
- "btn_stop": "Stop",
|
|
|
- "are_you_sure": "Are you sure to delete?",
|
|
|
- "btn_yes": "Yes",
|
|
|
- "btn_no": "No",
|
|
|
- "del_success": "Success",
|
|
|
- "online_search": "Online search",
|
|
|
- "tag_all": "All",
|
|
|
- "copy": "Copy",
|
|
|
- "please_input_text": "Please enter text",
|
|
|
- "please_upload_file": "Please upload the file"
|
|
|
- },
|
|
|
- "ai_search": {
|
|
|
- "placeholder": "Please enter search content",
|
|
|
- "intelligent_answer": "Intelligent Answer",
|
|
|
- "related_questions": "Related Questions",
|
|
|
- "mindmap_title": "Mind Map",
|
|
|
- "enter_search_content": "Please enter the content you want to search",
|
|
|
- "selected_files": "Selected Files",
|
|
|
- "preview": "Preview"
|
|
|
- },
|
|
|
- "wendangchujuan": {
|
|
|
- "agent_title": "Document paper",
|
|
|
- "dynamic_title": "Parameter configuration",
|
|
|
- "dificulty": "Difficulty",
|
|
|
- "should_generate_paper": "Whether to generate a test paper",
|
|
|
- "count_q_single_choice": "Number of Single choice question",
|
|
|
- "count_q_muilty_choice": "Multiple Choice Question Quantity",
|
|
|
- "count_q_fill_blank": "Number of fill in the blank questions",
|
|
|
- "count_q_judge": "Number of True or False Questions",
|
|
|
- "count_q_ask": "Number of short answer questions",
|
|
|
- "count_q_case": "Number of Case Questions",
|
|
|
- "keywords": "Topic direction or keywords",
|
|
|
- "optional": "(Optional)",
|
|
|
- "type_easy": "Easy",
|
|
|
- "type_difficulty": "Difficult",
|
|
|
- "type_yes": "Yes",
|
|
|
- "type_no": "No"
|
|
|
- },
|
|
|
- "common": {
|
|
|
- "confirm_delete": "Are you sure delete?",
|
|
|
- "doc_error": "Document loading error",
|
|
|
- "click_2_download": "Click to download the file"
|
|
|
- },
|
|
|
- "settings": {
|
|
|
- "menuTitle": "System Settings",
|
|
|
- "global": "General configuration",
|
|
|
- "password": "Change Password",
|
|
|
- "current_password": "Current Password",
|
|
|
- "placeholder_cur_password": "Please enter the original password",
|
|
|
- "new_password": "New Password",
|
|
|
- "placeholder_new1_password": "Please enter a new password",
|
|
|
- "confirm_password": "Confirm password",
|
|
|
- "placeholder_new2_password": "Please confirm the new password",
|
|
|
- "btn_cancel": "Cancel",
|
|
|
- "btn_submit": "Confirm",
|
|
|
- "warning_not_match": "The new password entered twice does not match. Please confirm",
|
|
|
- "platform_name_empty": "Please enter the platform name",
|
|
|
- "platform_name_length": "Platform name cannot exceed 20 characters",
|
|
|
- "platform_logo_empty": "Please upload a logo",
|
|
|
- "platform_introduce_empty": "Please enter the platform introduction",
|
|
|
- "platform_introduce_length": "Platform introduction cannot exceed 20 characters",
|
|
|
- "platform_name": "Platform Name",
|
|
|
- "platform_logo": "Logo",
|
|
|
- "platform_introduce": "Platform Introduction",
|
|
|
- "platform_name_placeholder": "Please enter the platform name",
|
|
|
- "platform_logo_placeholder": "Please upload a logo",
|
|
|
- "platform_introduce_placeholder": "Please enter the platform introduction"
|
|
|
- }
|
|
|
-}
|