Skip to content

Commit

Permalink
Merge pull request #15 from OpenDTU-App/translation-update
Browse files Browse the repository at this point in the history
Translation update
  • Loading branch information
CommanderRedYT authored Dec 9, 2023
2 parents e968935 + d6eff5f commit c691448
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 12 deletions.
113 changes: 109 additions & 4 deletions src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
"acVoltage": "AC Spannung",
"acCurrent": "AC Strom",
"minMaxAvg": "min: {{min}} {{unit}} max: {{max}} {{unit}} avg: {{avg}} {{unit}}",
"noDatabaseConfigured": "Keine Datenbank konfiguriert"
"noDatabaseConfigured": "Keine Datenbank konfiguriert",
"lastNSeconds": "Letzte {{n}} Sekunden",
"lastNMinutes": "Letzte {{n}} Minuten",
"lastNHours": "Letzte {{n}} Stunden",
"lastNDays": "Letzte {{n}} Tage",
"checkDatabase": "Überprüfe, ob die Datenbank gestartet und erreichbar ist."
},
"settings": {
"seconds": "Sekunden",
Expand Down Expand Up @@ -93,7 +98,7 @@
"noDatabasesConfigured": "Keine Datenbank konfiguriert"
},
"mdns": {
"scanning": "Scannen...",
"scanning": "Scannen",
"noDevicesFound": "Keine Geräte gefunden"
},
"none": "Keine",
Expand All @@ -109,7 +114,7 @@
},
"delete": "Löschen",
"deviceOfflineWrapper": {
"connecting": "Verbinden...",
"connecting": "Verbinden",
"pleaseWait": "Bitte warte, während wir versuchen, eine Verbindung zum Gerät herzustellen.",
"openDeviceList": "Geräteliste öffnen",
"deviceOffline": "Gerät nicht erreichbar",
Expand Down Expand Up @@ -155,5 +160,105 @@
"changeRefreshInterval": "Aktualisierungsintervall ändern",
"changeRefreshIntervalDescription": "Ändere das Aktualisierungsintervall der Graphen. Dies ist die Zeit zwischen zwei Datenanfragen.",
"presets": "Voreinstellungen"
}
},
"opendtu": {
"systemInformationDescription": "Firmware • Hardware • Speicher • Radio",
"systemInformationScreen": {
"firmwareInformation": "Firmware-Informationen",
"hostname": "Hostname",
"sdkVersion": "SDK-Version",
"gitHash": "Git-Hash",
"gitTag": "Git-Tag",
"pioEnvironment": "PIO-Umgebung",
"resetReasonCpu0": "Reset-Grund CPU 0",
"resetReasonCpu1": "Reset-Grund CPU 1",
"configSaveCount": "Anzahl der Konfigurationsspeicherungen",
"uptime": "Betriebszeit",
"chipModel": "Chip-Modell",
"chipRevision": "Chip-Revision",
"chipCores": "Chipkerne",
"chipFrequency": "Chipfrequenz",
"memoryInformation": "Speicherinformationen",
"heap": "Heap",
"littleFs": "LittleFS",
"sketch": "Sketch",
"radioInformation": "Funkmodul-Informationen",
"nrf24Status": "nRF24-Status",
"nrf24ChipStatus": "nRF24-Chipstatus",
"nrf24ChipType": "nRF24-Chiptyp",
"cmt2300aStatus": "CMT2300A-Status",
"cmt2300aChipStatus": "CMT2300A-Chipstatus",
"configVersion": "Konfigurationsversion",
"hardwareInformation": "Hardwareinformationen"
},
"systemInformation": "Systeminformationen",
"networkInformationScreen": {
"wifiAccessPoint": "WLAN-Zugangspunkt",
"quality": "Qualität",
"wifiStation": "WLAN-Station",
"wifiStationInterface": "WLAN-Stationsinterface",
"wifiAccessPointInterface": "WLAN-Zugangspunkt-Interface",
"status": "Status",
"ssid": "SSID",
"bssid": "BSSID",
"rssi": "Signalstärke",
"numberOfStations": "Anzahl der Stationen",
"hostname": "Hostname",
"ipAddress": "IP-Adresse",
"subnetMask": "Subnetz-Maske",
"gateway": "Gateway",
"dns1": "DNS 1",
"dns2": "DNS 2",
"macAddress": "MAC-Adresse"
},
"ntpInformationScreen": {
"ntpTimezoneDescription": "NTP-Zeitzonenbeschreibung",
"configurationSummary": "Konfigurationszusammenfassung",
"ntpServer": "NTP-Server",
"ntpTimezone": "NTP-Zeitzone",
"status": "Status",
"currentTime": "Aktuelle Zeit",
"localTime": "Lokale Zeit",
"sunrise": "Sonnenaufgang",
"sunset": "Sonnenuntergang",
"mode": "Modus",
"day": "Tag",
"night": "Nacht"
},
"mqttInformationScreen": {
"configurationSummary": "Konfigurationszusammenfassung",
"individualPanels": "Einzelne Paneele",
"status": "Status",
"server": "Server",
"username": "Benutzer",
"port": "Port",
"baseTopic": "Basis-Topic",
"publishInterval": "Veröffentlichungsintervall",
"cleansessionFlag": "CleanSession-Flag",
"retain": "Retain",
"tls": "TLS",
"loginWithTlsCertificate": "Mit TLS-Zertifikat anmelden",
"homeAssistantAutoDiscovery": "Home Assistant Auto Discovery",
"expire": "Verfallen",
"runtimeSummary": "Laufzeitzusammenfassung",
"connectionStatus": "Verbindungs-Status"
},
"title": "OpenDTU",
"networkInformation": "Netzwerkinformationen",
"networkInformationDescription": "WLAN • Ethernet • mDNS",
"mqttInformation": "MQTT-Informationen",
"mqttInformationDescription": "MQTT-Konfiguration • MQTT-Status",
"ntpInformation": "NTP-Informationen",
"ntpInformationDescription": "NTP-Konfiguration • NTP-Status"
},
"connected": "Verbunden",
"notConnected": "Nicht verbunden",
"configured": "Konfiguriert",
"notConfigured": "Nicht konfiguriert",
"enabled": "Aktiviert",
"disabled": "Deaktiviert",
"unavailable": "Nicht verfügbar",
"synced": "Synchronisiert",
"notSynced": "Nicht synchronisiert",
"n_seconds": "{{n}} Sekunden"
}
16 changes: 8 additions & 8 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"checkDatabase": "Check if the database is running and reachable."
},
"setup": {
"setupComplete": "Setup complete! \uD83C\uDF89",
"setupComplete": "Setup complete! 🎉",
"goToDashboard": "Go to dashboard",
"authenticateOpendtuInstance": "Authenticate OpenDTU instance",
"username": "Username",
Expand All @@ -76,7 +76,7 @@
"language": "Language",
"languageDescription": "Change the language of the app",
"aboutApp": "About the App",
"aboutDescription": "Licenses \u2022 Version",
"aboutDescription": "Licenses Version",
"selectDatabase": "Select Database",
"changeTheTheme": "Change the Theme?",
"changeTheLanguage": "Change the Language?",
Expand All @@ -86,7 +86,7 @@
"manageDatabase": "Manage database {{name}}"
},
"mdns": {
"scanning": "Scanning...",
"scanning": "Scanning",
"noDevicesFound": "No devices found"
},
"none": "None",
Expand All @@ -102,7 +102,7 @@
},
"delete": "Delete",
"deviceOfflineWrapper": {
"connecting": "Connecting...",
"connecting": "Connecting",
"pleaseWait": "Please wait while we try to connect to the device.",
"openDeviceList": "Open Device List",
"deviceOffline": "Device Offline",
Expand Down Expand Up @@ -164,7 +164,7 @@
"opendtu": {
"title": "OpenDTU",
"systemInformation": "System Information",
"systemInformationDescription": "Firmware \u2022 Hardware \u2022 Memory \u2022 Radio",
"systemInformationDescription": "Firmware Hardware Memory Radio",
"systemInformationScreen": {
"firmwareInformation": "Firmware Information",
"hostname": "Hostname",
Expand Down Expand Up @@ -194,7 +194,7 @@
"cmt2300aChipStatus": "CMT2300A Chip Status"
},
"networkInformation": "Network Information",
"networkInformationDescription": "WiFi \u2022 Ethernet \u2022 mDNS",
"networkInformationDescription": "WiFi Ethernet mDNS",
"networkInformationScreen": {
"wifiStation": "WiFi Station",
"wifiAccessPoint": "WiFi Access Point",
Expand All @@ -215,7 +215,7 @@
"macAddress": "MAC Address"
},
"ntpInformation": "NTP Information",
"ntpInformationDescription": "NTP Configuration \u2022 NTP Status",
"ntpInformationDescription": "NTP Configuration NTP Status",
"ntpInformationScreen": {
"configurationSummary": "Configuration Summary",
"ntpServer": "NTP Server",
Expand All @@ -231,7 +231,7 @@
"night": "Night"
},
"mqttInformation": "MQTT Information",
"mqttInformationDescription": "MQTT Configuration \u2022 MQTT Status",
"mqttInformationDescription": "MQTT Configuration MQTT Status",
"mqttInformationScreen": {
"configurationSummary": "Configuration Summary",
"status": "Status",
Expand Down

0 comments on commit c691448

Please sign in to comment.