mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'soon' into staging
This commit is contained in:
commit
598fb5750c
@ -16,7 +16,8 @@
|
||||
"teams": "Equips",
|
||||
"form": "Formulari",
|
||||
"presentation": "Presentació",
|
||||
"doc": "Document"
|
||||
"doc": "Document",
|
||||
"diagram": "Diagrama"
|
||||
},
|
||||
"common_connectionLost": "<b>S'ha perdut la connexió amb el servidor</b><br>Fins que la connexió no torni, esteu en mode només de lectura.",
|
||||
"typeError": "Aquest document no és compatible amb l'aplicació seleccionada",
|
||||
@ -320,7 +321,7 @@
|
||||
"login_password": "Contrasenya",
|
||||
"login_confirm": "Confirmeu la contrasenya",
|
||||
"login_hashing": "Realitzant la funció resum a la contrasenya, pot portar una bona estona.",
|
||||
"login_noSuchUser": "El nom d'usuari o la contrasenya no són vàlids. Torneu-ho a provar o registreu-vos",
|
||||
"login_noSuchUser": "El nom d'usuari o la contrasenya no són vàlids",
|
||||
"login_invalUser": "Cal introduir el nom d'usuari",
|
||||
"login_invalPass": "Cal introduir la contrasenya",
|
||||
"login_unhandledError": "Hi ha hagut un error inesperat :(",
|
||||
|
||||
@ -1611,12 +1611,20 @@
|
||||
"settings_removeOwnedButton": "Destroy owned documents",
|
||||
"settings_removeOwnedText": "Please wait while your document are being destroyed...",
|
||||
"settings_removeOwnedHint": "All documents where you are the sole owner will be permanently destroyed",
|
||||
"recovery_header": "Account recovery",
|
||||
"recovery_header": "2FA recovery",
|
||||
"recovery_mfa_description": "If you have lost access to your Two-Factor Authentication method you can disable 2FA for your account using your recovery code. Please start by entering your login and password:",
|
||||
"recovery_mfa_secret": "Please enter your recovery code to disable 2FA for your account:",
|
||||
"ery_mfa_secret_ph": "Recovery code",
|
||||
"recovery_forgot": "Forgot recovery code",
|
||||
"recovery_forgot_text": "Please copy the following information and <a href=\"mailto:{0}\">email it</a> to your instance administrators",
|
||||
"recovery_mfa_error": "Unknown error. Please reload and try again.",
|
||||
"recovery_mfa_disabled": "Multi-factor authentication is already disabled for this account."
|
||||
"recovery_mfa_disabled": "Multi-factor authentication is already disabled for this account.",
|
||||
"admin_totpRecoveryTitle": "2FA Recovery",
|
||||
"admin_totpRecoveryHint": "Users can copy recovery data on the 2FA recovery page /recovery/ and email it to the instance administrators. Paste recovery data below to disable 2FA for an account",
|
||||
"admin_totpEnabled": "2FA is enabled",
|
||||
"admin_totpRecoveryMethod": "2FA recovery method",
|
||||
"admin_totpFailed": "Signature verification failed",
|
||||
"admin_totpCheck": "Signature verification success",
|
||||
"admin_totpDisable": "Disable 2FA for this account",
|
||||
"admin_totpDisableButton": "Disable"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user