Skip to content

Commit c691448

Browse files
Merge pull request #15 from OpenDTU-App/translation-update
Translation update
2 parents e968935 + d6eff5f commit c691448

File tree

2 files changed

+117
-12
lines changed

2 files changed

+117
-12
lines changed

src/translations/de.json

Lines changed: 109 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
"acVoltage": "AC Spannung",
3737
"acCurrent": "AC Strom",
3838
"minMaxAvg": "min: {{min}} {{unit}} max: {{max}} {{unit}} avg: {{avg}} {{unit}}",
39-
"noDatabaseConfigured": "Keine Datenbank konfiguriert"
39+
"noDatabaseConfigured": "Keine Datenbank konfiguriert",
40+
"lastNSeconds": "Letzte {{n}} Sekunden",
41+
"lastNMinutes": "Letzte {{n}} Minuten",
42+
"lastNHours": "Letzte {{n}} Stunden",
43+
"lastNDays": "Letzte {{n}} Tage",
44+
"checkDatabase": "Überprüfe, ob die Datenbank gestartet und erreichbar ist."
4045
},
4146
"settings": {
4247
"seconds": "Sekunden",
@@ -93,7 +98,7 @@
9398
"noDatabasesConfigured": "Keine Datenbank konfiguriert"
9499
},
95100
"mdns": {
96-
"scanning": "Scannen...",
101+
"scanning": "Scannen",
97102
"noDevicesFound": "Keine Geräte gefunden"
98103
},
99104
"none": "Keine",
@@ -109,7 +114,7 @@
109114
},
110115
"delete": "Löschen",
111116
"deviceOfflineWrapper": {
112-
"connecting": "Verbinden...",
117+
"connecting": "Verbinden",
113118
"pleaseWait": "Bitte warte, während wir versuchen, eine Verbindung zum Gerät herzustellen.",
114119
"openDeviceList": "Geräteliste öffnen",
115120
"deviceOffline": "Gerät nicht erreichbar",
@@ -155,5 +160,105 @@
155160
"changeRefreshInterval": "Aktualisierungsintervall ändern",
156161
"changeRefreshIntervalDescription": "Ändere das Aktualisierungsintervall der Graphen. Dies ist die Zeit zwischen zwei Datenanfragen.",
157162
"presets": "Voreinstellungen"
158-
}
163+
},
164+
"opendtu": {
165+
"systemInformationDescription": "Firmware • Hardware • Speicher • Radio",
166+
"systemInformationScreen": {
167+
"firmwareInformation": "Firmware-Informationen",
168+
"hostname": "Hostname",
169+
"sdkVersion": "SDK-Version",
170+
"gitHash": "Git-Hash",
171+
"gitTag": "Git-Tag",
172+
"pioEnvironment": "PIO-Umgebung",
173+
"resetReasonCpu0": "Reset-Grund CPU 0",
174+
"resetReasonCpu1": "Reset-Grund CPU 1",
175+
"configSaveCount": "Anzahl der Konfigurationsspeicherungen",
176+
"uptime": "Betriebszeit",
177+
"chipModel": "Chip-Modell",
178+
"chipRevision": "Chip-Revision",
179+
"chipCores": "Chipkerne",
180+
"chipFrequency": "Chipfrequenz",
181+
"memoryInformation": "Speicherinformationen",
182+
"heap": "Heap",
183+
"littleFs": "LittleFS",
184+
"sketch": "Sketch",
185+
"radioInformation": "Funkmodul-Informationen",
186+
"nrf24Status": "nRF24-Status",
187+
"nrf24ChipStatus": "nRF24-Chipstatus",
188+
"nrf24ChipType": "nRF24-Chiptyp",
189+
"cmt2300aStatus": "CMT2300A-Status",
190+
"cmt2300aChipStatus": "CMT2300A-Chipstatus",
191+
"configVersion": "Konfigurationsversion",
192+
"hardwareInformation": "Hardwareinformationen"
193+
},
194+
"systemInformation": "Systeminformationen",
195+
"networkInformationScreen": {
196+
"wifiAccessPoint": "WLAN-Zugangspunkt",
197+
"quality": "Qualität",
198+
"wifiStation": "WLAN-Station",
199+
"wifiStationInterface": "WLAN-Stationsinterface",
200+
"wifiAccessPointInterface": "WLAN-Zugangspunkt-Interface",
201+
"status": "Status",
202+
"ssid": "SSID",
203+
"bssid": "BSSID",
204+
"rssi": "Signalstärke",
205+
"numberOfStations": "Anzahl der Stationen",
206+
"hostname": "Hostname",
207+
"ipAddress": "IP-Adresse",
208+
"subnetMask": "Subnetz-Maske",
209+
"gateway": "Gateway",
210+
"dns1": "DNS 1",
211+
"dns2": "DNS 2",
212+
"macAddress": "MAC-Adresse"
213+
},
214+
"ntpInformationScreen": {
215+
"ntpTimezoneDescription": "NTP-Zeitzonenbeschreibung",
216+
"configurationSummary": "Konfigurationszusammenfassung",
217+
"ntpServer": "NTP-Server",
218+
"ntpTimezone": "NTP-Zeitzone",
219+
"status": "Status",
220+
"currentTime": "Aktuelle Zeit",
221+
"localTime": "Lokale Zeit",
222+
"sunrise": "Sonnenaufgang",
223+
"sunset": "Sonnenuntergang",
224+
"mode": "Modus",
225+
"day": "Tag",
226+
"night": "Nacht"
227+
},
228+
"mqttInformationScreen": {
229+
"configurationSummary": "Konfigurationszusammenfassung",
230+
"individualPanels": "Einzelne Paneele",
231+
"status": "Status",
232+
"server": "Server",
233+
"username": "Benutzer",
234+
"port": "Port",
235+
"baseTopic": "Basis-Topic",
236+
"publishInterval": "Veröffentlichungsintervall",
237+
"cleansessionFlag": "CleanSession-Flag",
238+
"retain": "Retain",
239+
"tls": "TLS",
240+
"loginWithTlsCertificate": "Mit TLS-Zertifikat anmelden",
241+
"homeAssistantAutoDiscovery": "Home Assistant Auto Discovery",
242+
"expire": "Verfallen",
243+
"runtimeSummary": "Laufzeitzusammenfassung",
244+
"connectionStatus": "Verbindungs-Status"
245+
},
246+
"title": "OpenDTU",
247+
"networkInformation": "Netzwerkinformationen",
248+
"networkInformationDescription": "WLAN • Ethernet • mDNS",
249+
"mqttInformation": "MQTT-Informationen",
250+
"mqttInformationDescription": "MQTT-Konfiguration • MQTT-Status",
251+
"ntpInformation": "NTP-Informationen",
252+
"ntpInformationDescription": "NTP-Konfiguration • NTP-Status"
253+
},
254+
"connected": "Verbunden",
255+
"notConnected": "Nicht verbunden",
256+
"configured": "Konfiguriert",
257+
"notConfigured": "Nicht konfiguriert",
258+
"enabled": "Aktiviert",
259+
"disabled": "Deaktiviert",
260+
"unavailable": "Nicht verfügbar",
261+
"synced": "Synchronisiert",
262+
"notSynced": "Nicht synchronisiert",
263+
"n_seconds": "{{n}} Sekunden"
159264
}

