fix: reranker i18n (#7251)

This commit is contained in:
Wang Jiyuan 2025-06-16 17:44:10 +08:00 committed by GitHub
parent 8e7ad00ebc
commit 9faa45b571

View File

@ -786,9 +786,9 @@
"string": "Text" "string": "Text"
}, },
"pinned": "Pinned", "pinned": "Pinned",
"rerank_model": "Reordering Model", "rerank_model": "Reranker",
"rerank_model_support_provider": "Currently, the reordering model only supports some providers ({{provider}})", "rerank_model_support_provider": "Currently, the reranker model only supports some providers ({{provider}})",
"rerank_model_not_support_provider": "Currently, the reordering model does not support this provider ({{provider}})", "rerank_model_not_support_provider": "Currently, the reranker model does not support this provider ({{provider}})",
"rerank_model_tooltip": "Click the Manage button in Settings -> Model Services to add.", "rerank_model_tooltip": "Click the Manage button in Settings -> Model Services to add.",
"search": "Search models...", "search": "Search models...",
"stream_output": "Stream output", "stream_output": "Stream output",
@ -798,7 +798,7 @@
"free": "Free", "free": "Free",
"function_calling": "Tool", "function_calling": "Tool",
"reasoning": "Reasoning", "reasoning": "Reasoning",
"rerank": "Reordering", "rerank": "Reranker",
"select": "Select Model Types", "select": "Select Model Types",
"text": "Text", "text": "Text",
"vision": "Vision", "vision": "Vision",