@workflow-code/cli 0.1.3 → 0.1.4-20260814003
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.
|
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
|
|
28
|
-
//
|
|
28
|
+
// node_modules/.pnpm/i18next@24.2.3_typescript@6.0.3/node_modules/i18next/dist/esm/i18next.js
|
|
29
29
|
var isString = (obj) => typeof obj === "string";
|
|
30
30
|
var defer = () => {
|
|
31
31
|
let res;
|
|
@@ -2244,10 +2244,10 @@ var hasLoadedNamespace = instance.hasLoadedNamespace;
|
|
|
2244
2244
|
var loadNamespaces = instance.loadNamespaces;
|
|
2245
2245
|
var loadLanguages = instance.loadLanguages;
|
|
2246
2246
|
|
|
2247
|
-
//
|
|
2247
|
+
// .shared/i18n/instance.ts
|
|
2248
2248
|
var i18n = createInstance();
|
|
2249
2249
|
|
|
2250
|
-
//
|
|
2250
|
+
// .shared/i18n/resources/en/common.ts
|
|
2251
2251
|
var common = {
|
|
2252
2252
|
copy: "Copy",
|
|
2253
2253
|
copied: "Copied",
|
|
@@ -2481,7 +2481,7 @@ var common = {
|
|
|
2481
2481
|
noMatchingConversations: "No matching conversations",
|
|
2482
2482
|
conversationLoadFailed: "Failed to load conversations",
|
|
2483
2483
|
cannotPrepareProjectParams: "Could not prepare project parameters. Please check the project configuration and retry.",
|
|
2484
|
-
composerResolveOldRuntimeGuidance: "The current
|
|
2484
|
+
composerResolveOldRuntimeGuidance: "The current Desktop Workflow runtime is too old to read the system AI configuration. Please update Desktop and retry.",
|
|
2485
2485
|
composerResolveDepsGuidance: "The project's runtime dependencies are not ready. Install the missing dependencies in the project directory, then send the message again.",
|
|
2486
2486
|
composerResolveAuthGuidance: "The Workflow Server login session is invalid or has expired. Sign in again before sending messages.",
|
|
2487
2487
|
composerResolveUserAccountGuidance: "The current server credentials do not match a user account. Sign in with a user account before sending messages.",
|
|
@@ -2792,7 +2792,7 @@ var common = {
|
|
|
2792
2792
|
serverAiCredentialExpired: "The server AI credential expired and could not be refreshed.",
|
|
2793
2793
|
serverAiCredentialsConnectionFailed: "Could not connect to Workflow Server to load AI credentials: {{url}}",
|
|
2794
2794
|
serverAiCredentialsRequestFailed: "The Workflow Server AI credential request failed (HTTP {{status}}).",
|
|
2795
|
-
workflowServerLoginRequired: "Workflow Server login is not configured. Sign in to the server in
|
|
2795
|
+
workflowServerLoginRequired: "Workflow Server login is not configured. Sign in to the server in Desktop or workspace CLI first.",
|
|
2796
2796
|
workflowServerConnectionPairRequired: "{{names}} must be configured together.",
|
|
2797
2797
|
workflowServerUrlInvalid: "The Workflow Server URL is invalid.",
|
|
2798
2798
|
workflowServerUrlProtocolInvalid: "The Workflow Server URL must use HTTP or HTTPS.",
|
|
@@ -2953,7 +2953,7 @@ var common = {
|
|
|
2953
2953
|
unsupportedTitle: "This project cannot create schedules",
|
|
2954
2954
|
unsupportedDescription: "Only Workflow entrypoints can be scheduled. Conversation and Kanban projects are not scheduling targets.",
|
|
2955
2955
|
title: "Schedules",
|
|
2956
|
-
|
|
2956
|
+
desktopDescription: "Manage background runs for Workflow entrypoints.",
|
|
2957
2957
|
serverDescription: "Run exact published versions and entrypoints in a fixed timezone. Missed or overlapping triggers are skipped.",
|
|
2958
2958
|
refreshing: "Refreshing",
|
|
2959
2959
|
refresh: "Refresh schedules",
|
|
@@ -2963,12 +2963,12 @@ var common = {
|
|
|
2963
2963
|
noOnlineVersionTitle: "No schedulable online version",
|
|
2964
2964
|
noOnlineVersionDescription: "Server schedules must target an exact online published version; latest and draft are not accepted.",
|
|
2965
2965
|
presetsTitle: "Suggested schedules",
|
|
2966
|
-
|
|
2966
|
+
desktopPresetsDescription: "Suggestions are not enabled automatically. A schedule is created only after you confirm its parameters.",
|
|
2967
2967
|
serverPresetsDescription: "Presets are not enabled automatically. A schedule is created only after you confirm the version, entrypoint, and parameters.",
|
|
2968
2968
|
usePreset: "Use preset",
|
|
2969
2969
|
loading: "Loading schedules",
|
|
2970
2970
|
emptyTitle: "No schedules yet",
|
|
2971
|
-
|
|
2971
|
+
desktopEmptyDescription: "After you create a schedule, Desktop runs it while resident in the background; Server schedules continue in the Server process.",
|
|
2972
2972
|
serverEmptyDescription: "After you create a schedule, the Server process continuously calculates and claims its triggers.",
|
|
2973
2973
|
listAria: "Schedule list",
|
|
2974
2974
|
enabled: "Enabled",
|
|
@@ -3016,7 +3016,7 @@ var common = {
|
|
|
3016
3016
|
editorEditTitle: "Edit schedule",
|
|
3017
3017
|
editorCreateTitle: "New schedule",
|
|
3018
3018
|
editorPresetTitle: "Confirm preset: {{title}}",
|
|
3019
|
-
|
|
3019
|
+
desktopEditorDescription: "The schedule pins its entrypoint and parameters. Timezone, trigger rules, and the current entrypoint definition are validated before saving.",
|
|
3020
3020
|
serverEditorDescription: "The schedule pins an exact online version and entrypoint. Trigger rules and static parameters are validated before saving.",
|
|
3021
3021
|
saveErrorTitle: "Unable to save schedule",
|
|
3022
3022
|
nameLabel: "Schedule name",
|
|
@@ -3054,7 +3054,7 @@ var common = {
|
|
|
3054
3054
|
rangeTo: "to",
|
|
3055
3055
|
intervalMinutes: "Interval in minutes",
|
|
3056
3056
|
addWindow: "Add time window",
|
|
3057
|
-
desktopOnly: "Local schedules are only available in
|
|
3057
|
+
desktopOnly: "Local schedules are only available in Desktop.",
|
|
3058
3058
|
defaultName: "New schedule",
|
|
3059
3059
|
paramRequired: "Entrypoint parameter \u201C{{name}}\u201D is required.",
|
|
3060
3060
|
paramNumber: "Entrypoint parameter \u201C{{name}}\u201D must be a number.",
|
|
@@ -3068,24 +3068,24 @@ var common = {
|
|
|
3068
3068
|
schedulerStopping: "The local workflow scheduler is stopping.",
|
|
3069
3069
|
schedulerUnavailable: "The local workflow scheduler is not initialized.",
|
|
3070
3070
|
workflowProjectRequired: "Only Workflow projects can be scheduled.",
|
|
3071
|
-
|
|
3071
|
+
desktopDevTargetRequired: "Desktop workflow schedules must use the dev source target.",
|
|
3072
3072
|
localStructureUnavailable: "Unable to inspect the local Workflow structure.",
|
|
3073
3073
|
entrypointMissing: 'Entrypoint "{{entrypointId}}" no longer exists in the local Workflow source.',
|
|
3074
3074
|
runRecordMissing: "The scheduled Workflow did not produce a Run record."
|
|
3075
3075
|
},
|
|
3076
3076
|
fireReason: {
|
|
3077
|
-
|
|
3077
|
+
missedWhileDesktopInactive: "Missed triggers were skipped while Desktop was not actively scheduling.",
|
|
3078
3078
|
missedWhileServerUnavailable: "Missed triggers were skipped while the Server scheduler was unavailable.",
|
|
3079
3079
|
previousLocalFireActive: 'Previous trigger "{{fireId}}" is still {{status}}.',
|
|
3080
3080
|
previousServerFireActive: 'Previous trigger "{{fireId}}" has not finished.',
|
|
3081
3081
|
localRecoveryFailed: "An interrupted local trigger could not be recovered.",
|
|
3082
|
-
|
|
3082
|
+
desktopExitedBeforeRun: "Desktop exited before the scheduled Workflow run started.",
|
|
3083
3083
|
runFinishedWithStatus: 'The Run finished with status "{{status}}".',
|
|
3084
3084
|
creatorInactive: "The schedule creator is no longer active.",
|
|
3085
3085
|
creatorRunPermissionRevoked: "The schedule creator no longer has permission to create Runs.",
|
|
3086
3086
|
creatorProjectAccessRevoked: "The schedule creator no longer has access to run this project.",
|
|
3087
3087
|
workflowProjectRequired: "Only Workflow projects can be scheduled.",
|
|
3088
|
-
|
|
3088
|
+
desktopDevTargetRequired: "Desktop workflow schedules must use the dev source target.",
|
|
3089
3089
|
localStructureUnavailable: "Unable to inspect the local Workflow structure.",
|
|
3090
3090
|
entrypointMissing: 'Entrypoint "{{entrypointId}}" no longer exists.',
|
|
3091
3091
|
runRecordMissing: "The scheduled Workflow did not produce a Run record.",
|
|
@@ -3203,8 +3203,8 @@ var common = {
|
|
|
3203
3203
|
workflowEntrypointUnavailableRefresh: "The selected workflow entrypoint no longer exists. Refresh and try again."
|
|
3204
3204
|
};
|
|
3205
3205
|
|
|
3206
|
-
//
|
|
3207
|
-
var
|
|
3206
|
+
// .shared/i18n/resources/en/desktop.ts
|
|
3207
|
+
var desktop = {
|
|
3208
3208
|
localProject: "Local project",
|
|
3209
3209
|
localProjectDependenciesMissing: "Workflow project dependencies are not installed.\nProject: {{projectPath}}\nMissing: {{missing}}\nInstall dependencies manually in this project directory before running it. Workflow Code will not install or modify dependencies.",
|
|
3210
3210
|
localDevelopment: "Local development",
|
|
@@ -3242,11 +3242,11 @@ var app = {
|
|
|
3242
3242
|
themeDarkWord: "dark",
|
|
3243
3243
|
themeLightWord: "light",
|
|
3244
3244
|
appearanceTitle: "Appearance",
|
|
3245
|
-
appearanceDescription: "Choose the
|
|
3246
|
-
|
|
3245
|
+
appearanceDescription: "Choose the Desktop interface theme. Currently {{theme}}.",
|
|
3246
|
+
selectDesktopTheme: "Choose Desktop theme",
|
|
3247
3247
|
localeTitle: "Language",
|
|
3248
|
-
localeDescription: "Choose the
|
|
3249
|
-
|
|
3248
|
+
localeDescription: "Choose the Desktop interface language.",
|
|
3249
|
+
selectDesktopLocale: "Choose Desktop language",
|
|
3250
3250
|
localeSystem: "Follow system",
|
|
3251
3251
|
localeSystemDetail: "Use the operating system or browser language",
|
|
3252
3252
|
localeZh: "Simplified Chinese",
|
|
@@ -3254,8 +3254,8 @@ var app = {
|
|
|
3254
3254
|
localeEn: "English",
|
|
3255
3255
|
localeEnDetail: "Display the interface in English",
|
|
3256
3256
|
allTypes: "All types",
|
|
3257
|
-
|
|
3258
|
-
|
|
3257
|
+
desktopCloudRunRecordsLabel: "Desktop cloud run records",
|
|
3258
|
+
desktopStatus: "Desktop status",
|
|
3259
3259
|
archiveImportedAs: "{{archiveName}} imported as {{workflowName}}",
|
|
3260
3260
|
assistantTaskOwner: "Assistant \xB7 {{name}}",
|
|
3261
3261
|
buildFailed: "Build failed",
|
|
@@ -3286,8 +3286,8 @@ var app = {
|
|
|
3286
3286
|
currentFile: "Current file",
|
|
3287
3287
|
currentVersionDetail: "Current version {{version}}",
|
|
3288
3288
|
deleteProject: "Delete project",
|
|
3289
|
-
|
|
3290
|
-
|
|
3289
|
+
desktopProduct: "Desktop",
|
|
3290
|
+
desktopProductWithVersion: "Desktop {{version}}",
|
|
3291
3291
|
downloadAndUpdateTo: "Download and update to {{version}}",
|
|
3292
3292
|
downloadToLocal: "Download to local",
|
|
3293
3293
|
downloadedVersion: "downloaded version",
|
|
@@ -3339,7 +3339,7 @@ var app = {
|
|
|
3339
3339
|
loginToCreateCloudApp: "Sign in to create a cloud app",
|
|
3340
3340
|
loginToViewCloudProjects: "Sign in to view cloud projects",
|
|
3341
3341
|
loginToViewCloudProjectsDescription: "Sign in to view the server projects accessible to your account.",
|
|
3342
|
-
loginToViewCloudRunRecords: "Sign in to view cloud records run through
|
|
3342
|
+
loginToViewCloudRunRecords: "Sign in to view cloud records run through Desktop.",
|
|
3343
3343
|
modeLocal: "Local",
|
|
3344
3344
|
modeRemote: "Remote",
|
|
3345
3345
|
modeWeb: "Web",
|
|
@@ -3350,7 +3350,7 @@ var app = {
|
|
|
3350
3350
|
nextPage: "Next page",
|
|
3351
3351
|
noCloudProjects: "No cloud projects yet",
|
|
3352
3352
|
noCloudProjectsDescription: "The current account has no accessible cloud projects yet.",
|
|
3353
|
-
noCloudRunRecords: "No cloud records run through
|
|
3353
|
+
noCloudRunRecords: "No cloud records run through Desktop yet.",
|
|
3354
3354
|
noLocalProjects: "No local projects yet",
|
|
3355
3355
|
noLocalProjectsDescription: "Create a new project or import a local folder.",
|
|
3356
3356
|
noLocalRunRecords: "No local run records yet. They will appear here after you run a workflow.",
|
|
@@ -3417,11 +3417,11 @@ var app = {
|
|
|
3417
3417
|
quickUpdateVersion: "Quick update to v{{version}}",
|
|
3418
3418
|
recentRecords: "Recent records",
|
|
3419
3419
|
recentTasks: "Recent tasks",
|
|
3420
|
-
recentTasksDesktopOnly: "Recent tasks only appear after running locally in
|
|
3420
|
+
recentTasksDesktopOnly: "Recent tasks only appear after running locally in Desktop.",
|
|
3421
3421
|
recentTasksLoadFailed: "Failed to load recent tasks.",
|
|
3422
3422
|
recentTasksLoading: "Loading recent tasks",
|
|
3423
3423
|
recheck: "Recheck",
|
|
3424
|
-
|
|
3424
|
+
recheckDesktopUpdates: "Recheck for Desktop updates",
|
|
3425
3425
|
recheckForUpdates: "Recheck for updates",
|
|
3426
3426
|
refresh: "Refresh",
|
|
3427
3427
|
refreshLocalFilesTitle: "Refresh local files",
|
|
@@ -3469,12 +3469,12 @@ var app = {
|
|
|
3469
3469
|
versionDownloaded: "Version {{version}} downloaded",
|
|
3470
3470
|
workflowPublishedAs: "{{workflowName}} published as {{version}}",
|
|
3471
3471
|
addVariable: "Add variable",
|
|
3472
|
-
|
|
3472
|
+
autoGeneratedByDesktop: "Auto-generated by Desktop",
|
|
3473
3473
|
boundServerSourceLocal: "Bound to {{serverUrl}}; source code remains stored locally only.",
|
|
3474
3474
|
builtinIcons: "Built-in icons",
|
|
3475
|
-
builtinProjectReadonlyDescription: "This project is managed by
|
|
3475
|
+
builtinProjectReadonlyDescription: "This project is managed by Desktop; its application info cannot be edited directly. Duplicate it to edit independently.",
|
|
3476
3476
|
choose: "Choose",
|
|
3477
|
-
cloneLocalOnly: "
|
|
3477
|
+
cloneLocalOnly: "Desktop only supports cloning local projects.",
|
|
3478
3478
|
cloneProjectDescription: `Copies the source of "{{name}}" and lets you set the copy's name and an optional location.`,
|
|
3479
3479
|
cloningProject: "Cloning...",
|
|
3480
3480
|
close: "Close",
|
|
@@ -3674,7 +3674,7 @@ var app = {
|
|
|
3674
3674
|
adjustFiltersRetry: "Adjust the filter conditions and try again.",
|
|
3675
3675
|
allScopes: "All scopes",
|
|
3676
3676
|
binaryFile: "Binary file",
|
|
3677
|
-
binaryFileUnavailable: "This is a binary file and cannot be previewed or edited in
|
|
3677
|
+
binaryFileUnavailable: "This is a binary file and cannot be previewed or edited in Desktop.",
|
|
3678
3678
|
clearFileSearch: "Clear file search",
|
|
3679
3679
|
closeTerminal: "Close terminal",
|
|
3680
3680
|
cloudData: "Cloud data",
|
|
@@ -3691,10 +3691,10 @@ var app = {
|
|
|
3691
3691
|
emptyValue: "(empty)",
|
|
3692
3692
|
fileNotEditable: "{{path}} ({{label}}, not editable)",
|
|
3693
3693
|
filePathAria: "File path",
|
|
3694
|
-
filePreviewDesktopOnly: "File preview is only available in
|
|
3694
|
+
filePreviewDesktopOnly: "File preview is only available in Desktop.",
|
|
3695
3695
|
files: "Files",
|
|
3696
3696
|
fileTooLarge: "File too large",
|
|
3697
|
-
fileTooLargeUnavailable: "File exceeds 1 MB and cannot be previewed or edited in
|
|
3697
|
+
fileTooLargeUnavailable: "File exceeds 1 MB and cannot be previewed or edited in Desktop.",
|
|
3698
3698
|
fixSuggestionAddId: ", add",
|
|
3699
3699
|
fixSuggestionEnsureId: "and make sure it matches the folder / workflow id.",
|
|
3700
3700
|
fixSuggestionPrefix: "Suggestion: open",
|
|
@@ -3795,11 +3795,10 @@ var app = {
|
|
|
3795
3795
|
updatedAtColumn: "Updated",
|
|
3796
3796
|
viewKVDetail: "View KV details",
|
|
3797
3797
|
workflowConfigInvalidEditable: "Workflow configuration is invalid, but the source is still editable.",
|
|
3798
|
-
workflowConfigInvalidReadOnly: "Workflow configuration is invalid. Web Studio only provides a read-only preview.",
|
|
3799
3798
|
workflowExitedWith: "Workflow exited with {{code}}.",
|
|
3800
3799
|
workflowScope: "Workflow",
|
|
3801
3800
|
authStatusMissingServerTitle: "No remote server bound",
|
|
3802
|
-
authStatusMissingServerDetail: "
|
|
3801
|
+
authStatusMissingServerDetail: "Desktop is currently using the local workspace only. Bind a Workflow Server before publishing, pulling, or running remotely.",
|
|
3803
3802
|
authStatusMissingServerBadge: "Not bound",
|
|
3804
3803
|
authStatusErrorTitle: "Account authorization error",
|
|
3805
3804
|
authStatusErrorDetailFallback: "The current login session has expired. Please sign in again.",
|
|
@@ -3811,8 +3810,7 @@ var app = {
|
|
|
3811
3810
|
notSignedInAccount: "Not signed in",
|
|
3812
3811
|
notSignedIn: "Not signed in",
|
|
3813
3812
|
loginServerNotBound: "No Workflow Server is bound yet, so remote sign-in is unavailable.",
|
|
3814
|
-
|
|
3815
|
-
loginDesktopCredentialHint: "After signing in, the App saves the remote access credentials for this account, reused for publishing, pulling, and remote runs.",
|
|
3813
|
+
loginDesktopCredentialHint: "After signing in, Desktop saves the remote access credentials for this account, reused for publishing, pulling, and remote runs.",
|
|
3816
3814
|
loginEmailInvalid: "Please enter a valid email address.",
|
|
3817
3815
|
loginDialogTitle: "Account login",
|
|
3818
3816
|
loginPasswordHeading: "Password login",
|
|
@@ -3875,9 +3873,9 @@ var app = {
|
|
|
3875
3873
|
selectDirectory: "Choose path",
|
|
3876
3874
|
dataSourceLocal: "Local",
|
|
3877
3875
|
dataSourceServer: "Server",
|
|
3878
|
-
kanbanLocalPreviewDesktopOnly: "Local Kanban preview is only available
|
|
3876
|
+
kanbanLocalPreviewDesktopOnly: "Local Kanban preview is only available in Desktop.",
|
|
3879
3877
|
kanbanPreviewNotReady: "Kanban preview is not ready.",
|
|
3880
|
-
kanbanLocalOperationDesktopOnly: "Local Kanban operations are only available
|
|
3878
|
+
kanbanLocalOperationDesktopOnly: "Local Kanban operations are only available in Desktop.",
|
|
3881
3879
|
kanbanLoadWorkspaceFailed: "Failed to load the Kanban workspace. Please retry.",
|
|
3882
3880
|
kanbanPreviewUrlInvalid: "The server returned an invalid Kanban preview URL. Check the active Workflow Server connection and retry.",
|
|
3883
3881
|
kanbanPreviewCredentialRenewalFailed: "Failed to renew the HTML preview security credentials. Please retry.",
|
|
@@ -3904,20 +3902,21 @@ var app = {
|
|
|
3904
3902
|
activitySchedulesLabel: "Schedules",
|
|
3905
3903
|
activityTerminalDescription: "Open the project terminal",
|
|
3906
3904
|
activityTerminalLabel: "Terminal",
|
|
3907
|
-
|
|
3908
|
-
|
|
3905
|
+
desktopNoLongerClonesToServer: "Desktop no longer clones to the server. Use Publish to host the current local project.",
|
|
3906
|
+
desktopOnlyClonesLocal: "Desktop only clones local projects.",
|
|
3909
3907
|
backToReview: "Back to review",
|
|
3910
3908
|
bindCloudAppBeforePublish: "Create a cloud app and complete the UUID binding before publishing.",
|
|
3909
|
+
builtinProjectCannotPull: "Built-in projects cannot pull remote source. Create a local copy before syncing.",
|
|
3911
3910
|
builtinProjectCannotPublish: "Built-in projects cannot be published directly. Create a local copy first, then publish.",
|
|
3912
3911
|
cannotConnectLocalWorkspace: "Cannot connect to the local workspace.",
|
|
3913
3912
|
cannotConnectServerCheckConfig: "Cannot connect to the server. Check the current Server configuration.",
|
|
3914
3913
|
clipboardImageAccessUnavailable: "Clipboard image access is not available in this browser.",
|
|
3915
3914
|
clipboardNoImage: "Clipboard does not contain an image.",
|
|
3916
|
-
cloudAppBindingElectronOnly: "Cloud app binding is only supported for local projects in
|
|
3915
|
+
cloudAppBindingElectronOnly: "Cloud app binding is only supported for local projects in Desktop.",
|
|
3917
3916
|
continueUpload: "Continue upload",
|
|
3918
3917
|
dialogClose: "Close dialog",
|
|
3919
3918
|
displayNameRequired: "Display name is required.",
|
|
3920
|
-
downloadCloudProjectElectronOnly: "Downloading cloud projects is only supported in
|
|
3919
|
+
downloadCloudProjectElectronOnly: "Downloading cloud projects is only supported in Desktop.",
|
|
3921
3920
|
envDetailsOnlyManageLocalDev: "The details panel only manages local dev environment variables.",
|
|
3922
3921
|
fillDirectoryAndDisplayName: "Enter a directory name and a display name.",
|
|
3923
3922
|
gotIt: "Got it",
|
|
@@ -4008,7 +4007,6 @@ var app = {
|
|
|
4008
4007
|
publishSavingMessage: "Saving current edits, then uploading the full project package.",
|
|
4009
4008
|
publishSavingMessageUploadSync: "Saving current edits. Local file state will be synced before upload.",
|
|
4010
4009
|
publishSavingTitle: "Saving local project",
|
|
4011
|
-
publishServerDraftMessage: "Web Studio saved the source to a server draft. The server is now generating the official version.",
|
|
4012
4010
|
publishServerDraftTitle: "Publishing server draft",
|
|
4013
4011
|
publishVersionMessage: "{{name}} was published as {{version}}.",
|
|
4014
4012
|
publishingVersionMessage: "The server draft is ready and the official version is being generated. Stopping only cancels waiting for the result.",
|
|
@@ -4114,37 +4112,44 @@ var app = {
|
|
|
4114
4112
|
profileSaveFailedFallback: "Failed to save.",
|
|
4115
4113
|
profileSaveFailedRetry: "Failed to save. Check your network connection and try again.",
|
|
4116
4114
|
personalInfo: "Personal information",
|
|
4117
|
-
personalInfoDescription: "
|
|
4115
|
+
personalInfoDescription: "Manage your avatar, account profile, session lifetime, and sign-in state on this device.",
|
|
4118
4116
|
avatarAlt: "{{name}} avatar",
|
|
4119
4117
|
displayNameNotSet: "No display name set",
|
|
4120
4118
|
accountId: "Account ID",
|
|
4121
|
-
copyFailed: "Copy failed",
|
|
4122
|
-
copyAccountId: "Copy account ID",
|
|
4123
|
-
accountIdCopied: "Account ID copied",
|
|
4124
|
-
accountIdCopyFailed: "Failed to copy account ID",
|
|
4125
4119
|
uploadingAvatar: "Uploading\u2026",
|
|
4126
4120
|
changeAvatar: "Change avatar",
|
|
4127
|
-
avatarFormatsHint: "
|
|
4121
|
+
avatarFormatsHint: "PNG \xB7 JPG \xB7 GIF \xB7 WebP",
|
|
4128
4122
|
accountProfile: "Account profile",
|
|
4129
4123
|
accountProfileDescription: "Display name and email are used for workspace collaboration and publish records.",
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
notSet: "Not set",
|
|
4124
|
+
profileDisplayNameRequired: "Enter a display name.",
|
|
4125
|
+
profileEmailInvalid: "Enter a valid email address.",
|
|
4133
4126
|
email: "Email",
|
|
4134
4127
|
emailPlaceholder: "user@example.com",
|
|
4135
4128
|
saveChanges: "Save changes",
|
|
4136
4129
|
sessionCredentials: "Session and credentials",
|
|
4137
|
-
sessionCredentialsDescription: "
|
|
4130
|
+
sessionCredentialsDescription: "View the login credential status and expiry date for this device.",
|
|
4138
4131
|
loginStatus: "Sign-in status",
|
|
4139
4132
|
accessToken: "Access token",
|
|
4140
4133
|
accessTokenPrefixAria: "Access token prefix",
|
|
4141
|
-
expirationTime: "
|
|
4134
|
+
expirationTime: "Session expiry date",
|
|
4142
4135
|
expiryWithDeviceSession: "Invalid when the device session ends",
|
|
4136
|
+
sessionRenewalPolicy: "Desktop sessions use a rolling 90-day lifetime. Each successful authentication extends the expiry date by another 90 days.",
|
|
4137
|
+
signOutThisDevice: "Sign out on this device",
|
|
4138
|
+
signOutThisDeviceDescription: "Clear this device's login credential. Local projects, run records, and attachments remain available.",
|
|
4143
4139
|
logoutAccount: "Sign out",
|
|
4144
4140
|
notConfigured: "Not configured",
|
|
4145
4141
|
notProvided: "Not provided",
|
|
4146
4142
|
builtinInstallFailed: "Failed to install the built-in project.",
|
|
4147
|
-
|
|
4143
|
+
builtinInstallFailedDetails: "Unable to install built-in project: {{detail}}",
|
|
4144
|
+
builtinDependencyInstallFailedDetails: "Unable to install built-in project dependencies: {{detail}}",
|
|
4145
|
+
builtinUpdateCheckFailedDetails: "Unable to check built-in project updates: {{detail}}",
|
|
4146
|
+
builtinInstalledStateReadFailedDetails: "Unable to read the installed built-in project state: {{detail}}",
|
|
4147
|
+
builtinSourceLoadFailedDetails: "Unable to load the built-in project source: {{detail}}",
|
|
4148
|
+
builtinRuntimeDependencyMissingDetails: "{{dependency}} is not installed. Prepare {{project}} again.",
|
|
4149
|
+
builtinRemoveDependencyBlockedDetails: "Unable to remove {{name}} because {{dependent}} depends on it. Remove {{dependent}} first.",
|
|
4150
|
+
builtinListFailedDetails: "Unable to load built-in projects: {{detail}}",
|
|
4151
|
+
builtinRemoveFailedDetails: "Unable to remove the built-in project: {{detail}}",
|
|
4152
|
+
builtinProjectsDesktopOnly: "Built-in projects can only be installed and managed in Desktop.",
|
|
4148
4153
|
builtinProjects: "Built-in projects",
|
|
4149
4154
|
builtinProjectsDevModeDescription: "In development mode, built-in projects in the repository are loaded automatically and take effect as soon as the source is saved.",
|
|
4150
4155
|
builtinProjectsInstallDescription: "Large runtimes are downloaded, verified, and atomically installed for the current platform; no local Node or pnpm is required.",
|
|
@@ -4163,43 +4168,54 @@ var app = {
|
|
|
4163
4168
|
downloadingStatusProgress: "Downloading {{progress}}%",
|
|
4164
4169
|
installingStatus: "Installing",
|
|
4165
4170
|
installingStatusProgress: "Installing {{progress}}%",
|
|
4171
|
+
checkingBuiltinUpdates: "Checking for updates",
|
|
4172
|
+
installedVersionOffline: "Installed {{version}} (updates temporarily unavailable)",
|
|
4166
4173
|
installationFailed: "Installation failed",
|
|
4167
4174
|
notInstalled: "Not installed {{version}}",
|
|
4168
|
-
autoUpdateElectronOnly: "Automatic updates are only available in
|
|
4175
|
+
autoUpdateElectronOnly: "Automatic updates are only available in packaged Electron Desktop builds.",
|
|
4169
4176
|
readUpdateStateFailed: "Failed to read the update state.",
|
|
4170
4177
|
checkUpdateFailed: "Failed to check for updates.",
|
|
4171
4178
|
downloadUpdateFailed: "Failed to download the update.",
|
|
4172
4179
|
installUpdateFailed: "Failed to install the update.",
|
|
4173
4180
|
backgroundScheduling: "Background scheduling",
|
|
4174
|
-
backgroundSchedulingDescription: "
|
|
4181
|
+
backgroundSchedulingDescription: "Desktop remains in the system tray after all windows close. Scheduling stops on explicit quit, shutdown, or sleep, and missed triggers are not replayed.",
|
|
4175
4182
|
readingLoginItemSetting: "Reading startup setting",
|
|
4176
4183
|
loginItemAria: "Start Workflow Code in the background after sign-in",
|
|
4177
4184
|
loginItemEnabled: "Background startup is enabled",
|
|
4178
4185
|
loginItemDisabled: "Background startup is disabled",
|
|
4179
|
-
loginItemDescription: "When enabled,
|
|
4186
|
+
loginItemDescription: "When enabled, Desktop starts in the background without opening the main window. Restore it from the system tray.",
|
|
4180
4187
|
enabled: "Enabled",
|
|
4181
4188
|
disabledByDefault: "Off by default",
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
webStudioLabel: "Workflow Code Web Studio",
|
|
4185
|
-
webStudioShortLabel: "Web Studio",
|
|
4189
|
+
desktopUpdate: "Desktop update",
|
|
4190
|
+
desktopVersionLine: "Workflow Code Desktop {{version}}",
|
|
4186
4191
|
availableVersionLabel: "Version {{version}}",
|
|
4187
4192
|
currentVersionLabel: "Current version {{version}}",
|
|
4193
|
+
releaseChannel: "Release channel",
|
|
4194
|
+
releaseChannelServer: "{{channel}} updates and Server",
|
|
4195
|
+
releaseChannelStable: "Stable",
|
|
4196
|
+
releaseChannelAlpha: "Alpha",
|
|
4197
|
+
releaseChannelAria: "Select the Desktop release channel",
|
|
4198
|
+
checkChannelHint: "You can manually check for a new version on the {{channel}} channel.",
|
|
4188
4199
|
checkStableChannelHint: "You can manually check for a new version on the stable channel.",
|
|
4189
|
-
updateDevelopmentModeUnsupported: "Automatic updates are enabled only in packaged macOS or Windows x64
|
|
4190
|
-
updatePlatformUnsupported: "Automatic updates currently support only packaged macOS and Windows x64
|
|
4200
|
+
updateDevelopmentModeUnsupported: "Automatic updates are enabled only in packaged macOS or Windows x64 Desktop installations. Development mode does not access the selected update feed.",
|
|
4201
|
+
updatePlatformUnsupported: "Automatic updates currently support only packaged macOS and Windows x64 Desktop installations. Install new versions manually from the download page.",
|
|
4191
4202
|
updateWindowsStableHint: "The stable channel will be checked for a Windows x64 installer.",
|
|
4192
4203
|
updateMacStableHint: "The stable channel will be checked for a macOS zip update.",
|
|
4204
|
+
updateWindowsChannelHint: "The {{channel}} channel will be checked for a Windows x64 installer.",
|
|
4205
|
+
updateMacChannelHint: "The {{channel}} channel will be checked for a macOS zip update.",
|
|
4206
|
+
updateCheckingChannelSource: "Connecting to the {{channel}} update feed...",
|
|
4207
|
+
updateChannelVersionNotNewer: "{{channel}} version {{availableVersion}} is not newer than the current version {{currentVersion}}. Installation was skipped.",
|
|
4208
|
+
updateChannelVersionInvalid: "The {{channel}} update feed did not return a valid version.",
|
|
4193
4209
|
updateCheckingStableSource: "Connecting to the stable update feed...",
|
|
4194
4210
|
updateStableVersionNotNewer: "Stable version {{availableVersion}} is not newer than the current version {{currentVersion}}. Installation was skipped.",
|
|
4195
4211
|
updateStableVersionInvalid: "The stable update feed did not return a valid version.",
|
|
4196
|
-
updateUpToDate: "
|
|
4212
|
+
updateUpToDate: "Desktop is up to date on the {{channel}} channel ({{version}}).",
|
|
4197
4213
|
updateDownloadingReadyToInstall: "Downloading the update. You can restart to install it when the download finishes.",
|
|
4198
4214
|
updateDownloadedReady: "Version {{version}} has been downloaded and will be installed after restart.",
|
|
4199
4215
|
updateCheckOrDownloadFailed: "The update check or download failed. Try again later.",
|
|
4200
|
-
updateStartupChecking: "Automatically checking the
|
|
4201
|
-
updateManualChecking: "Checking the
|
|
4202
|
-
updateCheckFailedDetail: "The update check failed. Verify the network, the current platform artifacts, and
|
|
4216
|
+
updateStartupChecking: "Automatically checking the {{channel}} channel after startup...",
|
|
4217
|
+
updateManualChecking: "Checking the {{channel}} channel...",
|
|
4218
|
+
updateCheckFailedDetail: "The update check failed. Verify the network, the current platform artifacts, and {{channel}} feed availability.",
|
|
4203
4219
|
updateDownloadRequiresNewVersion: "Check for and confirm a version newer than the current version first.",
|
|
4204
4220
|
updateNoDownloadAvailable: "No new version is available to download.",
|
|
4205
4221
|
updateDownloadingVersion: "Downloading {{version}}...",
|
|
@@ -4218,9 +4234,9 @@ var app = {
|
|
|
4218
4234
|
updateAvailableInstallBlocked: "Version {{version}} is available, but the current location cannot support restart installation. Move the App to /Applications or ~/Applications before downloading.",
|
|
4219
4235
|
updateAvailableMessage: "Version {{version}} is available. Download it and restart to install.",
|
|
4220
4236
|
updateErrorReadOnlyVolume: "The App is running from a macOS location that cannot be replaced. Move Workflow Code.app to /Applications or ~/Applications, reopen it, and check again: {{detail}}",
|
|
4221
|
-
updateErrorCertificate: "The update feed HTTPS certificate or domain validation failed. Ensure the
|
|
4237
|
+
updateErrorCertificate: "The update feed HTTPS certificate or domain validation failed. Ensure the {{channel}} feed, zip, and blockmap use the same valid HTTPS release domain: {{detail}}",
|
|
4222
4238
|
updateErrorSignature: "The system rejected the update signature. Republish the update with the same application identifier and signing identity: {{detail}}",
|
|
4223
|
-
updateErrorMissingArtifacts: "The
|
|
4239
|
+
updateErrorMissingArtifacts: "The {{channel}} update feed is missing latest*.yml, the installer, or the blockmap for this platform. Republish the complete electron-builder update directory: {{detail}}",
|
|
4224
4240
|
updateErrorGeneric: "Update failed: {{detail}}",
|
|
4225
4241
|
updateErrorUnknown: "An unknown update error occurred.",
|
|
4226
4242
|
downloadUpdate: "Download update",
|
|
@@ -4232,12 +4248,12 @@ var app = {
|
|
|
4232
4248
|
updateSummary: "Update summary",
|
|
4233
4249
|
updateHistory: "Update history",
|
|
4234
4250
|
fullHistory: "Full history",
|
|
4235
|
-
|
|
4251
|
+
desktopVersionRecordsAria: "Desktop version history",
|
|
4236
4252
|
pendingVersion: "Pending version",
|
|
4237
4253
|
installedOnCurrentDevice: "Installed on this device",
|
|
4238
4254
|
installedReleaseNotesMissing: "This installation does not provide release notes",
|
|
4239
4255
|
installedReleaseNotesDescription: "Full release notes for the installed version.",
|
|
4240
|
-
pendingReleaseNotesDescription: "Release notes for the pending version returned by the
|
|
4256
|
+
pendingReleaseNotesDescription: "Release notes for the pending version returned by the current update feed.",
|
|
4241
4257
|
releaseNotesFeedMissing: "The update feed did not provide release notes for this version.",
|
|
4242
4258
|
releaseNotesFeedMissingSuffix: " \xB7 Update feed did not provide release notes",
|
|
4243
4259
|
viewReleaseNotes: "View release notes",
|
|
@@ -4248,7 +4264,7 @@ var app = {
|
|
|
4248
4264
|
updateChannel: "Update channel",
|
|
4249
4265
|
updateSource: "Update source",
|
|
4250
4266
|
platform: "Platform",
|
|
4251
|
-
restartAndInstallUpdateDescription: "
|
|
4267
|
+
restartAndInstallUpdateDescription: "Desktop will close all windows and install the downloaded {{version}}. Make sure your local work is saved.",
|
|
4252
4268
|
updateArrowToVersion: " -> {{version}}",
|
|
4253
4269
|
updateInstallSource: ", source: {{source}}",
|
|
4254
4270
|
updateStatusChecking: "Checking",
|
|
@@ -4262,8 +4278,8 @@ var app = {
|
|
|
4262
4278
|
updateDownloadUnavailable: "This update cannot be downloaded from the current installation.",
|
|
4263
4279
|
updateInstallUnavailable: "This update cannot be installed from the current installation.",
|
|
4264
4280
|
versionInformation: "Version information",
|
|
4265
|
-
|
|
4266
|
-
|
|
4281
|
+
openDesktopUpdateSettings: "Open Desktop update settings",
|
|
4282
|
+
openDesktopUpdateSettingsAria: "{{version}}, open Desktop update settings",
|
|
4267
4283
|
viewCoreReleaseNotes: "View workflow-code Core v{{version}} release notes",
|
|
4268
4284
|
viewCoreReleaseNotesAria: "workflow-code Core v{{version}}, view online release notes",
|
|
4269
4285
|
unknownError: "Unknown error",
|
|
@@ -4273,7 +4289,7 @@ var app = {
|
|
|
4273
4289
|
activityItemAriaLabel: "{{label}}: {{description}}",
|
|
4274
4290
|
assistantBusyAria: "Developer assistant: preparing",
|
|
4275
4291
|
assistantConversationUnavailable: "The developer assistant does not provide a usable conversation workspace.",
|
|
4276
|
-
assistantDesktopOnly: "The developer assistant only supports local projects in
|
|
4292
|
+
assistantDesktopOnly: "The developer assistant only supports local projects in Desktop.",
|
|
4277
4293
|
assistantHideAria: "Developer assistant: hide the project development conversation",
|
|
4278
4294
|
assistantHideTitle: "Hide the developer assistant",
|
|
4279
4295
|
assistantInstallFailed: "Failed to install the developer assistant. Please retry.",
|
|
@@ -4310,17 +4326,15 @@ var app = {
|
|
|
4310
4326
|
leaveWorkspaceDescription: "The current project has unsaved local files. After leaving, return to the project to continue saving, or discard the changes manually.",
|
|
4311
4327
|
leaveWorkspaceTitle: "Leave the current workspace?",
|
|
4312
4328
|
loadingLabelFallback: "Loading {{label}}",
|
|
4313
|
-
|
|
4329
|
+
openDesktopSettings: "Open Desktop settings",
|
|
4314
4330
|
projectInfoLocalDescription: "Edit the project display name, type, and card icon. Saving writes back to the local package.json.",
|
|
4315
4331
|
projectInfoTitle: "Project info",
|
|
4316
|
-
projectInfoWebStudioBody: "The browser version does not edit local files or package.json. To change the name, icon, or type, edit them in the local workflow directory and re-import.",
|
|
4317
|
-
projectInfoWebStudioDescription: "Web Studio only handles uploading drafts, publishing, and server runs; project info comes from the uploaded package's package.json.",
|
|
4318
4332
|
projectOpeningDetail: "Loading project files and workspace state.",
|
|
4319
4333
|
projectOpeningTitle: "Opening project",
|
|
4320
4334
|
projectWorkspaceAria: "Project workspace",
|
|
4321
4335
|
runLogsLabel: "Run logs",
|
|
4322
4336
|
selectProjectToEditInfo: "Select a project to edit its info.",
|
|
4323
|
-
settingsAria: "Settings: open
|
|
4337
|
+
settingsAria: "Settings: open Desktop settings",
|
|
4324
4338
|
workspaceRailAria: "Workspace views",
|
|
4325
4339
|
dataSourceAuthorizationRequired: "Data source{{source}} is not authorized for this Kanban. Enable \u2018Grant data access\u2019 in publish settings. If the option is unavailable, ask an administrator of the source Workflow to grant access to the declared KV prefixes.",
|
|
4326
4340
|
dependencyStatusLoadFailed: "Unable to load referenced project status.",
|
|
@@ -4370,7 +4384,7 @@ var app = {
|
|
|
4370
4384
|
scheduleFallbackName: "Schedule"
|
|
4371
4385
|
};
|
|
4372
4386
|
|
|
4373
|
-
//
|
|
4387
|
+
// .shared/i18n/resources/en/server-web.ts
|
|
4374
4388
|
var serverWeb = {
|
|
4375
4389
|
accountApiKey: "API Key",
|
|
4376
4390
|
accountApiKeyCopiedPlaintext: "Created recently \u2014 you can copy the plaintext in the dialog.",
|
|
@@ -4845,7 +4859,7 @@ var serverWeb = {
|
|
|
4845
4859
|
logsSourceAll: "All sources",
|
|
4846
4860
|
logsSourceAnonymousEmbed: "Anonymous Embed",
|
|
4847
4861
|
logsSourceApiKey: "API Key",
|
|
4848
|
-
|
|
4862
|
+
logsSourceDesktop: "Desktop",
|
|
4849
4863
|
logsSourceEmbed: "Embed",
|
|
4850
4864
|
logsSourceExternalApi: "External API",
|
|
4851
4865
|
logsSourceSchedule: "Schedule",
|
|
@@ -5051,7 +5065,7 @@ var serverWeb = {
|
|
|
5051
5065
|
overviewSourceAdminSession: "Admin session",
|
|
5052
5066
|
overviewSourceAnonymousEmbed: "Anonymous Embed",
|
|
5053
5067
|
overviewSourceApiKey: "API Key",
|
|
5054
|
-
|
|
5068
|
+
overviewSourceDesktop: "Desktop",
|
|
5055
5069
|
overviewSourceDescription: "Web, Embed, Webhook and API sources",
|
|
5056
5070
|
overviewSourceEmbed: "Embed",
|
|
5057
5071
|
overviewSourceExternalApi: "External API",
|
|
@@ -5784,7 +5798,7 @@ var serverWeb = {
|
|
|
5784
5798
|
versionsSourceAdminKey: "Admin Key",
|
|
5785
5799
|
versionsSourceAnonymousEmbed: "Anonymous Embed",
|
|
5786
5800
|
versionsSourceApiKey: "API Key",
|
|
5787
|
-
|
|
5801
|
+
versionsSourceDesktop: "Desktop",
|
|
5788
5802
|
versionsSourceCardDescription: "Identify the main trigger entries to judge release coverage.",
|
|
5789
5803
|
versionsSourceCardTitle: "Source distribution",
|
|
5790
5804
|
versionsSourceEmbed: "Embed",
|
|
@@ -6096,7 +6110,7 @@ var serverWeb = {
|
|
|
6096
6110
|
sourceAccessTitle: "Request project source access"
|
|
6097
6111
|
};
|
|
6098
6112
|
|
|
6099
|
-
//
|
|
6113
|
+
// .shared/i18n/resources/en/server.ts
|
|
6100
6114
|
var server = {
|
|
6101
6115
|
unauthorized: "Unauthorized.",
|
|
6102
6116
|
permissionDenied: "Permission denied.",
|
|
@@ -6139,6 +6153,7 @@ var server = {
|
|
|
6139
6153
|
scheduleServerUnavailable: "Workflow scheduling is not available on this server.",
|
|
6140
6154
|
sourceAccessStatusInvalid: 'status must be "approved" or "rejected".',
|
|
6141
6155
|
sourceAccessLimitInvalid: "limit must be an integer from 1 to 200.",
|
|
6156
|
+
nonWebClientSourceType: 'source must be "desktop" or "cli".',
|
|
6142
6157
|
projectGroupRootInvalid: "A project group root must be an existing Kanban project.",
|
|
6143
6158
|
projectGroupPackageFormat: "Project-group packages must use .tar.gz or .tgz format.",
|
|
6144
6159
|
projectGroupManifestMismatch: "Uploaded project-group manifest does not match the deployment plan.",
|
|
@@ -6167,6 +6182,8 @@ var server = {
|
|
|
6167
6182
|
accountCreateDeploymentRequired: "A user account is required to create a project deployment.",
|
|
6168
6183
|
accountViewSourceRequestRequired: "A user account is required to view a project source access request.",
|
|
6169
6184
|
accountRequestSourceAccessRequired: "A user account is required to request project source access.",
|
|
6185
|
+
invalidNonWebClientSource: 'Invalid non-web client source "{{source}}".',
|
|
6186
|
+
invalidRunSource: 'Invalid run source "{{source}}".',
|
|
6170
6187
|
includedProjectMissing: 'Included project "{{projectId}}" does not exist on this Server.',
|
|
6171
6188
|
includedDependencyType: 'Included dependency "{{projectId}}" must be a Workflow project.',
|
|
6172
6189
|
deploymentMissing: 'Deployment "{{deploymentId}}" does not exist.',
|
|
@@ -6202,7 +6219,7 @@ var server = {
|
|
|
6202
6219
|
workflowOwnedByAnotherAccount: 'Workflow "{{workflowId}}" already exists and is owned by another account.'
|
|
6203
6220
|
};
|
|
6204
6221
|
|
|
6205
|
-
//
|
|
6222
|
+
// .shared/i18n/resources/en/cli.ts
|
|
6206
6223
|
var cli = {
|
|
6207
6224
|
rootHelp: [
|
|
6208
6225
|
"Usage:",
|
|
@@ -6243,8 +6260,8 @@ var cli = {
|
|
|
6243
6260
|
workspaceHelp: [
|
|
6244
6261
|
"Usage: workflow-code [--locale <zh-CN|en>] workspace <command> [args]",
|
|
6245
6262
|
"",
|
|
6246
|
-
"
|
|
6247
|
-
" pnpm -
|
|
6263
|
+
"Project-local invocation:",
|
|
6264
|
+
" pnpm exec workflow-code workspace <command> [args]",
|
|
6248
6265
|
"",
|
|
6249
6266
|
"Commands:",
|
|
6250
6267
|
" login --server <url>",
|
|
@@ -6343,7 +6360,7 @@ var cli = {
|
|
|
6343
6360
|
unknownGrantDataAccessSource: "Unknown --grant-data-access source id {{sourceId}}."
|
|
6344
6361
|
};
|
|
6345
6362
|
|
|
6346
|
-
//
|
|
6363
|
+
// .shared/i18n/resources/en/permissions.ts
|
|
6347
6364
|
var permissions = {
|
|
6348
6365
|
group_configuration: "Configuration",
|
|
6349
6366
|
group_identity: "Users & roles",
|
|
@@ -6417,10 +6434,10 @@ var permissions = {
|
|
|
6417
6434
|
role_builtin_viewer_description: "Basic login role: read public projects and view own run records."
|
|
6418
6435
|
};
|
|
6419
6436
|
|
|
6420
|
-
//
|
|
6421
|
-
var enResources = { common,
|
|
6437
|
+
// .shared/i18n/resources/en.ts
|
|
6438
|
+
var enResources = { common, desktop, serverWeb, server, cli, permissions };
|
|
6422
6439
|
|
|
6423
|
-
//
|
|
6440
|
+
// .shared/i18n/resources/zh/common.ts
|
|
6424
6441
|
var common2 = {
|
|
6425
6442
|
copy: "\u590D\u5236",
|
|
6426
6443
|
copied: "\u5DF2\u590D\u5236",
|
|
@@ -6654,7 +6671,7 @@ var common2 = {
|
|
|
6654
6671
|
noMatchingConversations: "\u6CA1\u6709\u5339\u914D\u7684\u8BDD\u9898",
|
|
6655
6672
|
conversationLoadFailed: "\u8BDD\u9898\u52A0\u8F7D\u5931\u8D25",
|
|
6656
6673
|
cannotPrepareProjectParams: "\u65E0\u6CD5\u51C6\u5907\u9879\u76EE\u53C2\u6570\uFF0C\u8BF7\u68C0\u67E5\u9879\u76EE\u914D\u7F6E\u540E\u91CD\u8BD5\u3002",
|
|
6657
|
-
composerResolveOldRuntimeGuidance: "\u5F53\u524D
|
|
6674
|
+
composerResolveOldRuntimeGuidance: "\u5F53\u524D Desktop \u7684 Workflow \u8FD0\u884C\u65F6\u7248\u672C\u8FC7\u65E7\uFF0C\u65E0\u6CD5\u8BFB\u53D6\u7CFB\u7EDF AI \u914D\u7F6E\u3002\u8BF7\u66F4\u65B0 Desktop \u540E\u91CD\u8BD5\u3002",
|
|
6658
6675
|
composerResolveDepsGuidance: "\u9879\u76EE\u8FD0\u884C\u4F9D\u8D56\u5C1A\u672A\u5C31\u7EEA\u3002\u8BF7\u5148\u5728\u9879\u76EE\u76EE\u5F55\u5B89\u88C5\u7F3A\u5C11\u7684\u4F9D\u8D56\uFF0C\u7136\u540E\u91CD\u65B0\u53D1\u9001\u6D88\u606F\u3002",
|
|
6659
6676
|
composerResolveAuthGuidance: "Workflow Server \u767B\u5F55\u6001\u65E0\u6548\u6216\u5DF2\u8FC7\u671F\u3002\u8BF7\u91CD\u65B0\u767B\u5F55\u8D26\u53F7\u540E\u518D\u53D1\u9001\u6D88\u606F\u3002",
|
|
6660
6677
|
composerResolveUserAccountGuidance: "\u5F53\u524D\u670D\u52A1\u5668\u51ED\u636E\u4E0D\u5BF9\u5E94\u7528\u6237\u8D26\u53F7\u3002\u8BF7\u4F7F\u7528\u7528\u6237\u8D26\u53F7\u91CD\u65B0\u767B\u5F55\u540E\u518D\u53D1\u9001\u6D88\u606F\u3002",
|
|
@@ -6965,7 +6982,7 @@ var common2 = {
|
|
|
6965
6982
|
serverAiCredentialExpired: "\u670D\u52A1\u5668 AI \u51ED\u636E\u5DF2\u8FC7\u671F\u4E14\u65E0\u6CD5\u5237\u65B0\u3002",
|
|
6966
6983
|
serverAiCredentialsConnectionFailed: "\u65E0\u6CD5\u8FDE\u63A5 Workflow Server \u83B7\u53D6 AI \u51ED\u636E\uFF1A{{url}}",
|
|
6967
6984
|
serverAiCredentialsRequestFailed: "Workflow Server AI \u51ED\u636E\u8BF7\u6C42\u5931\u8D25\uFF08HTTP {{status}}\uFF09\u3002",
|
|
6968
|
-
workflowServerLoginRequired: "\u672A\u914D\u7F6E Workflow Server \u767B\u5F55\u4FE1\u606F\u3002\u8BF7\u5148\u5728
|
|
6985
|
+
workflowServerLoginRequired: "\u672A\u914D\u7F6E Workflow Server \u767B\u5F55\u4FE1\u606F\u3002\u8BF7\u5148\u5728 Desktop \u6216 workspace CLI \u4E2D\u767B\u5F55\u670D\u52A1\u5668\u3002",
|
|
6969
6986
|
workflowServerConnectionPairRequired: "{{names}} \u5FC5\u987B\u6210\u5BF9\u914D\u7F6E\u3002",
|
|
6970
6987
|
workflowServerUrlInvalid: "Workflow Server URL \u65E0\u6548\u3002",
|
|
6971
6988
|
workflowServerUrlProtocolInvalid: "Workflow Server URL \u5FC5\u987B\u4F7F\u7528 HTTP \u6216 HTTPS\u3002",
|
|
@@ -7126,7 +7143,7 @@ var common2 = {
|
|
|
7126
7143
|
unsupportedTitle: "\u6B64\u9879\u76EE\u4E0D\u80FD\u521B\u5EFA\u5B9A\u65F6\u4EFB\u52A1",
|
|
7127
7144
|
unsupportedDescription: "\u53EA\u6709 Workflow entrypoint \u53EF\u4EE5\u4F5C\u4E3A\u8C03\u5EA6\u76EE\u6807\uFF0CConversation \u4E0E Kanban \u4E0D\u53C2\u4E0E\u8C03\u5EA6\u3002",
|
|
7128
7145
|
title: "\u5B9A\u65F6\u4EFB\u52A1",
|
|
7129
|
-
|
|
7146
|
+
desktopDescription: "\u7BA1\u7406 Workflow \u5165\u53E3\u7684\u540E\u53F0\u5B9A\u65F6\u8FD0\u884C\u3002",
|
|
7130
7147
|
serverDescription: "\u6309\u56FA\u5B9A\u65F6\u533A\u8FD0\u884C\u7CBE\u786E\u53D1\u5E03\u7248\u672C\u548C\u5165\u53E3\uFF1B\u9519\u8FC7\u6216\u91CD\u53E0\u7684\u89E6\u53D1\u4F1A\u76F4\u63A5\u8DF3\u8FC7\u3002",
|
|
7131
7148
|
refreshing: "\u6B63\u5728\u5237\u65B0",
|
|
7132
7149
|
refresh: "\u5237\u65B0\u5B9A\u65F6\u4EFB\u52A1",
|
|
@@ -7136,12 +7153,12 @@ var common2 = {
|
|
|
7136
7153
|
noOnlineVersionTitle: "\u6CA1\u6709\u53EF\u8C03\u5EA6\u7684\u5728\u7EBF\u7248\u672C",
|
|
7137
7154
|
noOnlineVersionDescription: "Server \u8BA1\u5212\u53EA\u80FD\u56FA\u5B9A\u5230\u7CBE\u786E\u5728\u7EBF\u53D1\u5E03\u7248\u672C\uFF0C\u4E0D\u63A5\u53D7 latest \u6216 draft\u3002",
|
|
7138
7155
|
presetsTitle: "\u9879\u76EE\u5EFA\u8BAE\u8BA1\u5212",
|
|
7139
|
-
|
|
7156
|
+
desktopPresetsDescription: "\u5EFA\u8BAE\u4E0D\u4F1A\u81EA\u52A8\u542F\u7528\uFF0C\u786E\u8BA4\u53C2\u6570\u540E\u624D\u4F1A\u521B\u5EFA\u3002",
|
|
7140
7157
|
serverPresetsDescription: "\u9884\u8BBE\u4E0D\u4F1A\u81EA\u52A8\u542F\u7528\uFF0C\u786E\u8BA4\u7248\u672C\u3001\u5165\u53E3\u548C\u53C2\u6570\u540E\u624D\u4F1A\u521B\u5EFA\u3002",
|
|
7141
7158
|
usePreset: "\u4F7F\u7528\u9884\u8BBE",
|
|
7142
7159
|
loading: "\u6B63\u5728\u52A0\u8F7D\u5B9A\u65F6\u4EFB\u52A1",
|
|
7143
7160
|
emptyTitle: "\u8FD8\u6CA1\u6709\u5B9A\u65F6\u4EFB\u52A1",
|
|
7144
|
-
|
|
7161
|
+
desktopEmptyDescription: "\u65B0\u5EFA\u8BA1\u5212\u540E\uFF0CDesktop \u5728\u540E\u53F0\u9A7B\u7559\u671F\u95F4\u4F1A\u6309\u89C4\u5219\u8FD0\u884C\uFF1B\u670D\u52A1\u5668\u8BA1\u5212\u7531 Server \u8FDB\u7A0B\u6301\u7EED\u6267\u884C\u3002",
|
|
7145
7162
|
serverEmptyDescription: "\u521B\u5EFA\u8BA1\u5212\u540E\uFF0CServer \u8FDB\u7A0B\u4F1A\u6301\u7EED\u8BA1\u7B97\u5E76\u9886\u53D6\u89E6\u53D1\u3002",
|
|
7146
7163
|
listAria: "\u5B9A\u65F6\u4EFB\u52A1\u5217\u8868",
|
|
7147
7164
|
enabled: "\u5DF2\u542F\u7528",
|
|
@@ -7189,7 +7206,7 @@ var common2 = {
|
|
|
7189
7206
|
editorEditTitle: "\u7F16\u8F91\u5B9A\u65F6\u4EFB\u52A1",
|
|
7190
7207
|
editorCreateTitle: "\u65B0\u5EFA\u5B9A\u65F6\u4EFB\u52A1",
|
|
7191
7208
|
editorPresetTitle: "\u786E\u8BA4\u9884\u8BBE\uFF1A{{title}}",
|
|
7192
|
-
|
|
7209
|
+
desktopEditorDescription: "\u8BA1\u5212\u56FA\u5B9A\u5165\u53E3\u548C\u53C2\u6570\u3002\u4FDD\u5B58\u524D\u4F1A\u6821\u9A8C\u65F6\u533A\u3001\u89E6\u53D1\u89C4\u5219\u548C\u5F53\u524D\u5165\u53E3\u5B9A\u4E49\u3002",
|
|
7193
7210
|
serverEditorDescription: "\u8BA1\u5212\u4F1A\u56FA\u5B9A\u5230\u7CBE\u786E\u5728\u7EBF\u7248\u672C\u548C\u5165\u53E3\uFF0C\u4FDD\u5B58\u524D\u6821\u9A8C\u89E6\u53D1\u89C4\u5219\u53CA\u9759\u6001\u53C2\u6570\u3002",
|
|
7194
7211
|
saveErrorTitle: "\u65E0\u6CD5\u4FDD\u5B58\u8BA1\u5212",
|
|
7195
7212
|
nameLabel: "\u8BA1\u5212\u540D\u79F0",
|
|
@@ -7227,7 +7244,7 @@ var common2 = {
|
|
|
7227
7244
|
rangeTo: "\u81F3",
|
|
7228
7245
|
intervalMinutes: "\u95F4\u9694\u5206\u949F",
|
|
7229
7246
|
addWindow: "\u589E\u52A0\u65F6\u95F4\u7A97",
|
|
7230
|
-
desktopOnly: "\u672C\u5730\u5B9A\u65F6\u4EFB\u52A1\u4EC5\u652F\u6301
|
|
7247
|
+
desktopOnly: "\u672C\u5730\u5B9A\u65F6\u4EFB\u52A1\u4EC5\u652F\u6301 Desktop\u3002",
|
|
7231
7248
|
defaultName: "\u65B0\u5B9A\u65F6\u4EFB\u52A1",
|
|
7232
7249
|
paramRequired: "\u5165\u53E3\u53C2\u6570\u201C{{name}}\u201D\u4E3A\u5FC5\u586B\u9879\u3002",
|
|
7233
7250
|
paramNumber: "\u5165\u53E3\u53C2\u6570\u201C{{name}}\u201D\u5FC5\u987B\u662F\u6570\u5B57\u3002",
|
|
@@ -7241,24 +7258,24 @@ var common2 = {
|
|
|
7241
7258
|
schedulerStopping: "\u672C\u5730\u5B9A\u65F6\u4EFB\u52A1\u8C03\u5EA6\u5668\u6B63\u5728\u505C\u6B62\u3002",
|
|
7242
7259
|
schedulerUnavailable: "\u672C\u5730\u5B9A\u65F6\u4EFB\u52A1\u8C03\u5EA6\u5668\u5C1A\u672A\u521D\u59CB\u5316\u3002",
|
|
7243
7260
|
workflowProjectRequired: "\u53EA\u6709 Workflow \u9879\u76EE\u53EF\u4EE5\u521B\u5EFA\u5B9A\u65F6\u4EFB\u52A1\u3002",
|
|
7244
|
-
|
|
7261
|
+
desktopDevTargetRequired: "Desktop \u5B9A\u65F6\u4EFB\u52A1\u5FC5\u987B\u4F7F\u7528 dev \u6E90\u7801\u76EE\u6807\u3002",
|
|
7245
7262
|
localStructureUnavailable: "\u65E0\u6CD5\u68C0\u67E5\u672C\u5730 Workflow \u7ED3\u6784\u3002",
|
|
7246
7263
|
entrypointMissing: "\u672C\u5730 Workflow \u6E90\u7801\u4E2D\u5DF2\u4E0D\u5B58\u5728\u5165\u53E3\u201C{{entrypointId}}\u201D\u3002",
|
|
7247
7264
|
runRecordMissing: "\u5B9A\u65F6 Workflow \u672A\u751F\u6210 Run \u8BB0\u5F55\u3002"
|
|
7248
7265
|
},
|
|
7249
7266
|
fireReason: {
|
|
7250
|
-
|
|
7267
|
+
missedWhileDesktopInactive: "Desktop \u672A\u5904\u4E8E\u6D3B\u8DC3\u8C03\u5EA6\u72B6\u6001\u65F6\u9519\u8FC7\u7684\u89E6\u53D1\u5DF2\u8DF3\u8FC7\u3002",
|
|
7251
7268
|
missedWhileServerUnavailable: "Server \u8C03\u5EA6\u5668\u4E0D\u53EF\u7528\u65F6\u9519\u8FC7\u7684\u89E6\u53D1\u5DF2\u8DF3\u8FC7\u3002",
|
|
7252
7269
|
previousLocalFireActive: "\u4E0A\u4E00\u6B21\u89E6\u53D1\u201C{{fireId}}\u201D\u4ECD\u5904\u4E8E {{status}} \u72B6\u6001\u3002",
|
|
7253
7270
|
previousServerFireActive: "\u4E0A\u4E00\u6B21\u89E6\u53D1\u201C{{fireId}}\u201D\u5C1A\u672A\u7ED3\u675F\u3002",
|
|
7254
7271
|
localRecoveryFailed: "\u65E0\u6CD5\u6062\u590D\u4E2D\u65AD\u7684\u672C\u5730\u89E6\u53D1\u3002",
|
|
7255
|
-
|
|
7272
|
+
desktopExitedBeforeRun: "\u5B9A\u65F6 Workflow \u5F00\u59CB\u8FD0\u884C\u524D Desktop \u5DF2\u9000\u51FA\u3002",
|
|
7256
7273
|
runFinishedWithStatus: "Run \u4EE5\u201C{{status}}\u201D\u72B6\u6001\u7ED3\u675F\u3002",
|
|
7257
7274
|
creatorInactive: "\u5B9A\u65F6\u4EFB\u52A1\u521B\u5EFA\u8005\u5DF2\u4E0D\u518D\u5904\u4E8E\u6D3B\u8DC3\u72B6\u6001\u3002",
|
|
7258
7275
|
creatorRunPermissionRevoked: "\u5B9A\u65F6\u4EFB\u52A1\u521B\u5EFA\u8005\u5DF2\u6CA1\u6709\u521B\u5EFA Run \u7684\u6743\u9650\u3002",
|
|
7259
7276
|
creatorProjectAccessRevoked: "\u5B9A\u65F6\u4EFB\u52A1\u521B\u5EFA\u8005\u5DF2\u6CA1\u6709\u8FD0\u884C\u6B64\u9879\u76EE\u7684\u6743\u9650\u3002",
|
|
7260
7277
|
workflowProjectRequired: "\u53EA\u6709 Workflow \u9879\u76EE\u53EF\u4EE5\u521B\u5EFA\u5B9A\u65F6\u4EFB\u52A1\u3002",
|
|
7261
|
-
|
|
7278
|
+
desktopDevTargetRequired: "Desktop \u5B9A\u65F6\u4EFB\u52A1\u5FC5\u987B\u4F7F\u7528 dev \u6E90\u7801\u76EE\u6807\u3002",
|
|
7262
7279
|
localStructureUnavailable: "\u65E0\u6CD5\u68C0\u67E5\u672C\u5730 Workflow \u7ED3\u6784\u3002",
|
|
7263
7280
|
entrypointMissing: "\u5165\u53E3\u201C{{entrypointId}}\u201D\u5DF2\u4E0D\u5B58\u5728\u3002",
|
|
7264
7281
|
runRecordMissing: "\u5B9A\u65F6 Workflow \u672A\u751F\u6210 Run \u8BB0\u5F55\u3002",
|
|
@@ -7376,8 +7393,8 @@ var common2 = {
|
|
|
7376
7393
|
workflowEntrypointUnavailableRefresh: "\u6240\u9009 workflow \u5165\u53E3\u4E0D\u5B58\u5728\uFF0C\u8BF7\u5237\u65B0\u540E\u91CD\u8BD5\u3002"
|
|
7377
7394
|
};
|
|
7378
7395
|
|
|
7379
|
-
//
|
|
7380
|
-
var
|
|
7396
|
+
// .shared/i18n/resources/zh/desktop.ts
|
|
7397
|
+
var desktop2 = {
|
|
7381
7398
|
localProject: "\u672C\u5730\u9879\u76EE",
|
|
7382
7399
|
localProjectDependenciesMissing: "Workflow \u9879\u76EE\u4F9D\u8D56\u5C1A\u672A\u5B89\u88C5\u3002\n\u9879\u76EE\uFF1A{{projectPath}}\n\u7F3A\u5C11\uFF1A{{missing}}\n\u8BF7\u5148\u5728\u6B64\u9879\u76EE\u76EE\u5F55\u4E2D\u624B\u52A8\u5B89\u88C5\u4F9D\u8D56\u518D\u8FD0\u884C\uFF1BWorkflow Code \u4E0D\u4F1A\u5B89\u88C5\u6216\u4FEE\u6539\u4F9D\u8D56\u3002",
|
|
7383
7400
|
localDevelopment: "\u672C\u5730\u5F00\u53D1",
|
|
@@ -7415,11 +7432,11 @@ var app2 = {
|
|
|
7415
7432
|
themeDarkWord: "\u6DF1\u8272",
|
|
7416
7433
|
themeLightWord: "\u6D45\u8272",
|
|
7417
7434
|
appearanceTitle: "\u5916\u89C2",
|
|
7418
|
-
appearanceDescription: "\u9009\u62E9
|
|
7419
|
-
|
|
7435
|
+
appearanceDescription: "\u9009\u62E9 Desktop \u754C\u9762\u4E3B\u9898\u3002\u5F53\u524D\u751F\u6548\u4E3A{{theme}}\u4E3B\u9898\u3002",
|
|
7436
|
+
selectDesktopTheme: "\u9009\u62E9 Desktop \u4E3B\u9898",
|
|
7420
7437
|
localeTitle: "\u8BED\u8A00",
|
|
7421
|
-
localeDescription: "\u9009\u62E9
|
|
7422
|
-
|
|
7438
|
+
localeDescription: "\u9009\u62E9 Desktop \u754C\u9762\u8BED\u8A00\u3002",
|
|
7439
|
+
selectDesktopLocale: "\u9009\u62E9 Desktop \u8BED\u8A00",
|
|
7423
7440
|
localeSystem: "\u8DDF\u968F\u7CFB\u7EDF",
|
|
7424
7441
|
localeSystemDetail: "\u4F7F\u7528\u64CD\u4F5C\u7CFB\u7EDF\u6216\u6D4F\u89C8\u5668\u8BED\u8A00",
|
|
7425
7442
|
localeZh: "\u7B80\u4F53\u4E2D\u6587",
|
|
@@ -7427,8 +7444,8 @@ var app2 = {
|
|
|
7427
7444
|
localeEn: "English",
|
|
7428
7445
|
localeEnDetail: "\u4EE5\u82F1\u6587\u663E\u793A\u754C\u9762",
|
|
7429
7446
|
allTypes: "\u5168\u90E8\u7C7B\u578B",
|
|
7430
|
-
|
|
7431
|
-
|
|
7447
|
+
desktopCloudRunRecordsLabel: "Desktop \u4E91\u7AEF\u8FD0\u884C\u8BB0\u5F55",
|
|
7448
|
+
desktopStatus: "Desktop \u72B6\u6001",
|
|
7432
7449
|
archiveImportedAs: "{{archiveName}} \u5DF2\u5BFC\u5165\u4E3A {{workflowName}}",
|
|
7433
7450
|
assistantTaskOwner: "\u5C0F\u52A9\u624B \xB7 {{name}}",
|
|
7434
7451
|
buildFailed: "\u6784\u5EFA\u5931\u8D25",
|
|
@@ -7459,8 +7476,8 @@ var app2 = {
|
|
|
7459
7476
|
currentFile: "\u5F53\u524D\u6587\u4EF6",
|
|
7460
7477
|
currentVersionDetail: "\u5F53\u524D\u7248\u672C {{version}}",
|
|
7461
7478
|
deleteProject: "\u5220\u9664\u9879\u76EE",
|
|
7462
|
-
|
|
7463
|
-
|
|
7479
|
+
desktopProduct: "Desktop",
|
|
7480
|
+
desktopProductWithVersion: "Desktop {{version}}",
|
|
7464
7481
|
downloadAndUpdateTo: "\u4E0B\u8F7D\u5E76\u66F4\u65B0\u5230 {{version}}",
|
|
7465
7482
|
downloadToLocal: "\u4E0B\u8F7D\u5230\u672C\u5730",
|
|
7466
7483
|
downloadedVersion: "\u5DF2\u4E0B\u8F7D\u7248\u672C",
|
|
@@ -7512,7 +7529,7 @@ var app2 = {
|
|
|
7512
7529
|
loginToCreateCloudApp: "\u767B\u5F55\u540E\u521B\u5EFA\u4E91\u7AEF\u5E94\u7528",
|
|
7513
7530
|
loginToViewCloudProjects: "\u767B\u5F55\u67E5\u770B\u4E91\u7AEF\u9879\u76EE",
|
|
7514
7531
|
loginToViewCloudProjectsDescription: "\u767B\u5F55\u540E\u67E5\u770B\u5F53\u524D\u8D26\u53F7\u53EF\u4EE5\u8BBF\u95EE\u7684\u670D\u52A1\u5668\u9879\u76EE\u3002",
|
|
7515
|
-
loginToViewCloudRunRecords: "\u767B\u5F55\u540E\u53EF\u67E5\u770B\u901A\u8FC7
|
|
7532
|
+
loginToViewCloudRunRecords: "\u767B\u5F55\u540E\u53EF\u67E5\u770B\u901A\u8FC7 Desktop \u8FD0\u884C\u7684\u4E91\u7AEF\u8BB0\u5F55\u3002",
|
|
7516
7533
|
modeLocal: "\u672C\u5730",
|
|
7517
7534
|
modeRemote: "\u8FDC\u7A0B",
|
|
7518
7535
|
modeWeb: "\u7F51\u9875",
|
|
@@ -7523,7 +7540,7 @@ var app2 = {
|
|
|
7523
7540
|
nextPage: "\u4E0B\u4E00\u9875",
|
|
7524
7541
|
noCloudProjects: "\u6682\u65E0\u4E91\u7AEF\u9879\u76EE",
|
|
7525
7542
|
noCloudProjectsDescription: "\u5F53\u524D\u8D26\u53F7\u8FD8\u6CA1\u6709\u53EF\u8BBF\u95EE\u7684\u4E91\u7AEF\u9879\u76EE\u3002",
|
|
7526
|
-
noCloudRunRecords: "\u8FD8\u6CA1\u6709\u901A\u8FC7
|
|
7543
|
+
noCloudRunRecords: "\u8FD8\u6CA1\u6709\u901A\u8FC7 Desktop \u8FD0\u884C\u7684\u4E91\u7AEF\u8BB0\u5F55\u3002",
|
|
7527
7544
|
noLocalProjects: "\u6682\u65E0\u672C\u5730\u9879\u76EE",
|
|
7528
7545
|
noLocalProjectsDescription: "\u65B0\u5EFA\u9879\u76EE\uFF0C\u6216\u5BFC\u5165\u672C\u5730\u6587\u4EF6\u5939\u3002",
|
|
7529
7546
|
noLocalRunRecords: "\u8FD8\u6CA1\u6709\u672C\u5730\u8FD0\u884C\u8BB0\u5F55\u3002\u8FD0\u884C workflow \u540E\u4F1A\u51FA\u73B0\u5728\u8FD9\u91CC\u3002",
|
|
@@ -7590,11 +7607,11 @@ var app2 = {
|
|
|
7590
7607
|
quickUpdateVersion: "\u5FEB\u901F\u66F4\u65B0 v{{version}}",
|
|
7591
7608
|
recentRecords: "\u6700\u8FD1\u8BB0\u5F55",
|
|
7592
7609
|
recentTasks: "\u6700\u8FD1\u4EFB\u52A1",
|
|
7593
|
-
recentTasksDesktopOnly: "\u6700\u8FD1\u4EFB\u52A1\u4EC5\u5728
|
|
7610
|
+
recentTasksDesktopOnly: "\u6700\u8FD1\u4EFB\u52A1\u4EC5\u5728 Desktop \u672C\u5730\u8FD0\u884C\u540E\u663E\u793A\u3002",
|
|
7594
7611
|
recentTasksLoadFailed: "\u6700\u8FD1\u4EFB\u52A1\u52A0\u8F7D\u5931\u8D25\u3002",
|
|
7595
7612
|
recentTasksLoading: "\u6700\u8FD1\u4EFB\u52A1\u52A0\u8F7D\u4E2D",
|
|
7596
7613
|
recheck: "\u91CD\u65B0\u68C0\u6D4B",
|
|
7597
|
-
|
|
7614
|
+
recheckDesktopUpdates: "\u91CD\u65B0\u68C0\u6D4B Desktop \u66F4\u65B0",
|
|
7598
7615
|
recheckForUpdates: "\u91CD\u65B0\u68C0\u6D4B\u66F4\u65B0",
|
|
7599
7616
|
refresh: "\u5237\u65B0",
|
|
7600
7617
|
refreshLocalFilesTitle: "\u5237\u65B0\u672C\u5730\u6587\u4EF6",
|
|
@@ -7642,12 +7659,12 @@ var app2 = {
|
|
|
7642
7659
|
versionDownloaded: "\u7248\u672C {{version}} \u5DF2\u4E0B\u8F7D",
|
|
7643
7660
|
workflowPublishedAs: "{{workflowName}} \u5DF2\u53D1\u5E03\u4E3A {{version}}",
|
|
7644
7661
|
addVariable: "\u6DFB\u52A0\u53D8\u91CF",
|
|
7645
|
-
|
|
7662
|
+
autoGeneratedByDesktop: "\u7531 Desktop \u81EA\u52A8\u751F\u6210",
|
|
7646
7663
|
boundServerSourceLocal: "\u5DF2\u7ED1\u5B9A {{serverUrl}}\uFF0C\u6E90\u7801\u4ECD\u53EA\u4FDD\u5B58\u5728\u672C\u673A\u3002",
|
|
7647
7664
|
builtinIcons: "\u5185\u7F6E\u56FE\u6807",
|
|
7648
|
-
builtinProjectReadonlyDescription: "\u8BE5\u9879\u76EE\u7531
|
|
7665
|
+
builtinProjectReadonlyDescription: "\u8BE5\u9879\u76EE\u7531 Desktop \u7BA1\u7406\uFF0C\u4E0D\u80FD\u76F4\u63A5\u4FEE\u6539\u5E94\u7528\u4FE1\u606F\u3002\u521B\u5EFA\u526F\u672C\u540E\u53EF\u72EC\u7ACB\u7F16\u8F91\u3002",
|
|
7649
7666
|
choose: "\u9009\u62E9",
|
|
7650
|
-
cloneLocalOnly: "
|
|
7667
|
+
cloneLocalOnly: "Desktop \u53EA\u652F\u6301\u514B\u9686\u672C\u5730\u9879\u76EE\u3002",
|
|
7651
7668
|
cloneProjectDescription: "\u590D\u5236\u201C{{name}}\u201D\u7684\u6E90\u7801\uFF0C\u5E76\u4E3A\u526F\u672C\u8BBE\u7F6E\u9879\u76EE\u540D\u79F0\u548C\u53EF\u9009\u5B58\u653E\u4F4D\u7F6E\u3002",
|
|
7652
7669
|
cloningProject: "\u6B63\u5728\u514B\u9686...",
|
|
7653
7670
|
close: "\u5173\u95ED",
|
|
@@ -7847,7 +7864,7 @@ var app2 = {
|
|
|
7847
7864
|
adjustFiltersRetry: "\u8C03\u6574\u7B5B\u9009\u6761\u4EF6\u540E\u91CD\u8BD5\u3002",
|
|
7848
7865
|
allScopes: "\u5168\u90E8\u4F5C\u7528\u57DF",
|
|
7849
7866
|
binaryFile: "\u4E8C\u8FDB\u5236\u6587\u4EF6",
|
|
7850
|
-
binaryFileUnavailable: "\u8FD9\u662F\u4E8C\u8FDB\u5236\u6587\u4EF6\uFF0C\u6682\u4E0D\u652F\u6301\u5728
|
|
7867
|
+
binaryFileUnavailable: "\u8FD9\u662F\u4E8C\u8FDB\u5236\u6587\u4EF6\uFF0C\u6682\u4E0D\u652F\u6301\u5728 Desktop \u5185\u9884\u89C8\u6216\u7F16\u8F91\u3002",
|
|
7851
7868
|
clearFileSearch: "\u6E05\u9664\u6587\u4EF6\u641C\u7D22",
|
|
7852
7869
|
closeTerminal: "\u5173\u95ED\u7EC8\u7AEF",
|
|
7853
7870
|
cloudData: "\u4E91\u7AEF\u6570\u636E",
|
|
@@ -7864,10 +7881,10 @@ var app2 = {
|
|
|
7864
7881
|
emptyValue: "(empty)",
|
|
7865
7882
|
fileNotEditable: "{{path}}\uFF08{{label}}\uFF0C\u4E0D\u53EF\u7F16\u8F91\uFF09",
|
|
7866
7883
|
filePathAria: "\u6587\u4EF6\u8DEF\u5F84",
|
|
7867
|
-
filePreviewDesktopOnly: "\u6587\u4EF6\u9884\u89C8\u4EC5\u5728
|
|
7884
|
+
filePreviewDesktopOnly: "\u6587\u4EF6\u9884\u89C8\u4EC5\u5728 Desktop \u53EF\u7528\u3002",
|
|
7868
7885
|
files: "\u6587\u4EF6",
|
|
7869
7886
|
fileTooLarge: "\u6587\u4EF6\u8FC7\u5927",
|
|
7870
|
-
fileTooLargeUnavailable: "\u6587\u4EF6\u8D85\u8FC7 1 MB\uFF0C\u6682\u4E0D\u652F\u6301\u5728
|
|
7887
|
+
fileTooLargeUnavailable: "\u6587\u4EF6\u8D85\u8FC7 1 MB\uFF0C\u6682\u4E0D\u652F\u6301\u5728 Desktop \u5185\u9884\u89C8\u6216\u7F16\u8F91\u3002",
|
|
7871
7888
|
fixSuggestionAddId: "\uFF0C\u6DFB\u52A0",
|
|
7872
7889
|
fixSuggestionEnsureId: "\u5E76\u786E\u4FDD\u5B83\u548C\u6587\u4EF6\u5939 / workflow id \u4E00\u81F4\u3002",
|
|
7873
7890
|
fixSuggestionPrefix: "\u4FEE\u590D\u5EFA\u8BAE\uFF1A\u6253\u5F00",
|
|
@@ -7968,11 +7985,10 @@ var app2 = {
|
|
|
7968
7985
|
updatedAtColumn: "\u66F4\u65B0\u65F6\u95F4",
|
|
7969
7986
|
viewKVDetail: "\u67E5\u770B KV \u8BE6\u60C5",
|
|
7970
7987
|
workflowConfigInvalidEditable: "Workflow \u914D\u7F6E\u65E0\u6548\uFF0C\u4F46\u6E90\u7801\u4ECD\u53EF\u7F16\u8F91\u3002",
|
|
7971
|
-
workflowConfigInvalidReadOnly: "Workflow \u914D\u7F6E\u65E0\u6548\uFF0CWeb Studio \u4EC5\u63D0\u4F9B\u53EA\u8BFB\u9884\u89C8\u3002",
|
|
7972
7988
|
workflowExitedWith: "Workflow exited with {{code}}.",
|
|
7973
7989
|
workflowScope: "\u9879\u76EE",
|
|
7974
7990
|
authStatusMissingServerTitle: "\u672A\u7ED1\u5B9A\u8FDC\u7A0B\u670D\u52A1\u5668",
|
|
7975
|
-
authStatusMissingServerDetail: "\u5F53\u524D
|
|
7991
|
+
authStatusMissingServerDetail: "\u5F53\u524D Desktop \u4EC5\u4F7F\u7528\u672C\u5730\u5DE5\u4F5C\u533A\uFF0C\u8FDC\u7A0B\u53D1\u5E03\u3001\u62C9\u53D6\u548C\u8FD0\u884C\u524D\u9700\u8981\u5148\u7ED1\u5B9A Workflow Server\u3002",
|
|
7976
7992
|
authStatusMissingServerBadge: "\u672A\u7ED1\u5B9A",
|
|
7977
7993
|
authStatusErrorTitle: "\u8D26\u53F7\u6388\u6743\u5F02\u5E38",
|
|
7978
7994
|
authStatusErrorDetailFallback: "\u5F53\u524D\u767B\u5F55\u72B6\u6001\u5DF2\u5931\u6548\uFF0C\u8BF7\u91CD\u65B0\u767B\u5F55\u8D26\u53F7\u3002",
|
|
@@ -7984,8 +8000,7 @@ var app2 = {
|
|
|
7984
8000
|
notSignedInAccount: "\u672A\u767B\u5F55\u8D26\u53F7",
|
|
7985
8001
|
notSignedIn: "\u672A\u767B\u5F55",
|
|
7986
8002
|
loginServerNotBound: "\u5F53\u524D\u8FD8\u6CA1\u6709\u7ED1\u5B9A Workflow Server\uFF0C\u6682\u65F6\u65E0\u6CD5\u53D1\u8D77\u8FDC\u7A0B\u767B\u5F55\u3002",
|
|
7987
|
-
|
|
7988
|
-
loginDesktopCredentialHint: "\u767B\u5F55\u6210\u529F\u540E\uFF0CApp \u4F1A\u4FDD\u5B58\u5F53\u524D\u8D26\u53F7\u7684\u8FDC\u7A0B\u8BBF\u95EE\u51ED\u8BC1\uFF0C\u4F9B\u53D1\u5E03\u3001\u62C9\u53D6\u548C\u8FDC\u7A0B\u8FD0\u884C\u590D\u7528\u3002",
|
|
8003
|
+
loginDesktopCredentialHint: "\u767B\u5F55\u6210\u529F\u540E\uFF0CDesktop \u4F1A\u4FDD\u5B58\u5F53\u524D\u8D26\u53F7\u7684\u8FDC\u7A0B\u8BBF\u95EE\u51ED\u8BC1\uFF0C\u4F9B\u53D1\u5E03\u3001\u62C9\u53D6\u548C\u8FDC\u7A0B\u8FD0\u884C\u590D\u7528\u3002",
|
|
7989
8004
|
loginEmailInvalid: "\u8BF7\u8F93\u5165\u6709\u6548\u7684\u90AE\u7BB1\u5730\u5740\u3002",
|
|
7990
8005
|
loginDialogTitle: "\u8D26\u53F7\u767B\u5F55",
|
|
7991
8006
|
loginPasswordHeading: "\u8D26\u53F7\u5BC6\u7801\u767B\u5F55",
|
|
@@ -8077,20 +8092,21 @@ var app2 = {
|
|
|
8077
8092
|
activitySchedulesLabel: "\u5B9A\u65F6",
|
|
8078
8093
|
activityTerminalDescription: "\u6253\u5F00\u9879\u76EE\u7EC8\u7AEF",
|
|
8079
8094
|
activityTerminalLabel: "\u7EC8\u7AEF",
|
|
8080
|
-
|
|
8081
|
-
|
|
8095
|
+
desktopNoLongerClonesToServer: "Desktop \u4E0D\u518D\u514B\u9686\u5230\u670D\u52A1\u5668\uFF0C\u8BF7\u4F7F\u7528 Publish \u6258\u7BA1\u5F53\u524D\u672C\u5730\u9879\u76EE\u3002",
|
|
8096
|
+
desktopOnlyClonesLocal: "Desktop \u53EA\u514B\u9686\u672C\u5730\u9879\u76EE\u3002",
|
|
8082
8097
|
backToReview: "\u8FD4\u56DE\u68C0\u67E5",
|
|
8083
8098
|
bindCloudAppBeforePublish: "\u8BF7\u5148\u521B\u5EFA\u4E91\u7AEF\u5E94\u7528\u5E76\u5B8C\u6210 UUID \u7ED1\u5B9A\uFF0C\u518D\u53D1\u5E03\u9879\u76EE\u3002",
|
|
8099
|
+
builtinProjectCannotPull: "\u5185\u7F6E\u9879\u76EE\u4E0D\u80FD\u62C9\u53D6\u8FDC\u7A0B\u4EE3\u7801\u3002\u8BF7\u5148\u521B\u5EFA\u672C\u5730\u526F\u672C\u540E\u518D\u540C\u6B65\u3002",
|
|
8084
8100
|
builtinProjectCannotPublish: "\u5185\u7F6E\u9879\u76EE\u4E0D\u80FD\u76F4\u63A5\u53D1\u5E03\u3002\u8BF7\u5148\u521B\u5EFA\u672C\u5730\u526F\u672C\u540E\u518D\u53D1\u5E03\u3002",
|
|
8085
8101
|
cannotConnectLocalWorkspace: "\u65E0\u6CD5\u8FDE\u63A5\u672C\u5730\u5DE5\u4F5C\u533A\u3002",
|
|
8086
8102
|
cannotConnectServerCheckConfig: "\u65E0\u6CD5\u8FDE\u63A5\u670D\u52A1\u5668\uFF0C\u8BF7\u68C0\u67E5\u5F53\u524D Server \u914D\u7F6E\u3002",
|
|
8087
8103
|
clipboardImageAccessUnavailable: "\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u53EF\u7528\u526A\u8D34\u677F\u56FE\u7247\u8BBF\u95EE\u3002",
|
|
8088
8104
|
clipboardNoImage: "\u526A\u8D34\u677F\u4E2D\u6CA1\u6709\u56FE\u7247\u3002",
|
|
8089
|
-
cloudAppBindingElectronOnly: "\u4E91\u7AEF\u5E94\u7528\u7ED1\u5B9A\u4EC5\u652F\u6301
|
|
8105
|
+
cloudAppBindingElectronOnly: "\u4E91\u7AEF\u5E94\u7528\u7ED1\u5B9A\u4EC5\u652F\u6301 Desktop \u672C\u5730\u9879\u76EE\u3002",
|
|
8090
8106
|
continueUpload: "\u7EE7\u7EED\u4E0A\u4F20",
|
|
8091
8107
|
dialogClose: "\u5173\u95ED\u5F39\u7A97",
|
|
8092
8108
|
displayNameRequired: "\u8BF7\u8F93\u5165\u663E\u793A\u540D\u3002",
|
|
8093
|
-
downloadCloudProjectElectronOnly: "\u4E0B\u8F7D\u4E91\u7AEF\u9879\u76EE\u4EC5\u652F\u6301
|
|
8109
|
+
downloadCloudProjectElectronOnly: "\u4E0B\u8F7D\u4E91\u7AEF\u9879\u76EE\u4EC5\u652F\u6301 Desktop\u3002",
|
|
8094
8110
|
envDetailsOnlyManageLocalDev: "\u8BE6\u60C5\u754C\u9762\u53EA\u7BA1\u7406\u672C\u5730 dev \u73AF\u5883\u53D8\u91CF\u3002",
|
|
8095
8111
|
fillDirectoryAndDisplayName: "\u8BF7\u586B\u5199\u76EE\u5F55\u540D\u79F0\u548C\u663E\u793A\u540D\u3002",
|
|
8096
8112
|
gotIt: "\u77E5\u9053\u4E86",
|
|
@@ -8128,7 +8144,7 @@ var app2 = {
|
|
|
8128
8144
|
invitationTokenInvalid: "\u9080\u8BF7\u94FE\u63A5\u4E2D\u7684 token \u65E0\u6548\u3002",
|
|
8129
8145
|
localEnvElectronOnly: "\u672C\u5730\u73AF\u5883\u53D8\u91CF\u4EC5\u652F\u6301 Electron\u3002",
|
|
8130
8146
|
localFileWatcherElectronOnly: "\u672C\u5730\u6587\u4EF6\u76D1\u542C\u4EC5\u652F\u6301 Electron\u3002",
|
|
8131
|
-
localProjectElectronOnly: "\u672C\u5730\u9879\u76EE\u4EC5\u652F\u6301
|
|
8147
|
+
localProjectElectronOnly: "\u672C\u5730\u9879\u76EE\u4EC5\u652F\u6301 Desktop\u3002",
|
|
8132
8148
|
localProjectMissingReimport: "\u5F53\u524D\u672C\u5730\u9879\u76EE\u4E0D\u5B58\u5728\uFF0C\u8BF7\u5148\u91CD\u65B0\u5BFC\u5165\u6216\u9009\u62E9\u672C\u5730\u9879\u76EE\u3002",
|
|
8133
8149
|
localProjectMissingReload: "\u5F53\u524D\u672C\u5730\u9879\u76EE\u4E0D\u5B58\u5728\uFF0C\u8BF7\u91CD\u65B0\u52A0\u8F7D\u540E\u91CD\u8BD5\u3002",
|
|
8134
8150
|
localProjectNotFound: "\u672A\u627E\u5230\u672C\u5730\u9879\u76EE\uFF0C\u8BF7\u5148\u521B\u5EFA\u6216\u5BFC\u5165\u672C\u5730\u9879\u76EE\u3002",
|
|
@@ -8181,7 +8197,6 @@ var app2 = {
|
|
|
8181
8197
|
publishSavingMessage: "\u4FDD\u5B58\u5F53\u524D\u7F16\u8F91\u5185\u5BB9\uFF0C\u968F\u540E\u4E0A\u4F20\u5B8C\u6574\u9879\u76EE\u5305\u3002",
|
|
8182
8198
|
publishSavingMessageUploadSync: "\u4FDD\u5B58\u5F53\u524D\u7F16\u8F91\u5185\u5BB9\uFF0C\u4E0A\u4F20\u524D\u4F1A\u540C\u6B65\u672C\u5730\u6587\u4EF6\u72B6\u6001\u3002",
|
|
8183
8199
|
publishSavingTitle: "\u6B63\u5728\u4FDD\u5B58\u672C\u5730\u9879\u76EE",
|
|
8184
|
-
publishServerDraftMessage: "Web Studio \u5DF2\u5C06\u6E90\u7801\u4FDD\u5B58\u5230\u670D\u52A1\u5668\u8349\u7A3F\uFF0C\u73B0\u5728\u7531\u670D\u52A1\u5668\u751F\u6210\u6B63\u5F0F\u7248\u672C\u3002",
|
|
8185
8200
|
publishServerDraftTitle: "\u6B63\u5728\u53D1\u5E03\u670D\u52A1\u5668\u8349\u7A3F",
|
|
8186
8201
|
publishVersionMessage: "{{name}} \u5DF2\u53D1\u5E03\u4E3A {{version}}\u3002",
|
|
8187
8202
|
publishingVersionMessage: "\u670D\u52A1\u5668\u8349\u7A3F\u5DF2\u51C6\u5907\u5B8C\u6210\uFF0C\u6B63\u5728\u751F\u6210\u6B63\u5F0F\u7248\u672C\uFF1B\u505C\u6B62\u53EA\u4F1A\u7EC8\u6B62\u7B49\u5F85\u7ED3\u679C\u3002",
|
|
@@ -8287,37 +8302,44 @@ var app2 = {
|
|
|
8287
8302
|
profileSaveFailedFallback: "\u4FDD\u5B58\u5931\u8D25\u3002",
|
|
8288
8303
|
profileSaveFailedRetry: "\u4FDD\u5B58\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u540E\u91CD\u8BD5\u3002",
|
|
8289
8304
|
personalInfo: "\u4E2A\u4EBA\u4FE1\u606F",
|
|
8290
|
-
personalInfoDescription: "\
|
|
8305
|
+
personalInfoDescription: "\u7BA1\u7406\u5934\u50CF\u3001\u8D26\u53F7\u8D44\u6599\u3001\u4F1A\u8BDD\u671F\u9650\u548C\u5F53\u524D\u8BBE\u5907\u7684\u767B\u5F55\u72B6\u6001\u3002",
|
|
8291
8306
|
avatarAlt: "{{name}} \u5934\u50CF",
|
|
8292
8307
|
displayNameNotSet: "\u672A\u8BBE\u7F6E\u663E\u793A\u540D\u79F0",
|
|
8293
8308
|
accountId: "\u8D26\u53F7 ID",
|
|
8294
|
-
copyFailed: "\u590D\u5236\u5931\u8D25",
|
|
8295
|
-
copyAccountId: "\u590D\u5236\u8D26\u53F7 ID",
|
|
8296
|
-
accountIdCopied: "\u8D26\u53F7 ID \u5DF2\u590D\u5236",
|
|
8297
|
-
accountIdCopyFailed: "\u8D26\u53F7 ID \u590D\u5236\u5931\u8D25",
|
|
8298
8309
|
uploadingAvatar: "\u4E0A\u4F20\u4E2D\u2026",
|
|
8299
8310
|
changeAvatar: "\u66F4\u6362\u5934\u50CF",
|
|
8300
|
-
avatarFormatsHint: "
|
|
8311
|
+
avatarFormatsHint: "PNG \xB7 JPG \xB7 GIF \xB7 WebP",
|
|
8301
8312
|
accountProfile: "\u8D26\u53F7\u8D44\u6599",
|
|
8302
8313
|
accountProfileDescription: "\u663E\u793A\u540D\u79F0\u548C\u90AE\u7BB1\u7528\u4E8E\u5DE5\u4F5C\u533A\u534F\u4F5C\u4E0E\u53D1\u5E03\u8BB0\u5F55\u5C55\u793A\u3002",
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
notSet: "\u672A\u8BBE\u7F6E",
|
|
8314
|
+
profileDisplayNameRequired: "\u8BF7\u8F93\u5165\u663E\u793A\u540D\u79F0\u3002",
|
|
8315
|
+
profileEmailInvalid: "\u8BF7\u8F93\u5165\u6709\u6548\u7684\u90AE\u7BB1\u5730\u5740\u3002",
|
|
8306
8316
|
email: "\u90AE\u7BB1",
|
|
8307
8317
|
emailPlaceholder: "user@example.com",
|
|
8308
8318
|
saveChanges: "\u4FDD\u5B58\u4FEE\u6539",
|
|
8309
8319
|
sessionCredentials: "\u4F1A\u8BDD\u4E0E\u51ED\u8BC1",
|
|
8310
|
-
sessionCredentialsDescription: "\u5F53\u524D\u8BBE\u5907\
|
|
8320
|
+
sessionCredentialsDescription: "\u67E5\u770B\u5F53\u524D\u8BBE\u5907\u7684\u767B\u5F55\u51ED\u8BC1\u72B6\u6001\u4E0E\u5230\u671F\u65E5\u3002",
|
|
8311
8321
|
loginStatus: "\u767B\u5F55\u72B6\u6001",
|
|
8312
8322
|
accessToken: "\u8BBF\u95EE\u4EE4\u724C",
|
|
8313
8323
|
accessTokenPrefixAria: "\u8BBF\u95EE\u4EE4\u724C\u524D\u7F00",
|
|
8314
|
-
expirationTime: "\
|
|
8324
|
+
expirationTime: "\u4F1A\u8BDD\u5230\u671F\u65E5",
|
|
8315
8325
|
expiryWithDeviceSession: "\u968F\u8BBE\u5907\u767B\u5F55\u6001\u5931\u6548",
|
|
8326
|
+
sessionRenewalPolicy: "Desktop \u4F1A\u8BDD\u6309 90 \u5929\u6EDA\u52A8\u6709\u6548\uFF1B\u6BCF\u6B21\u6210\u529F\u9274\u6743\u540E\uFF0C\u5230\u671F\u65E5\u4F1A\u81EA\u52A8\u5411\u540E\u7EED\u671F 90 \u5929\u3002",
|
|
8327
|
+
signOutThisDevice: "\u9000\u51FA\u5F53\u524D\u8BBE\u5907",
|
|
8328
|
+
signOutThisDeviceDescription: "\u6E05\u9664\u5F53\u524D\u8BBE\u5907\u7684\u767B\u5F55\u51ED\u8BC1\uFF1B\u672C\u5730\u9879\u76EE\u3001\u8FD0\u884C\u8BB0\u5F55\u548C\u9644\u4EF6\u4ECD\u4F1A\u4FDD\u7559\u3002",
|
|
8316
8329
|
logoutAccount: "\u9000\u51FA\u8D26\u53F7",
|
|
8317
8330
|
notConfigured: "\u672A\u914D\u7F6E",
|
|
8318
8331
|
notProvided: "\u672A\u63D0\u4F9B",
|
|
8319
8332
|
builtinInstallFailed: "\u5185\u7F6E\u9879\u76EE\u5B89\u88C5\u5931\u8D25\u3002",
|
|
8320
|
-
|
|
8333
|
+
builtinInstallFailedDetails: "\u65E0\u6CD5\u5B89\u88C5\u5185\u7F6E\u9879\u76EE\uFF1A{{detail}}",
|
|
8334
|
+
builtinDependencyInstallFailedDetails: "\u65E0\u6CD5\u5B89\u88C5\u5185\u7F6E\u9879\u76EE\u4F9D\u8D56\uFF1A{{detail}}",
|
|
8335
|
+
builtinUpdateCheckFailedDetails: "\u65E0\u6CD5\u68C0\u67E5\u5185\u7F6E\u9879\u76EE\u66F4\u65B0\uFF1A{{detail}}",
|
|
8336
|
+
builtinInstalledStateReadFailedDetails: "\u65E0\u6CD5\u8BFB\u53D6\u5DF2\u5B89\u88C5\u7684\u5185\u7F6E\u9879\u76EE\u72B6\u6001\uFF1A{{detail}}",
|
|
8337
|
+
builtinSourceLoadFailedDetails: "\u65E0\u6CD5\u52A0\u8F7D\u5185\u7F6E\u9879\u76EE\u6E90\u7801\uFF1A{{detail}}",
|
|
8338
|
+
builtinRuntimeDependencyMissingDetails: "{{dependency}} \u5C1A\u672A\u5B89\u88C5\uFF0C\u8BF7\u91CD\u65B0\u51C6\u5907\u5C0F\u52A9\u624B\u3002",
|
|
8339
|
+
builtinRemoveDependencyBlockedDetails: "\u65E0\u6CD5\u79FB\u9664 {{name}}\uFF1A{{dependent}} \u4F9D\u8D56\u5B83\uFF0C\u8BF7\u5148\u79FB\u9664 {{dependent}}\u3002",
|
|
8340
|
+
builtinListFailedDetails: "\u65E0\u6CD5\u52A0\u8F7D\u5185\u7F6E\u9879\u76EE\uFF1A{{detail}}",
|
|
8341
|
+
builtinRemoveFailedDetails: "\u65E0\u6CD5\u79FB\u9664\u5185\u7F6E\u9879\u76EE\uFF1A{{detail}}",
|
|
8342
|
+
builtinProjectsDesktopOnly: "\u5185\u7F6E\u9879\u76EE\u4EC5\u53EF\u5728 Desktop \u4E2D\u5B89\u88C5\u548C\u7BA1\u7406\u3002",
|
|
8321
8343
|
builtinProjects: "\u5185\u7F6E\u9879\u76EE",
|
|
8322
8344
|
builtinProjectsDevModeDescription: "\u5F00\u53D1\u6A21\u5F0F\u4F1A\u81EA\u52A8\u52A0\u8F7D\u4ED3\u5E93\u4E2D\u7684\u5185\u7F6E\u9879\u76EE\uFF0C\u6E90\u7801\u4FDD\u5B58\u540E\u76F4\u63A5\u751F\u6548\u3002",
|
|
8323
8345
|
builtinProjectsInstallDescription: "\u5927\u578B\u8FD0\u884C\u65F6\u6309\u5F53\u524D\u5E73\u53F0\u4E0B\u8F7D\u3001\u6821\u9A8C\u5E76\u539F\u5B50\u5B89\u88C5\uFF0C\u4E0D\u9700\u8981\u672C\u673A Node \u6216 pnpm\u3002",
|
|
@@ -8336,15 +8358,17 @@ var app2 = {
|
|
|
8336
8358
|
downloadingStatusProgress: "\u4E0B\u8F7D\u4E2D {{progress}}%",
|
|
8337
8359
|
installingStatus: "\u5B89\u88C5\u4E2D",
|
|
8338
8360
|
installingStatusProgress: "\u5B89\u88C5\u4E2D {{progress}}%",
|
|
8361
|
+
checkingBuiltinUpdates: "\u6B63\u5728\u68C0\u67E5\u66F4\u65B0",
|
|
8362
|
+
installedVersionOffline: "\u5DF2\u5B89\u88C5 {{version}}\uFF08\u6682\u65F6\u65E0\u6CD5\u68C0\u67E5\u66F4\u65B0\uFF09",
|
|
8339
8363
|
installationFailed: "\u5B89\u88C5\u5931\u8D25",
|
|
8340
8364
|
notInstalled: "\u672A\u5B89\u88C5 {{version}}",
|
|
8341
|
-
autoUpdateElectronOnly: "\u81EA\u52A8\u66F4\u65B0\u53EA\u5728 Electron
|
|
8365
|
+
autoUpdateElectronOnly: "\u81EA\u52A8\u66F4\u65B0\u53EA\u5728\u5DF2\u6253\u5305\u7684 Electron Desktop \u4E2D\u53EF\u7528\u3002",
|
|
8342
8366
|
readUpdateStateFailed: "\u8BFB\u53D6\u66F4\u65B0\u72B6\u6001\u5931\u8D25\u3002",
|
|
8343
8367
|
checkUpdateFailed: "\u68C0\u67E5\u66F4\u65B0\u5931\u8D25\u3002",
|
|
8344
8368
|
downloadUpdateFailed: "\u4E0B\u8F7D\u66F4\u65B0\u5931\u8D25\u3002",
|
|
8345
8369
|
installUpdateFailed: "\u5B89\u88C5\u66F4\u65B0\u5931\u8D25\u3002",
|
|
8346
8370
|
backgroundScheduling: "\u540E\u53F0\u5B9A\u65F6\u8FD0\u884C",
|
|
8347
|
-
backgroundSchedulingDescription: "\u5173\u95ED\u6240\u6709\u7A97\u53E3\u540E
|
|
8371
|
+
backgroundSchedulingDescription: "\u5173\u95ED\u6240\u6709\u7A97\u53E3\u540E Desktop \u7EE7\u7EED\u9A7B\u7559\u6258\u76D8\uFF1B\u660E\u786E\u9000\u51FA\u3001\u5173\u673A\u6216\u4F11\u7720\u65F6\u505C\u6B62\u8C03\u5EA6\uFF0C\u9519\u8FC7\u7684\u89E6\u53D1\u4E0D\u8865\u8DD1\u3002",
|
|
8348
8372
|
readingLoginItemSetting: "\u6B63\u5728\u8BFB\u53D6\u5F00\u673A\u542F\u52A8\u8BBE\u7F6E",
|
|
8349
8373
|
loginItemAria: "\u5F00\u673A\u540E\u5728\u540E\u53F0\u542F\u52A8 Workflow Code",
|
|
8350
8374
|
loginItemEnabled: "\u5F00\u673A\u540E\u53F0\u542F\u52A8\u5DF2\u542F\u7528",
|
|
@@ -8352,27 +8376,36 @@ var app2 = {
|
|
|
8352
8376
|
loginItemDescription: "\u542F\u7528\u540E\u4EE5\u540E\u53F0\u6A21\u5F0F\u542F\u52A8\uFF0C\u4E0D\u81EA\u52A8\u6253\u5F00\u4E3B\u7A97\u53E3\uFF1B\u53EF\u4ECE\u7CFB\u7EDF\u6258\u76D8\u6062\u590D\u7A97\u53E3\u3002",
|
|
8353
8377
|
enabled: "\u5DF2\u542F\u7528",
|
|
8354
8378
|
disabledByDefault: "\u9ED8\u8BA4\u5173\u95ED",
|
|
8355
|
-
|
|
8356
|
-
|
|
8357
|
-
webStudioLabel: "Workflow Code Web Studio",
|
|
8358
|
-
webStudioShortLabel: "Web Studio",
|
|
8379
|
+
desktopUpdate: "Desktop \u66F4\u65B0",
|
|
8380
|
+
desktopVersionLine: "Workflow Code Desktop {{version}}",
|
|
8359
8381
|
availableVersionLabel: "\u7248\u672C {{version}}",
|
|
8360
8382
|
currentVersionLabel: "\u5F53\u524D\u7248\u672C {{version}}",
|
|
8383
|
+
releaseChannel: "\u53D1\u5E03\u901A\u9053",
|
|
8384
|
+
releaseChannelServer: "{{channel}} \u66F4\u65B0\u4E0E Server",
|
|
8385
|
+
releaseChannelStable: "\u6B63\u5F0F\u7248",
|
|
8386
|
+
releaseChannelAlpha: "Alpha",
|
|
8387
|
+
releaseChannelAria: "\u9009\u62E9 Desktop \u53D1\u5E03\u901A\u9053",
|
|
8388
|
+
checkChannelHint: "\u53EF\u4EE5\u624B\u52A8\u68C0\u67E5 {{channel}} \u901A\u9053\u7684\u65B0\u7248\u672C\u3002",
|
|
8361
8389
|
checkStableChannelHint: "\u53EF\u4EE5\u624B\u52A8\u68C0\u67E5 stable \u901A\u9053\u7684\u65B0\u7248\u672C\u3002",
|
|
8362
|
-
updateDevelopmentModeUnsupported: "\u81EA\u52A8\u66F4\u65B0\u53EA\u5728\u5DF2\u6253\u5305\u7684 macOS \u6216 Windows x64
|
|
8363
|
-
updatePlatformUnsupported: "\u81EA\u52A8\u66F4\u65B0\u5F53\u524D\u4EC5\u652F\u6301\u5DF2\u6253\u5305\u7684 macOS \u548C Windows x64
|
|
8390
|
+
updateDevelopmentModeUnsupported: "\u81EA\u52A8\u66F4\u65B0\u53EA\u5728\u5DF2\u6253\u5305\u7684 macOS \u6216 Windows x64 Desktop \u4E2D\u542F\u7528\uFF1B\u5F00\u53D1\u6A21\u5F0F\u4E0D\u4F1A\u8BBF\u95EE\u6240\u9009\u66F4\u65B0\u6E90\u3002",
|
|
8391
|
+
updatePlatformUnsupported: "\u81EA\u52A8\u66F4\u65B0\u5F53\u524D\u4EC5\u652F\u6301\u5DF2\u6253\u5305\u7684 macOS \u548C Windows x64 Desktop\uFF1B\u8BF7\u4ECE\u4E0B\u8F7D\u9875\u624B\u52A8\u5B89\u88C5\u65B0\u7248\u672C\u3002",
|
|
8364
8392
|
updateWindowsStableHint: "\u5C06\u4ECE stable \u901A\u9053\u68C0\u67E5 Windows x64 \u5B89\u88C5\u5305\u3002",
|
|
8365
8393
|
updateMacStableHint: "\u5C06\u4ECE stable \u901A\u9053\u68C0\u67E5 macOS zip \u66F4\u65B0\u5305\u3002",
|
|
8394
|
+
updateWindowsChannelHint: "\u5C06\u4ECE {{channel}} \u901A\u9053\u68C0\u67E5 Windows x64 \u5B89\u88C5\u5305\u3002",
|
|
8395
|
+
updateMacChannelHint: "\u5C06\u4ECE {{channel}} \u901A\u9053\u68C0\u67E5 macOS zip \u66F4\u65B0\u5305\u3002",
|
|
8396
|
+
updateCheckingChannelSource: "\u6B63\u5728\u8FDE\u63A5 {{channel}} \u66F4\u65B0\u6E90\u68C0\u67E5\u65B0\u7248\u672C...",
|
|
8397
|
+
updateChannelVersionNotNewer: "{{channel}} \u901A\u9053\u7248\u672C {{availableVersion}} \u4E0D\u9AD8\u4E8E\u5F53\u524D\u7248\u672C {{currentVersion}}\uFF0C\u5DF2\u8DF3\u8FC7\u5B89\u88C5\u3002",
|
|
8398
|
+
updateChannelVersionInvalid: "{{channel}} \u66F4\u65B0\u6E90\u6CA1\u6709\u8FD4\u56DE\u6709\u6548\u7248\u672C\u53F7\u3002",
|
|
8366
8399
|
updateCheckingStableSource: "\u6B63\u5728\u8FDE\u63A5 stable \u66F4\u65B0\u6E90\u68C0\u67E5\u65B0\u7248\u672C...",
|
|
8367
8400
|
updateStableVersionNotNewer: "stable \u901A\u9053\u7248\u672C {{availableVersion}} \u4E0D\u9AD8\u4E8E\u5F53\u524D\u7248\u672C {{currentVersion}}\uFF0C\u5DF2\u8DF3\u8FC7\u5B89\u88C5\u3002",
|
|
8368
8401
|
updateStableVersionInvalid: "stable \u66F4\u65B0\u6E90\u6CA1\u6709\u8FD4\u56DE\u6709\u6548\u7248\u672C\u53F7\u3002",
|
|
8369
|
-
updateUpToDate: "\u5F53\u524D\u5DF2\u662F
|
|
8402
|
+
updateUpToDate: "\u5F53\u524D\u5DF2\u662F {{channel}} \u901A\u9053\u6700\u65B0\u7248\u672C\uFF08{{version}}\uFF09\u3002",
|
|
8370
8403
|
updateDownloadingReadyToInstall: "\u6B63\u5728\u4E0B\u8F7D\u66F4\u65B0\u5305\uFF0C\u4E0B\u8F7D\u5B8C\u6210\u540E\u53EF\u91CD\u542F\u5B89\u88C5\u3002",
|
|
8371
8404
|
updateDownloadedReady: "\u7248\u672C {{version}} \u5DF2\u4E0B\u8F7D\uFF0C\u91CD\u542F\u540E\u4F1A\u5B8C\u6210\u5B89\u88C5\u3002",
|
|
8372
8405
|
updateCheckOrDownloadFailed: "\u68C0\u67E5\u6216\u4E0B\u8F7D\u66F4\u65B0\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5\u3002",
|
|
8373
|
-
updateStartupChecking: "\u542F\u52A8\u540E\u6B63\u5728\u81EA\u52A8\u68C0\u67E5
|
|
8374
|
-
updateManualChecking: "\u6B63\u5728\u624B\u52A8\u68C0\u67E5
|
|
8375
|
-
updateCheckFailedDetail: "\u68C0\u67E5\u66F4\u65B0\u5931\u8D25\uFF0C\u8BF7\u786E\u8BA4\u7F51\u7EDC\u3001\u5F53\u524D\u5E73\u53F0\u66F4\u65B0\u5305\u548C
|
|
8406
|
+
updateStartupChecking: "\u542F\u52A8\u540E\u6B63\u5728\u81EA\u52A8\u68C0\u67E5 {{channel}} \u66F4\u65B0...",
|
|
8407
|
+
updateManualChecking: "\u6B63\u5728\u624B\u52A8\u68C0\u67E5 {{channel}} \u66F4\u65B0...",
|
|
8408
|
+
updateCheckFailedDetail: "\u68C0\u67E5\u66F4\u65B0\u5931\u8D25\uFF0C\u8BF7\u786E\u8BA4\u7F51\u7EDC\u3001\u5F53\u524D\u5E73\u53F0\u66F4\u65B0\u5305\u548C {{channel}} feed \u53EF\u8BBF\u95EE\u3002",
|
|
8376
8409
|
updateDownloadRequiresNewVersion: "\u8BF7\u5148\u68C0\u67E5\u5E76\u786E\u8BA4\u5B58\u5728\u9AD8\u4E8E\u5F53\u524D\u7248\u672C\u7684\u65B0\u7248\u672C\u3002",
|
|
8377
8410
|
updateNoDownloadAvailable: "\u6CA1\u6709\u53EF\u4E0B\u8F7D\u7684\u65B0\u7248\u672C\u3002",
|
|
8378
8411
|
updateDownloadingVersion: "\u6B63\u5728\u4E0B\u8F7D {{version}}...",
|
|
@@ -8391,9 +8424,9 @@ var app2 = {
|
|
|
8391
8424
|
updateAvailableInstallBlocked: "\u53D1\u73B0\u65B0\u7248\u672C {{version}}\u3002\u5F53\u524D\u8FD0\u884C\u4F4D\u7F6E\u4E0D\u652F\u6301\u91CD\u542F\u5B89\u88C5\uFF0C\u8BF7\u5148\u628A App \u79FB\u5230 /Applications \u6216 ~/Applications \u540E\u518D\u4E0B\u8F7D\u66F4\u65B0\u3002",
|
|
8392
8425
|
updateAvailableMessage: "\u53D1\u73B0\u65B0\u7248\u672C {{version}}\uFF0C\u53EF\u4E0B\u8F7D\u540E\u91CD\u542F\u5B89\u88C5\u3002",
|
|
8393
8426
|
updateErrorReadOnlyVolume: "\u5F53\u524D App \u4F4D\u4E8E macOS \u4E0D\u5141\u8BB8\u81EA\u52A8\u66FF\u6362\u7684\u4F4D\u7F6E\uFF0C\u8BF7\u9000\u51FA\u540E\u628A Workflow Code.app \u79FB\u5230 /Applications \u6216 ~/Applications\uFF0C\u518D\u91CD\u65B0\u6253\u5F00\u5E76\u68C0\u67E5\u66F4\u65B0\uFF1A{{detail}}",
|
|
8394
|
-
updateErrorCertificate: "\u66F4\u65B0\u6E90 HTTPS \u8BC1\u4E66\u6216\u57DF\u540D\u6821\u9A8C\u5931\u8D25\uFF0C\u8BF7\u786E\u8BA4
|
|
8427
|
+
updateErrorCertificate: "\u66F4\u65B0\u6E90 HTTPS \u8BC1\u4E66\u6216\u57DF\u540D\u6821\u9A8C\u5931\u8D25\uFF0C\u8BF7\u786E\u8BA4 {{channel}} feed\u3001zip \u548C blockmap \u4F7F\u7528\u540C\u4E00\u4E2A\u6709\u6548 HTTPS \u53D1\u884C\u57DF\u540D\uFF1A{{detail}}",
|
|
8395
8428
|
updateErrorSignature: "\u7CFB\u7EDF\u62D2\u7EDD\u5B89\u88C5\u66F4\u65B0\u5305\u7684\u7B7E\u540D\uFF0C\u8BF7\u91CD\u65B0\u53D1\u5E03\u540C\u4E00\u5E94\u7528\u6807\u8BC6\u3001\u540C\u4E00\u7B7E\u540D\u8EAB\u4EFD\u751F\u6210\u7684\u66F4\u65B0\u5305\uFF1A{{detail}}",
|
|
8396
|
-
updateErrorMissingArtifacts: "
|
|
8429
|
+
updateErrorMissingArtifacts: "{{channel}} \u66F4\u65B0\u6E90\u7F3A\u5C11\u5F53\u524D\u5E73\u53F0\u7684 latest*.yml\u3001\u5B89\u88C5\u5305\u6216 blockmap\uFF0C\u8BF7\u91CD\u65B0\u53D1\u5E03\u5B8C\u6574 electron-builder \u66F4\u65B0\u76EE\u5F55\uFF1A{{detail}}",
|
|
8397
8430
|
updateErrorGeneric: "\u66F4\u65B0\u5931\u8D25\uFF1A{{detail}}",
|
|
8398
8431
|
updateErrorUnknown: "\u53D1\u751F\u672A\u77E5\u66F4\u65B0\u9519\u8BEF\u3002",
|
|
8399
8432
|
downloadUpdate: "\u4E0B\u8F7D\u66F4\u65B0",
|
|
@@ -8405,12 +8438,12 @@ var app2 = {
|
|
|
8405
8438
|
updateSummary: "\u66F4\u65B0\u6458\u8981",
|
|
8406
8439
|
updateHistory: "\u66F4\u65B0\u8BB0\u5F55",
|
|
8407
8440
|
fullHistory: "\u5B8C\u6574\u8BB0\u5F55",
|
|
8408
|
-
|
|
8441
|
+
desktopVersionRecordsAria: "Desktop \u7248\u672C\u8BB0\u5F55",
|
|
8409
8442
|
pendingVersion: "\u5F85\u66F4\u65B0\u7248\u672C",
|
|
8410
8443
|
installedOnCurrentDevice: "\u5DF2\u5B89\u88C5\u5230\u5F53\u524D\u8BBE\u5907",
|
|
8411
8444
|
installedReleaseNotesMissing: "\u5F53\u524D\u5B89\u88C5\u5305\u672A\u63D0\u4F9B\u66F4\u65B0\u65E5\u5FD7",
|
|
8412
8445
|
installedReleaseNotesDescription: "\u5F53\u524D\u5B89\u88C5\u7248\u672C\u7684\u5B8C\u6574\u53D1\u5E03\u8BF4\u660E\u3002",
|
|
8413
|
-
pendingReleaseNotesDescription: "
|
|
8446
|
+
pendingReleaseNotesDescription: "\u5F53\u524D\u66F4\u65B0\u6E90\u8FD4\u56DE\u7684\u5F85\u66F4\u65B0\u7248\u672C\u53D1\u5E03\u8BF4\u660E\u3002",
|
|
8414
8447
|
releaseNotesFeedMissing: "\u66F4\u65B0\u6E90\u672A\u63D0\u4F9B\u6B64\u7248\u672C\u7684\u66F4\u65B0\u65E5\u5FD7\u3002",
|
|
8415
8448
|
releaseNotesFeedMissingSuffix: " \xB7 \u66F4\u65B0\u6E90\u672A\u63D0\u4F9B\u65E5\u5FD7",
|
|
8416
8449
|
viewReleaseNotes: "\u67E5\u770B\u66F4\u65B0\u65E5\u5FD7",
|
|
@@ -8421,7 +8454,7 @@ var app2 = {
|
|
|
8421
8454
|
updateChannel: "\u66F4\u65B0\u901A\u9053",
|
|
8422
8455
|
updateSource: "\u66F4\u65B0\u6E90",
|
|
8423
8456
|
platform: "\u5E73\u53F0",
|
|
8424
|
-
restartAndInstallUpdateDescription: "
|
|
8457
|
+
restartAndInstallUpdateDescription: "Desktop \u4F1A\u5173\u95ED\u6240\u6709\u7A97\u53E3\u5E76\u5B89\u88C5\u5DF2\u4E0B\u8F7D\u7684 {{version}}\u3002\u8BF7\u786E\u8BA4\u5F53\u524D\u672C\u5730\u5DE5\u4F5C\u5DF2\u7ECF\u4FDD\u5B58\u3002",
|
|
8425
8458
|
updateArrowToVersion: " -> {{version}}",
|
|
8426
8459
|
updateInstallSource: "\uFF0C\u6765\u6E90 {{source}}",
|
|
8427
8460
|
updateStatusChecking: "\u68C0\u67E5\u4E2D",
|
|
@@ -8435,8 +8468,8 @@ var app2 = {
|
|
|
8435
8468
|
updateDownloadUnavailable: "\u5F53\u524D\u5B89\u88C5\u73AF\u5883\u65E0\u6CD5\u4E0B\u8F7D\u6B64\u66F4\u65B0\u3002",
|
|
8436
8469
|
updateInstallUnavailable: "\u5F53\u524D\u5B89\u88C5\u73AF\u5883\u65E0\u6CD5\u5B89\u88C5\u6B64\u66F4\u65B0\u3002",
|
|
8437
8470
|
versionInformation: "\u7248\u672C\u4FE1\u606F",
|
|
8438
|
-
|
|
8439
|
-
|
|
8471
|
+
openDesktopUpdateSettings: "\u6253\u5F00 Desktop \u66F4\u65B0\u8BBE\u7F6E",
|
|
8472
|
+
openDesktopUpdateSettingsAria: "{{version}}\uFF0C\u6253\u5F00 Desktop \u66F4\u65B0\u8BBE\u7F6E",
|
|
8440
8473
|
viewCoreReleaseNotes: "\u67E5\u770B workflow-code \u6838\u5FC3 v{{version}} \u53D1\u5E03\u65E5\u5FD7",
|
|
8441
8474
|
viewCoreReleaseNotesAria: "workflow-code \u6838\u5FC3 v{{version}}\uFF0C\u67E5\u770B\u7EBF\u4E0A\u53D1\u5E03\u65E5\u5FD7",
|
|
8442
8475
|
unknownError: "\u672A\u77E5\u9519\u8BEF",
|
|
@@ -8446,7 +8479,7 @@ var app2 = {
|
|
|
8446
8479
|
activityItemAriaLabel: "{{label}}\uFF1A{{description}}",
|
|
8447
8480
|
assistantBusyAria: "\u5C0F\u52A9\u624B\uFF1A\u6B63\u5728\u51C6\u5907",
|
|
8448
8481
|
assistantConversationUnavailable: "\u5C0F\u52A9\u624B\u6CA1\u6709\u63D0\u4F9B\u53EF\u7528\u7684 conversation \u5DE5\u4F5C\u533A\u3002",
|
|
8449
|
-
assistantDesktopOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301
|
|
8482
|
+
assistantDesktopOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301 Desktop \u7684\u672C\u5730\u9879\u76EE\u3002",
|
|
8450
8483
|
assistantHideAria: "\u5C0F\u52A9\u624B\uFF1A\u9690\u85CF\u9879\u76EE\u5F00\u53D1\u5BF9\u8BDD",
|
|
8451
8484
|
assistantHideTitle: "\u9690\u85CF\u5C0F\u52A9\u624B",
|
|
8452
8485
|
assistantInstallFailed: "\u5C0F\u52A9\u624B\u5B89\u88C5\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u3002",
|
|
@@ -8483,17 +8516,15 @@ var app2 = {
|
|
|
8483
8516
|
leaveWorkspaceDescription: "\u5F53\u524D\u9879\u76EE\u6709\u672A\u4FDD\u5B58\u7684\u672C\u5730\u6587\u4EF6\u3002\u79BB\u5F00\u540E\u8BF7\u8FD4\u56DE\u9879\u76EE\u7EE7\u7EED\u4FDD\u5B58\u6216\u624B\u52A8\u653E\u5F03\u66F4\u6539\u3002",
|
|
8484
8517
|
leaveWorkspaceTitle: "\u79BB\u5F00\u5F53\u524D\u5DE5\u4F5C\u533A\uFF1F",
|
|
8485
8518
|
loadingLabelFallback: "\u6B63\u5728\u52A0\u8F7D{{label}}",
|
|
8486
|
-
|
|
8519
|
+
openDesktopSettings: "\u6253\u5F00 Desktop \u8BBE\u7F6E",
|
|
8487
8520
|
projectInfoLocalDescription: "\u7F16\u8F91\u9879\u76EE\u663E\u793A\u540D\u3001\u7C7B\u578B\u548C\u5361\u7247\u56FE\u6807\uFF0C\u4FDD\u5B58\u540E\u4F1A\u5199\u56DE\u672C\u5730 package.json\u3002",
|
|
8488
8521
|
projectInfoTitle: "\u9879\u76EE\u4FE1\u606F",
|
|
8489
|
-
projectInfoWebStudioBody: "\u5F53\u524D\u6D4F\u89C8\u5668\u7248\u672C\u4E0D\u7F16\u8F91\u672C\u5730\u6587\u4EF6\u6216 package.json\u3002\u9700\u8981\u4FEE\u6539\u540D\u79F0\u3001\u56FE\u6807\u6216\u7C7B\u578B\u65F6\uFF0C\u8BF7\u5728\u672C\u5730 workflow \u76EE\u5F55\u4E2D\u6539\u597D\u540E\u91CD\u65B0\u5BFC\u5165\u3002",
|
|
8490
|
-
projectInfoWebStudioDescription: "Web Studio \u53EA\u8D1F\u8D23\u4E0A\u4F20\u8349\u7A3F\u3001\u53D1\u5E03\u548C\u670D\u52A1\u5668\u8FD0\u884C\uFF1B\u9879\u76EE\u4FE1\u606F\u6765\u81EA\u4E0A\u4F20\u5305\u7684 package.json\u3002",
|
|
8491
8522
|
projectOpeningDetail: "\u6B63\u5728\u52A0\u8F7D\u9879\u76EE\u6587\u4EF6\u548C\u5DE5\u4F5C\u533A\u72B6\u6001\u3002",
|
|
8492
8523
|
projectOpeningTitle: "\u6B63\u5728\u6253\u5F00\u9879\u76EE",
|
|
8493
8524
|
projectWorkspaceAria: "\u9879\u76EE\u5DE5\u4F5C\u533A",
|
|
8494
8525
|
runLogsLabel: "\u8FD0\u884C\u65E5\u5FD7",
|
|
8495
8526
|
selectProjectToEditInfo: "\u8BF7\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u540E\u7F16\u8F91\u4FE1\u606F\u3002",
|
|
8496
|
-
settingsAria: "\u8BBE\u7F6E\uFF1A\u6253\u5F00
|
|
8527
|
+
settingsAria: "\u8BBE\u7F6E\uFF1A\u6253\u5F00 Desktop \u8BBE\u7F6E",
|
|
8497
8528
|
workspaceRailAria: "\u5DE5\u4F5C\u533A\u89C6\u56FE",
|
|
8498
8529
|
dataSourceAuthorizationRequired: "\u6570\u636E\u6E90{{source}}\u5C1A\u672A\u6388\u6743\u7ED9\u5F53\u524D\u770B\u677F\u3002\u8BF7\u5728\u53D1\u5E03\u8BBE\u7F6E\u4E2D\u52FE\u9009\u201C\u6388\u6743\u8BFB\u53D6\u6570\u636E\u201D\uFF1B\u5982\u679C\u8BE5\u9009\u9879\u4E0D\u53EF\u7528\uFF0C\u8BF7\u8BA9\u6765\u6E90 Workflow \u7684\u7BA1\u7406\u5458\u6388\u4E88\u58F0\u660E\u4E2D\u7684 KV \u524D\u7F00\u8BFB\u53D6\u6743\u9650\u3002",
|
|
8499
8530
|
dependencyStatusLoadFailed: "\u65E0\u6CD5\u8BFB\u53D6\u5F15\u7528\u9879\u76EE\u72B6\u6001\u3002",
|
|
@@ -8543,7 +8574,7 @@ var app2 = {
|
|
|
8543
8574
|
scheduleFallbackName: "\u5B9A\u65F6\u4EFB\u52A1"
|
|
8544
8575
|
};
|
|
8545
8576
|
|
|
8546
|
-
//
|
|
8577
|
+
// .shared/i18n/resources/zh/server-web.ts
|
|
8547
8578
|
var serverWeb2 = {
|
|
8548
8579
|
accountApiKey: "API Key",
|
|
8549
8580
|
accountApiKeyCopiedPlaintext: "\u6700\u8FD1\u521B\u5EFA\u6210\u529F\uFF0C\u53EF\u5728\u5F39\u7A97\u4E2D\u590D\u5236\u660E\u6587\u3002",
|
|
@@ -9018,7 +9049,7 @@ var serverWeb2 = {
|
|
|
9018
9049
|
logsSourceAll: "\u5168\u90E8\u6765\u6E90",
|
|
9019
9050
|
logsSourceAnonymousEmbed: "\u533F\u540D Embed",
|
|
9020
9051
|
logsSourceApiKey: "API Key",
|
|
9021
|
-
|
|
9052
|
+
logsSourceDesktop: "Desktop",
|
|
9022
9053
|
logsSourceEmbed: "Embed",
|
|
9023
9054
|
logsSourceExternalApi: "\u5916\u90E8 API",
|
|
9024
9055
|
logsSourceSchedule: "\u5B9A\u65F6\u4EFB\u52A1",
|
|
@@ -9224,7 +9255,7 @@ var serverWeb2 = {
|
|
|
9224
9255
|
overviewSourceAdminSession: "\u7BA1\u7406\u5458\u4F1A\u8BDD",
|
|
9225
9256
|
overviewSourceAnonymousEmbed: "\u533F\u540D Embed",
|
|
9226
9257
|
overviewSourceApiKey: "API Key",
|
|
9227
|
-
|
|
9258
|
+
overviewSourceDesktop: "Desktop",
|
|
9228
9259
|
overviewSourceDescription: "Web\u3001Embed\u3001Webhook \u4E0E API \u6765\u6E90",
|
|
9229
9260
|
overviewSourceEmbed: "Embed",
|
|
9230
9261
|
overviewSourceExternalApi: "\u5916\u90E8 API",
|
|
@@ -9957,7 +9988,7 @@ var serverWeb2 = {
|
|
|
9957
9988
|
versionsSourceAdminKey: "Admin Key",
|
|
9958
9989
|
versionsSourceAnonymousEmbed: "\u533F\u540D Embed",
|
|
9959
9990
|
versionsSourceApiKey: "API Key",
|
|
9960
|
-
|
|
9991
|
+
versionsSourceDesktop: "Desktop",
|
|
9961
9992
|
versionsSourceCardDescription: "\u8BC6\u522B\u4E3B\u8981\u89E6\u53D1\u5165\u53E3\uFF0C\u5224\u65AD\u53D1\u5E03\u8986\u76D6\u8303\u56F4\u3002",
|
|
9962
9993
|
versionsSourceCardTitle: "\u6765\u6E90\u5206\u5E03",
|
|
9963
9994
|
versionsSourceEmbed: "Embed",
|
|
@@ -10269,7 +10300,7 @@ var serverWeb2 = {
|
|
|
10269
10300
|
sourceAccessTitle: "\u7533\u8BF7\u9879\u76EE\u6E90\u7801\u8BBF\u95EE"
|
|
10270
10301
|
};
|
|
10271
10302
|
|
|
10272
|
-
//
|
|
10303
|
+
// .shared/i18n/resources/zh/server.ts
|
|
10273
10304
|
var server2 = {
|
|
10274
10305
|
unauthorized: "\u672A\u6388\u6743\u3002",
|
|
10275
10306
|
permissionDenied: "\u6743\u9650\u4E0D\u8DB3\u3002",
|
|
@@ -10312,6 +10343,7 @@ var server2 = {
|
|
|
10312
10343
|
scheduleServerUnavailable: "\u5F53\u524D Server \u4E0D\u652F\u6301 Workflow \u5B9A\u65F6\u4EFB\u52A1\u3002",
|
|
10313
10344
|
sourceAccessStatusInvalid: 'status \u5FC5\u987B\u662F "approved" \u6216 "rejected"\u3002',
|
|
10314
10345
|
sourceAccessLimitInvalid: "limit \u5FC5\u987B\u662F 1 \u5230 200 \u4E4B\u95F4\u7684\u6574\u6570\u3002",
|
|
10346
|
+
nonWebClientSourceType: 'source \u5FC5\u987B\u662F "desktop" \u6216 "cli"\u3002',
|
|
10315
10347
|
projectGroupRootInvalid: "\u9879\u76EE\u7EC4\u6839\u9879\u76EE\u5FC5\u987B\u662F\u5DF2\u5B58\u5728\u7684 Kanban \u9879\u76EE\u3002",
|
|
10316
10348
|
projectGroupPackageFormat: "\u9879\u76EE\u7EC4\u5305\u5FC5\u987B\u4F7F\u7528 .tar.gz \u6216 .tgz \u683C\u5F0F\u3002",
|
|
10317
10349
|
projectGroupManifestMismatch: "\u4E0A\u4F20\u7684\u9879\u76EE\u7EC4\u6E05\u5355\u4E0E\u90E8\u7F72\u8BA1\u5212\u4E0D\u4E00\u81F4\u3002",
|
|
@@ -10340,6 +10372,8 @@ var server2 = {
|
|
|
10340
10372
|
accountCreateDeploymentRequired: "\u521B\u5EFA\u9879\u76EE\u90E8\u7F72\u9700\u8981\u7528\u6237\u8D26\u53F7\u3002",
|
|
10341
10373
|
accountViewSourceRequestRequired: "\u67E5\u770B\u9879\u76EE\u6E90\u7801\u8BBF\u95EE\u7533\u8BF7\u9700\u8981\u7528\u6237\u8D26\u53F7\u3002",
|
|
10342
10374
|
accountRequestSourceAccessRequired: "\u7533\u8BF7\u9879\u76EE\u6E90\u7801\u8BBF\u95EE\u9700\u8981\u7528\u6237\u8D26\u53F7\u3002",
|
|
10375
|
+
invalidNonWebClientSource: "\u975E Web \u5BA2\u6237\u7AEF\u6765\u6E90\u201C{{source}}\u201D\u65E0\u6548\u3002",
|
|
10376
|
+
invalidRunSource: "\u8FD0\u884C\u6765\u6E90\u201C{{source}}\u201D\u65E0\u6548\u3002",
|
|
10343
10377
|
includedProjectMissing: "included \u9879\u76EE\u201C{{projectId}}\u201D\u4E0D\u5B58\u5728\u4E8E\u5F53\u524D Server\u3002",
|
|
10344
10378
|
includedDependencyType: "included \u4F9D\u8D56\u201C{{projectId}}\u201D\u5FC5\u987B\u662F Workflow \u9879\u76EE\u3002",
|
|
10345
10379
|
deploymentMissing: "\u90E8\u7F72\u201C{{deploymentId}}\u201D\u4E0D\u5B58\u5728\u3002",
|
|
@@ -10375,7 +10409,7 @@ var server2 = {
|
|
|
10375
10409
|
workflowOwnedByAnotherAccount: "Workflow\u201C{{workflowId}}\u201D\u5DF2\u5B58\u5728\u4E14\u5F52\u5176\u5B83\u8D26\u53F7\u6240\u6709\u3002"
|
|
10376
10410
|
};
|
|
10377
10411
|
|
|
10378
|
-
//
|
|
10412
|
+
// .shared/i18n/resources/zh/cli.ts
|
|
10379
10413
|
var cli2 = {
|
|
10380
10414
|
rootHelp: [
|
|
10381
10415
|
"\u7528\u6CD5\uFF1A",
|
|
@@ -10416,8 +10450,8 @@ var cli2 = {
|
|
|
10416
10450
|
workspaceHelp: [
|
|
10417
10451
|
"\u7528\u6CD5\uFF1Aworkflow-code [--locale <zh-CN|en>] workspace <command> [args]",
|
|
10418
10452
|
"",
|
|
10419
|
-
"\u672C\u5730\
|
|
10420
|
-
" pnpm -
|
|
10453
|
+
"\u9879\u76EE\u672C\u5730\u8C03\u7528\uFF1A",
|
|
10454
|
+
" pnpm exec workflow-code workspace <command> [args]",
|
|
10421
10455
|
"",
|
|
10422
10456
|
"\u547D\u4EE4\uFF1A",
|
|
10423
10457
|
" login --server <url>",
|
|
@@ -10516,7 +10550,7 @@ var cli2 = {
|
|
|
10516
10550
|
unknownGrantDataAccessSource: "\u672A\u77E5\u7684 --grant-data-access \u6570\u636E\u6E90 id {{sourceId}}\u3002"
|
|
10517
10551
|
};
|
|
10518
10552
|
|
|
10519
|
-
//
|
|
10553
|
+
// .shared/i18n/resources/zh/permissions.ts
|
|
10520
10554
|
var permissions2 = {
|
|
10521
10555
|
group_configuration: "\u914D\u7F6E",
|
|
10522
10556
|
group_identity: "\u7528\u6237\u4E0E\u89D2\u8272",
|
|
@@ -10590,23 +10624,23 @@ var permissions2 = {
|
|
|
10590
10624
|
role_builtin_viewer_description: "\u57FA\u7840\u767B\u5F55\u89D2\u8272\uFF0C\u53EF\u8BFB\u53D6\u516C\u5F00\u9879\u76EE\u5E76\u67E5\u770B\u81EA\u5DF1\u7684\u8FD0\u884C\u8BB0\u5F55\u3002"
|
|
10591
10625
|
};
|
|
10592
10626
|
|
|
10593
|
-
//
|
|
10594
|
-
var zhResources = { common: common2,
|
|
10627
|
+
// .shared/i18n/resources/zh.ts
|
|
10628
|
+
var zhResources = { common: common2, desktop: desktop2, serverWeb: serverWeb2, server: server2, cli: cli2, permissions: permissions2 };
|
|
10595
10629
|
|
|
10596
|
-
//
|
|
10630
|
+
// .shared/i18n/resources/index.ts
|
|
10597
10631
|
var resources = {
|
|
10598
10632
|
"zh-CN": zhResources,
|
|
10599
10633
|
en: enResources
|
|
10600
10634
|
};
|
|
10601
10635
|
|
|
10602
|
-
//
|
|
10636
|
+
// .shared/i18n/types.ts
|
|
10603
10637
|
var SUPPORTED_LOCALES = ["zh-CN", "en"];
|
|
10604
10638
|
var DEFAULT_LOCALE = "zh-CN";
|
|
10605
10639
|
function isSupportedLocale(value) {
|
|
10606
10640
|
return typeof value === "string" && SUPPORTED_LOCALES.includes(value);
|
|
10607
10641
|
}
|
|
10608
10642
|
|
|
10609
|
-
//
|
|
10643
|
+
// .shared/i18n/utils/locale.ts
|
|
10610
10644
|
function resolveSupportedLocale(input) {
|
|
10611
10645
|
const value = (input ?? "").toLowerCase().replace("_", "-");
|
|
10612
10646
|
if (value.startsWith("zh")) return "zh-CN";
|
|
@@ -10646,14 +10680,14 @@ function resolveLocalePreference(preference, systemLanguages) {
|
|
|
10646
10680
|
return preference === "system" ? resolveSystemLocale(systemLanguages) : preference;
|
|
10647
10681
|
}
|
|
10648
10682
|
|
|
10649
|
-
//
|
|
10683
|
+
// .shared/i18n/html-lang.ts
|
|
10650
10684
|
function setHtmlLang(lang) {
|
|
10651
10685
|
if (typeof document !== "undefined" && document.documentElement) {
|
|
10652
10686
|
document.documentElement.lang = lang;
|
|
10653
10687
|
}
|
|
10654
10688
|
}
|
|
10655
10689
|
|
|
10656
|
-
//
|
|
10690
|
+
// .shared/i18n/index.ts
|
|
10657
10691
|
var initStarted = false;
|
|
10658
10692
|
var htmlLangHooked = false;
|
|
10659
10693
|
var systemLanguageHooked = false;
|