From d35b73e3afcc50d1eec100e1a5a57fde2ce22ba4 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 21:45:15 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application photoprism --- translations/apps/photoprism/en.json | 6 ++++++ translations/apps/photoprism/fr.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 translations/apps/photoprism/en.json create mode 100644 translations/apps/photoprism/fr.json diff --git a/translations/apps/photoprism/en.json b/translations/apps/photoprism/en.json new file mode 100644 index 0000000..4227797 --- /dev/null +++ b/translations/apps/photoprism/en.json @@ -0,0 +1,6 @@ +{ + "description": "AI-Powered Photos App for the Decentralized Web", + "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/fr.json b/translations/apps/photoprism/fr.json new file mode 100644 index 0000000..39a4928 --- /dev/null +++ b/translations/apps/photoprism/fr.json @@ -0,0 +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_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