mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
translate system menu
This commit is contained in:
@@ -14,6 +14,7 @@ const de: Translation = {
|
||||
LOGGED_IN: 'Eingeloggt als {name}',
|
||||
PLEASE_SIGNIN: 'Bitte einloggen, um fortzufahren',
|
||||
UPLOAD_SUCCESSFUL: 'Hochladen erfolgreich',
|
||||
DOWNLOAD_SUCCESSFUL: 'DE_Download successful',
|
||||
INVALID_LOGIN: 'Ungültige Login Daten',
|
||||
NETWORK_CONNECTION: 'Netzwerkverbindung',
|
||||
SECURITY: 'Sicherheit',
|
||||
@@ -24,7 +25,7 @@ const de: Translation = {
|
||||
DESCRIPTION: 'Bezeichnung',
|
||||
ENTITIES: 'Entitäten',
|
||||
REFRESH: 'Aktualisierung',
|
||||
EXPORT: 'Export',
|
||||
EXPORT: 'DE_Export',
|
||||
ENTITY_NAME: 'Entitätsname',
|
||||
VALUE: 'Wert',
|
||||
SHOW_FAV: 'nur Favoriten anzeigen',
|
||||
@@ -145,9 +146,34 @@ const de: Translation = {
|
||||
HELP_INFORMATION_9: 'und hängen Sie Ihre Systemdetails für eine schnellere Antwort an',
|
||||
HELP_INFORMATION_10: 'EMS-ESP wird immer ein kostenloses Open-Source-Projekt sein. Bitte erwägen Sie, es mit einem',
|
||||
UPLOAD: 'Hochladen',
|
||||
DOWNLOAD: 'DE_Download',
|
||||
ABORTED: 'abgebrochen',
|
||||
FAILED: 'gescheitert',
|
||||
SUCCESSFUL: 'erfolgreich'
|
||||
SUCCESSFUL: 'erfolgreich',
|
||||
SYSTEM: 'DE_System',
|
||||
LOG: 'DE_Log',
|
||||
STATUS: 'DE_Status',
|
||||
UPLOAD_DOWNLOAD: 'DE_Upload/Download',
|
||||
SYSTEM_VERSION_RUNNING: 'DE_You are currently running version',
|
||||
SYSTEM_APPLY_FIRMWARE: 'DE_to apply the new firmware',
|
||||
CLOSE: 'DE_Close',
|
||||
USE: 'DE_Use',
|
||||
FACTORY_RESET: 'DE_Factory Reset',
|
||||
SYSTEM_FACTORY_TEXT: 'DE_Device has been factory reset and will now restart',
|
||||
SYSTEM_FACTORY_TEXT_DIALOG: 'DE_Are you sure you want to reset the device to its factory defaults?',
|
||||
VERSION_CHECK: 'DE_Version Check',
|
||||
THE_LATEST: 'DE_The latest',
|
||||
BUFFER_SIZE: 'DE_Buffer Size',
|
||||
COMPACT: 'DE_Compact',
|
||||
ENABLE_OTA: 'DE_Enable OTA Updates',
|
||||
DOWNLOAD_CUSTOMIZATION_TEXT: 'DE_Download the entity customizations',
|
||||
DOWNLOAD_SETTINGS_TEXT:
|
||||
'DE_Download the application settings. Be careful when sharing your settings as this file contains passwords and other sensitive system information',
|
||||
UPLOAD_TEXT: 'DE_Upload a new firmware (.bin) file, settings or customizations (.json) file below',
|
||||
UPLOADING: 'DE_Uploading',
|
||||
UPLOAD_DROP_TEXT: 'DE_Drop file or click here',
|
||||
ERROR: 'DE_Unexpected Error, please try again',
|
||||
TIME_SET: 'DE_Time set'
|
||||
};
|
||||
|
||||
export default de;
|
||||
|
||||
Reference in New Issue
Block a user