first commit

This commit is contained in:
nasir@endelospay.com
2025-08-12 02:54:17 +05:00
commit d97cad1736
225 changed files with 137626 additions and 0 deletions

View File

@@ -0,0 +1,446 @@
{
"extensionName": {
"message": "chrome-mcp-server",
"description": "Erweiterungsname"
},
"extensionDescription": {
"message": "Stellt Browser-Funktionen mit Ihrem eigenen Chrome zur Verfügung",
"description": "Erweiterungsbeschreibung"
},
"nativeServerConfigLabel": {
"message": "Native Server-Konfiguration",
"description": "Hauptabschnittstitel für Native Server-Einstellungen"
},
"semanticEngineLabel": {
"message": "Semantische Engine",
"description": "Hauptabschnittstitel für semantische Engine"
},
"embeddingModelLabel": {
"message": "Embedding-Modell",
"description": "Hauptabschnittstitel für Modellauswahl"
},
"indexDataManagementLabel": {
"message": "Index-Datenverwaltung",
"description": "Hauptabschnittstitel für Datenverwaltung"
},
"modelCacheManagementLabel": {
"message": "Modell-Cache-Verwaltung",
"description": "Hauptabschnittstitel für Cache-Verwaltung"
},
"statusLabel": {
"message": "Status",
"description": "Allgemeines Statuslabel"
},
"runningStatusLabel": {
"message": "Betriebsstatus",
"description": "Server-Betriebsstatuslabel"
},
"connectionStatusLabel": {
"message": "Verbindungsstatus",
"description": "Verbindungsstatuslabel"
},
"lastUpdatedLabel": {
"message": "Zuletzt aktualisiert:",
"description": "Zeitstempel der letzten Aktualisierung"
},
"connectButton": {
"message": "Verbinden",
"description": "Verbinden-Schaltflächentext"
},
"disconnectButton": {
"message": "Trennen",
"description": "Trennen-Schaltflächentext"
},
"connectingStatus": {
"message": "Verbindung wird hergestellt...",
"description": "Verbindungsstatusmeldung"
},
"connectedStatus": {
"message": "Verbunden",
"description": "Verbunden-Statusmeldung"
},
"disconnectedStatus": {
"message": "Getrennt",
"description": "Getrennt-Statusmeldung"
},
"detectingStatus": {
"message": "Erkennung läuft...",
"description": "Erkennungsstatusmeldung"
},
"serviceRunningStatus": {
"message": "Service läuft (Port: $PORT$)",
"description": "Service läuft mit Portnummer",
"placeholders": {
"port": {
"content": "$1",
"example": "12306"
}
}
},
"serviceNotConnectedStatus": {
"message": "Service nicht verbunden",
"description": "Service nicht verbunden Status"
},
"connectedServiceNotStartedStatus": {
"message": "Verbunden, Service nicht gestartet",
"description": "Verbunden aber Service nicht gestartet Status"
},
"mcpServerConfigLabel": {
"message": "MCP Server-Konfiguration",
"description": "MCP Server-Konfigurationsabschnittslabel"
},
"connectionPortLabel": {
"message": "Verbindungsport",
"description": "Verbindungsport-Eingabelabel"
},
"refreshStatusButton": {
"message": "Status aktualisieren",
"description": "Status aktualisieren Schaltflächen-Tooltip"
},
"copyConfigButton": {
"message": "Konfiguration kopieren",
"description": "Konfiguration kopieren Schaltflächentext"
},
"retryButton": {
"message": "Wiederholen",
"description": "Wiederholen-Schaltflächentext"
},
"cancelButton": {
"message": "Abbrechen",
"description": "Abbrechen-Schaltflächentext"
},
"confirmButton": {
"message": "Bestätigen",
"description": "Bestätigen-Schaltflächentext"
},
"saveButton": {
"message": "Speichern",
"description": "Speichern-Schaltflächentext"
},
"closeButton": {
"message": "Schließen",
"description": "Schließen-Schaltflächentext"
},
"resetButton": {
"message": "Zurücksetzen",
"description": "Zurücksetzen-Schaltflächentext"
},
"initializingStatus": {
"message": "Initialisierung...",
"description": "Initialisierung-Fortschrittsmeldung"
},
"processingStatus": {
"message": "Verarbeitung...",
"description": "Verarbeitung-Fortschrittsmeldung"
},
"loadingStatus": {
"message": "Wird geladen...",
"description": "Ladefortschrittsmeldung"
},
"clearingStatus": {
"message": "Wird geleert...",
"description": "Leerungsfortschrittsmeldung"
},
"cleaningStatus": {
"message": "Wird bereinigt...",
"description": "Bereinigungsfortschrittsmeldung"
},
"downloadingStatus": {
"message": "Wird heruntergeladen...",
"description": "Download-Fortschrittsmeldung"
},
"semanticEngineReadyStatus": {
"message": "Semantische Engine bereit",
"description": "Semantische Engine bereit Status"
},
"semanticEngineInitializingStatus": {
"message": "Semantische Engine wird initialisiert...",
"description": "Semantische Engine Initialisierungsstatus"
},
"semanticEngineInitFailedStatus": {
"message": "Initialisierung der semantischen Engine fehlgeschlagen",
"description": "Semantische Engine Initialisierung fehlgeschlagen Status"
},
"semanticEngineNotInitStatus": {
"message": "Semantische Engine nicht initialisiert",
"description": "Semantische Engine nicht initialisiert Status"
},
"initSemanticEngineButton": {
"message": "Semantische Engine initialisieren",
"description": "Semantische Engine initialisieren Schaltflächentext"
},
"reinitializeButton": {
"message": "Neu initialisieren",
"description": "Neu initialisieren Schaltflächentext"
},
"downloadingModelStatus": {
"message": "Modell wird heruntergeladen... $PROGRESS$%",
"description": "Modell-Download-Fortschritt mit Prozentsatz",
"placeholders": {
"progress": {
"content": "$1",
"example": "50"
}
}
},
"switchingModelStatus": {
"message": "Modell wird gewechselt...",
"description": "Modellwechsel-Fortschrittsmeldung"
},
"modelLoadedStatus": {
"message": "Modell geladen",
"description": "Modell erfolgreich geladen Status"
},
"modelFailedStatus": {
"message": "Modell konnte nicht geladen werden",
"description": "Modell-Ladefehler Status"
},
"lightweightModelDescription": {
"message": "Leichtgewichtiges mehrsprachiges Modell",
"description": "Beschreibung für leichtgewichtige Modelloption"
},
"betterThanSmallDescription": {
"message": "Etwas größer als e5-small, aber bessere Leistung",
"description": "Beschreibung für mittlere Modelloption"
},
"multilingualModelDescription": {
"message": "Mehrsprachiges semantisches Modell",
"description": "Beschreibung für mehrsprachige Modelloption"
},
"fastPerformance": {
"message": "Schnell",
"description": "Schnelle Leistungsanzeige"
},
"balancedPerformance": {
"message": "Ausgewogen",
"description": "Ausgewogene Leistungsanzeige"
},
"accuratePerformance": {
"message": "Genau",
"description": "Genaue Leistungsanzeige"
},
"networkErrorMessage": {
"message": "Netzwerkverbindungsfehler, bitte Netzwerk prüfen und erneut versuchen",
"description": "Netzwerkverbindungsfehlermeldung"
},
"modelCorruptedErrorMessage": {
"message": "Modelldatei beschädigt oder unvollständig, bitte Download wiederholen",
"description": "Modell-Beschädigungsfehlermeldung"
},
"unknownErrorMessage": {
"message": "Unbekannter Fehler, bitte prüfen Sie, ob Ihr Netzwerk auf HuggingFace zugreifen kann",
"description": "Unbekannte Fehler-Rückfallmeldung"
},
"permissionDeniedErrorMessage": {
"message": "Zugriff verweigert",
"description": "Zugriff verweigert Fehlermeldung"
},
"timeoutErrorMessage": {
"message": "Zeitüberschreitung",
"description": "Zeitüberschreitungsfehlermeldung"
},
"indexedPagesLabel": {
"message": "Indizierte Seiten",
"description": "Anzahl indizierter Seiten Label"
},
"indexSizeLabel": {
"message": "Indexgröße",
"description": "Indexgröße Label"
},
"activeTabsLabel": {
"message": "Aktive Tabs",
"description": "Anzahl aktiver Tabs Label"
},
"vectorDocumentsLabel": {
"message": "Vektordokumente",
"description": "Anzahl Vektordokumente Label"
},
"cacheSizeLabel": {
"message": "Cache-Größe",
"description": "Cache-Größe Label"
},
"cacheEntriesLabel": {
"message": "Cache-Einträge",
"description": "Anzahl Cache-Einträge Label"
},
"clearAllDataButton": {
"message": "Alle Daten löschen",
"description": "Alle Daten löschen Schaltflächentext"
},
"clearAllCacheButton": {
"message": "Gesamten Cache löschen",
"description": "Gesamten Cache löschen Schaltflächentext"
},
"cleanExpiredCacheButton": {
"message": "Abgelaufenen Cache bereinigen",
"description": "Abgelaufenen Cache bereinigen Schaltflächentext"
},
"exportDataButton": {
"message": "Daten exportieren",
"description": "Daten exportieren Schaltflächentext"
},
"importDataButton": {
"message": "Daten importieren",
"description": "Daten importieren Schaltflächentext"
},
"confirmClearDataTitle": {
"message": "Datenlöschung bestätigen",
"description": "Datenlöschung bestätigen Dialogtitel"
},
"settingsTitle": {
"message": "Einstellungen",
"description": "Einstellungen Dialogtitel"
},
"aboutTitle": {
"message": "Über",
"description": "Über Dialogtitel"
},
"helpTitle": {
"message": "Hilfe",
"description": "Hilfe Dialogtitel"
},
"clearDataWarningMessage": {
"message": "Diese Aktion löscht alle indizierten Webseiteninhalte und Vektordaten, einschließlich:",
"description": "Datenlöschung Warnmeldung"
},
"clearDataList1": {
"message": "Alle Webseitentextinhaltsindizes",
"description": "Erster Punkt in Datenlöschungsliste"
},
"clearDataList2": {
"message": "Vektor-Embedding-Daten",
"description": "Zweiter Punkt in Datenlöschungsliste"
},
"clearDataList3": {
"message": "Suchverlauf und Cache",
"description": "Dritter Punkt in Datenlöschungsliste"
},
"clearDataIrreversibleWarning": {
"message": "Diese Aktion ist unwiderruflich! Nach dem Löschen müssen Sie Webseiten erneut durchsuchen, um den Index neu aufzubauen.",
"description": "Unwiderrufliche Aktion Warnung"
},
"confirmClearButton": {
"message": "Löschung bestätigen",
"description": "Löschung bestätigen Aktionsschaltfläche"
},
"cacheDetailsLabel": {
"message": "Cache-Details",
"description": "Cache-Details Abschnittslabel"
},
"noCacheDataMessage": {
"message": "Keine Cache-Daten vorhanden",
"description": "Keine Cache-Daten verfügbar Meldung"
},
"loadingCacheInfoStatus": {
"message": "Cache-Informationen werden geladen...",
"description": "Cache-Informationen laden Status"
},
"processingCacheStatus": {
"message": "Cache wird verarbeitet...",
"description": "Cache verarbeiten Status"
},
"expiredLabel": {
"message": "Abgelaufen",
"description": "Abgelaufenes Element Label"
},
"bookmarksBarLabel": {
"message": "Lesezeichenleiste",
"description": "Lesezeichenleiste Ordnername"
},
"newTabLabel": {
"message": "Neuer Tab",
"description": "Neuer Tab Label"
},
"currentPageLabel": {
"message": "Aktuelle Seite",
"description": "Aktuelle Seite Label"
},
"menuLabel": {
"message": "Menü",
"description": "Menü Barrierefreiheitslabel"
},
"navigationLabel": {
"message": "Navigation",
"description": "Navigation Barrierefreiheitslabel"
},
"mainContentLabel": {
"message": "Hauptinhalt",
"description": "Hauptinhalt Barrierefreiheitslabel"
},
"languageSelectorLabel": {
"message": "Sprache",
"description": "Sprachauswahl Label"
},
"themeLabel": {
"message": "Design",
"description": "Design-Auswahl Label"
},
"lightTheme": {
"message": "Hell",
"description": "Helles Design Option"
},
"darkTheme": {
"message": "Dunkel",
"description": "Dunkles Design Option"
},
"autoTheme": {
"message": "Automatisch",
"description": "Automatisches Design Option"
},
"advancedSettingsLabel": {
"message": "Erweiterte Einstellungen",
"description": "Erweiterte Einstellungen Abschnittslabel"
},
"debugModeLabel": {
"message": "Debug-Modus",
"description": "Debug-Modus Umschalter Label"
},
"verboseLoggingLabel": {
"message": "Ausführliche Protokollierung",
"description": "Ausführliche Protokollierung Umschalter Label"
},
"successNotification": {
"message": "Vorgang erfolgreich abgeschlossen",
"description": "Allgemeine Erfolgsmeldung"
},
"warningNotification": {
"message": "Warnung: Bitte prüfen Sie vor dem Fortfahren",
"description": "Allgemeine Warnmeldung"
},
"infoNotification": {
"message": "Information",
"description": "Allgemeine Informationsmeldung"
},
"configCopiedNotification": {
"message": "Konfiguration in Zwischenablage kopiert",
"description": "Konfiguration kopiert Erfolgsmeldung"
},
"dataClearedNotification": {
"message": "Daten erfolgreich gelöscht",
"description": "Daten gelöscht Erfolgsmeldung"
},
"bytesUnit": {
"message": "Bytes",
"description": "Bytes Einheit"
},
"kilobytesUnit": {
"message": "KB",
"description": "Kilobytes Einheit"
},
"megabytesUnit": {
"message": "MB",
"description": "Megabytes Einheit"
},
"gigabytesUnit": {
"message": "GB",
"description": "Gigabytes Einheit"
},
"itemsUnit": {
"message": "Elemente",
"description": "Elemente Zähleinheit"
},
"pagesUnit": {
"message": "Seiten",
"description": "Seiten Zähleinheit"
}
}

