Skip to content

Commit

Permalink
translations: Remove verbosity from strings
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Nov 29, 2023
1 parent 965b4c6 commit 84d0b37
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,35 @@
},
"maximizePlayerButton": {
"title": "Fills the video to the window size",
"label": "Enable maximize player button"
"label": "Maximize player button"
},
"videoHistory": {
"title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again",
"label": "Enable video history"
"label": "Video history"
},
"remainingTime": {
"title": "Shows the remaining time of the video you're watching",
"label": "Enable remaining time"
"label": "Remaining time"
},
"loopButton": {
"title": "Adds a button to the player to loop the video you're watching",
"label": "Enable loop button"
"label": "Loop button"
},
"hideScrollbar": {
"title": "Hides the pages scrollbar",
"label": "Enable hide scrollbar"
"label": "Hide scrollbar"
},
"automaticTheaterMode": {
"title": "Automatically enables theater mode when you load a video",
"label": "Enable automatic theater mode"
"label": "Automatic theater mode"
}
}
},
"scrollWheelVolumeControl": {
"title": "Scroll wheel volume control settings",
"enable": {
"title": "Lets you use the scroll wheel to control the volume of the video you're watching",
"label": "Enable scroll wheel volume control"
"label": "Scroll wheel volume control"
},
"osdColor": { "title": "Select the color for the On-Screen Display", "label": "OSD Color" },
"osdType": { "title": "Select the style of On-Screen Display", "label": "OSD Type" },
Expand Down Expand Up @@ -132,7 +132,7 @@
"holdModifierKey": {
"enable": {
"title": "Press a modifier key to enable volume adjustment with the scroll wheel.",
"label": "Enable hold modifier key"
"label": "Hold modifier key"
},
"optionLabel": "{{KEY}} key",
"select": {
Expand All @@ -143,15 +143,15 @@
"holdRightClick": {
"enable": {
"title": "Hold right click to enable scroll wheel volume control",
"label": "Enable hold right click"
"label": "Hold right click"
}
}
},
"automaticQuality": {
"title": "Automatic quality settings",
"enable": {
"title": "Automatically adjusts the video quality to the selected level.",
"label": "Enable automatic quality adjustment"
"label": "Automatic quality adjustment"
},
"select": {
"label": "Player quality",
Expand All @@ -162,7 +162,7 @@
"title": "Playback speed settings",
"enable": {
"title": "Sets the video speed to what you choose below",
"label": "Enable forced playback speed"
"label": "Forced playback speed"
},
"select": {
"label": "Player speed",
Expand All @@ -173,7 +173,7 @@
"title": "Volume boost settings",
"enable": {
"title": "Boosts the volume of the video you're watching",
"label": "Enable volume boost"
"label": "Volume boost"
},
"number": {
"label": "Volume boost amount (dB)",
Expand All @@ -184,7 +184,7 @@
"title": "Screenshot settings",
"enable": {
"title": "Adds a button to the player to take a screenshot of the video",
"label": "Enable screenshot button"
"label": "Screenshot button"
},
"selectSaveAs": {
"label": "Screenshot save type",
Expand Down

0 comments on commit 84d0b37

Please sign in to comment.