Merge pull request #1 from 1hitsong/textChanges

Text Changes
This commit is contained in:
Jimi 2023-02-04 08:30:32 -07:00 committed by GitHub
commit 2618d66fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 16 deletions

View File

@ -1022,8 +1022,16 @@
<translation>If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode.</translation> <translation>If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode.</translation>
</message> </message>
<message> <message>
<source>Limit Bitrate</source> <source>Playback Bitrate Limits</source>
<translation>Limit Bitrate</translation> <translation>Playback Bitrate Limits</translation>
</message>
<message>
<source>Set limits for how high playback bitrates are allowed to be.</source>
<translation>Set limits for how high playback bitrates are allowed to be.</translation>
</message>
<message>
<source>Limits Enabled</source>
<translation>Limits Enabled</translation>
</message> </message>
<message> <message>
<source>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</source> <source>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</source>
@ -1034,8 +1042,8 @@
<translation>Playback Bitrate Limit</translation> <translation>Playback Bitrate Limit</translation>
</message> </message>
<message> <message>
<source>Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.</source> <source>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</source>
<translation>Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.</translation> <translation>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</translation>
</message> </message>
<message> <message>
<source>Libraries</source> <source>Libraries</source>

View File

@ -65,18 +65,24 @@
"default": "false" "default": "false"
}, },
{ {
"title": "Limit Bitrate", "title": "Playback Bitrate Limits",
"description": "If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.", "description": "Set limits for how high playback bitrates are allowed to be.",
"settingName": "playback.bitrate.maxlimited", "children": [
"type": "bool", {
"default": "true" "title": "Limits Enabled",
}, "description": "If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.",
{ "settingName": "playback.bitrate.maxlimited",
"title": "Playback Bitrate Limit", "type": "bool",
"description": "Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.", "default": "true"
"settingName": "playback.bitrate.limit", },
"type": "integer", {
"default": "0" "title": "Playback Bitrate Limit",
"description": "Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.",
"settingName": "playback.bitrate.limit",
"type": "integer",
"default": "0"
}
]
} }
] ]
}, },