mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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