i18n: localize prompt templates with crowdin
This commit is contained in:
8
locales/en-US/prompts.json
Normal file
8
locales/en-US/prompts.json
Normal 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}'"
|
||||
}
|
||||
8
locales/zh-CN/prompts.json
Normal file
8
locales/zh-CN/prompts.json
Normal 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}'"
|
||||
}
|
||||
Reference in New Issue
Block a user