Update translate to Japanese: natural Japanese expression (#11647)

Co-authored-by: IWAI, Masaharu <iwai_masaharu@funkit.co.jp>
This commit is contained in:
IWAI, Masaharu 2024-12-15 18:15:24 +09:00 committed by GitHub
parent 821992e21f
commit b90f1581be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ const translation = {
semantic_search: 'ベクトル検索',
full_text_search: 'フルテキスト検索',
hybrid_search: 'ハイブリッド検索',
invertedIndex: '逆さま',
invertedIndex: '転置',
},
mixtureHighQualityAndEconomicTip: '高品質なナレッジベースと経済的なナレッジベースを混在させるには、Rerankモデルを構成する必要がある。',
inconsistentEmbeddingModelTip: '選択されたナレッジベースが一貫性のない埋め込みモデルで構成されている場合、Rerankモデルの構成が必要です。',

View File

@ -27,7 +27,7 @@ const translation = {
type: 'タイプ',
category: 'カテゴリー',
add: '追加',
added: '追加された',
added: '追加',
manageInTools: 'ツールリストに移動して管理する',
emptyTitle: '利用可能なワークフローツールはありません',
emptyTip: '追加するには、「ワークフロー -> ツールとして公開 」に移動する',