From 735da2a855d05183fe4d2e0c1261a42ff8be8b37 Mon Sep 17 00:00:00 2001 From: Francis C Date: Thu, 21 Aug 2025 17:49:01 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1560 of 1560 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- .../client/src/translations/cn/translation.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index b7fbe27b6..7ad6618a0 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -1871,7 +1871,12 @@ "selected_provider": "已选提供商", "selected_provider_description": "选择用于聊天和补全功能的AI提供商", "select_model": "选择模型...", - "select_provider": "选择提供商..." + "select_provider": "选择提供商...", + "ai_enabled": "已启用 AI 功能", + "ai_disabled": "已禁用 AI 功能", + "no_models_found_online": "找不到模型。请检查您的 API 密钥及设置。", + "no_models_found_ollama": "找不到 Ollama 模型。请确认 Ollama 是否正在运行。", + "error_fetching": "获取模型失败:{{error}}" }, "code-editor-options": { "title": "编辑器" @@ -1999,5 +2004,15 @@ "next_theme_message": "当前使用旧版主题,要试用新主题吗?", "next_theme_button": "试用新主题", "dismiss": "关闭" + }, + "settings": { + "related_settings": "相关设置" + }, + "settings_appearance": { + "related_code_blocks": "文本笔记中代码块的色彩方案", + "related_code_notes": "代码笔记的色彩方案" + }, + "units": { + "percentage": "%" } }