diff --git a/translations/de.json b/translations/de.json index 05feaaa325bf..60117f1a59c3 100644 --- a/translations/de.json +++ b/translations/de.json @@ -474,6 +474,7 @@ "No minikube profile was found.": "Kein Minikube Profil gefunden.", "No minikube profile was found. ": "Kein Minikube Profil gefunden. ", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "Kein möglicher Treiber gefunden. Versuchen Sie mit --driver anzugeben oder schauen Sie unter https://minikube.sigs.k8s.io/docs/start/", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "Addon {{.name}} existiert nicht", "No valid URL found for tunnel.": "Keine valide Tunnel-URL gefunden.", "No valid port found for tunnel.": "Kein valider Tunnel-Port für den Tunnel", diff --git a/translations/es.json b/translations/es.json index 46f4a453cd92..b6c547c64f05 100644 --- a/translations/es.json +++ b/translations/es.json @@ -470,6 +470,7 @@ "No control-plane nodes found.": "", "No minikube profile was found.": "", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "", "No valid URL found for tunnel.": "", "No valid port found for tunnel.": "", diff --git a/translations/fr.json b/translations/fr.json index a1f4f274cefc..8066b2343e3d 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -466,6 +466,7 @@ "No minikube profile was found.": "Aucun profil minikube n’a été trouvé.", "No minikube profile was found. ": "Aucun profil minikube n'a été trouvé.", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "Aucun pilote possible n'a été détecté. Essayez de spécifier --driver, ou consultez https://minikube.sigs.k8s.io/docs/start/", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "Aucun module de ce type {{.name}}", "No valid URL found for tunnel.": "Aucune URL valide n'a été trouvée pour le tunnel.", "No valid port found for tunnel.": "Aucun port valide trouvé pour le tunnel.", diff --git a/translations/ja.json b/translations/ja.json index 86400896c847..21b86187af1f 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -448,6 +448,7 @@ "No minikube profile was found.": "", "No minikube profile was found. ": "minikube プロファイルが見つかりませんでした。", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "利用可能なドライバーが検出されませんでした。--driver 指定を試すか、https://minikube.sigs.k8s.io/docs/start/ を参照してください", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "{{.name}} というアドオンはありません", "No valid URL found for tunnel.": "トンネル用の有効な URL が見つかりません。", "No valid port found for tunnel.": "トンネル用の有効なポートが見つかりません。", diff --git a/translations/ko.json b/translations/ko.json index 40ff84cd2332..9a7e574c0d38 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -486,6 +486,7 @@ "No control-plane nodes found.": "", "No minikube profile was found.": "", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "", "No valid URL found for tunnel.": "", "No valid port found for tunnel.": "", diff --git a/translations/pl.json b/translations/pl.json index 99db202497e1..833006aa3622 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -472,6 +472,7 @@ "No minikube profile was found.": "", "No minikube profile was found. ": "Nie znaleziono żadnego profilu minikube", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "Nie znaleziono żadnego możliwego sterownika. Spróbuj przekazać sterownik za pomocą flagi --driver lub odwiedź https://minikube.sigs.k8s.io/docs/start/", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "Nie istnieje addon {{.name}}", "No valid URL found for tunnel.": "", "No valid port found for tunnel.": "", diff --git a/translations/ru.json b/translations/ru.json index 33124128ed36..ffcf368fcfc7 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -430,6 +430,7 @@ "No control-plane nodes found.": "", "No minikube profile was found.": "", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "", "No valid URL found for tunnel.": "", "No valid port found for tunnel.": "", diff --git a/translations/strings.txt b/translations/strings.txt index a22ec186d6be..cd5a07ff35b4 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -430,6 +430,7 @@ "No control-plane nodes found.": "", "No minikube profile was found.": "", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "", "No valid URL found for tunnel.": "", "No valid port found for tunnel.": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 3bf849bc5e00..7d4ffea1795e 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -561,6 +561,7 @@ "No minikube profile was found.": "未找到 minikube 配置文件。", "No minikube profile was found. ": "未找到 minikube 配置文件。", "No possible driver was detected. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/start/": "未检测到可用的驱动程序。尝试指定 --driver,或查看 https://minikube.sigs.k8s.io/docs/start/", + "No services were found in the '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service --all -n \u003cnamespace\u003e'": "", "No such addon {{.name}}": "没有此类插件 {{.name}}", "No valid URL found for tunnel.": "未找到有效的隧道URL。", "No valid port found for tunnel.": "没有找到隧道的有效端口。",