Fix message when app not in catalog

This commit is contained in:
Alexandre Aubin 2021-03-01 15:18:19 +01:00 committed by GitHub
parent b643a38f97
commit 3c5affea86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
"title": "Installer {app_name} avec YunoHost", "title": "Installer {app_name} avec YunoHost",
"server_link": "Lien vers votre serveur YunoHost", "server_link": "Lien vers votre serveur YunoHost",
"install_button": "Installer {app_name}", "install_button": "Installer {app_name}",
"app_notfound": "Cette application n'est maintenue ni officiellemment, ni par la communauté.", "app_notfound": "Cette application n'est pas dans le catalogue d'apps YunoHost.",
"working": "fonctionnel", "working": "fonctionnel",
"inprogress": "en cours de développement", "inprogress": "en cours de développement",
"notworking": "non fonctionnel", "notworking": "non fonctionnel",