src/translations/en.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"checkDatabase": "Check if the database is running and reachable."
5454
},
5555
"setup": {
56-
"setupComplete": "Setup complete! \uD83C\uDF89",
56+
"setupComplete": "Setup complete! 🎉",
5757
"goToDashboard": "Go to dashboard",
5858
"authenticateOpendtuInstance": "Authenticate OpenDTU instance",
5959
"username": "Username",
@@ -76,7 +76,7 @@
7676
"language": "Language",
7777
"languageDescription": "Change the language of the app",
7878
"aboutApp": "About the App",
79-
"aboutDescription": "Licenses \u2022 Version",
79+
"aboutDescription": "Licenses Version",
8080
"selectDatabase": "Select Database",
8181
"changeTheTheme": "Change the Theme?",
8282
"changeTheLanguage": "Change the Language?",
@@ -86,7 +86,7 @@
8686
"manageDatabase": "Manage database {{name}}"
8787
},
8888
"mdns": {
89-
"scanning": "Scanning...",
89+
"scanning": "Scanning",
9090
"noDevicesFound": "No devices found"
9191
},
9292
"none": "None",
@@ -102,7 +102,7 @@
102102
},
103103
"delete": "Delete",
104104
"deviceOfflineWrapper": {
105-
"connecting": "Connecting...",
105+
"connecting": "Connecting",
106106
"pleaseWait": "Please wait while we try to connect to the device.",
107107
"openDeviceList": "Open Device List",
108108
"deviceOffline": "Device Offline",
@@ -164,7 +164,7 @@
164164
"opendtu": {
165165
"title": "OpenDTU",
166166
"systemInformation": "System Information",
167-
"systemInformationDescription": "Firmware \u2022 Hardware \u2022 Memory \u2022 Radio",
167+
"systemInformationDescription": "Firmware Hardware Memory Radio",
168168
"systemInformationScreen": {
169169
"firmwareInformation": "Firmware Information",
170170
"hostname": "Hostname",
@@ -194,7 +194,7 @@
194194
"cmt2300aChipStatus": "CMT2300A Chip Status"
195195
},
196196
"networkInformation": "Network Information",
197-
"networkInformationDescription": "WiFi \u2022 Ethernet \u2022 mDNS",
197+
"networkInformationDescription": "WiFi Ethernet mDNS",
198198
"networkInformationScreen": {
199199
"wifiStation": "WiFi Station",
200200
"wifiAccessPoint": "WiFi Access Point",
@@ -215,7 +215,7 @@
215215
"macAddress": "MAC Address"
216216
},
217217
"ntpInformation": "NTP Information",
218-
"ntpInformationDescription": "NTP Configuration \u2022 NTP Status",
218+
"ntpInformationDescription": "NTP Configuration NTP Status",
219219
"ntpInformationScreen": {
220220
"configurationSummary": "Configuration Summary",
221221
"ntpServer": "NTP Server",
@@ -231,7 +231,7 @@
231231
"night": "Night"
232232
},
233233
"mqttInformation": "MQTT Information",
234-
"mqttInformationDescription": "MQTT Configuration \u2022 MQTT Status",
234+
"mqttInformationDescription": "MQTT Configuration MQTT Status",
235235
"mqttInformationScreen": {
236236
"configurationSummary": "Configuration Summary",
237237
"status": "Status",

0 commit comments

Comments
 (0)