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
739 B
PHP
40 lines
739 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' => 'בחר אפשרות...',
|
|
];
|