Add text translations

This commit is contained in:
1hitsong 2022-06-12 20:54:26 -04:00
parent ab01a549d8
commit 2468889a19
2 changed files with 30 additions and 11 deletions

View File

@ -574,14 +574,33 @@
<translation>There was an error authenticating via Quick Connect.</translation> <translation>There was an error authenticating via Quick Connect.</translation>
</message> </message>
<message> <message>
<source>Return to Top</source> <source>Return to Top</source>
<translation>Return to Top</translation> <translation>Return to Top</translation>
<extracomment>UI -> Media Grid -> Item Title in user setting screen.</extracomment> <extracomment>UI -> Media Grid -> Item Title in user setting screen.</extracomment>
</message> </message>
<message> <message>
<source>Use the replay button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)</source> <source>Use the replay button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)</source>
<translation>Use the replay button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)</translation> <translation>Use the replay button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)</translation>
<extracomment>Description for option in Setting Screen</extracomment> <extracomment>Description for option in Setting Screen</extracomment>
</message> </message>
<message>
<source>Design Elements</source>
<translation>Design Elements</translation>
</message>
<message>
<source>Options that alter the design of Jellyfin.</source>
<translation>Options that alter the design of Jellyfin.</translation>
<extracomment>Description for Design Elements user settings.</extracomment>
</message>
<message>
<source>Use Splashscreen as Home Background</source>
<translation>Use Splashscreen as Home Background</translation>
<extracomment>Option Title in user setting screen</extracomment>
</message>
<message>
<source>Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take effect.</source>
<translation>Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take effect.</translation>
<extracomment>Description for option in Setting Screen</extracomment>
</message>
</context> </context>
</TS> </TS>

View File

@ -14,7 +14,7 @@
}, },
{ {
"title": "User Interface", "title": "User Interface",
"description": "Settings relating to how the how the applications looks", "description": "Settings relating to how the how the application looks",
"children": [ "children": [
{ {
"title": "Design Elements", "title": "Design Elements",
@ -22,7 +22,7 @@
"children": [ "children": [
{ {
"title": "Use Splashscreen as Home Background", "title": "Use Splashscreen as Home Background",
"description": "Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take affect.", "description": "Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take effect.",
"settingName": "ui.home.splashBackground", "settingName": "ui.home.splashBackground",
"type": "bool", "type": "bool",
"default": "false" "default": "false"