From e0353a88ce05df7d9845ced63bf67ce4e6170865 Mon Sep 17 00:00:00 2001 From: Dilitha Ransara Date: Sun, 2 Jun 2024 15:11:47 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Sinhala) Currently translated at 2.0% (7 of 346 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/si/ --- src/i18n/resources/si.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/si.json b/src/i18n/resources/si.json index 0967ef42..87f9c003 100644 --- a/src/i18n/resources/si.json +++ b/src/i18n/resources/si.json @@ -1 +1,21 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "ප්ලගිනය ක්‍රියාත්මක කිරීමට අසමත් විය {{pluginName}}::{{contextName}}", + "executed-at-ms": "ප්ලගිනය {{pluginName}}::{{contextName}} {{ms}}ms හිදී ක්‍රියාත්මක කරන ලදී", + "initialize-failed": "\"{{pluginName}}\" ප්ලගිනය ආරම්භ කිරීමට අසමත් විය", + "load-all": "සියලුම ප්ලගින පූරණය කරමින්", + "load-failed": "\"{{pluginName}}\" ප්ලගිනය පූරණය කිරීමට අසමත් විය", + "loaded": "ප්ලගිනය \"{{pluginName}}\" පූරණය කරන ලදී" + } + } + }, + "main": { + "dialog": { + "need-to-restart": { + "title": "නැවත ආරම්භ කිරීම අවශ්‍යයි" + } + } + } +}