You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
InstallingCodewindTask=Downloading and Installing Codewind
109
+
UninstallingCodewindTask=Removing Codewind
108
110
InstallCodewindDialogTitle=Codewind Installer
109
111
InstallCodewindDialogMessage=Codewind requires the installation of Docker containers to run, which might take a few minutes to download. Do you want to complete the installation now?
110
112
InstallCodewindNewProjectMessage=Codewind installation is complete, do you want to create a new Codewind project?
111
113
InstallCodewindAddProjectMessage=Codewind installation is complete, do you want to add the {0} project to Codewind?
112
114
InstallCodewindInstallingMessage=Please wait for Codewind to be fully installed and running before trying to create or add projects.
113
115
InstallCodewindUninstallingMessage=Projects cannot be created or added while Codewind is stopping or uninstalling.
114
116
InstallCodewindFailNoMessage=The installer failed with error code {0}. Check logs for more information.
117
+
CodewindStartFail=There was a problem trying to start Codewind: {0}
118
+
CodewindStopFail=There was a problem trying to stop Codewind: {0}
119
+
CodewindInstallFail=There was a problem trying to install Codewind: {0}
120
+
CodewindUninstallFail=There was a problem trying to uninstall Codewind: {0}
121
+
CodewindStartError=An error occurred trying to start Codewind.
122
+
CodewindStopError=An error occurred trying to stop Codewind.
123
+
CodewindInstallError=An error occurred trying to install Codewind.
124
+
CodewindUninstallError=An error occurred trying to uninstall Codewind.
125
+
CodewindStartTimeout=Codewind did not start in the expected time.
126
+
CodewindStopTimeout=Codewind did not stop in the expected time.
127
+
CodewindInstallTimeout=Codewind did not install in the expected time.
128
+
CodewindUninstallTimeout=Codewind did not uninstall in the expected time.
115
129
116
130
SelectProjectTypePageName=Select Project Type
117
131
SelectProjectTypePageTitle=Project Type and Language Selection
0 commit comments