diff --git a/src/i18n/admin/en-US.js b/src/i18n/admin/en-US.js index baedb9dc6..d0745c1ec 100644 --- a/src/i18n/admin/en-US.js +++ b/src/i18n/admin/en-US.js @@ -89,6 +89,15 @@ export const m = { Score: 'Score', Hint: 'Hint', Source: 'Source', + Edit_Problem: 'Edit Problme', + Add_Problme: 'Add Problem', + High: 'High', + Mid: 'Mid', + Low: 'Low', + Tag: 'Tag', + New_Tag: 'New Tag', + // ProblemList.vue + Contest_Problem_List: 'Contest Problem List', // Contest.vue ContestTitle: 'Title', ContestDescription: 'Description', @@ -106,5 +115,10 @@ export const m = { DashBoardJudge_Server: 'Judge Server', HTTPS_Status: 'HTTPS Status', Force_HTTPS: 'Force HTTPS', - CDN_HOST: 'CDN HOST' + CDN_HOST: 'CDN HOST', + // Login.vue + Welcome_to_Login: 'Welcome to Login', + GO: 'GO', + username: 'username', + password: 'password' } diff --git a/src/i18n/admin/zh-CN.js b/src/i18n/admin/zh-CN.js index deafa6a7e..4289bf293 100644 --- a/src/i18n/admin/zh-CN.js +++ b/src/i18n/admin/zh-CN.js @@ -37,13 +37,13 @@ export const m = { Announcement_Content: '内容', Announcement_visible: '是否可见', // Conf.vue - SMTP_Config: 'SMTP Config', + SMTP_Config: 'SMTP 设置', Server: '服务器', Port: '端口', Email: '邮箱', Password: '授权码', - Website_Config: 'Web Config', - Base_Url: 'Base Url', + Website_Config: '网站设置', + Base_Url: '基础 Url', Name: '名称', Shortcut: '简称', Footer: '页脚', @@ -54,13 +54,13 @@ export const m = { Judge_Server_Info: '判题服务器', IP: 'IP', Judger_Version: '判题机版本', - Service_URL: '服务器URL', + Service_URL: '服务器 URL', Last_Heartbeat: '上一次心跳', Create_Time: '创建时间', // PruneTestCase Test_Case_Prune_Test_Case: '精简测试用例', // Problem.vue - Display_ID: 'Display ID', + Display_ID: '显示 ID', Title: '题目', Description: '描述', Input_Description: '输入描述', @@ -75,9 +75,9 @@ export const m = { Add_Sample: '添加样例', Code_Template: '代码模板', Special_Judge: 'Special Judge', - Use_Special_Judge: '使用Special Judge', - Special_Judge_Code: 'Special Judge Code', - SPJ_language: 'SPJ language', + Use_Special_Judge: '使用 Special Judge', + Special_Judge_Code: 'Special Judge 代码', + SPJ_language: 'SPJ 语言', Compile: '编译', TestCase: '测试用例', IOMode: 'IO 类型', @@ -89,6 +89,15 @@ export const m = { Score: '分数', Hint: '提示', Source: '来源', + Edit_Problem: '编辑问题', + Add_Problem: '添加问题', + High: '高', + Mid: '中', + Low: '低', + Tag: '标签', + New_Tag: '新增标签', + // ProblemList.vue + Contest_Problem_List: '比赛问题列表', // Contest.vue ContestTitle: '标题', ContestDescription: '描述', @@ -96,15 +105,20 @@ export const m = { Contest_End_Time: '结束时间', Contest_Password: '密码', Contest_Rule_Type: '规则', - Real_Time_Rank: '实时Rank', + Real_Time_Rank: '实时排名', Contest_Status: '状态', - Allowed_IP_Ranges: '允许的IP范围', - CIDR_Network: 'CIDR Network', + Allowed_IP_Ranges: '允许的 IP 范围', + CIDR_Network: 'CIDR 网络', // Dashboard.vue Last_Login: '最后登录状态', System_Overview: '系统状况', DashBoardJudge_Server: '判题服务器', HTTPS_Status: 'HTTPS 状态', - Force_HTTPS: '强制 HTTPS', - CDN_HOST: 'CDN HOST' + Force_HTTPS: '强制使用 HTTPS', + CDN_HOST: 'CDN 主机', + // Login.vue + Welcome_to_Login: '欢迎登录', + GO: '进入', + username: '用户名', + password: '密码' } diff --git a/src/i18n/oj/en-US.js b/src/i18n/oj/en-US.js index 498740215..0ae24a22d 100644 --- a/src/i18n/oj/en-US.js +++ b/src/i18n/oj/en-US.js @@ -1,4 +1,6 @@ export const m = { + // 404.vue + Go_Home: 'Go Home', // Problem.vue Description: 'Description', Input: 'Input', @@ -16,18 +18,96 @@ export const m = { Score: 'Score', Tags: 'Tags', Show: 'Show', + Submit: 'Submit', + Submitting: 'Submitting', + Judging: 'Judging', + Wrong_Answer: 'Wrong Answer', + Statistic: 'Statistic', + Close: 'Close', + View_Contest: 'View Contest', + Are_you_sure_you_want_to_reset_your_code: 'Are you sure you want to reset your code?', + Code_can_not_be_empty: 'Code can not be empty', + Submit_code_successfully: 'Submit code successfully', + You_have_solved_the_problem: 'You have solved the problem', + Submitted_successfully: 'Submitted successfully', + You_have_submitted_a_solution: 'You have submitted a solution.', + Contest_has_ended: 'Contest has ended', + You_have_submission_in_this_problem_sure_to_cover_it: 'You have submission in this problem, sure to cover it?', // About.vue + Compiler: 'Compiler', Result_Explanation: 'Result Explanation', - Pending_Juding: 'You solution will be judged soon, please wait for result.', - Compile_Error: "Failed to compile your source code. Click on the link to see compiler's output.", - Accepted: 'Congratulations. Your solution is correct.', - Wrong_Answer: "Your program's output doesn't match judger's answer.", - Runtime_Error: 'Your program terminated abnormally. Possible reasons are: segment fault, divided by zero or exited with code other than 0.', - Time_Limit_Exceeded: 'The CPU time your program used has exceeded limit. Java has a triple time limit.', - Memory_Limit_Exceeded: 'The memory your program actually used has exceeded limit.', - System_Error: 'Oops, something has gone wrong with the judger. Please report this to administrator.', + Pending_Judging_Description: 'You solution will be judged soon, please wait for result.', + Compile_Error_Description: "Failed to compile your source code. Click on the link to see compiler's output.", + Accepted_Description: 'Congratulations. Your solution is correct.', + Wrong_Answer_Description: "Your program's output doesn't match judger's answer.", + Runtime_Error_Description: 'Your program terminated abnormally. Possible reasons are: segment fault, divided by zero or exited with code other than 0.', + Time_Limit_Exceeded_Description: 'The CPU time your program used has exceeded limit. Java has a triple time limit.', + Memory_Limit_Exceeded_Description: 'The memory your program actually used has exceeded limit.', + System_Error_Description: 'Oops, something has gone wrong with the judger. Please report this to administrator.', + // ACMContestRank.vue + Menu: 'Menu', + Chart: 'Chart', + Auto_Refresh: 'Auto Refresh', + RealName: 'RealName', + Force_Update: 'Force Update', + download_csv: 'download csv', + TotalTime: 'TotalTime', + Top_10_Teams: 'Top 10 Teams', + save_as_image: 'save as image', + // ACMHelper.vue + ACM_Helper: 'ACM Helper', + AC_Time: 'AC Time', + ProblemID: 'ProblemID', + First_Blood: 'First Blood', + Username: 'Username', + Checked: 'Checked', + Not_Checked: 'Not Checked', + Check_It: 'Check It', + // ACMRank.vue + ACM_Ranklist: 'ACM Ranklist', + mood: 'mood', + AC: 'AC', + Rating: 'Rating', + // Announcements.vue + Contest_Announcements: 'Contest Announcements', + By: 'By', + // ApplyResetPassword.vue + The_email_doesnt_exist: 'The email doesn\'t exist', + Success: 'Success', + Password_reset_mail_sent: 'Password reset mail has been sent to your email,', // FAQ.vue Frequently_Asked_Questions: 'Frequently Asked Questions', + Where_is_the_input_and_the_output: 'Where is the input and the output?', + Where_is_the_input_and_the_output_answer_part_1: 'Your program shall read input from', + Standard_Input: 'Standard Input', + Where_is_the_input_and_the_output_answer_part_3: 'and write output to', + Standard_Output: 'Standard Output', + Where_is_the_input_and_the_output_answer_part_5: 'For example,you can use', + Where_is_the_input_and_the_output_answer_part_6: 'in C or', + Where_is_the_input_and_the_output_answer_part_7: 'in C++ to read from stdin,and use', + Where_is_the_input_and_the_output_answer_part_8: 'in C or', + Where_is_the_input_and_the_output_answer_part_9: 'in C++ to write to stdout. User programs are not allowed to read or write files, or you will get a', + What_is_the_meaning_of_submission_execution_time: 'What\'s the meaning of the submission execution time?', + What_is_the_meaning_of_submission_execution_time_answer: 'The onlinejudge might test your code multiple times with different input files. If your code gives the correct answer within the time limit for each input file, the execution time displayed is the max of the time spent for each test case. Otherwise, the execution time will have no sense.', + How_Can_I_use_CPP_Int64: 'How can I use C++ Int64?', + How_Can_I_use_CPP_Int64_answer_part_1: 'You should declare as', + How_Can_I_use_CPP_Int64_answer_part_2: 'and use with', + or: 'or', + using: 'using', + How_Can_I_use_CPP_Int64_answer_part_3: 'will result in', + Java_specifications: 'Java specifications?', + Java_specifications_answer_part_1: 'All programs must begin in a static main method in a', + Java_specifications_answer_part_2: 'class. Do not use public classes: even', + Java_specifications_answer_part_3: 'must be non public to avoid compile error.Use buffered I/O to avoid time limit exceeded due to excesive flushing.', + About_presentation_error: 'About presentation error?', + About_presentation_error_answer_part_1: 'There is no presentation error in this oj.The judger will trim the blacks and wraps in your ouput\'s', + last: 'last', + About_presentation_error_answer_part_2: 'line. if it\'s still different with the correct output, the result will be', + How_to_report_bugs: 'How to report bugs about this oj?', + How_to_report_bugs_answer_part_1: 'The onlinejudge is open source, you can open an issue in', + How_to_report_bugs_answer_part_2: 'The details(like env, version..) about a bug is required, which will help us a lot to solve the bug. Certainly, we are very pleased to merge your pull requests.', + // Cancel.vue + Cancel: 'Cancel', // ContestDetail.vue Problems: 'Problems', Announcements: 'Announcements', @@ -35,9 +115,34 @@ export const m = { Rankings: 'Rankings', Overview: 'Overview', Admin_Helper: 'Admin Helper', + StartAt: 'StartAt', + EndAt: 'EndAt', + ContestType: 'ContestType', + Creator: 'Creator', + Public: 'Public', + Password_Protected: 'Password Protected', + // ContestList.vue + Rule: 'Rule', + OI: 'OI', + ACM: 'ACM', + Underway: 'Underway', + Not_Started: 'Not_Started', + Ended: 'Ended', + No_contest: 'No contest', + Please_login_first: 'Please login first!', // ContestProblemList Problems_List: 'Problems List', - + No_Problems: 'No Problems', + // CodeMirror.vue + Language: 'Language', + Theme: 'Theme', + Reset_to_default_code_definition: 'Reset to default code definition', + Upload_file: 'Upload file', + Monokai: 'Monokai', + Solarized_Light: 'Solarized Light', + Material: 'Material', + // KatexEditor.vue + Latex_Editor: 'Latex Editor', // NavBar.vue Home: 'Home', NavProblems: 'Problems', @@ -56,6 +161,7 @@ export const m = { Settings: 'Settings', Management: 'Management', Logout: 'Logout', + Welcome_to: 'Welcome to', // announcements.vue Refresh: 'Refresh', Back: 'Back', @@ -81,6 +187,22 @@ export const m = { No_Account: 'No account? Register now!', Forget_Password: 'Forget Password', UserLogin: 'Login', + Welcome_back: 'Welcome back to OJ', + // OIRank.vue + OI_Ranklist: 'OI Ranklist', + // OIContestRank.vue + Total_Score: 'Total Score', + // ProblemList.vue + Problem_List: 'Problem List', + High: 'High', + Mid: 'Mid', + Low: 'Low', + All: 'All', + Reset: 'Reset', + Pick_One: 'Pick one', + Difficulty: 'Difficulty', + Total: 'Total', + AC_Rate: 'AC Rate', // Register.vue RegisterUsername: 'Username', Email_Address: 'Email Address', @@ -89,6 +211,10 @@ export const m = { Captcha: 'Captcha', UserRegister: 'Register', Already_Registed: 'Already registed? Login now!', + The_username_already_exists: 'The username already exists.', + The_email_already_exists: 'The email already exists', + password_does_not_match: 'password does not match', + Thanks_for_registering: 'Thanks for your registering, you can login now', // ResetPassword.vue and ApplyResetPassword.vue Reset_Password: 'Lost Password', RPassword: 'Password', @@ -96,6 +222,36 @@ export const m = { RCaptcha: 'Captcha', ApplyEmail: 'Your Email Address', Send_Password_Reset_Email: 'Send Password Reset Email', + Your_password_has_been_reset: 'Your password has been reset.', + // Save.vue + Save: 'Save', + // Simditor.vue + Uploading_is_in_progress: 'Uploading is in progress, are you sure to leave this page?', + // SubmissionDetails.vue + Lang: 'Lang', + Share: 'Share', + UnShare: 'UnShare', + Succeeded: 'Succeeded', + Real_Time: 'Real Time', + Singal: 'Singal', + // SubmissionList.vue + When: 'When', + ID: 'ID', + Time: 'Time', + Memory: 'Memory', + Author: 'Author', + Option: 'Option', + Mine: 'Mine', + Search_Author: 'Search Author', + Accepted: 'Accepted', + Time_Limit_Exceeded: 'Time Limit Exceeded', + Memory_Limit_Exceeded: 'Memory Limit Exceeded', + Runtime_Error: 'Runtime Error', + System_Error: 'System Error', + Pending: 'Pending', + Partial_Accepted: 'Partial Accepted', + Compile_Error: 'Compile Error', + Rejudge: 'Rejudge', // UserHome.vue UserHomeSolved: 'Solved', UserHomeserSubmissions: 'Submissions', diff --git a/src/i18n/oj/zh-CN.js b/src/i18n/oj/zh-CN.js index fc0a34522..9064c5758 100644 --- a/src/i18n/oj/zh-CN.js +++ b/src/i18n/oj/zh-CN.js @@ -1,4 +1,6 @@ export const m = { + // 404.vue + Go_Home: '返回主页', // Problem.vue Description: '题目描述', Input: '输入', @@ -16,28 +18,131 @@ export const m = { Score: '分数', Tags: '标签', Show: '显示', + Submit: '提交', + Submitting: '正在提交', + Judging: '正在评分', + Wrong_Answer: '答案错误', + Statistic: '统计', + Close: '关闭', + View_Contest: '查看比赛', + Are_you_sure_you_want_to_reset_your_code: '确定要重置代码吗?', + Code_can_not_be_empty: '不能提交空代码', + Submit_code_successfully: '成功提交代码', + You_have_solved_the_problem: '你已经解决了该问题', + Submitted_successfully: '成功提交', + You_have_submitted_a_solution: '你已经提交了解答', + Contest_has_ended: '比赛已结束', + You_have_submission_in_this_problem_sure_to_cover_it: '你已经提交了解答,确定要覆盖吗?', // About.vue + Compiler: '编译器', Result_Explanation: '结果解释', - Pending_Juding: '您的解答将很快被测评,请等待结果。', - Compile_Error: '无法编译您的源代码,点击链接查看编译器的输出。', - Accepted: '你的解题方法是正确的。', - Wrong_Answer: '你的程序输出结果与判题程序的答案不符。', - Runtime_Error: '您的程序异常终止,可能的原因是:段错误,被零除或用非0的代码退出程序。', - Time_Limit_Exceeded: '您的程序使用的CPU时间已超出限制,Java有三倍的时间限制。', - Memory_Limit_Exceeded: '程序实际使用的内存已超出限制。', - System_Error: '糟糕,判题程序出了问题。请报告给管理员。', + Pending_Judging_Description: '您的解答将很快被测评,请等待结果。', + Compile_Error_Description: '无法编译您的源代码,点击链接查看编译器的输出。', + Accepted_Description: '你的解题方法是正确的。', + Wrong_Answer_Description: '你的程序输出结果与判题程序的答案不符。', + Runtime_Error_Description: '您的程序异常终止,可能的原因是:段错误,被零除或用非0的代码退出程序。', + Time_Limit_Exceeded_Description: '您的程序使用的 CPU 时间已超出限制,Java 有三倍的时间限制。', + Memory_Limit_Exceeded_Description: '程序实际使用的内存已超出限制。', + System_Error_Description: '糟糕,判题程序出了问题。请报告给管理员。', + // ACMContestRank.vue + Menu: '菜单', + Chart: '图表', + Auto_Refresh: '自动刷新', + RealName: '真名', + Force_Update: '强制刷新', + download_csv: '下载 csv', + TotalTime: '总时间', + Top_10_Teams: '前 10 强队伍', + save_as_image: '保存图片', + // ACMHelper.vue + ACM_Helper: 'ACM 助手', + AC_Time: 'AC 时间', + ProblemID: '问题 ID', + First_Blood: '一血', + Username: '用户名', + Checked: '已检查', + Not_Checked: '未检查', + Check_It: '现在检查', + // ACMRank.vue + ACM_Ranklist: 'ACM 排名', + mood: '情态', + AC: 'AC', + Rating: '评分', + // Announcements.vue + Contest_Announcements: '比赛公告', + By: '创建人', + // ApplyResetPassword.vue + The_email_doesnt_exist: '该电子邮件地址不存在', + Success: '成功', + Password_reset_mail_sent: '密码重置邮件已发送。', // FAQ.vue Frequently_Asked_Questions: '常见问题', + Where_is_the_input_and_the_output: '输入和输出在哪里?', + Where_is_the_input_and_the_output_answer_part_1: '您的程序应从', + Standard_Input: '标准输入', + Where_is_the_input_and_the_output_answer_part_3: '读取输入,并将输出写入', + Standard_Output: '标准输出', + Where_is_the_input_and_the_output_answer_part_5: '例如,您可以在 C 中使用', + Where_is_the_input_and_the_output_answer_part_6: '或在 C ++ 中使用', + Where_is_the_input_and_the_output_answer_part_7: '读取,并在 C 中使用', + Where_is_the_input_and_the_output_answer_part_8: '或在 C ++ 中使用', + Where_is_the_input_and_the_output_answer_part_9: '写入 stdout。用户程序不允许读取或写入文件,否则您将收到', + What_is_the_meaning_of_submission_execution_time: '提交执行时间是什么意思?', + What_is_the_meaning_of_submission_execution_time_answer: 'onlinejudge 可能会使用不同的输入文件多次测试您的代码。如果您的代码在每个输入文件的时间限制内给出正确的答案,则显示的执行时间是每个测试用例所花费的最大时间。否则,执行时间将毫无意义。', + How_Can_I_use_CPP_Int64: '如何使用 C ++ Int64?', + How_Can_I_use_CPP_Int64_answer_part_1: '您应该声明', + How_Can_I_use_CPP_Int64_answer_part_2: '并与', + or: '或', + using: '一起使用,使用', + How_Can_I_use_CPP_Int64_answer_part_3: ' 将导致', + Java_specifications: 'Java 规范?', + Java_specifications_answer_part_1: '所有程序都必须以', + Java_specifications_answer_part_2: '类的静态 main 方法开始。不要使用公共类:即使', + Java_specifications_answer_part_3: '也必须是非公共类以避免编译错误使用缓冲I / O以避免由于过度刷新而导致超出时间限制', + About_presentation_error: '关于输出格式错误?', + About_presentation_error_answer_part_1: '该oj中没有输出格式错误。Judger将对自动对输出修整然后包裹在输出的', + last: '最后', + About_presentation_error_answer_part_2: '一行中。如果仍然与正确的输出不同,则结果将是', + How_to_report_bugs: '如何报告有关此 oj 的错误?', + How_to_report_bugs_answer_part_1: 'onlinejudge 是开源的,您可以到', + How_to_report_bugs_answer_part_2: '提交问题。需要有关错误的详细信息(例如env,版本..),这将帮助我们极大地解决该错误。当然,我们很高兴合并您的请求。', + // Cancel.vue + Cancel: '取消', // ContestDetail.vue Problems: '题目', Announcements: '公告', Submissions: '提交信息', - Rankings: 'Rank排名', + Rankings: '排名', Overview: '概要', Admin_Helper: '管理员助手', + StartAt: '开始时间', + EndAt: '结束时间', + ContestType: '比赛类型', + Creator: '发起人', + Public: '公开', + Password_Protected: '密码保护', + // ContestList.vue + Rule: '赛制', + OI: 'OI', + ACM: 'ACM', + Underway: '进行中', + Not_Started: '筹备中', + Ended: '已结束', + No_contest: '尚无练习或比赛', + Please_login_first: '请先登录!', // ContestProblemList.vue Problems_List: '问题列表', - + No_Problems: '尚无问题', + // CodeMirror.vue + Language: '语言', + Theme: '主题', + Reset_to_default_code_definition: '重设返回默认代码设置', + Upload_file: '上传文件', + Monokai: '物界', + Solarized_Light: '日光灯', + Material: '材料', + // KatexEditor.vue + Latex_Editor: 'Latex 编辑器', // NavBar.vue Home: '首页', NavProblems: '问题', @@ -47,7 +152,7 @@ export const m = { ACM_Rank: 'ACM 排名', OI_Rank: 'OI 排名', About: '关于', - Judger: '判题解释', + Judger: '评分器', FAQ: '常见问题', Login: '登录', Register: '注册', @@ -56,6 +161,7 @@ export const m = { Settings: '我的设置', Management: '后台管理', Logout: '退出', + Welcome_to: '欢迎来到', // announcements.vue Refresh: '刷新', Back: '返回', @@ -77,10 +183,26 @@ export const m = { // Login.vue LoginUsername: '用户名', LoginPassword: '密码', - TFA_Code: '双因素认证号码', + TFA_Code: 'TFA App 双因素认证码', No_Account: '还没账号,立即注册!', Forget_Password: '忘记密码', UserLogin: '登录', + Welcome_back: '欢迎回来', + // OIRank.vue + OI_Ranklist: 'OI 排名', + // OIContestRank.vue + Total_Score: '总分', + // ProblemList.vue + Problem_List: '问题列表', + High: '高', + Mid: '中', + Low: '低', + All: '全部', + Reset: '重置', + Pick_One: '选择', + Difficulty: '难度', + Total: '总数', + AC_Rate: '通过率', // Register.vue RegisterUsername: '用户名', Email_Address: '电子邮箱', @@ -89,6 +211,10 @@ export const m = { Captcha: '验证码', UserRegister: '注册', Already_Registed: '已经注册?现在登录!', + The_username_already_exists: '该用户名已存在', + The_email_already_exists: '该电子邮件地址已存在', + password_does_not_match: '密码不匹配', + Thanks_for_registering: '感谢注册,您现在可以登录了', // ResetPassword.vue and ApplyResetPassword.vue Reset_Password: '重置密码', RPassword: '密码', @@ -96,6 +222,36 @@ export const m = { RCaptcha: '验证码', ApplyEmail: '电子邮箱', Send_Password_Reset_Email: '发送重置密码到邮箱', + Your_password_has_been_reset: '您的密码已重置', + // Save.vue + Save: '保存', + // Simditor.vue + Uploading_is_in_progress: '正在上传,您确定要离开当前页面吗?', + // SubmissionDetails.vue + Lang: '语言', + Share: '分享', + UnShare: '不分享', + Succeeded: '成功', + Real_Time: '真实时间', + Singal: '单身', + // SubmissionList.vue + When: '时间', + ID: 'ID', + Time: '时间', + Memory: '内存', + Author: '作者', + Option: '选项', + Mine: '我的', + Search_Author: '搜索作者', + Accepted: '已接受', + Time_Limit_Exceeded: '运行超时', + Memory_Limit_Exceeded: '超内存占用', + Runtime_Error: '运行时错误', + System_Error: '系统错误', + Pending: '等待评分', + Partial_Accepted: '部分接受', + Compile_Error: '编译失败', + Rejudge: '重新评分', // UserHome.vue UserHomeSolved: '已解决数量', UserHomeserSubmissions: '提交次数', diff --git a/src/i18n/oj/zh-TW.js b/src/i18n/oj/zh-TW.js index 255abf549..1f313d8d0 100644 --- a/src/i18n/oj/zh-TW.js +++ b/src/i18n/oj/zh-TW.js @@ -18,14 +18,14 @@ export const m = { Show: '顯示', // About.vue Result_Explanation: '結果說明', - Pending_Juding: '您的答案即將進行評分,請等待結果。', - Compile_Error: '無法編譯您的原始碼,請點選連結以檢視編譯器的輸出。', - Accepted: '您的解題方法是正確的。', - Wrong_Answer: '您程式的輸出結果與標準程式的答案不符。', - Runtime_Error: '您的程式異常終止,可能的原因是: 記憶體區段錯誤、被零除或結束程式時傳回非 0 的值。', - Time_Limit_Exceeded: '您的程式使用的 CPU 時間已超出限制,Java 有三倍的時間限制。', - Memory_Limit_Exceeded: '程式實際使用的記憶體已超出限制。', - System_Error: 'Judge 系統發生錯誤。請回報系統管理員。', + Pending_Judging_Description: '您的答案即將進行評分,請等待結果。', + Compile_Error_Description: '無法編譯您的原始碼,請點選連結以檢視編譯器的輸出。', + Accepted_Description: '您的解題方法是正確的。', + Wrong_Answer_Description: '您程式的輸出結果與標準程式的答案不符。', + Runtime_Error_Description: '您的程式異常終止,可能的原因是: 記憶體區段錯誤、被零除或結束程式時傳回非 0 的值。', + Time_Limit_Exceeded_Description: '您的程式使用的 CPU 時間已超出限制,Java 有三倍的時間限制。', + Memory_Limit_Exceeded_Description: '程式實際使用的記憶體已超出限制。', + System_Error_Description: 'Judge 系統發生錯誤。請回報系統管理員。', // FAQ.vue Frequently_Asked_Questions: '常見問題', // ContestDetail.vue diff --git a/src/pages/admin/components/KatexEditor.vue b/src/pages/admin/components/KatexEditor.vue index b2cefb10d..cb46aa93c 100644 --- a/src/pages/admin/components/KatexEditor.vue +++ b/src/pages/admin/components/KatexEditor.vue @@ -1,10 +1,10 @@