mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 02:58:41 +00:00
feat: rename "Friend Links" to "Frequently Used Links"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50b37ba70f
commit
032778b5f6
@ -82,7 +82,7 @@ return [
|
|||||||
'x days until countdown title' => function($title, $days) {
|
'x days until countdown title' => function($title, $days) {
|
||||||
return "<b>$days</b> ".($days <= 1 ? 'day' : 'days')." until <b>$title</b>.";
|
return "<b>$days</b> ".($days <= 1 ? 'day' : 'days')." until <b>$title</b>.";
|
||||||
},
|
},
|
||||||
'friend links' => 'Friend Links',
|
'friend links' => 'Frequently Used Links',
|
||||||
'server time' => 'Server Time',
|
'server time' => 'Server Time',
|
||||||
'opensource project' => 'OpenSource Project, modified by S2OJ'
|
'opensource project' => 'OpenSource Project, modified by S2OJ'
|
||||||
];
|
];
|
||||||
|
@ -82,7 +82,7 @@ return [
|
|||||||
'x days until countdown title' => function($title, $days) {
|
'x days until countdown title' => function($title, $days) {
|
||||||
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
|
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
|
||||||
},
|
},
|
||||||
'friend links' => '友情链接',
|
'friend links' => '常用链接',
|
||||||
'server time' => '服务器时间',
|
'server time' => '服务器时间',
|
||||||
'opensource project' => '开源项目,S2OJ 魔改版'
|
'opensource project' => '开源项目,S2OJ 魔改版'
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user