chore: translate i18n files (#12118)

Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-26 23:33:11 +08:00
committed by GitHub
parent 9c3cf7b69a
commit a2855fa24a
109 changed files with 1894 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const translation = {
uploadTime: 'アップロード時間',
status: 'ステータス',
action: 'アクション',
chunkingMode: 'チャンクモード',
},
rename: '名前を変更',
name: '名前',
@@ -77,6 +78,7 @@ const translation = {
error: 'インポートエラー',
ok: 'OK',
},
learnMore: '詳細情報',
},
metadata: {
title: 'メタデータ',
@@ -328,6 +330,10 @@ const translation = {
automatic: '自動',
custom: 'カスタム',
previewTip: '埋め込みが完了した後、段落のプレビューが利用可能になります',
parentMaxTokens: '親',
hierarchical: '親子',
pause: '休止',
childMaxTokens: '子供',
},
segment: {
paragraphs: '段落',
@@ -346,6 +352,43 @@ const translation = {
newTextSegment: '新しいテキストセグメント',
newQaSegment: '新しいQ&Aセグメント',
delete: 'このチャンクを削除しますか?',
searchResults_other: '業績',
edited: '編集',
parentChunk: '親チャンク',
regeneratingTitle: '子チャンクの再生成',
collapseChunks: 'チャンクの折りたたみ',
characters_other: '文字',
childChunk: '子チャンク',
regenerationSuccessMessage: 'このウィンドウは閉じることができます。',
editChildChunk: '子チャンクの編集',
clearFilter: 'フィルターをクリア',
chunkDetail: 'チャンクの詳細',
regenerationSuccessTitle: '再生完了',
parentChunks_one: '親チャンク',
newChunk: '新しいチャンク',
childChunks_other: '子チャンク',
searchResults_zero: '結果',
addChildChunk: '子チャンクを追加',
searchResults_one: '結果',
regeneratingMessage: 'これには少し時間がかかる場合がありますので、お待ちください...',
empty: 'チャンクが見つかりません',
editedAt: 'で編集',
addAnother: '別のものを追加',
chunkAdded: '1チャンク追加',
childChunks_one: '子チャンク',
regenerationConfirmMessage: '子チャンクを再生成すると、編集されたチャンクや新しく追加されたチャンクなど、現在の子チャンクが上書きされます。再生は元に戻せません。',
newChildChunk: '新しい子チャンク',
childChunkAdded: '子チャンクが1つ追加',
regenerationConfirmTitle: '子チャンクを再生成しますか?',
expandChunks: 'チャンクの展開',
chunks_one: 'チャンク',
editChunk: 'チャンクの編集',
editParentChunk: '親チャンクの編集',
parentChunks_other: '親チャンク',
characters_one: '文字',
chunks_other: 'チャンク',
addChunk: 'チャンクを追加',
chunk: 'チャンク',
},
}