2023-07-25 11:57:58 -04:00
|
|
|
|
# WARNING: Never edit this file.
|
|
|
|
|
# It will be overwritten when translations are pulled from Crowdin.
|
|
|
|
|
#
|
|
|
|
|
# To work with us on translations, join this project:
|
|
|
|
|
# https://translate.discourse.org/
|
|
|
|
|
|
|
|
|
|
zh_CN:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
admin_js:
|
|
|
|
|
admin:
|
|
|
|
|
site_settings:
|
|
|
|
|
categories:
|
|
|
|
|
discourse_ai: "Discourse AI"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
js:
|
2023-10-04 03:54:32 -04:00
|
|
|
|
discourse_automation:
|
2023-12-19 16:45:37 -05:00
|
|
|
|
ai_models:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
gpt_4_turbo: GPT 4 Turbo
|
|
|
|
|
gpt_4: GPT 4
|
|
|
|
|
gpt_3_5_turbo: GPT 3.5 Turbo
|
2023-12-19 16:45:37 -05:00
|
|
|
|
claude_2: Claude 2
|
2024-01-16 08:54:42 -05:00
|
|
|
|
gemini_pro: Gemini Pro
|
2023-10-04 03:54:32 -04:00
|
|
|
|
scriptables:
|
2023-12-19 16:45:37 -05:00
|
|
|
|
llm_report:
|
|
|
|
|
fields:
|
|
|
|
|
sender:
|
|
|
|
|
label: "发送人"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "将发送报告的用户"
|
|
|
|
|
receivers:
|
|
|
|
|
label: "接收人"
|
|
|
|
|
description: "将收到报告的用户(电子邮件地址将收到直接电子邮件,用户名将收到私信)"
|
2023-12-27 14:44:48 -05:00
|
|
|
|
topic_id:
|
|
|
|
|
label: "话题 ID"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "要将报告发布到的话题 ID"
|
2023-12-19 16:45:37 -05:00
|
|
|
|
title:
|
|
|
|
|
label: "标题"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "报告的标题"
|
|
|
|
|
days:
|
|
|
|
|
label: "天数"
|
|
|
|
|
description: "报告的时间范围"
|
|
|
|
|
offset:
|
|
|
|
|
label: "偏移"
|
|
|
|
|
description: "在测试时,您可能希望运行历史报告,请使用“偏移”启动较早日期的报告"
|
|
|
|
|
instructions:
|
|
|
|
|
label: "指令"
|
|
|
|
|
description: "提供给大语言模型的指令"
|
|
|
|
|
sample_size:
|
|
|
|
|
label: "样本大小"
|
|
|
|
|
description: "要为报告抽样的帖子数"
|
|
|
|
|
tokens_per_post:
|
|
|
|
|
label: "每个帖子的词例数"
|
|
|
|
|
description: "每个帖子要使用的 LLM 词例数"
|
|
|
|
|
model:
|
|
|
|
|
label: "模型"
|
|
|
|
|
description: "用于生成报告的 LLM"
|
2023-12-19 16:45:37 -05:00
|
|
|
|
categories:
|
|
|
|
|
label: "类别"
|
2024-02-06 16:35:35 -05:00
|
|
|
|
description: "只看这些类别的话题"
|
2023-12-19 16:45:37 -05:00
|
|
|
|
tags:
|
|
|
|
|
label: "标签"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "仅筛选这些标签的话题"
|
2024-02-06 16:35:35 -05:00
|
|
|
|
exclude_tags:
|
|
|
|
|
label: "排除标签"
|
|
|
|
|
description: "排除带有这些标签的话题"
|
|
|
|
|
exclude_categories:
|
|
|
|
|
label: "排除类别"
|
|
|
|
|
description: "排除这些类别的话题"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
allow_secure_categories:
|
|
|
|
|
label: "允许安全类别"
|
|
|
|
|
description: "允许为安全类别中的话题生成报告"
|
|
|
|
|
debug_mode:
|
|
|
|
|
label: "调试模式"
|
|
|
|
|
description: "启用调试模式以查看 LLM 的原始输入和输出"
|
|
|
|
|
priority_group:
|
|
|
|
|
label: "优先群组"
|
|
|
|
|
description: "在报告中优先考虑来自此群组的内容"
|
2024-02-06 16:35:35 -05:00
|
|
|
|
temperature:
|
|
|
|
|
label: "温度"
|
|
|
|
|
description: "用于 LLM 的温度,增大它可提升随机性 (0 表示使用模型默认值)"
|
|
|
|
|
top_p:
|
|
|
|
|
label: "Top P"
|
|
|
|
|
description: "用于 LLM 的 Top P,增大它可提升随机性(0 表示使用模型默认值)"
|
2023-10-04 03:54:32 -04:00
|
|
|
|
llm_triage:
|
|
|
|
|
fields:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
system_prompt:
|
|
|
|
|
label: "系统提示"
|
|
|
|
|
description: "将用于分类的提示,请确保它回复一个您可用于触发操作的字词"
|
|
|
|
|
search_for_text:
|
|
|
|
|
label: "搜索文本"
|
|
|
|
|
description: "如果 LLM 回复中出现以下文本,则应用此操作"
|
2023-10-04 03:54:32 -04:00
|
|
|
|
category:
|
|
|
|
|
label: "类别"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "应用于话题的类别"
|
2023-10-04 03:54:32 -04:00
|
|
|
|
tags:
|
|
|
|
|
label: "标签"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "应用于话题的标签"
|
2023-10-04 03:54:32 -04:00
|
|
|
|
canned_reply:
|
|
|
|
|
label: "回复"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
description: "要为话题发布的预设回复的原始文本"
|
|
|
|
|
canned_reply_user:
|
|
|
|
|
label: "回复用户"
|
|
|
|
|
description: "发布预设回复的用户的用户名"
|
|
|
|
|
hide_topic:
|
|
|
|
|
label: "隐藏话题"
|
|
|
|
|
description: "如果触发,使话题对公众不可见"
|
|
|
|
|
model:
|
|
|
|
|
label: "模型"
|
|
|
|
|
description: "gpt-4、gpt-3-5-turbo 或 claude-2"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
discourse_ai:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
title: "AI"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
modals:
|
|
|
|
|
select_option: "选择一个选项…"
|
2023-11-21 08:36:22 -05:00
|
|
|
|
ai_persona:
|
2024-03-26 09:21:23 -04:00
|
|
|
|
back: 返回
|
2023-11-21 08:36:22 -05:00
|
|
|
|
name: 名称
|
2024-03-26 09:21:23 -04:00
|
|
|
|
edit: 编辑
|
2023-11-21 08:36:22 -05:00
|
|
|
|
description: 描述
|
2024-02-22 08:50:35 -05:00
|
|
|
|
user: 用户
|
2024-01-16 08:54:42 -05:00
|
|
|
|
system_prompt: 系统提示
|
2023-11-21 08:36:22 -05:00
|
|
|
|
save: 保存
|
2024-01-16 08:54:42 -05:00
|
|
|
|
saved: AI 角色已保存
|
2024-03-26 09:21:23 -04:00
|
|
|
|
enabled: "已启用?"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
commands: 启用的命令
|
|
|
|
|
allowed_groups: 允许的群组
|
|
|
|
|
confirm_delete: 确定要删除此角色吗?
|
|
|
|
|
title: "AI 角色"
|
2023-11-21 08:36:22 -05:00
|
|
|
|
delete: 删除
|
2024-02-06 16:35:35 -05:00
|
|
|
|
temperature: 温度
|
|
|
|
|
temperature_help: 用于 LLM 的温度,增大它可提升创造力(留空以使用模型默认值,通常为 0.0 到 2.0 之间的值)
|
|
|
|
|
top_p: Top P
|
|
|
|
|
top_p_help: 用于 LLM 的 Top P,增大它可提升创造力(留空以使用模型默认值,通常为 0.0 到 1.0 之间的值)
|
2024-01-16 08:54:42 -05:00
|
|
|
|
priority: 优先
|
|
|
|
|
priority_help: 优先角色会在角色列表的顶部向用户显示。如果多个角色都具有优先级,将按字母顺序排序。
|
|
|
|
|
command_options: "命令选项"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
related_topics:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
title: "相关话题"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
pill: "相关"
|
|
|
|
|
ai_helper:
|
|
|
|
|
title: "使用 AI 提出更改建议"
|
|
|
|
|
description: "选择以下选项之一,AI 将向您推荐新版本文本。"
|
|
|
|
|
selection_hint: "提示:您也可以在打开助手之前选择文本的一部分来仅重写该文本。"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
suggest: "通过 AI 提出建议"
|
|
|
|
|
missing_content: "请输入一些内容以生成建议。"
|
2023-08-29 09:51:02 -04:00
|
|
|
|
context_menu:
|
2023-09-27 05:03:11 -04:00
|
|
|
|
back: "返回"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
trigger: "AI"
|
2023-08-29 09:51:02 -04:00
|
|
|
|
undo: "撤消"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
loading: "AI 正在生成"
|
2023-08-29 09:51:02 -04:00
|
|
|
|
cancel: "取消"
|
|
|
|
|
regen: "重试"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
view_changes: "查看更改"
|
2023-08-29 09:51:02 -04:00
|
|
|
|
confirm: "确认"
|
|
|
|
|
revert: "还原"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
changes: "更改"
|
|
|
|
|
custom_prompt:
|
|
|
|
|
title: "自定义提示"
|
|
|
|
|
placeholder: "输入自定义提示…"
|
|
|
|
|
submit: "发送提示"
|
2023-10-24 09:53:44 -04:00
|
|
|
|
post_options_menu:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
trigger: "询问 AI"
|
|
|
|
|
title: "询问 AI"
|
|
|
|
|
loading: "AI 正在生成"
|
2023-10-24 09:53:44 -04:00
|
|
|
|
close: "关闭"
|
2023-11-21 08:36:22 -05:00
|
|
|
|
copy: "复制"
|
|
|
|
|
copied: "已复制!"
|
2023-12-19 16:45:37 -05:00
|
|
|
|
cancel: "取消"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
fast_edit:
|
|
|
|
|
suggest_button: "建议编辑"
|
2023-12-27 14:44:48 -05:00
|
|
|
|
thumbnail_suggestions:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
title: "建议缩略图"
|
2023-12-27 14:44:48 -05:00
|
|
|
|
select: "选择"
|
|
|
|
|
selected: "已选择"
|
2024-02-22 08:50:35 -05:00
|
|
|
|
image_caption:
|
|
|
|
|
save_caption: "保存"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
reviewables:
|
|
|
|
|
model_used: "使用的模型:"
|
|
|
|
|
accuracy: "准确性:"
|
|
|
|
|
embeddings:
|
|
|
|
|
semantic_search: "话题(语义)"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
semantic_search_loading: "正在使用 AI 搜索更多结果"
|
|
|
|
|
semantic_search_disabled_sort: "已禁用此排序顺序的 AI 搜索,按“相关性”排序以启用。"
|
|
|
|
|
semantic_search_results:
|
|
|
|
|
toggle: "显示使用 AI 找到的 %{count} 个结果"
|
|
|
|
|
toggle_hidden: "隐藏使用 AI 找到的 %{count} 个结果"
|
|
|
|
|
none: "抱歉,我们的 AI 搜索没有找到匹配的话题。"
|
|
|
|
|
new: "按“搜索”开始使用 AI 查找新结果"
|
|
|
|
|
ai_generated_result: "使用 AI 找到的搜索结果"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
ai_bot:
|
2024-01-16 08:54:42 -05:00
|
|
|
|
pm_warning: "版主会定期监控 AI 聊天机器人消息。"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
cancel_streaming: "停止回复"
|
|
|
|
|
default_pm_prefix: "[无标题 AI 机器人私信]"
|
|
|
|
|
shortcut_title: "使用 AI 机器人启动私信"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
share: "分享 AI 对话"
|
|
|
|
|
conversation_shared: "对话已复制"
|
|
|
|
|
ai_label: "AI"
|
|
|
|
|
ai_title: "与 AI 的对话"
|
2024-01-02 09:26:08 -05:00
|
|
|
|
share_modal:
|
|
|
|
|
copy: "复制"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
context: "要分享的互动:"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
bot_names:
|
|
|
|
|
gpt-4: "GPT-4"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
gpt-4-turbo: "GPT-4 Turbo"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
gpt-3:
|
|
|
|
|
5-turbo: "GPT-3.5"
|
|
|
|
|
claude-2: "Claude 2"
|
2024-01-16 08:54:42 -05:00
|
|
|
|
gemini-pro: "Gemini"
|
|
|
|
|
mixtral-8x7B-Instruct-V0:
|
|
|
|
|
"1": "Mixtral-8x7B V0.1"
|
|
|
|
|
sentiments:
|
|
|
|
|
dashboard:
|
|
|
|
|
title: "情绪"
|
2023-08-08 09:42:39 -04:00
|
|
|
|
review:
|
|
|
|
|
types:
|
|
|
|
|
reviewable_ai_post:
|
|
|
|
|
title: "AI 举报的帖子"
|
|
|
|
|
reviewable_ai_chat_message:
|
|
|
|
|
title: "AI 举报的聊天消息"
|