Fix existing Polish translations
parent
111588c7f3
commit
544a69a9bf
|
@ -123,7 +123,7 @@
|
|||
"Docker is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity)": "",
|
||||
"Docker is out of disk space! (/var is at {{.p}}% of capacity)": "",
|
||||
"Docs have been saved at - {{.path}}": "Dokumentacja została zapisana w {{.path}}",
|
||||
"Documentation: {{.url}}": "Dokumentacja",
|
||||
"Documentation: {{.url}}": "Dokumentacja: {{.url}}",
|
||||
"Done! kubectl is now configured to use \"{{.name}}": "Gotowe! kubectl jest skonfigurowany do użycia z \"{{.name}}\".",
|
||||
"Done! kubectl is now configured to use \"{{.name}}\"": "Gotowe! kubectl jest skonfigurowany do użycia z \"{{.name}}\".",
|
||||
"Done! kubectl is now configured to use \"{{.name}}\" by default": "",
|
||||
|
@ -330,7 +330,7 @@
|
|||
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "",
|
||||
"Number of CPUs allocated to Kubernetes.": "",
|
||||
"Number of CPUs allocated to the minikube VM": "Liczba procesorów przypisana do maszyny wirtualnej minikube",
|
||||
"Number of CPUs allocated to the minikube VM.": "Liczba procesorów przypisana do maszyny wirtualnej minikube",
|
||||
"Number of CPUs allocated to the minikube VM.": "Liczba procesorów przypisana do maszyny wirtualnej minikube.",
|
||||
"Number of lines back to go within the log": "",
|
||||
"OS release is {{.pretty_name}}": "",
|
||||
"One of 'yaml' or 'json'.": "",
|
||||
|
@ -372,9 +372,9 @@
|
|||
"Print current and latest version number": "Wyświetl aktualną i najnowszą wersję",
|
||||
"Print just the version number.": "",
|
||||
"Print the version of minikube": "Wyświetl wersję minikube",
|
||||
"Print the version of minikube.": "Wyświetl wersję minikube",
|
||||
"Print the version of minikube.": "Wyświetl wersję minikube.",
|
||||
"Problems detected in {{.entry}}:": "Wykryto problem w {{.name}}",
|
||||
"Problems detected in {{.name}}:": "Wykryto problem w {{.name}}",
|
||||
"Problems detected in {{.name}}:": "Wykryto problem w {{.name}}:",
|
||||
"Profile gets or sets the current minikube profile": "Pobiera lub ustawia aktywny profil minikube",
|
||||
"Profile name \"{{.profilename}}\" is reserved keyword. To delete this profile, run: \"{{.cmd}}\"": "",
|
||||
"Profile name '{{.name}}' is not valid": "",
|
||||
|
@ -486,7 +486,7 @@
|
|||
"The \"{{.driver_name}}\" driver requires root privileges. Please run minikube using 'sudo -E minikube start --driver={{.driver_name}}'.": "",
|
||||
"The \"{{.driver_name}}\" driver requires root privileges. Please run minikube using 'sudo minikube --vm-driver={{.driver_name}}'.": "Sterownik \"{{.driver_name}}\" wymaga uprawnień root'a. Użyj 'sudo minikube --vm-driver={{.driver_name}}'",
|
||||
"The \"{{.driver_name}}\" driver should not be used with root privileges.": "",
|
||||
"The \"{{.name}}\" cluster has been deleted.": "Klaster \"{{.name}}\" został usunięty",
|
||||
"The \"{{.name}}\" cluster has been deleted.": "Klaster \"{{.name}}\" został usunięty.",
|
||||
"The 'none' driver is designed for experts who need to integrate with an existing VM": "",
|
||||
"The '{{.addonName}}' addon is enabled": "",
|
||||
"The '{{.driver}}' driver requires elevated permissions. The following commands will be executed:\\n\\n{{ .example }}\\n": "",
|
||||
|
@ -799,4 +799,4 @@
|
|||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} na {{.platform}}",
|
||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} nie jest wspierany przez system plików. I tak spróbujemy!",
|
||||
"{{.url}} is not accessible: {{.error}}": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue