Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
# binding
|
||||
|
||||
binding.folderwatcher.name = FolderWatcher Binding
|
||||
binding.folderwatcher.description = This binding will monitor specified location for new files and trigger event channel with new file names.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.folderwatcher.ftpfolder.label = FTP Folder
|
||||
thing-type.folderwatcher.ftpfolder.description = FTP folder to be watched
|
||||
thing-type.folderwatcher.localfolder.label = Local Folder
|
||||
thing-type.folderwatcher.localfolder.description = Local folder to be watched
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.folderwatcher.ftpfolder.connectionTimeout.label = Connection Timeout
|
||||
thing-type.config.folderwatcher.ftpfolder.connectionTimeout.description = Connection timeout for FTP request, sec
|
||||
thing-type.config.folderwatcher.ftpfolder.diffHours.label = Timestamp Difference
|
||||
thing-type.config.folderwatcher.ftpfolder.diffHours.description = How many hours back to analyze
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpAddress.label = FTP Server
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpAddress.description = Address of FTP server
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpDir.label = Root Directory
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpDir.description = Root directory to be watched
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpPassword.label = Password
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpPassword.description = FTP server password
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpPort.label = FTP Port
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpPort.description = FTP server's port
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpUsername.label = Username
|
||||
thing-type.config.folderwatcher.ftpfolder.ftpUsername.description = User name
|
||||
thing-type.config.folderwatcher.ftpfolder.listHidden.label = List Hidden
|
||||
thing-type.config.folderwatcher.ftpfolder.listHidden.description = Allow listing of hidden files
|
||||
thing-type.config.folderwatcher.ftpfolder.listRecursiveFtp.label = List Sub Folders
|
||||
thing-type.config.folderwatcher.ftpfolder.listRecursiveFtp.description = Allow listing of sub folders
|
||||
thing-type.config.folderwatcher.ftpfolder.pollInterval.label = Polling Interval
|
||||
thing-type.config.folderwatcher.ftpfolder.pollInterval.description = Interval for polling folder changes, sec
|
||||
thing-type.config.folderwatcher.ftpfolder.secureMode.label = FTP Security
|
||||
thing-type.config.folderwatcher.ftpfolder.secureMode.description = FTP Security settings
|
||||
thing-type.config.folderwatcher.ftpfolder.secureMode.option.NONE = None
|
||||
thing-type.config.folderwatcher.ftpfolder.secureMode.option.IMPLICIT = TLS/SSL Implicit
|
||||
thing-type.config.folderwatcher.ftpfolder.secureMode.option.EXPLICIT = TLS/SSL Explicit
|
||||
thing-type.config.folderwatcher.localfolder.listHiddenLocal.label = List Hidden
|
||||
thing-type.config.folderwatcher.localfolder.listHiddenLocal.description = Allow listing of hidden files
|
||||
thing-type.config.folderwatcher.localfolder.listRecursiveLocal.label = List Sub Folders
|
||||
thing-type.config.folderwatcher.localfolder.listRecursiveLocal.description = Allow listing of sub folders
|
||||
thing-type.config.folderwatcher.localfolder.localDir.label = Local Directory
|
||||
thing-type.config.folderwatcher.localfolder.localDir.description = Local directory to be watched
|
||||
thing-type.config.folderwatcher.localfolder.pollIntervalLocal.label = Polling Interval
|
||||
thing-type.config.folderwatcher.localfolder.pollIntervalLocal.description = Interval for polling folder changes, sec
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.folderwatcher.newfile-channel.label = New File Name(s)
|
||||
channel-type.folderwatcher.newfile-channel.description = A new file name
|
||||
Reference in New Issue
Block a user