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:
J-N-K
2023-01-21 12:14:51 +01:00
committed by GitHub
parent b898bac832
commit 89d0689e36
609 changed files with 1986 additions and 1986 deletions

View File

@@ -1,16 +1,16 @@
# binding
# add-on
binding.ftpupload.name = FTP Upload Binding
binding.ftpupload.description = This binding is for receiving files via FTP.
addon.ftpupload.name = FTP Upload Binding
addon.ftpupload.description = This binding is for receiving files via FTP.
# binding config
# add-on config
binding.config.ftpupload.idleTimeout.label = Idle Timeout
binding.config.ftpupload.idleTimeout.description = The number of seconds before an inactive client is disconnected. If this value is set to 0, the idle time is disabled.
binding.config.ftpupload.passivePorts.label = Passive Port Range
binding.config.ftpupload.passivePorts.description = A string of passive ports, can contain a single port (as an integer), multiple ports seperated by commas (e.g. 123,124,125) or ranges of ports, including open ended ranges (e.g. 123-125, 30000-, -1023). Combinations for single ports and ranges is also supported. Empty (default) allows all ports as passive ports.
binding.config.ftpupload.port.label = TCP Port
binding.config.ftpupload.port.description = TCP port of the FTP server
addon.config.ftpupload.idleTimeout.label = Idle Timeout
addon.config.ftpupload.idleTimeout.description = The number of seconds before an inactive client is disconnected. If this value is set to 0, the idle time is disabled.
addon.config.ftpupload.passivePorts.label = Passive Port Range
addon.config.ftpupload.passivePorts.description = A string of passive ports, can contain a single port (as an integer), multiple ports seperated by commas (e.g. 123,124,125) or ranges of ports, including open ended ranges (e.g. 123-125, 30000-, -1023). Combinations for single ports and ranges is also supported. Empty (default) allows all ports as passive ports.
addon.config.ftpupload.port.label = TCP Port
addon.config.ftpupload.port.description = TCP port of the FTP server
# thing types