mirror of
https://github.com/YunoHost/apps_translations.git
synced 2024-09-03 20:06:05 +02:00
feat(apps/i18n): extract strings to translate for application gotosocial
This commit is contained in:
parent
c26beb595a
commit
9acc21d686
2 changed files with 26 additions and 0 deletions
13
translations/apps/gotosocial/en.json
Normal file
13
translations/apps/gotosocial/en.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"description": "Fast ActivityPub social network server written in Go",
|
||||||
|
"install_accounts_approval_required_ask": "Registration approval?",
|
||||||
|
"install_accounts_approval_required_help": "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?",
|
||||||
|
"install_accounts_reason_required_ask": "Request registration reason?",
|
||||||
|
"install_accounts_reason_required_help": "Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?",
|
||||||
|
"install_accounts_registration_open_ask": "Open registration?",
|
||||||
|
"install_accounts_registration_open_help": "Do you want people to be able to just submit sign up requests (true), or do you want invite only (false)?",
|
||||||
|
"install_admin_ask": "Name your admin user for GoToSocial",
|
||||||
|
"install_admin_help": "Must be in lower case and without special characters.",
|
||||||
|
"install_email_ask": "The email adress of your admin account.",
|
||||||
|
"install_password_help": "Must contain: upper case, lower case, number and special character."
|
||||||
|
}
|
13
translations/apps/gotosocial/fr.json
Normal file
13
translations/apps/gotosocial/fr.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"description": "Serveur de r\u00e9seau social v\u00e9loce bas\u00e9 sur ActivityPub \u00e9crit en Go",
|
||||||
|
"install_accounts_approval_required_ask": "V\u00e9rification manuelle des inscriptions ?",
|
||||||
|
"install_accounts_approval_required_help": "Les demandes d'inscription doivent-elles \u00eatre approuv\u00e9es par un-e administrateur-ice/mod\u00e9rateur-ice avant qu'un compte puisse se connecter et utiliser le serveur ?",
|
||||||
|
"install_accounts_reason_required_ask": "Demande de motif pour les inscriptions ?",
|
||||||
|
"install_accounts_reason_required_help": "Les demandes d'inscription doivent-elles \u00eatre accompagn\u00e9e d'un motif (par exemple, une explication de la raison pour laquelle la personne veut rejoindre l'instance) ?",
|
||||||
|
"install_accounts_registration_open_ask": "Inscriptions ouvertes ?",
|
||||||
|
"install_accounts_registration_open_help": "Voulez-vous que les gens puissent envoyer des demandes d'inscription (true) ou voulez-vous que les inscriptions soient uniquement sur invitation (false) ?",
|
||||||
|
"install_admin_ask": "Nommez votre compte administrateur pour GoToSocial",
|
||||||
|
"install_admin_help": "Doit \u00eatre en minuscule et sans caract\u00e8re special.",
|
||||||
|
"install_email_ask": "L'adresse e-mail de votre compte admin.",
|
||||||
|
"install_password_help": "Il doit contenir : majuscule, minuscule, chiffre et caract\u00e8re sp\u00e9cial."
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue