mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
New translations
This commit is contained in:
parent
eec6bec65b
commit
5027f78baa
1 changed files with 13 additions and 13 deletions
|
@ -25,30 +25,30 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// Common
|
// Common
|
||||||
'Captcha' => '验证码',
|
'Captcha' => 'Captcha',
|
||||||
'Go back' => '上一页',
|
'Go back' => 'Go back',
|
||||||
'Send' => '发送',
|
'Send' => 'Send',
|
||||||
'Submit' => '提交',
|
'Submit' => 'Submit',
|
||||||
|
|
||||||
// Control panel
|
// Control panel
|
||||||
'Control panel' => '控制面板',
|
'Control panel' => 'Control panel',
|
||||||
|
|
||||||
// Errors
|
// Errors
|
||||||
'File not found: %location%' => '找不到文件:%location%',
|
'File not found: %location%' => 'File not found: %location%',
|
||||||
'Invalid request: not specified %data%' => '无效的请求︰ 未指定 %data%',
|
'Invalid request: not specified %data%' => 'Invalid request: not specified %data%',
|
||||||
|
|
||||||
// Feed (feed.php)
|
// Feed (feed.php)
|
||||||
'Feed' => '订阅',
|
'Feed' => 'Feed',
|
||||||
'Do not specify a mode for the feed' => 'Do not specify a mode for the feed',
|
'Do not specify a mode for the feed' => 'Do not specify a mode for the feed',
|
||||||
'This forum does not have a feed' => '这个论坛还没有订阅',
|
'This forum does not have a feed' => 'This forum does not have a feed',
|
||||||
'This user does not have a feed' => '这个用户还没有订阅',
|
'This user does not have a feed' => 'This user does not have a feed',
|
||||||
|
|
||||||
// Style guide (styleguide.php)
|
// Style guide (styleguide.php)
|
||||||
'Hello, %name%' => '欢迎,%name%!',
|
'Hello, %name%' => 'Hello, %name%',
|
||||||
'Style guide' => 'Style guide',
|
'Style guide' => 'Style guide',
|
||||||
|
|
||||||
// Terms (terms.php)
|
// Terms (terms.php)
|
||||||
'Only administrators see this line' => '仅管理员可见',
|
'Only administrators see this line' => 'Only administrators see this line',
|
||||||
'Terms' => '条款',
|
'Terms' => 'Terms',
|
||||||
'The text on this page can be edited in the' => 'The text on this page can be edited in the',
|
'The text on this page can be edited in the' => 'The text on this page can be edited in the',
|
||||||
];
|
];
|
Loading…
Add table
Add a link
Reference in a new issue