diff --git a/html/locales/de.json b/html/locales/de.json index 7235f5c6..c0212477 100644 --- a/html/locales/de.json +++ b/html/locales/de.json @@ -18,6 +18,7 @@ "wifi": "WLAN", "mqtt": "MQTT", "ftp": "FTP", + "bluetooth": "Bluetooth", "general": "Allgemein", "tools": "Tools", "forum": "Forum" @@ -144,8 +145,8 @@ "111":"Wiederhole Titel (endlos)", "120":"Dimme LEDs (Nachtmodus)", "130":"Aktiviere/deaktive WLAN", - "140":"Bluetooth Lautsprecher aktivieren/deaktivieren", - "141":"Bluetooth Kopfhörer aktivieren/deaktivieren", + "140":"Bluetooth-Lautsprecher aktivieren/deaktivieren", + "141":"Bluetooth-Kopfhörer aktivieren/deaktivieren", "150":"Aktiviere FTP", "0":"Lösche Zuordnung", "170":"Play/Pause", @@ -204,6 +205,27 @@ "button": "FTP-Server starten" } }, + "bt": { + "sink": { + "title": "ESPuino als Bluetooth-Lautsprecher", + "desc": "ESPuino wird als Bluetooth-Lautsprecher gestartet. Nach dem Wechsel in diesen Modus wird die Web-Schnittstelle nicht mehr zur Verfügung stehen, bis das System im normalen Modus neu gestartet wird.", + "button": "Als Bluetooth-Lautsprecher starten" + }, + "source": { + "configtitle": "Bluetooth-Kopfhörer Einstellungen", + "title": "Mit Bluetooth-Kopfhörer verbinden", + "desc": "Das Gerät verbindet sich mit dem angegebenen Bluetooth-Kopfhörer. Nach dem Wechsel in diesen Modus wird die Web-Schnittstelle nicht mehr zur Verfügung stehen, bis das System im normalen Modus neu gestartet wird.", + "button": "Im Kopfhörer-Modus starten" + }, + "device": { + "title": "Bluetooth-Gerät (Kopfhörer)", + "placeholder": "z.B. My POGS Wireless Headphone" + }, + "pincode": { + "title": "Pairing PIN-Code", + "placeholder": "z.B. 0000" + } + }, "general": { "volume": { "title": "Lautstärke", diff --git a/html/locales/en.json b/html/locales/en.json index e4faaa82..ef514667 100644 --- a/html/locales/en.json +++ b/html/locales/en.json @@ -18,6 +18,7 @@ "wifi": "WiFi", "mqtt": "MQTT", "ftp": "FTP", + "bluetooth": "Bluetooth", "general": "General", "tools": "Tools", "forum": "Forum" @@ -65,7 +66,7 @@ "voldown": "Volume Down", "volup": "Volume Up", "current": "Current track", - "command": "Excecute Modification" + "command": "Execute Modification" }, "files": { "title": "Files", @@ -91,7 +92,7 @@ "desc": "Start Upload", "selectFolder": "Please select the upload location!", "selectFile": "Please select files to upload!", - "success": "Upload successfull ({{elapsed}}, {{speed}} KB/s)", + "success": "Upload successful ({{elapsed}}, {{speed}} KB/s)", "error": "Upload error", "timeCalc": "Remaining time is being calculated..", "minutes_one": "minute", @@ -144,7 +145,7 @@ "111":"Loop track", "120":"Dimm LEDs (nightmode)", "130":"Toggle WiFi", - "140":"Toggle Bluetooth Speeker", + "140":"Toggle Bluetooth Speaker", "141":"Toggle Bluetooth Headphones", "150":"Enable FTP", "0":"Remove assignment", @@ -204,6 +205,27 @@ "button": "Start FTP-server" } }, + "bt": { + "sink": { + "title": "ESPuino as Bluetooth speaker", + "desc": "ESPuino is started as a Bluetooth speaker. After switching to this mode, the web interface will no longer be available until the system is restarted in normal mode.", + "button": "Start as Bluetooth speaker" + }, + "source": { + "configtitle": "Bluetooth headphone settings", + "title": "Connect with Bluetooth headphone", + "desc": "The device connects to the specified Bluetooth headset. After switching to this mode, the web interface will no longer be available until the system is restarted in normal mode.", + "button": "Start in headphone mode" + }, + "device": { + "title": "Bluetooth device (headphone)", + "placeholder": "e.g. My POGS Wireless Headphone" + }, + "pincode": { + "title": "Pairing PIN-Code", + "placeholder": "e.g. 0000" + } + }, "general": { "volume": { "title": "Volume", diff --git a/html/management.html b/html/management.html index 10a04c79..921ca616 100644 --- a/html/management.html +++ b/html/management.html @@ -166,6 +166,7 @@ WiFi %SHOW_MQTT_TAB% %SHOW_FTP_TAB% + %SHOW_BLUETOOTH_TAB% General Tools Forum @@ -487,6 +488,45 @@ +