@tutti-os/agent-gui 0.0.14 → 0.0.15
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/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +4 -4
- package/dist/agentFileMentionExtension-CM1c9bqk.d.ts +86 -0
- package/dist/app/renderer/agentactivity.css +33 -9
- package/dist/{chunk-WME2V26J.js → chunk-2CA4NPP3.js} +15 -33
- package/dist/chunk-2CA4NPP3.js.map +1 -0
- package/dist/{chunk-ZO3SZCIX.js → chunk-7CBJJNX6.js} +5 -2
- package/dist/chunk-7CBJJNX6.js.map +1 -0
- package/dist/{chunk-ASAZDEQE.js → chunk-EK5RDKG7.js} +54 -14
- package/dist/chunk-EK5RDKG7.js.map +1 -0
- package/dist/{chunk-GZHQPPK2.js → chunk-H4HT3FE6.js} +113 -36
- package/dist/chunk-H4HT3FE6.js.map +1 -0
- package/dist/{chunk-YXSO4ITT.js → chunk-HIREVEZM.js} +1 -1
- package/dist/chunk-HIREVEZM.js.map +1 -0
- package/dist/{chunk-VDNMTW2E.js → chunk-IXIGWLQY.js} +1 -1
- package/dist/chunk-IXIGWLQY.js.map +1 -0
- package/dist/{chunk-FSTZDNRM.js → chunk-KJPMZ7G5.js} +243 -167
- package/dist/chunk-KJPMZ7G5.js.map +1 -0
- package/dist/{chunk-GEXHKJK5.js → chunk-MUZMBEFO.js} +35 -17
- package/dist/chunk-MUZMBEFO.js.map +1 -0
- package/dist/{chunk-HSXDSFKB.js → chunk-OFGXNXYT.js} +2 -2
- package/dist/{chunk-3YZX5EUC.js → chunk-SVOGXWFJ.js} +53 -17
- package/dist/{chunk-3YZX5EUC.js.map → chunk-SVOGXWFJ.js.map} +1 -1
- package/dist/{chunk-MU2LODEV.js → chunk-U4F3COKL.js} +160 -10
- package/dist/chunk-U4F3COKL.js.map +1 -0
- package/dist/{chunk-KEKPOVQD.js → chunk-XHQGCP7A.js} +2 -2
- package/dist/{chunk-RLPVFX7V.js → chunk-YKDFQADM.js} +36 -7
- package/dist/chunk-YKDFQADM.js.map +1 -0
- package/dist/context-mention-palette/index.d.ts +8 -68
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/context-mention-provider.d.ts +6 -1
- package/dist/context-mention-provider.js +1 -1
- package/dist/i18n/index.d.ts +239 -163
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +35 -2
- package/dist/index.js +1481 -997
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +7 -1
- package/dist/workbench/contribution.js +6 -4
- package/dist/workbench/index.d.ts +4 -2
- package/dist/workbench/index.js +6 -4
- package/dist/workbench/launch.d.ts +2 -0
- package/dist/workbench/launch.js +2 -2
- package/dist/workbench/state.d.ts +3 -2
- package/dist/workbench/state.js +1 -1
- package/dist/workbench/types.d.ts +3 -0
- package/dist/workbench/types.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/dist/{workspaceLinkActions-BlLN8Pvz.d.ts → workspaceLinkActions-Mjktl_Be.d.ts} +3 -0
- package/package.json +15 -13
- package/dist/chunk-ASAZDEQE.js.map +0 -1
- package/dist/chunk-FSTZDNRM.js.map +0 -1
- package/dist/chunk-GEXHKJK5.js.map +0 -1
- package/dist/chunk-GZHQPPK2.js.map +0 -1
- package/dist/chunk-MU2LODEV.js.map +0 -1
- package/dist/chunk-RLPVFX7V.js.map +0 -1
- package/dist/chunk-VDNMTW2E.js.map +0 -1
- package/dist/chunk-WME2V26J.js.map +0 -1
- package/dist/chunk-YXSO4ITT.js.map +0 -1
- package/dist/chunk-ZO3SZCIX.js.map +0 -1
- /package/dist/{chunk-HSXDSFKB.js.map → chunk-OFGXNXYT.js.map} +0 -0
- /package/dist/{chunk-KEKPOVQD.js.map → chunk-XHQGCP7A.js.map} +0 -0
package/dist/i18n/index.d.ts
CHANGED
|
@@ -72,8 +72,8 @@ declare const agentGuiI18nResources: {
|
|
|
72
72
|
readonly terminals_other: "{{count}} terminals";
|
|
73
73
|
readonly agents_one: "{{count}} agent";
|
|
74
74
|
readonly agents_other: "{{count}} agents";
|
|
75
|
-
readonly tasks_one: "{{count}}
|
|
76
|
-
readonly tasks_other: "{{count}}
|
|
75
|
+
readonly tasks_one: "{{count}} task";
|
|
76
|
+
readonly tasks_other: "{{count}} tasks";
|
|
77
77
|
};
|
|
78
78
|
readonly appHeader: {
|
|
79
79
|
readonly togglePrimarySidebar: "Toggle Primary Sidebar";
|
|
@@ -272,8 +272,8 @@ declare const agentGuiI18nResources: {
|
|
|
272
272
|
readonly installAction: "Install";
|
|
273
273
|
readonly comingSoonAction: "Coming soon";
|
|
274
274
|
readonly installedAction: "Installed";
|
|
275
|
-
readonly issueTitle: "
|
|
276
|
-
readonly issueDescription: "Create, assign, run, and review room
|
|
275
|
+
readonly issueTitle: "Tasks";
|
|
276
|
+
readonly issueDescription: "Create, assign, run, and review room tasks with agents";
|
|
277
277
|
readonly vibeDesignTitle: "Vibe design";
|
|
278
278
|
readonly vibeDesignDescription: "Draft product screens, interaction states, and visual directions";
|
|
279
279
|
readonly vibeVideoTitle: "Video creating";
|
|
@@ -322,7 +322,7 @@ declare const agentGuiI18nResources: {
|
|
|
322
322
|
readonly workspaceCenterSearchAria: "Open room search";
|
|
323
323
|
readonly workspaceCenterSearchTitle: "Search nodes, partitions, and notes in this room";
|
|
324
324
|
readonly agentGui: {
|
|
325
|
-
readonly initialPlaceholder: "Type @ to reference sessions, files,
|
|
325
|
+
readonly initialPlaceholder: "Type @ to reference sessions, files, tasks, and apps";
|
|
326
326
|
readonly followupPlaceholder: "Request follow-up changes from {{provider}}";
|
|
327
327
|
readonly installRequiredPlaceholder: "Install {{provider}} from the dock to send messages";
|
|
328
328
|
readonly collaboratorSessionReadOnlyPlaceholder: "This session belongs to another user and cannot be replied to directly";
|
|
@@ -333,15 +333,19 @@ declare const agentGuiI18nResources: {
|
|
|
333
333
|
readonly inheritedUnavailable: "Inherited / unavailable";
|
|
334
334
|
readonly reasoningLabel: "Reasoning";
|
|
335
335
|
readonly reasoningDegreeLabel: "Reasoning level";
|
|
336
|
+
readonly reasoningOptionDefault: "Default";
|
|
336
337
|
readonly reasoningOptionMinimal: "Minimal";
|
|
337
338
|
readonly reasoningOptionLow: "Low";
|
|
338
339
|
readonly reasoningOptionMedium: "Medium";
|
|
339
340
|
readonly reasoningOptionHigh: "High";
|
|
340
341
|
readonly reasoningOptionXHigh: "X-High";
|
|
342
|
+
readonly reasoningOptionMax: "Max";
|
|
341
343
|
readonly speedLabel: "Speed";
|
|
342
344
|
readonly speedSelectionLabel: "Speed";
|
|
343
345
|
readonly speedOptionStandard: "Standard";
|
|
346
|
+
readonly speedOptionStandardDescription: "Standard speed";
|
|
344
347
|
readonly speedOptionFast: "Fast";
|
|
348
|
+
readonly speedOptionFastDescription: "1.5x speed, increased usage";
|
|
345
349
|
readonly permissionModeReadOnly: "Ask for approval";
|
|
346
350
|
readonly permissionModeAuto: "Approve for me";
|
|
347
351
|
readonly permissionModeFullAccess: "Full access";
|
|
@@ -431,6 +435,8 @@ declare const agentGuiI18nResources: {
|
|
|
431
435
|
};
|
|
432
436
|
};
|
|
433
437
|
};
|
|
438
|
+
readonly modelContextWindowSuffix: "context window";
|
|
439
|
+
readonly modelTooltipVersionLabel: "Version";
|
|
434
440
|
readonly modelDescriptions: {
|
|
435
441
|
readonly frontierComplexCoding: "Frontier model for complex coding, research, and real-world work";
|
|
436
442
|
readonly everydayCoding: "Strong model for everyday coding";
|
|
@@ -465,7 +471,8 @@ declare const agentGuiI18nResources: {
|
|
|
465
471
|
readonly slashStatusContextUnavailable: "Context usage unavailable";
|
|
466
472
|
readonly slashStatusLimitsUnavailable: "Rate limits unavailable from this agent";
|
|
467
473
|
readonly usageChipLabel: "Context {{percent}}%";
|
|
468
|
-
readonly usagePopoverTitle: "
|
|
474
|
+
readonly usagePopoverTitle: "Plan usage";
|
|
475
|
+
readonly usageContextWindowLabel: "Context window";
|
|
469
476
|
readonly usageTokensLabel: "Tokens";
|
|
470
477
|
readonly usageLimitsLabel: "Limits";
|
|
471
478
|
readonly usageCompactAction: "Compact";
|
|
@@ -510,8 +517,8 @@ declare const agentGuiI18nResources: {
|
|
|
510
517
|
readonly prompt: "Let the Agent know where to read files, run commands, and understand code.";
|
|
511
518
|
};
|
|
512
519
|
readonly useIssue: {
|
|
513
|
-
readonly label: "Use
|
|
514
|
-
readonly prompt: "Put requirements, constraints, and acceptance criteria in
|
|
520
|
+
readonly label: "Use Tasks well";
|
|
521
|
+
readonly prompt: "Put requirements, constraints, and acceptance criteria in a Task so the Agent can work toward a clear target.";
|
|
515
522
|
};
|
|
516
523
|
readonly mapCurrentState: {
|
|
517
524
|
readonly label: "Map the current state";
|
|
@@ -562,7 +569,7 @@ declare const agentGuiI18nResources: {
|
|
|
562
569
|
readonly batchRunnerAgent: "Agent";
|
|
563
570
|
readonly batchRunnerCase: "Case";
|
|
564
571
|
readonly batchRunnerStatus: "Status";
|
|
565
|
-
readonly batchRunnerIssues: "
|
|
572
|
+
readonly batchRunnerIssues: "Tasks";
|
|
566
573
|
readonly batchRunnerSession: "Session";
|
|
567
574
|
readonly batchRunnerSessionEmpty: "Select a case with a session to inspect its timeline.";
|
|
568
575
|
readonly batchRunnerSessionLoading: "Loading";
|
|
@@ -580,7 +587,7 @@ declare const agentGuiI18nResources: {
|
|
|
580
587
|
readonly batchRunnerStatus_error: "Error";
|
|
581
588
|
readonly batchRunnerProgress: "Progress";
|
|
582
589
|
readonly batchRunnerTotalCases: "{{count}} cases";
|
|
583
|
-
readonly batchRunnerIssueCases: "{{count}}
|
|
590
|
+
readonly batchRunnerIssueCases: "{{count}} tasks";
|
|
584
591
|
readonly batchRunnerSearchPlaceholder: "Search cases";
|
|
585
592
|
readonly batchRunnerAllStatuses: "All statuses";
|
|
586
593
|
readonly batchRunnerActions: "Actions";
|
|
@@ -604,13 +611,13 @@ declare const agentGuiI18nResources: {
|
|
|
604
611
|
readonly contextPickerBrowseAppHint: "Type to search apps";
|
|
605
612
|
readonly contextPickerBrowseSessionHint: "Type to search agent sessions that I started";
|
|
606
613
|
readonly contextPickerBrowseCollabHint: "Type to search teammate and agent sessions";
|
|
607
|
-
readonly contextPickerBrowseIssueHint: "Type to search
|
|
614
|
+
readonly contextPickerBrowseIssueHint: "Type to search tasks in the current room";
|
|
608
615
|
readonly workspaceAppFactoryMentionFallback: "Create app";
|
|
609
616
|
readonly contextPickerExpandMore: "Show {{count}} more";
|
|
610
617
|
readonly contextPickerCategoryFileDescription: "Search Files and folders";
|
|
611
618
|
readonly contextPickerCategorySessionDescription: "Find agent sessions that I started";
|
|
612
619
|
readonly contextPickerCategoryCollabDescription: "Browse sessions between teammates and agents";
|
|
613
|
-
readonly contextPickerCategoryTaskDescription: "Find
|
|
620
|
+
readonly contextPickerCategoryTaskDescription: "Find tasks in the current room";
|
|
614
621
|
readonly searchPlaceholder: "Search sessions";
|
|
615
622
|
readonly sectionPinned: "Pinned";
|
|
616
623
|
readonly sectionConversations: "Chats";
|
|
@@ -727,6 +734,18 @@ declare const agentGuiI18nResources: {
|
|
|
727
734
|
readonly slashPaletteSkillsGroup: "Skills";
|
|
728
735
|
readonly browserUseCapabilityLabel: "Browser";
|
|
729
736
|
readonly browserUseCapabilityDescription: "Let the agent use a browser.";
|
|
737
|
+
readonly browserUseCapabilityDescriptionAutoConnect: "Current mode: reuse your signed-in Chrome.";
|
|
738
|
+
readonly browserUseCapabilityDescriptionIsolated: "Current mode: use an isolated browser.";
|
|
739
|
+
readonly browserUseCapabilitySettingsLabel: "Browser settings";
|
|
740
|
+
readonly browserUseCapabilitySettingsDescription: "Configure the browser the agent can use.";
|
|
741
|
+
readonly capabilityInlineSettingsLabel: "Settings";
|
|
742
|
+
readonly computerUseCapabilityLabel: "Computer";
|
|
743
|
+
readonly computerUseCapabilityDescription: "Let the agent control the macOS desktop.";
|
|
744
|
+
readonly computerUseCapabilitySetupRequiredDescription: "Not installed. Press Enter to open setup.";
|
|
745
|
+
readonly computerUseCapabilityAuthorizationRequiredDescription: "Authorization required. Press Enter to open setup.";
|
|
746
|
+
readonly computerUseCapabilityAuthorizationUnknownDescription: "Authorization status unknown. Press Enter to open setup.";
|
|
747
|
+
readonly computerUseCapabilitySettingsLabel: "Computer use setup";
|
|
748
|
+
readonly computerUseCapabilitySettingsDescription: "Install, remove, or grant computer access.";
|
|
730
749
|
readonly fileMentionPalette: "Files";
|
|
731
750
|
readonly fileMentionLoading: "Searching...";
|
|
732
751
|
readonly fileMentionEmpty: "Search workspace files based on your input";
|
|
@@ -735,22 +754,40 @@ declare const agentGuiI18nResources: {
|
|
|
735
754
|
readonly addReference: "Add reference";
|
|
736
755
|
readonly referenceWorkspaceFiles: "Reference workspace files";
|
|
737
756
|
readonly referencePicker: {
|
|
757
|
+
readonly clearFilter: "Clear filter";
|
|
738
758
|
readonly confirm: "Use selected references";
|
|
739
759
|
readonly emptyDirectory: "This folder is empty.";
|
|
760
|
+
readonly emptyPreview: "Select a file to see details";
|
|
740
761
|
readonly emptySearch: "No matching files or folders.";
|
|
762
|
+
readonly fileTypeAll: "All types";
|
|
763
|
+
readonly fileTypeDocument: "Documents";
|
|
764
|
+
readonly fileTypeImage: "Images";
|
|
765
|
+
readonly fileTypeOther: "Other";
|
|
766
|
+
readonly fileTypeSeparator: ", ";
|
|
767
|
+
readonly fileTypeVideo: "Videos";
|
|
768
|
+
readonly fileTypeWebpage: "Web pages";
|
|
769
|
+
readonly loadMore: "Load more";
|
|
770
|
+
readonly loadMoreGroups: "Load more";
|
|
741
771
|
readonly loading: "Loading...";
|
|
742
772
|
readonly previewBinary: "This file looks like binary content.";
|
|
743
773
|
readonly previewDecodeFailed: "This file couldn't be decoded as UTF-8 text.";
|
|
744
774
|
readonly previewError: "Couldn't load a preview.";
|
|
745
775
|
readonly previewFileTooLarge: "This file is larger than {{maxSize}}.";
|
|
746
776
|
readonly previewFolder: "Folder preview is not available.";
|
|
777
|
+
readonly previewHierarchy: "Location";
|
|
747
778
|
readonly previewLoading: "Loading preview...";
|
|
779
|
+
readonly previewModified: "Produced at";
|
|
780
|
+
readonly previewSize: "Size";
|
|
781
|
+
readonly previewSource: "Source";
|
|
748
782
|
readonly previewTextTooLarge: "This text file is larger than {{maxSize}}.";
|
|
783
|
+
readonly previewTooLarge: "This file is too large to preview.";
|
|
749
784
|
readonly previewUnavailable: "Preview is not available in this workspace.";
|
|
750
785
|
readonly previewUnsupported: "This file type can't be previewed here.";
|
|
751
786
|
readonly searchPlaceholder: "Search files and folders";
|
|
787
|
+
readonly selectGroupHint: "Select a folder on the left";
|
|
752
788
|
readonly selectedCount: "{{count}} selected";
|
|
753
789
|
readonly title: "Pick workspace references";
|
|
790
|
+
readonly workspaceRootGroup: "Workspace";
|
|
754
791
|
};
|
|
755
792
|
readonly projectLocked: "Project cannot be changed after the session starts";
|
|
756
793
|
readonly projectMissingDescription: "This conversation's working directory no longer exists";
|
|
@@ -761,11 +798,11 @@ declare const agentGuiI18nResources: {
|
|
|
761
798
|
readonly mentionFilterApp: "Apps";
|
|
762
799
|
readonly mentionFilterSession: "Sessions";
|
|
763
800
|
readonly mentionFilterCollab: "Collaboration";
|
|
764
|
-
readonly mentionFilterIssue: "
|
|
801
|
+
readonly mentionFilterIssue: "Tasks";
|
|
765
802
|
readonly mentionKindApp: "App";
|
|
766
803
|
readonly mentionKindAppFactory: "App Factory";
|
|
767
804
|
readonly mentionKindFile: "File";
|
|
768
|
-
readonly mentionKindIssue: "
|
|
805
|
+
readonly mentionKindIssue: "Task";
|
|
769
806
|
readonly mentionKindSession: "Session";
|
|
770
807
|
readonly mentionGroupFiles: "Files";
|
|
771
808
|
readonly mentionGroupOpenedFiles: "Files I opened";
|
|
@@ -773,22 +810,23 @@ declare const agentGuiI18nResources: {
|
|
|
773
810
|
readonly mentionGroupApps: "Apps";
|
|
774
811
|
readonly mentionGroupMySessions: "My sessions";
|
|
775
812
|
readonly mentionGroupCollabSessions: "Collaboration sessions";
|
|
776
|
-
readonly mentionGroupIssues: "
|
|
813
|
+
readonly mentionGroupIssues: "Tasks";
|
|
777
814
|
readonly mentionEmptyMySessions: "No sessions yet";
|
|
778
815
|
readonly mentionEmptyCollabSessions: "No collaboration sessions yet";
|
|
779
816
|
readonly mentionEmptyApps: "No apps yet";
|
|
780
|
-
readonly mentionEmptyIssues: "No
|
|
817
|
+
readonly mentionEmptyIssues: "No tasks yet";
|
|
781
818
|
readonly mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.";
|
|
782
819
|
readonly mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet";
|
|
783
820
|
readonly mentionAgentGeneratedFolderBack: "Back";
|
|
784
821
|
readonly mentionAgentGeneratedFolderFileCount: "{{count}} files";
|
|
785
822
|
readonly mentionNoMatchingFiles: "No matching files";
|
|
823
|
+
readonly mentionOpenReferences: "View output files";
|
|
786
824
|
readonly issueRunPrompt: {
|
|
787
825
|
readonly currentWorkingDirectoryLabel: "Current working directory";
|
|
788
826
|
readonly executionRequirementsLabel: "Execution requirements";
|
|
789
|
-
readonly intro: "You are handling
|
|
790
|
-
readonly issueContentLabel: "
|
|
791
|
-
readonly issueTitleLabel: "
|
|
827
|
+
readonly intro: "You are handling a task.";
|
|
828
|
+
readonly issueContentLabel: "Task content";
|
|
829
|
+
readonly issueTitleLabel: "Task title";
|
|
792
830
|
readonly missingContent: "(No additional content)";
|
|
793
831
|
readonly noReferences: "- (No references)";
|
|
794
832
|
readonly referencesLabel: "References";
|
|
@@ -952,7 +990,7 @@ declare const agentGuiI18nResources: {
|
|
|
952
990
|
readonly workspaceAgentMessageCenterOpenChat: "Open session";
|
|
953
991
|
readonly workspaceAgentsNoSessions: "No sessions";
|
|
954
992
|
readonly workspaceAgentsNoActivities: "No current activity";
|
|
955
|
-
readonly workspaceAgentsUntitledTask: "Current
|
|
993
|
+
readonly workspaceAgentsUntitledTask: "Current task";
|
|
956
994
|
readonly workspaceAgentsGenericAgentName: "Agent";
|
|
957
995
|
readonly workspaceAgentsSessionCount_one: "{{count}} session";
|
|
958
996
|
readonly workspaceAgentsSessionCount_other: "{{count}} sessions";
|
|
@@ -1022,7 +1060,7 @@ declare const agentGuiI18nResources: {
|
|
|
1022
1060
|
readonly roomRenameLabel: "Room name";
|
|
1023
1061
|
readonly roomBack: "Back";
|
|
1024
1062
|
readonly roomExitActiveAgentTitle: "Leave this room?";
|
|
1025
|
-
readonly roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the
|
|
1063
|
+
readonly roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the task as interrupted.";
|
|
1026
1064
|
readonly roomExitActiveAgentConfirm: "Leave and interrupt";
|
|
1027
1065
|
readonly workspaceAgentSessionDetailToolCalls: "{{count}} tool calls completed";
|
|
1028
1066
|
readonly workspaceAgentSessionDetailThinking: "Thinking";
|
|
@@ -1087,8 +1125,8 @@ declare const agentGuiI18nResources: {
|
|
|
1087
1125
|
readonly collabResult: {
|
|
1088
1126
|
readonly title: "Collaboration result";
|
|
1089
1127
|
readonly actorFallback: "Collaborator";
|
|
1090
|
-
readonly unread: "{{name}} marked the
|
|
1091
|
-
readonly read: "{{name}} marked the
|
|
1128
|
+
readonly unread: "{{name}} marked the task as complete. Check the latest result.";
|
|
1129
|
+
readonly read: "{{name}} marked the task as complete.";
|
|
1092
1130
|
};
|
|
1093
1131
|
readonly agentTool: {
|
|
1094
1132
|
readonly fallbackName: "Use tool";
|
|
@@ -1151,7 +1189,7 @@ declare const agentGuiI18nResources: {
|
|
|
1151
1189
|
readonly editNotebook: "Edit notebook";
|
|
1152
1190
|
readonly updateTodos: "Update todos";
|
|
1153
1191
|
readonly delegateAgent: "Delegate agent";
|
|
1154
|
-
readonly currentIssue: "Current
|
|
1192
|
+
readonly currentIssue: "Current task";
|
|
1155
1193
|
readonly thinking: "Thinking";
|
|
1156
1194
|
readonly responding: "Responding";
|
|
1157
1195
|
readonly notification: "Notification";
|
|
@@ -1266,26 +1304,26 @@ declare const agentGuiI18nResources: {
|
|
|
1266
1304
|
readonly inviteCodeGenerated: "Invite code generated";
|
|
1267
1305
|
readonly inviteRevoked: "Invite revoked";
|
|
1268
1306
|
readonly roomOpened: "Room opened";
|
|
1269
|
-
readonly roomOpenedIssue: "Room opened. Preparing to focus the
|
|
1307
|
+
readonly roomOpenedIssue: "Room opened. Preparing to focus the task.";
|
|
1270
1308
|
readonly recognizedSharedRoomNeedInvite: "Recognized a shared room. Enter the invite code to join the canvas.";
|
|
1271
1309
|
readonly roomJoined: "Joined room";
|
|
1272
|
-
readonly roomJoinedIssue: "Joined room. Preparing to focus the
|
|
1310
|
+
readonly roomJoinedIssue: "Joined room. Preparing to focus the task.";
|
|
1273
1311
|
readonly inviteCodeRequired: "Enter an invite code";
|
|
1274
|
-
readonly issueTitleRequired: "Enter
|
|
1275
|
-
readonly issueCreated: "
|
|
1276
|
-
readonly issueUpdated: "
|
|
1277
|
-
readonly issueShareLinkCopied: "
|
|
1278
|
-
readonly issueShareFallbackRoomFull: "This room is full. Copied
|
|
1279
|
-
readonly issueShareFallbackInviteFull: "Invite link capacity is full. Copied
|
|
1312
|
+
readonly issueTitleRequired: "Enter a task title first";
|
|
1313
|
+
readonly issueCreated: "Task created";
|
|
1314
|
+
readonly issueUpdated: "Task updated";
|
|
1315
|
+
readonly issueShareLinkCopied: "Task share link copied";
|
|
1316
|
+
readonly issueShareFallbackRoomFull: "This room is full. Copied a task link that only current room members can open.";
|
|
1317
|
+
readonly issueShareFallbackInviteFull: "Invite link capacity is full. Copied a task link that only current room members can open.";
|
|
1280
1318
|
readonly issueWorkspaceNotReady: "The current room workspace is not ready yet. Please try again soon.";
|
|
1281
1319
|
readonly issueRunSessionUnavailable: "This run is not linked to a replayable session";
|
|
1282
|
-
readonly issueDetailRequiredBeforeRun: "Open the
|
|
1320
|
+
readonly issueDetailRequiredBeforeRun: "Open the task details before starting the run";
|
|
1283
1321
|
readonly issueNoAvailableAgent: "There is no available Agent right now";
|
|
1284
1322
|
readonly issueRunStarted: "Sent to {{provider}}. Adjust before running.";
|
|
1285
|
-
readonly issueStatusUpdated: "
|
|
1286
|
-
readonly issueDeleteForbidden: "Only the
|
|
1287
|
-
readonly issueNotFoundOrDeleted: "The
|
|
1288
|
-
readonly issueDeleted: "
|
|
1323
|
+
readonly issueStatusUpdated: "Task status updated";
|
|
1324
|
+
readonly issueDeleteForbidden: "Only the task creator can delete this task";
|
|
1325
|
+
readonly issueNotFoundOrDeleted: "The task does not exist or has already been deleted";
|
|
1326
|
+
readonly issueDeleted: "Task deleted";
|
|
1289
1327
|
readonly issueContextAdded: "Reference files added";
|
|
1290
1328
|
readonly issueContextRemoved: "Reference file removed";
|
|
1291
1329
|
readonly issuePendingUploadAdded: "Added {{count}} pending upload file(s)";
|
|
@@ -1298,33 +1336,33 @@ declare const agentGuiI18nResources: {
|
|
|
1298
1336
|
readonly visitorShareDisabled: "Guest sharing is off";
|
|
1299
1337
|
readonly visitorShareTokenUnavailable: "Guest link already exists and settings were updated. The old raw link cannot be read again.";
|
|
1300
1338
|
readonly postCreateInviteLinkCopied: "Invite link copied";
|
|
1301
|
-
readonly collabCompleted: "This collaboration
|
|
1339
|
+
readonly collabCompleted: "This collaboration task is complete";
|
|
1302
1340
|
readonly githubLoginCompleted: "GitHub sign-in complete";
|
|
1303
1341
|
readonly googleLoginCompleted: "Google sign-in complete";
|
|
1304
1342
|
};
|
|
1305
1343
|
readonly issue: {
|
|
1306
|
-
readonly sidebarEyebrow: "
|
|
1307
|
-
readonly sidebarTitle: "
|
|
1308
|
-
readonly sidebarHint: "Everyone in the room can review
|
|
1309
|
-
readonly sidebarResizeAria: "Resize
|
|
1310
|
-
readonly create: "Create
|
|
1311
|
-
readonly loading: "Loading
|
|
1312
|
-
readonly empty: "There are no
|
|
1344
|
+
readonly sidebarEyebrow: "Task center";
|
|
1345
|
+
readonly sidebarTitle: "Tasks";
|
|
1346
|
+
readonly sidebarHint: "Everyone in the room can review tasks and jump to collaboration work quickly.";
|
|
1347
|
+
readonly sidebarResizeAria: "Resize task list";
|
|
1348
|
+
readonly create: "Create task";
|
|
1349
|
+
readonly loading: "Loading tasks...";
|
|
1350
|
+
readonly empty: "There are no tasks yet. Create one to start collaborating.";
|
|
1313
1351
|
readonly metaPriority: "Priority {{value}}";
|
|
1314
1352
|
readonly metaDue: "Due {{value}}";
|
|
1315
|
-
readonly stageEyebrow: "
|
|
1316
|
-
readonly stageTitle: "Use
|
|
1317
|
-
readonly stageDescription: "Create
|
|
1318
|
-
readonly shareThisIssue: "Share this
|
|
1319
|
-
readonly flowList: "Browse
|
|
1320
|
-
readonly flowCreate: "Create
|
|
1353
|
+
readonly stageEyebrow: "Task flow";
|
|
1354
|
+
readonly stageTitle: "Use tasks to connect context, execution, and outputs in one flow.";
|
|
1355
|
+
readonly stageDescription: "Create a task in the room, attach Files for context, then let a collaborator run it manually with their own Agent.";
|
|
1356
|
+
readonly shareThisIssue: "Share this task";
|
|
1357
|
+
readonly flowList: "Browse tasks";
|
|
1358
|
+
readonly flowCreate: "Create task";
|
|
1321
1359
|
readonly flowContext: "Reference Files";
|
|
1322
1360
|
readonly flowDetail: "Review details";
|
|
1323
1361
|
readonly flowRun: "Choose how to run";
|
|
1324
1362
|
readonly flowOutput: "Review outputs";
|
|
1325
1363
|
readonly currentFocusTitle: "Current focus";
|
|
1326
|
-
readonly currentFocusSubtle: "The selected
|
|
1327
|
-
readonly currentFocusEmpty: "Select
|
|
1364
|
+
readonly currentFocusSubtle: "The selected task is summarized here so you can move to the next step quickly.";
|
|
1365
|
+
readonly currentFocusEmpty: "Select a task from the left, or create a new one to start the run flow.";
|
|
1328
1366
|
readonly defaultDescription: "Add background, symptoms, and expected outcomes so collaborators can pick this up more easily.";
|
|
1329
1367
|
readonly metricReferences: "References";
|
|
1330
1368
|
readonly metricRunHistory: "Run history";
|
|
@@ -1332,16 +1370,16 @@ declare const agentGuiI18nResources: {
|
|
|
1332
1370
|
readonly countFiles: "{{count}} file(s)";
|
|
1333
1371
|
readonly countRuns: "{{count}} run(s)";
|
|
1334
1372
|
readonly executionModeTitle: "How to run";
|
|
1335
|
-
readonly executionModeSubtle: "V1 uses one path: open the shared
|
|
1373
|
+
readonly executionModeSubtle: "V1 uses one path: open the shared task, then run it manually with your own Agent.";
|
|
1336
1374
|
readonly executionMyAgentTag: "My Agent";
|
|
1337
1375
|
readonly executionMyAgentDescription: "Start a run directly from the detail view and write results back into Files.";
|
|
1338
1376
|
readonly executionShareTag: "Share link";
|
|
1339
|
-
readonly executionShareDescription: "Bring collaborators to the same
|
|
1377
|
+
readonly executionShareDescription: "Bring collaborators to the same task so they can click run themselves. V1 does not auto-run for others.";
|
|
1340
1378
|
readonly outputsTitle: "Outputs";
|
|
1341
1379
|
readonly outputsSubtle: "After a run finishes, the summary, recent runs, and Files complete the loop.";
|
|
1342
1380
|
readonly outputsEmpty: "No execution outputs yet.";
|
|
1343
1381
|
readonly fileFallback: "file";
|
|
1344
|
-
readonly detailEyebrow: "
|
|
1382
|
+
readonly detailEyebrow: "Task detail";
|
|
1345
1383
|
readonly collapse: "Collapse";
|
|
1346
1384
|
readonly detailLoading: "Loading details…";
|
|
1347
1385
|
readonly overviewTitle: "Overview";
|
|
@@ -1353,10 +1391,10 @@ declare const agentGuiI18nResources: {
|
|
|
1353
1391
|
readonly summaryReferences: "References";
|
|
1354
1392
|
readonly summaryRunHistory: "Run history";
|
|
1355
1393
|
readonly noDescription: "No description yet";
|
|
1356
|
-
readonly shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this
|
|
1357
|
-
readonly shareTipRoomFull: "This room is full, so only current room members can open this
|
|
1394
|
+
readonly shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this task automatically.";
|
|
1395
|
+
readonly shareTipRoomFull: "This room is full, so only current room members can open this task from the link.";
|
|
1358
1396
|
readonly referencesTitle: "Reference files";
|
|
1359
|
-
readonly referencesSubtle: "Choose context files from the Room Workspace and attach them to this
|
|
1397
|
+
readonly referencesSubtle: "Choose context files from the Room Workspace and attach them to this task.";
|
|
1360
1398
|
readonly addReferences: "Reference Files";
|
|
1361
1399
|
readonly referencesEmpty: "There are no reference files yet. Add context before running.";
|
|
1362
1400
|
readonly runResultTitle: "Run result";
|
|
@@ -1382,10 +1420,10 @@ declare const agentGuiI18nResources: {
|
|
|
1382
1420
|
readonly directoryViewEmpty: "There is no output directory to mirror yet.";
|
|
1383
1421
|
readonly directoryKind: "DIR";
|
|
1384
1422
|
readonly fileKind: "FILE";
|
|
1385
|
-
readonly createTitle: "Create
|
|
1386
|
-
readonly createSubtle: "Describe the request so the
|
|
1423
|
+
readonly createTitle: "Create task";
|
|
1424
|
+
readonly createSubtle: "Describe the request so the task is ready to run.";
|
|
1387
1425
|
readonly fieldTitle: "Title";
|
|
1388
|
-
readonly titlePlaceholder: "Enter
|
|
1426
|
+
readonly titlePlaceholder: "Enter a task title";
|
|
1389
1427
|
readonly fieldDescription: "Description";
|
|
1390
1428
|
readonly descriptionPlaceholder: "Add background, symptoms, impact, and the expected result";
|
|
1391
1429
|
readonly descriptionPlaceholderLegacy: "Describe the background, symptoms, and expected result.";
|
|
@@ -1397,36 +1435,36 @@ declare const agentGuiI18nResources: {
|
|
|
1397
1435
|
readonly attachmentsOptional: "References (optional)";
|
|
1398
1436
|
readonly attachmentsEmpty: "No references added yet";
|
|
1399
1437
|
readonly createReferencesTitle: "Reference Files";
|
|
1400
|
-
readonly createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this
|
|
1438
|
+
readonly createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this task.";
|
|
1401
1439
|
readonly selectReferences: "Select references";
|
|
1402
1440
|
readonly selectionNone: "No files selected";
|
|
1403
1441
|
readonly selectionCount: "{{count}} file(s) selected";
|
|
1404
1442
|
readonly selectionEmpty: "No references selected yet.";
|
|
1405
|
-
readonly saveIssue: "Save
|
|
1443
|
+
readonly saveIssue: "Save task";
|
|
1406
1444
|
readonly contextPickerCreateTitle: "Reference Files";
|
|
1407
1445
|
readonly contextPickerDetailTitle: "Add reference files";
|
|
1408
1446
|
readonly contextPickerSubtle: "Choose execution context files from the Room Workspace.";
|
|
1409
1447
|
readonly contextPickerEmpty: "No files selected yet.";
|
|
1410
1448
|
readonly completeReferences: "Finish selecting";
|
|
1411
|
-
readonly addToIssue: "Add to
|
|
1449
|
+
readonly addToIssue: "Add to task";
|
|
1412
1450
|
readonly addingToIssue: "Adding...";
|
|
1413
1451
|
readonly dueDateUnset: "Not set";
|
|
1414
1452
|
readonly runTimeJustNow: "Just now";
|
|
1415
1453
|
readonly createdJustNow: "Just created";
|
|
1416
|
-
readonly searchPlaceholder: "Search
|
|
1417
|
-
readonly sidebarEmpty: "
|
|
1418
|
-
readonly sidebarCategoryEmpty: "There are no
|
|
1419
|
-
readonly searchEmptyTitle: "No matching
|
|
1454
|
+
readonly searchPlaceholder: "Search tasks...";
|
|
1455
|
+
readonly sidebarEmpty: "Tasks from this room will appear here";
|
|
1456
|
+
readonly sidebarCategoryEmpty: "There are no tasks in this category";
|
|
1457
|
+
readonly searchEmptyTitle: "No matching tasks";
|
|
1420
1458
|
readonly searchEmptyDescription: "Try a different keyword.";
|
|
1421
|
-
readonly defaultEmptyTitle: "No
|
|
1422
|
-
readonly defaultEmptyDescription: "Create
|
|
1423
|
-
readonly defaultSelectTitle: "Choose
|
|
1424
|
-
readonly defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration
|
|
1425
|
-
readonly editTitle: "Edit
|
|
1459
|
+
readonly defaultEmptyTitle: "No tasks yet";
|
|
1460
|
+
readonly defaultEmptyDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it.";
|
|
1461
|
+
readonly defaultSelectTitle: "Choose a task";
|
|
1462
|
+
readonly defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration task.";
|
|
1463
|
+
readonly editTitle: "Edit task";
|
|
1426
1464
|
readonly uploadFile: "Upload file";
|
|
1427
1465
|
readonly uploadFolder: "Upload folder";
|
|
1428
1466
|
readonly referenceWorkspaceFiles: "Reference Files";
|
|
1429
|
-
readonly pendingUploadArchiveHint: "After the
|
|
1467
|
+
readonly pendingUploadArchiveHint: "After the task is created, this will be archived into the references folder";
|
|
1430
1468
|
readonly latestExecutionTitle: "Latest run status";
|
|
1431
1469
|
readonly executionRecordsTitle: "Run history";
|
|
1432
1470
|
readonly viewDetails: "View details";
|
|
@@ -1436,7 +1474,7 @@ declare const agentGuiI18nResources: {
|
|
|
1436
1474
|
readonly shareWithCollaboratorHint: "Share it with a collaborator so they can run it with their own Agent.";
|
|
1437
1475
|
readonly summaryTitle: "Summary";
|
|
1438
1476
|
readonly outputsTitleLegacy: "Outputs";
|
|
1439
|
-
readonly filePickerTitle: "Choose references to add to the
|
|
1477
|
+
readonly filePickerTitle: "Choose references to add to the task";
|
|
1440
1478
|
readonly searchRoomFilesPlaceholder: "Search Files...";
|
|
1441
1479
|
readonly noReferenceFiles: "No reference files available";
|
|
1442
1480
|
readonly selectReferenceRequired: "Select at least one file to reference";
|
|
@@ -1453,8 +1491,8 @@ declare const agentGuiI18nResources: {
|
|
|
1453
1491
|
readonly openReference: "Open reference {{label}}";
|
|
1454
1492
|
readonly outputsEmptyCompact: "No outputs yet";
|
|
1455
1493
|
readonly openOutput: "Open output {{label}}";
|
|
1456
|
-
readonly scrollFiltersLeft: "Scroll
|
|
1457
|
-
readonly scrollFiltersRight: "Scroll
|
|
1494
|
+
readonly scrollFiltersLeft: "Scroll task categories left";
|
|
1495
|
+
readonly scrollFiltersRight: "Scroll task categories right";
|
|
1458
1496
|
readonly edit: "Edit";
|
|
1459
1497
|
readonly runStarting: "Starting...";
|
|
1460
1498
|
readonly runtimeUnavailable: "The current runtime is unavailable";
|
|
@@ -1464,8 +1502,8 @@ declare const agentGuiI18nResources: {
|
|
|
1464
1502
|
readonly sync: "Sync";
|
|
1465
1503
|
readonly syncing: "Syncing...";
|
|
1466
1504
|
readonly filterAll: "All";
|
|
1467
|
-
readonly statusAriaLabel: "
|
|
1468
|
-
readonly priorityAriaLabel: "
|
|
1505
|
+
readonly statusAriaLabel: "Task status";
|
|
1506
|
+
readonly priorityAriaLabel: "Task priority";
|
|
1469
1507
|
readonly metaCreator: "Creator {{value}}";
|
|
1470
1508
|
readonly metaCreatedAt: "Created {{value}}";
|
|
1471
1509
|
readonly metaDueAt: "Due {{value}}";
|
|
@@ -1494,9 +1532,9 @@ declare const agentGuiI18nResources: {
|
|
|
1494
1532
|
readonly statusTabPendingAcceptance: "Pending acceptance";
|
|
1495
1533
|
readonly statusTabCompleted: "Completed";
|
|
1496
1534
|
readonly emptyContent: "No content yet";
|
|
1497
|
-
readonly taskCount_one: "{{count}} sub-
|
|
1498
|
-
readonly taskCount_other: "{{count}} sub-
|
|
1499
|
-
readonly taskCountEmpty: "No sub-
|
|
1535
|
+
readonly taskCount_one: "{{count}} sub-task";
|
|
1536
|
+
readonly taskCount_other: "{{count}} sub-tasks";
|
|
1537
|
+
readonly taskCountEmpty: "No sub-tasks";
|
|
1500
1538
|
readonly taskRunningCount: "{{count}} running";
|
|
1501
1539
|
readonly taskPendingAcceptanceCount: "{{count}} pending acceptance";
|
|
1502
1540
|
readonly taskCompletedCount: "{{count}} completed";
|
|
@@ -1513,64 +1551,64 @@ declare const agentGuiI18nResources: {
|
|
|
1513
1551
|
readonly runStatusFailed: "Failed";
|
|
1514
1552
|
readonly runStatusCanceled: "Canceled";
|
|
1515
1553
|
readonly runStatusIdle: "Idle";
|
|
1516
|
-
readonly issueTitleRequired: "Enter
|
|
1517
|
-
readonly taskTitleRequired: "Enter
|
|
1518
|
-
readonly selectTaskFirst: "Select
|
|
1519
|
-
readonly deleteTaskDialogTitle: "Delete
|
|
1520
|
-
readonly deleteTaskConfirm: "Delete
|
|
1521
|
-
readonly deleteIssueDialogTitle: "Delete
|
|
1522
|
-
readonly deleteIssueConfirm: "Delete
|
|
1523
|
-
readonly issueTaskUnavailable: "This
|
|
1554
|
+
readonly issueTitleRequired: "Enter a task title";
|
|
1555
|
+
readonly taskTitleRequired: "Enter a task title";
|
|
1556
|
+
readonly selectTaskFirst: "Select a task first";
|
|
1557
|
+
readonly deleteTaskDialogTitle: "Delete task";
|
|
1558
|
+
readonly deleteTaskConfirm: "Delete task “{{title}}”?";
|
|
1559
|
+
readonly deleteIssueDialogTitle: "Delete task";
|
|
1560
|
+
readonly deleteIssueConfirm: "Delete task “{{title}}”?";
|
|
1561
|
+
readonly issueTaskUnavailable: "This task is missing its parent task. The action is unavailable right now.";
|
|
1524
1562
|
readonly shareCopied: "Invite link copied";
|
|
1525
1563
|
readonly outputOpenUnavailable: "There is no output to open right now";
|
|
1526
1564
|
readonly sessionUnavailable: "There is no session to open right now";
|
|
1527
|
-
readonly editTask: "Edit
|
|
1528
|
-
readonly createTask: "New
|
|
1529
|
-
readonly taskEditorLead: "Add
|
|
1530
|
-
readonly taskTitlePlaceholder: "Enter
|
|
1565
|
+
readonly editTask: "Edit task";
|
|
1566
|
+
readonly createTask: "New task";
|
|
1567
|
+
readonly taskEditorLead: "Add a task title and description so execution can continue.";
|
|
1568
|
+
readonly taskTitlePlaceholder: "Enter a task title";
|
|
1531
1569
|
readonly taskContentPlaceholder: "Add the background, goal, and acceptance criteria";
|
|
1532
|
-
readonly saveTask: "Save
|
|
1570
|
+
readonly saveTask: "Save task";
|
|
1533
1571
|
readonly cancel: "Cancel";
|
|
1534
|
-
readonly noTaskTitle: "No
|
|
1535
|
-
readonly noTaskDescription: "Create
|
|
1536
|
-
readonly favoriteTask: "Favorite
|
|
1572
|
+
readonly noTaskTitle: "No tasks yet";
|
|
1573
|
+
readonly noTaskDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it";
|
|
1574
|
+
readonly favoriteTask: "Favorite task";
|
|
1537
1575
|
readonly creator: "Created by";
|
|
1538
1576
|
readonly createdAt: "Created at";
|
|
1539
1577
|
readonly edit: "Edit";
|
|
1540
1578
|
readonly delete: "Delete";
|
|
1541
1579
|
readonly description: "Description";
|
|
1542
|
-
readonly emptyTaskContent: "No
|
|
1543
|
-
readonly emptyIssueContent: "No
|
|
1580
|
+
readonly emptyTaskContent: "No task description yet";
|
|
1581
|
+
readonly emptyIssueContent: "No task description yet";
|
|
1544
1582
|
readonly references: "Reference files";
|
|
1545
1583
|
readonly emptyReferences: "No reference files yet";
|
|
1546
|
-
readonly editIssue: "Edit
|
|
1547
|
-
readonly createIssue: "Add
|
|
1548
|
-
readonly issueTitlePlaceholder: "Enter
|
|
1549
|
-
readonly issueContentPlaceholder: "Add the
|
|
1550
|
-
readonly saveIssue: "Save
|
|
1551
|
-
readonly issueSelectionHint: "Select
|
|
1584
|
+
readonly editIssue: "Edit task";
|
|
1585
|
+
readonly createIssue: "Add task";
|
|
1586
|
+
readonly issueTitlePlaceholder: "Enter a task title";
|
|
1587
|
+
readonly issueContentPlaceholder: "Add the task goal, execution method, and acceptance criteria";
|
|
1588
|
+
readonly saveIssue: "Save task";
|
|
1589
|
+
readonly issueSelectionHint: "Select a task to view its details and Agent execution state.";
|
|
1552
1590
|
readonly timeLabel: "Time {{value}}";
|
|
1553
1591
|
readonly updatedAtLabel: "Updated at";
|
|
1554
1592
|
readonly runNotStarted: "No execution records yet.";
|
|
1555
|
-
readonly issueDetailsLoading: "Loading
|
|
1593
|
+
readonly issueDetailsLoading: "Loading task details…";
|
|
1556
1594
|
readonly agentExecution: "Agent execution";
|
|
1557
|
-
readonly noIssuesTitle: "There are no
|
|
1558
|
-
readonly noIssuesTaskShellDescription: "You can continue adding sub-
|
|
1559
|
-
readonly taskExecutionTitle: "
|
|
1560
|
-
readonly taskExecutionDescription: "Current progress appears here. Add
|
|
1561
|
-
readonly deleteIssue: "Delete
|
|
1562
|
-
readonly searchPlaceholder: "Search
|
|
1563
|
-
readonly refreshTasksAria: "Refresh
|
|
1564
|
-
readonly collapseTaskList: "Collapse
|
|
1565
|
-
readonly expandTaskList: "Expand
|
|
1566
|
-
readonly noTasksForFilterTitle: "No
|
|
1567
|
-
readonly noTasksForFilterBody: "Try another filter, or create a new
|
|
1595
|
+
readonly noIssuesTitle: "There are no tasks yet";
|
|
1596
|
+
readonly noIssuesTaskShellDescription: "You can continue adding sub-tasks around the current task theme";
|
|
1597
|
+
readonly taskExecutionTitle: "Task execution in progress";
|
|
1598
|
+
readonly taskExecutionDescription: "Current progress appears here. Add a task any time you need to supplement a new direction.";
|
|
1599
|
+
readonly deleteIssue: "Delete task";
|
|
1600
|
+
readonly searchPlaceholder: "Search tasks";
|
|
1601
|
+
readonly refreshTasksAria: "Refresh task list";
|
|
1602
|
+
readonly collapseTaskList: "Collapse task list";
|
|
1603
|
+
readonly expandTaskList: "Expand task list";
|
|
1604
|
+
readonly noTasksForFilterTitle: "No tasks match the current filters.";
|
|
1605
|
+
readonly noTasksForFilterBody: "Try another filter, or create a new task.";
|
|
1568
1606
|
readonly loadMore: "Load more";
|
|
1569
|
-
readonly issuesSection: "Sub-
|
|
1607
|
+
readonly issuesSection: "Sub-tasks";
|
|
1570
1608
|
readonly createSubtask: "Add";
|
|
1571
|
-
readonly createSubtaskTitle: "Add sub-
|
|
1572
|
-
readonly editSubtask: "Edit sub-
|
|
1573
|
-
readonly saveSubtask: "Save sub-
|
|
1609
|
+
readonly createSubtaskTitle: "Add sub-task";
|
|
1610
|
+
readonly editSubtask: "Edit sub-task";
|
|
1611
|
+
readonly saveSubtask: "Save sub-task";
|
|
1574
1612
|
readonly issueTableTitle: "Title";
|
|
1575
1613
|
readonly issueTableDescription: "Description";
|
|
1576
1614
|
readonly issueTableStatus: "Status";
|
|
@@ -1584,10 +1622,10 @@ declare const agentGuiI18nResources: {
|
|
|
1584
1622
|
readonly inviteCollaborator: "Invite collaboration";
|
|
1585
1623
|
readonly askAgentToRun: "Send to Agent";
|
|
1586
1624
|
readonly moreActions: "More actions";
|
|
1587
|
-
readonly closeIssueDrawerAria: "Close
|
|
1625
|
+
readonly closeIssueDrawerAria: "Close task details drawer";
|
|
1588
1626
|
readonly runWithProvider: "Run with {{provider}}";
|
|
1589
|
-
readonly noIssues: "There are no sub-
|
|
1590
|
-
readonly noManualIssues: "Add a sub-
|
|
1627
|
+
readonly noIssues: "There are no sub-tasks for this task yet.";
|
|
1628
|
+
readonly noManualIssues: "Add a sub-task to track follow-up work here.";
|
|
1591
1629
|
readonly currentMember: "Me";
|
|
1592
1630
|
readonly closeWindowAria: "Close {{title}}";
|
|
1593
1631
|
};
|
|
@@ -1746,9 +1784,9 @@ declare const agentGuiI18nResources: {
|
|
|
1746
1784
|
readonly officeScenario1Title: "OPC one-person team";
|
|
1747
1785
|
readonly officeScenario1Description: "Command multiple agents from one place to power through complex work efficiently";
|
|
1748
1786
|
readonly officeScenario2Title: "Collaborative delegation";
|
|
1749
|
-
readonly officeScenario2Description: "Send
|
|
1787
|
+
readonly officeScenario2Description: "Send tasks to agents on a friend's machine and tackle reimbursements, filing, and other chores together—with optional direct physical-terminal connections for stronger security.";
|
|
1750
1788
|
readonly taskCenterTitle: "Collaborative delegation";
|
|
1751
|
-
readonly taskCenterDescription: "Start a fresh room and jump into a shared
|
|
1789
|
+
readonly taskCenterDescription: "Start a fresh room and jump into a shared task board to sort, assign, and track work together.";
|
|
1752
1790
|
readonly officeScenario3Title: "Organization-wide collaboration";
|
|
1753
1791
|
readonly officeScenario3Description: "Many people and many agents collaborate in real time—process and outcomes shared across the organization";
|
|
1754
1792
|
readonly sectionCollaborateSpaceTitle: "Development & delivery";
|
|
@@ -1795,11 +1833,11 @@ declare const agentGuiI18nResources: {
|
|
|
1795
1833
|
readonly templateChineseChessTitle: "Chinese chess match";
|
|
1796
1834
|
readonly templateChineseChessDescription: "Deep AI strategy guidance and human-like play—full human-vs-machine matchup.";
|
|
1797
1835
|
readonly collaborateDemoBuildTitle: "Daily development";
|
|
1798
|
-
readonly collaborateDemoBuildDescription: "A unified collaborative environment for the entire team—
|
|
1836
|
+
readonly collaborateDemoBuildDescription: "A unified collaborative environment for the entire team—tasks and context flow naturally";
|
|
1799
1837
|
readonly collaborateDevAcceptanceTitle: "Automated testing & acceptance";
|
|
1800
1838
|
readonly collaborateDevAcceptanceDescription: "Automatically provisions a test environment so the room can run tests and acceptance quickly";
|
|
1801
1839
|
readonly collaborateUnifiedWorkbenchTitle: "Unified workbench";
|
|
1802
|
-
readonly collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute
|
|
1840
|
+
readonly collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute tasks from one place";
|
|
1803
1841
|
readonly intentCreateTitle: "Create a New Room";
|
|
1804
1842
|
readonly intentCreateBody: "Invite partners and their AI agents to collaborate";
|
|
1805
1843
|
readonly intentLocalDirTitle: "Join an Existing Room";
|
|
@@ -1816,7 +1854,7 @@ declare const agentGuiI18nResources: {
|
|
|
1816
1854
|
readonly headline: "Start from a room canvas";
|
|
1817
1855
|
readonly lead: "Spin up an isolated runtime for terminals and agents. Name your room to open the canvas, connect to an existing ID, or resume from recents.";
|
|
1818
1856
|
readonly step1: "Create a room to get an isolated runtime and sandbox directory.";
|
|
1819
|
-
readonly step2: "Arrange terminals,
|
|
1857
|
+
readonly step2: "Arrange terminals, tasks, and docs on the canvas; organize by partition.";
|
|
1820
1858
|
readonly step3: "Open the canvas to run terminals and agents in your room.";
|
|
1821
1859
|
readonly cardTitle: "Create a room";
|
|
1822
1860
|
readonly cardHint: "Pick a name you’ll recognize in history and when collaborating.";
|
|
@@ -2097,7 +2135,7 @@ declare const agentGuiI18nResources: {
|
|
|
2097
2135
|
readonly nodeDeleteDialog: {
|
|
2098
2136
|
readonly deleteNodes_one: "Delete {{count}} node?";
|
|
2099
2137
|
readonly deleteNodes_other: "Delete {{count}} nodes?";
|
|
2100
|
-
readonly deleteTask: "Delete
|
|
2138
|
+
readonly deleteTask: "Delete Task?";
|
|
2101
2139
|
readonly deleteNode: "Delete Node?";
|
|
2102
2140
|
readonly multipleDescription: "This will permanently remove {{count}} selected nodes.";
|
|
2103
2141
|
readonly taskDescriptionPrefix: "This will permanently remove";
|
|
@@ -2106,13 +2144,13 @@ declare const agentGuiI18nResources: {
|
|
|
2106
2144
|
readonly workspaceContextMenu: {
|
|
2107
2145
|
readonly newTerminal: "New Terminal";
|
|
2108
2146
|
readonly newWebsite: "New Website";
|
|
2109
|
-
readonly newTask: "New
|
|
2147
|
+
readonly newTask: "New Task";
|
|
2110
2148
|
readonly runAgent: "Run Agent";
|
|
2111
2149
|
readonly runAgentBlank: "Blank";
|
|
2112
2150
|
readonly runAgentProviderSubmenu: "Choose agent provider";
|
|
2113
|
-
readonly convertToTask: "Convert to
|
|
2151
|
+
readonly convertToTask: "Convert to Task";
|
|
2114
2152
|
readonly clearSelection: "Clear Selection";
|
|
2115
|
-
readonly editSelectedTask: "Edit
|
|
2153
|
+
readonly editSelectedTask: "Edit task…";
|
|
2116
2154
|
};
|
|
2117
2155
|
readonly workspaceCanvas: {
|
|
2118
2156
|
readonly selectionHint_one: "Selected {{count}} window.";
|
|
@@ -2145,12 +2183,12 @@ declare const agentGuiI18nResources: {
|
|
|
2145
2183
|
readonly closeWindowAria: "Close {{title}}";
|
|
2146
2184
|
readonly websiteWindowTitle: "Website";
|
|
2147
2185
|
readonly minimizedWindows: "Minimized windows";
|
|
2148
|
-
readonly nodeDockToolbarAriaLabel: "Workspace panes — quick add Files, terminal, browser,
|
|
2186
|
+
readonly nodeDockToolbarAriaLabel: "Workspace panes — quick add Files, terminal, browser, task, or agent; click focuses an open window or creates one if none exists; right-click is New only";
|
|
2149
2187
|
readonly nodeDockLabel: {
|
|
2150
2188
|
readonly terminal: "Terminal";
|
|
2151
2189
|
readonly debugTerminal: "Debug Terminal";
|
|
2152
2190
|
readonly website: "Browser";
|
|
2153
|
-
readonly task: "
|
|
2191
|
+
readonly task: "Task";
|
|
2154
2192
|
readonly files: "Files";
|
|
2155
2193
|
readonly agent: "Agent";
|
|
2156
2194
|
readonly openclaw: "OpenClaw";
|
|
@@ -2164,7 +2202,7 @@ declare const agentGuiI18nResources: {
|
|
|
2164
2202
|
readonly terminal: "New terminal";
|
|
2165
2203
|
readonly debugTerminal: "New debug terminal";
|
|
2166
2204
|
readonly website: "New browser";
|
|
2167
|
-
readonly task: "New
|
|
2205
|
+
readonly task: "New task";
|
|
2168
2206
|
readonly agent: "New agent";
|
|
2169
2207
|
};
|
|
2170
2208
|
readonly zoomPercentInputAria: "Canvas zoom: enter a percent (e.g. 91 or 91%) or a ratio between 0 and 1; press Enter to apply";
|
|
@@ -2253,8 +2291,8 @@ declare const agentGuiI18nResources: {
|
|
|
2253
2291
|
readonly installAction: "Install";
|
|
2254
2292
|
readonly comingSoonAction: "Coming soon";
|
|
2255
2293
|
readonly installedAction: "Installed";
|
|
2256
|
-
readonly issueTitle: "
|
|
2257
|
-
readonly issueDescription: "Create, assign, run, and review room
|
|
2294
|
+
readonly issueTitle: "Tasks";
|
|
2295
|
+
readonly issueDescription: "Create, assign, run, and review room tasks with agents";
|
|
2258
2296
|
readonly vibeDesignTitle: "Vibe design";
|
|
2259
2297
|
readonly vibeDesignDescription: "Draft product screens, interaction states, and visual directions";
|
|
2260
2298
|
readonly vibeVideoTitle: "Video creating";
|
|
@@ -2611,7 +2649,7 @@ declare const agentGuiI18nResources: {
|
|
|
2611
2649
|
readonly sheetTitle: "表格";
|
|
2612
2650
|
readonly sheetDescription: "整理结构化数据、表格、计算和房间计划清单";
|
|
2613
2651
|
readonly calendarTitle: "日程";
|
|
2614
|
-
readonly calendarDescription: "
|
|
2652
|
+
readonly calendarDescription: "规划房间里程碑、跟进任务、评审和共享日程";
|
|
2615
2653
|
readonly systemMonitorTitle: "系统监控";
|
|
2616
2654
|
readonly systemMonitorDescription: "查看运行时健康度、资源信号和工作区活动";
|
|
2617
2655
|
readonly codeEditorTitle: "代码编辑器";
|
|
@@ -2633,7 +2671,7 @@ declare const agentGuiI18nResources: {
|
|
|
2633
2671
|
readonly mockSheetPreviewTitle: "数据表格";
|
|
2634
2672
|
readonly mockSheetPreviewBody: "这里将展示表格、计算、筛选和房间计划数据";
|
|
2635
2673
|
readonly mockCalendarPreviewTitle: "房间日历";
|
|
2636
|
-
readonly mockCalendarPreviewBody: "
|
|
2674
|
+
readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进任务和共享日程块";
|
|
2637
2675
|
readonly mockMonitorPreviewTitle: "运行时信号";
|
|
2638
2676
|
readonly mockMonitorPreviewBody: "这里将展示 CPU、内存、网络和工作区活动信号";
|
|
2639
2677
|
readonly mockCodePreviewTitle: "源码工作区";
|
|
@@ -2646,7 +2684,7 @@ declare const agentGuiI18nResources: {
|
|
|
2646
2684
|
readonly workspaceCenterSearchAria: "打开房间搜索";
|
|
2647
2685
|
readonly workspaceCenterSearchTitle: "在当前房间搜索节点、分区与便签";
|
|
2648
2686
|
readonly agentGui: {
|
|
2649
|
-
readonly initialPlaceholder: "输入 @
|
|
2687
|
+
readonly initialPlaceholder: "输入 @ 引用会话、文件、任务和应用";
|
|
2650
2688
|
readonly followupPlaceholder: "要求 {{provider}} 继续后续变更";
|
|
2651
2689
|
readonly installRequiredPlaceholder: "请先从 Dock 安装 {{provider}},然后再发送消息";
|
|
2652
2690
|
readonly collaboratorSessionReadOnlyPlaceholder: "非当前用户会话,不可直接对话";
|
|
@@ -2657,17 +2695,21 @@ declare const agentGuiI18nResources: {
|
|
|
2657
2695
|
readonly inheritedUnavailable: "继承 / 不可用";
|
|
2658
2696
|
readonly reasoningLabel: "推理强度";
|
|
2659
2697
|
readonly reasoningDegreeLabel: "推理程度";
|
|
2698
|
+
readonly reasoningOptionDefault: "默认";
|
|
2660
2699
|
readonly reasoningOptionMinimal: "最低";
|
|
2661
2700
|
readonly reasoningOptionLow: "低";
|
|
2662
2701
|
readonly reasoningOptionMedium: "中";
|
|
2663
2702
|
readonly reasoningOptionHigh: "高";
|
|
2664
2703
|
readonly reasoningOptionXHigh: "超高";
|
|
2704
|
+
readonly reasoningOptionMax: "最高";
|
|
2665
2705
|
readonly speedLabel: "速度";
|
|
2666
2706
|
readonly speedSelectionLabel: "速度";
|
|
2667
2707
|
readonly speedOptionStandard: "标准";
|
|
2708
|
+
readonly speedOptionStandardDescription: "标准速度";
|
|
2668
2709
|
readonly speedOptionFast: "快速";
|
|
2710
|
+
readonly speedOptionFastDescription: "1.5 倍速度,用量增加";
|
|
2669
2711
|
readonly permissionModeReadOnly: "请求批准";
|
|
2670
|
-
readonly permissionModeAuto: "
|
|
2712
|
+
readonly permissionModeAuto: "替我审批";
|
|
2671
2713
|
readonly permissionModeFullAccess: "完全访问权限";
|
|
2672
2714
|
readonly permissionSemantics: {
|
|
2673
2715
|
readonly "ask-before-write": {
|
|
@@ -2683,7 +2725,7 @@ declare const agentGuiI18nResources: {
|
|
|
2683
2725
|
readonly description: "不会弹出确认;未获允许的操作会被直接拒绝";
|
|
2684
2726
|
};
|
|
2685
2727
|
readonly auto: {
|
|
2686
|
-
readonly label: "
|
|
2728
|
+
readonly label: "替我审批";
|
|
2687
2729
|
readonly description: "仅在检测到可能不安全的操作时询问你";
|
|
2688
2730
|
};
|
|
2689
2731
|
readonly "full-access": {
|
|
@@ -2702,7 +2744,7 @@ declare const agentGuiI18nResources: {
|
|
|
2702
2744
|
readonly description: "编辑外部文件或使用互联网前始终询问你";
|
|
2703
2745
|
};
|
|
2704
2746
|
readonly auto: {
|
|
2705
|
-
readonly label: "
|
|
2747
|
+
readonly label: "替我审批";
|
|
2706
2748
|
readonly description: "仅在检测到可能不安全的操作时询问你";
|
|
2707
2749
|
};
|
|
2708
2750
|
readonly "full-access": {
|
|
@@ -2716,7 +2758,7 @@ declare const agentGuiI18nResources: {
|
|
|
2716
2758
|
readonly description: "编辑外部文件或使用互联网前始终询问你";
|
|
2717
2759
|
};
|
|
2718
2760
|
readonly auto: {
|
|
2719
|
-
readonly label: "
|
|
2761
|
+
readonly label: "替我审批";
|
|
2720
2762
|
readonly description: "仅在检测到可能不安全的操作时询问你";
|
|
2721
2763
|
};
|
|
2722
2764
|
readonly "full-access": {
|
|
@@ -2726,7 +2768,7 @@ declare const agentGuiI18nResources: {
|
|
|
2726
2768
|
};
|
|
2727
2769
|
readonly "claude-code": {
|
|
2728
2770
|
readonly default: {
|
|
2729
|
-
readonly label: "
|
|
2771
|
+
readonly label: "默认权限";
|
|
2730
2772
|
readonly description: "默认较保守;需要执行修改或高风险操作时会先询问你。";
|
|
2731
2773
|
};
|
|
2732
2774
|
readonly acceptEdits: {
|
|
@@ -2755,6 +2797,8 @@ declare const agentGuiI18nResources: {
|
|
|
2755
2797
|
};
|
|
2756
2798
|
};
|
|
2757
2799
|
};
|
|
2800
|
+
readonly modelContextWindowSuffix: "上下文窗口";
|
|
2801
|
+
readonly modelTooltipVersionLabel: "版本";
|
|
2758
2802
|
readonly modelDescriptions: {
|
|
2759
2803
|
readonly frontierComplexCoding: "适合复杂编码、研究和真实工作场景的前沿模型";
|
|
2760
2804
|
readonly everydayCoding: "适合日常编码的强力模型";
|
|
@@ -2789,7 +2833,8 @@ declare const agentGuiI18nResources: {
|
|
|
2789
2833
|
readonly slashStatusContextUnavailable: "上下文用量不可用";
|
|
2790
2834
|
readonly slashStatusLimitsUnavailable: "当前 Agent 未提供额度限制";
|
|
2791
2835
|
readonly usageChipLabel: "上下文 {{percent}}%";
|
|
2792
|
-
readonly usagePopoverTitle: "
|
|
2836
|
+
readonly usagePopoverTitle: "计划用量";
|
|
2837
|
+
readonly usageContextWindowLabel: "上下文窗口";
|
|
2793
2838
|
readonly usageTokensLabel: "Token 用量";
|
|
2794
2839
|
readonly usageLimitsLabel: "限额";
|
|
2795
2840
|
readonly usageCompactAction: "压缩";
|
|
@@ -2834,8 +2879,8 @@ declare const agentGuiI18nResources: {
|
|
|
2834
2879
|
readonly prompt: "让 Agent 知道在哪里读文件、运行命令和理解代码";
|
|
2835
2880
|
};
|
|
2836
2881
|
readonly useIssue: {
|
|
2837
|
-
readonly label: "
|
|
2838
|
-
readonly prompt: "
|
|
2882
|
+
readonly label: "善用任务";
|
|
2883
|
+
readonly prompt: "把需求、约束和验收标准写进任务,Agent 更容易按目标推进";
|
|
2839
2884
|
};
|
|
2840
2885
|
readonly mapCurrentState: {
|
|
2841
2886
|
readonly label: "先梳理现状";
|
|
@@ -2843,7 +2888,7 @@ declare const agentGuiI18nResources: {
|
|
|
2843
2888
|
};
|
|
2844
2889
|
readonly continueRecentSession: {
|
|
2845
2890
|
readonly label: "接力最近会话";
|
|
2846
|
-
readonly prompt: "延续工作时让 Agent
|
|
2891
|
+
readonly prompt: "延续工作时让 Agent 先回顾最近进展、未完成任务和阻塞点";
|
|
2847
2892
|
};
|
|
2848
2893
|
readonly referenceOtherAgents: {
|
|
2849
2894
|
readonly label: "引用其他 Agent 对话历史";
|
|
@@ -2928,7 +2973,7 @@ declare const agentGuiI18nResources: {
|
|
|
2928
2973
|
readonly contextPickerBrowseAppHint: "输入内容以搜索应用";
|
|
2929
2974
|
readonly contextPickerBrowseSessionHint: "输入内容以搜索我发起的 Agent 会话";
|
|
2930
2975
|
readonly contextPickerBrowseCollabHint: "输入内容以搜索其他人和 Agent 的会话";
|
|
2931
|
-
readonly contextPickerBrowseIssueHint: "
|
|
2976
|
+
readonly contextPickerBrowseIssueHint: "输入内容以搜索当前房间内的任务";
|
|
2932
2977
|
readonly workspaceAppFactoryMentionFallback: "创建应用";
|
|
2933
2978
|
readonly contextPickerExpandMore: "展开更多 {{count}} 条";
|
|
2934
2979
|
readonly contextPickerCategoryFileDescription: "搜索工作区文件和目录";
|
|
@@ -3051,6 +3096,18 @@ declare const agentGuiI18nResources: {
|
|
|
3051
3096
|
readonly slashPaletteSkillsGroup: "技能";
|
|
3052
3097
|
readonly browserUseCapabilityLabel: "浏览器";
|
|
3053
3098
|
readonly browserUseCapabilityDescription: "让 Agent 使用浏览器。";
|
|
3099
|
+
readonly browserUseCapabilityDescriptionAutoConnect: "当前配置:复用已登录的 Chrome。";
|
|
3100
|
+
readonly browserUseCapabilityDescriptionIsolated: "当前配置:使用独立浏览器。";
|
|
3101
|
+
readonly browserUseCapabilitySettingsLabel: "浏览器设置";
|
|
3102
|
+
readonly browserUseCapabilitySettingsDescription: "配置 Agent 使用的浏览器。";
|
|
3103
|
+
readonly capabilityInlineSettingsLabel: "设置";
|
|
3104
|
+
readonly computerUseCapabilityLabel: "电脑控制";
|
|
3105
|
+
readonly computerUseCapabilityDescription: "让 Agent 控制 macOS 桌面。";
|
|
3106
|
+
readonly computerUseCapabilitySetupRequiredDescription: "未安装。按 Enter 打开设置。";
|
|
3107
|
+
readonly computerUseCapabilityAuthorizationRequiredDescription: "需要授权。按 Enter 打开设置。";
|
|
3108
|
+
readonly computerUseCapabilityAuthorizationUnknownDescription: "无法确认授权状态。按 Enter 打开设置。";
|
|
3109
|
+
readonly computerUseCapabilitySettingsLabel: "电脑控制设置";
|
|
3110
|
+
readonly computerUseCapabilitySettingsDescription: "安装、移除或授权电脑控制。";
|
|
3054
3111
|
readonly fileMentionPalette: "工作区文件";
|
|
3055
3112
|
readonly fileMentionLoading: "正在搜索工作区...";
|
|
3056
3113
|
readonly fileMentionEmpty: "根据你输入的内容搜索工作区文件";
|
|
@@ -3059,22 +3116,40 @@ declare const agentGuiI18nResources: {
|
|
|
3059
3116
|
readonly addReference: "添加引用";
|
|
3060
3117
|
readonly referenceWorkspaceFiles: "引用空间文件";
|
|
3061
3118
|
readonly referencePicker: {
|
|
3119
|
+
readonly clearFilter: "清除筛选";
|
|
3062
3120
|
readonly confirm: "使用已选引用";
|
|
3063
3121
|
readonly emptyDirectory: "当前目录为空";
|
|
3122
|
+
readonly emptyPreview: "选择一个文件查看详情";
|
|
3064
3123
|
readonly emptySearch: "没有匹配的文件或文件夹";
|
|
3124
|
+
readonly fileTypeAll: "全部类型";
|
|
3125
|
+
readonly fileTypeDocument: "文档";
|
|
3126
|
+
readonly fileTypeImage: "图片";
|
|
3127
|
+
readonly fileTypeOther: "其他";
|
|
3128
|
+
readonly fileTypeSeparator: "、";
|
|
3129
|
+
readonly fileTypeVideo: "视频";
|
|
3130
|
+
readonly fileTypeWebpage: "网页";
|
|
3131
|
+
readonly loadMore: "加载更多";
|
|
3132
|
+
readonly loadMoreGroups: "拉取更多";
|
|
3065
3133
|
readonly loading: "正在加载";
|
|
3066
3134
|
readonly previewBinary: "这个文件更像二进制内容";
|
|
3067
3135
|
readonly previewDecodeFailed: "暂时无法按 UTF-8 文本解码这个文件";
|
|
3068
3136
|
readonly previewError: "加载预览失败";
|
|
3069
3137
|
readonly previewFileTooLarge: "这个文件超过了 {{maxSize}}";
|
|
3070
3138
|
readonly previewFolder: "暂不支持预览文件夹";
|
|
3139
|
+
readonly previewHierarchy: "所属层级";
|
|
3071
3140
|
readonly previewLoading: "正在加载预览";
|
|
3141
|
+
readonly previewModified: "产出时间";
|
|
3142
|
+
readonly previewSize: "文件大小";
|
|
3143
|
+
readonly previewSource: "产出来源";
|
|
3072
3144
|
readonly previewTextTooLarge: "这个文本文件超过了 {{maxSize}}";
|
|
3145
|
+
readonly previewTooLarge: "文件过大,无法预览";
|
|
3073
3146
|
readonly previewUnavailable: "当前工作区无法预览文件";
|
|
3074
3147
|
readonly previewUnsupported: "暂不支持预览这种文件类型";
|
|
3075
3148
|
readonly searchPlaceholder: "搜索文件和文件夹";
|
|
3149
|
+
readonly selectGroupHint: "从左侧选择一个目录";
|
|
3076
3150
|
readonly selectedCount: "已选择 {{count}} 项";
|
|
3077
3151
|
readonly title: "选择工作区引用";
|
|
3152
|
+
readonly workspaceRootGroup: "工作区";
|
|
3078
3153
|
};
|
|
3079
3154
|
readonly projectLocked: "会话开始后项目不可更改";
|
|
3080
3155
|
readonly projectMissingDescription: "此对话的工作目录已不存在";
|
|
@@ -3085,11 +3160,11 @@ declare const agentGuiI18nResources: {
|
|
|
3085
3160
|
readonly mentionFilterApp: "应用";
|
|
3086
3161
|
readonly mentionFilterSession: "会话";
|
|
3087
3162
|
readonly mentionFilterCollab: "协作";
|
|
3088
|
-
readonly mentionFilterIssue: "
|
|
3163
|
+
readonly mentionFilterIssue: "任务";
|
|
3089
3164
|
readonly mentionKindApp: "应用";
|
|
3090
3165
|
readonly mentionKindAppFactory: "应用工厂";
|
|
3091
3166
|
readonly mentionKindFile: "文件";
|
|
3092
|
-
readonly mentionKindIssue: "
|
|
3167
|
+
readonly mentionKindIssue: "任务";
|
|
3093
3168
|
readonly mentionKindSession: "会话";
|
|
3094
3169
|
readonly mentionGroupFiles: "文件";
|
|
3095
3170
|
readonly mentionGroupOpenedFiles: "我打开的文件";
|
|
@@ -3097,22 +3172,23 @@ declare const agentGuiI18nResources: {
|
|
|
3097
3172
|
readonly mentionGroupApps: "应用";
|
|
3098
3173
|
readonly mentionGroupMySessions: "我的会话";
|
|
3099
3174
|
readonly mentionGroupCollabSessions: "协作会话";
|
|
3100
|
-
readonly mentionGroupIssues: "
|
|
3175
|
+
readonly mentionGroupIssues: "任务";
|
|
3101
3176
|
readonly mentionEmptyMySessions: "暂无会话";
|
|
3102
3177
|
readonly mentionEmptyCollabSessions: "暂无协作会话";
|
|
3103
3178
|
readonly mentionEmptyApps: "暂无应用";
|
|
3104
|
-
readonly mentionEmptyIssues: "
|
|
3179
|
+
readonly mentionEmptyIssues: "暂无任务";
|
|
3105
3180
|
readonly mentionEmptyDockFiles: "Dock 栏暂无已打开文件,输入关键词可搜索工作区文件";
|
|
3106
3181
|
readonly mentionEmptyAgentGeneratedFiles: "暂无 Agent 生成的文件";
|
|
3107
3182
|
readonly mentionAgentGeneratedFolderBack: "返回";
|
|
3108
3183
|
readonly mentionAgentGeneratedFolderFileCount: "{{count}} 个文件";
|
|
3109
3184
|
readonly mentionNoMatchingFiles: "没有匹配到文件";
|
|
3185
|
+
readonly mentionOpenReferences: "查看产物文件";
|
|
3110
3186
|
readonly issueRunPrompt: {
|
|
3111
3187
|
readonly currentWorkingDirectoryLabel: "当前工作目录";
|
|
3112
3188
|
readonly executionRequirementsLabel: "执行要求";
|
|
3113
|
-
readonly intro: "
|
|
3114
|
-
readonly issueContentLabel: "
|
|
3115
|
-
readonly issueTitleLabel: "
|
|
3189
|
+
readonly intro: "你正在处理一个任务。";
|
|
3190
|
+
readonly issueContentLabel: "任务内容";
|
|
3191
|
+
readonly issueTitleLabel: "任务标题";
|
|
3116
3192
|
readonly missingContent: "(无补充内容)";
|
|
3117
3193
|
readonly noReferences: "- (无引用资料)";
|
|
3118
3194
|
readonly referencesLabel: "引用资料";
|
|
@@ -3712,7 +3788,7 @@ declare const agentGuiI18nResources: {
|
|
|
3712
3788
|
readonly titlePlaceholder: "请输入任务标题";
|
|
3713
3789
|
readonly fieldDescription: "需求描述";
|
|
3714
3790
|
readonly descriptionPlaceholder: "补充背景、现象、影响范围与期望结果";
|
|
3715
|
-
readonly descriptionPlaceholderLegacy: "
|
|
3791
|
+
readonly descriptionPlaceholderLegacy: "描述任务背景、目标和期望结果。";
|
|
3716
3792
|
readonly fieldPriority: "优先级";
|
|
3717
3793
|
readonly priorityOptionMedium: "中";
|
|
3718
3794
|
readonly priorityOptionHigh: "高";
|
|
@@ -4592,7 +4668,7 @@ declare const agentGuiI18nResources: {
|
|
|
4592
4668
|
readonly sheetTitle: "表格";
|
|
4593
4669
|
readonly sheetDescription: "整理结构化数据、表格、计算和房间计划清单";
|
|
4594
4670
|
readonly calendarTitle: "日程";
|
|
4595
|
-
readonly calendarDescription: "
|
|
4671
|
+
readonly calendarDescription: "规划房间里程碑、跟进任务、评审和共享日程";
|
|
4596
4672
|
readonly systemMonitorTitle: "系统监控";
|
|
4597
4673
|
readonly systemMonitorDescription: "查看运行时健康度、资源信号和工作区活动";
|
|
4598
4674
|
readonly codeEditorTitle: "代码编辑器";
|
|
@@ -4614,7 +4690,7 @@ declare const agentGuiI18nResources: {
|
|
|
4614
4690
|
readonly mockSheetPreviewTitle: "数据表格";
|
|
4615
4691
|
readonly mockSheetPreviewBody: "这里将展示表格、计算、筛选和房间计划数据";
|
|
4616
4692
|
readonly mockCalendarPreviewTitle: "房间日历";
|
|
4617
|
-
readonly mockCalendarPreviewBody: "
|
|
4693
|
+
readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进任务和共享日程块";
|
|
4618
4694
|
readonly mockMonitorPreviewTitle: "运行时信号";
|
|
4619
4695
|
readonly mockMonitorPreviewBody: "这里将展示 CPU、内存、网络和工作区活动信号";
|
|
4620
4696
|
readonly mockCodePreviewTitle: "源码工作区";
|