chore(app): translations

This commit is contained in:
Adam
2026-01-22 11:06:07 -06:00
parent de6582b38b
commit c4971e48c4
11 changed files with 66 additions and 0 deletions

View File

@@ -424,6 +424,7 @@ export const dict = {
"common.learnMore": "詳細",
"common.rename": "名前変更",
"common.reset": "リセット",
"common.archive": "アーカイブ",
"common.delete": "削除",
"common.close": "閉じる",
"common.edit": "編集",
@@ -543,6 +544,11 @@ export const dict = {
"settings.permissions.tool.doom_loop.title": "Doom Loop",
"settings.permissions.tool.doom_loop.description": "同一入力による繰り返しのツール呼び出しを検出",
"session.delete.failed.title": "セッションの削除に失敗しました",
"session.delete.title": "セッションの削除",
"session.delete.confirm": 'セッション "{{name}}" を削除しますか?',
"session.delete.button": "セッションを削除",
"workspace.new": "新しいワークスペース",
"workspace.type.local": "ローカル",
"workspace.type.sandbox": "サンドボックス",