|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | return [ |
4 | | - 'about' => 'About', |
5 | | - 'activity' => 'Activity', |
6 | | - 'admin' => 'Admin', |
7 | | - 'appearance' => 'Appearance', |
8 | | - 'clearAll' => 'Clear All', |
9 | | - 'community' => 'Community', |
10 | | - 'contact' => 'Contact', |
11 | | - 'developers' => 'Developers', |
12 | | - 'federation' => 'Federation', |
13 | | - 'forYou' => 'For You', |
14 | | - 'help' => 'Help', |
15 | | - 'home' => 'Home', |
16 | | - 'join' => 'Join', |
17 | | - 'local' => 'Local', |
18 | | - 'logIn' => 'Log in', |
19 | | - 'logOut' => 'Log out', |
20 | | - 'loginOrRegister' => 'Login or Register', |
21 | | - 'more' => 'More', |
22 | | - 'noResultsFound' => 'No results found', |
23 | | - 'popular' => 'Popular', |
24 | | - 'poweredBy' => 'Powered by', |
25 | | - 'privacy' => 'Privacy', |
26 | | - 'profile' => 'Profile', |
27 | | - 'recentSearches' => 'Recent Searches', |
28 | | - 'search' => 'Search', |
29 | | - 'settings' => 'Settings', |
30 | | - 'terms' => 'Terms', |
31 | | - 'toggleTheme' => 'Toggle Theme', |
32 | | - 'upload' => 'Upload', |
33 | | - 'uploadLoop' => 'Upload Loop', |
| 4 | + 'about' => '关于', |
| 5 | + 'activity' => '活动', |
| 6 | + 'admin' => '管理员', |
| 7 | + 'appearance' => '外观', |
| 8 | + 'clearAll' => '全部清空', |
| 9 | + 'community' => '社区', |
| 10 | + 'contact' => '联系方式', |
| 11 | + 'developers' => '开发者', |
| 12 | + 'federation' => '联合', |
| 13 | + 'forYou' => '为您推荐', |
| 14 | + 'getTheApp' => 'Get the app', |
| 15 | + 'help' => '帮助', |
| 16 | + 'home' => '首页', |
| 17 | + 'join' => '加入', |
| 18 | + 'local' => '本地', |
| 19 | + 'logIn' => '登录', |
| 20 | + 'logOut' => '退出登录', |
| 21 | + 'loginOrRegister' => '登录或注册', |
| 22 | + 'more' => '更多', |
| 23 | + 'noResultsFound' => '未找到结果', |
| 24 | + 'popular' => '热门', |
| 25 | + 'poweredBy' => '技术支持', |
| 26 | + 'privacy' => '隐私', |
| 27 | + 'profile' => '个人资料', |
| 28 | + 'recentSearches' => '最近搜索', |
| 29 | + 'search' => '搜索', |
| 30 | + 'settings' => '设置', |
| 31 | + 'terms' => '服务条款', |
| 32 | + 'toggleTheme' => '切换主题', |
| 33 | + 'upload' => '上传', |
| 34 | + 'uploadLoop' => '上传Loop', |
34 | 35 | ]; |
0 commit comments