@nextclaw/ui 0.13.11 → 0.13.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/dist/assets/{api-DmxQnm30.js → api-D0hARyyl.js} +1 -1
- package/dist/assets/app-presenter-provider-C7EsUuEJ.js +3 -0
- package/dist/assets/arrow-left-CzSkR5L6.js +1 -0
- package/dist/assets/book-open-DmeQPqkd.js +1 -0
- package/dist/assets/{channels-list-page-bkKDqaO5.js → channels-list-page-B0yiiH01.js} +2 -2
- package/dist/assets/chat-page-ChPjx_X9.js +105 -0
- package/dist/assets/{config-split-page-CdJEkWxv.js → config-split-page-BzfZSyAr.js} +1 -1
- package/dist/assets/{confirm-dialog-BWRNsRgb.js → confirm-dialog-CTcaBp-8.js} +1 -1
- package/dist/assets/desktop-update-config-CExpdkqD.js +1 -0
- package/dist/assets/{dist-CyWdaJvr.js → dist-C59BKqbX.js} +1 -1
- package/dist/assets/{dist-DzM2ZEVN.js → dist-Di6EHp2x.js} +1 -1
- package/dist/assets/{doc-browser-DewXa6oX.js → doc-browser-EZbnEcdk.js} +1 -1
- package/dist/assets/doc-browser-XIwe1Tg-.js +1 -0
- package/dist/assets/{doc-browser-context-CpL2m4Sp.js → doc-browser-context-BzEA1lm1.js} +1 -1
- package/dist/assets/{ellipsis-BDgTYNDX.js → ellipsis-hXUNwi63.js} +1 -1
- package/dist/assets/{es2015-WqekV0OK.js → es2015-CJlVSTh-.js} +1 -1
- package/dist/assets/{external-link-BLjo8z2a.js → external-link-J0fCK-vu.js} +1 -1
- package/dist/assets/host-capabilities-DjiRQ0Q9.js +1 -0
- package/dist/assets/index-DfZTO6Pi.js +101 -0
- package/dist/assets/index-mIb_YMrc.css +1 -0
- package/dist/assets/{key-round-Du8x3sWa.js → key-round-BzYZ0Nno.js} +1 -1
- package/dist/assets/loader-circle-BbdIlBbQ.js +1 -0
- package/dist/assets/mcp-marketplace-page-L22aCzHX.js +40 -0
- package/dist/assets/mcp-marketplace-page-f80Jmv37.js +1 -0
- package/dist/assets/model-config-DkD7vSQT.js +1 -0
- package/dist/assets/{notice-card-3a7FmAz-.js → notice-card-CD9Ok62G.js} +1 -1
- package/dist/assets/play-DHuSeKs8.js +1 -0
- package/dist/assets/plus-DrV685KC.js +1 -0
- package/dist/assets/{popover-BlJLguiZ.js → popover-CoBu3mbV.js} +1 -1
- package/dist/assets/{provider-scoped-model-input-BgPTQa8H.js → provider-scoped-model-input-DZlmTCJU.js} +1 -1
- package/dist/assets/providers-list-CVkWiqIy.js +1 -0
- package/dist/assets/{react-BVjl1ZaK.js → react-C7HsxuKH.js} +1 -1
- package/dist/assets/{refresh-cw-DFR87zei.js → refresh-cw-CVo4nWpq.js} +1 -1
- package/dist/assets/remote-Bznw9iji.js +1 -0
- package/dist/assets/rotate-cw-CXDpRO6D.js +1 -0
- package/dist/assets/{runtime-config-page-DYH2ejUI.js → runtime-config-page-5IycbIxs.js} +1 -1
- package/dist/assets/{save-BDmIlHvN.js → save-Z1QTovIt.js} +1 -1
- package/dist/assets/search-8nY6PGm0.js +1 -0
- package/dist/assets/{search-config-BRsrQ4zK.js → search-config-DEH80WkC.js} +1 -1
- package/dist/assets/{secrets-config-eYdx5_AW.js → secrets-config-Gzo5nDJG.js} +1 -1
- package/dist/assets/{status-dot-SVPjIyG5.js → status-dot-C1-FKgvv.js} +1 -1
- package/dist/assets/{tabs-Czd2mj6z.js → tabs-BqkKwx1R.js} +1 -1
- package/dist/assets/{tabs-custom-Ix4nkp2h.js → tabs-custom-DOkaJZmt.js} +1 -1
- package/dist/assets/{tag-chip-Cdwb3JSH.js → tag-chip-3kpiMTST.js} +1 -1
- package/dist/assets/{tooltip-CKGxLGnG.js → tooltip-Bw-mXQAM.js} +1 -1
- package/dist/assets/{trash-2-yLA8BEcE.js → trash-2-CmIwAJIT.js} +1 -1
- package/dist/assets/x-CSRTOZnM.js +1 -0
- package/dist/index.html +27 -25
- package/package.json +8 -8
- package/src/features/account/components/account-panel.tsx +2 -2
- package/src/features/account/managers/account.manager.ts +6 -5
- package/src/features/chat/components/chat-session-workspace-file-preview.test.tsx +39 -0
- package/src/features/chat/components/chat-session-workspace-file-preview.tsx +11 -4
- package/src/features/chat/components/chat-session-workspace-panel-nav.tsx +45 -13
- package/src/features/chat/components/chat-session-workspace-panel.tsx +20 -8
- package/src/features/chat/components/conversation/chat-conversation-panel.test.tsx +73 -0
- package/src/features/chat/components/conversation/chat-conversation-panel.tsx +4 -0
- package/src/features/chat/components/providers/chat-presenter.provider.tsx +2 -0
- package/src/features/chat/hooks/use-ncp-chat-derived-state.ts +2 -0
- package/src/features/chat/managers/chat-session-list.manager.test.ts +4 -0
- package/src/features/chat/managers/chat-session-list.manager.ts +2 -0
- package/src/features/chat/managers/ncp-chat-thread.manager.test.ts +153 -25
- package/src/features/chat/managers/ncp-chat-thread.manager.ts +153 -7
- package/src/features/chat/pages/ncp-chat-page.tsx +4 -0
- package/src/features/chat/stores/chat-thread.store.test.ts +148 -0
- package/src/features/chat/stores/chat-thread.store.ts +289 -9
- package/src/features/chat/utils/ncp-session-adapter.utils.test.ts +21 -0
- package/src/features/chat/utils/ncp-session-adapter.utils.ts +6 -0
- package/src/features/marketplace/components/marketplace-catalog-grid.tsx +19 -1
- package/src/features/marketplace/components/marketplace-external-skill-source-action.tsx +14 -0
- package/src/features/marketplace/components/marketplace-page-parts.tsx +10 -2
- package/src/features/marketplace/components/marketplace-page.test.tsx +37 -1
- package/src/features/marketplace/components/marketplace-page.tsx +38 -16
- package/src/features/marketplace/components/mcp/mcp-marketplace-page.tsx +1 -0
- package/src/features/marketplace/hooks/use-marketplace.test.tsx +109 -0
- package/src/features/marketplace/hooks/use-marketplace.ts +3 -5
- package/src/features/side-dock/components/side-dock.test.tsx +25 -0
- package/src/features/side-dock/components/side-dock.tsx +13 -0
- package/src/features/system-status/components/desktop-update-config.tsx +2 -1
- package/src/platforms/desktop/types/desktop-update.types.ts +9 -0
- package/src/shared/components/config/provider-form.tsx +2 -2
- package/src/shared/components/doc-browser/managers/doc-browser.manager.ts +39 -32
- package/src/shared/components/ui/action-link.tsx +23 -1
- package/src/shared/lib/api/ncp-session.types.ts +1 -0
- package/src/shared/lib/host-capabilities/host-capability.manager.test.ts +50 -0
- package/src/shared/lib/host-capabilities/host-capability.manager.ts +62 -0
- package/src/shared/lib/host-capabilities/index.ts +1 -0
- package/src/shared/lib/i18n/README.md +16 -3
- package/src/shared/lib/i18n/index.ts +93 -426
- package/src/shared/lib/i18n/locales/en-US/agents.json +49 -0
- package/src/shared/lib/i18n/locales/en-US/channel-auth.json +51 -0
- package/src/shared/lib/i18n/locales/en-US/channels.json +50 -0
- package/src/shared/lib/i18n/locales/en-US/chat.json +181 -0
- package/src/shared/lib/i18n/locales/en-US/core.json +310 -0
- package/src/shared/lib/i18n/locales/en-US/cron.json +32 -0
- package/src/shared/lib/i18n/locales/en-US/desktop-update.json +90 -0
- package/src/shared/lib/i18n/locales/en-US/doc-browser.json +87 -0
- package/src/shared/lib/i18n/locales/en-US/marketplace.json +72 -0
- package/src/shared/lib/i18n/locales/en-US/path-picker.json +12 -0
- package/src/shared/lib/i18n/locales/en-US/pwa.json +26 -0
- package/src/shared/lib/i18n/locales/en-US/remote.json +168 -0
- package/src/shared/lib/i18n/locales/en-US/runtime-control.json +105 -0
- package/src/shared/lib/i18n/locales/en-US/search.json +28 -0
- package/src/shared/lib/i18n/locales/zh-CN/agents.json +49 -0
- package/src/shared/lib/i18n/locales/zh-CN/channel-auth.json +51 -0
- package/src/shared/lib/i18n/locales/zh-CN/channels.json +50 -0
- package/src/shared/lib/i18n/locales/zh-CN/chat.json +181 -0
- package/src/shared/lib/i18n/locales/zh-CN/core.json +310 -0
- package/src/shared/lib/i18n/locales/zh-CN/cron.json +32 -0
- package/src/shared/lib/i18n/locales/zh-CN/desktop-update.json +90 -0
- package/src/shared/lib/i18n/locales/zh-CN/doc-browser.json +87 -0
- package/src/shared/lib/i18n/locales/zh-CN/marketplace.json +72 -0
- package/src/shared/lib/i18n/locales/zh-CN/path-picker.json +12 -0
- package/src/shared/lib/i18n/locales/zh-CN/pwa.json +26 -0
- package/src/shared/lib/i18n/locales/zh-CN/remote.json +168 -0
- package/src/shared/lib/i18n/locales/zh-CN/runtime-control.json +105 -0
- package/src/shared/lib/i18n/locales/zh-CN/search.json +28 -0
- package/src/shared/lib/navigation-history/index.ts +1 -0
- package/src/shared/lib/navigation-history/navigation-history.utils.test.ts +60 -0
- package/src/shared/lib/navigation-history/navigation-history.utils.ts +105 -0
- package/dist/assets/app-presenter-provider-CDSjiqfE.js +0 -3
- package/dist/assets/arrow-left-Dd45Mvr1.js +0 -1
- package/dist/assets/chat-page-YKdeGoVx.js +0 -105
- package/dist/assets/desktop-update-config-CLXdVz9r.js +0 -1
- package/dist/assets/doc-browser-D5FJcAyz.js +0 -1
- package/dist/assets/index-DKflQCOL.js +0 -101
- package/dist/assets/index-Q891JiF_.css +0 -1
- package/dist/assets/loader-circle-Dz4FssYC.js +0 -1
- package/dist/assets/mcp-marketplace-page-BaBuHB2L.js +0 -40
- package/dist/assets/mcp-marketplace-page-ooEvG_bB.js +0 -1
- package/dist/assets/model-config-B-qg70S4.js +0 -1
- package/dist/assets/play-BziM-Y34.js +0 -1
- package/dist/assets/plus-DrpyArC8.js +0 -1
- package/dist/assets/providers-list-cBeeslbc.js +0 -1
- package/dist/assets/remote-DjhVMpVd.js +0 -1
- package/dist/assets/rotate-cw-DMBnsYKm.js +0 -1
- package/dist/assets/search-CjHGYvTI.js +0 -1
- package/dist/assets/x-dpDISboO.js +0 -1
- package/src/shared/lib/i18n/agents.ts +0 -85
- package/src/shared/lib/i18n/channel-auth.constants.ts +0 -87
- package/src/shared/lib/i18n/channels.ts +0 -53
- package/src/shared/lib/i18n/chat-labels.utils.ts +0 -206
- package/src/shared/lib/i18n/cron-labels.utils.ts +0 -32
- package/src/shared/lib/i18n/desktop-update-labels.utils.ts +0 -165
- package/src/shared/lib/i18n/marketplace-labels.utils.ts +0 -78
- package/src/shared/lib/i18n/pwa.ts +0 -62
- package/src/shared/lib/i18n/remote.ts +0 -273
- package/src/shared/lib/i18n/runtime/doc-browser-labels.utils.ts +0 -120
- package/src/shared/lib/i18n/runtime/i18n.path-picker.ts +0 -12
- package/src/shared/lib/i18n/runtime-control-labels.utils.ts +0 -180
- package/src/shared/lib/i18n/search.ts +0 -37
- /package/dist/assets/{config-hints-Ceiol9x4.js → config-hints-fGnUjDe9.js} +0 -0
- /package/dist/assets/{provider-models-C_yOh6DE.js → provider-models-C9VRroK3.js} +0 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"updates": "Updates",
|
|
3
|
+
"runtimeUpdatesPageTitle": "Runtime Updates",
|
|
4
|
+
"runtimeUpdatesPageDescription": "Check and download new versions automatically, then decide when to switch to the new runtime.",
|
|
5
|
+
"runtimeUpdatesUnavailableTitle": "Updates Are Currently Unavailable",
|
|
6
|
+
"runtimeUpdatesUnavailableDescription": "This runtime environment does not currently expose an update host.",
|
|
7
|
+
"runtimeUpdatesUnavailableHint": "The update entry appears automatically once the host supports updates.",
|
|
8
|
+
"runtimeUpdatesHostVersion": "Host Version",
|
|
9
|
+
"runtimeUpdatesDownloadedBannerDescription": "Version {version} has finished downloading and is ready to switch over when you confirm.",
|
|
10
|
+
"runtimeUpdatesActionsDescription": "Manually check, manually download, and switch to a downloaded version whenever you are ready.",
|
|
11
|
+
"runtimeUpdatesApplyNow": "Update Now",
|
|
12
|
+
"runtimeUpdatesLoadFailed": "Failed to load update state",
|
|
13
|
+
"runtimeUpdatesCheckFailed": "Failed to check for updates",
|
|
14
|
+
"runtimeUpdatesDownloadFailed": "Failed to download update",
|
|
15
|
+
"runtimeUpdatesApplyFailed": "Failed to apply update",
|
|
16
|
+
"runtimeUpdatesPreferencesFailed": "Failed to save update preferences",
|
|
17
|
+
"runtimeUpdatesChannelChangeFailed": "Failed to change the release channel",
|
|
18
|
+
"runtimeUpdatesAlreadyLatest": "You already have the latest version.",
|
|
19
|
+
"runtimeUpdatesReadyToApply": "The update is ready and can be applied now.",
|
|
20
|
+
"runtimeUpdatesAvailable": "Version {version} is available.",
|
|
21
|
+
"runtimeUpdatesUnknownVersion": "a new version",
|
|
22
|
+
"runtimeUpdatesChannelChanged": "Switched to the {channel} release channel.",
|
|
23
|
+
"runtimeUpdatesChannelChangedWithUpdate": "Switched to the {channel} channel and found version {version}.",
|
|
24
|
+
"desktopUpdatesPageTitle": "Desktop Updates",
|
|
25
|
+
"desktopUpdatesPageDescription": "Check, download, and decide when to apply new desktop versions without leaving the app.",
|
|
26
|
+
"desktopUpdatesDesktopOnlyTitle": "Currently Desktop Only",
|
|
27
|
+
"desktopUpdatesDesktopOnlyDescription": "This page is currently only available inside NextClaw Desktop.",
|
|
28
|
+
"desktopUpdatesDesktopOnlyFutureHint": "Update experiences for the web and other product surfaces are still being built. Stay tuned.",
|
|
29
|
+
"desktopUpdatesOverviewTitle": "Current Status",
|
|
30
|
+
"desktopUpdatesOverviewDescription": "Review the running version, the available version, and the latest check result.",
|
|
31
|
+
"desktopUpdatesStatusLabel": "Update Status",
|
|
32
|
+
"desktopUpdatesStatusIdle": "Idle",
|
|
33
|
+
"desktopUpdatesStatusChecking": "Checking",
|
|
34
|
+
"desktopUpdatesStatusAvailable": "Update Available",
|
|
35
|
+
"desktopUpdatesStatusDownloading": "Downloading",
|
|
36
|
+
"desktopUpdatesStatusDownloaded": "Downloaded",
|
|
37
|
+
"desktopUpdatesStatusUpToDate": "Up to Date",
|
|
38
|
+
"desktopUpdatesStatusBlocked": "Blocked",
|
|
39
|
+
"desktopUpdatesStatusFailed": "Failed",
|
|
40
|
+
"desktopUpdatesInlineDownload": "Download",
|
|
41
|
+
"desktopUpdatesInlineDownloading": "Downloading",
|
|
42
|
+
"desktopUpdatesInlineDownloadingPercent": "{percent}%",
|
|
43
|
+
"desktopUpdatesInlineReady": "Update",
|
|
44
|
+
"desktopUpdatesInlineApplying": "Applying",
|
|
45
|
+
"desktopUpdatesLauncherVersion": "Launcher Version",
|
|
46
|
+
"desktopUpdatesCurrentBundleVersion": "Current Kernel Version",
|
|
47
|
+
"desktopUpdatesAvailableVersion": "Available Version",
|
|
48
|
+
"desktopUpdatesLastCheckedAt": "Last Checked",
|
|
49
|
+
"desktopUpdatesCurrentChannel": "Current Release Channel",
|
|
50
|
+
"desktopUpdatesDownloadedBannerTitle": "Update Ready",
|
|
51
|
+
"desktopUpdatesDownloadedBannerDescription": "Version {version} is ready. Restart the app whenever you want to apply it.",
|
|
52
|
+
"desktopUpdatesDownloadProgressPercent": "Downloading {percent}%",
|
|
53
|
+
"desktopUpdatesDownloadProgressUnknown": "Downloading",
|
|
54
|
+
"desktopUpdatesBlockedTitle": "Update Blocked",
|
|
55
|
+
"desktopUpdatesBlockedDescription": "Resolve the current installation requirement before continuing the update.",
|
|
56
|
+
"desktopUpdatesBlockedRootCause.signature-verification-unavailable": "Root cause: missing update public key; install a configured build or ask the maintainer to set the key.",
|
|
57
|
+
"desktopUpdatesBlockedRootCause.host-too-old": "Root cause: the host is too old for this runtime bundle; upgrade the NextClaw launcher first.",
|
|
58
|
+
"desktopUpdatesBlockedRootCause.unsupported-installation": "Root cause: this installation or update source does not support auto-update; use a configured build.",
|
|
59
|
+
"desktopUpdatesPreferencesTitle": "Update Preferences",
|
|
60
|
+
"desktopUpdatesPreferencesDescription": "Automatic checks stay on by default, while background download remains under your control.",
|
|
61
|
+
"desktopUpdatesReleaseChannel": "Release Channel",
|
|
62
|
+
"desktopUpdatesReleaseChannelHelp": "Stable is for everyday use, while Beta lets you try newer builds earlier with more risk.",
|
|
63
|
+
"desktopUpdatesReleaseChannelDowngradeHint": "Switching back to Stable does not force an immediate downgrade. Stable updates resume once that channel catches up with or exceeds your current version.",
|
|
64
|
+
"desktopUpdatesChannelStable": "Stable",
|
|
65
|
+
"desktopUpdatesChannelBeta": "Beta",
|
|
66
|
+
"desktopUpdatesBetaBadgeTitle": "Following the Beta Channel",
|
|
67
|
+
"desktopUpdatesBetaBadgeDescription": "You will receive new versions earlier, but you may also encounter more change and regression risk.",
|
|
68
|
+
"desktopUpdatesAutomaticChecks": "Automatic Update Checks",
|
|
69
|
+
"desktopUpdatesAutomaticChecksHelp": "Check for new versions automatically after the app starts.",
|
|
70
|
+
"desktopUpdatesAutoDownload": "Auto Download in Background",
|
|
71
|
+
"desktopUpdatesAutoDownloadHelp": "Download new versions automatically after detection, while still letting you decide when to apply them.",
|
|
72
|
+
"desktopUpdatesActionsTitle": "Update Actions",
|
|
73
|
+
"desktopUpdatesActionsDescription": "Manually check, manually download, and restart the app when you are ready to finish the update.",
|
|
74
|
+
"desktopUpdatesCheckNow": "Check for Updates",
|
|
75
|
+
"desktopUpdatesDownloadNow": "Download Update",
|
|
76
|
+
"desktopUpdatesApplyNow": "Restart to Update",
|
|
77
|
+
"desktopUpdatesReleaseNotes": "Release Notes",
|
|
78
|
+
"desktopUpdatesLoadFailed": "Failed to load update state",
|
|
79
|
+
"desktopUpdatesCheckFailed": "Failed to check for updates",
|
|
80
|
+
"desktopUpdatesDownloadFailed": "Failed to download update",
|
|
81
|
+
"desktopUpdatesApplyFailed": "Failed to apply update",
|
|
82
|
+
"desktopUpdatesPreferencesFailed": "Failed to save update preferences",
|
|
83
|
+
"desktopUpdatesChannelChangeFailed": "Failed to change the release channel",
|
|
84
|
+
"desktopUpdatesAlreadyLatest": "You already have the latest version.",
|
|
85
|
+
"desktopUpdatesReadyToApply": "The update is ready. Restart the app whenever you want to apply it.",
|
|
86
|
+
"desktopUpdatesAvailable": "Version {version} is available.",
|
|
87
|
+
"desktopUpdatesUnknownVersion": "a new version",
|
|
88
|
+
"desktopUpdatesChannelChanged": "Switched to the {channel} release channel.",
|
|
89
|
+
"desktopUpdatesChannelChangedWithUpdate": "Switched to the {channel} channel and found version {version}."
|
|
90
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"docBrowserTitle": "Embedded Browser",
|
|
3
|
+
"docBrowserSearchPlaceholder": "Search, or enter a doc URL to open",
|
|
4
|
+
"docBrowserUrlPlaceholder": "Enter a doc path, e.g. /guide/channels",
|
|
5
|
+
"docBrowserOpenExternal": "Open in Docs",
|
|
6
|
+
"docBrowserFloatMode": "Float Window",
|
|
7
|
+
"docBrowserDockMode": "Dock to Sidebar",
|
|
8
|
+
"docBrowserClose": "Close",
|
|
9
|
+
"docBrowserHelp": "Help Docs",
|
|
10
|
+
"docBrowserBack": "Back",
|
|
11
|
+
"docBrowserForward": "Forward",
|
|
12
|
+
"docBrowserNewTab": "New Tab",
|
|
13
|
+
"docBrowserHomeTitle": "Start Page",
|
|
14
|
+
"docBrowserCloseTab": "Close Tab",
|
|
15
|
+
"docBrowserTabUntitled": "Untitled",
|
|
16
|
+
"sideDockPinCurrent": "Pin to SideDock",
|
|
17
|
+
"sideDockUnpinCurrent": "Remove from SideDock",
|
|
18
|
+
"sideDockBuiltInDocked": "Built-in shortcut",
|
|
19
|
+
"sideDockUnpinItem": "Remove shortcut",
|
|
20
|
+
"appsTitle": "Apps",
|
|
21
|
+
"panelAppsTitle": "Panel Apps",
|
|
22
|
+
"panelAppsLoading": "Loading panel apps...",
|
|
23
|
+
"panelAppsLoadFailed": "Failed to load panel apps",
|
|
24
|
+
"panelAppsEmpty": "No panel apps yet",
|
|
25
|
+
"panelAppsRefresh": "Refresh panel apps",
|
|
26
|
+
"panelAppsRefreshCurrent": "Refresh current panel app",
|
|
27
|
+
"panelAppsSortLabel": "Sort",
|
|
28
|
+
"panelAppsSortSmart": "Smart",
|
|
29
|
+
"panelAppsFavorites": "Favorites",
|
|
30
|
+
"panelAppsSortRecentOpen": "Recently Opened",
|
|
31
|
+
"panelAppsSortUpdated": "Recently Updated",
|
|
32
|
+
"panelAppsSortName": "Name",
|
|
33
|
+
"panelAppsFavorite": "Favorite panel app",
|
|
34
|
+
"panelAppsUnfavorite": "Unfavorite panel app",
|
|
35
|
+
"panelAppsMoreActions": "More panel app actions",
|
|
36
|
+
"panelAppsDelete": "Delete panel app",
|
|
37
|
+
"panelAppsDeleteConfirmTitle": "Delete panel app?",
|
|
38
|
+
"panelAppsDeleteConfirmDescription": "This will delete the panel app file and cannot be undone.",
|
|
39
|
+
"panelAppsClientGrantTitle": "NextClaw Client SDK",
|
|
40
|
+
"panelAppsClientGrantDescription": "Allow this panel app to use the full NextClaw Client SDK.",
|
|
41
|
+
"panelAppsLastOpened": "Last opened",
|
|
42
|
+
"panelAppsUpdated": "Updated",
|
|
43
|
+
"serviceAppsTitle": "Service Apps",
|
|
44
|
+
"serviceAppsLoading": "Loading service apps...",
|
|
45
|
+
"serviceAppsLoadFailed": "Failed to load service apps",
|
|
46
|
+
"serviceAppsEmpty": "No service apps yet",
|
|
47
|
+
"serviceAppsRefresh": "Refresh service apps",
|
|
48
|
+
"serviceAppsDiscoverActions": "Connect and discover actions",
|
|
49
|
+
"serviceAppsDiscoverActionsHint": "Connect to the service app runtime and discover its available actions.",
|
|
50
|
+
"serviceAppsDisconnectRuntime": "Disconnect runtime",
|
|
51
|
+
"serviceAppsDisconnectRuntimeHint": "Close the current runtime connection and return the service app to not connected.",
|
|
52
|
+
"serviceAppsMoreActions": "More actions",
|
|
53
|
+
"serviceAppsDelete": "Delete service app",
|
|
54
|
+
"serviceAppsDeleteConfirmTitle": "Delete service app?",
|
|
55
|
+
"serviceAppsDeleteConfirmDescription": "This will delete the service app directory and cannot be undone.",
|
|
56
|
+
"serviceAppsStatus_idle": "Not connected",
|
|
57
|
+
"serviceAppsStatus_starting": "Connecting",
|
|
58
|
+
"serviceAppsStatus_running": "Connected",
|
|
59
|
+
"serviceAppsStatus_failed": "Connection failed",
|
|
60
|
+
"serviceAppsStatus_stopped": "Stopped",
|
|
61
|
+
"serviceAppsStatusHint_idle": "The runtime is not connected yet; connecting and discovering actions will start it.",
|
|
62
|
+
"serviceAppsStatusHint_starting": "Connecting to the service app runtime.",
|
|
63
|
+
"serviceAppsStatusHint_running": "The service app runtime is connected and ready for action discovery or invocation.",
|
|
64
|
+
"serviceAppsStatusHint_failed": "The runtime connection failed; check the error or disconnect and try again.",
|
|
65
|
+
"serviceAppsStatusHint_stopped": "The service app is stopped.",
|
|
66
|
+
"serviceAppsGrantedTo": "Granted to",
|
|
67
|
+
"serviceAppsRevokeGrant": "Revoke grant",
|
|
68
|
+
"serviceAppsRuntimeState_matched": "Matched",
|
|
69
|
+
"serviceAppsRuntimeState_missing": "Missing",
|
|
70
|
+
"serviceAppsRuntimeState_undeclared": "Undeclared",
|
|
71
|
+
"serviceAppsCommand": "Command",
|
|
72
|
+
"serviceAppsCwd": "Working directory",
|
|
73
|
+
"serviceAppsManifest": "Manifest",
|
|
74
|
+
"serviceAppsLastStarted": "Last started",
|
|
75
|
+
"serviceAppsLastReady": "Last ready",
|
|
76
|
+
"serviceAppsLastFailed": "Last failed",
|
|
77
|
+
"serviceActionAuthorizationTitle": "Authorize service actions",
|
|
78
|
+
"serviceActionAuthorizationDescription": "This panel app is requesting local service actions. If allowed, these actions will stay granted for this panel app.",
|
|
79
|
+
"serviceActionAuthorizationSource": "Source",
|
|
80
|
+
"serviceActionAuthorizationAction": "Action",
|
|
81
|
+
"serviceActionAuthorizationActions": "Actions",
|
|
82
|
+
"serviceActionAuthorizationPurpose": "Purpose",
|
|
83
|
+
"serviceActionAuthorizationRisk": "Risk",
|
|
84
|
+
"serviceActionAuthorizationInput": "Input",
|
|
85
|
+
"serviceActionAuthorizationReject": "Reject",
|
|
86
|
+
"serviceActionAuthorizationAllow": "Allow"
|
|
87
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"marketplaceSkillsPageTitle": "Skill Marketplace",
|
|
3
|
+
"marketplaceSkillsPageDescription": "Install and manage skills.",
|
|
4
|
+
"marketplaceMcpPageTitle": "MCP Marketplace",
|
|
5
|
+
"marketplaceMcpPageDescription": "Discover, install, diagnose, and manage MCP servers.",
|
|
6
|
+
"marketplaceTabMarketplaceSkills": "Skill Market",
|
|
7
|
+
"marketplaceMcpTabCatalog": "MCP Market",
|
|
8
|
+
"marketplaceMcpTabInstalled": "Installed MCP",
|
|
9
|
+
"marketplaceTabInstalledSkills": "Installed Skills",
|
|
10
|
+
"marketplaceExternalSkillSourceTitle": "More Skills on SkillHub",
|
|
11
|
+
"marketplaceSearchPlaceholderSkills": "Search skills...",
|
|
12
|
+
"marketplaceMcpSearchPlaceholder": "Search MCP servers...",
|
|
13
|
+
"marketplaceFilterSkills": "Skills",
|
|
14
|
+
"marketplaceFilterMcp": "MCP",
|
|
15
|
+
"marketplaceSortRelevance": "Relevance",
|
|
16
|
+
"marketplaceSortUpdated": "Recently Updated",
|
|
17
|
+
"marketplaceUnknownItem": "Unknown Item",
|
|
18
|
+
"marketplaceInstalledLocalSummary": "Installed locally. Details are currently unavailable from marketplace.",
|
|
19
|
+
"marketplaceTypeSkill": "Skill",
|
|
20
|
+
"marketplaceTypeMcp": "MCP",
|
|
21
|
+
"marketplaceInstall": "Install",
|
|
22
|
+
"marketplaceInstalling": "Installing...",
|
|
23
|
+
"marketplaceEnable": "Enable",
|
|
24
|
+
"marketplaceDisable": "Disable",
|
|
25
|
+
"marketplaceEnabling": "Enabling...",
|
|
26
|
+
"marketplaceDisabling": "Disabling...",
|
|
27
|
+
"marketplaceUninstall": "Uninstall",
|
|
28
|
+
"marketplaceRemoving": "Removing...",
|
|
29
|
+
"marketplaceUpdate": "Update",
|
|
30
|
+
"marketplaceUpdating": "Updating...",
|
|
31
|
+
"marketplaceSectionSkills": "Skill Catalog",
|
|
32
|
+
"marketplaceMcpSectionCatalog": "MCP Catalog",
|
|
33
|
+
"marketplaceMcpSectionInstalled": "Installed MCP",
|
|
34
|
+
"marketplaceSectionInstalledSkills": "Installed Skills",
|
|
35
|
+
"marketplaceErrorLoadingSkillsData": "Failed to load skill marketplace data",
|
|
36
|
+
"marketplaceErrorLoadingInstalledSkills": "Failed to load installed skills",
|
|
37
|
+
"marketplaceAllSkills": "All Skills",
|
|
38
|
+
"marketplaceRefreshingResults": "Updating...",
|
|
39
|
+
"marketplaceNoSkills": "No skills found.",
|
|
40
|
+
"marketplaceNoMcp": "No MCP servers found.",
|
|
41
|
+
"marketplaceNoInstalledSkills": "No installed skills found.",
|
|
42
|
+
"marketplaceNoInstalledMcp": "No installed MCP servers found.",
|
|
43
|
+
"marketplaceUninstallTitle": "Uninstall",
|
|
44
|
+
"marketplaceUninstallDescription": "This will remove the extension. You can install it again from the marketplace.",
|
|
45
|
+
"marketplaceInstallSuccessSkill": "Skill installed successfully",
|
|
46
|
+
"marketplaceInstallSuccessMcp": "MCP installed successfully",
|
|
47
|
+
"marketplaceEnableSuccess": "Enabled successfully",
|
|
48
|
+
"marketplaceDisableSuccess": "Disabled successfully",
|
|
49
|
+
"marketplaceUninstallSuccess": "Uninstalled successfully",
|
|
50
|
+
"marketplaceUpdateSuccess": "Updated successfully",
|
|
51
|
+
"marketplaceMcpManageSuccess": "MCP operation completed",
|
|
52
|
+
"marketplaceInstallFailed": "Install failed",
|
|
53
|
+
"marketplaceOperationFailed": "Operation failed",
|
|
54
|
+
"marketplaceInstalledSkillsCountSuffix": "installed skills",
|
|
55
|
+
"marketplaceDetailPanelTitle": "Detail Preview",
|
|
56
|
+
"marketplaceDetailPanelEmpty": "Click an item on the left to preview details here.",
|
|
57
|
+
"marketplaceDetailSummary": "Summary",
|
|
58
|
+
"marketplaceDetailDescription": "Description",
|
|
59
|
+
"marketplaceOpenInDocBrowserTab": "Open in New Tab",
|
|
60
|
+
"marketplaceMcpInstallDialogTitle": "Install MCP Server",
|
|
61
|
+
"marketplaceMcpServerName": "Server Name",
|
|
62
|
+
"marketplaceMcpAllAgents": "Available to All Agents",
|
|
63
|
+
"marketplaceMcpAllAgentsDescription": "Use the server as a shared tool source by default instead of scoping it per runtime.",
|
|
64
|
+
"marketplaceMcpDoctor": "Doctor",
|
|
65
|
+
"marketplaceMcpDoctorTitle": "MCP Doctor",
|
|
66
|
+
"marketplaceMcpDoctorAccessible": "Accessible",
|
|
67
|
+
"marketplaceMcpDoctorTransport": "Transport",
|
|
68
|
+
"marketplaceMcpDoctorTools": "Tools",
|
|
69
|
+
"marketplaceMcpRemove": "Remove",
|
|
70
|
+
"marketplaceMcpRemoveTitle": "Remove MCP Server",
|
|
71
|
+
"marketplaceMcpRemoveDescription": "This removes the MCP server config and hot-unplugs it from the tool source immediately."
|
|
72
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"browse": "Browse",
|
|
3
|
+
"openPath": "Open",
|
|
4
|
+
"homeDirectory": "Home",
|
|
5
|
+
"currentDirectory": "Current Directory",
|
|
6
|
+
"parentDirectory": "Up",
|
|
7
|
+
"pathPickerSearchPlaceholder": "Search current directory",
|
|
8
|
+
"pathPickerSearchEmpty": "No matching entries in the current directory.",
|
|
9
|
+
"selectCurrentDirectory": "Select Current Directory",
|
|
10
|
+
"emptyDirectory": "No entries in the current directory.",
|
|
11
|
+
"pathBrowseFailed": "Failed to load directory"
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pwaInstallTitle": "Install as App",
|
|
3
|
+
"pwaInstallDescription": "Install this NextClaw UI as a standalone entry point you can launch from your desktop, launcher, or dock.",
|
|
4
|
+
"pwaInstallAction": "Install NextClaw",
|
|
5
|
+
"pwaInstallDismiss": "Don't Ask Again",
|
|
6
|
+
"pwaInstallAccepted": "Install prompt opened.",
|
|
7
|
+
"pwaInstalledToast": "NextClaw is now installed as an app.",
|
|
8
|
+
"pwaInstallStatusAvailable": "Installable",
|
|
9
|
+
"pwaInstallStatusInstalled": "Installed",
|
|
10
|
+
"pwaInstallStatusDesktopHost": "Desktop Host Active",
|
|
11
|
+
"pwaInstallStatusUnavailable": "Unavailable",
|
|
12
|
+
"pwaInstallCardPrompt": "Your browser is ready to install NextClaw. Once installed, it opens in a standalone window while keeping the same Web UI and runtime behavior.",
|
|
13
|
+
"pwaInstallCardManual": "This environment can install NextClaw as an app, but the browser did not expose an immediate install prompt. Use your browser menu to install or add it to the home screen.",
|
|
14
|
+
"pwaInstallCardInstalled": "NextClaw is already running as an installed app. Browser access and the installed experience share the same UI and product behavior.",
|
|
15
|
+
"pwaInstallCardSuppressed": "This UI is already running inside the Electron desktop host. The native desktop shell takes priority, so the PWA install entry stays hidden here.",
|
|
16
|
+
"pwaInstallCardInsecureContext": "This address is not a secure context for browser-managed app installation. Use localhost, 127.0.0.1, or an HTTPS origin instead.",
|
|
17
|
+
"pwaInstallCardDevServer": "This is the Vite development server. PWA install and update are disabled in dev to avoid service worker caching conflicts with HMR; use preview or a production build to verify the PWA.",
|
|
18
|
+
"pwaInstallCardUnsupported": "This browser environment does not support the required installation capabilities for this PWA shell.",
|
|
19
|
+
"pwaInstallPromptHint": "The installed app still connects to the same local or remote NextClaw service instead of creating an offline copy.",
|
|
20
|
+
"pwaInstallManualHint": "If the browser does not show an install prompt, open the browser menu and look for actions such as Install App, Install Site, or Add to Home Screen.",
|
|
21
|
+
"pwaInstallBannerTitle": "Pin NextClaw as an App",
|
|
22
|
+
"pwaInstallBannerDescription": "This site is ready to install. Once installed, you can launch NextClaw like a regular app.",
|
|
23
|
+
"pwaUpdateBannerTitle": "NextClaw Update Ready",
|
|
24
|
+
"pwaUpdateBannerDescription": "A newer PWA shell version is ready. Refresh to switch to the latest UI assets.",
|
|
25
|
+
"pwaUpdateAction": "Refresh Now"
|
|
26
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"remotePageTitle": "Remote Access",
|
|
3
|
+
"remotePageDescription": "Make this device appear in your NextClaw Platform device list and open it from the web.",
|
|
4
|
+
"remoteOpenWeb": "Open NextClaw Web",
|
|
5
|
+
"remoteOpenDeviceList": "Open NextClaw Web",
|
|
6
|
+
"remoteOpenWebHint": "Once enabled, this device appears in NextClaw Web, where you can open it and keep working.",
|
|
7
|
+
"remoteOpenWebUnavailable": "No platform URL is available yet. Sign in first.",
|
|
8
|
+
"remoteLoading": "Loading remote access status...",
|
|
9
|
+
"remoteStatusNeedsSignIn": "Sign in to NextClaw first",
|
|
10
|
+
"remoteStatusNeedsSignInDescription": "Remote access depends on your NextClaw account. Sign in first to link this device to the web app.",
|
|
11
|
+
"remoteStatusNeedsEnable": "Remote access is not enabled yet",
|
|
12
|
+
"remoteStatusNeedsEnableDescription": "You are already signed in. Enable remote access and this device will appear in your web device list.",
|
|
13
|
+
"remoteStatusConnectingTitle": "Connecting this device to NextClaw Web",
|
|
14
|
+
"remoteStatusConnectingDescription": "The managed service is establishing the connection. Refresh in a few seconds to see the latest state.",
|
|
15
|
+
"remoteStatusReadyTitle": "This device is ready in the web app",
|
|
16
|
+
"remoteStatusReadyDescription": "You can now open NextClaw Web, find this device in the list, and continue your agent workflow there.",
|
|
17
|
+
"remoteStatusNeedsServiceTitle": "The managed service needs to run",
|
|
18
|
+
"remoteStatusNeedsServiceDescription": "Remote access is enabled, but the managed service is not running yet. Start it to connect to the web app.",
|
|
19
|
+
"remoteStatusReauthorizationTitle": "Your sign-in expired. Sign in to NextClaw again.",
|
|
20
|
+
"remoteStatusReauthorizationDescription": "Remote access is paused to protect your account. Sign in again and it will recover automatically without reconfiguring this device.",
|
|
21
|
+
"remoteStatusIssueTitle": "Remote access is temporarily offline",
|
|
22
|
+
"remoteStatusIssueDescription": "Your device settings are still there, but this device is not stably connected to the platform right now. Reconnect first, then sign in again or try later if it keeps happening.",
|
|
23
|
+
"remoteStatusIssueDetailTitle": "Next Step",
|
|
24
|
+
"remoteStatusRecoveryTitle": "Recommended Next Step",
|
|
25
|
+
"remoteStatusIssueDetailGeneric": "Remote access is temporarily unavailable. Reconnect first, then sign in again or try later if the issue continues.",
|
|
26
|
+
"remoteStatusIssueDetailServiceStopped": "The managed service is not running right now. Start it so this device can show up in the web device list again.",
|
|
27
|
+
"remoteStatusReauthorizationHint": "Use the button below to open the sign-in page. Once you finish signing in, this device will recover remote access automatically.",
|
|
28
|
+
"remoteSignInAndEnable": "Sign In and Enable Remote Access",
|
|
29
|
+
"remoteEnableNow": "Enable Remote Access",
|
|
30
|
+
"remoteReconnectNow": "Reconnect",
|
|
31
|
+
"remoteReauthorizeNow": "Sign In Again and Restore Remote Access",
|
|
32
|
+
"remoteDisable": "Disable Remote Access",
|
|
33
|
+
"remoteDeviceSummaryTitle": "This Device",
|
|
34
|
+
"remoteDeviceSummaryDescription": "Users only need the account, device name, connection state, and web entry.",
|
|
35
|
+
"remoteSignedInAccount": "Signed-in Account",
|
|
36
|
+
"remoteConnectionStatus": "Connection Status",
|
|
37
|
+
"remoteAdvancedTitle": "Advanced Settings",
|
|
38
|
+
"remoteAdvancedDescription": "Only open this section when you need diagnostics or a custom platform API base.",
|
|
39
|
+
"remoteAdvancedToggleOpen": "Show Advanced Settings",
|
|
40
|
+
"remoteAdvancedToggleClose": "Hide Advanced Settings",
|
|
41
|
+
"remoteAdvancedSaved": "Advanced settings saved",
|
|
42
|
+
"remoteEnabledReady": "Remote access is enabled. You can now use NextClaw Web.",
|
|
43
|
+
"remoteDisabledDone": "Remote access is disabled",
|
|
44
|
+
"remoteServiceRecovered": "The managed service is connected again",
|
|
45
|
+
"remoteActionEnabling": "Enabling remote access...",
|
|
46
|
+
"remoteActionDisabling": "Disabling remote access...",
|
|
47
|
+
"remoteActionSavingAdvanced": "Saving advanced settings...",
|
|
48
|
+
"remoteActionStarting": "Starting the managed service...",
|
|
49
|
+
"remoteActionRestarting": "Restarting the managed service...",
|
|
50
|
+
"remoteActionStopping": "Stopping the managed service...",
|
|
51
|
+
"remoteAccountEntryTitle": "NextClaw Account",
|
|
52
|
+
"remoteAccountEntryDisconnected": "Not signed in. Click to connect.",
|
|
53
|
+
"remoteAccountEntryConnected": "Connected to NextClaw",
|
|
54
|
+
"remoteAccountEntryManage": "Account",
|
|
55
|
+
"accountPanelTitle": "NextClaw Account",
|
|
56
|
+
"accountPanelDescription": "Remote access depends on this account. Tokens, authorization, and future cloud capabilities will build on it.",
|
|
57
|
+
"accountPanelSignedInTitle": "Account Connected",
|
|
58
|
+
"accountPanelSignedInDescription": "This device is linked to your NextClaw account. You can go to the web app and open the device there.",
|
|
59
|
+
"accountPanelSignedOutTitle": "Continue Sign-In in Your Browser",
|
|
60
|
+
"accountPanelSignedOutDescription": "Click the button below to open NextClaw Web, sign in or create an account there, and this device will attach automatically.",
|
|
61
|
+
"remoteOverviewTitle": "Connection Overview",
|
|
62
|
+
"remoteOverviewDescription": "Keep only the information ordinary users actually need.",
|
|
63
|
+
"remoteAccountConnected": "Platform Connected",
|
|
64
|
+
"remoteAccountNotConnected": "Platform Not Connected",
|
|
65
|
+
"remoteRuntimeMissing": "Connector Not Running",
|
|
66
|
+
"remoteStateConnected": "Connected",
|
|
67
|
+
"remoteStateConnecting": "Connecting",
|
|
68
|
+
"remoteStateError": "Error",
|
|
69
|
+
"remoteStateDisconnected": "Disconnected",
|
|
70
|
+
"remoteStateDisabled": "Disabled",
|
|
71
|
+
"remoteStateReauthorizationRequired": "Sign-In Required",
|
|
72
|
+
"remoteLocalOrigin": "Local Origin",
|
|
73
|
+
"remotePublicPlatform": "Platform Base",
|
|
74
|
+
"remoteDeviceId": "Device ID",
|
|
75
|
+
"remoteRuntimeUpdatedAt": "Status Updated At",
|
|
76
|
+
"remoteLastConnectedAt": "Last Connected At",
|
|
77
|
+
"remoteLastError": "Last Error",
|
|
78
|
+
"remoteDeviceTitle": "Device Settings",
|
|
79
|
+
"remoteDeviceDescription": "Save remote access state, device name, and platform API base.",
|
|
80
|
+
"remoteDeviceSectionTitle": "Device Info",
|
|
81
|
+
"remoteDeviceSectionDescription": "Once enabled, this device will appear in the platform web device list.",
|
|
82
|
+
"remoteDeviceNameAuto": "Unnamed Device",
|
|
83
|
+
"remoteEnabled": "Enable Remote Access",
|
|
84
|
+
"remoteEnabledHelp": "After saving, start or restart the managed service to apply the new remote configuration.",
|
|
85
|
+
"remoteDeviceName": "Device Name",
|
|
86
|
+
"remoteDeviceNamePlaceholder": "For example: PeideMacBook-Pro",
|
|
87
|
+
"remotePlatformApiBase": "Platform API Base",
|
|
88
|
+
"remotePlatformApiBaseHelp": "Leave empty to fall back to providers.nextclaw.apiBase saved at login time.",
|
|
89
|
+
"remoteSaveSettings": "Save Settings",
|
|
90
|
+
"remoteSettingsSaved": "Remote settings saved",
|
|
91
|
+
"remoteSettingsSaveFailed": "Failed to save remote settings",
|
|
92
|
+
"remoteSaveHint": "Recommended flow: save settings, start or restart the service, then run diagnostics.",
|
|
93
|
+
"remoteAccountTitle": "Platform Account",
|
|
94
|
+
"remoteAccountDescription": "Authorize this device in your browser and connect it to the NextClaw platform.",
|
|
95
|
+
"remoteAccountEmail": "Email",
|
|
96
|
+
"remoteAccountUsername": "Username",
|
|
97
|
+
"remoteAccountUsernameRequiredTitle": "Set a username before publishing skills",
|
|
98
|
+
"remoteAccountUsernameRequiredDescription": "Your platform account is already signed in, but it does not have a username yet. Once set, your personal skills will publish as `@username/skill-name`.",
|
|
99
|
+
"remoteAccountUsernamePlaceholder": "For example: alice-dev",
|
|
100
|
+
"remoteAccountUsernameSave": "Save Username",
|
|
101
|
+
"remoteAccountUsernameSaving": "Saving...",
|
|
102
|
+
"remoteAccountUsernameSetSuccess": "Username saved",
|
|
103
|
+
"remoteAccountUsernameSetFailed": "Failed to save username",
|
|
104
|
+
"remoteAccountUsernameLockedHelp": "This version supports initial username setup only. Renaming is not available yet.",
|
|
105
|
+
"remoteAccountRole": "Role",
|
|
106
|
+
"remoteApiBase": "API Base",
|
|
107
|
+
"remoteBrowserAuthTitle": "Browser Authorization",
|
|
108
|
+
"remoteBrowserAuthDescription": "Open the platform authorization page in your browser, then sign in or create an account there.",
|
|
109
|
+
"remoteBrowserAuthAction": "Continue in Browser",
|
|
110
|
+
"remoteBrowserAuthActionRetry": "Restart Browser Sign-In",
|
|
111
|
+
"remoteBrowserAuthResume": "Reopen Authorization Page",
|
|
112
|
+
"remoteBrowserAuthStarting": "Starting authorization...",
|
|
113
|
+
"remoteBrowserAuthAuthorizing": "Waiting for browser authorization...",
|
|
114
|
+
"remoteBrowserAuthWaiting": "The authorization page is open. Complete sign in or registration there and this page will connect automatically.",
|
|
115
|
+
"remoteBrowserAuthCompleted": "Authorization completed. Refreshing account status.",
|
|
116
|
+
"remoteBrowserAuthExpired": "Authorization session expired. Start again.",
|
|
117
|
+
"remoteBrowserAuthPopupBlocked": "Your browser did not open automatically. Use \"Reopen Authorization Page\".",
|
|
118
|
+
"remoteBrowserAuthSession": "Auth Session",
|
|
119
|
+
"remoteBrowserAuthExpiresAt": "Auth Expires At",
|
|
120
|
+
"remoteBrowserAuthHint": "If you just changed the Platform API Base above, saving settings is recommended. This page will still use the current value for browser authorization.",
|
|
121
|
+
"remoteBrowserAuthStartFailed": "Failed to start browser authorization",
|
|
122
|
+
"remoteBrowserAuthPollFailed": "Failed to check browser authorization status",
|
|
123
|
+
"remoteEmail": "Email",
|
|
124
|
+
"remotePassword": "Password",
|
|
125
|
+
"remotePasswordPlaceholder": "Enter your platform password",
|
|
126
|
+
"remoteRegisterIfNeeded": "Auto-create on First Verification",
|
|
127
|
+
"remoteRegisterIfNeededHelp": "When enabled, the UI will sign in on the platform and then save the resulting login token.",
|
|
128
|
+
"remoteLogin": "Login to Platform",
|
|
129
|
+
"remoteCreateAccount": "Create Account & Login",
|
|
130
|
+
"remoteLoggingIn": "Logging in...",
|
|
131
|
+
"remoteLoginSuccess": "Platform login succeeded",
|
|
132
|
+
"remoteLoginFailed": "Platform login failed",
|
|
133
|
+
"remoteLogout": "Logout",
|
|
134
|
+
"remoteLoggingOut": "Logging out...",
|
|
135
|
+
"remoteLogoutSuccess": "Logged out from platform",
|
|
136
|
+
"remoteLogoutFailed": "Failed to logout",
|
|
137
|
+
"remoteServiceTitle": "Managed Service",
|
|
138
|
+
"remoteServiceDescription": "Directly control the managed service that hosts the current UI.",
|
|
139
|
+
"remoteServiceRunning": "Service Running",
|
|
140
|
+
"remoteServiceManagedRunning": "Current Managed Service",
|
|
141
|
+
"remoteServiceStopped": "Service Stopped",
|
|
142
|
+
"remoteServicePid": "Process PID",
|
|
143
|
+
"remoteServiceUiUrl": "UI URL",
|
|
144
|
+
"remoteServiceCurrentProcess": "Current Page Served By It",
|
|
145
|
+
"remoteStartService": "Start Service",
|
|
146
|
+
"remoteRestartService": "Restart Service",
|
|
147
|
+
"remoteStopService": "Stop Service",
|
|
148
|
+
"remoteServiceHint": "If this page is served by the managed service itself, stop/restart may briefly disconnect the page.",
|
|
149
|
+
"remoteServiceActionFailed": "Service action failed",
|
|
150
|
+
"remoteDoctorTitle": "Remote Diagnostics",
|
|
151
|
+
"remoteDoctorDescription": "Check config state, platform login, local UI health, and connector status.",
|
|
152
|
+
"remoteRunDoctor": "Run Diagnostics",
|
|
153
|
+
"remoteDoctorRunning": "Running diagnostics...",
|
|
154
|
+
"remoteDoctorCompleted": "Diagnostics completed",
|
|
155
|
+
"remoteDoctorFailed": "Diagnostics failed",
|
|
156
|
+
"remoteDoctorGeneratedAt": "Generated At",
|
|
157
|
+
"remoteDoctorEmpty": "Run diagnostics to see the latest checks here.",
|
|
158
|
+
"remoteCheckPassed": "Passed",
|
|
159
|
+
"remoteCheckFailed": "Failed",
|
|
160
|
+
"connected": "Connected",
|
|
161
|
+
"disconnected": "Disconnected",
|
|
162
|
+
"connecting": "Connecting...",
|
|
163
|
+
"feishuConnecting": "Verifying / connecting...",
|
|
164
|
+
"statusReady": "Ready",
|
|
165
|
+
"statusSetup": "Setup",
|
|
166
|
+
"statusActive": "Active",
|
|
167
|
+
"statusInactive": "Inactive"
|
|
168
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimePageTitle": "Routing & Runtime",
|
|
3
|
+
"runtimePageDescription": "Align multi-agent routing with OpenClaw: bindings, agent pool, and DM scope.",
|
|
4
|
+
"dmScopeMain": "Main session",
|
|
5
|
+
"dmScopePerPeer": "Per peer",
|
|
6
|
+
"dmScopePerChannelPeer": "Per channel and peer",
|
|
7
|
+
"dmScopePerAccountChannelPeer": "Per account, channel, and peer",
|
|
8
|
+
"runtimeEntries": "Runtime Entries",
|
|
9
|
+
"runtimeEntriesHelp": "Manage visible runtime entries and their configuration in one place.",
|
|
10
|
+
"runtimeEntryIdPlaceholder": "Entry ID, for example hermes",
|
|
11
|
+
"runtimeEntryLabelPlaceholder": "Display name, for example Hermes",
|
|
12
|
+
"runtimeEntryTypePlaceholder": "Runtime type, for example narp-stdio",
|
|
13
|
+
"runtimeEntryConfigJson": "Config JSON",
|
|
14
|
+
"addRuntimeEntry": "Add Runtime Entry",
|
|
15
|
+
"runtimeEntryIdRequired": "Runtime entry id is required at index {index}.",
|
|
16
|
+
"runtimeEntryTypeRequired": "Runtime entry type is required for \"{id}\".",
|
|
17
|
+
"runtimeEntryDuplicate": "Duplicate runtime entry id",
|
|
18
|
+
"runtimeEntryConfigObjectRequired": "Runtime entry config for \"{id}\" must be a JSON object.",
|
|
19
|
+
"peerKindDirect": "Direct",
|
|
20
|
+
"peerKindGroup": "Group",
|
|
21
|
+
"peerKindChannel": "Channel",
|
|
22
|
+
"runtimeLoading": "Loading runtime settings...",
|
|
23
|
+
"runtimeControlTitle": "Service Management",
|
|
24
|
+
"runtimeControlDescription": "Make the current service state explicit and manage start, restart, stop, or full desktop app restart when the host allows it.",
|
|
25
|
+
"runtimePresenceTitle": "Presence & Lifecycle",
|
|
26
|
+
"runtimePresenceDescription": "Make the current environment explicit: what happens when the window or page closes, and which background behaviors belong to the host.",
|
|
27
|
+
"runtimePresenceLoading": "Loading presence settings...",
|
|
28
|
+
"runtimePresenceLoadFailed": "Failed to load desktop presence settings",
|
|
29
|
+
"runtimePresenceBehaviorLabel": "Current Close Behavior",
|
|
30
|
+
"runtimePresenceBehaviorBackground": "Closing the window hides it to the background",
|
|
31
|
+
"runtimePresenceBehaviorQuit": "Closing the window quits the app",
|
|
32
|
+
"runtimePresenceCloseToBackground": "Keep running in background when closing the window",
|
|
33
|
+
"runtimePresenceCloseToBackgroundHelp": "When enabled, closing the desktop window hides it to the tray instead of stopping the local NextClaw service.",
|
|
34
|
+
"runtimePresenceLaunchAtLogin": "Launch NextClaw at login",
|
|
35
|
+
"runtimePresenceLaunchAtLoginHelp": "When enabled, the desktop app starts automatically after login and stays in the background by default.",
|
|
36
|
+
"runtimePresenceLaunchAtLoginUnavailable": "Launch-at-login is not configurable in this environment yet.",
|
|
37
|
+
"runtimePresenceSaved": "Desktop presence settings saved",
|
|
38
|
+
"runtimePresenceSaveFailed": "Failed to save desktop presence settings",
|
|
39
|
+
"runtimePresenceManagedLocalTitle": "The browser is only a control surface for the local service",
|
|
40
|
+
"runtimePresenceManagedLocalDescription": "Closing the browser tab does not stop the local NextClaw service. The local managed service owns the lifecycle, not the page.",
|
|
41
|
+
"runtimePresenceSelfHostedTitle": "The page does not own the self-hosted service lifecycle",
|
|
42
|
+
"runtimePresenceSelfHostedDescription": "Closing the browser page does not affect the self-hosted instance. Service start, stop, and auto-start belong to the host environment or deployment layer.",
|
|
43
|
+
"runtimePresenceSharedTitle": "Shared web exposes service state, not process ownership",
|
|
44
|
+
"runtimePresenceSharedDescription": "Closing the page only ends the current connection or session, not the shared service itself. The platform owns the lifecycle.",
|
|
45
|
+
"runtimeControlLoading": "Loading runtime control capabilities...",
|
|
46
|
+
"runtimeControlLoadFailed": "Failed to load runtime control state",
|
|
47
|
+
"runtimeControlManagedLocalMessage": "Use this page to manage the local NextClaw service. Closing the browser does not stop the service.",
|
|
48
|
+
"runtimeControlManagedLocalHint": "This page is served by the running local service. Closing the browser does not stop it.",
|
|
49
|
+
"runtimeControlManagedLocalHintShort": "This page is served by the running local service.",
|
|
50
|
+
"runtimeControlStartUnavailableHosted": "This page is already hosted by the running local service.",
|
|
51
|
+
"runtimeControlRestartAppDesktopOnly": "App restart is only available in the desktop shell.",
|
|
52
|
+
"runtimeControlServiceNotRunning": "The local service is not running.",
|
|
53
|
+
"runtimeControlServiceAlreadyStopped": "The local service is already stopped.",
|
|
54
|
+
"runtimeControlManagedServiceStarted": "Managed service started.",
|
|
55
|
+
"runtimeControlManagedServiceStartScheduled": "Managed service start scheduled.",
|
|
56
|
+
"runtimeControlRestartScheduled": "Restart scheduled. This page may disconnect for a few seconds.",
|
|
57
|
+
"runtimeControlStopScheduled": "Stop scheduled. This page will disconnect shortly.",
|
|
58
|
+
"runtimeControlServiceRunning": "Service running",
|
|
59
|
+
"runtimeControlServiceStopped": "Service stopped",
|
|
60
|
+
"runtimeControlServiceStarting": "Starting service",
|
|
61
|
+
"runtimeControlServiceStopping": "Stopping service",
|
|
62
|
+
"runtimeControlServiceRestarting": "Restarting service",
|
|
63
|
+
"runtimeControlServiceUnknown": "Service state unknown",
|
|
64
|
+
"runtimeControlHealthy": "Runtime healthy",
|
|
65
|
+
"runtimeControlStartingService": "Starting service",
|
|
66
|
+
"runtimeControlRestartingService": "Restarting service",
|
|
67
|
+
"runtimeControlStoppingService": "Stopping service",
|
|
68
|
+
"runtimeControlRestartingApp": "Restarting app",
|
|
69
|
+
"runtimeControlRecovering": "Recovering connection",
|
|
70
|
+
"runtimeControlFailed": "Restart failed",
|
|
71
|
+
"runtimeControlUnavailable": "Currently unavailable",
|
|
72
|
+
"runtimeControlEnvironmentDesktop": "Desktop embedded runtime",
|
|
73
|
+
"runtimeControlEnvironmentManagedService": "Managed local service",
|
|
74
|
+
"runtimeControlEnvironmentSelfHosted": "Self-hosted web",
|
|
75
|
+
"runtimeControlEnvironmentSharedWeb": "Shared web",
|
|
76
|
+
"runtimeControlStartService": "Start Service",
|
|
77
|
+
"runtimeControlRestartService": "Restart Service",
|
|
78
|
+
"runtimeControlStopService": "Stop Service",
|
|
79
|
+
"runtimeControlRestartApp": "Restart App",
|
|
80
|
+
"runtimeControlPendingRestartTitle": "Pending Restart",
|
|
81
|
+
"runtimeControlPendingRestartDescription": "These changes are saved, but the system will not restart automatically. Restart manually when you are ready, and this notice clears after the restart finishes.",
|
|
82
|
+
"runtimeControlPendingRestartPaths": "Changes Waiting For Restart",
|
|
83
|
+
"runtimeStatusLoadingTitle": "Loading status",
|
|
84
|
+
"runtimeStatusLoadingDescription": "Loading the current system status.",
|
|
85
|
+
"runtimeStatusHealthyTitle": "System healthy",
|
|
86
|
+
"runtimeStatusHealthyDescription": "There is no system action that needs your attention right now.",
|
|
87
|
+
"runtimeStatusPendingRestartTitle": "Restart required",
|
|
88
|
+
"runtimeStatusPendingRestartDescription": "These changes are saved, but the system will not restart automatically. Review the reason here and restart when you are ready.",
|
|
89
|
+
"runtimeStatusPendingRestartReasonItem": "Changes in {path} will apply after restart.",
|
|
90
|
+
"runtimeStatusActionHint": "Run when you are ready",
|
|
91
|
+
"runtimeStatusRestartAction": "Restart now",
|
|
92
|
+
"runtimeStatusRestartingAction": "Restarting...",
|
|
93
|
+
"runtimeControlStartingServiceHelp": "Starting the NextClaw service. The page may reconnect after the service becomes available.",
|
|
94
|
+
"runtimeControlRestartingServiceHelp": "Restarting the NextClaw service. The page may disconnect briefly.",
|
|
95
|
+
"runtimeControlStoppingServiceHelp": "Stopping the NextClaw service. This page will disconnect shortly.",
|
|
96
|
+
"runtimeControlRestartingAppHelp": "Restarting the desktop app. The current window will close briefly and relaunch.",
|
|
97
|
+
"runtimeControlRecoveringHelp": "Waiting for the service to come back...",
|
|
98
|
+
"runtimeControlRecovered": "Runtime connection restored",
|
|
99
|
+
"runtimeControlActionFailed": "Service management action failed",
|
|
100
|
+
"runtimeControlRestartAppConfirm": "This restarts the entire NextClaw desktop app and interrupts the current window. Continue?",
|
|
101
|
+
"runtimeControlStopServiceConfirm": "This stops the current NextClaw service and disconnects the page immediately. Continue?",
|
|
102
|
+
"runtimeRestartAppUnavailable": "This environment does not support restarting the entire app from the UI.",
|
|
103
|
+
"runtimeControlDesktopServiceHint": "The desktop launcher owns the app lifecycle, so end users do not stop the embedded service separately.",
|
|
104
|
+
"runtimeRecoveryTimedOut": "Timed out waiting for the runtime to recover. Try again or inspect the logs."
|
|
105
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"searchPageTitle": "Search Channels",
|
|
3
|
+
"searchPageDescription": "Configure web search providers.",
|
|
4
|
+
"searchActiveProvider": "Active Search Provider",
|
|
5
|
+
"searchDefaultMaxResults": "Default Result Count",
|
|
6
|
+
"searchProviderSummary": "Result Summary",
|
|
7
|
+
"searchProviderFreshness": "Freshness",
|
|
8
|
+
"searchProviderSearchDepth": "Search Depth",
|
|
9
|
+
"searchProviderIncludeAnswer": "Include Answer",
|
|
10
|
+
"searchProviderBaseUrl": "API Base URL",
|
|
11
|
+
"searchProviderOpenDocs": "Open Docs",
|
|
12
|
+
"searchProviderActivate": "Activate",
|
|
13
|
+
"searchProviderActivated": "Activated",
|
|
14
|
+
"searchProviderDeactivate": "Deactivate",
|
|
15
|
+
"searchProviderBochaDescription": "AI-ready search that works better for mainland China users.",
|
|
16
|
+
"searchProviderTavilyDescription": "Research-focused search with configurable answer synthesis.",
|
|
17
|
+
"searchProviderBraveDescription": "Keep Brave as an optional provider.",
|
|
18
|
+
"searchStatusConfigured": "Configured",
|
|
19
|
+
"searchStatusNeedsSetup": "Needs Setup",
|
|
20
|
+
"searchFreshnessNoLimit": "No Limit",
|
|
21
|
+
"searchFreshnessOneDay": "One Day",
|
|
22
|
+
"searchFreshnessOneWeek": "One Week",
|
|
23
|
+
"searchFreshnessOneMonth": "One Month",
|
|
24
|
+
"searchFreshnessOneYear": "One Year",
|
|
25
|
+
"searchDepthBasic": "Basic",
|
|
26
|
+
"searchDepthAdvanced": "Advanced",
|
|
27
|
+
"searchNoProviderSelected": "Select a search provider from the left."
|
|
28
|
+
}
|