chore: fix inverted index japanese translation (#7957)

This commit is contained in:
Yuki Oshima 2024-09-04 13:44:59 +09:00 committed by GitHub
parent fee4d3f6ca
commit 7b2cf8215f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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