mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
423 B
PHP
16 lines
423 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => '新的配置文件',
|
|
'new_adress' => '新地址',
|
|
'show' => '显示地址',
|
|
'update_password' => '更新密码',
|
|
'update_profile' => '更新个人信息',
|
|
'delete' => '删除',
|
|
'extend' => '延伸',
|
|
'extend_all' => '全部延伸',
|
|
'edit' => '编辑',
|
|
'go_profile' => '转到个人资料详细信息',
|
|
'go_user' => '转到用户详细信息',
|
|
];
|