mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
chore: add translations for hooks settings
Add hook-related UI strings to all 17 supported locales: - de, es, fr, ca, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW Includes translations for: - hooks section (~50 keys) - experimental.HOOKS feature toggle
This commit is contained in:
parent
fe8f6ce718
commit
cd3ef8e4bf
17 changed files with 935 additions and 0 deletions
55
webview-ui/src/i18n/locales/ca/settings.json
generated
55
webview-ui/src/i18n/locales/ca/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Context",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Comandes de barra",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Indicacions",
|
||||
"ui": "UI",
|
||||
"experimental": "Experimental",
|
||||
"language": "Idioma",
|
||||
"about": "Sobre Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Els hooks executen ordres de shell personalitzades automàticament quan Roo utilitza eines específiques. Utilitza'ls per integrar-te amb sistemes externs, aplicar fluxos de treball o automatitzar tasques repetitives.",
|
||||
"configuredHooks": "Hooks configurats",
|
||||
"lastLoadedTooltip": "Última càrrega a les {{time}}",
|
||||
"reloadTooltip": "Recarregar la configuració dels hooks des del disc",
|
||||
"reload": "Recarregar",
|
||||
"openProjectFolderTooltip": "Obrir la carpeta de configuració de hooks del projecte",
|
||||
"openGlobalFolderTooltip": "Obrir la carpeta de configuració de hooks global",
|
||||
"openProjectFolder": "Obrir carpeta del projecte",
|
||||
"openGlobalFolder": "Obrir carpeta global",
|
||||
"createNewHook": "Crear nou hook",
|
||||
"deleteHook": "Eliminar hook",
|
||||
"openHookFile": "Obrir fitxer de hook",
|
||||
"projectHooksWarningTitle": "Hooks de projecte detectats",
|
||||
"projectHooksWarningMessage": "Aquest projecte inclou configuracions de hooks que executaran ordres de shell. Només activa hooks de fonts en les quals confiïs.",
|
||||
"reloadNote": "Els canvis en els fitxers de configuració de hooks requereixen fer clic a Recarregar per tenir efecte.",
|
||||
"openHookFileTooltip": "Obrir fitxer de hook a l'editor",
|
||||
"openHookFileUnavailableTooltip": "Ubicació del fitxer de hook no disponible",
|
||||
"matcherNote": "Els matchers s'avaluen contra els IDs interns d'eines de Roo Code (p. ex. write_to_file, edit_file, apply_diff, apply_patch), no contra etiquetes de UI com Escriure/Editar.",
|
||||
"matcherExamplesLabel": "Exemples:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "No hi ha hooks configurats",
|
||||
"noHooksHint": "Crea fitxers de configuració de hooks per automatitzar accions en esdeveniments d'execució d'eines.",
|
||||
"enableHooks": "Activar hooks",
|
||||
"enableHooksDescription": "Activar o desactivar tots els hooks alhora",
|
||||
"enabled": "Activat",
|
||||
"event": "Esdeveniment",
|
||||
"matcher": "Matcher",
|
||||
"command": "Ordre",
|
||||
"shell": "Shell",
|
||||
"timeout": "Temps d'espera",
|
||||
"logs": "Registres",
|
||||
"noLogsForHook": "Encara no hi ha registres d'execució per aquest hook",
|
||||
"activityLog": "Activitat de hooks",
|
||||
"status": {
|
||||
"running": "Executant",
|
||||
"completed": "Completat",
|
||||
"failed": "Fallat",
|
||||
"blocked": "Bloquejat",
|
||||
"timeout": "Temps esgotat"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configuració",
|
||||
"command": "Ordre",
|
||||
"logs": "Registres"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Has trobat un error?",
|
||||
|
|
@ -843,6 +894,10 @@
|
|||
"refreshSuccess": "Eines actualitzades correctament",
|
||||
"refreshError": "Error en actualitzar les eines",
|
||||
"toolParameters": "Paràmetres"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Habilitar Hooks",
|
||||
"description": "Utilitza ordres de shell personalitzades per automatitzar accions abans o després de l'execució d'eines. (Cal reiniciar després de desar la configuració)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/de/settings.json
generated
55
webview-ui/src/i18n/locales/de/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Kontext",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Slash-Befehle",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Eingabeaufforderungen",
|
||||
"ui": "UI",
|
||||
"experimental": "Experimentell",
|
||||
"language": "Sprache",
|
||||
"about": "Über Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks führen benutzerdefinierte Shell-Befehle automatisch aus, wenn Roo bestimmte Werkzeuge verwendet. Nutze sie zur Integration mit externen Systemen, zur Durchsetzung von Arbeitsabläufen oder zur Automatisierung wiederkehrender Aufgaben.",
|
||||
"configuredHooks": "Konfigurierte Hooks",
|
||||
"lastLoadedTooltip": "Zuletzt geladen um {{time}}",
|
||||
"reloadTooltip": "Hook-Konfiguration von der Festplatte neu laden",
|
||||
"reload": "Neu laden",
|
||||
"openProjectFolderTooltip": "Projekt-Hook-Konfigurationsordner öffnen",
|
||||
"openGlobalFolderTooltip": "Globalen Hook-Konfigurationsordner öffnen",
|
||||
"openProjectFolder": "Projektordner öffnen",
|
||||
"openGlobalFolder": "Globalen Ordner öffnen",
|
||||
"createNewHook": "Neuen Hook erstellen",
|
||||
"deleteHook": "Hook löschen",
|
||||
"openHookFile": "Hook-Datei öffnen",
|
||||
"projectHooksWarningTitle": "Projekt-Hooks erkannt",
|
||||
"projectHooksWarningMessage": "Dieses Projekt enthält Hook-Konfigurationen, die Shell-Befehle ausführen. Aktiviere Hooks nur aus vertrauenswürdigen Quellen.",
|
||||
"reloadNote": "Änderungen an Hook-Konfigurationsdateien erfordern das Klicken auf Neu laden, um wirksam zu werden.",
|
||||
"openHookFileTooltip": "Hook-Datei im Editor öffnen",
|
||||
"openHookFileUnavailableTooltip": "Hook-Dateispeicherort nicht verfügbar",
|
||||
"matcherNote": "Matcher werden gegen die internen Tool-IDs von Roo Code ausgewertet (z.B. write_to_file, edit_file, apply_diff, apply_patch), nicht gegen UI-Bezeichnungen wie Schreiben/Bearbeiten.",
|
||||
"matcherExamplesLabel": "Beispiele:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Keine Hooks konfiguriert",
|
||||
"noHooksHint": "Erstelle Hook-Konfigurationsdateien, um Aktionen bei Werkzeugausführungsereignissen zu automatisieren.",
|
||||
"enableHooks": "Hooks aktivieren",
|
||||
"enableHooksDescription": "Alle Hooks gleichzeitig ein- oder ausschalten",
|
||||
"enabled": "Aktiviert",
|
||||
"event": "Ereignis",
|
||||
"matcher": "Matcher",
|
||||
"command": "Befehl",
|
||||
"shell": "Shell",
|
||||
"timeout": "Timeout",
|
||||
"logs": "Protokolle",
|
||||
"noLogsForHook": "Noch keine Ausführungsprotokolle für diesen Hook",
|
||||
"activityLog": "Hook-Aktivität",
|
||||
"status": {
|
||||
"running": "Läuft",
|
||||
"completed": "Abgeschlossen",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"blocked": "Blockiert",
|
||||
"timeout": "Zeitüberschreitung"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Konfiguration",
|
||||
"command": "Befehl",
|
||||
"logs": "Protokolle"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Fehler gefunden?",
|
||||
|
|
@ -843,6 +894,10 @@
|
|||
"refreshSuccess": "Tools erfolgreich aktualisiert",
|
||||
"refreshError": "Fehler beim Aktualisieren der Tools",
|
||||
"toolParameters": "Parameter"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hooks aktivieren",
|
||||
"description": "Verwende benutzerdefinierte Shell-Befehle, um Aktionen vor oder nach der Tool-Ausführung zu automatisieren. (Neustart erforderlich nach dem Speichern der Einstellungen)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/es/settings.json
generated
55
webview-ui/src/i18n/locales/es/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Contexto",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Comandos de Barra",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Indicaciones",
|
||||
"ui": "UI",
|
||||
"experimental": "Experimental",
|
||||
"language": "Idioma",
|
||||
"about": "Acerca de Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Los hooks ejecutan comandos de shell personalizados automáticamente cuando Roo usa herramientas específicas. Úsalos para integrarte con sistemas externos, aplicar flujos de trabajo o automatizar tareas repetitivas.",
|
||||
"configuredHooks": "Hooks configurados",
|
||||
"lastLoadedTooltip": "Última carga a las {{time}}",
|
||||
"reloadTooltip": "Recargar configuración de hooks desde el disco",
|
||||
"reload": "Recargar",
|
||||
"openProjectFolderTooltip": "Abrir carpeta de configuración de hooks del proyecto",
|
||||
"openGlobalFolderTooltip": "Abrir carpeta de configuración de hooks global",
|
||||
"openProjectFolder": "Abrir carpeta del proyecto",
|
||||
"openGlobalFolder": "Abrir carpeta global",
|
||||
"createNewHook": "Crear nuevo hook",
|
||||
"deleteHook": "Eliminar hook",
|
||||
"openHookFile": "Abrir archivo de hook",
|
||||
"projectHooksWarningTitle": "Hooks de proyecto detectados",
|
||||
"projectHooksWarningMessage": "Este proyecto incluye configuraciones de hooks que ejecutarán comandos de shell. Solo habilita hooks de fuentes en las que confíes.",
|
||||
"reloadNote": "Los cambios en los archivos de configuración de hooks requieren hacer clic en Recargar para que surtan efecto.",
|
||||
"openHookFileTooltip": "Abrir archivo de hook en el editor",
|
||||
"openHookFileUnavailableTooltip": "Ubicación del archivo de hook no disponible",
|
||||
"matcherNote": "Los matchers se evalúan contra los IDs internos de herramientas de Roo Code (p. ej. write_to_file, edit_file, apply_diff, apply_patch), no contra etiquetas de UI como Escribir/Editar.",
|
||||
"matcherExamplesLabel": "Ejemplos:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "No hay hooks configurados",
|
||||
"noHooksHint": "Crea archivos de configuración de hooks para automatizar acciones en eventos de ejecución de herramientas.",
|
||||
"enableHooks": "Habilitar hooks",
|
||||
"enableHooksDescription": "Activar o desactivar todos los hooks a la vez",
|
||||
"enabled": "Habilitado",
|
||||
"event": "Evento",
|
||||
"matcher": "Matcher",
|
||||
"command": "Comando",
|
||||
"shell": "Shell",
|
||||
"timeout": "Tiempo límite",
|
||||
"logs": "Registros",
|
||||
"noLogsForHook": "Aún no hay registros de ejecución para este hook",
|
||||
"activityLog": "Actividad de hooks",
|
||||
"status": {
|
||||
"running": "Ejecutando",
|
||||
"completed": "Completado",
|
||||
"failed": "Fallido",
|
||||
"blocked": "Bloqueado",
|
||||
"timeout": "Tiempo agotado"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configuración",
|
||||
"command": "Comando",
|
||||
"logs": "Registros"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "¿Encontraste un error?",
|
||||
|
|
@ -843,6 +894,10 @@
|
|||
"refreshSuccess": "Herramientas actualizadas correctamente",
|
||||
"refreshError": "Error al actualizar las herramientas",
|
||||
"toolParameters": "Parámetros"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Habilitar Hooks",
|
||||
"description": "Usa comandos de shell personalizados para automatizar acciones antes o después de la ejecución de herramientas. (Se requiere reinicio después de guardar la configuración)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/fr/settings.json
generated
55
webview-ui/src/i18n/locales/fr/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Contexte",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Commandes Slash",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Invites",
|
||||
"ui": "UI",
|
||||
"experimental": "Expérimental",
|
||||
"language": "Langue",
|
||||
"about": "À propos de Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Les hooks exécutent automatiquement des commandes shell personnalisées lorsque Roo utilise des outils spécifiques. Utilise-les pour t'intégrer à des systèmes externes, appliquer des workflows ou automatiser des tâches répétitives.",
|
||||
"configuredHooks": "Hooks configurés",
|
||||
"lastLoadedTooltip": "Dernière charge à {{time}}",
|
||||
"reloadTooltip": "Recharger la configuration des hooks depuis le disque",
|
||||
"reload": "Recharger",
|
||||
"openProjectFolderTooltip": "Ouvrir le dossier de configuration des hooks du projet",
|
||||
"openGlobalFolderTooltip": "Ouvrir le dossier de configuration des hooks global",
|
||||
"openProjectFolder": "Ouvrir le dossier du projet",
|
||||
"openGlobalFolder": "Ouvrir le dossier global",
|
||||
"createNewHook": "Créer un nouveau hook",
|
||||
"deleteHook": "Supprimer le hook",
|
||||
"openHookFile": "Ouvrir le fichier de hook",
|
||||
"projectHooksWarningTitle": "Hooks de projet détectés",
|
||||
"projectHooksWarningMessage": "Ce projet inclut des configurations de hooks qui exécuteront des commandes shell. N'active les hooks que depuis des sources de confiance.",
|
||||
"reloadNote": "Les modifications des fichiers de configuration des hooks nécessitent de cliquer sur Recharger pour prendre effet.",
|
||||
"openHookFileTooltip": "Ouvrir le fichier de hook dans l'éditeur",
|
||||
"openHookFileUnavailableTooltip": "Emplacement du fichier de hook non disponible",
|
||||
"matcherNote": "Les matchers sont évalués par rapport aux IDs d'outils internes de Roo Code (ex. write_to_file, edit_file, apply_diff, apply_patch), pas par rapport aux libellés de l'UI comme Écrire/Éditer.",
|
||||
"matcherExamplesLabel": "Exemples :",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Aucun hook configuré",
|
||||
"noHooksHint": "Crée des fichiers de configuration de hooks pour automatiser des actions lors des événements d'exécution d'outils.",
|
||||
"enableHooks": "Activer les hooks",
|
||||
"enableHooksDescription": "Activer ou désactiver tous les hooks d'un coup",
|
||||
"enabled": "Activé",
|
||||
"event": "Événement",
|
||||
"matcher": "Matcher",
|
||||
"command": "Commande",
|
||||
"shell": "Shell",
|
||||
"timeout": "Délai d'expiration",
|
||||
"logs": "Journaux",
|
||||
"noLogsForHook": "Pas encore de journaux d'exécution pour ce hook",
|
||||
"activityLog": "Activité des hooks",
|
||||
"status": {
|
||||
"running": "En cours",
|
||||
"completed": "Terminé",
|
||||
"failed": "Échoué",
|
||||
"blocked": "Bloqué",
|
||||
"timeout": "Délai dépassé"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configuration",
|
||||
"command": "Commande",
|
||||
"logs": "Journaux"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Vous avez trouvé un bug ?",
|
||||
|
|
@ -843,6 +894,10 @@
|
|||
"refreshSuccess": "Outils actualisés avec succès",
|
||||
"refreshError": "Échec de l'actualisation des outils",
|
||||
"toolParameters": "Paramètres"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Activer les Hooks",
|
||||
"description": "Utilise des commandes shell personnalisées pour automatiser des actions avant ou après l'exécution des outils. (Redémarrage requis après l'enregistrement des paramètres)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/hi/settings.json
generated
55
webview-ui/src/i18n/locales/hi/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "संदर्भ",
|
||||
"terminal": "टर्मिनल",
|
||||
"slashCommands": "स्लैश कमांड",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "प्रॉम्प्ट्स",
|
||||
"ui": "UI",
|
||||
"experimental": "प्रायोगिक",
|
||||
"language": "भाषा",
|
||||
"about": "परिचय"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "जब Roo विशिष्ट टूल्स का उपयोग करता है तो Hooks स्वचालित रूप से कस्टम शेल कमांड चलाते हैं। इन्हें बाहरी सिस्टम के साथ एकीकरण, वर्कफ़्लो लागू करने, या दोहराव वाले कार्यों को स्वचालित करने के लिए उपयोग करें।",
|
||||
"configuredHooks": "कॉन्फ़िगर किए गए Hooks",
|
||||
"lastLoadedTooltip": "आखिरी बार {{time}} पर लोड किया गया",
|
||||
"reloadTooltip": "डिस्क से hooks कॉन्फ़िगरेशन पुनः लोड करें",
|
||||
"reload": "पुनः लोड करें",
|
||||
"openProjectFolderTooltip": "प्रोजेक्ट hooks कॉन्फ़िगरेशन फ़ोल्डर खोलें",
|
||||
"openGlobalFolderTooltip": "ग्लोबल hooks कॉन्फ़िगरेशन फ़ोल्डर खोलें",
|
||||
"openProjectFolder": "प्रोजेक्ट फ़ोल्डर खोलें",
|
||||
"openGlobalFolder": "ग्लोबल फ़ोल्डर खोलें",
|
||||
"createNewHook": "नया Hook बनाएं",
|
||||
"deleteHook": "Hook हटाएं",
|
||||
"openHookFile": "Hook फ़ाइल खोलें",
|
||||
"projectHooksWarningTitle": "प्रोजेक्ट-स्तर hooks पाए गए",
|
||||
"projectHooksWarningMessage": "इस प्रोजेक्ट में hook कॉन्फ़िगरेशन शामिल हैं जो शेल कमांड चलाएंगे। केवल विश्वसनीय स्रोतों से hooks सक्षम करें।",
|
||||
"reloadNote": "Hook कॉन्फ़िगरेशन फ़ाइलों में बदलावों को प्रभावी करने के लिए पुनः लोड करें पर क्लिक करना आवश्यक है।",
|
||||
"openHookFileTooltip": "एडिटर में hook फ़ाइल खोलें",
|
||||
"openHookFileUnavailableTooltip": "Hook फ़ाइल स्थान उपलब्ध नहीं है",
|
||||
"matcherNote": "Matchers का मूल्यांकन Roo Code के आंतरिक टूल IDs (जैसे write_to_file, edit_file, apply_diff, apply_patch) के विरुद्ध किया जाता है, न कि UI लेबल जैसे Write/Edit के विरुद्ध।",
|
||||
"matcherExamplesLabel": "उदाहरण:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "कोई hooks कॉन्फ़िगर नहीं किए गए",
|
||||
"noHooksHint": "टूल निष्पादन इवेंट्स पर क्रियाओं को स्वचालित करने के लिए hook कॉन्फ़िगरेशन फ़ाइलें बनाएं।",
|
||||
"enableHooks": "Hooks सक्षम करें",
|
||||
"enableHooksDescription": "सभी hooks को एक साथ चालू या बंद करें",
|
||||
"enabled": "सक्षम",
|
||||
"event": "इवेंट",
|
||||
"matcher": "Matcher",
|
||||
"command": "कमांड",
|
||||
"shell": "Shell",
|
||||
"timeout": "समय सीमा",
|
||||
"logs": "लॉग्स",
|
||||
"noLogsForHook": "इस hook के लिए अभी तक कोई निष्पादन लॉग नहीं है",
|
||||
"activityLog": "Hook गतिविधि",
|
||||
"status": {
|
||||
"running": "चल रहा है",
|
||||
"completed": "पूर्ण",
|
||||
"failed": "विफल",
|
||||
"blocked": "अवरुद्ध",
|
||||
"timeout": "समय समाप्त"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "कॉन्फ़िग",
|
||||
"command": "कमांड",
|
||||
"logs": "लॉग्स"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "बग मिला?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "टूल्स सफलतापूर्वक रिफ्रेश हुए",
|
||||
"refreshError": "टूल्स रिफ्रेश करने में विफल",
|
||||
"toolParameters": "पैरामीटर्स"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hooks सक्षम करें",
|
||||
"description": "टूल निष्पादन से पहले या बाद में क्रियाओं को स्वचालित करने के लिए कस्टम शेल कमांड का उपयोग करें। (सेटिंग्स सहेजने के बाद पुनरारंभ आवश्यक)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/id/settings.json
generated
55
webview-ui/src/i18n/locales/id/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Konteks",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Perintah Slash",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Prompt",
|
||||
"ui": "UI",
|
||||
"experimental": "Eksperimental",
|
||||
"language": "Bahasa",
|
||||
"about": "Tentang Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks menjalankan perintah shell kustom secara otomatis ketika Roo menggunakan alat tertentu. Gunakan untuk integrasi dengan sistem eksternal, menerapkan alur kerja, atau mengotomatisasi tugas berulang.",
|
||||
"configuredHooks": "Hooks yang Dikonfigurasi",
|
||||
"lastLoadedTooltip": "Terakhir dimuat pada {{time}}",
|
||||
"reloadTooltip": "Muat ulang konfigurasi hooks dari disk",
|
||||
"reload": "Muat Ulang",
|
||||
"openProjectFolderTooltip": "Buka folder konfigurasi hooks proyek",
|
||||
"openGlobalFolderTooltip": "Buka folder konfigurasi hooks global",
|
||||
"openProjectFolder": "Buka Folder Proyek",
|
||||
"openGlobalFolder": "Buka Folder Global",
|
||||
"createNewHook": "Buat Hook Baru",
|
||||
"deleteHook": "Hapus hook",
|
||||
"openHookFile": "Buka file hook",
|
||||
"projectHooksWarningTitle": "Hooks tingkat proyek terdeteksi",
|
||||
"projectHooksWarningMessage": "Proyek ini menyertakan konfigurasi hook yang akan menjalankan perintah shell. Hanya aktifkan hooks dari sumber yang Anda percaya.",
|
||||
"reloadNote": "Perubahan pada file konfigurasi hook memerlukan klik Muat Ulang untuk diterapkan.",
|
||||
"openHookFileTooltip": "Buka file hook di editor",
|
||||
"openHookFileUnavailableTooltip": "Lokasi file hook tidak tersedia",
|
||||
"matcherNote": "Matchers dievaluasi terhadap ID alat internal Roo Code (mis. write_to_file, edit_file, apply_diff, apply_patch), bukan label UI seperti Write/Edit.",
|
||||
"matcherExamplesLabel": "Contoh:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Tidak ada hooks yang dikonfigurasi",
|
||||
"noHooksHint": "Buat file konfigurasi hook untuk mengotomatisasi tindakan pada event eksekusi alat.",
|
||||
"enableHooks": "Aktifkan Hooks",
|
||||
"enableHooksDescription": "Aktifkan atau nonaktifkan semua hooks sekaligus",
|
||||
"enabled": "Diaktifkan",
|
||||
"event": "Event",
|
||||
"matcher": "Matcher",
|
||||
"command": "Perintah",
|
||||
"shell": "Shell",
|
||||
"timeout": "Batas Waktu",
|
||||
"logs": "Log",
|
||||
"noLogsForHook": "Belum ada log eksekusi untuk hook ini",
|
||||
"activityLog": "Aktivitas Hook",
|
||||
"status": {
|
||||
"running": "Berjalan",
|
||||
"completed": "Selesai",
|
||||
"failed": "Gagal",
|
||||
"blocked": "Diblokir",
|
||||
"timeout": "Waktu Habis"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Konfigurasi",
|
||||
"command": "Perintah",
|
||||
"logs": "Log"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Menemukan bug?",
|
||||
|
|
@ -873,6 +924,10 @@
|
|||
"refreshSuccess": "Tool berhasil direfresh",
|
||||
"refreshError": "Gagal merefresh tool",
|
||||
"toolParameters": "Parameter"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Aktifkan Hooks",
|
||||
"description": "Gunakan perintah shell kustom untuk mengotomatiskan tindakan sebelum atau setelah eksekusi alat. (Perlu restart setelah menyimpan pengaturan)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/it/settings.json
generated
55
webview-ui/src/i18n/locales/it/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Contesto",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Comandi Slash",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Prompt",
|
||||
"ui": "UI",
|
||||
"experimental": "Sperimentale",
|
||||
"language": "Lingua",
|
||||
"about": "Informazioni su Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Gli hooks eseguono automaticamente comandi shell personalizzati quando Roo utilizza strumenti specifici. Usali per integrarti con sistemi esterni, applicare workflow o automatizzare attività ripetitive.",
|
||||
"configuredHooks": "Hooks configurati",
|
||||
"lastLoadedTooltip": "Ultimo caricamento alle {{time}}",
|
||||
"reloadTooltip": "Ricarica la configurazione degli hooks dal disco",
|
||||
"reload": "Ricarica",
|
||||
"openProjectFolderTooltip": "Apri la cartella di configurazione degli hooks del progetto",
|
||||
"openGlobalFolderTooltip": "Apri la cartella di configurazione degli hooks globale",
|
||||
"openProjectFolder": "Apri cartella progetto",
|
||||
"openGlobalFolder": "Apri cartella globale",
|
||||
"createNewHook": "Crea nuovo hook",
|
||||
"deleteHook": "Elimina hook",
|
||||
"openHookFile": "Apri file hook",
|
||||
"projectHooksWarningTitle": "Rilevati hooks a livello di progetto",
|
||||
"projectHooksWarningMessage": "Questo progetto include configurazioni di hooks che eseguiranno comandi shell. Abilita gli hooks solo da fonti affidabili.",
|
||||
"reloadNote": "Le modifiche ai file di configurazione degli hooks richiedono di cliccare Ricarica per avere effetto.",
|
||||
"openHookFileTooltip": "Apri file hook nell'editor",
|
||||
"openHookFileUnavailableTooltip": "Posizione del file hook non disponibile",
|
||||
"matcherNote": "I matcher vengono valutati rispetto agli ID degli strumenti interni di Roo Code (es. write_to_file, edit_file, apply_diff, apply_patch), non rispetto alle etichette UI come Scrivi/Modifica.",
|
||||
"matcherExamplesLabel": "Esempi:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Nessun hook configurato",
|
||||
"noHooksHint": "Crea file di configurazione degli hooks per automatizzare azioni sugli eventi di esecuzione degli strumenti.",
|
||||
"enableHooks": "Abilita hooks",
|
||||
"enableHooksDescription": "Attiva o disattiva tutti gli hooks contemporaneamente",
|
||||
"enabled": "Abilitato",
|
||||
"event": "Evento",
|
||||
"matcher": "Matcher",
|
||||
"command": "Comando",
|
||||
"shell": "Shell",
|
||||
"timeout": "Timeout",
|
||||
"logs": "Log",
|
||||
"noLogsForHook": "Ancora nessun log di esecuzione per questo hook",
|
||||
"activityLog": "Attività hook",
|
||||
"status": {
|
||||
"running": "In esecuzione",
|
||||
"completed": "Completato",
|
||||
"failed": "Fallito",
|
||||
"blocked": "Bloccato",
|
||||
"timeout": "Timeout"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configurazione",
|
||||
"command": "Comando",
|
||||
"logs": "Log"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Hai trovato un bug?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Strumenti aggiornati con successo",
|
||||
"refreshError": "Impossibile aggiornare gli strumenti",
|
||||
"toolParameters": "Parametri"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Abilita Hooks",
|
||||
"description": "Usa comandi shell personalizzati per automatizzare azioni prima o dopo l'esecuzione degli strumenti. (Richiede riavvio dopo aver salvato le impostazioni)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/ja/settings.json
generated
55
webview-ui/src/i18n/locales/ja/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "コンテキスト",
|
||||
"terminal": "ターミナル",
|
||||
"slashCommands": "スラッシュコマンド",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "プロンプト",
|
||||
"ui": "UI",
|
||||
"experimental": "実験的",
|
||||
"language": "言語",
|
||||
"about": "Roo Codeについて"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooksは、Rooが特定のツールを使用するときにカスタムシェルコマンドを自動的に実行します。外部システムとの統合、ワークフローの適用、反復タスクの自動化に使用します。",
|
||||
"configuredHooks": "設定済みHooks",
|
||||
"lastLoadedTooltip": "最終読み込み: {{time}}",
|
||||
"reloadTooltip": "ディスクからHooks設定を再読み込み",
|
||||
"reload": "再読み込み",
|
||||
"openProjectFolderTooltip": "プロジェクトのHooks設定フォルダを開く",
|
||||
"openGlobalFolderTooltip": "グローバルHooks設定フォルダを開く",
|
||||
"openProjectFolder": "プロジェクトフォルダを開く",
|
||||
"openGlobalFolder": "グローバルフォルダを開く",
|
||||
"createNewHook": "新しいHookを作成",
|
||||
"deleteHook": "Hookを削除",
|
||||
"openHookFile": "Hookファイルを開く",
|
||||
"projectHooksWarningTitle": "プロジェクトレベルのHooksが検出されました",
|
||||
"projectHooksWarningMessage": "このプロジェクトにはシェルコマンドを実行するHooks設定が含まれています。信頼できるソースからのHooksのみを有効にしてください。",
|
||||
"reloadNote": "Hooks設定ファイルの変更を反映するには、再読み込みをクリックする必要があります。",
|
||||
"openHookFileTooltip": "エディターでHookファイルを開く",
|
||||
"openHookFileUnavailableTooltip": "Hookファイルの場所が利用できません",
|
||||
"matcherNote": "MatcherはRoo Codeの内部ツールID(例: write_to_file、edit_file、apply_diff、apply_patch)に対して評価されます。Write/Editなどの表示ラベルに対してではありません。",
|
||||
"matcherExamplesLabel": "例:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Hooksが設定されていません",
|
||||
"noHooksHint": "Hooks設定ファイルを作成して、ツール実行イベントでアクションを自動化します。",
|
||||
"enableHooks": "Hooksを有効化",
|
||||
"enableHooksDescription": "すべてのHooksを一度に有効化または無効化",
|
||||
"enabled": "有効",
|
||||
"event": "イベント",
|
||||
"matcher": "Matcher",
|
||||
"command": "コマンド",
|
||||
"shell": "シェル",
|
||||
"timeout": "タイムアウト",
|
||||
"logs": "ログ",
|
||||
"noLogsForHook": "このHookの実行ログはまだありません",
|
||||
"activityLog": "Hookアクティビティ",
|
||||
"status": {
|
||||
"running": "実行中",
|
||||
"completed": "完了",
|
||||
"failed": "失敗",
|
||||
"blocked": "ブロック",
|
||||
"timeout": "タイムアウト"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "設定",
|
||||
"command": "コマンド",
|
||||
"logs": "ログ"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "バグを見つけましたか?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "ツールが正常に更新されました",
|
||||
"refreshError": "ツールの更新に失敗しました",
|
||||
"toolParameters": "パラメーター"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hooks を有効化",
|
||||
"description": "カスタムシェルコマンドを使用して、ツール実行の前後にアクションを自動化します。(設定保存後に再起動が必要です)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/ko/settings.json
generated
55
webview-ui/src/i18n/locales/ko/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "컨텍스트",
|
||||
"terminal": "터미널",
|
||||
"slashCommands": "슬래시 명령",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "프롬프트",
|
||||
"ui": "UI",
|
||||
"experimental": "실험적",
|
||||
"language": "언어",
|
||||
"about": "Roo Code 정보"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks는 Roo가 특정 도구를 사용할 때 사용자 정의 셸 명령을 자동으로 실행합니다. 외부 시스템과 통합하거나, 워크플로우를 적용하거나, 반복적인 작업을 자동화하는 데 사용하세요.",
|
||||
"configuredHooks": "구성된 Hooks",
|
||||
"lastLoadedTooltip": "마지막 로드: {{time}}",
|
||||
"reloadTooltip": "디스크에서 Hooks 구성 다시 로드",
|
||||
"reload": "다시 로드",
|
||||
"openProjectFolderTooltip": "프로젝트 Hooks 구성 폴더 열기",
|
||||
"openGlobalFolderTooltip": "전역 Hooks 구성 폴더 열기",
|
||||
"openProjectFolder": "프로젝트 폴더 열기",
|
||||
"openGlobalFolder": "전역 폴더 열기",
|
||||
"createNewHook": "새 Hook 만들기",
|
||||
"deleteHook": "Hook 삭제",
|
||||
"openHookFile": "Hook 파일 열기",
|
||||
"projectHooksWarningTitle": "프로젝트 수준 Hooks 감지됨",
|
||||
"projectHooksWarningMessage": "이 프로젝트에는 셸 명령을 실행하는 Hooks 구성이 포함되어 있습니다. 신뢰할 수 있는 소스의 Hooks만 활성화하세요.",
|
||||
"reloadNote": "Hooks 구성 파일 변경 사항을 적용하려면 다시 로드를 클릭해야 합니다.",
|
||||
"openHookFileTooltip": "편집기에서 Hook 파일 열기",
|
||||
"openHookFileUnavailableTooltip": "Hook 파일 위치를 사용할 수 없음",
|
||||
"matcherNote": "Matcher는 Roo Code의 내부 도구 ID(예: write_to_file, edit_file, apply_diff, apply_patch)에 대해 평가됩니다. Write/Edit과 같은 표시 레이블이 아닙니다.",
|
||||
"matcherExamplesLabel": "예시:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "구성된 Hooks 없음",
|
||||
"noHooksHint": "Hooks 구성 파일을 만들어 도구 실행 이벤트에서 작업을 자동화하세요.",
|
||||
"enableHooks": "Hooks 활성화",
|
||||
"enableHooksDescription": "모든 Hooks를 한 번에 활성화 또는 비활성화",
|
||||
"enabled": "활성화됨",
|
||||
"event": "이벤트",
|
||||
"matcher": "Matcher",
|
||||
"command": "명령",
|
||||
"shell": "셸",
|
||||
"timeout": "시간 초과",
|
||||
"logs": "로그",
|
||||
"noLogsForHook": "이 Hook의 실행 로그가 아직 없습니다",
|
||||
"activityLog": "Hook 활동",
|
||||
"status": {
|
||||
"running": "실행 중",
|
||||
"completed": "완료됨",
|
||||
"failed": "실패",
|
||||
"blocked": "차단됨",
|
||||
"timeout": "시간 초과"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "구성",
|
||||
"command": "명령",
|
||||
"logs": "로그"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "버그를 발견하셨나요?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "도구가 성공적으로 새로고침되었습니다",
|
||||
"refreshError": "도구 새로고침에 실패했습니다",
|
||||
"toolParameters": "매개변수"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hooks 활성화",
|
||||
"description": "사용자 정의 셸 명령을 사용하여 도구 실행 전후에 작업을 자동화합니다. (설정 저장 후 재시작 필요)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/nl/settings.json
generated
55
webview-ui/src/i18n/locales/nl/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Context",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Slash-opdrachten",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Prompts",
|
||||
"ui": "UI",
|
||||
"experimental": "Experimenteel",
|
||||
"language": "Taal",
|
||||
"about": "Over Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks voeren automatisch aangepaste shell-opdrachten uit wanneer Roo specifieke tools gebruikt. Gebruik ze om te integreren met externe systemen, workflows af te dwingen of repetitieve taken te automatiseren.",
|
||||
"configuredHooks": "Geconfigureerde hooks",
|
||||
"lastLoadedTooltip": "Laatst geladen om {{time}}",
|
||||
"reloadTooltip": "Hooks-configuratie opnieuw laden van schijf",
|
||||
"reload": "Herladen",
|
||||
"openProjectFolderTooltip": "Project hooks configuratiemap openen",
|
||||
"openGlobalFolderTooltip": "Globale hooks configuratiemap openen",
|
||||
"openProjectFolder": "Projectmap openen",
|
||||
"openGlobalFolder": "Globale map openen",
|
||||
"createNewHook": "Nieuwe hook maken",
|
||||
"deleteHook": "Hook verwijderen",
|
||||
"openHookFile": "Hook-bestand openen",
|
||||
"projectHooksWarningTitle": "Project-level hooks gedetecteerd",
|
||||
"projectHooksWarningMessage": "Dit project bevat hooks-configuraties die shell-opdrachten uitvoeren. Schakel alleen hooks in van vertrouwde bronnen.",
|
||||
"reloadNote": "Wijzigingen in hooks-configuratiebestanden vereisen het klikken op Herladen om van kracht te worden.",
|
||||
"openHookFileTooltip": "Hook-bestand openen in editor",
|
||||
"openHookFileUnavailableTooltip": "Hook-bestandslocatie niet beschikbaar",
|
||||
"matcherNote": "Matchers worden geëvalueerd tegen Roo Code's interne tool-ID's (bijv. write_to_file, edit_file, apply_diff, apply_patch), niet tegen weergavelabels zoals Write/Edit.",
|
||||
"matcherExamplesLabel": "Voorbeelden:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Geen hooks geconfigureerd",
|
||||
"noHooksHint": "Maak hooks-configuratiebestanden aan om acties te automatiseren bij tool-uitvoeringsgebeurtenissen.",
|
||||
"enableHooks": "Hooks inschakelen",
|
||||
"enableHooksDescription": "Schakel alle hooks tegelijk in of uit",
|
||||
"enabled": "Ingeschakeld",
|
||||
"event": "Gebeurtenis",
|
||||
"matcher": "Matcher",
|
||||
"command": "Opdracht",
|
||||
"shell": "Shell",
|
||||
"timeout": "Time-out",
|
||||
"logs": "Logs",
|
||||
"noLogsForHook": "Nog geen uitvoerlogs voor deze hook",
|
||||
"activityLog": "Hook-activiteit",
|
||||
"status": {
|
||||
"running": "Wordt uitgevoerd",
|
||||
"completed": "Voltooid",
|
||||
"failed": "Mislukt",
|
||||
"blocked": "Geblokkeerd",
|
||||
"timeout": "Time-out"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configuratie",
|
||||
"command": "Opdracht",
|
||||
"logs": "Logs"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Bug gevonden?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Tools succesvol vernieuwd",
|
||||
"refreshError": "Fout bij vernieuwen van tools",
|
||||
"toolParameters": "Parameters"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hooks inschakelen",
|
||||
"description": "Gebruik aangepaste shell-opdrachten om acties vóór of na tool-uitvoering te automatiseren. (Herstart vereist na opslaan van instellingen)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/pl/settings.json
generated
55
webview-ui/src/i18n/locales/pl/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Kontekst",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Polecenia Slash",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Podpowiedzi",
|
||||
"ui": "UI",
|
||||
"experimental": "Eksperymentalne",
|
||||
"language": "Język",
|
||||
"about": "O Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks automatycznie wykonują niestandardowe polecenia powłoki, gdy Roo używa określonych narzędzi. Używaj ich do integracji z systemami zewnętrznymi, wymuszania przepływów pracy lub automatyzacji powtarzalnych zadań.",
|
||||
"configuredHooks": "Skonfigurowane hooki",
|
||||
"lastLoadedTooltip": "Ostatnio załadowano o {{time}}",
|
||||
"reloadTooltip": "Przeładuj konfigurację hooków z dysku",
|
||||
"reload": "Przeładuj",
|
||||
"openProjectFolderTooltip": "Otwórz folder konfiguracji hooków projektu",
|
||||
"openGlobalFolderTooltip": "Otwórz folder globalnej konfiguracji hooków",
|
||||
"openProjectFolder": "Otwórz folder projektu",
|
||||
"openGlobalFolder": "Otwórz folder globalny",
|
||||
"createNewHook": "Utwórz nowy hook",
|
||||
"deleteHook": "Usuń hook",
|
||||
"openHookFile": "Otwórz plik hooka",
|
||||
"projectHooksWarningTitle": "Wykryto hooki na poziomie projektu",
|
||||
"projectHooksWarningMessage": "Ten projekt zawiera konfiguracje hooków, które będą wykonywać polecenia powłoki. Włączaj tylko hooki z zaufanych źródeł.",
|
||||
"reloadNote": "Zmiany w plikach konfiguracji hooków wymagają kliknięcia Przeładuj, aby weszły w życie.",
|
||||
"openHookFileTooltip": "Otwórz plik hooka w edytorze",
|
||||
"openHookFileUnavailableTooltip": "Lokalizacja pliku hooka niedostępna",
|
||||
"matcherNote": "Matchery są oceniane względem wewnętrznych identyfikatorów narzędzi Roo Code (np. write_to_file, edit_file, apply_diff, apply_patch), a nie etykiet wyświetlanych jak Write/Edit.",
|
||||
"matcherExamplesLabel": "Przykłady:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Brak skonfigurowanych hooków",
|
||||
"noHooksHint": "Utwórz pliki konfiguracji hooków, aby automatyzować akcje przy zdarzeniach wykonania narzędzi.",
|
||||
"enableHooks": "Włącz hooki",
|
||||
"enableHooksDescription": "Włącz lub wyłącz wszystkie hooki jednocześnie",
|
||||
"enabled": "Włączony",
|
||||
"event": "Zdarzenie",
|
||||
"matcher": "Matcher",
|
||||
"command": "Polecenie",
|
||||
"shell": "Powłoka",
|
||||
"timeout": "Limit czasu",
|
||||
"logs": "Logi",
|
||||
"noLogsForHook": "Brak jeszcze logów wykonania dla tego hooka",
|
||||
"activityLog": "Aktywność hooków",
|
||||
"status": {
|
||||
"running": "Wykonywanie",
|
||||
"completed": "Ukończone",
|
||||
"failed": "Niepowodzenie",
|
||||
"blocked": "Zablokowane",
|
||||
"timeout": "Limit czasu"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Konfiguracja",
|
||||
"command": "Polecenie",
|
||||
"logs": "Logi"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Znalazłeś błąd?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Narzędzia odświeżone pomyślnie",
|
||||
"refreshError": "Nie udało się odświeżyć narzędzi",
|
||||
"toolParameters": "Parametry"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Włącz Hooks",
|
||||
"description": "Użyj niestandardowych poleceń powłoki, aby zautomatyzować działania przed lub po wykonaniu narzędzia. (Wymagany restart po zapisaniu ustawień)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
55
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Contexto",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Comandos de Barra",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Prompts",
|
||||
"ui": "UI",
|
||||
"experimental": "Experimental",
|
||||
"language": "Idioma",
|
||||
"about": "Sobre"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks executam automaticamente comandos shell personalizados quando o Roo usa ferramentas específicas. Use-os para integrar com sistemas externos, aplicar fluxos de trabalho ou automatizar tarefas repetitivas.",
|
||||
"configuredHooks": "Hooks configurados",
|
||||
"lastLoadedTooltip": "Último carregamento às {{time}}",
|
||||
"reloadTooltip": "Recarregar configuração de hooks do disco",
|
||||
"reload": "Recarregar",
|
||||
"openProjectFolderTooltip": "Abrir pasta de configuração de hooks do projeto",
|
||||
"openGlobalFolderTooltip": "Abrir pasta de configuração de hooks global",
|
||||
"openProjectFolder": "Abrir pasta do projeto",
|
||||
"openGlobalFolder": "Abrir pasta global",
|
||||
"createNewHook": "Criar novo hook",
|
||||
"deleteHook": "Excluir hook",
|
||||
"openHookFile": "Abrir arquivo de hook",
|
||||
"projectHooksWarningTitle": "Hooks em nível de projeto detectados",
|
||||
"projectHooksWarningMessage": "Este projeto inclui configurações de hooks que executarão comandos shell. Habilite apenas hooks de fontes confiáveis.",
|
||||
"reloadNote": "Alterações nos arquivos de configuração de hooks requerem clicar em Recarregar para ter efeito.",
|
||||
"openHookFileTooltip": "Abrir arquivo de hook no editor",
|
||||
"openHookFileUnavailableTooltip": "Localização do arquivo de hook indisponível",
|
||||
"matcherNote": "Os matchers são avaliados contra os IDs internos de ferramentas do Roo Code (ex: write_to_file, edit_file, apply_diff, apply_patch), não contra rótulos de exibição como Write/Edit.",
|
||||
"matcherExamplesLabel": "Exemplos:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Nenhum hook configurado",
|
||||
"noHooksHint": "Crie arquivos de configuração de hooks para automatizar ações em eventos de execução de ferramentas.",
|
||||
"enableHooks": "Habilitar hooks",
|
||||
"enableHooksDescription": "Ativar ou desativar todos os hooks de uma vez",
|
||||
"enabled": "Habilitado",
|
||||
"event": "Evento",
|
||||
"matcher": "Matcher",
|
||||
"command": "Comando",
|
||||
"shell": "Shell",
|
||||
"timeout": "Tempo limite",
|
||||
"logs": "Logs",
|
||||
"noLogsForHook": "Ainda não há logs de execução para este hook",
|
||||
"activityLog": "Atividade de hooks",
|
||||
"status": {
|
||||
"running": "Executando",
|
||||
"completed": "Concluído",
|
||||
"failed": "Falhou",
|
||||
"blocked": "Bloqueado",
|
||||
"timeout": "Tempo esgotado"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Configuração",
|
||||
"command": "Comando",
|
||||
"logs": "Logs"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Encontrou um bug?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Ferramentas atualizadas com sucesso",
|
||||
"refreshError": "Falha ao atualizar ferramentas",
|
||||
"toolParameters": "Parâmetros"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Habilitar Hooks",
|
||||
"description": "Use comandos shell personalizados para automatizar ações antes ou depois da execução de ferramentas. (Reinicialização necessária após salvar as configurações)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/ru/settings.json
generated
55
webview-ui/src/i18n/locales/ru/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Контекст",
|
||||
"terminal": "Терминал",
|
||||
"slashCommands": "Слэш-команды",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Промпты",
|
||||
"ui": "UI",
|
||||
"experimental": "Экспериментальное",
|
||||
"language": "Язык",
|
||||
"about": "О Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks автоматически выполняют пользовательские команды оболочки, когда Roo использует определённые инструменты. Используйте их для интеграции с внешними системами, применения рабочих процессов или автоматизации повторяющихся задач.",
|
||||
"configuredHooks": "Настроенные hooks",
|
||||
"lastLoadedTooltip": "Последняя загрузка в {{time}}",
|
||||
"reloadTooltip": "Перезагрузить конфигурацию hooks с диска",
|
||||
"reload": "Перезагрузить",
|
||||
"openProjectFolderTooltip": "Открыть папку конфигурации hooks проекта",
|
||||
"openGlobalFolderTooltip": "Открыть глобальную папку конфигурации hooks",
|
||||
"openProjectFolder": "Открыть папку проекта",
|
||||
"openGlobalFolder": "Открыть глобальную папку",
|
||||
"createNewHook": "Создать новый hook",
|
||||
"deleteHook": "Удалить hook",
|
||||
"openHookFile": "Открыть файл hook",
|
||||
"projectHooksWarningTitle": "Обнаружены hooks на уровне проекта",
|
||||
"projectHooksWarningMessage": "Этот проект содержит конфигурации hooks, которые будут выполнять команды оболочки. Включайте только hooks из надёжных источников.",
|
||||
"reloadNote": "Изменения в файлах конфигурации hooks требуют нажатия «Перезагрузить» для вступления в силу.",
|
||||
"openHookFileTooltip": "Открыть файл hook в редакторе",
|
||||
"openHookFileUnavailableTooltip": "Расположение файла hook недоступно",
|
||||
"matcherNote": "Сопоставители оцениваются по внутренним идентификаторам инструментов Roo Code (например, write_to_file, edit_file, apply_diff, apply_patch), а не по отображаемым меткам, таким как Write/Edit.",
|
||||
"matcherExamplesLabel": "Примеры:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Hooks не настроены",
|
||||
"noHooksHint": "Создайте файлы конфигурации hooks для автоматизации действий при событиях выполнения инструментов.",
|
||||
"enableHooks": "Включить hooks",
|
||||
"enableHooksDescription": "Включить или отключить все hooks одновременно",
|
||||
"enabled": "Включено",
|
||||
"event": "Событие",
|
||||
"matcher": "Сопоставитель",
|
||||
"command": "Команда",
|
||||
"shell": "Оболочка",
|
||||
"timeout": "Тайм-аут",
|
||||
"logs": "Логи",
|
||||
"noLogsForHook": "Пока нет логов выполнения для этого hook",
|
||||
"activityLog": "Активность hooks",
|
||||
"status": {
|
||||
"running": "Выполняется",
|
||||
"completed": "Завершено",
|
||||
"failed": "Ошибка",
|
||||
"blocked": "Заблокировано",
|
||||
"timeout": "Тайм-аут"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Конфигурация",
|
||||
"command": "Команда",
|
||||
"logs": "Логи"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Нашли ошибку?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Инструменты успешно обновлены",
|
||||
"refreshError": "Не удалось обновить инструменты",
|
||||
"toolParameters": "Параметры"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Включить Hooks",
|
||||
"description": "Используйте пользовательские shell-команды для автоматизации действий до или после выполнения инструментов. (Требуется перезапуск после сохранения настроек)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/tr/settings.json
generated
55
webview-ui/src/i18n/locales/tr/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Bağlam",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Eğik Çizgi Komutları",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Promptlar",
|
||||
"ui": "UI",
|
||||
"experimental": "Deneysel",
|
||||
"language": "Dil",
|
||||
"about": "Roo Code Hakkında"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hook'lar, Roo belirli araçları kullandığında otomatik olarak özel kabuk komutları çalıştırır. Harici sistemlerle entegrasyon, iş akışlarını uygulama veya tekrarlayan görevleri otomatikleştirmek için kullanın.",
|
||||
"configuredHooks": "Yapılandırılmış hook'lar",
|
||||
"lastLoadedTooltip": "Son yükleme: {{time}}",
|
||||
"reloadTooltip": "Diskten hook yapılandırmasını yeniden yükle",
|
||||
"reload": "Yeniden Yükle",
|
||||
"openProjectFolderTooltip": "Proje hook yapılandırma klasörünü aç",
|
||||
"openGlobalFolderTooltip": "Global hook yapılandırma klasörünü aç",
|
||||
"openProjectFolder": "Proje Klasörünü Aç",
|
||||
"openGlobalFolder": "Global Klasörü Aç",
|
||||
"createNewHook": "Yeni hook oluştur",
|
||||
"deleteHook": "Hook'u sil",
|
||||
"openHookFile": "Hook dosyasını aç",
|
||||
"projectHooksWarningTitle": "Proje düzeyinde hook'lar tespit edildi",
|
||||
"projectHooksWarningMessage": "Bu proje, kabuk komutları çalıştıracak hook yapılandırmaları içeriyor. Yalnızca güvenilir kaynaklardan hook'ları etkinleştirin.",
|
||||
"reloadNote": "Hook yapılandırma dosyalarındaki değişikliklerin etkili olması için Yeniden Yükle'ye tıklamanız gerekir.",
|
||||
"openHookFileTooltip": "Hook dosyasını editörde aç",
|
||||
"openHookFileUnavailableTooltip": "Hook dosya konumu mevcut değil",
|
||||
"matcherNote": "Eşleştiriciler, Roo Code'un dahili araç kimliklerine (örn. write_to_file, edit_file, apply_diff, apply_patch) göre değerlendirilir, Write/Edit gibi görüntüleme etiketlerine göre değil.",
|
||||
"matcherExamplesLabel": "Örnekler:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Yapılandırılmış hook yok",
|
||||
"noHooksHint": "Araç yürütme olaylarında eylemleri otomatikleştirmek için hook yapılandırma dosyaları oluşturun.",
|
||||
"enableHooks": "Hook'ları etkinleştir",
|
||||
"enableHooksDescription": "Tüm hook'ları aynı anda etkinleştir veya devre dışı bırak",
|
||||
"enabled": "Etkin",
|
||||
"event": "Olay",
|
||||
"matcher": "Eşleştirici",
|
||||
"command": "Komut",
|
||||
"shell": "Kabuk",
|
||||
"timeout": "Zaman Aşımı",
|
||||
"logs": "Günlükler",
|
||||
"noLogsForHook": "Bu hook için henüz yürütme günlüğü yok",
|
||||
"activityLog": "Hook etkinliği",
|
||||
"status": {
|
||||
"running": "Çalışıyor",
|
||||
"completed": "Tamamlandı",
|
||||
"failed": "Başarısız",
|
||||
"blocked": "Engellendi",
|
||||
"timeout": "Zaman Aşımı"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Yapılandırma",
|
||||
"command": "Komut",
|
||||
"logs": "Günlükler"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Bir hata mı buldunuz?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Araçlar başarıyla yenilendi",
|
||||
"refreshError": "Araçlar yenilenemedi",
|
||||
"toolParameters": "Parametreler"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Hook'ları Etkinleştir",
|
||||
"description": "Araç yürütmeden önce veya sonra eylemleri otomatikleştirmek için özel kabuk komutları kullanın. (Ayarları kaydettikten sonra yeniden başlatma gerekli)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/vi/settings.json
generated
55
webview-ui/src/i18n/locales/vi/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "Ngữ cảnh",
|
||||
"terminal": "Terminal",
|
||||
"slashCommands": "Lệnh Gạch Chéo",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "Lời nhắc",
|
||||
"ui": "UI",
|
||||
"experimental": "Thử nghiệm",
|
||||
"language": "Ngôn ngữ",
|
||||
"about": "Giới thiệu"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks tự động thực thi các lệnh shell tùy chỉnh khi Roo sử dụng các công cụ cụ thể. Sử dụng chúng để tích hợp với hệ thống bên ngoài, áp dụng quy trình làm việc hoặc tự động hóa các tác vụ lặp đi lặp lại.",
|
||||
"configuredHooks": "Hooks đã cấu hình",
|
||||
"lastLoadedTooltip": "Lần tải cuối lúc {{time}}",
|
||||
"reloadTooltip": "Tải lại cấu hình hooks từ đĩa",
|
||||
"reload": "Tải lại",
|
||||
"openProjectFolderTooltip": "Mở thư mục cấu hình hooks của dự án",
|
||||
"openGlobalFolderTooltip": "Mở thư mục cấu hình hooks toàn cục",
|
||||
"openProjectFolder": "Mở thư mục dự án",
|
||||
"openGlobalFolder": "Mở thư mục toàn cục",
|
||||
"createNewHook": "Tạo hook mới",
|
||||
"deleteHook": "Xóa hook",
|
||||
"openHookFile": "Mở tệp hook",
|
||||
"projectHooksWarningTitle": "Phát hiện hooks cấp dự án",
|
||||
"projectHooksWarningMessage": "Dự án này bao gồm các cấu hình hooks sẽ thực thi các lệnh shell. Chỉ bật hooks từ các nguồn đáng tin cậy.",
|
||||
"reloadNote": "Các thay đổi đối với tệp cấu hình hooks yêu cầu nhấp Tải lại để có hiệu lực.",
|
||||
"openHookFileTooltip": "Mở tệp hook trong trình soạn thảo",
|
||||
"openHookFileUnavailableTooltip": "Vị trí tệp hook không khả dụng",
|
||||
"matcherNote": "Các matcher được đánh giá dựa trên ID công cụ nội bộ của Roo Code (ví dụ: write_to_file, edit_file, apply_diff, apply_patch), không phải nhãn hiển thị như Write/Edit.",
|
||||
"matcherExamplesLabel": "Ví dụ:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "Chưa có hooks nào được cấu hình",
|
||||
"noHooksHint": "Tạo tệp cấu hình hooks để tự động hóa các hành động khi công cụ thực thi.",
|
||||
"enableHooks": "Bật hooks",
|
||||
"enableHooksDescription": "Bật hoặc tắt tất cả hooks cùng một lúc",
|
||||
"enabled": "Đã bật",
|
||||
"event": "Sự kiện",
|
||||
"matcher": "Matcher",
|
||||
"command": "Lệnh",
|
||||
"shell": "Shell",
|
||||
"timeout": "Thời gian chờ",
|
||||
"logs": "Nhật ký",
|
||||
"noLogsForHook": "Chưa có nhật ký thực thi cho hook này",
|
||||
"activityLog": "Hoạt động hooks",
|
||||
"status": {
|
||||
"running": "Đang chạy",
|
||||
"completed": "Hoàn thành",
|
||||
"failed": "Thất bại",
|
||||
"blocked": "Bị chặn",
|
||||
"timeout": "Hết thời gian"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "Cấu hình",
|
||||
"command": "Lệnh",
|
||||
"logs": "Nhật ký"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "Tìm thấy lỗi?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "Làm mới công cụ thành công",
|
||||
"refreshError": "Không thể làm mới công cụ",
|
||||
"toolParameters": "Thông số"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "Bật Hooks",
|
||||
"description": "Sử dụng các lệnh shell tùy chỉnh để tự động hóa các hành động trước hoặc sau khi thực thi công cụ. (Cần khởi động lại sau khi lưu cài đặt)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/zh-CN/settings.json
generated
55
webview-ui/src/i18n/locales/zh-CN/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "上下文",
|
||||
"terminal": "终端",
|
||||
"slashCommands": "斜杠命令",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "提示词",
|
||||
"ui": "UI",
|
||||
"experimental": "实验性",
|
||||
"language": "语言",
|
||||
"about": "关于 Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks 在 Roo 使用特定工具时自动执行自定义 shell 命令。用于集成外部系统、执行工作流或自动化重复任务。",
|
||||
"configuredHooks": "已配置的 Hooks",
|
||||
"lastLoadedTooltip": "上次加载于 {{time}}",
|
||||
"reloadTooltip": "从磁盘重新加载 hooks 配置",
|
||||
"reload": "重新加载",
|
||||
"openProjectFolderTooltip": "打开项目 hooks 配置文件夹",
|
||||
"openGlobalFolderTooltip": "打开全局 hooks 配置文件夹",
|
||||
"openProjectFolder": "打开项目文件夹",
|
||||
"openGlobalFolder": "打开全局文件夹",
|
||||
"createNewHook": "创建新 hook",
|
||||
"deleteHook": "删除 hook",
|
||||
"openHookFile": "打开 hook 文件",
|
||||
"projectHooksWarningTitle": "检测到项目级 hooks",
|
||||
"projectHooksWarningMessage": "此项目包含将执行 shell 命令的 hooks 配置。仅在信任来源时启用 hooks。",
|
||||
"reloadNote": "对 hooks 配置文件的更改需要点击重新加载才能生效。",
|
||||
"openHookFileTooltip": "在编辑器中打开 hook 文件",
|
||||
"openHookFileUnavailableTooltip": "hook 文件位置不可用",
|
||||
"matcherNote": "匹配器根据 Roo Code 的内部工具 ID(如 write_to_file、edit_file、apply_diff、apply_patch)进行评估,而非 Write/Edit 等显示标签。",
|
||||
"matcherExamplesLabel": "示例:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "尚未配置 hooks",
|
||||
"noHooksHint": "创建 hooks 配置文件以在工具执行时自动化操作。",
|
||||
"enableHooks": "启用 hooks",
|
||||
"enableHooksDescription": "一次性启用或禁用所有 hooks",
|
||||
"enabled": "已启用",
|
||||
"event": "事件",
|
||||
"matcher": "匹配器",
|
||||
"command": "命令",
|
||||
"shell": "Shell",
|
||||
"timeout": "超时",
|
||||
"logs": "日志",
|
||||
"noLogsForHook": "此 hook 暂无执行日志",
|
||||
"activityLog": "Hooks 活动",
|
||||
"status": {
|
||||
"running": "运行中",
|
||||
"completed": "已完成",
|
||||
"failed": "失败",
|
||||
"blocked": "已阻止",
|
||||
"timeout": "超时"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "配置",
|
||||
"command": "命令",
|
||||
"logs": "日志"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "发现 Bug?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "工具刷新成功",
|
||||
"refreshError": "工具刷新失败",
|
||||
"toolParameters": "参数"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "启用 Hooks",
|
||||
"description": "使用自定义 shell 命令在工具执行前后自动执行操作。(保存设置后需要重启)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
55
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
55
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
|
|
@ -36,12 +36,63 @@
|
|||
"contextManagement": "上下文",
|
||||
"terminal": "終端機",
|
||||
"slashCommands": "斜線命令",
|
||||
"hooks": "Hooks",
|
||||
"prompts": "提示詞",
|
||||
"ui": "UI",
|
||||
"experimental": "實驗性",
|
||||
"language": "語言",
|
||||
"about": "關於 Roo Code"
|
||||
},
|
||||
"hooks": {
|
||||
"description": "Hooks 會在 Roo 使用特定工具時自動執行自訂 shell 命令。用於整合外部系統、執行工作流程或自動化重複工作。",
|
||||
"configuredHooks": "已設定的 Hooks",
|
||||
"lastLoadedTooltip": "上次載入於 {{time}}",
|
||||
"reloadTooltip": "從磁碟重新載入 hooks 設定",
|
||||
"reload": "重新載入",
|
||||
"openProjectFolderTooltip": "開啟專案 hooks 設定資料夾",
|
||||
"openGlobalFolderTooltip": "開啟全域 hooks 設定資料夾",
|
||||
"openProjectFolder": "開啟專案資料夾",
|
||||
"openGlobalFolder": "開啟全域資料夾",
|
||||
"createNewHook": "建立新 hook",
|
||||
"deleteHook": "刪除 hook",
|
||||
"openHookFile": "開啟 hook 檔案",
|
||||
"projectHooksWarningTitle": "偵測到專案層級 hooks",
|
||||
"projectHooksWarningMessage": "此專案包含將執行 shell 命令的 hooks 設定。僅在信任來源時啟用 hooks。",
|
||||
"reloadNote": "對 hooks 設定檔的變更需要點擊重新載入才能生效。",
|
||||
"openHookFileTooltip": "在編輯器中開啟 hook 檔案",
|
||||
"openHookFileUnavailableTooltip": "hook 檔案位置不可用",
|
||||
"matcherNote": "匹配器根據 Roo Code 的內部工具 ID(如 write_to_file、edit_file、apply_diff、apply_patch)進行評估,而非 Write/Edit 等顯示標籤。",
|
||||
"matcherExamplesLabel": "範例:",
|
||||
"matcherExamples": {
|
||||
"writeOrEdit": "write_to_file|edit_file|apply_diff|apply_patch",
|
||||
"readOnly": "read_file|list_files"
|
||||
},
|
||||
"noHooksConfigured": "尚未設定 hooks",
|
||||
"noHooksHint": "建立 hooks 設定檔以在工具執行時自動化操作。",
|
||||
"enableHooks": "啟用 hooks",
|
||||
"enableHooksDescription": "一次性啟用或停用所有 hooks",
|
||||
"enabled": "已啟用",
|
||||
"event": "事件",
|
||||
"matcher": "匹配器",
|
||||
"command": "命令",
|
||||
"shell": "Shell",
|
||||
"timeout": "逾時",
|
||||
"logs": "日誌",
|
||||
"noLogsForHook": "此 hook 暫無執行日誌",
|
||||
"activityLog": "Hooks 活動",
|
||||
"status": {
|
||||
"running": "執行中",
|
||||
"completed": "已完成",
|
||||
"failed": "失敗",
|
||||
"blocked": "已封鎖",
|
||||
"timeout": "逾時"
|
||||
},
|
||||
"tabs": {
|
||||
"config": "設定",
|
||||
"command": "命令",
|
||||
"logs": "日誌"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"bugReport": {
|
||||
"label": "發現錯誤?",
|
||||
|
|
@ -844,6 +895,10 @@
|
|||
"refreshSuccess": "工具重新整理成功",
|
||||
"refreshError": "工具重新整理失敗",
|
||||
"toolParameters": "參數"
|
||||
},
|
||||
"HOOKS": {
|
||||
"name": "啟用 Hooks",
|
||||
"description": "使用自訂 shell 指令在工具執行前後自動執行操作。(儲存設定後需要重新啟動)"
|
||||
}
|
||||
},
|
||||
"promptCaching": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue