Skip to content

Commit 130d4e7

Browse files
committed
run make generate-docs
1 parent cbad323 commit 130d4e7

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

translations/de.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@
259259
"Failed to stop node {{.name}}": "",
260260
"Failed to update cluster": "",
261261
"Failed to update config": "",
262-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
263262
"Failed unmount: {{.error}}": "",
264263
"File permissions used for the mount": "",
265264
"Filter to use only VM Drivers": "",
@@ -698,6 +697,7 @@
698697
"Unable to find control plane": "",
699698
"Unable to generate docs": "",
700699
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
700+
"Unable to get CPU info: {{.err}}": "",
701701
"Unable to get bootstrapper: {{.error}}": "Bootstrapper kann nicht abgerufen werden: {{.error}}",
702702
"Unable to get command runner": "",
703703
"Unable to get control plane status: {{.error}}": "",
@@ -941,4 +941,4 @@
941941
"{{.profile}} profile is not valid: {{.err}}": "",
942942
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
943943
"{{.url}} is not accessible: {{.error}}": ""
944-
}
944+
}

translations/es.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
"Failed to stop node {{.name}}": "",
265265
"Failed to update cluster": "",
266266
"Failed to update config": "",
267-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
268267
"Failed unmount: {{.error}}": "",
269268
"File permissions used for the mount": "",
270269
"Filter to use only VM Drivers": "",
@@ -703,6 +702,7 @@
703702
"Unable to find control plane": "",
704703
"Unable to generate docs": "",
705704
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
705+
"Unable to get CPU info: {{.err}}": "",
706706
"Unable to get bootstrapper: {{.error}}": "No se ha podido obtener el programa previo: {{.error}}",
707707
"Unable to get command runner": "",
708708
"Unable to get control plane status: {{.error}}": "",
@@ -945,4 +945,4 @@
945945
"{{.profile}} profile is not valid: {{.err}}": "",
946946
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
947947
"{{.url}} is not accessible: {{.error}}": ""
948-
}
948+
}

translations/fr.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"Cannot find directory {{.path}} for copy": "Impossible de trouver le répertoire {{.path}} pour la copie",
7777
"Cannot find directory {{.path}} for mount": "Impossible de trouver le répertoire {{.path}} pour le montage",
7878
"Cannot use both --output and --format options": "Impossible d'utiliser à la fois les options --output et --format",
79+
"Check if you have unnecessary pods running by running 'kubectl get po -A": "",
7980
"Check if you have unnecessary pods running by running 'kubectl get po -A'": "Vérifiez si vous avez des pods inutiles en cours d'exécution en exécutant 'kubectl get po -A'",
8081
"Check output of 'journalctl -xeu kubelet', try passing --extra-config=kubelet.cgroup-driver=systemd to minikube start": "Vérifiez la sortie de 'journalctl -xeu kubelet', essayez de passer --extra-config=kubelet.cgroup-driver=systemd au démarrage de minikube",
8182
"Check that libvirt is setup properly": "Vérifiez que libvirt est correctement configuré",
@@ -702,6 +703,7 @@
702703
"Unable to find control plane": "Impossible de trouver le plan de contrôle",
703704
"Unable to generate docs": "Impossible de générer des documents",
704705
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "Impossible de générer la documentation. Veuillez vous assurer que le chemin spécifié est un répertoire, existe \u0026 vous avez la permission d'y écrire.",
706+
"Unable to get CPU info: {{.err}}": "",
705707
"Unable to get bootstrapper: {{.error}}": "Impossible d'obtenir l'amorceur : {{.error}}",
706708
"Unable to get command runner": "Impossible d'obtenir le lanceur de commandes",
707709
"Unable to get control plane status: {{.error}}": "Impossible d'obtenir l'état du plan de contrôle : {{.error}}",
@@ -948,4 +950,4 @@
948950
"{{.profile}} profile is not valid: {{.err}}": "Le profil {{.profile}} n'est pas valide : {{.err}}",
949951
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} n'est pas encore un système de fichiers pris en charge. Nous essaierons quand même !",
950952
"{{.url}} is not accessible: {{.error}}": "{{.url}} n'est pas accessible : {{.error}}"
951-
}
953+
}

