1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Add french translation of SFTP access into config panel

This commit is contained in:
Grena 2024-06-05 10:34:40 +02:00
parent cab30de685
commit 0f47d1c6cb

View file

@ -4,19 +4,23 @@ version = "1.0"
name = "My Webapp configuration" name = "My Webapp configuration"
[main.sftp] [main.sftp]
name = "SFTP access" name.en = "SFTP access"
name.fr = "Accès SFTP"
[main.sftp.with_sftp] [main.sftp.with_sftp]
ask = "Do you need a SFTP access?" ask.en = "Do you need a SFTP access?"
ask.fr = "Avez-vous besoin d'un accès SFTP ?"
type = "boolean" type = "boolean"
default = true default = true
[main.sftp.password] [main.sftp.password]
ask = "Set a password for the SFTP access" ask.en = "Set a password for the SFTP access"
ask.fr = "Définir un mot de passe pour laccès SFTP"
type = "password" type = "password"
optional = true optional = true
visible = "with_sftp" visible = "with_sftp"
help = "If a password already exist, leave blank and it will not be replaced." help.en = "If a password already exist, leave blank and it will not be replaced."
help.fr = "Si un mot de passe existe déjà, laissez vide et il ne sera pas remplacé."
[main.php_fpm_config] [main.php_fpm_config]
name = "PHP-FPM configuration" name = "PHP-FPM configuration"