S2OJ/web/app/locale/basic/zh-cn.php

106 lines
3.4 KiB
PHP
Raw Normal View History

2016-07-18 16:39:37 +00:00
<?php
return [
'_common_name' => '中文',
2016-07-18 16:39:37 +00:00
'login' => '登录',
'register' => '注册',
'logout' => '登出',
2022-03-17 04:00:03 +00:00
'need login' => '您需要登录后才能继续',
2016-07-18 16:39:37 +00:00
'my profile' => '个人信息',
'private message' => '私信',
'system message' => '系统消息',
'system manage' => '系统管理',
2022-10-19 13:59:16 +00:00
'avatar' => '头像',
2016-07-18 16:39:37 +00:00
'contests' => '比赛',
'problems' => '题库',
2022-09-18 11:34:17 +00:00
'problems lists' => '题单',
2022-03-20 00:07:46 +00:00
'groups' => '小组',
'add new group' => '添加新小组',
2022-10-21 12:42:48 +00:00
'group announcement' => '小组公告',
'group announcements' => '小组公告',
2022-03-20 00:07:46 +00:00
'users count' => '用户数量',
2016-07-18 16:39:37 +00:00
'submissions' => '提交记录',
'hacks' => 'Hack!',
'blogs' => '博客',
2022-09-26 12:55:56 +00:00
'blogs overview' => '博客总览',
2016-07-18 16:39:37 +00:00
'announcements' => '公告',
'all the announcements' => '所有公告……',
2022-03-21 02:51:31 +00:00
'solved' => 'AC 数',
'top solver' => 'AC 数排行榜',
2022-03-25 05:16:37 +00:00
'n accepted in last year' => function($n) {
return "过去一年提交了 $n 份 AC 代码";
},
2016-07-18 16:39:37 +00:00
'help' => '帮助',
'search' => '搜索',
2022-03-20 00:07:46 +00:00
'news' => '最新动态',
2022-09-20 00:28:38 +00:00
'assignments' => '作业',
'assignments to do' => '待完成作业',
2016-07-18 16:39:37 +00:00
'username' => '用户名',
'password' => '密码',
'new password' => '新密码',
2022-10-19 13:59:16 +00:00
'current password' => '当前密码',
'confirm new password' => '确认新密码',
2022-03-14 13:49:48 +00:00
'verification code' => '验证码',
2016-07-18 16:39:37 +00:00
'email' => 'Email',
'QQ' => 'QQ',
2022-10-19 13:59:16 +00:00
'school' => '学校',
2016-07-18 16:39:37 +00:00
'sex' => '性别',
'motto' => '格言',
2022-10-19 13:59:16 +00:00
'codeforces handle' => 'Codeforces 用户名',
2016-07-18 16:39:37 +00:00
'view all' => '查看全部',
2022-10-08 04:04:54 +00:00
'hidden' => '隐藏',
2016-07-18 16:39:37 +00:00
'appraisal' => '评价',
'submit' => '提交',
'browse' => '浏览',
'score range' => '分数范围',
'details' => '详细',
'hours' => function($h) {
return "$h 小时";
},
'title' => '标题',
'content' => '内容',
'time' => '时间',
2022-09-28 11:48:49 +00:00
'post time' => '发布时间',
2016-07-18 16:39:37 +00:00
'none' => '无',
'user profile' => '用户信息',
'send private message' => '发送私信',
'modify my profile' => '更改个人信息',
2022-10-19 13:59:16 +00:00
'modify his profile' => function($name) {
return "更改 $name 的个人信息";
},
2016-07-18 16:39:37 +00:00
'visit his blog' => function($name) {
return "访问 $name 的博客";
},
'accepted problems' => 'AC 过的题目',
'n problems in total' => function($n) {
return "$n 道题";
},
'please enter your password for authorization' => '请输入您的密码进行身份验证',
'please enter your new profile' => '请输入新的个人信息',
'leave it blank if you do not want to change the password' => '如果不想修改密码请留空',
2022-10-19 13:59:16 +00:00
'change avatar help' => '想改头像?见 <a class="text-decoration-none" href="/faq">帮助</a>',
2016-07-18 16:39:37 +00:00
'enter your username' => '输入用户名',
2022-03-14 13:49:48 +00:00
'enter your email' => '输入 Email',
2016-07-18 16:39:37 +00:00
'enter your password' => '输入密码',
're-enter your password' => '重新输入密码',
'enter your new password' => '输入新密码',
're-enter your new password' => '重新输入新密码',
'enter your QQ' => '输入QQ',
2022-03-14 13:49:48 +00:00
'enter verification code' => '输入验证码',
2016-07-18 16:39:37 +00:00
'refuse to answer' => '拒绝回答',
'male' => '男',
'female' => '女',
'countdowns' => '倒计时',
'countdown title has begun' => function($title) {
return "<b>$title</b> 已开始。";
},
'x days until countdown title' => function($title, $days) {
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
},
'friend links' => '常用链接',
'server time' => '服务器时间',
'opensource project' => '开源项目S2OJ 魔改版',
2022-10-12 12:35:23 +00:00
'apps' => '应用',
'image hosting' => '图床',
2022-10-14 23:07:45 +00:00
'html to markdown' => 'HTML 转 Markdown',
2016-07-18 16:39:37 +00:00
];