Update localization files and remove unused files

This commit is contained in:
n4ze3m
2024-04-06 21:51:13 +05:30
parent 0ec5621b89
commit e96a579e02
22 changed files with 212 additions and 31 deletions

View File

@@ -48,5 +48,6 @@
"submit": "送信",
"noData": "データがありません",
"noHistory": "チャット履歴がありません",
"chatWithCurrentPage": "現在のページでチャット"
"chatWithCurrentPage": "現在のページでチャット",
"beta": "ベータ"
}

View File

@@ -0,0 +1,42 @@
{
"addBtn": "新しい知識を追加",
"columns": {
"title": "タイトル",
"status": "ステータス",
"embeddings": "埋め込みモデル",
"createdAt": "作成日",
"action": "アクション"
},
"expandedColumns": {
"name": "名前"
},
"tooltip": {
"delete": "削除"
},
"confirm": {
"delete": "この知識を削除してもよろしいですか?"
},
"deleteSuccess": "知識が正常に削除されました",
"status": {
"pending": "保留中",
"finished": "完了",
"processing": "処理中"
},
"addKnowledge": "知識を追加",
"form": {
"title": {
"label": "知識タイトル",
"placeholder": "知識のタイトルを入力してください",
"required": "知識のタイトルは必須です"
},
"uploadFile": {
"label": "ファイルをアップロード",
"uploadText": "ファイルをここにドラッグアンドドロップするか、クリックしてアップロード",
"uploadHint": "サポートされているファイルタイプ: .pdf、.csv、.txt",
"required": "ファイルは必須です"
},
"submit": "送信",
"success": "知識が正常に追加されました"
},
"noEmbeddingModel": "最初にOllamaの設定ページから埋め込みモデルを追加してください"
}

View File

@@ -1 +0,0 @@
{}

View File

@@ -245,5 +245,9 @@
"koFi": "Ko-fiで支援する",
"githubSponsor": "GitHubでスポンサーする",
"githubRepo": "GitHubリポジトリ"
}
},
"manageKnowledge": {
"title": "知識を管理する",
"heading": "知識ベースを構成する"
}
}