File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ const App: Component = () => {
389389
390390 if ( ! confirmed ) return
391391
392- await stopInstance ( instanceId )
392+ stopInstance ( instanceId )
393393 }
394394
395395 async function handleNewSession ( instanceId : string ) {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const SessionPicker: Component<SessionPickerProps> = (props) => {
6767 }
6868
6969 async function handleCancel ( ) {
70- await stopInstance ( props . instanceId )
70+ stopInstance ( props . instanceId )
7171 props . onClose ( )
7272 }
7373
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "Instanz stoppen" ,
1313 "app.stopInstance.confirmLabel" : "Stoppen" ,
1414 "app.stopInstance.cancelLabel" : "Weiterlaufen lassen" ,
15+ "app.stopInstance.toast.error" : "Arbeitsbereich konnte nicht gestoppt werden." ,
1516
1617 "emptyState.logoAlt" : "CodeNomad Logo" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "Stop instance" ,
1313 "app.stopInstance.confirmLabel" : "Stop" ,
1414 "app.stopInstance.cancelLabel" : "Keep running" ,
15+ "app.stopInstance.toast.error" : "Failed to stop workspace." ,
1516
1617 "emptyState.logoAlt" : "CodeNomad logo" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "Detener instancia" ,
1313 "app.stopInstance.confirmLabel" : "Detener" ,
1414 "app.stopInstance.cancelLabel" : "Seguir ejecutándose" ,
15+ "app.stopInstance.toast.error" : "No se pudo detener el workspace." ,
1516
1617 "emptyState.logoAlt" : "Logo de CodeNomad" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "Arrêter l'instance" ,
1313 "app.stopInstance.confirmLabel" : "Arrêter" ,
1414 "app.stopInstance.cancelLabel" : "Laisser tourner" ,
15+ "app.stopInstance.toast.error" : "Impossible d'arrêter l'espace de travail." ,
1516
1617 "emptyState.logoAlt" : "Logo CodeNomad" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "עצור מופע" ,
1313 "app.stopInstance.confirmLabel" : "עצור" ,
1414 "app.stopInstance.cancelLabel" : "המשך להריץ" ,
15+ "app.stopInstance.toast.error" : "עצירת סביבת העבודה נכשלה." ,
1516
1617 "emptyState.logoAlt" : "לוגו CodeNomad" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "インスタンスを停止" ,
1313 "app.stopInstance.confirmLabel" : "停止" ,
1414 "app.stopInstance.cancelLabel" : "実行を続ける" ,
15+ "app.stopInstance.toast.error" : "ワークスペースの停止に失敗しました。" ,
1516
1617 "emptyState.logoAlt" : "CodeNomad ロゴ" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "उदाहरण रोक्नुहोस्" ,
1313 "app.stopInstance.confirmLabel" : "रोक्नुहोस्" ,
1414 "app.stopInstance.cancelLabel" : "चालु राख्नुहोस्" ,
15+ "app.stopInstance.toast.error" : "कार्यस्थान रोक्न असफल भयो।" ,
1516
1617 "emptyState.logoAlt" : "CodeNomad लोगो" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const appMessages = {
1212 "app.stopInstance.title" : "Остановить экземпляр" ,
1313 "app.stopInstance.confirmLabel" : "Остановить" ,
1414 "app.stopInstance.cancelLabel" : "Оставить запущенным" ,
15+ "app.stopInstance.toast.error" : "Не удалось остановить рабочее пространство." ,
1516
1617 "emptyState.logoAlt" : "Логотип CodeNomad" ,
1718 "emptyState.brandTitle" : "CodeNomad" ,
You can’t perform that action at this time.
0 commit comments