This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
en.json
122 lines (107 loc) · 7.53 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"activeMsg": "Codewind Tools for VSCode are active!",
"failedToReconnect": "Couldn't reconnect to Codewind at {{- uri }}. Try re-creating the connection.",
"versionChanged": "Codewind at {{- uri }} was previously version {{ oldVersion }}, but is now {{ newVersion }}.",
"errorSavingConnections": "Error saving connections: {{- err }}.",
"focusOnProblems": "Go to Problems",
"invalidPortNumber": "Invalid port \"{{ port }}\". Port must be a positive integer less than 65536.",
"connectFailed": "Connecting to Codewind at {{- uri }} failed.",
"actions": {
"disable": "Disable",
"openConnectionSettings": "Open Connection Settings",
"openProjectOverview": "Open Project Overview",
"refresh": "Refresh",
"tryAgain": "Try Again",
"moreInfo": "More Info"
},
"command": {
"noContainerForShell": "{{ projectName }} does not have an application {{ podOrContainer }} running. Wait until the project is Running.",
"alreadyInCodewindWorkspace": "The Codewind workspace is already your workspace root.",
"confirmDeleteProjectMsg": "Are you sure you want to remove {{ projectName }} from {{ connectionLabel }}?",
"confirmDeleteProjectWithLinksMsg": "Are you sure you want to remove {{ projectName }} from {{ connectionLabel }}?\n\n{{ projectName }} has a link to {{ outgoingLinksList }}. Any environment variables which reference {{ projectName }} will have to be removed.",
"confirmDeleteBtn": "Remove Project",
"alsoDeleteDirMsg": "{{ projectName }} will be removed from {{ connectionLabel }}.\nDo you also want to delete {{- dirPath }} from your disk?\nClick {{ cancelBtn }} to keep the directory.",
"alsoDeleteDirBtn": "Delete Directory",
"refreshedConnection": "Refreshed {{ label }}",
"projectAlreadyBuilding": "{{ projectName }} is already building. Build request cancelled.",
"explicitBuildNotNecessary": "{{ projectName }} has auto-build enabled. There is no need to request a build.",
"seeProblemsView": "See the Problems view for details.",
"generateFilesBtn": "Generate",
"validate": "Validate",
"removedConnection": "Removed Codewind connection at {{- uri }}.",
"canOnlyOpenStartedProjects": "{{ projectName }} is not running - wait until the project is Starting or Started and try again.",
"failedDetermineAppUrl": "Could not determine application URL for {{ projectName }}.",
"dirAlreadyBoundToTargetConnection": "{{- dir }} is already added to {{ connection }}",
"dirAlreadyBoundPrompt": "{{- dir }} is already added to {{ connectionsList }}.\nDo you still want to add this project to {{ targetConnection }}?",
"dirAlreadyBoundContinueBtn": "Add Anyway"
},
"cmdResourcePrompt": {
"noProjToRunOn":
"There is no Codewind project to run this command on.",
"noProjToRunOnWithStates":
"There is no {{ states }} Codewind project to run this command on.",
"noConnToRunOn":
"You are not currently connected to a Codewind instance. Start Local Codewind, or create a New Remote Connection."
},
"connection": {
"autoReconnectingStatusMsg": "Trying to reconnect to {{- connectionLabel }}...",
"autoReconnectSuccessStatusMsg": "Successfully reconnected to {{- connectionLabel }}",
"autoReconnectFailedAttempsMsg": "Codewind has not been able to re-establish a connection to {{- connectionLabel }}. You can disable the connection to save resources, and then reconnect later."
},
"debug": {
"didNotConnectInTime": "Debugger did not attach within {{ timeoutS }}s.",
"connectingToProject": "Attaching debugger to {{ projectName }}",
"failedToAttach": "Failed to attach debugger to {{ projectName }}.",
"failedToAttachWithUrl": "Failed to attach debugger to {{ projectName }} at {{- debugUrl }}.",
"noDebugTypeKnown": "No debug type available for project of type {{ type }}.",
"noDebugPort": "No debug port set for project {{ projectName }}. Try restarting the project into Debug mode again.",
"errDetailSeparator": " ",
"maybeAlreadyDebugging": "Are you already debugging this project?",
"debuggerAttachSuccess": "Debugger attached to {{ projectName }} at {{- debugUrl }}.",
"debugLaunchName": "Debug {{ projectName }}",
"waitingBeforeDebugAttachStatusMsg": "Waiting before attaching debugger to {{ projectName }}"
},
"startup": {
"installPrompt": "Codewind requires the installation of Docker images in order to run, which will take a few minutes to download. Do you want to complete the installation now?",
"installRejected": "Codewind will remain unavailable until the Docker images are installed. To initiate installation again, select Try Again or click the \"on/off\" toggle in the Codewind view.",
"installFailed": "Codewind failed to install. To initiate installation again, select Try Again or click the \"on/off\" toggle in the Codewind view.",
"installCompleted": "Codewind {{ version }} installation is complete",
"installAffirmBtn": "Install",
"okBtn": "OK",
"tryAgainBtn": "Try Again",
"moreInfoBtn": "More Info",
"removeImagesBlockedStillRunning": "You cannot remove images if Codewind is still running. Stop Codewind, and try again.",
"removeImagesModalWarning": "Are you sure you want to remove all Codewind Docker images? You will have to download them again before you can start Codewind again.",
"backendUpgradeRequired": "You cannot use the local installation of Codewind without installing version {{ tag }} of the Codewind backend."
},
"logs": {
"waitingForLogs": "Waiting for Codewind to send logs...",
"noLongerUpdating": "This log is no longer updating: {{ reason }}.",
"notUpdatingReasonDisconnect": "Codewind disconnected",
"notUpdatingReasonDisabled": "the project has been disabled. The log will be recreated when there is new output"
},
"project": {
"quickPickLabel": "{{ projectName }} ({{ projectType }} project)",
"quickPickNotRunning": "[Not running]",
"onDeletion": "{{ projectName }} was deleted in Codewind.",
"alreadyRestarting": "{{ projectName }} is already restarting.",
"restartingStatusMsg": "Restarting {{ projectName }} into {{ startMode }} mode",
"restartingStatusLinkMsg": "Restarting {{ projectName }} after modifying links",
"restartSuccess": "Finished restarting {{ projectName }} in {{ startMode }} mode.",
"restartLinkSuccess": "Finished restarting {{ projectName }}.",
"genericErrorProjectRestart": "{{ projectName }} failed to restart.",
"restartFailure": "Failed to restart {{ projectName }} in {{ startMode }} mode.",
"restartFailureWithReason": "Failed to restart {{ projectName }} in {{ startMode }} mode: {{- reason }}.",
"restartFailedReasonDebugFailure": "attaching the debugger failed. Try attaching the debugger again",
"restartFailedReasonTimeout": "failed to restart within {{ timeoutS }} seconds",
"restartFailedReasonDisconnect": "Codewind disconnected",
"restartFailedReasonDisabled": "The project was disabled"
},
"treeView": {
"connectionLabelSimple": "Projects",
"connectionLabel": "Projects ({{ label }})",
"notStartedConnectionLabel": "Codewind is stopped (Click to start)",
"disconnectedConnectionLabel": "Connection Lost",
"projectLabel": "{{ projectName }} {{- state }}"
}
}