TaoLer/app/index/lang/en-us.php

66 lines
1.8 KiB
PHP
Raw Normal View History

2020-11-01 18:13:05 +08:00
<?php
return [
2020-11-02 21:54:26 +08:00
//语言
'language' => 'language',
'chinese' => '中文简体',
'english' => 'english',
2020-11-01 18:13:05 +08:00
//menu
2020-11-02 15:41:31 +08:00
'index' => 'Index',
'home page' => 'Home page',
'user center' => 'Center',
'set info' => 'Set info',
'my message' => 'Message',
'my page' => 'My page',
2020-11-01 18:13:05 +08:00
2020-11-02 15:41:31 +08:00
'login' => 'Login',
'logout' => 'Logout',
'register' => 'Register',
'discuss' => 'Discuss',
'case' => 'Case',
'timeline' => 'Timeline',
2020-11-01 18:13:05 +08:00
//帖子
2020-11-02 15:41:31 +08:00
'title color' => 'Title color',
'add_post' => 'Add post',
'my collection' => 'My collection',
'cancel collection' => 'cancel collection',
'all' => 'All',
'finished' => 'Finished',
'no finished' => 'no finished',
'hot' => 'Hot',
'top' => 'Top',
'cancel hoting' => 'Cancel hoting',
'cancel topping' => 'Cancel topping',
'go sign' => 'Go sign',
'more post' => 'more post',
'friendly link' => 'Friendly link',
'reviewers list' => 'Reviewers list',
'hot post list' => 'Hot post list',
'links list' => 'Links list',
'Sign in' => 'Sign in',
'statement' => 'Statement',
'trends' => 'Trends',
'sponsor' => 'Sponsor sponsor',
'i want to join' => 'i want to join',
'official products' => 'Official products',
'no comments' => 'No comments',
'submit comments' => 'Submit comments',
'reply' => 'reply',
'accept' => 'accept',
'please input the content' => 'please input the content',
'ads area' => 'Ads area',
'enclosure' => 'enclosure',
'download files' => 'Download files',
2020-11-01 18:13:05 +08:00
//message
2020-11-02 15:41:31 +08:00
'add' => 'add',
'delete' => 'delete',
'edit' => 'edit',
2020-11-01 18:13:05 +08:00
'add success' => 'add success!',
'add error' => 'add error',
'edit success' => 'articel edit success',
'edit error' => 'articel edit error',
2020-11-02 21:54:26 +08:00
'illegal_request' => 'illegal request',
2020-11-01 18:13:05 +08:00
];