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
0f1ca79367
commit
ee6280c357
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => [
|
||||
'name' => 'Title',
|
||||
],
|
||||
'order' => [
|
||||
'name' => 'Order',
|
||||
],
|
||||
'slug' => [
|
||||
'name' => 'Slug'
|
||||
],
|
||||
'files' => [
|
||||
'name' => 'Image'
|
||||
],
|
||||
'seo_keyword' => [
|
||||
'name' => 'Seo Keyword'
|
||||
],
|
||||
'seo_description' => [
|
||||
'name' => 'Seo Description'
|
||||
],
|
||||
'icon' => [
|
||||
'name' => 'Icon'
|
||||
],
|
||||
|
||||
'please_wait' => 'Please wait.Deleting Sub Categories',
|
||||
'category_selection' => 'Category Selection',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user