diff --git a/README.md b/README.md index a81fa15..b94f60f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Package to create a Time Machine Backup Source **Shipped version:** 1.0~ynh4 + ## Screenshots ![Screenshot of Time Machine](./doc/screenshots/example.jpg) diff --git a/README_fr.md b/README_fr.md index 131a7bd..561781c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,8 @@ Package to create a Time Machine Backup Source - Integrated with YunoHost's Backups - Supports multiple installs -**Version incluse :** 1.0~ynh4 +**Version incluse :** 1.0~ynh4 + ## Captures d'écran diff --git a/manifest.json b/manifest.json index 943dabb..d91881b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "timemachine", "packaging_format": 1, "description": { - "en": "App to setup the server as a Time Machine backup target", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": "Application to configure the server as a Time Machine backup target", + "fr": "Application pour configurer le serveur comme cible de sauvegarde Time Machine" }, - "version": "1.0~ynh4", + "version": "1.0~ynh5", "url": "https://support.apple.com/en-us/HT201250", "upstream": { "license": "WTFPL", @@ -34,7 +34,8 @@ "name": "password", "type": "password", "help": { - "en": "Password to access the Time Machine" + "en": "Password to access the Time Machine", + "fr": "Mot de passe pour accéder à Time Machine" } } ]