n4ze3m d5df8b5c5f feat: add pin/unpin functionality to chat history
Adds pin/unpin functionality to the chat history sidebar, allowing users to keep important conversations readily accessible. This improves user experience and helps organize past interactions.

This feature includes:
- Pin/unpin buttons in the chat history sidebar.
- Updated database schema to include `is_pinned` field for chat history items.
- Localized translations for pin/unpin actions.
- Updated UI to display pinned items at the top of the list.
2024-10-26 21:10:28 +05:30

115 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pageAssist": "ページアシスト",
"selectAModel": "モデルを選択",
"save": "保存",
"saved": "保存済み",
"cancel": "キャンセル",
"retry": "再試行",
"share": {
"tooltip": {
"share": "共有"
},
"modal": {
"title": "チャットリンクを共有"
},
"form": {
"defaultValue": {
"name": "匿名",
"title": "無題のチャット"
},
"title": {
"label": "チャットタイトル",
"placeholder": "チャットタイトルを入力",
"required": "チャットタイトルは必須です"
},
"name": {
"label": "あなたの名前",
"placeholder": "名前を入力",
"required": "名前は必須です"
},
"btn": {
"save": "リンクを生成",
"saving": "リンクを生成中..."
}
},
"notification": {
"successGenerate": "リンクがクリップボードにコピーされました",
"failGenerate": "リンクの生成に失敗しました"
}
},
"copyToClipboard": "クリップボードにコピー",
"webSearch": "ウェブを検索中",
"regenerate": "再生成",
"edit": "編集",
"delete": "削除",
"saveAndSubmit": "保存して送信",
"editMessage": {
"placeholder": "メッセージを入力..."
},
"submit": "送信",
"noData": "データがありません",
"noHistory": "チャット履歴がありません",
"chatWithCurrentPage": "現在のページでチャット",
"beta": "ベータ",
"tts": "読み上げ",
"currentChatModelSettings": "現在のチャットモデル設定",
"modelSettings": {
"label": "モデル設定",
"description": "すべてのチャットに対してモデルオプションをグローバルに設定します",
"form": {
"keepAlive": {
"label": "キープアライブ",
"help": "リクエスト後にモデルがメモリに保持される時間をコントロールします(デフォルト: 5 分)",
"placeholder": "キープアライブの期間を入力してください5分、10分、1時間"
},
"temperature": {
"label": "温度",
"placeholder": "温度値を入力してください0.7、1.0"
},
"numCtx": {
"label": "コンテキストの数",
"placeholder": "コンテキスト数を入力してくださいデフォルト2048"
},
"seed": {
"label": "シード",
"placeholder": "シード値を入力してください1234",
"help": "モデル出力の再現性"
},
"topK": {
"label": "Top K",
"placeholder": "Top K値を入力してください40、100"
},
"topP": {
"label": "Top P",
"placeholder": "Top P値を入力してください0.9、0.95"
},
"numGpu": {
"label": "Num GPU",
"placeholder": "GPU(s)に送信するレイヤー数を入力してください"
},
"systemPrompt": {
"label": "一時的なシステムプロンプト",
"placeholder": "システムプロンプトを入力",
"help": "これは現在のチャットでシステムプロンプトを素早く設定する方法で、選択されたシステムプロンプトが存在する場合はそれを上書きします。"
}
},
"advanced": "その他のモデル設定"
},
"copilot": {
"summary": "要約",
"explain": "説明",
"rephrase": "言い換え",
"translate": "翻訳"
},
"citations": "引用",
"downloadCode": "コードをダウンロード",
"date": {
"pinned": "固定",
"today": "今日",
"yesterday": "昨日",
"last7Days": "過去7日間",
"older": "それ以前"
},
"pin": "固定",
"unpin": "固定解除"
}