diff --git a/app/src/i18n/locales/cs.json b/app/src/i18n/locales/cs.json new file mode 100644 index 00000000..748b546e --- /dev/null +++ b/app/src/i18n/locales/cs.json @@ -0,0 +1,13 @@ +{ + "password": "Heslo", + "app_info_access_desc": "Skupiny a uživatelé kterým je povolen přístup aplikace:", + "app_change_url": "Změnit adresu", + "api_not_responding": "API YunoHost neodpovídá. Je možné, že „yunohost-api“ spadlo nebo bylo restartováno.", + "apply": "Použít", + "all_apps": "Všechny aplikace", + "all": "Všechno", + "administration_password": "Heslo administrátora", + "add": "Přidat", + "active": "Aktivní", + "action": "Akce" +} diff --git a/debian/changelog b/debian/changelog index 45610f04..4724eb7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +yunohost-admin (4.1.4) stable; urgency=low + + - [fix] Remove legacy code for certificate causing issues on some setups (ec805d6) + - [i18n] Translations updated for Czech + - Stable release + + Thanks to all contributors <3 ! (Aleks, Tom_) + + -- Kayou Thu, 14 Jan 2021 21:45:41 +0100 + yunohost-admin (4.1.3) stable; urgency=low - [fix] Partial revert #306 because code is broken... (cccb84b) diff --git a/debian/postinst b/debian/postinst index 67360059..5c7aa8af 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,10 +3,6 @@ set -e do_configure() { - # make the CA available from the web interface - if [ ! -f /usr/share/yunohost/admin/ca.crt ]; then - ln -s /etc/ssl/certs/ca-yunohost_crt.pem /usr/share/yunohost/admin/ca.crt - fi # Set document root permissions chown -R root:root /usr/share/yunohost/admin