fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent aa525b25f0
commit d0a4f4d4cf
2 changed files with 14 additions and 12 deletions

View File

@ -29,8 +29,8 @@ return ['Profile' => [
'Currency' => 'Währung', 'Currency' => 'Währung',
'Currencyformat' => 'Währungsformat', 'Currencyformat' => 'Währungsformat',
'Customized' => 'Manuell', 'Customized' => 'Manuell',
'DecimalPoint' => 'Dezimalpunkt',
'DateDelim' => 'Datumstrennung', 'DateDelim' => 'Datumstrennung',
'DecimalPoint' => 'Dezimalpunkt',
'Defaults' => 'Standards', 'Defaults' => 'Standards',
'Email' => 'Email', 'Email' => 'Email',
'Fast' => 'Schnell', 'Fast' => 'Schnell',
@ -49,9 +49,9 @@ return ['Profile' => [
'Name' => 'Name', 'Name' => 'Name',
'Numberformat' => 'Zahlenformat', 'Numberformat' => 'Zahlenformat',
'Numeric' => 'Zahlen', 'Numeric' => 'Zahlen',
'Occupation' => 'Beruf',
'OFF' => 'OFF', 'OFF' => 'OFF',
'ON' => 'ON', 'ON' => 'ON',
'Occupation' => 'Beruf',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Precision' => 'Nachkommastellen', 'Precision' => 'Nachkommastellen',
'Profile' => 'Profil', 'Profile' => 'Profil',
@ -60,6 +60,7 @@ return ['Profile' => [
'Ranks' => 'Rang', 'Ranks' => 'Rang',
'Registered' => 'Registriert', 'Registered' => 'Registriert',
'Sea' => 'Meer', 'Sea' => 'Meer',
'Search' => '',
'Short' => 'Kurz', 'Short' => 'Kurz',
'Skype' => 'Skype', 'Skype' => 'Skype',
'Slow' => 'Lagsam', 'Slow' => 'Lagsam',
@ -86,10 +87,6 @@ return ['Profile' => [
'Volume' => 'Volumen', 'Volume' => 'Volumen',
'Weight' => 'Gewicht', 'Weight' => 'Gewicht',
'Zip' => 'Postleitzahl', 'Zip' => 'Postleitzahl',
'cType1' => '',
'cType2' => '',
'cType3' => '',
'cType4' => '',
'aType1' => '', 'aType1' => '',
'aType2' => '', 'aType2' => '',
'aType3' => '', 'aType3' => '',
@ -97,4 +94,8 @@ return ['Profile' => [
'aType5' => '', 'aType5' => '',
'aType6' => '', 'aType6' => '',
'aType7' => '', 'aType7' => '',
'cType1' => '',
'cType2' => '',
'cType3' => '',
'cType4' => '',
]]; ]];

View File

@ -29,8 +29,8 @@ return ['Profile' => [
'Currency' => 'Currency', 'Currency' => 'Currency',
'Currencyformat' => 'Currencyformat', 'Currencyformat' => 'Currencyformat',
'Customized' => 'Customized', 'Customized' => 'Customized',
'DecimalPoint' => 'Decimal Point',
'DateDelim' => 'Date Separator', 'DateDelim' => 'Date Separator',
'DecimalPoint' => 'Decimal Point',
'Defaults' => 'Defaults', 'Defaults' => 'Defaults',
'Email' => 'Email', 'Email' => 'Email',
'Fast' => 'Fast', 'Fast' => 'Fast',
@ -49,9 +49,9 @@ return ['Profile' => [
'Name' => 'Name', 'Name' => 'Name',
'Numberformat' => 'Numberformat', 'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric', 'Numeric' => 'Numeric',
'Occupation' => 'Occupation',
'OFF' => 'OFF', 'OFF' => 'OFF',
'ON' => 'ON', 'ON' => 'ON',
'Occupation' => 'Occupation',
'Phone' => 'Phone', 'Phone' => 'Phone',
'Precision' => 'Precision', 'Precision' => 'Precision',
'Profile' => 'Profile', 'Profile' => 'Profile',
@ -60,6 +60,7 @@ return ['Profile' => [
'Ranks' => 'Ranks', 'Ranks' => 'Ranks',
'Registered' => 'Registered', 'Registered' => 'Registered',
'Sea' => 'Sea', 'Sea' => 'Sea',
'Search' => '',
'Short' => 'Short', 'Short' => 'Short',
'Skype' => 'Skype', 'Skype' => 'Skype',
'Slow' => 'Slow', 'Slow' => 'Slow',
@ -86,10 +87,6 @@ return ['Profile' => [
'Volume' => 'Volume', 'Volume' => 'Volume',
'Weight' => 'Weight', 'Weight' => 'Weight',
'Zip' => 'Zip', 'Zip' => 'Zip',
'cType1' => 'Phone',
'cType2' => 'Fax',
'cType3' => 'Website',
'cType4' => 'Email',
'aType1' => 'Home', 'aType1' => 'Home',
'aType2' => 'Business', 'aType2' => 'Business',
'aType3' => 'Shipping', 'aType3' => 'Shipping',
@ -97,4 +94,8 @@ return ['Profile' => [
'aType5' => 'Work', 'aType5' => 'Work',
'aType6' => 'Contract', 'aType6' => 'Contract',
'aType7' => 'Other', 'aType7' => 'Other',
'cType1' => 'Phone',
'cType2' => 'Fax',
'cType3' => 'Website',
'cType4' => 'Email',
]]; ]];