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,34 @@
|
||||
# binding
|
||||
|
||||
binding.folding.name = Folding@home
|
||||
binding.folding.description = Control Folding@home clients on computers.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.folding.client.label = Client
|
||||
thing-type.folding.client.description = Folding@home client daemon (represented as bridge).
|
||||
thing-type.folding.slot.label = Slot
|
||||
thing-type.folding.slot.description = Folding client compute slot.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.folding.client.host.label = Host
|
||||
thing-type.config.folding.client.host.description = Hostname or IP address
|
||||
thing-type.config.folding.client.password.label = Password
|
||||
thing-type.config.folding.client.password.description = Authentication password (leave empty for no p/w).
|
||||
thing-type.config.folding.client.polling.label = Polling Interval
|
||||
thing-type.config.folding.client.polling.description = Polling interval in seconds (0=polling disabled).
|
||||
thing-type.config.folding.client.port.label = Port
|
||||
thing-type.config.folding.slot.id.label = Slot ID
|
||||
thing-type.config.folding.slot.id.description = Slot ID, "00", "01", etc.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.folding.description.label = Description
|
||||
channel-type.folding.description.description = Description of the Folding@home slot.
|
||||
channel-type.folding.finish.label = Finish
|
||||
channel-type.folding.finish.description = Finish current work then pause.
|
||||
channel-type.folding.run.label = Run
|
||||
channel-type.folding.run.description = Slot running.
|
||||
channel-type.folding.status.label = Status
|
||||
channel-type.folding.status.description = Current status
|
||||
Reference in New Issue
Block a user