pull/7287/head
Sharif Elgamal 2020-03-27 10:14:27 -07:00 committed by GitHub
parent 47858bf92b
commit 969c90f5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@ All translations are stored in the top-level `translations` directory.
```
~/minikube$ vi translations/fr.json
{
\[...\]
"Amount of time to wait for a service in seconds": "",
[...]
"Amount of time to wait for a service in seconds": "",
"Amount of time to wait for service in seconds": "",
"Another hypervisor, such as VirtualBox, is conflicting with KVM. Please stop the other hypervisor, or use --driver to switch to it.": "",
"Automatically selected the {{.driver}} driver": "Choix automatique du driver {{.driver}}",
@ -57,7 +57,7 @@ All translations are stored in the top-level `translations` directory.
"Available Commands": "",
"Basic Commands:": "",
"Because you are using docker driver on Mac, the terminal needs to be open to run it.": "",
\[...\]
[...]
}
```