Browse Source

chore: fix inverted index japanese translation (#7957)

Yuki Oshima 8 months ago
parent
commit
7b2cf8215f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/i18n/ja-JP/dataset.ts

+ 1 - 1
web/i18n/ja-JP/dataset.ts

@@ -37,7 +37,7 @@ const translation = {
       recommend: 'おすすめ',
       recommend: 'おすすめ',
     },
     },
     invertedIndex: {
     invertedIndex: {
-      title: 'インデックス',
+      title: '転置インデックス',
       description: '効率的な検索に使用される構造です。各用語が含まれるドキュメントまたはWebページを指すように、用語ごとに整理されています。',
       description: '効率的な検索に使用される構造です。各用語が含まれるドキュメントまたはWebページを指すように、用語ごとに整理されています。',
     },
     },
     change: '変更',
     change: '変更',