From b888462071093baadba45f2c08b4ae467b175021 Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Thu, 22 Apr 2021 11:37:21 +0200 Subject: [PATCH] feat: add 'en' translations for permissions --- manifest.webapp | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index f0cbf850e..10bfb9ccd 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -13,7 +13,7 @@ "long_description": "Ecolyo est le service proposé par la Métropole de Lyon pour suivre et comprendre la consommation énergétique globale de votre foyer afin de vous accompagner dans la gestion de votre consommation quotidienne de façon ludique en vous lançant des défis personnalisés.", "permissions": { "ecolyo": { - "description": "Utilisé pour partager vos données Ecolyo." + "description": "Utilisé pour partager vos données Ecolyo" }, "enedis": { "description": "Utilisé pour partager vos données Enedis" @@ -43,6 +43,42 @@ "description": "Utilisé pour récupérer de la donnée depuis vos comptes énergétiques" } } + }, + "en": { + "short_description": "Ecolyo is the service offered by the Métropole de Lyon to monitor and understand the overall energy consumption of your home.", + "long_description": "Ecolyo is the service offered by the Métropole de Lyon to monitor and understand the overall energy consumption of your home in order to support you in managing your daily consumption in a fun way by proposing you personalized challenges.", + "permissions": { + "ecolyo": { + "description": "Used to share your Ecolyo data" + }, + "enedis": { + "description": "Used to share your Enedis data" + }, + "grdf": { + "description": "Used to share your GRDF data" + }, + "egl": { + "description": "Used to share your EGL data" + }, + "apps": { + "description": "Required by cozy-bar to display app icons" + }, + "settings": { + "description": "Required by cozy-bar to display Cozy settings" + }, + "accounts": { + "description": "Used to handle accounts data" + }, + "konnectors": { + "description": "Used to handle connectors" + }, + "triggers": { + "description": "Used to retrieve data from your energy accounts" + }, + "jobs": { + "description": "Used to retrieve data from your energy accounts" + } + } } }, "langs": ["fr"], -- GitLab