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)
44 lines
748 B
PHP
44 lines
748 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => '标题'
|
|
],
|
|
'slug' => [
|
|
'name' => 'ug'
|
|
],
|
|
'city' => [
|
|
'name' => '市'
|
|
],
|
|
'country' => [
|
|
'name' => '国家'
|
|
],
|
|
'district' => [
|
|
'name' => '区'
|
|
],
|
|
'order' => [
|
|
'name' => '排序'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => '邻里'
|
|
],
|
|
'village' => [
|
|
'name' => '村'
|
|
],
|
|
'description' => [
|
|
'name' => '描述'
|
|
],
|
|
'pick_option' => [
|
|
'name' => '选择一个选项',
|
|
],
|
|
'address' => [
|
|
'name' => '地址',
|
|
],
|
|
'selected' => '已选',
|
|
'choose_an_option' => '选择一个选项...',
|
|
'abv' => [
|
|
'name' => '缩写',
|
|
],
|
|
'location' => '地点',
|
|
];
|