mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix: reranker i18n (#7251)
This commit is contained in:
parent
8e7ad00ebc
commit
9faa45b571
@ -786,9 +786,9 @@
|
||||
"string": "Text"
|
||||
},
|
||||
"pinned": "Pinned",
|
||||
"rerank_model": "Reordering Model",
|
||||
"rerank_model_support_provider": "Currently, the reordering model only supports some providers ({{provider}})",
|
||||
"rerank_model_not_support_provider": "Currently, the reordering model does not support this provider ({{provider}})",
|
||||
"rerank_model": "Reranker",
|
||||
"rerank_model_support_provider": "Currently, the reranker model only supports some providers ({{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.",
|
||||
"search": "Search models...",
|
||||
"stream_output": "Stream output",
|
||||
@ -798,7 +798,7 @@
|
||||
"free": "Free",
|
||||
"function_calling": "Tool",
|
||||
"reasoning": "Reasoning",
|
||||
"rerank": "Reordering",
|
||||
"rerank": "Reranker",
|
||||
"select": "Select Model Types",
|
||||
"text": "Text",
|
||||
"vision": "Vision",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user