From 2d5531a16230fb53e447d49f5ba7e48b8e6772c1 Mon Sep 17 00:00:00 2001 From: Bogomil Shopov Date: Thu, 7 Aug 2025 11:45:57 +0200 Subject: [PATCH 1/3] Added translation using Weblate (Bulgarian) --- _locales/bg/messages.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 _locales/bg/messages.json diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/_locales/bg/messages.json @@ -0,0 +1 @@ +{} From 665caa28887b33c2549e34e5e607590ff4cd1345 Mon Sep 17 00:00:00 2001 From: Evereasy Date: Thu, 7 Aug 2025 16:03:04 +0200 Subject: [PATCH 2/3] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (402 of 402 strings) Translation: ThunderAI for Thunderbird/main Translate-URL: https://hosted.weblate.org/projects/thunderai/main/zh_Hant/ --- _locales/zh_Hant/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_locales/zh_Hant/messages.json b/_locales/zh_Hant/messages.json index 8a5515ec..011ab5d0 100644 --- a/_locales/zh_Hant/messages.json +++ b/_locales/zh_Hant/messages.json @@ -1226,5 +1226,11 @@ }, "customDataPH_add_to_menu": { "message": "已將可使用的內容新增至選單提示中" + }, + "prompt_reply_custom_command": { + "message": "依指令回覆" + }, + "prompt_reply_custom_command_full_text": { + "message": "請回覆以下電子郵件 \"{%mail_text_body%}”。{%additional_text%}。僅回覆所需內容,不要提供任何註解或其他文字。" } } From dbe47243eb99ddcd20df7f5990e04f7909aca2c8 Mon Sep 17 00:00:00 2001 From: Bogomil Shopov Date: Thu, 7 Aug 2025 11:52:02 +0200 Subject: [PATCH 3/3] Translated using Weblate (Bulgarian) Currently translated at 2.4% (10 of 402 strings) Translation: ThunderAI for Thunderbird/main Translate-URL: https://hosted.weblate.org/projects/thunderai/main/bg/ --- _locales/bg/messages.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json index 0967ef42..d31c8974 100644 --- a/_locales/bg/messages.json +++ b/_locales/bg/messages.json @@ -1 +1,32 @@ -{} +{ + "extensionDescription": { + "message": "Използвайте ChatGPT, Google Gemini, Anthropic или Ollama, за да подобрите вашите имейли!" + }, + "menu_title": { + "message": "ИИ" + }, + "prompt_lang": { + "message": "Отговорено за" + }, + "prompt_reply": { + "message": "Отговор на този имейл" + }, + "prompt_reply_advanced": { + "message": "Отговор към тази нишка" + }, + "prompt_reply_custom_command": { + "message": "Отговаряне с команда" + }, + "prompt_rewrite_polite": { + "message": "Препаписване по-учтиво" + }, + "prompt_rewrite_formal": { + "message": "Пренаписване по-формално" + }, + "prompt_classify": { + "message": "Класифициране" + }, + "prompt_summarize_this": { + "message": "Обобщаване" + } +}