openclassify/addons/default/visiosoft/location-module/resources/lang/zh/field.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

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' => '地点',
];