From 8937543f80ae6950597f95be10b3716682e01067 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Tue, 31 Mar 2026 18:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E2=80=9C=E6=B6=88=E6=81=AF=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E2=80=9D=E8=8F=9C=E5=8D=95=E9=A1=B9=E6=9C=AA=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/messages/ar.json | 1 + src/i18n/messages/de.json | 1 + src/i18n/messages/es.json | 1 + src/i18n/messages/fr.json | 1 + src/i18n/messages/ja.json | 1 + src/i18n/messages/ko.json | 1 + src/i18n/messages/pt.json | 1 + src/i18n/messages/zh-TW.json | 1 + 8 files changed, 8 insertions(+) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 7619b12..c8bf944 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -92,6 +92,7 @@ "shortcuts": "الاختصارات", "version_control": "التحكم بالإصدارات", "system": "النظام", + "chat_channels": "قنوات المحادثة", "web_service": "خدمة الويب" } }, diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index f5b025c..2216fd1 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -92,6 +92,7 @@ "shortcuts": "Kurzbefehle", "version_control": "Versionskontrolle", "system": "Systemeinstellungen", + "chat_channels": "Chat-Kanäle", "web_service": "Webdienst" } }, diff --git a/src/i18n/messages/es.json b/src/i18n/messages/es.json index 360ebca..8a55441 100644 --- a/src/i18n/messages/es.json +++ b/src/i18n/messages/es.json @@ -92,6 +92,7 @@ "shortcuts": "Atajos", "version_control": "Control de versiones", "system": "Sistema", + "chat_channels": "Canales de chat", "web_service": "Servicio Web" } }, diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 8d01df9..5fd913b 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -92,6 +92,7 @@ "shortcuts": "Raccourcis", "version_control": "Contrôle de version", "system": "Système", + "chat_channels": "Canaux de chat", "web_service": "Service Web" } }, diff --git a/src/i18n/messages/ja.json b/src/i18n/messages/ja.json index c3320fb..bed1ce6 100644 --- a/src/i18n/messages/ja.json +++ b/src/i18n/messages/ja.json @@ -92,6 +92,7 @@ "shortcuts": "ショートカット", "version_control": "バージョン管理", "system": "システム", + "chat_channels": "チャットチャンネル", "web_service": "Webサービス" } }, diff --git a/src/i18n/messages/ko.json b/src/i18n/messages/ko.json index 47a8579..4dea111 100644 --- a/src/i18n/messages/ko.json +++ b/src/i18n/messages/ko.json @@ -92,6 +92,7 @@ "shortcuts": "단축키", "version_control": "버전 관리", "system": "시스템", + "chat_channels": "채팅 채널", "web_service": "웹 서비스" } }, diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 33b9425..18c6acd 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -92,6 +92,7 @@ "shortcuts": "Atalhos", "version_control": "Controle de versão", "system": "Sistema", + "chat_channels": "Canais de chat", "web_service": "Serviço Web" } }, diff --git a/src/i18n/messages/zh-TW.json b/src/i18n/messages/zh-TW.json index 1b6e74d..7476650 100644 --- a/src/i18n/messages/zh-TW.json +++ b/src/i18n/messages/zh-TW.json @@ -92,6 +92,7 @@ "shortcuts": "快捷鍵", "version_control": "版本控制", "system": "系統", + "chat_channels": "訊息頻道", "web_service": "Web 服務" } },