From fccfae81eebfc7ac7fcb3b169fb9b6af7e90b1a7 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Tue, 7 Dec 2021 17:47:53 +0100 Subject: [PATCH] [pollytts] Add default translations properties file (#11728) Signed-off-by: Wouter Born --- .../resources/OH-INF/i18n/pollytts.properties | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/i18n/pollytts.properties diff --git a/bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/i18n/pollytts.properties b/bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/i18n/pollytts.properties new file mode 100644 index 00000000000..c995baca095 --- /dev/null +++ b/bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/i18n/pollytts.properties @@ -0,0 +1,34 @@ +voice.config.pollytts.accessKey.label = Access Key +voice.config.pollytts.accessKey.description = The access key part of the AWS credentials. You need to register to get a key. +voice.config.pollytts.audioFormat.label = Audio Format +voice.config.pollytts.audioFormat.description = Allows for overriding the system default audio format. "MP3" and "OGG" are the only audio formats that are supported. +voice.config.pollytts.audioFormat.option.default = Use system default +voice.config.pollytts.audioFormat.option.MP3 = MP3 +voice.config.pollytts.audioFormat.option.OGG = OGG +voice.config.pollytts.cacheExpiration.label = Cache Expiration +voice.config.pollytts.cacheExpiration.description = Determines the age in days when unused cached files are purged. Use 0 to disable this functionality. +voice.config.pollytts.secretKey.label = Secret Key +voice.config.pollytts.secretKey.description = The secret key part of the AWS credentials. You need to register to get a key. +voice.config.pollytts.serviceRegion.label = Service Region +voice.config.pollytts.serviceRegion.description = The service region used for accessing Polly. To reduce latency select the region closest to you. +voice.config.pollytts.serviceRegion.option.ap-south-1 = Asia Pacific (Mumbai) +voice.config.pollytts.serviceRegion.option.ap-northeast-2 = Asia Pacific (Seoul) +voice.config.pollytts.serviceRegion.option.ap-southeast-1 = Asia Pacific (Singapore) +voice.config.pollytts.serviceRegion.option.ap-southeast-2 = Asia Pacific (Sydney) +voice.config.pollytts.serviceRegion.option.ap-northeast-1 = Asia Pacific (Tokyo) +voice.config.pollytts.serviceRegion.option.us-gov-west-1 = AWS GovCloud (US) +voice.config.pollytts.serviceRegion.option.ca-central-1 = Canada (Central) +voice.config.pollytts.serviceRegion.option.cn-northwest-1 = China (Ningxia) +voice.config.pollytts.serviceRegion.option.eu-central-1 = EU (Frankfurt) +voice.config.pollytts.serviceRegion.option.eu-west-1 = EU (Ireland) +voice.config.pollytts.serviceRegion.option.eu-west-2 = EU (London) +voice.config.pollytts.serviceRegion.option.eu-west-3 = EU (Paris) +voice.config.pollytts.serviceRegion.option.sa-east-1 = South America (São Paulo) +voice.config.pollytts.serviceRegion.option.us-east-1 = US East (N. Virginia) +voice.config.pollytts.serviceRegion.option.us-east-2 = US East (Ohio) +voice.config.pollytts.serviceRegion.option.us-west-1 = US West (N. California) +voice.config.pollytts.serviceRegion.option.us-west-2 = US West (Oregon) + +# service + +service.voice.pollytts.label = Polly Text-to-Speech