From ab9e39d8e33af90071cf346d98944aa9f47296d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 12 Mar 2019 23:08:38 +0100 Subject: [PATCH] Add French translation for i18n tags (#13126) --- i18n/fr.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/i18n/fr.toml b/i18n/fr.toml index e18b466274..c5d4bb39c6 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -30,6 +30,24 @@ other = "Non" [latest_version] other = "dernière version." +[version_check_mustbe] +other = "Votre serveur Kubernetes doit être version " + +[version_check_mustbeorlater] +other = "Votre serveur Kubernetes doit être au moins à la version " + +[version_check_tocheck] +other = "Pour consulter la version, entrez " + +[caution] +other = "Avertissement:" + +[note] +other = "Note:" + +[warning] +other = "Attention:" + [main_read_about] other = "A propos"