From b3f805fce60e0c90eb953601d518a171843cc0df Mon Sep 17 00:00:00 2001 From: Cong Phuc Nguyen Date: Tue, 2 Jan 2024 06:23:34 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Vietnamese) Currently translated at 2.4% (8 of 328 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/vi/ --- src/i18n/resources/vi.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/vi.json b/src/i18n/resources/vi.json index 0967ef42..7ee4828d 100644 --- a/src/i18n/resources/vi.json +++ b/src/i18n/resources/vi.json @@ -1 +1,16 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "Lỗi khi bắt đầu phần mở rộng {{pluginName}}::{{contextName}}", + "executed-at-ms": "Phần mở rộng {{pluginName}}::{{contextName}} đã bắt đầu trong {{ms}}ms", + "initialize-failed": "Lỗi khi khởi động phần mở rộng \"{{pluginName}}\"", + "load-all": "Đang tải tất cả phần mở rộng", + "load-failed": "Lỗi khi tải phần mở rộng\"{{pluginName}}\"", + "loaded": "Đã tải phần mở rộng \"{{pluginName}}\"", + "unload-failed": "Lỗi khi hủy tải phần mở rộng \"{{pluginName}}\"", + "unloaded": "Đã hủy tải phần mở rộng \"{{pluginName}}\"" + } + } + } +}