Skip to content

Commit

Permalink
Merge pull request #206 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Dec 20, 2023
2 parents 83ebeb3 + c6ea2df commit ec1df85
Show file tree
Hide file tree
Showing 25 changed files with 3,282 additions and 3,042 deletions.
366 changes: 188 additions & 178 deletions public/locales/ca-ES.json

Large diffs are not rendered by default.

366 changes: 188 additions & 178 deletions public/locales/cs-CZ.json

Large diffs are not rendered by default.

366 changes: 188 additions & 178 deletions public/locales/de-DE.json

Large diffs are not rendered by default.

358 changes: 194 additions & 164 deletions public/locales/en-US.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions public/locales/en-US.json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,15 @@ interface EnUS {
title: "Scroll wheel volume control settings";
};
volumeBoost: {
enable: {
label: "Volume boost";
title: "Boosts the volume of the video you're watching";
boostAmount: { label: "Volume boost amount (dB)"; title: "The amount to boost the volume by" };
enable: { label: "Volume boost"; title: "Enable volume boost" };
mode: {
select: {
label: "Volume boost mode";
options: { global: "Global"; perVideo: "Per video" };
title: "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled.";
};
};
number: { label: "Volume boost amount (dB)"; title: "The amount to boost the volume by" };
title: "Volume boost settings";
};
};
Expand Down
Loading

0 comments on commit ec1df85

Please sign in to comment.