From dae6fc91499026cc8e5976af12b1ab0ffc12aa2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Ti=C4=8Di=C4=87?= Date: Sat, 1 Jun 2024 14:11:48 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Croatian) Currently translated at 0.5% (2 of 346 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/hr/ --- src/i18n/resources/hr.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/hr.json b/src/i18n/resources/hr.json index 0967ef42..5ea27b42 100644 --- a/src/i18n/resources/hr.json +++ b/src/i18n/resources/hr.json @@ -1 +1,10 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "Neuspjelo izvršenje plugina {{pluginName}}::{{contextName}}", + "executed-at-ms": "Plugin{{pluginName}}::{{contextName}}{{je izvršen za {{ms}}ms" + } + } + } +}