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>
|
<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>
|
<extracomment>Popup message when we find no audio data for an artist</extracomment>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<source>Text Subtitles Only</source>
|
<source>Text Subtitles Only</source>
|
||||||
<translation>Text Subtitles Only</translation>
|
<translation>Text Subtitles Only</translation>
|
||||||
|
|
|
@ -58,16 +58,16 @@
|
||||||
"default": "false"
|
"default": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Text Subtitles Only",
|
"title": "Custom Subtitles",
|
||||||
"description": "Only display text subtitles to minimize transcoding.",
|
"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.onlytext",
|
"settingName": "playback.subs.custom",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default": "false"
|
"default": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Use Custom Subtitles",
|
"title": "Text Subtitles Only",
|
||||||
"description": "Use custom subtitles instead of Roku default subtitles",
|
"description": "Only display text subtitles to minimize transcoding.",
|
||||||
"settingName": "playback.subs.custom",
|
"settingName": "playback.subs.onlytext",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default": "false"
|
"default": "false"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user