From 64bfb8f6b612bcc9ed4761ad38f7aedaa95f3af0 Mon Sep 17 00:00:00 2001 From: Aleksei Sidorenko Date: Wed, 4 Mar 2026 23:27:35 +0300 Subject: [PATCH] fix: add missing sub_id and flow translation for zn-CN, zh-TW and vi-VN --- web/translation/translate.vi_VN.toml | 2 ++ web/translation/translate.zh_CN.toml | 2 ++ web/translation/translate.zh_TW.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/web/translation/translate.vi_VN.toml b/web/translation/translate.vi_VN.toml index 023e8c89..df96acea 100644 --- a/web/translation/translate.vi_VN.toml +++ b/web/translation/translate.vi_VN.toml @@ -709,6 +709,8 @@ "received_email" = "📧📥 Email đã được cập nhật." "received_comment" = "💬📥 Bình luận đã được cập nhật." "received_subid" = "Sub ID đã được thay đổi thành công!" +"client_subid" = "Sub ID:" +"client_flow" = "Flow:" "id_prompt" = "🔑 ID mặc định: {{ .ClientId }}\n\nVui lòng nhập ID của bạn." "pass_prompt" = "🔑 Mật khẩu mặc định: {{ .ClientPassword }}\n\nVui lòng nhập mật khẩu của bạn." "email_prompt" = "📧 Email mặc định: {{ .ClientEmail }}\n\nVui lòng nhập email của bạn." diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml index 9365b65d..3164c82a 100644 --- a/web/translation/translate.zh_CN.toml +++ b/web/translation/translate.zh_CN.toml @@ -709,6 +709,8 @@ "received_email" = "📧📥 邮箱已更新。" "received_comment" = "💬📥 评论已更新。" "received_subid" = "Sub ID 修改成功!" +"client_subid" = "Sub ID:" +"client_flow" = "Flow:" "id_prompt" = "🔑 默认 ID: {{ .ClientId }}\n\n请输入您的 ID。" "pass_prompt" = "🔑 默认密码: {{ .ClientPassword }}\n\n请输入您的密码。" "email_prompt" = "📧 默认邮箱: {{ .ClientEmail }}\n\n请输入您的邮箱。" diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml index c35b9ffd..26f0206f 100644 --- a/web/translation/translate.zh_TW.toml +++ b/web/translation/translate.zh_TW.toml @@ -709,6 +709,8 @@ "received_email" = "📧📥 電子郵件已更新。" "received_comment" = "💬📥 評論已更新。" "received_subid" = "Sub ID 修改成功!" +"client_subid" = "Sub ID:" +"client_flow" = "Flow:" "id_prompt" = "🔑 預設 ID: {{ .ClientId }}\n\n請輸入您的 ID。" "pass_prompt" = "🔑 預設密碼: {{ .ClientPassword }}\n\n請輸入您的密碼。" "email_prompt" = "📧 預設電子郵件: {{ .ClientEmail }}\n\n請輸入您的電子郵件。"