feat(apps/i18n): extract strings to translate for application photoprism

This commit is contained in:
Laurent Peuch 2024-03-25 21:45:15 +01:00
parent b4dc1438f1
commit d35b73e3af
2 changed files with 12 additions and 0 deletions

View file

@ -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."
}

View file

@ -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."
}