View File

@@ -0,0 +1,446 @@
{
"extensionName": {
"message": "chrome-mcp-server",
"description": "Extension name"
},
"extensionDescription": {
"message": "Exposes browser capabilities with your own chrome",
"description": "Extension description"
},
"nativeServerConfigLabel": {
"message": "Native Server Configuration",
"description": "Main section header for native server settings"
},
"semanticEngineLabel": {
"message": "Semantic Engine",
"description": "Main section header for semantic engine"
},
"embeddingModelLabel": {
"message": "Embedding Model",
"description": "Main section header for model selection"
},
"indexDataManagementLabel": {
"message": "Index Data Management",
"description": "Main section header for data management"
},
"modelCacheManagementLabel": {
"message": "Model Cache Management",
"description": "Main section header for cache management"
},
"statusLabel": {
"message": "Status",
"description": "Generic status label"
},
"runningStatusLabel": {
"message": "Running Status",
"description": "Server running status label"
},
"connectionStatusLabel": {
"message": "Connection Status",
"description": "Connection status label"
},
"lastUpdatedLabel": {
"message": "Last Updated:",
"description": "Last updated timestamp label"
},
"connectButton": {
"message": "Connect",
"description": "Connect button text"
},
"disconnectButton": {
"message": "Disconnect",
"description": "Disconnect button text"
},
"connectingStatus": {
"message": "Connecting...",
"description": "Connecting status message"
},
"connectedStatus": {
"message": "Connected",
"description": "Connected status message"
},
"disconnectedStatus": {
"message": "Disconnected",
"description": "Disconnected status message"
},
"detectingStatus": {
"message": "Detecting...",
"description": "Detecting status message"
},
"serviceRunningStatus": {
"message": "Service Running (Port: $PORT$)",
"description": "Service running with port number",
"placeholders": {
"port": {
"content": "$1",
"example": "12306"
}
}
},
"serviceNotConnectedStatus": {
"message": "Service Not Connected",
"description": "Service not connected status"
},
"connectedServiceNotStartedStatus": {
"message": "Connected, Service Not Started",
"description": "Connected but service not started status"
},
"mcpServerConfigLabel": {
"message": "MCP Server Configuration",
"description": "MCP server configuration section label"
},
"connectionPortLabel": {
"message": "Connection Port",
"description": "Connection port input label"
},
"refreshStatusButton": {
"message": "Refresh Status",
"description": "Refresh status button tooltip"
},
"copyConfigButton": {
"message": "Copy Configuration",
"description": "Copy configuration button text"
},
"retryButton": {
"message": "Retry",
"description": "Retry button text"
},
"cancelButton": {
"message": "Cancel",
"description": "Cancel button text"
},
"confirmButton": {
"message": "Confirm",
"description": "Confirm button text"
},
"saveButton": {
"message": "Save",
"description": "Save button text"
},
"closeButton": {
"message": "Close",
"description": "Close button text"
},
"resetButton": {
"message": "Reset",
"description": "Reset button text"
},
"initializingStatus": {
"message": "Initializing...",
"description": "Initializing progress message"
},
"processingStatus": {
"message": "Processing...",
"description": "Processing progress message"
},
"loadingStatus": {
"message": "Loading...",
"description": "Loading progress message"
},
"clearingStatus": {
"message": "Clearing...",
"description": "Clearing progress message"
},
"cleaningStatus": {
"message": "Cleaning...",
"description": "Cleaning progress message"
},
"downloadingStatus": {
"message": "Downloading...",
"description": "Downloading progress message"
},
"semanticEngineReadyStatus": {
"message": "Semantic Engine Ready",
"description": "Semantic engine ready status"
},
"semanticEngineInitializingStatus": {
"message": "Semantic Engine Initializing...",
"description": "Semantic engine initializing status"
},
"semanticEngineInitFailedStatus": {
"message": "Semantic Engine Initialization Failed",
"description": "Semantic engine initialization failed status"
},
"semanticEngineNotInitStatus": {
"message": "Semantic Engine Not Initialized",
"description": "Semantic engine not initialized status"
},
"initSemanticEngineButton": {
"message": "Initialize Semantic Engine",
"description": "Initialize semantic engine button text"
},
"reinitializeButton": {
"message": "Reinitialize",
"description": "Reinitialize button text"
},
"downloadingModelStatus": {
"message": "Downloading Model... $PROGRESS$%",
"description": "Model download progress with percentage",
"placeholders": {
"progress": {
"content": "$1",
"example": "50"
}
}
},
"switchingModelStatus": {
"message": "Switching Model...",
"description": "Model switching progress message"
},
"modelLoadedStatus": {
"message": "Model Loaded",
"description": "Model successfully loaded status"
},
"modelFailedStatus": {
"message": "Model Failed to Load",
"description": "Model failed to load status"
},
"lightweightModelDescription": {
"message": "Lightweight Multilingual Model",
"description": "Description for lightweight model option"
},
"betterThanSmallDescription": {
"message": "Slightly larger than e5-small, but better performance",
"description": "Description for medium model option"
},
"multilingualModelDescription": {
"message": "Multilingual Semantic Model",
"description": "Description for multilingual model option"
},
"fastPerformance": {
"message": "Fast",
"description": "Fast performance indicator"
},
"balancedPerformance": {
"message": "Balanced",
"description": "Balanced performance indicator"
},
"accuratePerformance": {
"message": "Accurate",
"description": "Accurate performance indicator"
},
"networkErrorMessage": {
"message": "Network connection error, please check network and retry",
"description": "Network connection error message"
},
"modelCorruptedErrorMessage": {
"message": "Model file corrupted or incomplete, please retry download",
"description": "Model corruption error message"
},
"unknownErrorMessage": {
"message": "Unknown error, please check if your network can access HuggingFace",
"description": "Unknown error fallback message"
},
"permissionDeniedErrorMessage": {
"message": "Permission denied",
"description": "Permission denied error message"
},
"timeoutErrorMessage": {
"message": "Operation timed out",
"description": "Timeout error message"
},
"indexedPagesLabel": {
"message": "Indexed Pages",
"description": "Number of indexed pages label"
},
"indexSizeLabel": {
"message": "Index Size",
"description": "Index size label"
},
"activeTabsLabel": {
"message": "Active Tabs",
"description": "Number of active tabs label"
},
"vectorDocumentsLabel": {
"message": "Vector Documents",
"description": "Number of vector documents label"
},
"cacheSizeLabel": {
"message": "Cache Size",
"description": "Cache size label"
},
"cacheEntriesLabel": {
"message": "Cache Entries",
"description": "Number of cache entries label"
},
"clearAllDataButton": {
"message": "Clear All Data",
"description": "Clear all data button text"
},
"clearAllCacheButton": {
"message": "Clear All Cache",
"description": "Clear all cache button text"
},
"cleanExpiredCacheButton": {
"message": "Clean Expired Cache",
"description": "Clean expired cache button text"
},
"exportDataButton": {
"message": "Export Data",
"description": "Export data button text"
},
"importDataButton": {
"message": "Import Data",
"description": "Import data button text"
},
"confirmClearDataTitle": {
"message": "Confirm Clear Data",
"description": "Clear data confirmation dialog title"
},
"settingsTitle": {
"message": "Settings",
"description": "Settings dialog title"
},
"aboutTitle": {
"message": "About",
"description": "About dialog title"
},
"helpTitle": {
"message": "Help",
"description": "Help dialog title"
},
"clearDataWarningMessage": {
"message": "This operation will clear all indexed webpage content and vector data, including:",
"description": "Clear data warning message"
},
"clearDataList1": {
"message": "All webpage text content index",
"description": "First item in clear data list"
},
"clearDataList2": {
"message": "Vector embedding data",
"description": "Second item in clear data list"
},
"clearDataList3": {
"message": "Search history and cache",
"description": "Third item in clear data list"
},
"clearDataIrreversibleWarning": {
"message": "This operation is irreversible! After clearing, you need to browse webpages again to rebuild the index.",
"description": "Irreversible operation warning"
},
"confirmClearButton": {
"message": "Confirm Clear",
"description": "Confirm clear action button"
},
"cacheDetailsLabel": {
"message": "Cache Details",
"description": "Cache details section label"
},
"noCacheDataMessage": {
"message": "No cache data",
"description": "No cache data available message"
},
"loadingCacheInfoStatus": {
"message": "Loading cache information...",
"description": "Loading cache information status"
},
"processingCacheStatus": {
"message": "Processing cache...",
"description": "Processing cache status"
},
"expiredLabel": {
"message": "Expired",
"description": "Expired item label"
},
"bookmarksBarLabel": {
"message": "Bookmarks Bar",
"description": "Bookmarks bar folder name"
},
"newTabLabel": {
"message": "New Tab",
"description": "New tab label"
},
"currentPageLabel": {
"message": "Current Page",
"description": "Current page label"
},
"menuLabel": {
"message": "Menu",
"description": "Menu accessibility label"
},
"navigationLabel": {
"message": "Navigation",
"description": "Navigation accessibility label"
},
"mainContentLabel": {
"message": "Main Content",
"description": "Main content accessibility label"
},
"languageSelectorLabel": {
"message": "Language",
"description": "Language selector label"
},
"themeLabel": {
"message": "Theme",
"description": "Theme selector label"
},
"lightTheme": {
"message": "Light",
"description": "Light theme option"
},
"darkTheme": {
"message": "Dark",
"description": "Dark theme option"
},
"autoTheme": {
"message": "Auto",
"description": "Auto theme option"
},
"advancedSettingsLabel": {
"message": "Advanced Settings",
"description": "Advanced settings section label"
},
"debugModeLabel": {
"message": "Debug Mode",
"description": "Debug mode toggle label"
},
"verboseLoggingLabel": {
"message": "Verbose Logging",
"description": "Verbose logging toggle label"
},
"successNotification": {
"message": "Operation completed successfully",
"description": "Generic success notification"
},
"warningNotification": {
"message": "Warning: Please review before proceeding",
"description": "Generic warning notification"
},
"infoNotification": {
"message": "Information",
"description": "Generic info notification"
},
"configCopiedNotification": {
"message": "Configuration copied to clipboard",
"description": "Configuration copied success message"
},
"dataClearedNotification": {
"message": "Data cleared successfully",
"description": "Data cleared success message"
},
"bytesUnit": {
"message": "bytes",
"description": "Bytes unit"
},
"kilobytesUnit": {
"message": "KB",
"description": "Kilobytes unit"
},
"megabytesUnit": {
"message": "MB",
"description": "Megabytes unit"
},
"gigabytesUnit": {
"message": "GB",
"description": "Gigabytes unit"
},
"itemsUnit": {
"message": "items",
"description": "Items count unit"
},
"pagesUnit": {
"message": "pages",
"description": "Pages count unit"
}
}

View File

@@ -0,0 +1,338 @@
{
"extensionName": {
"message": "Chrome MCPサーバー"
},
"extensionDescription": {
"message": "自身のChromeブラウザの機能を外部に公開します"
},
"nativeServerConfigLabel": {
"message": "ネイティブサーバー設定"
},
"semanticEngineLabel": {
"message": "セマンティックエンジン"
},
"embeddingModelLabel": {
"message": "埋め込みモデル"
},
"indexDataManagementLabel": {
"message": "インデックスデータ管理"
},
"modelCacheManagementLabel": {
"message": "モデルキャッシュ管理"
},
"statusLabel": {
"message": "ステータス"
},
"runningStatusLabel": {
"message": "実行ステータス"
},
"connectionStatusLabel": {
"message": "接続ステータス"
},
"lastUpdatedLabel": {
"message": "最終更新:"
},
"connectButton": {
"message": "接続"
},
"disconnectButton": {
"message": "切断"
},
"connectingStatus": {
"message": "接続中..."
},
"connectedStatus": {
"message": "接続済み"
},
"disconnectedStatus": {
"message": "未接続"
},
"detectingStatus": {
"message": "検出中..."
},
"serviceRunningStatus": {
"message": "サービス実行中 (ポート: $1)",
"placeholders": {
"port": {
"content": "$1",
"example": "12306"
}
}
},
"serviceNotConnectedStatus": {
"message": "サービス未接続"
},
"connectedServiceNotStartedStatus": {
"message": "接続済み、サービス未起動"
},
"mcpServerConfigLabel": {
"message": "MCPサーバー設定"
},
"connectionPortLabel": {
"message": "接続ポート"
},
"refreshStatusButton": {
"message": "ステータス更新"
},
"copyConfigButton": {
"message": "設定をコピー"
},
"retryButton": {
"message": "再試行"
},
"cancelButton": {
"message": "キャンセル"
},
"confirmButton": {
"message": "確認"
},
"saveButton": {
"message": "保存"
},
"closeButton": {
"message": "閉じる"
},
"resetButton": {
"message": "リセット"
},
"initializingStatus": {
"message": "初期化中..."
},
"processingStatus": {
"message": "処理中..."
},
"loadingStatus": {
"message": "読み込み中..."
},
"clearingStatus": {
"message": "クリア中..."
},
"cleaningStatus": {
"message": "クリーンアップ中..."
},
"downloadingStatus": {
"message": "ダウンロード中..."
},
"semanticEngineReadyStatus": {
"message": "セマンティックエンジン準備完了"
},
"semanticEngineInitializingStatus": {
"message": "セマンティックエンジン初期化中..."
},
"semanticEngineInitFailedStatus": {
"message": "セマンティックエンジンの初期化に失敗しました"
},
"semanticEngineNotInitStatus": {
"message": "セマンティックエンジン未初期化"
},
"initSemanticEngineButton": {
"message": "セマンティックエンジンを初期化"
},
"reinitializeButton": {
"message": "再初期化"
},
"downloadingModelStatus": {
"message": "モデルをダウンロード中... $1%",
"placeholders": {
"progress": {
"content": "$1",
"example": "50"
}
}
},
"switchingModelStatus": {
"message": "モデルを切り替え中..."
},
"modelLoadedStatus": {
"message": "モデル読み込み完了"
},
"modelFailedStatus": {
"message": "モデルの読み込みに失敗しました"
},
"lightweightModelDescription": {
"message": "軽量多言語モデル"
},
"betterThanSmallDescription": {
"message": "e5-smallよりわずかに大きいが、性能は向上"
},
"multilingualModelDescription": {
"message": "多言語対応セマンティックモデル"
},
"fastPerformance": {
"message": "高速"
},
"balancedPerformance": {
"message": "バランス"
},
"accuratePerformance": {
"message": "高精度"
},
"networkErrorMessage": {
"message": "ネットワーク接続エラーです。ネットワークを確認して再試行してください"
},
"modelCorruptedErrorMessage": {
"message": "モデルファイルが破損しているか不完全です。再ダウンロードしてください"
},
"unknownErrorMessage": {
"message": "不明なエラーです。ネットワークがHuggingFaceにアクセスできるか確認してください"
},
"permissionDeniedErrorMessage": {
"message": "権限が拒否されました"
},
"timeoutErrorMessage": {
"message": "操作がタイムアウトしました"
},
"indexedPagesLabel": {
"message": "インデックス化されたページ"
},
"indexSizeLabel": {
"message": "インデックスサイズ"
},
"activeTabsLabel": {
"message": "アクティブなタブ"
},
"vectorDocumentsLabel": {
"message": "ベクトルドキュメント"
},
"cacheSizeLabel": {
"message": "キャッシュサイズ"
},
"cacheEntriesLabel": {
"message": "キャッシュエントリ"
},
"clearAllDataButton": {
"message": "全データをクリア"
},
"clearAllCacheButton": {
"message": "全キャッシュをクリア"
},
"cleanExpiredCacheButton": {
"message": "期限切れキャッシュをクリーンアップ"
},
"exportDataButton": {
"message": "データのエクスポート"
},
"importDataButton": {
"message": "データのインポート"
},
"confirmClearDataTitle": {
"message": "データクリアの確認"
},
"settingsTitle": {
"message": "設定"
},
"aboutTitle": {
"message": "情報"
},
"helpTitle": {
"message": "ヘルプ"
},
"clearDataWarningMessage": {
"message": "この操作は、インデックス化されたすべてのウェブページコンテンツとベクトルデータをクリアします。これには以下が含まれます:"
},
"clearDataList1": {
"message": "すべてのウェブページテキストコンテンツインデックス"
},
"clearDataList2": {
"message": "ベクトル埋め込みデータ"
},
"clearDataList3": {
"message": "検索履歴とキャッシュ"
},
"clearDataIrreversibleWarning": {
"message": "この操作は元に戻せません!クリア後、再度ウェブページを閲覧してインデックスを再構築する必要があります。"
},
"confirmClearButton": {
"message": "クリアを確認"
},
"cacheDetailsLabel": {
"message": "キャッシュ詳細"
},
"noCacheDataMessage": {
"message": "キャッシュデータがありません"
},
"loadingCacheInfoStatus": {
"message": "キャッシュ情報を読み込み中..."
},
"processingCacheStatus": {
"message": "キャッシュを処理中..."
},
"expiredLabel": {
"message": "期限切れ"
},
"bookmarksBarLabel": {
"message": "ブックマークバー"
},
"newTabLabel": {
"message": "新しいタブ"
},
"currentPageLabel": {
"message": "現在のページ"
},
"menuLabel": {
"message": "メニュー"
},
"navigationLabel": {
"message": "ナビゲーション"
},
"mainContentLabel": {
"message": "メインコンテンツ"
},
"languageSelectorLabel": {
"message": "言語"
},
"themeLabel": {
"message": "テーマ"
},
"lightTheme": {
"message": "ライト"
},
"darkTheme": {
"message": "ダーク"
},
"autoTheme": {
"message": "自動"
},
"advancedSettingsLabel": {
"message": "詳細設定"
},
"debugModeLabel": {
"message": "デバッグモード"
},
"verboseLoggingLabel": {
"message": "詳細ロギング"
},
"successNotification": {
"message": "操作が正常に完了しました"
},
"warningNotification": {
"message": "警告:続行する前に確認してください"
},
"infoNotification": {
"message": "情報"
},
"configCopiedNotification": {
"message": "設定がクリップボードにコピーされました"
},
"dataClearedNotification": {
"message": "データが正常にクリアされました"
},
"bytesUnit": {
"message": "バイト"
},
"kilobytesUnit": {
"message": "KB"
},
"megabytesUnit": {
"message": "MB"
},
"gigabytesUnit": {
"message": "GB"
},
"itemsUnit": {
"message": "項目"
},
"pagesUnit": {
"message": "ページ"
}
}

View File

@@ -0,0 +1,446 @@
{
"extensionName": {
"message": "chrome-mcp-server",
"description": "扩展名称"
},
"extensionDescription": {
"message": "使用你自己的 Chrome 浏览器暴露浏览器功能",
"description": "扩展描述"
},
"nativeServerConfigLabel": {
"message": "Native Server 配置",
"description": "本地服务器设置的主要节标题"
},
"semanticEngineLabel": {
"message": "语义引擎",
"description": "语义引擎的主要节标题"
},
"embeddingModelLabel": {
"message": "Embedding模型",
"description": "模型选择的主要节标题"
},
"indexDataManagementLabel": {
"message": "索引数据管理",
"description": "数据管理的主要节标题"
},
"modelCacheManagementLabel": {
"message": "模型缓存管理",
"description": "缓存管理的主要节标题"
},
"statusLabel": {
"message": "状态",
"description": "通用状态标签"
},
"runningStatusLabel": {
"message": "运行状态",
"description": "服务器运行状态标签"
},
"connectionStatusLabel": {
"message": "连接状态",
"description": "连接状态标签"
},
"lastUpdatedLabel": {
"message": "最后更新:",
"description": "最后更新时间戳标签"
},
"connectButton": {
"message": "连接",
"description": "连接按钮文本"
},
"disconnectButton": {
"message": "断开",
"description": "断开连接按钮文本"
},
"connectingStatus": {
"message": "连接中...",
"description": "连接状态消息"
},
"connectedStatus": {
"message": "已连接",
"description": "已连接状态消息"
},
"disconnectedStatus": {
"message": "已断开",
"description": "已断开状态消息"
},
"detectingStatus": {
"message": "检测中...",
"description": "检测状态消息"
},
"serviceRunningStatus": {
"message": "服务运行中 (端口: $PORT$)",
"description": "带端口号的服务运行状态",
"placeholders": {
"port": {
"content": "$1",
"example": "12306"
}
}
},
"serviceNotConnectedStatus": {
"message": "服务未连接",
"description": "服务未连接状态"
},
"connectedServiceNotStartedStatus": {
"message": "已连接,服务未启动",
"description": "已连接但服务未启动状态"
},
"mcpServerConfigLabel": {
"message": "MCP 服务器配置",
"description": "MCP 服务器配置节标签"
},
"connectionPortLabel": {
"message": "连接端口",
"description": "连接端口输入标签"
},
"refreshStatusButton": {
"message": "刷新状态",
"description": "刷新状态按钮提示"
},
"copyConfigButton": {
"message": "复制配置",
"description": "复制配置按钮文本"
},
"retryButton": {
"message": "重试",
"description": "重试按钮文本"
},
"cancelButton": {
"message": "取消",
"description": "取消按钮文本"
},
"confirmButton": {
"message": "确认",
"description": "确认按钮文本"
},
"saveButton": {
"message": "保存",
"description": "保存按钮文本"
},
"closeButton": {
"message": "关闭",
"description": "关闭按钮文本"
},
"resetButton": {
"message": "重置",
"description": "重置按钮文本"
},
"initializingStatus": {
"message": "初始化中...",
"description": "初始化进度消息"
},
"processingStatus": {
"message": "处理中...",
"description": "处理进度消息"
},
"loadingStatus": {
"message": "加载中...",
"description": "加载进度消息"
},
"clearingStatus": {
"message": "清空中...",
"description": "清空进度消息"
},
"cleaningStatus": {
"message": "清理中...",
"description": "清理进度消息"
},
"downloadingStatus": {
"message": "下载中...",
"description": "下载进度消息"
},
"semanticEngineReadyStatus": {
"message": "语义引擎已就绪",
"description": "语义引擎就绪状态"
},
"semanticEngineInitializingStatus": {
"message": "语义引擎初始化中...",
"description": "语义引擎初始化状态"
},
"semanticEngineInitFailedStatus": {
"message": "语义引擎初始化失败",
"description": "语义引擎初始化失败状态"
},
"semanticEngineNotInitStatus": {
"message": "语义引擎未初始化",
"description": "语义引擎未初始化状态"
},
"initSemanticEngineButton": {
"message": "初始化语义引擎",
"description": "初始化语义引擎按钮文本"
},
"reinitializeButton": {
"message": "重新初始化",
"description": "重新初始化按钮文本"
},
"downloadingModelStatus": {
"message": "下载模型中... $PROGRESS$%",
"description": "带百分比的模型下载进度",
"placeholders": {
"progress": {
"content": "$1",
"example": "50"
}
}
},
"switchingModelStatus": {
"message": "切换模型中...",
"description": "模型切换进度消息"
},
"modelLoadedStatus": {
"message": "模型已加载",
"description": "模型成功加载状态"
},
"modelFailedStatus": {
"message": "模型加载失败",
"description": "模型加载失败状态"
},
"lightweightModelDescription": {
"message": "轻量级多语言模型",
"description": "轻量级模型选项的描述"
},
"betterThanSmallDescription": {
"message": "比e5-small稍大但效果更好",
"description": "中等模型选项的描述"
},
"multilingualModelDescription": {
"message": "多语言语义模型",
"description": "多语言模型选项的描述"
},
"fastPerformance": {
"message": "快速",
"description": "快速性能指示器"
},
"balancedPerformance": {
"message": "平衡",
"description": "平衡性能指示器"
},
"accuratePerformance": {
"message": "精确",
"description": "精确性能指示器"
},
"networkErrorMessage": {
"message": "网络连接错误,请检查网络连接后重试",
"description": "网络连接错误消息"
},
"modelCorruptedErrorMessage": {
"message": "模型文件损坏或不完整,请重试下载",
"description": "模型损坏错误消息"
},
"unknownErrorMessage": {
"message": "未知错误请检查你的网络是否可以访问HuggingFace",
"description": "未知错误回退消息"
},
"permissionDeniedErrorMessage": {
"message": "权限被拒绝",
"description": "权限被拒绝错误消息"
},
"timeoutErrorMessage": {
"message": "操作超时",
"description": "超时错误消息"
},
"indexedPagesLabel": {
"message": "已索引页面",
"description": "已索引页面数量标签"
},
"indexSizeLabel": {
"message": "索引大小",
"description": "索引大小标签"
},
"activeTabsLabel": {
"message": "活跃标签页",
"description": "活跃标签页数量标签"
},
"vectorDocumentsLabel": {
"message": "向量文档",
"description": "向量文档数量标签"
},
"cacheSizeLabel": {
"message": "缓存大小",
"description": "缓存大小标签"
},
"cacheEntriesLabel": {
"message": "缓存条目",
"description": "缓存条目数量标签"
},
"clearAllDataButton": {
"message": "清空所有数据",
"description": "清空所有数据按钮文本"
},
"clearAllCacheButton": {
"message": "清空所有缓存",
"description": "清空所有缓存按钮文本"
},
"cleanExpiredCacheButton": {
"message": "清理过期缓存",
"description": "清理过期缓存按钮文本"
},
"exportDataButton": {
"message": "导出数据",
"description": "导出数据按钮文本"
},
"importDataButton": {
"message": "导入数据",
"description": "导入数据按钮文本"
},
"confirmClearDataTitle": {
"message": "确认清空数据",
"description": "清空数据确认对话框标题"
},
"settingsTitle": {
"message": "设置",
"description": "设置对话框标题"
},
"aboutTitle": {
"message": "关于",
"description": "关于对话框标题"
},
"helpTitle": {
"message": "帮助",
"description": "帮助对话框标题"
},
"clearDataWarningMessage": {
"message": "此操作将清空所有已索引的网页内容和向量数据,包括:",
"description": "清空数据警告消息"
},
"clearDataList1": {
"message": "所有网页的文本内容索引",
"description": "清空数据列表第一项"
},
"clearDataList2": {
"message": "向量嵌入数据",
"description": "清空数据列表第二项"
},
"clearDataList3": {
"message": "搜索历史和缓存",
"description": "清空数据列表第三项"
},
"clearDataIrreversibleWarning": {
"message": "此操作不可撤销!清空后需要重新浏览网页来重建索引。",
"description": "不可逆操作警告"
},
"confirmClearButton": {
"message": "确认清空",
"description": "确认清空操作按钮"
},
"cacheDetailsLabel": {
"message": "缓存详情",
"description": "缓存详情节标签"
},
"noCacheDataMessage": {
"message": "暂无缓存数据",
"description": "无缓存数据可用消息"
},
"loadingCacheInfoStatus": {
"message": "正在加载缓存信息...",
"description": "加载缓存信息状态"
},
"processingCacheStatus": {
"message": "处理缓存中...",
"description": "处理缓存状态"
},
"expiredLabel": {
"message": "已过期",
"description": "过期项标签"
},
"bookmarksBarLabel": {
"message": "书签栏",
"description": "书签栏文件夹名称"
},
"newTabLabel": {
"message": "新标签页",
"description": "新标签页标签"
},
"currentPageLabel": {
"message": "当前页面",
"description": "当前页面标签"
},
"menuLabel": {
"message": "菜单",
"description": "菜单辅助功能标签"
},
"navigationLabel": {
"message": "导航",
"description": "导航辅助功能标签"
},
"mainContentLabel": {
"message": "主要内容",
"description": "主要内容辅助功能标签"
},
"languageSelectorLabel": {
"message": "语言",
"description": "语言选择器标签"
},
"themeLabel": {
"message": "主题",
"description": "主题选择器标签"
},
"lightTheme": {
"message": "浅色",
"description": "浅色主题选项"
},
"darkTheme": {
"message": "深色",
"description": "深色主题选项"
},
"autoTheme": {
"message": "自动",
"description": "自动主题选项"
},
"advancedSettingsLabel": {
"message": "高级设置",
"description": "高级设置节标签"
},
"debugModeLabel": {
"message": "调试模式",
"description": "调试模式切换标签"
},
"verboseLoggingLabel": {
"message": "详细日志",
"description": "详细日志切换标签"
},
"successNotification": {
"message": "操作成功完成",
"description": "通用成功通知"
},
"warningNotification": {
"message": "警告:请在继续之前检查",
"description": "通用警告通知"
},
"infoNotification": {
"message": "信息",
"description": "通用信息通知"
},
"configCopiedNotification": {
"message": "配置已复制到剪贴板",
"description": "配置复制成功消息"
},
"dataClearedNotification": {
"message": "数据清空成功",
"description": "数据清空成功消息"
},
"bytesUnit": {
"message": "字节",
"description": "字节单位"
},
"kilobytesUnit": {
"message": "KB",
"description": "千字节单位"
},
"megabytesUnit": {
"message": "MB",
"description": "兆字节单位"
},
"gigabytesUnit": {
"message": "GB",
"description": "吉字节单位"
},
"itemsUnit": {
"message": "项",
"description": "项目计数单位"
},
"pagesUnit": {
"message": "页",
"description": "页面计数单位"
}
}