From 5d8aaccc55dfc021bee4102f38ee41729bb57933 Mon Sep 17 00:00:00 2001 From: TheDokT0r Date: Tue, 16 Jul 2024 07:26:56 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Hebrew) Currently translated at 4.5% (16 of 355 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/he/ --- src/i18n/resources/he.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/he.json b/src/i18n/resources/he.json index 423d4167..9a0d46c6 100644 --- a/src/i18n/resources/he.json +++ b/src/i18n/resources/he.json @@ -2,7 +2,13 @@ "common": { "console": { "plugins": { - "execute-failed": "נכשל ביצוע תוסף {{pluginName}}::{{contextName}}" + "execute-failed": "נכשל ביצוע תוסף {{pluginName}}::{{contextName}}", + "executed-at-ms": "התוסף {{pluginName}}:{{contextName}} בוצע ב {{ms}}ms", + "initialize-failed": "טעינת התוסף \"{{pluginName}}\" נכשלה", + "load-all": "טוען את כל התוספים", + "load-failed": "טעינת התוסף \"{{pluginName}}\" נכשלה", + "loaded": "התוסף \"{{pluginName}}\" נטען", + "unload-failed": "הסרת התוסף \"{{pluginName}} נכשלה" } } }, @@ -10,5 +16,29 @@ "code": "he", "local-name": "עברית", "name": "Hebrew" + }, + "main": { + "console": { + "did-finish-load": { + "dev-tools": "הטעינה הסתיימה. הכלים לפמתחים נפתחו" + }, + "i18n": { + "loaded": "i18n נטען" + }, + "theme": { + "css-file-not-found": "קובץ ה-CSS \"{{cssFile}}\" לא קיים. מדלג" + }, + "when-ready": { + "clearing-cache-after-20s": "מוחק קבצי מתמון" + } + }, + "dialog": { + "need-to-restart": { + "buttons": { + "later": "אחר כך", + "restart-now": "מתחיל את התוכנה מחדש עכשיו" + } + } + } } }