mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Romanian) * New translations field.php (Albanian) * New translations field.php (Bulgarian) * New translations field.php (Serbian (Latin)) * New translations field.php (Hindi) * New translations field.php (Azerbaijani) * New translations field.php (Bengali) * New translations field.php (Persian) * New translations field.php (Vietnamese) * New translations field.php (Urdu (Pakistan)) * New translations field.php (Ukrainian) * New translations field.php (Turkish) * New translations field.php (Swedish) * New translations field.php (Russian) * New translations field.php (French)
44 lines
788 B
PHP
44 lines
788 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => '표제'
|
|
],
|
|
'slug' => [
|
|
'name' => '강타'
|
|
],
|
|
'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' => '위치',
|
|
];
|