forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pollytts] Add default translations properties file (openhab#11728)
Signed-off-by: Wouter Born <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/i18n/pollytts.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |