Skip to content

Commit 8c3f1ff

Browse files
committed
feat(i18n): add mcp error tab translations
1 parent 1f7835f commit 8c3f1ff

File tree

16 files changed

+125
-95
lines changed

16 files changed

+125
-95
lines changed

webview-ui/src/i18n/locales/ca/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Eines",
22-
"resources": "Recursos"
22+
"resources": "Recursos",
23+
"errors": "Errors"
2324
},
2425
"emptyState": {
2526
"noTools": "No s'han trobat eines",
26-
"noResources": "No s'han trobat recursos"
27+
"noResources": "No s'han trobat recursos",
28+
"noLogs": "No s'han trobat registres"
2729
},
2830
"networkTimeout": {
2931
"label": "Temps d'espera de xarxa",
@@ -49,4 +51,4 @@
4951
"retrying": "Reintentant...",
5052
"retryConnection": "Reintentar connexió"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/de/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Tools",
22-
"resources": "Ressourcen"
22+
"resources": "Ressourcen",
23+
"errors": "Fehler"
2324
},
2425
"emptyState": {
2526
"noTools": "Keine Tools gefunden",
26-
"noResources": "Keine Ressourcen gefunden"
27+
"noResources": "Keine Ressourcen gefunden",
28+
"noLogs": "Keine Logs gefunden"
2729
},
2830
"networkTimeout": {
2931
"label": "Netzwerk-Timeout",
@@ -49,4 +51,4 @@
4951
"retrying": "Wiederhole...",
5052
"retryConnection": "Verbindung wiederherstellen"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/en/mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"emptyState": {
2626
"noTools": "No tools found",
2727
"noResources": "No resources found",
28-
"noErrors": "No errors found"
28+
"noLogs": "No logs found"
2929
},
3030
"networkTimeout": {
3131
"label": "Network Timeout",
@@ -51,4 +51,4 @@
5151
"retrying": "Retrying...",
5252
"retryConnection": "Retry Connection"
5353
}
54-
}
54+
}

webview-ui/src/i18n/locales/es/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Herramientas",
22-
"resources": "Recursos"
22+
"resources": "Recursos",
23+
"errors": "Errores"
2324
},
2425
"emptyState": {
2526
"noTools": "No se encontraron herramientas",
26-
"noResources": "No se encontraron recursos"
27+
"noResources": "No se encontraron recursos",
28+
"noLogs": "No se encontraron registros"
2729
},
2830
"networkTimeout": {
2931
"label": "Tiempo de espera de red",
@@ -49,4 +51,4 @@
4951
"retrying": "Reintentando...",
5052
"retryConnection": "Reintentar conexión"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/fr/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Outils",
22-
"resources": "Ressources"
22+
"resources": "Ressources",
23+
"errors": "Erreurs"
2324
},
2425
"emptyState": {
2526
"noTools": "Aucun outil trouvé",
26-
"noResources": "Aucune ressource trouvée"
27+
"noResources": "Aucune ressource trouvée",
28+
"noLogs": "Aucun log trouvé"
2729
},
2830
"networkTimeout": {
2931
"label": "Délai d'attente réseau",
@@ -49,4 +51,4 @@
4951
"retrying": "Nouvelle tentative...",
5052
"retryConnection": "Réessayer la connexion"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/hi/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "उपकरण",
22-
"resources": "संसाधन"
22+
"resources": "संसाधन",
23+
"errors": "त्रुटियाँ"
2324
},
2425
"emptyState": {
2526
"noTools": "कोई उपकरण नहीं मिला",
26-
"noResources": "कोई संसाधन नहीं मिला"
27+
"noResources": "कोई संसाधन नहीं मिला",
28+
"noLogs": "कोई लॉग नहीं मिला"
2729
},
2830
"networkTimeout": {
2931
"label": "नेटवर्क टाइमआउट",
@@ -49,4 +51,4 @@
4951
"retrying": "पुनः प्रयास कर रहे हैं...",
5052
"retryConnection": "कनेक्शन पुनः प्रयास करें"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/it/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Strumenti",
22-
"resources": "Risorse"
22+
"resources": "Risorse",
23+
"errors": "Errori"
2324
},
2425
"emptyState": {
2526
"noTools": "Nessuno strumento trovato",
26-
"noResources": "Nessuna risorsa trovata"
27+
"noResources": "Nessuna risorsa trovata",
28+
"noLogs": "Nessun log trovato"
2729
},
2830
"networkTimeout": {
2931
"label": "Timeout di rete",
@@ -49,4 +51,4 @@
4951
"retrying": "Nuovo tentativo...",
5052
"retryConnection": "Riprova connessione"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/ja/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "ツール",
22-
"resources": "リソース"
22+
"resources": "リソース",
23+
"errors": "エラー"
2324
},
2425
"emptyState": {
2526
"noTools": "ツールが見つかりません",
26-
"noResources": "リソースが見つかりません"
27+
"noResources": "リソースが見つかりません",
28+
"noLogs": "ログが見つかりません"
2729
},
2830
"networkTimeout": {
2931
"label": "ネットワークタイムアウト",
@@ -49,4 +51,4 @@
4951
"retrying": "再試行中...",
5052
"retryConnection": "接続を再試行"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/ko/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "도구",
22-
"resources": "리소스"
22+
"resources": "리소스",
23+
"errors": "오류"
2324
},
2425
"emptyState": {
2526
"noTools": "도구를 찾을 수 없음",
26-
"noResources": "리소스를 찾을 수 없음"
27+
"noResources": "리소스를 찾을 수 없음",
28+
"noLogs": "로그를 찾을 수 없음"
2729
},
2830
"networkTimeout": {
2931
"label": "네트워크 타임아웃",
@@ -49,4 +51,4 @@
4951
"retrying": "재시도 중...",
5052
"retryConnection": "연결 재시도"
5153
}
52-
}
54+
}

webview-ui/src/i18n/locales/pl/mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
},
2020
"tabs": {
2121
"tools": "Narzędzia",
22-
"resources": "Zasoby"
22+
"resources": "Zasoby",
23+
"errors": "Błędy"
2324
},
2425
"emptyState": {
2526
"noTools": "Nie znaleziono narzędzi",
26-
"noResources": "Nie znaleziono zasobów"
27+
"noResources": "Nie znaleziono zasobów",
28+
"noLogs": "Nie znaleziono logów"
2729
},
2830
"networkTimeout": {
2931
"label": "Limit czasu sieci",
@@ -49,4 +51,4 @@
4951
"retrying": "Ponowna próba...",
5052
"retryConnection": "Ponów połączenie"
5153
}
52-
}
54+
}

0 commit comments

Comments
 (0)