Merge pull request #652 from candry7731/jump-to-1st-item

Add Translations & Rename setting title
This commit is contained in:
Jimi 2022-06-11 19:31:05 -06:00 committed by GitHub
commit 30f294e012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -573,5 +573,15 @@
<source>There was an error authenticating via Quick Connect.</source>
<translation>There was an error authenticating via Quick Connect.</translation>
</message>
<message>
<source>Return to Top</source>
<translation>Return to Top</translation>
<extracomment>UI -> Media Grid -> Item Title in user setting screen.</extracomment>
</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>
<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>
</message>
</context>
</TS>

View File

@ -35,8 +35,8 @@
"default": "false"
},
{
"title": "Item Reset",
"description": "Use the refresh button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)",
"title": "Return to Top",
"description": "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)",
"settingName": "itemgrid.reset",
"type": "bool",
"default": "true"