mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Urdu (Pakistan))
This commit is contained in:
parent
d338c23839
commit
51bb2d401d
@ -0,0 +1,38 @@
|
||||
<?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' => 'منتخب شدہ'
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user