mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
22 lines
642 B
PHP
22 lines
642 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => '新的配置文件',
|
|
'new_adress' => '新地址',
|
|
'show' => '显示地址',
|
|
'update_password' => '更新密码',
|
|
'update_profile' => '更新个人信息',
|
|
'delete' => '删除',
|
|
'extend' => '延伸',
|
|
'extend_all' => '全部延伸',
|
|
'extend_unpublished' => '扩展未发布',
|
|
'edit' => '编辑',
|
|
'go_profile' => '转到个人资料详细信息',
|
|
'go_user' => '转到用户详细信息',
|
|
'personal' => '个人的',
|
|
'corporate' => '公司的',
|
|
'export' => '出口',
|
|
'new_education' => '新教育',
|
|
'new_education_part' => '新教育部分',
|
|
];
|