Add N-to-1 warning translation for JP (#7553)

This commit is contained in:
Hanqing Zhao 2024-08-23 08:34:22 +08:00 committed by GitHub
parent e6b117e33f
commit a40073afa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,9 @@ const translation = {
semantic: 'セマンティクス',
keyword: 'キーワード',
},
nTo1RetrievalLegacy: '製品計画によると、N To 1 Retrievalは9月に正式に廃止される予定です。それまでは通常通り使用できます。',
nTo1RetrievalLegacy: '製品計画によると、N-to-1 Retrievalは9月に正式に廃止される予定です。それまでは通常通り使用できます。',
nTo1RetrievalLegacyLink: '詳細を見る',
nTo1RetrievalLegacyLinkText: ' N-to-1 retrievalは9月に正式に廃止されます。',
}
export default translation