fix i18n for bindings (#14235)
Also-By: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# binding
|
||||
# add-on
|
||||
|
||||
binding.snmp.name = SNMP Binding
|
||||
binding.snmp.description = This is the binding for SNMP.
|
||||
addon.snmp.name = SNMP Binding
|
||||
addon.snmp.description = This is the binding for SNMP.
|
||||
|
||||
# binding config
|
||||
# add-on config
|
||||
|
||||
binding.config.snmp.port.label = Incoming SNMP Port
|
||||
binding.config.snmp.port.description = Port for receiving traps, set to 0 to disable.
|
||||
addon.config.snmp.port.label = Incoming SNMP Port
|
||||
addon.config.snmp.port.description = Port for receiving traps, set to 0 to disable.
|
||||
|
||||
# thing types
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# binding
|
||||
# add-on
|
||||
|
||||
binding.snmp.name = SNMP Binding
|
||||
binding.snmp.description = Dies ist das Binding für SNMP (Simple Network Management Protocol)
|
||||
addon.snmp.name = SNMP Binding
|
||||
addon.snmp.description = Dies ist das Binding für SNMP (Simple Network Management Protocol)
|
||||
|
||||
# binding config
|
||||
# add-on config
|
||||
|
||||
binding.config.snmp.port.label = Eingehender SNMP-Port
|
||||
binding.config.snmp.port.description = Port zum Empfangen von TRAPS, auf 0 setzen um zu Deaktivieren.
|
||||
addon.config.snmp.port.label = Eingehender SNMP-Port
|
||||
addon.config.snmp.port.description = Port zum Empfangen von TRAPS, auf 0 setzen um zu Deaktivieren.
|
||||
|
||||
# thing types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user