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)
37 lines
1.0 KiB
PHP
37 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => '轮廓',
|
|
'option' => [
|
|
'read' => '可以阅读个人资料吗?',
|
|
'write' => '可以创建/编辑个人资料吗?',
|
|
'delete' => '可以删除个人资料吗?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => '地址',
|
|
'option' => [
|
|
'read' => '可以看地址吗?',
|
|
'write' => '可以创建/编辑地址吗?',
|
|
'delete' => '可以删除地址吗?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => '教育',
|
|
'option' => [
|
|
'read' => '可以阅读教育吗?',
|
|
'write' => '可以创建/编辑教育吗?',
|
|
'delete' => '可以删除教育吗?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => '教育部分',
|
|
'option' => [
|
|
'read' => '可以阅读教育部分吗?',
|
|
'write' => '可以创建/编辑教育部分吗?',
|
|
'delete' => '可以删除教育部分吗?',
|
|
],
|
|
],
|
|
];
|