mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[pollytts] Add default translations properties file (#11728)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
b1bdcf7686
commit
fccfae81ee
@ -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
|
Loading…
Reference in New Issue
Block a user