diff --git a/manifest.toml b/manifest.toml index faf320f..9a56390 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,6 +5,7 @@ packaging_format = 2 id = "nomad" name = "Nomad" description.en = "Simple and flexible workload orchestrator" +description.fr = "Orchestrateur de charge de travail simple et flexible" version = "1.7.7~ynh2" @@ -36,32 +37,32 @@ ram.runtime = "50M" default = "visitors" [install.node_type] - ask.en = "What kind of Nomad node you want to install ?" + ask.en = "What kind of Nomad node you want to install?" type = "select" choices = ["server", "client"] default = "server" [install.bootstrap_expect] - ask.en = "[Server only] How many server nodes to wait for before bootstrapping ?" + ask.en = "[Server only] How many server nodes to wait for before bootstrapping?" help.en = "For production, it's recommanded to have 3 to 5 server nodes." type = "select" choices = ["1", "3", "5", "7", "9"] default = "1" [install.retry_join] - ask.en = "[Server only] What is the IP of another server to join ?" + ask.en = "[Server only] What is the IP of another server to join?" type = "string" example = "192.168.1.100" optional = true [install.server_ip] - ask.en = "[Client only] What is the IP of the Nomad server node ?" + ask.en = "[Client only] What is the IP of the Nomad server node?" type = "string" example = "192.168.1.100" optional = true [install.driver_lxc] - ask.en = "[Client only] Do you want to install LXC driver ?" + ask.en = "[Client only] Do you want to install LXC driver?" help.en = "It will also install lxc." type = "boolean" default = true