Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions crates/tui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@
"StatusPickerActionNone": "none ",
"StatusPickerActionSave": "save ",
"StatusPickerActionCancel": "cancel ",
"HotbarSetupTitle": " Hotbar setup ",
"HotbarSetupSourceApp": "app",
"HotbarSetupSourceSlash": "slash",
"HotbarSetupSourceMcp": "mcp",
"HotbarSetupSourceSkill": "skill",
"HotbarSetupSourcePlugin": "plugin",
"HotbarSetupStatusDisabled": "disabled",
"HotbarSetupStatusPrefill": "prefill",
"HotbarSetupStatusReady": "ready",
"HotbarSetupDirtyModified": "modified",
"HotbarSetupDirtyClean": "clean",
"HotbarSetupNoAction": "No action",
"HotbarSetupStatusLine": "slot {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "Hotbar slot {slot} is outside 1-{max}",
"HotbarSetupNoActionSelected": "No action selected.",
"HotbarSetupCannotAssign": "{action} cannot be assigned: {reason}",
"HotbarSetupNoActions": "No hotbar actions are available.",
"HotbarSetupRecommended": "rec",
"HotbarSetupEmptySlot": "empty",
"HotbarSetupHelp": "Tab/Shift+Tab source Up/Down action 1-8 slot Enter assign Space toggle Delete clear s save Esc cancel",
"HotbarActionVoiceToggleName": "Voice input",
"HotbarActionVoiceToggleDescription": "Toggle voice capture from the terminal microphone.",
"HotbarActionSessionCompactName": "Compact session",
"HotbarActionSessionCompactDescription": "Compact the current conversation context.",
"HotbarActionModePlanName": "Plan mode",
"HotbarActionModePlanDescription": "Switch the conversation into Plan mode.",
"HotbarActionModeAgentName": "Agent mode",
"HotbarActionModeAgentDescription": "Switch the conversation into Agent mode.",
"HotbarActionModeYoloName": "YOLO mode",
"HotbarActionModeYoloDescription": "Switch the conversation into YOLO mode.",
"HotbarActionReasoningCycleName": "Cycle reasoning",
"HotbarActionReasoningCycleDescription": "Cycle the configured reasoning effort for the active provider.",
"HotbarActionReasoningCycleAutoDisabled": "Reasoning effort is controlled by auto model routing.",
"HotbarActionSidebarToggleName": "Toggle sidebar",
"HotbarActionSidebarToggleDescription": "Show or hide the sidebar.",
"HotbarActionFileTreeToggleName": "Toggle file tree",
"HotbarActionFileTreeToggleDescription": "Show or hide the workspace file tree.",
"HotbarActionPaletteOpenName": "Command palette",
"HotbarActionPaletteOpenDescription": "Open the command palette.",
"HotbarActionTrustToggleName": "Toggle trust",
"HotbarActionTrustToggleDescription": "Enable or disable workspace trust mode.",
"ConfigTitle": "Session Configuration",
"ConfigModalTitle": " Config ",
"ConfigSearchPlaceholder": "type to filter",
Expand Down
41 changes: 41 additions & 0 deletions crates/tui/locales/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@
"StatusPickerActionNone": "ninguno ",
"StatusPickerActionSave": "guardar ",
"StatusPickerActionCancel": "cancelar ",
"HotbarSetupTitle": " Configuración de Hotbar ",
"HotbarSetupSourceApp": "app",
"HotbarSetupSourceSlash": "comando",
"HotbarSetupSourceMcp": "MCP",
"HotbarSetupSourceSkill": "skill",
"HotbarSetupSourcePlugin": "plugin",
"HotbarSetupStatusDisabled": "desactivado",
"HotbarSetupStatusPrefill": "prellenar",
"HotbarSetupStatusReady": "listo",
"HotbarSetupDirtyModified": "modificado",
"HotbarSetupDirtyClean": "sin cambios",
"HotbarSetupNoAction": "Sin acción",
"HotbarSetupStatusLine": "ranura {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "La ranura {slot} de Hotbar está fuera de 1-{max}",
"HotbarSetupNoActionSelected": "No hay ninguna acción seleccionada.",
"HotbarSetupCannotAssign": "{action} no se puede asignar: {reason}",
"HotbarSetupNoActions": "No hay acciones de Hotbar disponibles.",
"HotbarSetupRecommended": "rec",
"HotbarSetupEmptySlot": "vacío",
"HotbarSetupHelp": "Tab/Shift+Tab origen Up/Down acción 1-8 ranura Enter asignar Space alternar Delete limpiar s guardar Esc cancelar",
"HotbarActionVoiceToggleName": "Entrada de voz",
"HotbarActionVoiceToggleDescription": "Alternar captura de voz desde el micrófono de la terminal.",
"HotbarActionSessionCompactName": "Compactar sesión",
"HotbarActionSessionCompactDescription": "Compactar el contexto de la conversación actual.",
"HotbarActionModePlanName": "Modo Plan",
"HotbarActionModePlanDescription": "Cambiar la conversación al modo Plan.",
"HotbarActionModeAgentName": "Modo Agent",
"HotbarActionModeAgentDescription": "Cambiar la conversación al modo Agent.",
"HotbarActionModeYoloName": "Modo YOLO",
"HotbarActionModeYoloDescription": "Cambiar la conversación al modo YOLO.",
"HotbarActionReasoningCycleName": "Alternar razonamiento",
"HotbarActionReasoningCycleDescription": "Alternar el esfuerzo de razonamiento configurado para el proveedor activo.",
"HotbarActionReasoningCycleAutoDisabled": "El esfuerzo de razonamiento lo controla el enrutamiento automático de modelo.",
"HotbarActionSidebarToggleName": "Alternar barra lateral",
"HotbarActionSidebarToggleDescription": "Mostrar u ocultar la barra lateral.",
"HotbarActionFileTreeToggleName": "Alternar árbol de archivos",
"HotbarActionFileTreeToggleDescription": "Mostrar u ocultar el árbol de archivos del espacio de trabajo.",
"HotbarActionPaletteOpenName": "Paleta de comandos",
"HotbarActionPaletteOpenDescription": "Abrir la paleta de comandos.",
"HotbarActionTrustToggleName": "Alternar confianza",
"HotbarActionTrustToggleDescription": "Activar o desactivar el modo de confianza del espacio de trabajo.",
"ConfigTitle": "Configuración de la sesión",
"ConfigSearchPlaceholder": "escribe para filtrar",
"ConfigNoSettings": " No hay configuraciones disponibles.",
Expand Down
41 changes: 41 additions & 0 deletions crates/tui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@
"StatusPickerActionNone": "なし ",
"StatusPickerActionSave": "保存 ",
"StatusPickerActionCancel": "キャンセル ",
"HotbarSetupTitle": " Hotbar設定 ",
"HotbarSetupSourceApp": "アプリ",
"HotbarSetupSourceSlash": "コマンド",
"HotbarSetupSourceMcp": "MCP",
"HotbarSetupSourceSkill": "スキル",
"HotbarSetupSourcePlugin": "プラグイン",
"HotbarSetupStatusDisabled": "無効",
"HotbarSetupStatusPrefill": "事前入力",
"HotbarSetupStatusReady": "準備完了",
"HotbarSetupDirtyModified": "変更あり",
"HotbarSetupDirtyClean": "未変更",
"HotbarSetupNoAction": "アクションなし",
"HotbarSetupStatusLine": "スロット {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "Hotbarスロット {slot} は 1-{max} の範囲外です",
"HotbarSetupNoActionSelected": "アクションが選択されていません。",
"HotbarSetupCannotAssign": "{action} は割り当てできません: {reason}",
"HotbarSetupNoActions": "利用可能なHotbarアクションがありません。",
"HotbarSetupRecommended": "推奨",
"HotbarSetupEmptySlot": "空",
"HotbarSetupHelp": "Tab/Shift+Tab ソース Up/Down アクション 1-8 スロット Enter 割り当て Space 切替 Delete クリア s 保存 Esc キャンセル",
"HotbarActionVoiceToggleName": "音声入力",
"HotbarActionVoiceToggleDescription": "端末マイクからの音声キャプチャを切り替えます。",
"HotbarActionSessionCompactName": "セッション圧縮",
"HotbarActionSessionCompactDescription": "現在の会話コンテキストを圧縮します。",
"HotbarActionModePlanName": "Planモード",
"HotbarActionModePlanDescription": "会話をPlanモードに切り替えます。",
"HotbarActionModeAgentName": "Agentモード",
"HotbarActionModeAgentDescription": "会話をAgentモードに切り替えます。",
"HotbarActionModeYoloName": "YOLOモード",
"HotbarActionModeYoloDescription": "会話をYOLOモードに切り替えます。",
"HotbarActionReasoningCycleName": "推論強度を切替",
"HotbarActionReasoningCycleDescription": "現在のプロバイダーで設定された推論強度を順に切り替えます。",
"HotbarActionReasoningCycleAutoDisabled": "推論強度は自動モデルルーティングで制御されています。",
"HotbarActionSidebarToggleName": "サイドバー切替",
"HotbarActionSidebarToggleDescription": "サイドバーを表示または非表示にします。",
"HotbarActionFileTreeToggleName": "ファイルツリー切替",
"HotbarActionFileTreeToggleDescription": "ワークスペースのファイルツリーを表示または非表示にします。",
"HotbarActionPaletteOpenName": "コマンドパレット",
"HotbarActionPaletteOpenDescription": "コマンドパレットを開きます。",
"HotbarActionTrustToggleName": "信頼モード切替",
"HotbarActionTrustToggleDescription": "ワークスペース信頼モードを有効または無効にします。",
"ConfigTitle": "セッション設定",
"ConfigModalTitle": " 設定 ",
"ConfigSearchPlaceholder": "入力して絞り込み",
Expand Down
41 changes: 41 additions & 0 deletions crates/tui/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,47 @@
"StatusPickerActionNone": "nenhum ",
"StatusPickerActionSave": "salvar ",
"StatusPickerActionCancel": "cancelar ",
"HotbarSetupTitle": " Configuração da Hotbar ",
"HotbarSetupSourceApp": "app",
"HotbarSetupSourceSlash": "comando",
"HotbarSetupSourceMcp": "MCP",
"HotbarSetupSourceSkill": "skill",
"HotbarSetupSourcePlugin": "plugin",
"HotbarSetupStatusDisabled": "desativado",
"HotbarSetupStatusPrefill": "preencher",
"HotbarSetupStatusReady": "pronto",
"HotbarSetupDirtyModified": "modificado",
"HotbarSetupDirtyClean": "sem alterações",
"HotbarSetupNoAction": "Nenhuma ação",
"HotbarSetupStatusLine": "slot {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "Slot {slot} da Hotbar está fora de 1-{max}",
"HotbarSetupNoActionSelected": "Nenhuma ação selecionada.",
"HotbarSetupCannotAssign": "{action} não pode ser atribuída: {reason}",
"HotbarSetupNoActions": "Nenhuma ação da Hotbar disponível.",
"HotbarSetupRecommended": "rec",
"HotbarSetupEmptySlot": "vazio",
"HotbarSetupHelp": "Tab/Shift+Tab origem Up/Down ação 1-8 slot Enter atribuir Space alternar Delete limpar s salvar Esc cancelar",
"HotbarActionVoiceToggleName": "Entrada de voz",
"HotbarActionVoiceToggleDescription": "Alternar captura de voz pelo microfone do terminal.",
"HotbarActionSessionCompactName": "Compactar sessão",
"HotbarActionSessionCompactDescription": "Compactar o contexto da conversa atual.",
"HotbarActionModePlanName": "Modo Plan",
"HotbarActionModePlanDescription": "Alternar a conversa para o modo Plan.",
"HotbarActionModeAgentName": "Modo Agent",
"HotbarActionModeAgentDescription": "Alternar a conversa para o modo Agent.",
"HotbarActionModeYoloName": "Modo YOLO",
"HotbarActionModeYoloDescription": "Alternar a conversa para o modo YOLO.",
"HotbarActionReasoningCycleName": "Alternar raciocínio",
"HotbarActionReasoningCycleDescription": "Alternar o esforço de raciocínio configurado para o provedor ativo.",
"HotbarActionReasoningCycleAutoDisabled": "O esforço de raciocínio é controlado pelo roteamento automático de modelo.",
"HotbarActionSidebarToggleName": "Alternar barra lateral",
"HotbarActionSidebarToggleDescription": "Mostrar ou ocultar a barra lateral.",
"HotbarActionFileTreeToggleName": "Alternar árvore de arquivos",
"HotbarActionFileTreeToggleDescription": "Mostrar ou ocultar a árvore de arquivos do workspace.",
"HotbarActionPaletteOpenName": "Paleta de comandos",
"HotbarActionPaletteOpenDescription": "Abrir a paleta de comandos.",
"HotbarActionTrustToggleName": "Alternar confiança",
"HotbarActionTrustToggleDescription": "Ativar ou desativar o modo de confiança do workspace.",
"ConfigTitle": "Configuração da sessão",
"ConfigSearchPlaceholder": "digite para filtrar",
"ConfigNoSettings": " Nenhuma configuração disponível.",
Expand Down
41 changes: 41 additions & 0 deletions crates/tui/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@
"StatusPickerActionNone": "không ",
"StatusPickerActionSave": "lưu ",
"StatusPickerActionCancel": "huỷ ",
"HotbarSetupTitle": " Thiết lập Hotbar ",
"HotbarSetupSourceApp": "ứng dụng",
"HotbarSetupSourceSlash": "lệnh",
"HotbarSetupSourceMcp": "MCP",
"HotbarSetupSourceSkill": "kỹ năng",
"HotbarSetupSourcePlugin": "plugin",
"HotbarSetupStatusDisabled": "đã tắt",
"HotbarSetupStatusPrefill": "điền sẵn",
"HotbarSetupStatusReady": "sẵn sàng",
"HotbarSetupDirtyModified": "đã sửa",
"HotbarSetupDirtyClean": "chưa đổi",
"HotbarSetupNoAction": "Không có thao tác",
"HotbarSetupStatusLine": "ô {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "Ô Hotbar {slot} nằm ngoài 1-{max}",
"HotbarSetupNoActionSelected": "Chưa chọn thao tác.",
"HotbarSetupCannotAssign": "Không thể gán {action}: {reason}",
"HotbarSetupNoActions": "Không có thao tác Hotbar nào khả dụng.",
"HotbarSetupRecommended": "gợi ý",
"HotbarSetupEmptySlot": "trống",
"HotbarSetupHelp": "Tab/Shift+Tab nguồn Up/Down thao tác 1-8 ô Enter gán Space bật/tắt Delete xoá s lưu Esc huỷ",
"HotbarActionVoiceToggleName": "Nhập giọng nói",
"HotbarActionVoiceToggleDescription": "Bật/tắt ghi âm từ micrô của terminal.",
"HotbarActionSessionCompactName": "Nén phiên",
"HotbarActionSessionCompactDescription": "Nén ngữ cảnh cuộc trò chuyện hiện tại.",
"HotbarActionModePlanName": "Chế độ Plan",
"HotbarActionModePlanDescription": "Chuyển cuộc trò chuyện sang chế độ Plan.",
"HotbarActionModeAgentName": "Chế độ Agent",
"HotbarActionModeAgentDescription": "Chuyển cuộc trò chuyện sang chế độ Agent.",
"HotbarActionModeYoloName": "Chế độ YOLO",
"HotbarActionModeYoloDescription": "Chuyển cuộc trò chuyện sang chế độ YOLO.",
"HotbarActionReasoningCycleName": "Đổi mức suy luận",
"HotbarActionReasoningCycleDescription": "Luân phiên mức suy luận đã cấu hình cho nhà cung cấp đang hoạt động.",
"HotbarActionReasoningCycleAutoDisabled": "Mức suy luận do định tuyến mô hình tự động kiểm soát.",
"HotbarActionSidebarToggleName": "Bật/tắt thanh bên",
"HotbarActionSidebarToggleDescription": "Hiển thị hoặc ẩn thanh bên.",
"HotbarActionFileTreeToggleName": "Bật/tắt cây tệp",
"HotbarActionFileTreeToggleDescription": "Hiển thị hoặc ẩn cây tệp của workspace.",
"HotbarActionPaletteOpenName": "Bảng lệnh",
"HotbarActionPaletteOpenDescription": "Mở bảng lệnh.",
"HotbarActionTrustToggleName": "Bật/tắt tin cậy",
"HotbarActionTrustToggleDescription": "Bật hoặc tắt chế độ tin cậy của workspace.",
"ConfigTitle": "Cấu hình phiên làm việc",
"ConfigModalTitle": " Cấu hình ",
"ConfigSearchPlaceholder": "Nhập để lọc kết quả",
Expand Down
41 changes: 41 additions & 0 deletions crates/tui/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@
"StatusPickerActionNone": "无 ",
"StatusPickerActionSave": "保存 ",
"StatusPickerActionCancel": "取消 ",
"HotbarSetupTitle": " Hotbar 设置 ",
"HotbarSetupSourceApp": "应用",
"HotbarSetupSourceSlash": "命令",
"HotbarSetupSourceMcp": "MCP",
"HotbarSetupSourceSkill": "技能",
"HotbarSetupSourcePlugin": "插件",
"HotbarSetupStatusDisabled": "不可用",
"HotbarSetupStatusPrefill": "预填",
"HotbarSetupStatusReady": "就绪",
"HotbarSetupDirtyModified": "已修改",
"HotbarSetupDirtyClean": "未修改",
"HotbarSetupNoAction": "无操作",
"HotbarSetupStatusLine": "槽位 {slot} | {action} | {dirty}",
"HotbarSetupSlotOutOfRange": "Hotbar 槽位 {slot} 超出 1-{max}",
"HotbarSetupNoActionSelected": "未选择操作。",
"HotbarSetupCannotAssign": "{action} 无法分配:{reason}",
"HotbarSetupNoActions": "没有可用的 Hotbar 操作。",
"HotbarSetupRecommended": "荐",
"HotbarSetupEmptySlot": "空",
"HotbarSetupHelp": "Tab/Shift+Tab 来源 Up/Down 操作 1-8 槽位 Enter 分配 Space 切换 Delete 清除 s 保存 Esc 取消",
"HotbarActionVoiceToggleName": "语音输入",
"HotbarActionVoiceToggleDescription": "切换终端麦克风语音采集。",
"HotbarActionSessionCompactName": "压缩会话",
"HotbarActionSessionCompactDescription": "压缩当前对话上下文。",
"HotbarActionModePlanName": "Plan 模式",
"HotbarActionModePlanDescription": "将对话切换到 Plan 模式。",
"HotbarActionModeAgentName": "Agent 模式",
"HotbarActionModeAgentDescription": "将对话切换到 Agent 模式。",
"HotbarActionModeYoloName": "YOLO 模式",
"HotbarActionModeYoloDescription": "将对话切换到 YOLO 模式。",
"HotbarActionReasoningCycleName": "切换推理强度",
"HotbarActionReasoningCycleDescription": "轮换当前提供商配置的推理强度。",
"HotbarActionReasoningCycleAutoDisabled": "推理强度由自动模型路由控制。",
"HotbarActionSidebarToggleName": "切换侧边栏",
"HotbarActionSidebarToggleDescription": "显示或隐藏侧边栏。",
"HotbarActionFileTreeToggleName": "切换文件树",
"HotbarActionFileTreeToggleDescription": "显示或隐藏工作区文件树。",
"HotbarActionPaletteOpenName": "命令面板",
"HotbarActionPaletteOpenDescription": "打开命令面板。",
"HotbarActionTrustToggleName": "切换信任",
"HotbarActionTrustToggleDescription": "启用或停用工作区信任模式。",
"ConfigTitle": "会话配置",
"ConfigModalTitle": " 配置 ",
"ConfigSearchPlaceholder": "输入以筛选",
Expand Down
Loading
Loading