i18n: localize prompt templates with crowdin

This commit is contained in:
春河晴
2026-03-13 00:09:01 +09:00
parent 68f0ac3803
commit c9bfedddd2
46 changed files with 1156 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
{
"prompt.duplicate_template_name": "Duplicate prompt template name '{name}': {path_a} and {path_b}",
"prompt.format_failed": "Failed to render prompt template '{name}': {error}",
"prompt.invalid_category": "Invalid prompt category '{category}'",
"prompt.invalid_name": "Invalid prompt name '{name}'",
"prompt.missing_placeholder": "Prompt template '{name}' is missing placeholder '{placeholder}'",
"prompt.template_not_found": "Prompt template '{name}' was not found for locale '{locale}'"
}

View File

@@ -0,0 +1,8 @@
{
"prompt.duplicate_template_name": "Prompt 模板名称 '{name}' 重复:{path_a} 与 {path_b}",
"prompt.format_failed": "渲染 Prompt 模板 '{name}' 失败: {error}",
"prompt.invalid_category": "Prompt 分类 '{category}' 非法",
"prompt.invalid_name": "Prompt 名称 '{name}' 非法",
"prompt.missing_placeholder": "Prompt 模板 '{name}' 缺少占位符 '{placeholder}'",
"prompt.template_not_found": "未找到 locale '{locale}' 下的 Prompt 模板 '{name}'"
}