i18n: Add translation for 'Leave blank to auto-generate.'

This commit is contained in:
Ingmar Stein
2025-12-27 20:46:10 +01:00
parent 78a0eac2f9
commit ef4f96d7a5
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tmp_dir = "tmp"
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html", "css", "js"]
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "json"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"
+3
View File
@@ -998,6 +998,9 @@
"Descriptive name for this Tronbyt device": {
"other": "Beschreibender Name für dieses Tronbyt-Gerät"
},
"Leave blank to auto-generate.": {
"other": "Leer lassen für automatische Generierung."
},
"Device Type": {
"other": "Gerätetyp"
},
+3
View File
@@ -998,6 +998,9 @@
"Descriptive name for this Tronbyt device": {
"other": "Descriptive name for this Tronbyt device"
},
"Leave blank to auto-generate.": {
"other": "Leave blank to auto-generate."
},
"Device Type": {
"other": "Device Type"
},