diff --git a/webview-ui/src/i18n/locales/ar/kilocode.json b/webview-ui/src/i18n/locales/ar/kilocode.json
index 001e5187b3..5dec001ec4 100644
--- a/webview-ui/src/i18n/locales/ar/kilocode.json
+++ b/webview-ui/src/i18n/locales/ar/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "ابدأ الآن",
"manualModeButton": "استخدم مفتاح API الخاص بك",
"alreadySignedUp": "مسجل من قبل؟",
- "loginText": "سجّل دخولك هنا"
+ "loginText": "سجّل دخولك هنا",
+ "tagline": "وكيل هندسة الذكاء الاصطناعي",
+ "exploreMatterAI": "استكشف MatterAI"
},
"lowCreditWarning": {
"addCredit": "شحن الرصيد",
@@ -35,7 +37,8 @@
},
"settings": {
"sections": {
- "mcp": "خوادم MCP"
+ "mcp": "خوادم MCP",
+ "codeReview": "مراجعات الكود بالذكاء الاصطناعي"
},
"provider": {
"account": "حساب Axon Code",
diff --git a/webview-ui/src/i18n/locales/ar/memories.json b/webview-ui/src/i18n/locales/ar/memories.json
new file mode 100644
index 0000000000..ff80692b8a
--- /dev/null
+++ b/webview-ui/src/i18n/locales/ar/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "الذكريات",
+ "done": "تم",
+ "searchPlaceholder": "البحث في الذكريات...",
+ "loading": "جاري تحميل الذكريات...",
+ "noMemories": "لم يتم العثور على ذكريات. يتم حفظ الذكريات عند إكمال المهام.",
+ "noResults": "لا توجد ذكريات تطابق بحثك.",
+ "count": "{{count}} ذكريات",
+ "currentWorkspace": "مساحة العمل الحالية",
+ "allWorkspaces": "جميع مساحات العمل",
+ "untitled": "بدون عنوان",
+ "delete": "حذف الذكرى"
+}
diff --git a/webview-ui/src/i18n/locales/ar/settings.json b/webview-ui/src/i18n/locales/ar/settings.json
index 41defe6818..26b0ed75ae 100644
--- a/webview-ui/src/i18n/locales/ar/settings.json
+++ b/webview-ui/src/i18n/locales/ar/settings.json
@@ -34,7 +34,8 @@
"ui": "واجهة المستخدم",
"experimental": "تجريبي",
"language": "اللغة",
- "about": "عن Axon Code"
+ "about": "عن Axon Code",
+ "codeReview": "مراجعات الكود بالذكاء الاصطناعي"
},
"slashCommands": {
"description": "إدارة أوامر الشرطة المائلة لتنفيذ سير العمل والإجراءات المخصصة بسرعة. تعرف أكثر"
diff --git a/webview-ui/src/i18n/locales/ca/kilocode.json b/webview-ui/src/i18n/locales/ca/kilocode.json
index 5d0bc8ee4b..ef5141dc2b 100644
--- a/webview-ui/src/i18n/locales/ca/kilocode.json
+++ b/webview-ui/src/i18n/locales/ca/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Comença",
"manualModeButton": "Utilitza la teva pròpia clau API",
"alreadySignedUp": "Ja t'has registrat?",
- "loginText": "Inicia sessió aquí"
+ "loginText": "Inicia sessió aquí",
+ "tagline": "L'Agent d'Enginyeria d'IA",
+ "exploreMatterAI": "Explora MatterAI"
},
"lowCreditWarning": {
"addCredit": "Afegir crèdit",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "Servidors MCP"
+ "mcp": "Servidors MCP",
+ "codeReview": "Revisions de Codi amb IA"
},
"provider": {
"account": "Compte de Axon Code",
diff --git a/webview-ui/src/i18n/locales/ca/memories.json b/webview-ui/src/i18n/locales/ca/memories.json
new file mode 100644
index 0000000000..7107492bb0
--- /dev/null
+++ b/webview-ui/src/i18n/locales/ca/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Memòries",
+ "done": "Fet",
+ "searchPlaceholder": "Cerca memòries...",
+ "loading": "Carregant memòries...",
+ "noMemories": "No s'han trobat memòries. Les memòries es desen quan completes tasques.",
+ "noResults": "No hi ha memòries que coincideixin amb la teva cerca.",
+ "count": "{{count}} memòries",
+ "currentWorkspace": "Espai de treball actual",
+ "allWorkspaces": "Tots els espais de treball",
+ "untitled": "Sense títol",
+ "delete": "Esborrar memòria"
+}
diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json
index 98e7415fbc..5284e2bc80 100644
--- a/webview-ui/src/i18n/locales/ca/settings.json
+++ b/webview-ui/src/i18n/locales/ca/settings.json
@@ -34,7 +34,8 @@
"experimental": "Experimental",
"language": "Idioma",
"about": "Sobre Axon Code",
- "display": "Mostrar"
+ "display": "Mostrar",
+ "codeReview": "Revisions de Codi amb IA"
},
"slashCommands": {
"description": "Gestiona les teves comandes de barra per executar ràpidament fluxos de treball i accions personalitzades. Aprèn-ne més"
diff --git a/webview-ui/src/i18n/locales/cs/kilocode.json b/webview-ui/src/i18n/locales/cs/kilocode.json
index d2ced525f8..baa2643545 100644
--- a/webview-ui/src/i18n/locales/cs/kilocode.json
+++ b/webview-ui/src/i18n/locales/cs/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Začít",
"manualModeButton": "Použij vlastní API key",
"alreadySignedUp": "Už jsi registrovaný?",
- "loginText": "Přihlas se zde"
+ "loginText": "Přihlas se zde",
+ "tagline": "AI Engineering Agent",
+ "exploreMatterAI": "Prozkoumat MatterAI"
},
"lowCreditWarning": {
"addCredit": "Přidat kredit",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP servery"
+ "mcp": "MCP servery",
+ "codeReview": "AI Code Reviews"
},
"provider": {
"account": "Účet Axon Code",
diff --git a/webview-ui/src/i18n/locales/cs/memories.json b/webview-ui/src/i18n/locales/cs/memories.json
new file mode 100644
index 0000000000..fb215e2d97
--- /dev/null
+++ b/webview-ui/src/i18n/locales/cs/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Paměti",
+ "done": "Hotovo",
+ "searchPlaceholder": "Hledat paměti...",
+ "loading": "Načítání pamětí...",
+ "noMemories": "Nebyly nalezeny žádné paměti. Paměti se ukládají při dokončování úkolů.",
+ "noResults": "Žádné paměti neodpovídají vašemu vyhledávání.",
+ "count": "{{count}} pamětí",
+ "currentWorkspace": "Aktuální pracovní prostor",
+ "allWorkspaces": "Všechny pracovní prostory",
+ "untitled": "Bez názvu",
+ "delete": "Smazat paměť"
+}
diff --git a/webview-ui/src/i18n/locales/cs/settings.json b/webview-ui/src/i18n/locales/cs/settings.json
index 975aab64c5..e21dd9a9c5 100644
--- a/webview-ui/src/i18n/locales/cs/settings.json
+++ b/webview-ui/src/i18n/locales/cs/settings.json
@@ -34,7 +34,8 @@
"ui": "Uživatelské rozhraní",
"experimental": "Experimentální",
"language": "Jazyk",
- "about": "O Axon Code"
+ "about": "O Axon Code",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "Spravujte své slash příkazy pro rychlé spouštění vlastních pracovních postupů a akcí. Více informací"
diff --git a/webview-ui/src/i18n/locales/de/kilocode.json b/webview-ui/src/i18n/locales/de/kilocode.json
index 72a8b3a09f..0cd7550199 100644
--- a/webview-ui/src/i18n/locales/de/kilocode.json
+++ b/webview-ui/src/i18n/locales/de/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Loslegen",
"manualModeButton": "Eigenen API-Schlüssel verwenden",
"alreadySignedUp": "Bereits registriert?",
- "loginText": "Hier anmelden"
+ "loginText": "Hier anmelden",
+ "tagline": "Der KI-Ingenieurs-Agent",
+ "exploreMatterAI": "MatterAI erkunden"
},
"lowCreditWarning": {
"addCredit": "Guthaben hinzufügen",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP-Server"
+ "mcp": "MCP-Server",
+ "codeReview": "KI-Code-Reviews"
},
"provider": {
"account": "Axon Code Konto",
diff --git a/webview-ui/src/i18n/locales/de/memories.json b/webview-ui/src/i18n/locales/de/memories.json
new file mode 100644
index 0000000000..85b0e8f92e
--- /dev/null
+++ b/webview-ui/src/i18n/locales/de/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Erinnerungen",
+ "done": "Fertig",
+ "searchPlaceholder": "Erinnerungen suchen...",
+ "loading": "Erinnerungen werden geladen...",
+ "noMemories": "Keine Erinnerungen gefunden. Erinnerungen werden gespeichert, wenn Sie Aufgaben abschließen.",
+ "noResults": "Keine Erinnerungen stimmen mit Ihrer Suche überein.",
+ "count": "{{count}} Erinnerungen",
+ "currentWorkspace": "Aktueller Arbeitsbereich",
+ "allWorkspaces": "Alle Arbeitsbereiche",
+ "untitled": "Unbenannt",
+ "delete": "Erinnerung löschen"
+}
diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json
index 88bb53ff27..faacdcd2ff 100644
--- a/webview-ui/src/i18n/locales/de/settings.json
+++ b/webview-ui/src/i18n/locales/de/settings.json
@@ -34,7 +34,8 @@
"experimental": "Experimentell",
"language": "Sprache",
"about": "Über Axon Code",
- "display": "Anzeigen"
+ "display": "Anzeigen",
+ "codeReview": "KI-Code-Reviews"
},
"slashCommands": {
"description": "Verwalte deine Slash-Befehle, um benutzerdefinierte Workflows und Aktionen schnell auszuführen. Mehr erfahren"
diff --git a/webview-ui/src/i18n/locales/en/memories.json b/webview-ui/src/i18n/locales/en/memories.json
index 12db13e365..3db0c4fa47 100644
--- a/webview-ui/src/i18n/locales/en/memories.json
+++ b/webview-ui/src/i18n/locales/en/memories.json
@@ -8,5 +8,6 @@
"count": "{{count}} memories",
"currentWorkspace": "Current Workspace",
"allWorkspaces": "All Workspaces",
- "untitled": "Untitled"
+ "untitled": "Untitled",
+ "delete": "Delete memory"
}
diff --git a/webview-ui/src/i18n/locales/es/kilocode.json b/webview-ui/src/i18n/locales/es/kilocode.json
index f1dc5af739..d40d597ba2 100644
--- a/webview-ui/src/i18n/locales/es/kilocode.json
+++ b/webview-ui/src/i18n/locales/es/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Empezar",
"manualModeButton": "Usa tu propia clave API",
"alreadySignedUp": "¿Ya te registraste?",
- "loginText": "Inicia sesión aquí"
+ "loginText": "Inicia sesión aquí",
+ "tagline": "El Agente de Ingeniería de IA",
+ "exploreMatterAI": "Explorar MatterAI"
},
"lowCreditWarning": {
"addCredit": "Añadir Crédito",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "Servidores MCP"
+ "mcp": "Servidores MCP",
+ "codeReview": "Revisiones de Código con IA"
},
"provider": {
"account": "Cuenta de Axon Code",
diff --git a/webview-ui/src/i18n/locales/es/memories.json b/webview-ui/src/i18n/locales/es/memories.json
new file mode 100644
index 0000000000..55e940ac54
--- /dev/null
+++ b/webview-ui/src/i18n/locales/es/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Memorias",
+ "done": "Hecho",
+ "searchPlaceholder": "Buscar memorias...",
+ "loading": "Cargando memorias...",
+ "noMemories": "No se encontraron memorias. Las memorias se guardan cuando completas tareas.",
+ "noResults": "No hay memorias que coincidan con tu búsqueda.",
+ "count": "{{count}} memorias",
+ "currentWorkspace": "Espacio de trabajo actual",
+ "allWorkspaces": "Todos los espacios de trabajo",
+ "untitled": "Sin título",
+ "delete": "Eliminar memoria"
+}
diff --git a/webview-ui/src/i18n/locales/es/settings.json b/webview-ui/src/i18n/locales/es/settings.json
index 48354e6e60..d5c6ae437f 100644
--- a/webview-ui/src/i18n/locales/es/settings.json
+++ b/webview-ui/src/i18n/locales/es/settings.json
@@ -34,7 +34,8 @@
"experimental": "Experimental",
"language": "Idioma",
"about": "Acerca de Axon Code",
- "display": "Mostrar"
+ "display": "Mostrar",
+ "codeReview": "Revisiones de Código con IA"
},
"slashCommands": {
"description": "Gestiona tus comandos de barra para ejecutar rápidamente flujos de trabajo y acciones personalizadas. Saber más"
diff --git a/webview-ui/src/i18n/locales/fr/kilocode.json b/webview-ui/src/i18n/locales/fr/kilocode.json
index a05b16bf05..23fef2a3f4 100644
--- a/webview-ui/src/i18n/locales/fr/kilocode.json
+++ b/webview-ui/src/i18n/locales/fr/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Commencer",
"manualModeButton": "Utilisez votre propre clé API",
"alreadySignedUp": "Déjà inscrit ?",
- "loginText": "Connectez-vous ici"
+ "loginText": "Connectez-vous ici",
+ "tagline": "L'Agent d'Ingénierie IA",
+ "exploreMatterAI": "Explorer MatterAI"
},
"lowCreditWarning": {
"addCredit": "Ajouter du crédit",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "Serveurs MCP"
+ "mcp": "Serveurs MCP",
+ "codeReview": "Revues de Code IA"
},
"provider": {
"account": "Compte Axon Code",
diff --git a/webview-ui/src/i18n/locales/fr/memories.json b/webview-ui/src/i18n/locales/fr/memories.json
new file mode 100644
index 0000000000..d33c03e093
--- /dev/null
+++ b/webview-ui/src/i18n/locales/fr/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Mémoires",
+ "done": "Terminé",
+ "searchPlaceholder": "Rechercher des mémoires...",
+ "loading": "Chargement des mémoires...",
+ "noMemories": "Aucune mémoire trouvée. Les mémoires sont enregistrées lorsque vous terminez des tâches.",
+ "noResults": "Aucune mémoire ne correspond à votre recherche.",
+ "count": "{{count}} mémoires",
+ "currentWorkspace": "Espace de travail actuel",
+ "allWorkspaces": "Tous les espaces de travail",
+ "untitled": "Sans titre",
+ "delete": "Supprimer la mémoire"
+}
diff --git a/webview-ui/src/i18n/locales/fr/settings.json b/webview-ui/src/i18n/locales/fr/settings.json
index 72235f50dc..aae2a0c746 100644
--- a/webview-ui/src/i18n/locales/fr/settings.json
+++ b/webview-ui/src/i18n/locales/fr/settings.json
@@ -34,7 +34,8 @@
"experimental": "Expérimental",
"language": "Langue",
"about": "À propos de Axon Code",
- "display": "Afficher"
+ "display": "Afficher",
+ "codeReview": "Revues de Code IA"
},
"slashCommands": {
"description": "Gérez vos commandes slash pour exécuter rapidement des flux de travail et des actions personnalisées. En savoir plus"
diff --git a/webview-ui/src/i18n/locales/hi/kilocode.json b/webview-ui/src/i18n/locales/hi/kilocode.json
index 79fdc16168..96842ff9a6 100644
--- a/webview-ui/src/i18n/locales/hi/kilocode.json
+++ b/webview-ui/src/i18n/locales/hi/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "शुरू करें",
"manualModeButton": "अपनी स्वयं की API कुंजी का उपयोग करें",
"alreadySignedUp": "पहले से साइन अप हैं?",
- "loginText": "यहाँ लॉग इन करें"
+ "loginText": "यहाँ लॉग इन करें",
+ "tagline": "AI इंजीनियरिंग एजेंट",
+ "exploreMatterAI": "MatterAI का अन्वेषण करें"
},
"lowCreditWarning": {
"addCredit": "क्रेडिट जोड़ें",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP सर्वर"
+ "mcp": "MCP सर्वर",
+ "codeReview": "AI कोड समीक्षा"
},
"provider": {
"account": "Axon Code खाता",
diff --git a/webview-ui/src/i18n/locales/hi/memories.json b/webview-ui/src/i18n/locales/hi/memories.json
new file mode 100644
index 0000000000..b2b5fdf19e
--- /dev/null
+++ b/webview-ui/src/i18n/locales/hi/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "यादें",
+ "done": "हो गया",
+ "searchPlaceholder": "यादें खोजें...",
+ "loading": "यादें लोड हो रही हैं...",
+ "noMemories": "कोई याद नहीं मिली। यादें कार्य पूरा करने पर सहेजी जाती हैं।",
+ "noResults": "आपकी खोज से मेल खाने वाली कोई याद नहीं है।",
+ "count": "{{count}} यादें",
+ "currentWorkspace": "वर्तमान कार्यक्षेत्र",
+ "allWorkspaces": "सभी कार्यक्षेत्र",
+ "untitled": "बेनाम",
+ "delete": "याद हटाएं"
+}
diff --git a/webview-ui/src/i18n/locales/hi/settings.json b/webview-ui/src/i18n/locales/hi/settings.json
index 16c9127dab..a099c07fb5 100644
--- a/webview-ui/src/i18n/locales/hi/settings.json
+++ b/webview-ui/src/i18n/locales/hi/settings.json
@@ -34,7 +34,8 @@
"experimental": "प्रायोगिक",
"language": "भाषा",
"about": "परिचय",
- "display": "प्रदर्शित करें"
+ "display": "प्रदर्शित करें",
+ "codeReview": "AI कोड समीक्षा"
},
"slashCommands": {
"description": "कस्टम वर्कफ़्लो और क्रियाओं को तेज़ी से निष्पादित करने के लिए अपने स्लैश कमांड प्रबंधित करें। और जानें"
diff --git a/webview-ui/src/i18n/locales/id/kilocode.json b/webview-ui/src/i18n/locales/id/kilocode.json
index 179b0e408d..5b4fc77cd9 100644
--- a/webview-ui/src/i18n/locales/id/kilocode.json
+++ b/webview-ui/src/i18n/locales/id/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Mulai",
"manualModeButton": "Gunakan API key sendiri",
"alreadySignedUp": "Sudah mendaftar?",
- "loginText": "Masuk di sini"
+ "loginText": "Masuk di sini",
+ "tagline": "Agen Rekayasa AI",
+ "exploreMatterAI": "Jelajahi MatterAI"
},
"lowCreditWarning": {
"addCredit": "Tambah Kredit",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "Server MCP"
+ "mcp": "Server MCP",
+ "codeReview": "Review Kode AI"
},
"provider": {
"account": "Akun Axon Code",
diff --git a/webview-ui/src/i18n/locales/id/memories.json b/webview-ui/src/i18n/locales/id/memories.json
new file mode 100644
index 0000000000..1092b0b5e3
--- /dev/null
+++ b/webview-ui/src/i18n/locales/id/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Memori",
+ "done": "Selesai",
+ "searchPlaceholder": "Cari memori...",
+ "loading": "Memuat memori...",
+ "noMemories": "Tidak ada memori yang ditemukan. Memori disimpan saat Anda menyelesaikan tugas.",
+ "noResults": "Tidak ada memori yang cocok dengan pencarian Anda.",
+ "count": "{{count}} memori",
+ "currentWorkspace": "Ruang kerja saat ini",
+ "allWorkspaces": "Semua ruang kerja",
+ "untitled": "Tanpa judul",
+ "delete": "Hapus memori"
+}
diff --git a/webview-ui/src/i18n/locales/id/settings.json b/webview-ui/src/i18n/locales/id/settings.json
index fd78fb09f2..5c889b2368 100644
--- a/webview-ui/src/i18n/locales/id/settings.json
+++ b/webview-ui/src/i18n/locales/id/settings.json
@@ -34,7 +34,8 @@
"experimental": "Eksperimental",
"language": "Bahasa",
"about": "Tentang Axon Code",
- "display": "Tampilkan"
+ "display": "Tampilkan",
+ "codeReview": "Review Kode AI"
},
"slashCommands": {
"description": "Kelola perintah slash kamu untuk mengeksekusi alur kerja dan tindakan kustom dengan cepat. Pelajari lebih lanjut"
diff --git a/webview-ui/src/i18n/locales/it/kilocode.json b/webview-ui/src/i18n/locales/it/kilocode.json
index d50bb80a79..23a8282fc3 100644
--- a/webview-ui/src/i18n/locales/it/kilocode.json
+++ b/webview-ui/src/i18n/locales/it/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Inizia",
"manualModeButton": "Usa la tua chiave API",
"alreadySignedUp": "Già registrato?",
- "loginText": "Accedi qui"
+ "loginText": "Accedi qui",
+ "tagline": "L'Agente di Ingegneria AI",
+ "exploreMatterAI": "Esplora MatterAI"
},
"lowCreditWarning": {
"addCredit": "Aggiungi credito",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "Server MCP"
+ "mcp": "Server MCP",
+ "codeReview": "Code Review AI"
},
"provider": {
"account": "Account Axon Code",
diff --git a/webview-ui/src/i18n/locales/it/memories.json b/webview-ui/src/i18n/locales/it/memories.json
new file mode 100644
index 0000000000..5479f7aa71
--- /dev/null
+++ b/webview-ui/src/i18n/locales/it/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Memorie",
+ "done": "Fatto",
+ "searchPlaceholder": "Cerca memorie...",
+ "loading": "Caricamento memorie...",
+ "noMemories": "Nessuna memoria trovata. Le memorie vengono salvate quando completi i compiti.",
+ "noResults": "Nessuna memoria corrisponde alla tua ricerca.",
+ "count": "{{count}} memorie",
+ "currentWorkspace": "Spazio di lavoro corrente",
+ "allWorkspaces": "Tutti gli spazi di lavoro",
+ "untitled": "Senza titolo",
+ "delete": "Elimina memoria"
+}
diff --git a/webview-ui/src/i18n/locales/it/settings.json b/webview-ui/src/i18n/locales/it/settings.json
index 1e1c54bd65..4d392d33ac 100644
--- a/webview-ui/src/i18n/locales/it/settings.json
+++ b/webview-ui/src/i18n/locales/it/settings.json
@@ -35,7 +35,8 @@
"language": "Lingua",
"about": "Informazioni su Axon Code",
"display": "Mostra",
- "ghost": "Ghost"
+ "ghost": "Ghost",
+ "codeReview": "Code Review AI"
},
"slashCommands": {
"description": "Gestisci i tuoi comandi slash per eseguire rapidamente flussi di lavoro e azioni personalizzate. Scopri di più"
diff --git a/webview-ui/src/i18n/locales/ja/kilocode.json b/webview-ui/src/i18n/locales/ja/kilocode.json
index 9a45dd1896..17f44a972f 100644
--- a/webview-ui/src/i18n/locales/ja/kilocode.json
+++ b/webview-ui/src/i18n/locales/ja/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "始める",
"manualModeButton": "自分のAPIキーを使う",
"alreadySignedUp": "すでに登録済みですか?",
- "loginText": "こちらからログイン"
+ "loginText": "こちらからログイン",
+ "tagline": "AIエンジニアリングエージェント",
+ "exploreMatterAI": "MatterAIを探索"
},
"lowCreditWarning": {
"addCredit": "クレジットを追加",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCPサーバー"
+ "mcp": "MCPサーバー",
+ "codeReview": "AIコードレビュー"
},
"provider": {
"account": "Axon Code アカウント",
diff --git a/webview-ui/src/i18n/locales/ja/memories.json b/webview-ui/src/i18n/locales/ja/memories.json
new file mode 100644
index 0000000000..4c683fa31b
--- /dev/null
+++ b/webview-ui/src/i18n/locales/ja/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "メモリ",
+ "done": "完了",
+ "searchPlaceholder": "メモリを検索...",
+ "loading": "メモリを読み込み中...",
+ "noMemories": "メモリが見つかりません。メモリはタスクを完了したときに保存されます。",
+ "noResults": "検索に一致するメモリがありません。",
+ "count": "{{count}}個のメモリ",
+ "currentWorkspace": "現在のワークスペース",
+ "allWorkspaces": "すべてのワークスペース",
+ "untitled": "無題",
+ "delete": "メモリを削除"
+}
diff --git a/webview-ui/src/i18n/locales/ja/settings.json b/webview-ui/src/i18n/locales/ja/settings.json
index 84b4238428..0914de822f 100644
--- a/webview-ui/src/i18n/locales/ja/settings.json
+++ b/webview-ui/src/i18n/locales/ja/settings.json
@@ -35,7 +35,8 @@
"language": "言語",
"about": "Kilo Codeについて",
"display": "表示",
- "ghost": "Ghost"
+ "ghost": "Ghost",
+ "codeReview": "AIコードレビュー"
},
"slashCommands": {
"description": "スラッシュコマンドを管理して、カスタムワークフローやアクションを素早く実行します。詳細はこちら"
diff --git a/webview-ui/src/i18n/locales/ko/kilocode.json b/webview-ui/src/i18n/locales/ko/kilocode.json
index aaae8bf85f..435062d614 100644
--- a/webview-ui/src/i18n/locales/ko/kilocode.json
+++ b/webview-ui/src/i18n/locales/ko/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "시작하기",
"manualModeButton": "내 API 키 사용하기",
"alreadySignedUp": "이미 가입하셨나요?",
- "loginText": "여기에서 로그인"
+ "loginText": "여기에서 로그인",
+ "tagline": "AI 엔지니어링 에이전트",
+ "exploreMatterAI": "MatterAI 탐색"
},
"lowCreditWarning": {
"addCredit": "크레딧 추가",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP 서버"
+ "mcp": "MCP 서버",
+ "codeReview": "AI 코드 리뷰"
},
"provider": {
"account": "Axon Code 계정",
diff --git a/webview-ui/src/i18n/locales/ko/memories.json b/webview-ui/src/i18n/locales/ko/memories.json
new file mode 100644
index 0000000000..8d7362ad62
--- /dev/null
+++ b/webview-ui/src/i18n/locales/ko/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "메모리",
+ "done": "완료",
+ "searchPlaceholder": "메모리 검색...",
+ "loading": "메모리 로드 중...",
+ "noMemories": "메모리를 찾을 수 없습니다. 메모리는 작업을 완료할 때 저장됩니다.",
+ "noResults": "검색과 일치하는 메모리가 없습니다.",
+ "count": "{{count}}개의 메모리",
+ "currentWorkspace": "현재 작업 공간",
+ "allWorkspaces": "모든 작업 공간",
+ "untitled": "제목 없음",
+ "delete": "메모리 삭제"
+}
diff --git a/webview-ui/src/i18n/locales/ko/settings.json b/webview-ui/src/i18n/locales/ko/settings.json
index 1d92395162..d8d166df7b 100644
--- a/webview-ui/src/i18n/locales/ko/settings.json
+++ b/webview-ui/src/i18n/locales/ko/settings.json
@@ -34,7 +34,8 @@
"experimental": "실험적",
"language": "언어",
"about": "Axon Code 정보",
- "display": "디스플레이"
+ "display": "디스플레이",
+ "codeReview": "AI 코드 리뷰"
},
"slashCommands": {
"description": "사용자 지정 워크플로와 작업을 신속하게 실행하기 위해 슬래시 명령을 관리합니다. 더 알아보기"
diff --git a/webview-ui/src/i18n/locales/nl/kilocode.json b/webview-ui/src/i18n/locales/nl/kilocode.json
index 4fac26ef0f..bf66408a18 100644
--- a/webview-ui/src/i18n/locales/nl/kilocode.json
+++ b/webview-ui/src/i18n/locales/nl/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Aan de slag",
"manualModeButton": "Gebruik je eigen API-sleutel",
"alreadySignedUp": "Al aangemeld?",
- "loginText": "Log hier in"
+ "loginText": "Log hier in",
+ "tagline": "De AI Engineering Agent",
+ "exploreMatterAI": "MatterAI verkennen"
},
"lowCreditWarning": {
"addCredit": "Krediet toevoegen",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP-servers"
+ "mcp": "MCP-servers",
+ "codeReview": "AI Code Reviews"
},
"provider": {
"account": "Axon Code Account",
diff --git a/webview-ui/src/i18n/locales/nl/memories.json b/webview-ui/src/i18n/locales/nl/memories.json
new file mode 100644
index 0000000000..275456ef83
--- /dev/null
+++ b/webview-ui/src/i18n/locales/nl/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Herinneringen",
+ "done": "Klaar",
+ "searchPlaceholder": "Herinneringen zoeken...",
+ "loading": "Herinneringen laden...",
+ "noMemories": "Geen herinneringen gevonden. Herinneringen worden opgeslagen wanneer u taken voltooit.",
+ "noResults": "Geen herinneringen komen overeen met uw zoekopdracht.",
+ "count": "{{count}} herinneringen",
+ "currentWorkspace": "Huidige werkruimte",
+ "allWorkspaces": "Alle werkruimtes",
+ "untitled": "Naamloos",
+ "delete": "Herinnering verwijderen"
+}
diff --git a/webview-ui/src/i18n/locales/nl/settings.json b/webview-ui/src/i18n/locales/nl/settings.json
index b36bc6f592..b3fba1ca32 100644
--- a/webview-ui/src/i18n/locales/nl/settings.json
+++ b/webview-ui/src/i18n/locales/nl/settings.json
@@ -34,7 +34,8 @@
"experimental": "Experimenteel",
"language": "Taal",
"about": "Over Axon Code",
- "display": "Weergeven"
+ "display": "Weergeven",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "Beheer je slash-commando's om snel aangepaste workflows en acties uit te voeren. Meer informatie"
diff --git a/webview-ui/src/i18n/locales/pl/kilocode.json b/webview-ui/src/i18n/locales/pl/kilocode.json
index 88114bf40a..4d6fc171f3 100644
--- a/webview-ui/src/i18n/locales/pl/kilocode.json
+++ b/webview-ui/src/i18n/locales/pl/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Rozpocznij",
"manualModeButton": "Użyj własnego klucza API",
"alreadySignedUp": "Już zarejestrowany?",
- "loginText": "Zaloguj się tutaj"
+ "loginText": "Zaloguj się tutaj",
+ "tagline": "Agent Inżynierii AI",
+ "exploreMatterAI": "Odkryj MatterAI"
},
"lowCreditWarning": {
"addCredit": "Dodaj kredyt",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "Serwery MCP"
+ "mcp": "Serwery MCP",
+ "codeReview": "Przeglądy Kodu AI"
},
"provider": {
"account": "Konto Axon Code",
diff --git a/webview-ui/src/i18n/locales/pl/memories.json b/webview-ui/src/i18n/locales/pl/memories.json
new file mode 100644
index 0000000000..04d77fadde
--- /dev/null
+++ b/webview-ui/src/i18n/locales/pl/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Pamięci",
+ "done": "Gotowe",
+ "searchPlaceholder": "Szukaj pamięci...",
+ "loading": "Ładowanie pamięci...",
+ "noMemories": "Nie znaleziono żadnych pamięci. Pamięci są zapisywane po ukończeniu zadań.",
+ "noResults": "Żadne pamięci nie pasują do Twojego wyszukiwania.",
+ "count": "{{count}} pamięci",
+ "currentWorkspace": "Bieżący obszar roboczy",
+ "allWorkspaces": "Wszystkie obszary robocze",
+ "untitled": "Bez tytułu",
+ "delete": "Usuń pamięć"
+}
diff --git a/webview-ui/src/i18n/locales/pl/settings.json b/webview-ui/src/i18n/locales/pl/settings.json
index 7dfd0be38f..8b2218494d 100644
--- a/webview-ui/src/i18n/locales/pl/settings.json
+++ b/webview-ui/src/i18n/locales/pl/settings.json
@@ -34,7 +34,8 @@
"experimental": "Eksperymentalne",
"language": "Język",
"about": "O Axon Code",
- "display": "Wyświetl"
+ "display": "Wyświetl",
+ "codeReview": "Przeglądy Kodu AI"
},
"slashCommands": {
"description": "Zarządzaj poleceniami slash, aby szybko wykonywać niestandardowe przepływy pracy i akcje. Dowiedz się więcej"
diff --git a/webview-ui/src/i18n/locales/pt-BR/kilocode.json b/webview-ui/src/i18n/locales/pt-BR/kilocode.json
index 8c26887a47..4a935cb999 100644
--- a/webview-ui/src/i18n/locales/pt-BR/kilocode.json
+++ b/webview-ui/src/i18n/locales/pt-BR/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Começar",
"manualModeButton": "Use sua própria chave de API",
"alreadySignedUp": "Já se cadastrou?",
- "loginText": "Faça login aqui"
+ "loginText": "Faça login aqui",
+ "tagline": "O Agente de Engenharia de IA",
+ "exploreMatterAI": "Explorar MatterAI"
},
"lowCreditWarning": {
"addCredit": "Adicionar crédito",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "Servidores MCP"
+ "mcp": "Servidores MCP",
+ "codeReview": "Revisões de Código IA"
},
"provider": {
"account": "Conta Axon Code",
diff --git a/webview-ui/src/i18n/locales/pt-BR/memories.json b/webview-ui/src/i18n/locales/pt-BR/memories.json
new file mode 100644
index 0000000000..561d345be1
--- /dev/null
+++ b/webview-ui/src/i18n/locales/pt-BR/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Memórias",
+ "done": "Concluído",
+ "searchPlaceholder": "Pesquisar memórias...",
+ "loading": "Carregando memórias...",
+ "noMemories": "Nenhuma memória encontrada. As memórias são salvas quando você completa tarefas.",
+ "noResults": "Nenhuma memória corresponde à sua pesquisa.",
+ "count": "{{count}} memórias",
+ "currentWorkspace": "Espaço de trabalho atual",
+ "allWorkspaces": "Todos os espaços de trabalho",
+ "untitled": "Sem título",
+ "delete": "Excluir memória"
+}
diff --git a/webview-ui/src/i18n/locales/pt-BR/settings.json b/webview-ui/src/i18n/locales/pt-BR/settings.json
index a9d9830bc8..261d73710c 100644
--- a/webview-ui/src/i18n/locales/pt-BR/settings.json
+++ b/webview-ui/src/i18n/locales/pt-BR/settings.json
@@ -34,7 +34,8 @@
"experimental": "Experimental",
"language": "Idioma",
"about": "Sobre",
- "display": "Exibir"
+ "display": "Exibir",
+ "codeReview": "Revisões de Código IA"
},
"slashCommands": {
"description": "Gerencie seus comandos de barra para executar rapidamente fluxos de trabalho e ações personalizadas. Saiba mais"
diff --git a/webview-ui/src/i18n/locales/ru/kilocode.json b/webview-ui/src/i18n/locales/ru/kilocode.json
index 09130c3ef3..0e04b08f78 100644
--- a/webview-ui/src/i18n/locales/ru/kilocode.json
+++ b/webview-ui/src/i18n/locales/ru/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Начать",
"manualModeButton": "Использовать свой API-ключ",
"alreadySignedUp": "Уже зарегистрированы?",
- "loginText": "Войти здесь"
+ "loginText": "Войти здесь",
+ "tagline": "Агент ИИ-инженерии",
+ "exploreMatterAI": "Изучить MatterAI"
},
"lowCreditWarning": {
"addCredit": "Добавить кредит",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP Серверы"
+ "mcp": "MCP Серверы",
+ "codeReview": "AI Code Reviews"
},
"provider": {
"account": "Аккаунт Axon Code",
diff --git a/webview-ui/src/i18n/locales/ru/memories.json b/webview-ui/src/i18n/locales/ru/memories.json
new file mode 100644
index 0000000000..43f2b74944
--- /dev/null
+++ b/webview-ui/src/i18n/locales/ru/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Воспоминания",
+ "done": "Готово",
+ "searchPlaceholder": "Поиск воспоминаний...",
+ "loading": "Загрузка воспоминаний...",
+ "noMemories": "Воспоминания не найдены. Воспоминания сохраняются при выполнении задач.",
+ "noResults": "Нет воспоминаний, соответствующих вашему поиску.",
+ "count": "{{count}} воспоминаний",
+ "currentWorkspace": "Текущее рабочее пространство",
+ "allWorkspaces": "Все рабочие пространства",
+ "untitled": "Без названия",
+ "delete": "Удалить воспоминание"
+}
diff --git a/webview-ui/src/i18n/locales/ru/settings.json b/webview-ui/src/i18n/locales/ru/settings.json
index 82e26be4b1..a88046e05a 100644
--- a/webview-ui/src/i18n/locales/ru/settings.json
+++ b/webview-ui/src/i18n/locales/ru/settings.json
@@ -34,7 +34,8 @@
"experimental": "Экспериментальное",
"language": "Язык",
"about": "О Axon Code",
- "display": "Показать"
+ "display": "Показать",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "Управляйте своими слэш-командами для быстрого выполнения пользовательских рабочих процессов и действий. Узнать больше"
diff --git a/webview-ui/src/i18n/locales/th/kilocode.json b/webview-ui/src/i18n/locales/th/kilocode.json
index 0e490be3e6..c8b740c20b 100644
--- a/webview-ui/src/i18n/locales/th/kilocode.json
+++ b/webview-ui/src/i18n/locales/th/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "เริ่มต้น",
"manualModeButton": "ใช้ API key ของคุณเอง",
"alreadySignedUp": "สมัครแล้ว?",
- "loginText": "เข้าสู่ระบบที่นี่"
+ "loginText": "เข้าสู่ระบบที่นี่",
+ "tagline": "AI Engineering Agent",
+ "exploreMatterAI": "สำรวจ MatterAI"
},
"lowCreditWarning": {
"addCredit": "เติมเครดิต",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP Servers"
+ "mcp": "MCP Servers",
+ "codeReview": "AI Code Reviews"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/th/memories.json b/webview-ui/src/i18n/locales/th/memories.json
new file mode 100644
index 0000000000..6702be03eb
--- /dev/null
+++ b/webview-ui/src/i18n/locales/th/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "ความทรงจำ",
+ "done": "เสร็จสิ้น",
+ "searchPlaceholder": "ค้นหาความทรงจำ...",
+ "loading": "กำลังโหลดความทรงจำ...",
+ "noMemories": "ไม่พบความทรงจำ ความทรงจำจะถูกบันทึกเมื่อคุณทำงานเสร็จ",
+ "noResults": "ไม่มีความทรงจำที่ตรงกับการค้นหาของคุณ",
+ "count": "{{count}} ความทรงจำ",
+ "currentWorkspace": "พื้นที่ทำงานปัจจุบัน",
+ "allWorkspaces": "พื้นที่ทำงานทั้งหมด",
+ "untitled": "ไม่มีชื่อ",
+ "delete": "ลบความทรงจำ"
+}
diff --git a/webview-ui/src/i18n/locales/th/settings.json b/webview-ui/src/i18n/locales/th/settings.json
index c78475ff1f..5b6fec3511 100644
--- a/webview-ui/src/i18n/locales/th/settings.json
+++ b/webview-ui/src/i18n/locales/th/settings.json
@@ -35,7 +35,8 @@
"ui": "UI",
"experimental": "ทดลอง",
"language": "ภาษา",
- "about": "เกี่ยวกับ Axon Code"
+ "about": "เกี่ยวกับ Axon Code",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "จัดการคำสั่งแบบ slash ของคุณเพื่อดำเนินการเวิร์กโฟลว์และการกระทำแบบกำหนดเองอย่างรวดเร็ว เรียนรู้เพิ่มเติม"
diff --git a/webview-ui/src/i18n/locales/tr/kilocode.json b/webview-ui/src/i18n/locales/tr/kilocode.json
index 6685fdb693..fe53edacdc 100644
--- a/webview-ui/src/i18n/locales/tr/kilocode.json
+++ b/webview-ui/src/i18n/locales/tr/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Başla",
"manualModeButton": "Kendi API anahtarınızı kullanın",
"alreadySignedUp": "Zaten kaydoldunuz mu?",
- "loginText": "Buradan giriş yapın"
+ "loginText": "Buradan giriş yapın",
+ "tagline": "AI Mühendislik Aracısı",
+ "exploreMatterAI": "MatterAI'yi Keşfet"
},
"lowCreditWarning": {
"addCredit": "Kredi Ekle",
@@ -32,7 +34,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP Sunucuları"
+ "mcp": "MCP Sunucuları",
+ "codeReview": "AI Kod İncelemeleri"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/tr/memories.json b/webview-ui/src/i18n/locales/tr/memories.json
new file mode 100644
index 0000000000..f2bb308417
--- /dev/null
+++ b/webview-ui/src/i18n/locales/tr/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Hafızalar",
+ "done": "Tamamlandı",
+ "searchPlaceholder": "Hafıza ara...",
+ "loading": "Hafızalar yükleniyor...",
+ "noMemories": "Hafıza bulunamadı. Hafızalar görevleri tamamladığınızda kaydedilir.",
+ "noResults": "Aramanızla eşleşen hafıza yok.",
+ "count": "{{count}} hafıza",
+ "currentWorkspace": "Mevcut çalışma alanı",
+ "allWorkspaces": "Tüm çalışma alanları",
+ "untitled": "Adsız",
+ "delete": "Hafızayı sil"
+}
diff --git a/webview-ui/src/i18n/locales/tr/settings.json b/webview-ui/src/i18n/locales/tr/settings.json
index fb81adb7b2..19f81d66ec 100644
--- a/webview-ui/src/i18n/locales/tr/settings.json
+++ b/webview-ui/src/i18n/locales/tr/settings.json
@@ -35,7 +35,8 @@
"language": "Dil",
"about": "Axon Code Hakkında",
"display": "Göster",
- "ghost": "Ghost"
+ "ghost": "Ghost",
+ "codeReview": "AI Kod İncelemeleri"
},
"slashCommands": {
"description": "Özel iş akışlarını ve eylemleri hızlı bir şekilde yürütmek için eğik çizgi komutlarınızı yönetin. Daha fazla bilgi edinin"
diff --git a/webview-ui/src/i18n/locales/uk/kilocode.json b/webview-ui/src/i18n/locales/uk/kilocode.json
index 4836da778c..672a1fab2b 100644
--- a/webview-ui/src/i18n/locales/uk/kilocode.json
+++ b/webview-ui/src/i18n/locales/uk/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Почати",
"manualModeButton": "Використовуй власний API key",
"alreadySignedUp": "Вже зареєструвався?",
- "loginText": "Увійти тут"
+ "loginText": "Увійти тут",
+ "tagline": "Агент ІІ-інженерії",
+ "exploreMatterAI": "Дослідити MatterAI"
},
"lowCreditWarning": {
"addCredit": "Додати кредит",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP сервери"
+ "mcp": "MCP сервери",
+ "codeReview": "AI Code Reviews"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/uk/memories.json b/webview-ui/src/i18n/locales/uk/memories.json
new file mode 100644
index 0000000000..5740e9e5b9
--- /dev/null
+++ b/webview-ui/src/i18n/locales/uk/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Спогади",
+ "done": "Готово",
+ "searchPlaceholder": "Пошук спогадів...",
+ "loading": "Завантаження спогадів...",
+ "noMemories": "Спогадів не знайдено. Спогади зберігаються при виконанні завдань.",
+ "noResults": "Немає спогадів, що відповідають вашому пошуку.",
+ "count": "{{count}} спогадів",
+ "currentWorkspace": "Поточний робочий простір",
+ "allWorkspaces": "Усі робочі простори",
+ "untitled": "Без назви",
+ "delete": "Видалити спогад"
+}
diff --git a/webview-ui/src/i18n/locales/uk/settings.json b/webview-ui/src/i18n/locales/uk/settings.json
index dd2583203e..511a0cb3f1 100644
--- a/webview-ui/src/i18n/locales/uk/settings.json
+++ b/webview-ui/src/i18n/locales/uk/settings.json
@@ -35,7 +35,8 @@
"experimental": "Експериментальне",
"language": "Мова",
"about": "Про Axon Code",
- "ghost": "Ghost"
+ "ghost": "Ghost",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "Керуйте своїми slash командами для швидкого виконання власних робочих процесів та дій. Дізнатися більше"
diff --git a/webview-ui/src/i18n/locales/vi/kilocode.json b/webview-ui/src/i18n/locales/vi/kilocode.json
index 24ab2adbf7..0ab0fd534b 100644
--- a/webview-ui/src/i18n/locales/vi/kilocode.json
+++ b/webview-ui/src/i18n/locales/vi/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "Bắt đầu",
"manualModeButton": "Sử dụng khóa API của riêng bạn",
"alreadySignedUp": "Đã đăng ký?",
- "loginText": "Đăng nhập tại đây"
+ "loginText": "Đăng nhập tại đây",
+ "tagline": "AI Engineering Agent",
+ "exploreMatterAI": "Khám phá MatterAI"
},
"lowCreditWarning": {
"addCredit": "Thêm tín dụng",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "Máy chủ MCP"
+ "mcp": "Máy chủ MCP",
+ "codeReview": "AI Code Reviews"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/vi/memories.json b/webview-ui/src/i18n/locales/vi/memories.json
new file mode 100644
index 0000000000..2040562624
--- /dev/null
+++ b/webview-ui/src/i18n/locales/vi/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "Ký ức",
+ "done": "Xong",
+ "searchPlaceholder": "Tìm kiếm ký ức...",
+ "loading": "Đang tải ký ức...",
+ "noMemories": "Không tìm thấy ký ức nào. Ký ức được lưu khi bạn hoàn thành nhiệm vụ.",
+ "noResults": "Không có ký ức nào khớp với tìm kiếm của bạn.",
+ "count": "{{count}} ký ức",
+ "currentWorkspace": "Không gian làm việc hiện tại",
+ "allWorkspaces": "Tất cả không gian làm việc",
+ "untitled": "Không có tiêu đề",
+ "delete": "Xóa ký ức"
+}
diff --git a/webview-ui/src/i18n/locales/vi/settings.json b/webview-ui/src/i18n/locales/vi/settings.json
index a6194d2f1d..6654ff5629 100644
--- a/webview-ui/src/i18n/locales/vi/settings.json
+++ b/webview-ui/src/i18n/locales/vi/settings.json
@@ -34,7 +34,8 @@
"experimental": "Thử nghiệm",
"language": "Ngôn ngữ",
"about": "Giới thiệu",
- "display": "Hiển thị"
+ "display": "Hiển thị",
+ "codeReview": "AI Code Reviews"
},
"slashCommands": {
"description": "Quản lý các lệnh slash của bạn để thực thi nhanh các quy trình công việc và hành động tùy chỉnh. Tìm hiểu thêm"
diff --git a/webview-ui/src/i18n/locales/zh-CN/kilocode.json b/webview-ui/src/i18n/locales/zh-CN/kilocode.json
index 7bf8225962..a46cc199fb 100644
--- a/webview-ui/src/i18n/locales/zh-CN/kilocode.json
+++ b/webview-ui/src/i18n/locales/zh-CN/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "开始使用",
"manualModeButton": "使用你自己的 API 密钥",
"alreadySignedUp": "已经注册了?",
- "loginText": "在此登录"
+ "loginText": "在此登录",
+ "tagline": "AI 工程代理",
+ "exploreMatterAI": "探索 MatterAI"
},
"lowCreditWarning": {
"addCredit": "添加额度",
@@ -39,7 +41,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP 服务器"
+ "mcp": "MCP 服务器",
+ "codeReview": "AI 代码审查"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/zh-CN/memories.json b/webview-ui/src/i18n/locales/zh-CN/memories.json
new file mode 100644
index 0000000000..4499abca66
--- /dev/null
+++ b/webview-ui/src/i18n/locales/zh-CN/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "记忆",
+ "done": "完成",
+ "searchPlaceholder": "搜索记忆...",
+ "loading": "正在加载记忆...",
+ "noMemories": "未找到记忆。完成任务时会保存记忆。",
+ "noResults": "没有与您的搜索匹配的记忆。",
+ "count": "{{count}}条记忆",
+ "currentWorkspace": "当前工作区",
+ "allWorkspaces": "所有工作区",
+ "untitled": "无标题",
+ "delete": "删除记忆"
+}
diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json
index d5a65568c1..e0e1b09a86 100644
--- a/webview-ui/src/i18n/locales/zh-CN/settings.json
+++ b/webview-ui/src/i18n/locales/zh-CN/settings.json
@@ -35,7 +35,8 @@
"language": "语言",
"about": "关于 Axon Code",
"mcp": "MCP 服务器",
- "display": "显示"
+ "display": "显示",
+ "codeReview": "AI 代码审查"
},
"slashCommands": {
"description": "管理您的斜杠命令,以快速执行自定义工作流和操作。 了解更多"
diff --git a/webview-ui/src/i18n/locales/zh-TW/kilocode.json b/webview-ui/src/i18n/locales/zh-TW/kilocode.json
index bef4c4cb70..95adb44cc1 100644
--- a/webview-ui/src/i18n/locales/zh-TW/kilocode.json
+++ b/webview-ui/src/i18n/locales/zh-TW/kilocode.json
@@ -7,7 +7,9 @@
"ctaButton": "開始使用",
"manualModeButton": "使用你自己的 API 金鑰",
"alreadySignedUp": "已經註冊了?",
- "loginText": "在此登入"
+ "loginText": "在此登入",
+ "tagline": "AI 工程代理",
+ "exploreMatterAI": "探索 MatterAI"
},
"lowCreditWarning": {
"addCredit": "添加額度",
@@ -34,7 +36,8 @@
},
"settings": {
"sections": {
- "mcp": "MCP 伺服器"
+ "mcp": "MCP 伺服器",
+ "codeReview": "AI 程式碼審查"
},
"contextManagement": {
"allowVeryLargeReads": {
diff --git a/webview-ui/src/i18n/locales/zh-TW/memories.json b/webview-ui/src/i18n/locales/zh-TW/memories.json
new file mode 100644
index 0000000000..f707bb011f
--- /dev/null
+++ b/webview-ui/src/i18n/locales/zh-TW/memories.json
@@ -0,0 +1,13 @@
+{
+ "title": "記憶",
+ "done": "完成",
+ "searchPlaceholder": "搜尋記憶...",
+ "loading": "正在載入記憶...",
+ "noMemories": "未找到記憶。完成任務時會保存記憶。",
+ "noResults": "沒有與您的搜尋匹配的記憶。",
+ "count": "{{count}}條記憶",
+ "currentWorkspace": "目前工作區",
+ "allWorkspaces": "所有工作區",
+ "untitled": "無標題",
+ "delete": "刪除記憶"
+}
diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json
index c37f190bdd..4922a05c7a 100644
--- a/webview-ui/src/i18n/locales/zh-TW/settings.json
+++ b/webview-ui/src/i18n/locales/zh-TW/settings.json
@@ -35,7 +35,8 @@
"language": "語言",
"about": "關於 Axon Code",
"display": "顯示",
- "ghost": "Ghost"
+ "ghost": "Ghost",
+ "codeReview": "AI 程式碼審查"
},
"slashCommands": {
"description": "管理您的斜線命令,以便快速執行自訂工作流程和動作。 了解更多"