From 94b789aa787327df0ea5687665f52df3db1f2deb Mon Sep 17 00:00:00 2001 From: BlinkStrike Date: Sun, 24 Aug 2025 17:38:44 +0200 Subject: [PATCH] chore(i18n): Translated using Weblate (Albanian) Currently translated at 0.4% (2 of 433 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/sq/ --- src/i18n/resources/sq.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/sq.json b/src/i18n/resources/sq.json index 0967ef42..3e67f449 100644 --- a/src/i18n/resources/sq.json +++ b/src/i18n/resources/sq.json @@ -1 +1,10 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "Dështoi në ekzekutimin e plugin-it {{pluginName}}::{{contextName}}", + "executed-at-ms": "Shtojca {{pluginName}}::{{contextName}} u ekzekutua në {{ms}}ms" + } + } + } +}