mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
translations
This commit is contained in:
parent
adc1573b09
commit
ddc255c74f
34 changed files with 224 additions and 3 deletions
|
|
@ -215,6 +215,7 @@
|
|||
"hasQuestion": "Roo té una pregunta:"
|
||||
},
|
||||
"taskCompleted": "Tasca completada",
|
||||
"toolTimeout": "Temps d'espera de l'eina esgotat: Suggerint alternatives...",
|
||||
"powershell": {
|
||||
"issues": "Sembla que estàs tenint problemes amb Windows PowerShell, si us plau consulta aquesta documentació per a més informació."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Màximes Sol·licituds",
|
||||
"description": "Fes aquesta quantitat de sol·licituds API automàticament abans de demanar aprovació per continuar amb la tasca.",
|
||||
"unlimited": "Il·limitat"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Temps d'espera",
|
||||
"description": "Configura com Roo gestiona les operacions d'eines que superen els seus límits de temps d'espera",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Habilitar gestió de temps d'espera",
|
||||
"description": "Atura automàticament les operacions de llarga durada i suggereix opcions alternatives."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Temps d'espera d'execució d'eines (ms)",
|
||||
"description": "Temps màxim d'espera per a operacions d'eines abans d'activar la gestió de temps d'espera (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -215,6 +215,7 @@
|
|||
"hasQuestion": "Roo hat eine Frage:"
|
||||
},
|
||||
"taskCompleted": "Aufgabe abgeschlossen",
|
||||
"toolTimeout": "Automatische Tool-Zeitüberschreitung: Schlage Alternativen vor...",
|
||||
"powershell": {
|
||||
"issues": "Es scheint, dass du Probleme mit Windows PowerShell hast, bitte sieh dir dies an"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Maximale Anfragen",
|
||||
"description": "Automatisch so viele API-Anfragen stellen, bevor du um die Erlaubnis gebeten wirst, mit der Aufgabe fortzufahren.",
|
||||
"unlimited": "Unbegrenzt"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Zeitüberschreitung",
|
||||
"description": "Konfiguriere, wie Roo mit Tool-Operationen umgeht, die ihre Zeitlimits überschreiten",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Zeitüberschreitungsbehandlung aktivieren",
|
||||
"description": "Automatisch lang laufende Operationen beenden und Alternativen vorschlagen."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Tool-Ausführungszeitlimit (ms)",
|
||||
"description": "Maximale Wartezeit für Tool-Operationen, bevor die Zeitüberschreitungsbehandlung ausgelöst wird (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Tiempo de espera de herramienta agotado: Sugiriendo alternativas...",
|
||||
"greeting": "Bienvenido a Roo Code",
|
||||
"task": {
|
||||
"title": "Tarea",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Solicitudes máximas",
|
||||
"description": "Realizar automáticamente esta cantidad de solicitudes a la API antes de pedir aprobación para continuar con la tarea.",
|
||||
"unlimited": "Ilimitado"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Tiempo de espera",
|
||||
"description": "Configura cómo Roo maneja las operaciones de herramientas que exceden sus límites de tiempo",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Habilitar manejo de tiempo de espera",
|
||||
"description": "Terminar automáticamente operaciones de larga duración y sugerir opciones alternativas."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Tiempo de espera de ejecución de herramienta (ms)",
|
||||
"description": "Tiempo máximo de espera para operaciones de herramientas antes de activar el manejo de tiempo de espera (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Délai d'attente de l'outil dépassé : Suggestion d'alternatives...",
|
||||
"greeting": "Bienvenue sur Roo Code",
|
||||
"task": {
|
||||
"title": "Tâche",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Requêtes maximales",
|
||||
"description": "Effectuer automatiquement ce nombre de requêtes API avant de demander l'approbation pour continuer la tâche.",
|
||||
"unlimited": "Illimité"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Délai d'attente",
|
||||
"description": "Configurez la façon dont Roo gère les opérations d'outils qui dépassent leurs limites de temps",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Activer la gestion des délais d'attente",
|
||||
"description": "Arrêter automatiquement les opérations de longue durée et suggérer des alternatives."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Délai d'exécution des outils (ms)",
|
||||
"description": "Temps d'attente maximal pour les opérations d'outils avant de déclencher la gestion des délais (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "टूल टाइमआउट: विकल्प सुझा रहा हूं...",
|
||||
"greeting": "Roo Code में आपका स्वागत है",
|
||||
"task": {
|
||||
"title": "कार्य",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "अधिकतम अनुरोध",
|
||||
"description": "कार्य जारी रखने के लिए अनुमति मांगने से पहले स्वचालित रूप से इतने API अनुरोध करें।",
|
||||
"unlimited": "असीमित"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "टाइमआउट",
|
||||
"description": "कॉन्फ़िगर करें कि Roo उन टूल ऑपरेशन्स को कैसे हैंडल करता है जो अपनी समय सीमा पार कर जाते हैं",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "टाइमआउट हैंडलिंग सक्षम करें",
|
||||
"description": "लंबे समय तक चलने वाले ऑपरेशन्स को स्वचालित रूप से समाप्त करें और विकल्प सुझाएं।"
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "टूल एक्जीक्यूशन टाइमआउट (ms)",
|
||||
"description": "टाइमआउट हैंडलिंग ट्रिगर करने से पहले टूल ऑपरेशन्स के लिए अधिकतम प्रतीक्षा समय (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Timeout Tool Otomatis: Menyarankan alternatif...",
|
||||
"greeting": "Selamat datang di Roo Code",
|
||||
"task": {
|
||||
"title": "Tugas",
|
||||
|
|
|
|||
|
|
@ -174,6 +174,18 @@
|
|||
"title": "Permintaan Maks",
|
||||
"description": "Secara otomatis membuat sejumlah permintaan API ini sebelum meminta persetujuan untuk melanjutkan tugas.",
|
||||
"unlimited": "Tidak terbatas"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Konfigurasi cara Roo menangani operasi tool yang melebihi batas waktu",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Aktifkan penanganan timeout",
|
||||
"description": "Otomatis menghentikan operasi yang berjalan lama dan menyarankan alternatif."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Timeout eksekusi tool (ms)",
|
||||
"description": "Waktu tunggu maksimum untuk operasi tool sebelum memicu penanganan timeout (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Timeout automatico dello strumento: Suggerendo alternative...",
|
||||
"greeting": "Benvenuto a Roo Code",
|
||||
"task": {
|
||||
"title": "Attività",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Richieste massime",
|
||||
"description": "Esegui automaticamente questo numero di richieste API prima di chiedere l'approvazione per continuare con l'attività.",
|
||||
"unlimited": "Illimitato"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Configura come Roo gestisce le operazioni degli strumenti che superano i loro limiti di tempo",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Abilita gestione timeout",
|
||||
"description": "Termina automaticamente le operazioni di lunga durata e suggerisci alternative."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Timeout esecuzione strumento (ms)",
|
||||
"description": "Tempo massimo di attesa per le operazioni degli strumenti prima di attivare la gestione del timeout (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "自動ツールタイムアウト:代替案を提案しています...",
|
||||
"greeting": "Roo Code へようこそ",
|
||||
"task": {
|
||||
"title": "タスク",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "最大リクエスト数",
|
||||
"description": "タスクを続行するための承認を求める前に、自動的にこの数のAPIリクエストを行います。",
|
||||
"unlimited": "無制限"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "タイムアウト",
|
||||
"description": "ツール操作が制限時間を超えた場合のRooの処理方法を設定",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "タイムアウト処理を有効にする",
|
||||
"description": "長時間実行される操作を自動的に終了し、代替案を提案します。"
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "ツール実行タイムアウト(ms)",
|
||||
"description": "タイムアウト処理をトリガーする前のツール操作の最大待機時間(1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "자동 도구 타임아웃: 대안을 제안하고 있습니다...",
|
||||
"greeting": "Roo Code에 오신 것을 환영합니다",
|
||||
"task": {
|
||||
"title": "작업",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "최대 요청 수",
|
||||
"description": "작업을 계속하기 위한 승인을 요청하기 전에 자동으로 이 수의 API 요청을 수행합니다.",
|
||||
"unlimited": "무제한"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "타임아웃",
|
||||
"description": "도구 작업이 시간 제한을 초과할 때 Roo가 처리하는 방법을 구성",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "타임아웃 처리 활성화",
|
||||
"description": "장시간 실행되는 작업을 자동으로 종료하고 대안을 제안합니다."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "도구 실행 타임아웃 (ms)",
|
||||
"description": "타임아웃 처리를 트리거하기 전 도구 작업의 최대 대기 시간 (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Automatische tool timeout: Alternatieven voorstellen...",
|
||||
"greeting": "Welkom bij Roo Code",
|
||||
"task": {
|
||||
"title": "Taak",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Maximale verzoeken",
|
||||
"description": "Voer automatisch dit aantal API-verzoeken uit voordat om goedkeuring wordt gevraagd om door te gaan met de taak.",
|
||||
"unlimited": "Onbeperkt"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Configureer hoe Roo omgaat met tool-operaties die hun tijdslimieten overschrijden",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Timeout-afhandeling inschakelen",
|
||||
"description": "Automatisch langlopende operaties beëindigen en alternatieven voorstellen."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Tool-uitvoering timeout (ms)",
|
||||
"description": "Maximale wachttijd voor tool-operaties voordat timeout-afhandeling wordt geactiveerd (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Automatyczny timeout narzędzia: Sugerowanie alternatyw...",
|
||||
"greeting": "Witamy w Roo Code",
|
||||
"task": {
|
||||
"title": "Zadanie",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Maksymalna liczba żądań",
|
||||
"description": "Automatycznie wykonaj tyle żądań API przed poproszeniem o zgodę na kontynuowanie zadania.",
|
||||
"unlimited": "Bez limitu"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Skonfiguruj sposób obsługi przez Roo operacji narzędzi, które przekraczają swoje limity czasowe",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Włącz obsługę timeout",
|
||||
"description": "Automatycznie kończ długotrwałe operacje i sugeruj alternatywy."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Timeout wykonania narzędzia (ms)",
|
||||
"description": "Maksymalny czas oczekiwania na operacje narzędzi przed uruchomieniem obsługi timeout (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Timeout automático da ferramenta: Sugerindo alternativas...",
|
||||
"greeting": "Bem-vindo ao Roo Code",
|
||||
"task": {
|
||||
"title": "Tarefa",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Máximo de Solicitações",
|
||||
"description": "Fazer automaticamente este número de requisições à API antes de pedir aprovação para continuar com a tarefa.",
|
||||
"unlimited": "Ilimitado"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Configure como o Roo lida com operações de ferramentas que excedem seus limites de tempo",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Ativar tratamento de timeout",
|
||||
"description": "Terminar automaticamente operações de longa duração e sugerir alternativas."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Timeout de execução da ferramenta (ms)",
|
||||
"description": "Tempo máximo de espera para operações de ferramentas antes de acionar o tratamento de timeout (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Автоматический тайм-аут инструмента: Предлагаю альтернативы...",
|
||||
"greeting": "Добро пожаловать в Roo Code",
|
||||
"task": {
|
||||
"title": "Задача",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Максимум запросов",
|
||||
"description": "Автоматически выполнять это количество API-запросов перед запросом разрешения на продолжение задачи.",
|
||||
"unlimited": "Без ограничений"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Тайм-аут",
|
||||
"description": "Настройте, как Roo обрабатывает операции инструментов, которые превышают свои временные лимиты",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Включить обработку тайм-аута",
|
||||
"description": "Автоматически завершать долго выполняющиеся операции и предлагать альтернативы."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Тайм-аут выполнения инструмента (мс)",
|
||||
"description": "Максимальное время ожидания операций инструментов перед запуском обработки тайм-аута (1000-1800000мс)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"toolTimeout": "Otomatik araç zaman aşımı: Alternatifler öneriliyor...",
|
||||
"greeting": "Roo Code'a Hoş Geldiniz",
|
||||
"task": {
|
||||
"title": "Görev",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Maksimum İstek",
|
||||
"description": "Göreve devam etmek için onay istemeden önce bu sayıda API isteği otomatik olarak yap.",
|
||||
"unlimited": "Sınırsız"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Zaman Aşımı",
|
||||
"description": "Roo'nun zaman sınırlarını aşan araç işlemlerini nasıl ele aldığını yapılandırın",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Zaman aşımı işlemeyi etkinleştir",
|
||||
"description": "Uzun süren işlemleri otomatik olarak sonlandır ve alternatifler öner."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Araç yürütme zaman aşımı (ms)",
|
||||
"description": "Zaman aşımı işlemeyi tetiklemeden önce araç işlemleri için maksimum bekleme süresi (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -316,5 +316,6 @@
|
|||
},
|
||||
"versionIndicator": {
|
||||
"ariaLabel": "Phiên bản {{version}} - Nhấp để xem ghi chú phát hành"
|
||||
}
|
||||
},
|
||||
"toolTimeout": "Tự động hết thời gian chờ công cụ: Đang đề xuất các lựa chọn thay thế..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "Số lượng yêu cầu tối đa",
|
||||
"description": "Tự động thực hiện số lượng API request này trước khi yêu cầu phê duyệt để tiếp tục với nhiệm vụ.",
|
||||
"unlimited": "Không giới hạn"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "Thời gian chờ",
|
||||
"description": "Cấu hình cách Roo xử lý các thao tác công cụ vượt quá giới hạn thời gian",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "Bật xử lý thời gian chờ",
|
||||
"description": "Tự động kết thúc các thao tác chạy lâu và đề xuất các lựa chọn thay thế."
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "Thời gian chờ thực thi công cụ (ms)",
|
||||
"description": "Thời gian chờ tối đa cho các thao tác công cụ trước khi kích hoạt xử lý thời gian chờ (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -316,5 +316,6 @@
|
|||
},
|
||||
"versionIndicator": {
|
||||
"ariaLabel": "版本 {{version}} - 点击查看发布说明"
|
||||
}
|
||||
},
|
||||
"toolTimeout": "自动工具超时:正在建议替代方案..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "最大请求数",
|
||||
"description": "在请求批准以继续执行任务之前,自动发出此数量的 API 请求。",
|
||||
"unlimited": "无限制"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "超时",
|
||||
"description": "配置 Roo 如何处理超过时间限制的工具操作",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "启用超时处理",
|
||||
"description": "自动终止长时间运行的操作并建议替代方案。"
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "工具执行超时 (ms)",
|
||||
"description": "触发超时处理前工具操作的最大等待时间 (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
|
|
@ -316,5 +316,6 @@
|
|||
},
|
||||
"versionIndicator": {
|
||||
"ariaLabel": "版本 {{version}} - 點擊查看發布說明"
|
||||
}
|
||||
},
|
||||
"toolTimeout": "自動工具逾時:正在建議替代方案..."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,6 +170,18 @@
|
|||
"title": "最大請求數",
|
||||
"description": "在請求批准以繼續執行工作之前,自動發出此數量的 API 請求。",
|
||||
"unlimited": "無限制"
|
||||
},
|
||||
"timeout": {
|
||||
"label": "逾時",
|
||||
"description": "設定 Roo 如何處理超過時間限制的工具操作",
|
||||
"timeoutFallbackEnabled": {
|
||||
"label": "啟用逾時處理",
|
||||
"description": "自動終止長時間執行的操作並建議替代方案。"
|
||||
},
|
||||
"toolExecutionTimeoutMs": {
|
||||
"label": "工具執行逾時 (ms)",
|
||||
"description": "觸發逾時處理前工具操作的最大等待時間 (1000-1800000ms)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue