You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
736 B
PHP
20 lines
736 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'main_navigation' => '主导航',
|
|
'blog' => '博客',
|
|
'pages' => '页面',
|
|
'account_settings' => '账户设置',
|
|
'profile' => '用户信息',
|
|
'change_password' => '修改密码',
|
|
'multilevel' => '多级',
|
|
'level_one' => '第一级',
|
|
'level_two' => '第二级',
|
|
'level_three' => '第三级',
|
|
'labels' => '标签',
|
|
'important' => '重要',
|
|
'warning' => '警告',
|
|
'information' => '信息',
|
|
];
|