From c840e31a80b22e80852dcdbfd024a732954a06b1 Mon Sep 17 00:00:00 2001 From: NityaNanda Adhikary Date: Mon, 7 Jul 2025 18:46:35 +0200 Subject: [PATCH] chore(i18n): Translated using Weblate (Bengali) Currently translated at 32.8% (139 of 423 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/bn/ --- src/i18n/resources/bn.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/i18n/resources/bn.json b/src/i18n/resources/bn.json index 3efedc73..094d6e43 100644 --- a/src/i18n/resources/bn.json +++ b/src/i18n/resources/bn.json @@ -198,5 +198,25 @@ "play-pause": "চালু/বন্ধ", "previous": "পূর্ববর্তী" } + }, + "plugins": { + "ambient-mode": { + "menu": { + "quality": { + "submenu": { + "pixels": "{{quality}}পিক্সেল" + } + }, + "size": { + "label": "আকার", + "submenu": { + "percent": "{{size}}শতাংশ" + } + }, + "smoothness-transition": { + "label": "ধীরে ধীরে পরিবর্তন" + } + } + } } }