Add default translations for persistence add-ons (#11754)

This makes the texts used by these add-ons translatable with Crowdin.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-12-11 18:02:00 +01:00
committed by GitHub
parent 1b3818c329
commit e7849c0060
3 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
persistence.config.influxdb.addCategoryTag.label = Add Category Tag
persistence.config.influxdb.addCategoryTag.description = Should the category of the item be included as tag "category"? If no category is set, "n/a" is used.
persistence.config.influxdb.addLabelTag.label = Add Label Tag
persistence.config.influxdb.addLabelTag.description = Should the item label be included as tag "label"? If no label is set, "n/a" is used.
persistence.config.influxdb.addTypeTag.label = Add Type Tag
persistence.config.influxdb.addTypeTag.description = Should the item type be included as tag "type"?
persistence.config.influxdb.db.label = Database/Organization
persistence.config.influxdb.db.description = The name of the database (InfluxDB 1.0) or Organization for (InfluxDB 2.0)
persistence.config.influxdb.group.connection.label = Connection
persistence.config.influxdb.group.connection.description = This group defines connection parameters.
persistence.config.influxdb.group.misc.label = Miscellaneous
persistence.config.influxdb.group.misc.description = This group defines miscellaneous parameters.
persistence.config.influxdb.group.tags.label = Additional Tags
persistence.config.influxdb.group.tags.description = This group defines additional tags which can be added to your measurements.
persistence.config.influxdb.password.label = Database Password
persistence.config.influxdb.password.description = Database password
persistence.config.influxdb.replaceUnderscore.label = Replace Underscore
persistence.config.influxdb.replaceUnderscore.description = Whether underscores "_" in item names should be replaced by a dot "." ("test_item" -> "test.item"). Only for measurement name, not for tags. Also applies to alias names.
persistence.config.influxdb.retentionPolicy.label = Retention Policy / Bucket
persistence.config.influxdb.retentionPolicy.description = The name of the retention policy (Influx DB 1.0) or bucket (InfluxDB 2.0) to write data
persistence.config.influxdb.token.label = Authentication Token
persistence.config.influxdb.token.description = The token to authenticate to database (alternative to username/password for InfluxDB 2.0)
persistence.config.influxdb.url.label = Database URL
persistence.config.influxdb.url.description = The database URL, e.g. http://127.0.0.1:8086
persistence.config.influxdb.user.label = Username
persistence.config.influxdb.user.description = Database username
persistence.config.influxdb.version.label = Database Version
persistence.config.influxdb.version.description = InfluxDB version
persistence.config.influxdb.version.option.V1 = InfluxDB 1
persistence.config.influxdb.version.option.V2 = InfluxDB 2
# service
service.persistence.influxdb.label = InfluxDB Persistence Service