From 2468889a19c97223707ba78d24c92c0f04bd8732 Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:54:26 -0400 Subject: [PATCH] Add text translations --- locale/en_US/translations.ts | 37 +++++++++++++++++++++++++++--------- settings/settings.json | 4 ++-- 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts index ef3a2efd..8c413df7 100644 --- a/locale/en_US/translations.ts +++ b/locale/en_US/translations.ts @@ -574,14 +574,33 @@ There was an error authenticating via Quick Connect. - Return to Top - Return to Top - UI -> Media Grid -> Item Title in user setting screen. - - - 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) - 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) - Description for option in Setting Screen - + Return to Top + Return to Top + UI -> Media Grid -> Item Title in user setting screen. + + + 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) + 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) + Description for option in Setting Screen + + + Design Elements + Design Elements + + + Options that alter the design of Jellyfin. + Options that alter the design of Jellyfin. + Description for Design Elements user settings. + + + Use Splashscreen as Home Background + Use Splashscreen as Home Background + Option Title in user setting screen + + + Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take effect. + Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take effect. + Description for option in Setting Screen + diff --git a/settings/settings.json b/settings/settings.json index 8db12e98..e9844c9e 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -14,7 +14,7 @@ }, { "title": "User Interface", - "description": "Settings relating to how the how the applications looks", + "description": "Settings relating to how the how the application looks", "children": [ { "title": "Design Elements", @@ -22,7 +22,7 @@ "children": [ { "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", "type": "bool", "default": "false"