Updated custom subtitle option in settings.json

Added en-US translations for custom subtitle option
This commit is contained in:
Jinho Kim 2023-02-20 17:39:36 -05:00
parent bd5a05563a
commit 1fd21b76b5
2 changed files with 17 additions and 7 deletions

View File

@ -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>
@ -1050,4 +1060,4 @@
<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>
</context>
</TS>
</TS>

View File

@ -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"
}