mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations field.php (Albanian)
This commit is contained in:
parent
693e6fad9a
commit
2133da9850
@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'name' => [
|
||||||
|
'name' => 'Title'
|
||||||
|
],
|
||||||
|
'slug' => [
|
||||||
|
'name' => 'Slug'
|
||||||
|
],
|
||||||
|
'city' => [
|
||||||
|
'name' => 'City'
|
||||||
|
],
|
||||||
|
'country' => [
|
||||||
|
'name' => 'Country'
|
||||||
|
],
|
||||||
|
'district' => [
|
||||||
|
'name' => 'District'
|
||||||
|
],
|
||||||
|
'order' => [
|
||||||
|
'name' => 'Sort Order'
|
||||||
|
],
|
||||||
|
'neighborhood' => [
|
||||||
|
'name' => 'Neighborhood'
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'name' => 'Village'
|
||||||
|
],
|
||||||
|
'description' => [
|
||||||
|
'name' => 'Description'
|
||||||
|
],
|
||||||
|
'pick_option' => [
|
||||||
|
'name' => 'Pick an option',
|
||||||
|
],
|
||||||
|
'address' => [
|
||||||
|
'name' => 'Address',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user