translations/ja.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
"Failed to stop node {{.name}}": "",
253253
"Failed to update cluster": "",
254254
"Failed to update config": "",
255-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
256255
"Failed unmount: {{.error}}": "",
257256
"File permissions used for the mount": "",
258257
"Filter to use only VM Drivers": "",
@@ -698,6 +697,7 @@
698697
"Unable to find control plane": "",
699698
"Unable to generate docs": "",
700699
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
700+
"Unable to get CPU info: {{.err}}": "",
701701
"Unable to get bootstrapper: {{.error}}": "ブートストラッパを取得できません。{{.error}}",
702702
"Unable to get command runner": "",
703703
"Unable to get control plane status: {{.error}}": "",
@@ -963,4 +963,4 @@
963963
"{{.profile}} profile is not valid: {{.err}}": "",
964964
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} はまだサポートされていなファイルシステムです。とにかくやってみます!",
965965
"{{.url}} is not accessible: {{.error}}": "{{.url}} はアクセス可能ではありません。 {{.error}}"
966-
}
966+
}

translations/ko.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
"Failed to stop node {{.name}}": "노드 {{.name}} 중지에 실패하였습니다",
283283
"Failed to update cluster": "클러스터를 수정하는 데 실패하였습니다",
284284
"Failed to update config": "컨피그를 수정하는 데 실패하였습니다",
285-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
286285
"Failed unmount: {{.error}}": "마운트 해제에 실패하였습니다: {{.error}}",
287286
"File permissions used for the mount": "",
288287
"Filter to use only VM Drivers": "",
@@ -703,6 +702,7 @@
703702
"Unable to find control plane": "",
704703
"Unable to generate docs": "문서를 생성할 수 없습니다",
705704
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
705+
"Unable to get CPU info: {{.err}}": "",
706706
"Unable to get VM IP address": "가상 머신 IP 주소를 조회할 수 없습니다",
707707
"Unable to get command runner": "",
708708
"Unable to get control plane status: {{.error}}": "",
@@ -959,4 +959,4 @@
959959
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} 프로파일이 올바르지 않습니다: {{.err}}",
960960
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
961961
"{{.url}} is not accessible: {{.error}}": "{{.url}} 이 접근 불가능합니다: {{.error}}"
962-
}
962+
}

translations/pl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@
269269
"Failed to stop node {{.name}}": "",
270270
"Failed to update cluster": "Aktualizacja klastra nie powiodła się",
271271
"Failed to update config": "Aktualizacja konfiguracji nie powiodła się",
272-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
273272
"Failed unmount: {{.error}}": "",
274273
"File permissions used for the mount": "",
275274
"Filter to use only VM Drivers": "",
@@ -715,6 +714,7 @@
715714
"Unable to find control plane": "",
716715
"Unable to generate docs": "",
717716
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
717+
"Unable to get CPU info: {{.err}}": "",
718718
"Unable to get command runner": "",
719719
"Unable to get control plane status: {{.error}}": "",
720720
"Unable to get current user": "",
@@ -960,4 +960,4 @@
960960
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} profil nie jest poprawny: {{.err}}",
961961
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} nie jest wspierany przez system plików. I tak spróbujemy!",
962962
"{{.url}} is not accessible: {{.error}}": "{{.url}} nie jest osiągalny: {{.error}}"
963-
}
963+
}

translations/strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
"Failed to stop node {{.name}}": "",
244244
"Failed to update cluster": "",
245245
"Failed to update config": "",
246-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
247246
"Failed unmount: {{.error}}": "",
248247
"File permissions used for the mount": "",
249248
"Filter to use only VM Drivers": "",
@@ -650,6 +649,7 @@
650649
"Unable to find control plane": "",
651650
"Unable to generate docs": "",
652651
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
652+
"Unable to get CPU info: {{.err}}": "",
653653
"Unable to get command runner": "",
654654
"Unable to get control plane status: {{.error}}": "",
655655
"Unable to get current user": "",

translations/zh-CN.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@
333333
"Failed to stop node {{.name}}": "",
334334
"Failed to update cluster": "更新 cluster 失败",
335335
"Failed to update config": "更新 config 失败",
336-
"Failed to verify '{{.driver_name}} info' will try again ...": "",
337336
"Failed unmount: {{.error}}": "unmount 失败:{{.error}}",
338337
"File permissions used for the mount": "用于 mount 的文件权限",
339338
"Filter to use only VM Drivers": "",
@@ -806,6 +805,7 @@
806805
"Unable to find control plane": "",
807806
"Unable to generate docs": "",
808807
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
808+
"Unable to get CPU info: {{.err}}": "",
809809
"Unable to get bootstrapper: {{.error}}": "无法获取引导程序:{{.error}}",
810810
"Unable to get command runner": "",
811811
"Unable to get control plane status: {{.error}}": "",

0 commit comments

Comments
 (0)