test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent cf79cc2f0b
commit 4192d87b23
2 changed files with 166 additions and 157 deletions

156
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Profile
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,78 +12,89 @@
declare(strict_types=1); declare(strict_types=1);
return ['Profile' => [ return ['Profile' => [
'Account' => 'Account', 'Account' => 'Account',
'Account/Group' => 'Account/Gruppe', 'Account/Group' => 'Account/Gruppe',
'Activity' => 'Aktivität', 'Activity' => 'Aktivität',
'Address' => 'Adresse', 'Address' => 'Adresse',
'Amount' => '{Anzal}', 'Amount' => '{Anzal}',
'Area' => 'Fläche', 'Area' => 'Fläche',
'Birthday' => 'Geburtstag', 'Birthday' => 'Geburtstag',
'Change' => 'Ändern', 'Change' => 'Ändern',
'City' => 'Stadt', 'City' => 'Stadt',
'Community' => 'Community', 'Community' => 'Community',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'ContactInformation' => 'Kontakt Information', 'ContactInformation' => 'Kontakt Information',
'Country' => 'Land', 'Country' => 'Land',
'CreateProfile' => 'Erstelle Profil', 'CreateProfile' => 'Erstelle Profil',
'Currency' => 'Währung', 'Currency' => 'Währung',
'Currencyformat' => 'Währungsformat', 'Currencyformat' => 'Währungsformat',
'Customized' => 'Manuell', 'Customized' => 'Manuell',
'DecimalPoint' => 'Dezimalpunkt', 'DecimalPoint' => 'Dezimalpunkt',
'DateDelim' => 'Datumstrennung', 'DateDelim' => 'Datumstrennung',
'Defaults' => 'Standards', 'Defaults' => 'Standards',
'Email' => 'Email', 'Email' => 'Email',
'Fast' => 'Schnell', 'Fast' => 'Schnell',
'General' => 'Allgemein', 'General' => 'Allgemein',
'Glass' => 'Glas', 'Glass' => 'Glas',
'Heavy' => 'Schwer', 'Heavy' => 'Schwer',
'Language' => 'Sprache', 'Language' => 'Sprache',
'Large' => 'Groß', 'Large' => 'Groß',
'LastLogin' => 'Letzter Login', 'LastLogin' => 'Letzter Login',
'Length' => 'Länge', 'Length' => 'Länge',
'Light' => 'Leicht', 'Light' => 'Leicht',
'Load' => 'Laden', 'Load' => 'Laden',
'Localization' => 'Lokalisierung', 'Localization' => 'Lokalisierung',
'Long' => 'Lang', 'Long' => 'Lang',
'Medium' => 'Mittel', 'Medium' => 'Mittel',
'Name' => 'Name', 'Name' => 'Name',
'Numberformat' => 'Zahlenformat', 'Numberformat' => 'Zahlenformat',
'Numeric' => 'Zahlen', 'Numeric' => 'Zahlen',
'Occupation' => 'Beruf', 'Occupation' => 'Beruf',
'OFF' => 'OFF', 'OFF' => 'OFF',
'ON' => 'ON', 'ON' => 'ON',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Precision' => 'Nachkommastellen', 'Precision' => 'Nachkommastellen',
'Profile' => 'Profil', 'Profile' => 'Profil',
'ProfileImage' => 'Profilbild', 'ProfileImage' => 'Profilbild',
'Profiles' => 'Profile', 'Profiles' => 'Profile',
'Ranks' => 'Rang', 'Ranks' => 'Rang',
'Registered' => 'Registriert', 'Registered' => 'Registriert',
'Sea' => 'Meer', 'Sea' => 'Meer',
'Short' => 'Kurz', 'Short' => 'Kurz',
'Skype' => 'Skype', 'Skype' => 'Skype',
'Slow' => 'Lagsam', 'Slow' => 'Lagsam',
'Small' => 'Klein', 'Small' => 'Klein',
'Speed' => 'Geschwindigkeit', 'Speed' => 'Geschwindigkeit',
'Status' => 'Status', 'Status' => 'Status',
'Tablespoon' => 'Esslöffel', 'Tablespoon' => 'Esslöffel',
'Teaspoon' => 'Teelöffel', 'Teaspoon' => 'Teelöffel',
'Temperature' => 'Temperatur', 'Temperature' => 'Temperatur',
'ThousandsSeparator' => 'Tausenderpunkt', 'ThousandsSeparator' => 'Tausenderpunkt',
'Time' => 'Zeit', 'Time' => 'Zeit',
'TimeDelim' => 'Zeittrennung', 'TimeDelim' => 'Zeittrennung',
'Timeformat' => 'Zeitformat', 'Timeformat' => 'Zeitformat',
'Timezone' => 'Zeitzone', 'Timezone' => 'Zeitzone',
'VeryFast' => 'Sehr Schnell', 'VeryFast' => 'Sehr Schnell',
'VeryHeavy' => 'Sehr Schwer', 'VeryHeavy' => 'Sehr Schwer',
'VeryLarge' => 'Sehr Groß', 'VeryLarge' => 'Sehr Groß',
'VeryLight' => 'Sehr Leicht', 'VeryLight' => 'Sehr Leicht',
'VeryLong' => 'Sehr Lang', 'VeryLong' => 'Sehr Lang',
'VeryShort' => 'Sehr Kurz', 'VeryShort' => 'Sehr Kurz',
'VerySlow' => 'Sehr Langsam', 'VerySlow' => 'Sehr Langsam',
'VerySmall' => 'Sehr Klein', 'VerySmall' => 'Sehr Klein',
'Visibility' => 'Sichtbarkeit', 'Visibility' => 'Sichtbarkeit',
'Volume' => 'Volumen', 'Volume' => 'Volumen',
'Weight' => 'Gewicht', 'Weight' => 'Gewicht',
'Zip' => 'Postleitzahl', 'Zip' => 'Postleitzahl',
'cType1' => '',
'cType2' => '',
'cType3' => '',
'cType4' => '',
'aType1' => '',
'aType2' => '',
'aType3' => '',
'aType4' => '',
'aType5' => '',
'aType6' => '',
'aType7' => '',
]]; ]];

