Ollama-Chat/src/main/resources/lang/zh_cn.lang
2025-02-26 20:45:22 +08:00

18 lines
775 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 通用消息
reload-success: "§a配置已重新加载。"
toggle-enabled: "§a{ai-name} 已启用。"
toggle-disabled: "§a{ai-name} 已禁用。"
invalid-ai-name: "§c无效的 AI 名称。可用的 AI: {ai-list}。"
usage-aichat: "§c用法: /aichat <ai名称> <提示>"
usage-ollamachat: "§c用法: /ollamachat <reload|toggle <ai名称>>"
player-only: "§c该命令只能由玩家使用。"
ollama-enabled: "§aOllama 已启用。"
ollama-disabled: "§aOllama 已禁用。"
# 聊天交互
response-prefix: "§b[AI] §r"
error-prefix: "§c[错误] §r"
# 日志消息
config-invalid: "§c配置文件无效或不完整正在重新生成默认配置..."
config-load-failed: "§c加载配置文件失败: {error},正在重新生成默认配置..."