diff --git a/translations/de.json b/translations/de.json index 60117f1a59c3..cfa76e5db2f8 100644 --- a/translations/de.json +++ b/translations/de.json @@ -1047,7 +1047,9 @@ "experimental": "experimentell", "failed to acquire lock due to unexpected error": "Probleme beim Sperren, aufgrund von unerwarteten Fehlern", "failed to add node": "Hinzufügen des Nodes fehlgeschlagen", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "Öffnen des Browsers fehlgeschlagen: {{.error}}", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "Speichern der Konfiguration fehlgeschlagen", "failed to set cloud shell kubelet config options": "Setzen der Cloud Shell Kublet Konfigurations Opetionen fehlgeschlagen", "failed to set extra option": "Fehler beim Setzen von Extra Option", diff --git a/translations/es.json b/translations/es.json index b6c547c64f05..554a651f015c 100644 --- a/translations/es.json +++ b/translations/es.json @@ -1005,7 +1005,9 @@ "experimental": "", "failed to acquire lock due to unexpected error": "", "failed to add node": "", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "", "failed to set extra option": "", "failed to start node": "", diff --git a/translations/fr.json b/translations/fr.json index a9f2a2a770cd..86260bc011fa 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -1031,7 +1031,9 @@ "experimental": "expérimental", "failed to acquire lock due to unexpected error": "échec de l'acquisition du verrou en raison d'une erreur inattendue", "failed to add node": "échec de l'ajout du nœud", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "échec de l'ouverture du navigateur : {{.error}}", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "échec de l'enregistrement de la configuration", "failed to set cloud shell kubelet config options": "échec de la définition des options de configuration cloud shell kubelet", "failed to set extra option": "impossible de définir une option supplémentaire", diff --git a/translations/ja.json b/translations/ja.json index 21b86187af1f..ecdc1353c897 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -982,7 +982,9 @@ "experimental": "実験的", "failed to acquire lock due to unexpected error": "予期せぬエラーによりロックの取得に失敗しました", "failed to add node": "ノード追加に失敗しました", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "ブラウザー起動に失敗しました: {{.error}}", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "設定保存に失敗しました", "failed to set extra option": "追加オプションの設定に失敗しました", "failed to start node": "ノード開始に失敗しました", diff --git a/translations/ko.json b/translations/ko.json index 9a7e574c0d38..fa4a1f9586a8 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -1015,7 +1015,9 @@ "experimental": "", "failed to acquire lock due to unexpected error": "", "failed to add node": "", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "", "failed to set extra option": "", "failed to start node": "", diff --git a/translations/pl.json b/translations/pl.json index 833006aa3622..f01136fc454c 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -1015,7 +1015,9 @@ "experimental": "", "failed to acquire lock due to unexpected error": "", "failed to add node": "", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "Nie udało się otworzyć przeglądarki: {{.error}}", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "", "failed to set extra option": "", "failed to start node": "", diff --git a/translations/ru.json b/translations/ru.json index ffcf368fcfc7..77543c24cba7 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -934,7 +934,9 @@ "experimental": "", "failed to acquire lock due to unexpected error": "", "failed to add node": "", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "", "failed to set extra option": "", "failed to start node": "", diff --git a/translations/strings.txt b/translations/strings.txt index cd5a07ff35b4..6ae6cee19a69 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -932,7 +932,9 @@ "experimental": "", "failed to acquire lock due to unexpected error": "", "failed to add node": "", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "", "failed to set extra option": "", "failed to start node": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index acf2f7be6f7b..680f996bccb9 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -1154,7 +1154,9 @@ "experimental": "实验性功能", "failed to acquire lock due to unexpected error": "由于意外错误,无法获取锁", "failed to add node": "添加节点失败", + "failed to load profile: {{.error}}": "", "failed to open browser: {{.error}}": "打开浏览器失败:{{.error}}", + "failed to restart auto-pause: {{.error}}": "", "failed to save config": "保存配置失败", "failed to set extra option": "设置额外选项失败", "failed to start node": "启动节点失败",