From c3cbedf7f6f2a68bf201cda05def9243b6680834 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 06:48:17 +0200 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application photoprism --- translations/apps/photoprism/manifest/en.json | 2 +- translations/apps/photoprism/manifest/fr.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/apps/photoprism/manifest/en.json b/translations/apps/photoprism/manifest/en.json index 4227797..3fa7c92 100644 --- a/translations/apps/photoprism/manifest/en.json +++ b/translations/apps/photoprism/manifest/en.json @@ -3,4 +3,4 @@ "install_init_main_permission_help": "If enabled, Photoprism will be accessible by mobile apps and by users without a YunoHost account. This can be changed later in the webadmin.", "install_language_ask": "Choose the application language", "install_password_help": "Photoprism currently supports only one user : admin. Choose a password here." -} \ No newline at end of file +} diff --git a/translations/apps/photoprism/manifest/fr.json b/translations/apps/photoprism/manifest/fr.json index 39a4928..b2e006f 100644 --- a/translations/apps/photoprism/manifest/fr.json +++ b/translations/apps/photoprism/manifest/fr.json @@ -1,6 +1,6 @@ { "description": "Gestion de photos en ligne", - "install_init_main_permission_help": "Si cette case est coch\u00e9e, Photoprism sera accessible par des applications mobiles et par les utilisateurs n\u2019ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin.", + "install_init_main_permission_help": "Si cette case est cochée, Photoprism sera accessible par des applications mobiles et par les utilisateurs n’ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin.", "install_language_ask": "Choisissez la langue de l'application", "install_password_help": "Photoprism ne permet qu'un seul utilisateur pour le moment. Choisissez un mot de passe ici." -} \ No newline at end of file +}