mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-18 17:38:42 +00:00
fix lang import sorting
This commit is contained in:
parent
0e3887911c
commit
8f4e7743e3
|
|
@ -20,11 +20,13 @@ return ['News' => [
|
||||||
'Categories' => 'Kategorien',
|
'Categories' => 'Kategorien',
|
||||||
'Date' => 'Datum',
|
'Date' => 'Datum',
|
||||||
'Draft' => 'Entwurf',
|
'Draft' => 'Entwurf',
|
||||||
|
'Edit' => '',
|
||||||
'Featured' => 'Featured',
|
'Featured' => 'Featured',
|
||||||
'Groups' => 'Gruppen',
|
'Groups' => 'Gruppen',
|
||||||
'Headline' => 'Headline',
|
'Headline' => 'Headline',
|
||||||
'Headlines' => 'Headlines',
|
'Headlines' => 'Headlines',
|
||||||
'Langauge' => 'Sprache',
|
'Langauge' => 'Sprache',
|
||||||
|
'Language' => '',
|
||||||
'Link' => 'Link',
|
'Link' => 'Link',
|
||||||
'News' => 'News',
|
'News' => 'News',
|
||||||
'Plain' => 'Plain',
|
'Plain' => 'Plain',
|
||||||
|
|
@ -32,11 +34,10 @@ return ['News' => [
|
||||||
'Publish' => 'Veröffentlichen',
|
'Publish' => 'Veröffentlichen',
|
||||||
'Settings' => 'Einstellung',
|
'Settings' => 'Einstellung',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Titel',
|
|
||||||
'Type' => 'Typ',
|
|
||||||
'TYPE0' => 'Artikel',
|
'TYPE0' => 'Artikel',
|
||||||
'TYPE1' => 'Link',
|
'TYPE1' => 'Link',
|
||||||
'TYPE2' => 'Headline',
|
'TYPE2' => 'Headline',
|
||||||
|
'Title' => 'Titel',
|
||||||
|
'Type' => 'Typ',
|
||||||
'Visible' => 'Sichtbar',
|
'Visible' => 'Sichtbar',
|
||||||
'Language' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,13 @@ return ['News' => [
|
||||||
'Categories' => 'Categories',
|
'Categories' => 'Categories',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
|
'Edit' => '',
|
||||||
'Featured' => 'Featured',
|
'Featured' => 'Featured',
|
||||||
'Groups' => 'Groups',
|
'Groups' => 'Groups',
|
||||||
'Headline' => 'Headline',
|
'Headline' => 'Headline',
|
||||||
'Headlines' => 'Headlines',
|
'Headlines' => 'Headlines',
|
||||||
'Langauge' => '',
|
'Langauge' => '',
|
||||||
|
'Language' => 'Language',
|
||||||
'Link' => 'Link',
|
'Link' => 'Link',
|
||||||
'News' => 'News',
|
'News' => 'News',
|
||||||
'Plain' => 'Plain',
|
'Plain' => 'Plain',
|
||||||
|
|
@ -32,11 +34,10 @@ return ['News' => [
|
||||||
'Publish' => 'Publish',
|
'Publish' => 'Publish',
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Title',
|
|
||||||
'Type' => 'Type',
|
|
||||||
'TYPE0' => 'Article',
|
'TYPE0' => 'Article',
|
||||||
'TYPE1' => 'Link',
|
'TYPE1' => 'Link',
|
||||||
'TYPE2' => 'Headline',
|
'TYPE2' => 'Headline',
|
||||||
|
'Title' => 'Title',
|
||||||
|
'Type' => 'Type',
|
||||||
'Visible' => 'Visible',
|
'Visible' => 'Visible',
|
||||||
'Language' => 'Language',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user