[enh] add service descriptions to en.json

This commit is contained in:
Laurent Peuch 2018-05-17 06:00:04 +02:00
parent bc68bf39e7
commit 02842b311d

View file

@ -335,6 +335,24 @@
"service_conf_up_to_date": "The configuration is already up-to-date for service '{service}'", "service_conf_up_to_date": "The configuration is already up-to-date for service '{service}'",
"service_conf_updated": "The configuration has been updated for service '{service}'", "service_conf_updated": "The configuration has been updated for service '{service}'",
"service_conf_would_be_updated": "The configuration would have been updated for service '{service}'", "service_conf_would_be_updated": "The configuration would have been updated for service '{service}'",
"service_description_avahi-daemon": "Avahi mDNS/DNS-SD Stack",
"service_description_dnsmasq": "dnsmasq - A lightweight DHCP and caching DNS server",
"service_description_dovecot": "Dovecot IMAP/POP3 email server",
"service_description_fail2ban": "Start/stop fail2ban",
"service_description_glances": "Starts and daemonize Glances server",
"service_description_metronome": "Metronome XMPP Server",
"service_description_mysql": "Start and stop the mysql database server daemon",
"service_description_nginx": "A high performance web server and a reverse proxy server",
"service_description_nslcd": "LDAP connection daemon",
"service_description_php5-fpm": "The PHP FastCGI Process Manager",
"service_description_postfix": "Postfix Mail Transport Agent",
"service_description_redis-server": "Advanced key-value store",
"service_description_rmilter": "Another sendmail milter for different mail checks",
"service_description_rspamd": "rapid spam filtering system",
"service_description_slapd": "OpenLDAP standalone server (Lightweight Directory Access Protocol)",
"service_description_ssh": "OpenBSD Secure Shell server",
"service_description_yunohost-api": "YunoHost API Server",
"service_description_yunohost-firewall": "YunoHost Firewall",
"service_disable_failed": "Unable to disable service '{service:s}'\n\nRecent service logs:{logs:s}", "service_disable_failed": "Unable to disable service '{service:s}'\n\nRecent service logs:{logs:s}",
"service_disabled": "The service '{service:s}' has been disabled", "service_disabled": "The service '{service:s}' has been disabled",
"service_enable_failed": "Unable to enable service '{service:s}'\n\nRecent service logs:{logs:s}", "service_enable_failed": "Unable to enable service '{service:s}'\n\nRecent service logs:{logs:s}",