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,18 +1,18 @@
|
||||
# binding
|
||||
# add-on
|
||||
|
||||
binding.androiddebugbridge.name = Android Debug Bridge Binding
|
||||
binding.androiddebugbridge.description = This is the binding for connect to Android devices using the Android Debug Bridge protocol.
|
||||
addon.androiddebugbridge.name = Android Debug Bridge Binding
|
||||
addon.androiddebugbridge.description = This is the binding for connect to Android devices using the Android Debug Bridge protocol.
|
||||
|
||||
# binding config
|
||||
# add-on config
|
||||
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMax.label = Discovery Range IP Max
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMax.description = Used to limit the numbers of ips checked while discovering.
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMin.label = Discovery Range IP Min
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMin.description = Used to limit the numbers of ips checked while discovering.
|
||||
binding.config.androiddebugbridge.discoveryPort.label = Discovery Port
|
||||
binding.config.androiddebugbridge.discoveryPort.description = Port used on discovery to connect to the device through adb.
|
||||
binding.config.androiddebugbridge.discoveryReachableMs.label = Discovery Reachable
|
||||
binding.config.androiddebugbridge.discoveryReachableMs.description = Milliseconds to wait while discovering to determine if the ip is reachable.
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMax.label = Discovery Range IP Max
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMax.description = Used to limit the numbers of ips checked while discovering.
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMin.label = Discovery Range IP Min
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMin.description = Used to limit the numbers of ips checked while discovering.
|
||||
addon.config.androiddebugbridge.discoveryPort.label = Discovery Port
|
||||
addon.config.androiddebugbridge.discoveryPort.description = Port used on discovery to connect to the device through adb.
|
||||
addon.config.androiddebugbridge.discoveryReachableMs.label = Discovery Reachable
|
||||
addon.config.androiddebugbridge.discoveryReachableMs.description = Milliseconds to wait while discovering to determine if the ip is reachable.
|
||||
|
||||
# thing types
|
||||
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# binding
|
||||
# add-on
|
||||
|
||||
binding.androiddebugbridge.name = Binding Debug Android Bridge
|
||||
binding.androiddebugbridge.description = Questa è il Binding per connettersi ai dispositivi Android utilizzando il protocollo Android Debug Bridge.
|
||||
addon.androiddebugbridge.name = Binding Debug Android Bridge
|
||||
addon.androiddebugbridge.description = Questa è il Binding per connettersi ai dispositivi Android utilizzando il protocollo Android Debug Bridge.
|
||||
|
||||
# binding config
|
||||
# add-on config
|
||||
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMax.label = Max Range IP Per Scansione
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMax.description = Usato per limitare i numeri di IP controllati durante la scansione.
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMin.label = Min Range IP per Scansione
|
||||
binding.config.androiddebugbridge.discoveryIpRangeMin.description = Usato per limitare i numeri di IP controllati durante la scansione.
|
||||
binding.config.androiddebugbridge.discoveryPort.label = Porta di ricerca
|
||||
binding.config.androiddebugbridge.discoveryPort.description = Porta utilizzata alla scansione per connettersi al dispositivo tramite adb.
|
||||
binding.config.androiddebugbridge.discoveryReachableMs.label = Raggiungibile alla Scansione
|
||||
binding.config.androiddebugbridge.discoveryReachableMs.description = Millisecondi da attendere durante la scansione per determinare se l'IP è raggiungibile.
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMax.label = Max Range IP Per Scansione
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMax.description = Usato per limitare i numeri di IP controllati durante la scansione.
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMin.label = Min Range IP per Scansione
|
||||
addon.config.androiddebugbridge.discoveryIpRangeMin.description = Usato per limitare i numeri di IP controllati durante la scansione.
|
||||
addon.config.androiddebugbridge.discoveryPort.label = Porta di ricerca
|
||||
addon.config.androiddebugbridge.discoveryPort.description = Porta utilizzata alla scansione per connettersi al dispositivo tramite adb.
|
||||
addon.config.androiddebugbridge.discoveryReachableMs.label = Raggiungibile alla Scansione
|
||||
addon.config.androiddebugbridge.discoveryReachableMs.description = Millisecondi da attendere durante la scansione per determinare se l'IP è raggiungibile.
|
||||
|
||||
# thing types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user