Skip to content

Commit

Permalink
[pollytts] Add default translations properties file (openhab#11728)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Dec 7, 2021
1 parent 8f2c261 commit 29da6e1
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 29da6e1

Please sign in to comment.