Updated custom subtitle option in settings.json
Added en-US translations for custom subtitle option
This commit is contained in:
parent
bd5a05563a
commit
1fd21b76b5
|
@ -897,6 +897,16 @@
|
|||
<translation>Unable to find any albums or songs belonging to this artist</translation>
|
||||
<extracomment>Popup message when we find no audio data for an artist</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Custom Subtitles</source>
|
||||
<translation>Custom Subtitles</translation>
|
||||
<extracomment>Name of a setting - custom subtitles that support CJK fonts</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work.</source>
|
||||
<translation>Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work.</translation>
|
||||
<extracomment>Description of a setting - custom subtitles that support CJK fonts</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Text Subtitles Only</source>
|
||||
<translation>Text Subtitles Only</translation>
|
||||
|
|
|
@ -58,16 +58,16 @@
|
|||
"default": "false"
|
||||
},
|
||||
{
|
||||
"title": "Text Subtitles Only",
|
||||
"description": "Only display text subtitles to minimize transcoding.",
|
||||
"settingName": "playback.subs.onlytext",
|
||||
"title": "Custom Subtitles",
|
||||
"description": "Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work.",
|
||||
"settingName": "playback.subs.custom",
|
||||
"type": "bool",
|
||||
"default": "false"
|
||||
},
|
||||
{
|
||||
"title": "Use Custom Subtitles",
|
||||
"description": "Use custom subtitles instead of Roku default subtitles",
|
||||
"settingName": "playback.subs.custom",
|
||||
"title": "Text Subtitles Only",
|
||||
"description": "Only display text subtitles to minimize transcoding.",
|
||||
"settingName": "playback.subs.onlytext",
|
||||
"type": "bool",
|
||||
"default": "false"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user