mirror of
https://github.com/tronbyt/server.git
synced 2026-08-31 06:57:10 +02:00
i18n: Add translation for 'Leave blank to auto-generate.'
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user