From 8f4c5fb88439356db49fa7ca6cad8167a523bba3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 11 Sep 2022 14:29:32 +0200 Subject: [PATCH 1/3] Add French --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 943dabb..eaeecf4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "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", "url": "https://support.apple.com/en-us/HT201250", @@ -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" } } ] From f514fe1a523b15b4ad5723e572959fac02dc4961 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 11 Sep 2022 12:29:36 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 From bac91cdfd90ff9f27331e066741f7523224193f6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 11 Sep 2022 14:30:55 +0200 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index eaeecf4..d91881b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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",