mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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' => '轉到用戶詳細信息',
|
|
];
|