mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-08 03:48:41 +00:00
implement localization
This commit is contained in:
parent
47d46c8d01
commit
520a33336e
|
|
@ -80,6 +80,14 @@ final class ProfileMapper extends DataMapperAbstract
|
|||
],
|
||||
];
|
||||
|
||||
/**
|
||||
* Model to use by the mapper.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static string $model = Profile::class;
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
|
|
|
|||
21
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Profile
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'List' => 'Liste',
|
||||
'Overview' => 'Übersicht',
|
||||
'Profile' => 'Profil',
|
||||
'Profiles' => 'Profile',
|
||||
'Settings' => 'Einstellungen',
|
||||
]];
|
||||
88
Theme/Backend/Lang/de.lang.php
Normal file
88
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Profile
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Account',
|
||||
'Account/Group' => 'Account/Gruppe',
|
||||
'Activity' => 'Aktivität',
|
||||
'Address' => 'Adresse',
|
||||
'Amount' => '{Anzal}',
|
||||
'Area' => 'Fläche',
|
||||
'Birthday' => 'Geburtstag',
|
||||
'City' => 'Stadt',
|
||||
'Community' => 'Community',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontakt Information',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Erstelle Profil',
|
||||
'Currency' => 'Währung',
|
||||
'Currencyformat' => 'Währungsformat',
|
||||
'Customized' => 'Manuell',
|
||||
'DecimalPoint' => 'Dezimalpunkt',
|
||||
'DateDelim' => 'Datumstrennung',
|
||||
'Defaults' => 'Standards',
|
||||
'Email' => 'Email',
|
||||
'Fast' => 'Schnell',
|
||||
'General' => 'Allgemein',
|
||||
'Glass' => 'Glas',
|
||||
'Heavy' => 'Schwer',
|
||||
'Language' => 'Sprache',
|
||||
'Large' => 'Groß',
|
||||
'LastLogin' => 'Letzter Login',
|
||||
'Length' => 'Länge',
|
||||
'Light' => 'Leicht',
|
||||
'Load' => 'Laden',
|
||||
'Localization' => 'Lokalisierung',
|
||||
'Long' => 'Lang',
|
||||
'Medium' => 'Mittel',
|
||||
'Name' => 'Name',
|
||||
'Numberformat' => 'Zahlenformat',
|
||||
'Numeric' => 'Zahlen',
|
||||
'Occupation' => 'Beruf',
|
||||
'OFF' => 'OFF',
|
||||
'ON' => 'ON',
|
||||
'Phone' => 'Telefon',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilbild',
|
||||
'Profiles' => 'Profile',
|
||||
'Ranks' => 'Rang',
|
||||
'Registered' => 'Registriert',
|
||||
'Sea' => 'Meer',
|
||||
'Short' => 'Kurz',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lagsam',
|
||||
'Small' => 'Klein',
|
||||
'Speed' => 'Geschwindigkeit',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Esslöffel',
|
||||
'Teaspoon' => 'Teelöffel',
|
||||
'Temperature' => 'Temperatur',
|
||||
'ThousandsSeparator' => 'Tausenderpunkt',
|
||||
'Time' => 'Zeit',
|
||||
'TimeDelim' => 'Zeittrennung',
|
||||
'Timeformat' => 'Zeitformat',
|
||||
'Timezone' => 'Zeitzone',
|
||||
'VeryFast' => 'Sehr Schnell',
|
||||
'VeryHeavy' => 'Sehr Schwer',
|
||||
'VeryLarge' => 'Sehr Groß',
|
||||
'VeryLight' => 'Sehr Leicht',
|
||||
'VeryLong' => 'Sehr Lang',
|
||||
'VeryShort' => 'Sehr Kurz',
|
||||
'VerySlow' => 'Sehr Langsam',
|
||||
'VerySmall' => 'Sehr Klein',
|
||||
'Visibility' => 'Sichtbarkeit',
|
||||
'Volume' => 'Volumen',
|
||||
'Weight' => 'Gewicht',
|
||||
'Zip' => 'Postleitzahl',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user