@tutti-os/agent-gui 0.0.68 → 0.0.70
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/README.md +4 -5
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +6 -6
- package/dist/agent-message-center/index.js +8 -8
- package/dist/{agentGuiNodeTypes-BTHu_g4m.d.ts → agentGuiNodeTypes-CmLUy5Jt.d.ts} +8 -6
- package/dist/app/renderer/agentactivity.css +209 -4
- package/dist/app/renderer/assets/icons/agents/opencode-flat-filled.svg +4 -0
- package/dist/{chunk-3QPN2Y7R.js → chunk-DGNKXT3Q.js} +23 -129
- package/dist/chunk-DGNKXT3Q.js.map +1 -0
- package/dist/{chunk-GXHZNIWT.js → chunk-DXENDZEF.js} +2 -2
- package/dist/{chunk-GOEL3BO7.js → chunk-FTSEVC6O.js} +2 -2
- package/dist/{chunk-J335PQ5H.js → chunk-ISQCYEUJ.js} +12 -27
- package/dist/chunk-ISQCYEUJ.js.map +1 -0
- package/dist/{chunk-C2M2ELXF.js → chunk-IZX2YQXY.js} +3 -3
- package/dist/{chunk-ZZBLWZJR.js → chunk-KS35VKHM.js} +1 -2
- package/dist/chunk-KS35VKHM.js.map +1 -0
- package/dist/{chunk-LQRD4X6R.js → chunk-KTIHLBCN.js} +2 -2
- package/dist/{chunk-A2KZVRUO.js → chunk-MVPSFOJZ.js} +2 -2
- package/dist/{chunk-YE5JSME7.js → chunk-N37A62BK.js} +17 -1
- package/dist/chunk-N37A62BK.js.map +1 -0
- package/dist/{chunk-VRV6GBF5.js → chunk-NROZAN34.js} +8 -1
- package/dist/chunk-NROZAN34.js.map +1 -0
- package/dist/{chunk-QGKK6FHC.js → chunk-QDWV5VTD.js} +5 -5
- package/dist/{chunk-DYX6466P.js → chunk-QJ42HQ24.js} +4 -4
- package/dist/{chunk-AIR6A4NP.js → chunk-SC3PS7AT.js} +2 -2
- package/dist/{chunk-D22A3KGQ.js → chunk-SG6A35BU.js} +2 -2
- package/dist/{chunk-KJLSZETD.js → chunk-WWY6MYMU.js} +3 -3
- package/dist/{chunk-TB7PKP6F.js → chunk-Y3C5EHSW.js} +61 -17
- package/dist/chunk-Y3C5EHSW.js.map +1 -0
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +22 -128
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +114 -109
- package/dist/index.js +599 -213
- package/dist/index.js.map +1 -1
- package/dist/opencode-flat-filled-CYAJPX45.svg +4 -0
- package/dist/queued-prompt-runtime.d.ts +2 -2
- package/dist/{types-BwDrG654.d.ts → types-DZ79b8Zn.d.ts} +6 -1
- package/dist/workbench/contribution.d.ts +9 -1
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.d.ts +5 -2
- package/dist/workbench/index.js +7 -7
- package/dist/workbench/launch.d.ts +1 -1
- package/dist/workbench/providerCatalog.d.ts +1 -1
- package/dist/workbench/sessionTitle.d.ts +1 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +1 -1
- package/dist/workbench/state.js +2 -2
- package/dist/workbench/types.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-3QPN2Y7R.js.map +0 -1
- package/dist/chunk-J335PQ5H.js.map +0 -1
- package/dist/chunk-TB7PKP6F.js.map +0 -1
- package/dist/chunk-VRV6GBF5.js.map +0 -1
- package/dist/chunk-YE5JSME7.js.map +0 -1
- package/dist/chunk-ZZBLWZJR.js.map +0 -1
- /package/dist/{chunk-GXHZNIWT.js.map → chunk-DXENDZEF.js.map} +0 -0
- /package/dist/{chunk-GOEL3BO7.js.map → chunk-FTSEVC6O.js.map} +0 -0
- /package/dist/{chunk-C2M2ELXF.js.map → chunk-IZX2YQXY.js.map} +0 -0
- /package/dist/{chunk-LQRD4X6R.js.map → chunk-KTIHLBCN.js.map} +0 -0
- /package/dist/{chunk-A2KZVRUO.js.map → chunk-MVPSFOJZ.js.map} +0 -0
- /package/dist/{chunk-QGKK6FHC.js.map → chunk-QDWV5VTD.js.map} +0 -0
- /package/dist/{chunk-DYX6466P.js.map → chunk-QJ42HQ24.js.map} +0 -0
- /package/dist/{chunk-AIR6A4NP.js.map → chunk-SC3PS7AT.js.map} +0 -0
- /package/dist/{chunk-D22A3KGQ.js.map → chunk-SG6A35BU.js.map} +0 -0
- /package/dist/{chunk-KJLSZETD.js.map → chunk-WWY6MYMU.js.map} +0 -0
|
@@ -452,14 +452,14 @@ var en = {
|
|
|
452
452
|
agentGui: {
|
|
453
453
|
initialPlaceholder: "Type @ to reference sessions, files, tasks, and apps",
|
|
454
454
|
followupPlaceholder: "Request follow-up changes from {{provider}}",
|
|
455
|
-
installRequiredPlaceholder: "
|
|
456
|
-
installRequiredAction: "
|
|
455
|
+
installRequiredPlaceholder: "Connect {{provider}} to send messages",
|
|
456
|
+
installRequiredAction: "Connect",
|
|
457
457
|
providerGateCheckingTitle: "Checking your agent",
|
|
458
458
|
providerGateCheckingDescription: "One moment while we check whether {{provider}} is ready.",
|
|
459
459
|
providerGateCheckingAgentsDescription: "One moment while we check whether agents are ready.",
|
|
460
|
-
providerGateInstallTitle: "
|
|
461
|
-
providerGateInstallDescription: "{{provider}} needs to be
|
|
462
|
-
providerGateInstallAction: "
|
|
460
|
+
providerGateInstallTitle: "Connect {{provider}} first",
|
|
461
|
+
providerGateInstallDescription: "{{provider}} needs to be connected before you can start a new chat here.",
|
|
462
|
+
providerGateInstallAction: "Connect",
|
|
463
463
|
providerGateLoginTitle: "Log in to {{provider}}",
|
|
464
464
|
providerGateLoginDescription: "Log in with your account to start chatting with {{provider}}.",
|
|
465
465
|
providerGateLoginAction: "Log in",
|
|
@@ -469,7 +469,7 @@ var en = {
|
|
|
469
469
|
providerGateUnavailableTitle: "{{provider}} is not ready yet",
|
|
470
470
|
providerGateUnavailableDescription: "We could not confirm that {{provider}} is ready. Try checking again.",
|
|
471
471
|
providerGateRetryAction: "Check again",
|
|
472
|
-
providerGatePendingInstall: "
|
|
472
|
+
providerGatePendingInstall: "Connecting\u2026",
|
|
473
473
|
providerGatePendingLogin: "Opening sign in\u2026",
|
|
474
474
|
providerGatePendingRefresh: "Checking\u2026",
|
|
475
475
|
collaboratorSessionReadOnlyPlaceholder: "This session belongs to another user and cannot be replied to directly",
|
|
@@ -624,6 +624,7 @@ var en = {
|
|
|
624
624
|
slashStatusBaseUrl: "Base URL",
|
|
625
625
|
slashStatusContext: "Context",
|
|
626
626
|
slashStatusLimits: "Usage Limits",
|
|
627
|
+
slashStatusAccount: "Account",
|
|
627
628
|
slashStatusClose: "Close",
|
|
628
629
|
slashStatusFiveHourLimit: "5h limit",
|
|
629
630
|
slashStatusWeeklyLimit: "7d limit",
|
|
@@ -657,6 +658,7 @@ var en = {
|
|
|
657
658
|
planImplementationSkip: "Stay in Plan Mode",
|
|
658
659
|
noRunningResponse: "No running response to stop.",
|
|
659
660
|
composerTextMenu: "Composer text actions",
|
|
661
|
+
pastedTextPromptAttachment: "Pasted text attachment: {{name}}",
|
|
660
662
|
copyMessage: "Copy message",
|
|
661
663
|
copyImage: "Copy image",
|
|
662
664
|
messageCopied: "Copied",
|
|
@@ -735,64 +737,8 @@ var en = {
|
|
|
735
737
|
conversationFilterTutti: "Tutti",
|
|
736
738
|
providerSwitchLabel: "Switch provider",
|
|
737
739
|
handoffConversation: "Handoff",
|
|
740
|
+
handoffConversationTooltip: "Hand off to another agent",
|
|
738
741
|
handoffConversationMenu: "Choose an agent for handoff",
|
|
739
|
-
batchRunnerStandaloneTitle: "Agent GUI batch runner",
|
|
740
|
-
batchRunnerSubtitle: "Run JSONL prompt cases and review execution results",
|
|
741
|
-
batchRunnerPromptSource: "Case source",
|
|
742
|
-
batchRunnerSelectAgent: "Select Agent",
|
|
743
|
-
batchRunnerUploadFile: "Upload JSONL",
|
|
744
|
-
batchRunnerUseBuiltInFile: "Use built-in cases",
|
|
745
|
-
batchRunnerSelectFile: "Select JSONL",
|
|
746
|
-
batchRunnerProviderClaudeCode: "Claude Code",
|
|
747
|
-
batchRunnerProviderCodex: "Codex",
|
|
748
|
-
batchRunnerProviderHermes: "Hermes",
|
|
749
|
-
batchRunnerProviderNexight: "Nexight",
|
|
750
|
-
batchRunnerProviderOpenClaw: "OpenClaw",
|
|
751
|
-
batchRunnerProviderTuttiAgent: "Tutti Agent",
|
|
752
|
-
batchRunnerRun: "Run",
|
|
753
|
-
batchRunnerRunning: "Running...",
|
|
754
|
-
batchRunnerExport: "Export",
|
|
755
|
-
batchRunnerExporting: "Exporting...",
|
|
756
|
-
batchRunnerNoFile: "No JSONL selected",
|
|
757
|
-
batchRunnerLoadedFile: "{{file}} \xB7 {{count}} cases",
|
|
758
|
-
batchRunnerLoadedFileMeta: "{{count}} cases",
|
|
759
|
-
batchRunnerEmptyFile: "No prompt cases found.",
|
|
760
|
-
batchRunnerParseInvalidJson: "Line {{line}}: invalid JSON.",
|
|
761
|
-
batchRunnerParseObjectRequired: "Line {{line}}: each row must be a JSON object.",
|
|
762
|
-
batchRunnerParsePromptRequired: "Line {{line}}: prompt is required.",
|
|
763
|
-
batchRunnerLine: "Line",
|
|
764
|
-
batchRunnerAgent: "Agent",
|
|
765
|
-
batchRunnerCase: "Case",
|
|
766
|
-
batchRunnerStatus: "Status",
|
|
767
|
-
batchRunnerIssues: "Tasks",
|
|
768
|
-
batchRunnerSession: "Session",
|
|
769
|
-
batchRunnerSessionEmpty: "Select a case with a session to inspect its timeline.",
|
|
770
|
-
batchRunnerSessionLoading: "Loading",
|
|
771
|
-
batchRunnerSessionRefresh: "Refresh",
|
|
772
|
-
batchRunnerSessionBackToResults: "Back to results",
|
|
773
|
-
batchRunnerSessionRawJson: "Raw JSON",
|
|
774
|
-
batchRunnerSessionErrorCount: "{{count}} errors",
|
|
775
|
-
batchRunnerSessionToolFailureCount: "{{count}} tool failures",
|
|
776
|
-
batchRunnerStatus_pending: "Pending",
|
|
777
|
-
batchRunnerStatus_running: "Running",
|
|
778
|
-
batchRunnerStatus_completed: "Done",
|
|
779
|
-
batchRunnerStatus_failed: "Failed",
|
|
780
|
-
batchRunnerStatus_canceled: "Canceled",
|
|
781
|
-
batchRunnerStatus_blocked: "Blocked",
|
|
782
|
-
batchRunnerStatus_error: "Error",
|
|
783
|
-
batchRunnerProgress: "Progress",
|
|
784
|
-
batchRunnerTotalCases: "{{count}} cases",
|
|
785
|
-
batchRunnerIssueCases: "{{count}} tasks",
|
|
786
|
-
batchRunnerSearchPlaceholder: "Search cases",
|
|
787
|
-
batchRunnerAllStatuses: "All statuses",
|
|
788
|
-
batchRunnerActions: "Actions",
|
|
789
|
-
batchRunnerCopySession: "Copy session id",
|
|
790
|
-
batchRunnerOpenSession: "Open session",
|
|
791
|
-
batchRunnerNoResults: "No matching cases",
|
|
792
|
-
batchRunnerVisibleCount: "Total {{count}}",
|
|
793
|
-
batchRunnerPageIndicator: "Page {{page}} / {{total}}",
|
|
794
|
-
batchRunnerPageSize: "{{count}} / page",
|
|
795
|
-
batchRunnerExported: "Exported {{file}}",
|
|
796
742
|
startConversation: "Start session",
|
|
797
743
|
selectConversation: "Select a session",
|
|
798
744
|
loadingConversations: "Loading sessions...",
|
|
@@ -892,7 +838,7 @@ var en = {
|
|
|
892
838
|
visibleErrorConfigTimeout: "{{provider}} couldn't apply session settings before the request timed out. Try again in a moment.",
|
|
893
839
|
visibleErrorStreamDisconnected: "{{provider}}'s response was interrupted before it completed. Try again in a moment.",
|
|
894
840
|
visibleErrorConcurrencyLimit: "{{provider}} is handling too many requests right now. Try again after another task finishes.",
|
|
895
|
-
visibleErrorActionInstall: "
|
|
841
|
+
visibleErrorActionInstall: "Connect",
|
|
896
842
|
visibleErrorActionUpgrade: "Upgrade",
|
|
897
843
|
visibleErrorActionRelogin: "Sign in",
|
|
898
844
|
visibleErrorActionCheckNetwork: "Check network",
|
|
@@ -1020,6 +966,7 @@ var en = {
|
|
|
1020
966
|
fileMentionEmpty: "Search workspace files based on your input",
|
|
1021
967
|
fileMentionError: "Unable to search Files.",
|
|
1022
968
|
fileMentionTabHint: "Tab switch category | \u2190\u2192 enter/leave folder | \u2191\u2193 switch selection",
|
|
969
|
+
fileDropHint: "Drop files to add them to the session",
|
|
1023
970
|
mentionPalette: "Mention context",
|
|
1024
971
|
addReference: "Add reference",
|
|
1025
972
|
addContent: "Add files and more",
|
|
@@ -3004,14 +2951,14 @@ var zhCN = {
|
|
|
3004
2951
|
agentGui: {
|
|
3005
2952
|
initialPlaceholder: "\u8F93\u5165 @ \u5F15\u7528\u4F1A\u8BDD\u3001\u6587\u4EF6\u3001\u4EFB\u52A1\u548C\u5E94\u7528",
|
|
3006
2953
|
followupPlaceholder: "\u8981\u6C42 {{provider}} \u7EE7\u7EED\u540E\u7EED\u53D8\u66F4",
|
|
3007
|
-
installRequiredPlaceholder: "\u8BF7\u5148\
|
|
3008
|
-
installRequiredAction: "\
|
|
2954
|
+
installRequiredPlaceholder: "\u8BF7\u5148\u8FDE\u63A5 {{provider}}\uFF0C\u7136\u540E\u518D\u53D1\u9001\u6D88\u606F",
|
|
2955
|
+
installRequiredAction: "\u8FDE\u63A5",
|
|
3009
2956
|
providerGateCheckingTitle: "\u6B63\u5728\u68C0\u67E5 Agent",
|
|
3010
2957
|
providerGateCheckingDescription: "\u7A0D\u7B49\u4E00\u4E0B\uFF0C\u6211\u4EEC\u6B63\u5728\u786E\u8BA4 {{provider}} \u662F\u5426\u5DF2\u7ECF\u53EF\u7528\u3002",
|
|
3011
2958
|
providerGateCheckingAgentsDescription: "\u7A0D\u7B49\u4E00\u4E0B\uFF0C\u6211\u4EEC\u6B63\u5728\u786E\u8BA4 agents \u662F\u5426\u5DF2\u7ECF\u53EF\u7528\u3002",
|
|
3012
|
-
providerGateInstallTitle: "\u5148\
|
|
3013
|
-
providerGateInstallDescription: "\u9700\u8981\u5148\
|
|
3014
|
-
providerGateInstallAction: "\
|
|
2959
|
+
providerGateInstallTitle: "\u5148\u8FDE\u63A5 {{provider}}",
|
|
2960
|
+
providerGateInstallDescription: "\u9700\u8981\u5148\u8FDE\u63A5 {{provider}}\uFF0C\u624D\u80FD\u5728\u8FD9\u91CC\u5F00\u59CB\u65B0\u7684\u5BF9\u8BDD\u3002",
|
|
2961
|
+
providerGateInstallAction: "\u8FDE\u63A5",
|
|
3015
2962
|
providerGateLoginTitle: "\u767B\u5F55 {{provider}}",
|
|
3016
2963
|
providerGateLoginDescription: "\u4F7F\u7528\u8D26\u53F7\u767B\u5F55\u540E\u5373\u53EF\u5F00\u59CB\u4F7F\u7528 {{provider}} \u5BF9\u8BDD\u3002",
|
|
3017
2964
|
providerGateLoginAction: "\u767B\u5F55",
|
|
@@ -3021,7 +2968,7 @@ var zhCN = {
|
|
|
3021
2968
|
providerGateUnavailableTitle: "{{provider}} \u6682\u65F6\u8FD8\u4E0D\u53EF\u7528",
|
|
3022
2969
|
providerGateUnavailableDescription: "\u6211\u4EEC\u8FD8\u4E0D\u80FD\u786E\u8BA4 {{provider}} \u5DF2\u51C6\u5907\u597D\uFF0C\u53EF\u4EE5\u518D\u68C0\u6D4B\u4E00\u6B21\u3002",
|
|
3023
2970
|
providerGateRetryAction: "\u91CD\u65B0\u68C0\u6D4B",
|
|
3024
|
-
providerGatePendingInstall: "\u6B63\u5728\
|
|
2971
|
+
providerGatePendingInstall: "\u6B63\u5728\u8FDE\u63A5\u2026",
|
|
3025
2972
|
providerGatePendingLogin: "\u6B63\u5728\u6253\u5F00\u767B\u5F55\u2026",
|
|
3026
2973
|
providerGatePendingRefresh: "\u6B63\u5728\u68C0\u6D4B\u2026",
|
|
3027
2974
|
collaboratorSessionReadOnlyPlaceholder: "\u975E\u5F53\u524D\u7528\u6237\u4F1A\u8BDD\uFF0C\u4E0D\u53EF\u76F4\u63A5\u5BF9\u8BDD",
|
|
@@ -3176,6 +3123,7 @@ var zhCN = {
|
|
|
3176
3123
|
slashStatusBaseUrl: "Base URL",
|
|
3177
3124
|
slashStatusContext: "\u4E0A\u4E0B\u6587",
|
|
3178
3125
|
slashStatusLimits: "\u9650\u5236",
|
|
3126
|
+
slashStatusAccount: "\u8D26\u6237",
|
|
3179
3127
|
slashStatusClose: "\u5173\u95ED",
|
|
3180
3128
|
slashStatusFiveHourLimit: "5h limit",
|
|
3181
3129
|
slashStatusWeeklyLimit: "7d limit",
|
|
@@ -3209,6 +3157,7 @@ var zhCN = {
|
|
|
3209
3157
|
planImplementationSkip: "\u7559\u5728\u8BA1\u5212\u6A21\u5F0F",
|
|
3210
3158
|
noRunningResponse: "\u5F53\u524D\u6CA1\u6709\u6B63\u5728\u8FD0\u884C\u7684\u56DE\u590D\u3002",
|
|
3211
3159
|
composerTextMenu: "\u8F93\u5165\u6846\u6587\u672C\u64CD\u4F5C",
|
|
3160
|
+
pastedTextPromptAttachment: "\u7C98\u8D34\u7684\u6587\u672C\u9644\u4EF6\uFF1A{{name}}",
|
|
3212
3161
|
copyMessage: "\u590D\u5236\u6D88\u606F",
|
|
3213
3162
|
copyImage: "\u590D\u5236\u56FE\u7247",
|
|
3214
3163
|
messageCopied: "\u5DF2\u590D\u5236",
|
|
@@ -3287,64 +3236,8 @@ var zhCN = {
|
|
|
3287
3236
|
conversationFilterTutti: "Tutti",
|
|
3288
3237
|
providerSwitchLabel: "\u5207\u6362 Provider",
|
|
3289
3238
|
handoffConversation: "Handoff",
|
|
3239
|
+
handoffConversationTooltip: "\u4EA4\u63A5\u7ED9\u5176\u4ED6 Agent",
|
|
3290
3240
|
handoffConversationMenu: "\u9009\u62E9\u8981\u4EA4\u63A5\u7684 Agent",
|
|
3291
|
-
batchRunnerStandaloneTitle: "Agent GUI \u6279\u91CF\u6267\u884C\u9762\u677F",
|
|
3292
|
-
batchRunnerSubtitle: "\u6279\u91CF\u6267\u884C JSONL \u7528\u4F8B\uFF0C\u67E5\u770B\u8FDB\u5EA6\u4E0E\u6267\u884C\u7ED3\u679C",
|
|
3293
|
-
batchRunnerPromptSource: "\u7528\u4F8B\u6765\u6E90",
|
|
3294
|
-
batchRunnerSelectAgent: "\u9009\u62E9 Agent",
|
|
3295
|
-
batchRunnerUploadFile: "\u4E0A\u4F20 JSONL",
|
|
3296
|
-
batchRunnerUseBuiltInFile: "\u4F7F\u7528\u5185\u7F6E\u7528\u4F8B",
|
|
3297
|
-
batchRunnerSelectFile: "\u9009\u62E9 JSONL",
|
|
3298
|
-
batchRunnerProviderClaudeCode: "Claude Code",
|
|
3299
|
-
batchRunnerProviderCodex: "Codex",
|
|
3300
|
-
batchRunnerProviderHermes: "Hermes",
|
|
3301
|
-
batchRunnerProviderNexight: "Nexight",
|
|
3302
|
-
batchRunnerProviderOpenClaw: "OpenClaw",
|
|
3303
|
-
batchRunnerProviderTuttiAgent: "Tutti Agent",
|
|
3304
|
-
batchRunnerRun: "\u6267\u884C",
|
|
3305
|
-
batchRunnerRunning: "\u6267\u884C\u4E2D...",
|
|
3306
|
-
batchRunnerExport: "\u5BFC\u51FA",
|
|
3307
|
-
batchRunnerExporting: "\u5BFC\u51FA\u4E2D...",
|
|
3308
|
-
batchRunnerNoFile: "\u672A\u9009\u62E9 JSONL",
|
|
3309
|
-
batchRunnerLoadedFile: "{{file}} \xB7 {{count}} \u6761\u7528\u4F8B",
|
|
3310
|
-
batchRunnerLoadedFileMeta: "{{count}} \u6761\u7528\u4F8B",
|
|
3311
|
-
batchRunnerEmptyFile: "\u6CA1\u6709\u627E\u5230 prompt \u7528\u4F8B\u3002",
|
|
3312
|
-
batchRunnerParseInvalidJson: "\u7B2C {{line}} \u884C\uFF1AJSON \u65E0\u6548\u3002",
|
|
3313
|
-
batchRunnerParseObjectRequired: "\u7B2C {{line}} \u884C\uFF1A\u6BCF\u884C\u5FC5\u987B\u662F JSON \u5BF9\u8C61\u3002",
|
|
3314
|
-
batchRunnerParsePromptRequired: "\u7B2C {{line}} \u884C\uFF1A\u7F3A\u5C11 prompt\u3002",
|
|
3315
|
-
batchRunnerLine: "\u884C\u53F7",
|
|
3316
|
-
batchRunnerAgent: "Agent",
|
|
3317
|
-
batchRunnerCase: "\u7528\u4F8B",
|
|
3318
|
-
batchRunnerStatus: "\u72B6\u6001",
|
|
3319
|
-
batchRunnerIssues: "\u5F02\u5E38",
|
|
3320
|
-
batchRunnerSession: "Session",
|
|
3321
|
-
batchRunnerSessionEmpty: "\u9009\u62E9\u5E26 Session \u7684\u7528\u4F8B\u540E\u67E5\u770B timeline\u3002",
|
|
3322
|
-
batchRunnerSessionLoading: "\u52A0\u8F7D\u4E2D",
|
|
3323
|
-
batchRunnerSessionRefresh: "\u5237\u65B0",
|
|
3324
|
-
batchRunnerSessionBackToResults: "\u8FD4\u56DE\u7ED3\u679C",
|
|
3325
|
-
batchRunnerSessionRawJson: "Raw JSON",
|
|
3326
|
-
batchRunnerSessionErrorCount: "{{count}} \u4E2A\u9519\u8BEF",
|
|
3327
|
-
batchRunnerSessionToolFailureCount: "{{count}} \u4E2A\u5DE5\u5177\u5931\u8D25",
|
|
3328
|
-
batchRunnerStatus_pending: "\u5F85\u6267\u884C",
|
|
3329
|
-
batchRunnerStatus_running: "\u6267\u884C\u4E2D",
|
|
3330
|
-
batchRunnerStatus_completed: "\u5B8C\u6210",
|
|
3331
|
-
batchRunnerStatus_failed: "\u5931\u8D25",
|
|
3332
|
-
batchRunnerStatus_canceled: "\u5DF2\u53D6\u6D88",
|
|
3333
|
-
batchRunnerStatus_blocked: "\u963B\u585E",
|
|
3334
|
-
batchRunnerStatus_error: "\u9519\u8BEF",
|
|
3335
|
-
batchRunnerProgress: "\u6574\u4F53\u8FDB\u5EA6",
|
|
3336
|
-
batchRunnerTotalCases: "\u5171 {{count}} \u6761\u7528\u4F8B",
|
|
3337
|
-
batchRunnerIssueCases: "{{count}} \u6761\u5F02\u5E38",
|
|
3338
|
-
batchRunnerSearchPlaceholder: "\u641C\u7D22\u7528\u4F8B",
|
|
3339
|
-
batchRunnerAllStatuses: "\u5168\u90E8\u72B6\u6001",
|
|
3340
|
-
batchRunnerActions: "\u64CD\u4F5C",
|
|
3341
|
-
batchRunnerCopySession: "\u590D\u5236 Session ID",
|
|
3342
|
-
batchRunnerOpenSession: "\u6253\u5F00 Session",
|
|
3343
|
-
batchRunnerNoResults: "\u6CA1\u6709\u5339\u914D\u7684\u7528\u4F8B",
|
|
3344
|
-
batchRunnerVisibleCount: "\u603B\u8BA1 {{count}} \u6761",
|
|
3345
|
-
batchRunnerPageIndicator: "\u7B2C {{page}} / {{total}} \u9875",
|
|
3346
|
-
batchRunnerPageSize: "{{count}} \u6761/\u9875",
|
|
3347
|
-
batchRunnerExported: "\u5DF2\u5BFC\u51FA {{file}}",
|
|
3348
3241
|
startConversation: "\u5F00\u59CB\u4F1A\u8BDD",
|
|
3349
3242
|
selectConversation: "\u9009\u62E9\u4E00\u4E2A\u4F1A\u8BDD",
|
|
3350
3243
|
loadingConversations: "\u6B63\u5728\u52A0\u8F7D\u4F1A\u8BDD...",
|
|
@@ -3444,7 +3337,7 @@ var zhCN = {
|
|
|
3444
3337
|
visibleErrorConfigTimeout: "{{provider}} \u5728\u8BF7\u6C42\u8D85\u65F6\u524D\u672A\u80FD\u5E94\u7528\u4F1A\u8BDD\u8BBE\u7F6E\u3002\u8BF7\u7A0D\u540E\u91CD\u8BD5\u3002",
|
|
3445
3338
|
visibleErrorStreamDisconnected: "{{provider}} \u7684\u54CD\u5E94\u5728\u5B8C\u6210\u524D\u88AB\u4E2D\u65AD\u3002\u8BF7\u7A0D\u540E\u91CD\u8BD5\u3002",
|
|
3446
3339
|
visibleErrorConcurrencyLimit: "{{provider}} \u5F53\u524D\u5904\u7406\u7684\u8BF7\u6C42\u8FC7\u591A\u3002\u8BF7\u5728\u5176\u4ED6\u4EFB\u52A1\u5B8C\u6210\u540E\u518D\u8BD5\u3002",
|
|
3447
|
-
visibleErrorActionInstall: "\u53BB\
|
|
3340
|
+
visibleErrorActionInstall: "\u53BB\u8FDE\u63A5",
|
|
3448
3341
|
visibleErrorActionUpgrade: "\u53BB\u5347\u7EA7",
|
|
3449
3342
|
visibleErrorActionRelogin: "\u767B\u5F55",
|
|
3450
3343
|
visibleErrorActionCheckNetwork: "\u68C0\u6D4B\u7F51\u7EDC",
|
|
@@ -3572,6 +3465,7 @@ var zhCN = {
|
|
|
3572
3465
|
fileMentionEmpty: "\u6839\u636E\u4F60\u8F93\u5165\u7684\u5185\u5BB9\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
|
|
3573
3466
|
fileMentionError: "\u65E0\u6CD5\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6\u3002",
|
|
3574
3467
|
fileMentionTabHint: "Tab \u5207\u6362\u5206\u7C7B \uFF5C \u2190\u2192 \u8FDB\u5165/\u8FD4\u56DE\u6587\u4EF6\u5939 \uFF5C \u2191\u2193 \u5207\u6362\u9009\u4E2D",
|
|
3468
|
+
fileDropHint: "\u62D6\u653E\u6587\u4EF6\u4EE5\u6DFB\u52A0\u5230\u4F1A\u8BDD",
|
|
3575
3469
|
mentionPalette: "\u63D0\u53CA\u4E0A\u4E0B\u6587",
|
|
3576
3470
|
addReference: "\u6DFB\u52A0\u5F15\u7528",
|
|
3577
3471
|
addContent: "\u6DFB\u52A0\u6587\u4EF6\u7B49\u5185\u5BB9",
|
|
@@ -5165,4 +5059,4 @@ export {
|
|
|
5165
5059
|
translateInUiLanguage,
|
|
5166
5060
|
getActiveUiLanguage
|
|
5167
5061
|
};
|
|
5168
|
-
//# sourceMappingURL=chunk-
|
|
5062
|
+
//# sourceMappingURL=chunk-DGNKXT3Q.js.map
|