167
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Profile
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,89 +12,89 @@
declare(strict_types=1); declare(strict_types=1);
return ['Profile' => [ return ['Profile' => [
'Account' => 'Account', 'Account' => 'Account',
'Account/Group' => 'Account/Group', 'Account/Group' => 'Account/Group',
'Activity' => 'Activity', 'Activity' => 'Activity',
'Address' => 'Address', 'Address' => 'Address',
'Amount' => '{Amount}', 'Amount' => '{Amount}',
'Area' => 'Area', 'Area' => 'Area',
'Birthday' => 'Birthday', 'Birthday' => 'Birthday',
'Change' => 'Change', 'Change' => 'Change',
'City' => 'City', 'City' => 'City',
'Community' => 'Community', 'Community' => 'Community',
'Contact' => 'Contact', 'Contact' => 'Contact',
'ContactInformation' => 'Contact Information', 'ContactInformation' => 'Contact Information',
'Country' => 'Country', 'Country' => 'Country',
'CreateProfile' => 'Create Profile', 'CreateProfile' => 'Create Profile',
'Currency' => 'Currency', 'Currency' => 'Currency',
'Currencyformat' => 'Currencyformat', 'Currencyformat' => 'Currencyformat',
'Customized' => 'Customized', 'Customized' => 'Customized',
'DecimalPoint' => 'Decimal Point', 'DecimalPoint' => 'Decimal Point',
'DateDelim' => 'Date Separator', 'DateDelim' => 'Date Separator',
'Defaults' => 'Defaults', 'Defaults' => 'Defaults',
'Email' => 'Email', 'Email' => 'Email',
'Fast' => 'Fast', 'Fast' => 'Fast',
'General' => 'General', 'General' => 'General',
'Glass' => 'Glass', 'Glass' => 'Glass',
'Heavy' => 'Heavy', 'Heavy' => 'Heavy',
'Language' => 'Language', 'Language' => 'Language',
'Large' => 'Large', 'Large' => 'Large',
'LastLogin' => 'Last Login', 'LastLogin' => 'Last Login',
'Length' => 'Length', 'Length' => 'Length',
'Light' => 'Light', 'Light' => 'Light',
'Load' => 'Load', 'Load' => 'Load',
'Localization' => 'Localization', 'Localization' => 'Localization',
'Long' => 'Long', 'Long' => 'Long',
'Medium' => 'Medium', 'Medium' => 'Medium',
'Name' => 'Name', 'Name' => 'Name',
'Numberformat' => 'Numberformat', 'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric', 'Numeric' => 'Numeric',
'Occupation' => 'Occupation', 'Occupation' => 'Occupation',
'OFF' => 'OFF', 'OFF' => 'OFF',
'ON' => 'ON', 'ON' => 'ON',
'Phone' => 'Phone', 'Phone' => 'Phone',
'Precision' => 'Precision', 'Precision' => 'Precision',
'Profile' => 'Profile', 'Profile' => 'Profile',
'ProfileImage' => 'Profile Image', 'ProfileImage' => 'Profile Image',
'Profiles' => 'Profiles', 'Profiles' => 'Profiles',
'Ranks' => 'Ranks', 'Ranks' => 'Ranks',
'Registered' => 'Registered', 'Registered' => 'Registered',
'Sea' => 'Sea', 'Sea' => 'Sea',
'Short' => 'Short', 'Short' => 'Short',
'Skype' => 'Skype', 'Skype' => 'Skype',
'Slow' => 'Slow', 'Slow' => 'Slow',
'Small' => 'Small', 'Small' => 'Small',
'Speed' => 'Speed', 'Speed' => 'Speed',
'Status' => 'Status', 'Status' => 'Status',
'Tablespoon' => 'Tablespoon', 'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon', 'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature', 'Temperature' => 'Temperature',
'ThousandsSeparator' => 'Thousands Separator', 'ThousandsSeparator' => 'Thousands Separator',
'Time' => 'Time', 'Time' => 'Time',
'TimeDelim' => 'Time Separator', 'TimeDelim' => 'Time Separator',
'Timeformat' => 'Timeformat', 'Timeformat' => 'Timeformat',
'Timezone' => 'Timezone', 'Timezone' => 'Timezone',
'VeryFast' => 'Very Fast', 'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy', 'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large', 'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light', 'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long', 'VeryLong' => 'Very Long',
'VeryShort' => 'Very Short', 'VeryShort' => 'Very Short',
'VerySlow' => 'Very Slow', 'VerySlow' => 'Very Slow',
'VerySmall' => 'Very Small', 'VerySmall' => 'Very Small',
'Visibility' => 'Visibility', 'Visibility' => 'Visibility',
'Volume' => 'Volume', 'Volume' => 'Volume',
'Weight' => 'Weight', 'Weight' => 'Weight',
'Zip' => 'Zip', 'Zip' => 'Zip',
'cType1' => 'Phone', 'cType1' => 'Phone',
'cType2' => 'Fax', 'cType2' => 'Fax',
'cType3' => 'Website', 'cType3' => 'Website',
'cType4' => 'Email', 'cType4' => 'Email',
'aType1' => 'Home', 'aType1' => 'Home',
'aType2' => 'Business', 'aType2' => 'Business',
'aType3' => 'Shipping', 'aType3' => 'Shipping',
'aType4' => 'Billing', 'aType4' => 'Billing',
'aType5' => 'Work', 'aType5' => 'Work',
'aType6' => 'Contract', 'aType6' => 'Contract',
'aType7' => 'Other', 'aType7' => 'Other',
]]; ]];