S2OJ/web/app/locale/basic/en.php
Masco Skray c49b69aa86 style(web): upgrade to Bootstrap 4 view with new artworks
Let's welcome brand new look made by Bootstrap 4!
Not only website but also our logo is being flat now.
The new logo uses blue as main color, to be different from original.
For us, it also shows the project has up to a new stage.
We hope that the project will get better and better.

BREAKING CHANGE: The path for users to place their images is renamed.
Logos are saved as new names too. Users should move "pictures" to "images".
Any modifications should suit the Bootstrap 4's standard.
2019-09-10 10:25:07 +08:00

70 lines
2.3 KiB
PHP

<?php
return [
'_common_name' => 'English',
'login' => 'Login',
'register' => 'Register',
'logout' => 'Logout',
'my profile' => 'My Profile',
'private message' => 'Private Message',
'system message' => 'System Message',
'system manage' => 'System Manage',
'contests' => 'Contests',
'problems' => 'Problems',
'submissions' => 'Submissions',
'hacks' => 'Hack!',
'blogs' => 'Blogs',
'announcements' => 'Announcements',
'all the announcements' => 'All the Announcements……',
'help' => 'Help',
'search' => 'Search',
'top rated' => 'Top rated',
'username' => 'Username',
'password' => 'Password',
'new password' => 'New password',
'email' => 'Email',
'QQ' => 'QQ',
'sex' => 'Sex',
'motto' => 'Motto',
'rating' => 'Rating',
'view all' => 'View all',
'appraisal' => 'Appraisal',
'submit' => 'Submit',
'browse' => 'Browse',
'score range' => 'Score range',
'details' => 'Details',
'hours' => function($h) {
return "$h ".($h <= 1 ? 'hour' : 'hours');
},
'title' => 'Title',
'content' => 'Content',
'time' => 'Time',
'none' => 'None',
'user profile' => 'User profile',
'send private message' => 'Send private message',
'modify my profile' => 'Modify my profile',
'visit his blog' => function($name) {
return "Visit $name's blog";
},
'rating changes' => 'Rating changes',
'accepted problems' => 'Accepted problems',
'n problems in total' => function($n) {
return "$n ".($n <= 1 ? 'problem' : 'problems');
},
'please enter your password for authorization' => 'Please enter your password for authorization',
'please enter your new profile' => 'Please enter your new profile',
'leave it blank if you do not want to change the password' => 'Leave it blank if you do not want to change the password',
'change avatar help' => 'Do you want to change your avatar? Please see <a href="/faq">Help</a>',
'enter your username' => 'Enter your username',
'enter your email' => 'Enter your email',
'enter your password' => 'Enter your password',
're-enter your password' => 'Re-enter your password',
'enter your new password' => 'Enter your new password',
're-enter your new password' => 'Re-enter your new password',
'enter your QQ' => 'Enter your QQ',
'refuse to answer' => 'Refuse to answer',
'male' => 'Male',
'female' => 'Female',
'server time' => 'Server Time',
'opensource project' => 'OpenSource Project'
];