mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
40 lines
725 B
PHP
40 lines
725 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' => '옵션을 선택하세요...',
|
|
];
|