From 407f01aa19002a331697d8b0f74731fbcf0c7f85 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 29 Apr 2025 04:22:54 +0200 Subject: [PATCH] chore(i18n): Translated using Weblate (English) Currently translated at 100.0% (413 of 413 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/en/ --- src/i18n/resources/en.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/i18n/resources/en.json b/src/i18n/resources/en.json index 57831468..fff45c01 100644 --- a/src/i18n/resources/en.json +++ b/src/i18n/resources/en.json @@ -491,6 +491,18 @@ "button": "Download" } }, + "equalizer": { + "description": "Adds an equalizer to the player", + "menu": { + "presets": { + "label": "Presets", + "list": { + "bass-booster": "Bass booster" + } + } + }, + "name": "Equalizer" + }, "exponential-volume": { "description": "Makes the volume slider exponential so it's easier to select lower volumes.", "name": "Exponential Volume" @@ -589,7 +601,7 @@ "name": "Notifications" }, "performance-improvement": { - "description": "Improve performance by enabling dangerous scripts", + "description": "Improve performance by enabling experimental scripts", "name": "Performance improvement [Beta]" }, "picture-in-picture": { @@ -675,8 +687,8 @@ "listenbrainz": { "token": "Enter ListenBrainz user token" }, - "scrobble-other-media": "Scrobble other media", - "scrobble-alternative-title": "Use alternative titles" + "scrobble-alternative-title": "Use alternative titles", + "scrobble-other-media": "Scrobble other media" }, "name": "Scrobbler", "prompt": { @@ -832,18 +844,6 @@ "visualizer-type": "Visualizer Type" }, "name": "Visualizer" - }, - "equalizer": { - "description": "Adds an equalizer to the player", - "name": "Equalizer", - "menu": { - "presets": { - "label": "Presets", - "list": { - "bass-booster": "Bass booster" - } - } - } } } }