Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
89fa961b6d
commit
790c0f1023
3 changed files with 2373 additions and 2357 deletions
2390
src/i18n/en.json
2390
src/i18n/en.json
File diff suppressed because it is too large
Load diff
|
@ -29,6 +29,9 @@
|
|||
},
|
||||
"staff": "Staff"
|
||||
},
|
||||
"shoutbox": {
|
||||
"title": "Frothbox"
|
||||
},
|
||||
"chat": {
|
||||
"title": "Chat"
|
||||
},
|
||||
|
@ -94,9 +97,9 @@
|
|||
"enter_recovery_code": "Enter a recovery code",
|
||||
"enter_two_factor_code": "Enter a two-factor code",
|
||||
"recovery_code": "Recovery code",
|
||||
"heading" : {
|
||||
"totp" : "Two-factor authentication",
|
||||
"recovery" : "Two-factor recovery"
|
||||
"heading": {
|
||||
"totp": "Two-factor authentication",
|
||||
"recovery": "Two-factor recovery"
|
||||
}
|
||||
},
|
||||
"media_modal": {
|
||||
|
@ -227,17 +230,17 @@
|
|||
"security": "Security",
|
||||
"enter_current_password_to_confirm": "Enter your current password to confirm your identity",
|
||||
"mfa": {
|
||||
"otp" : "OTP",
|
||||
"setup_otp" : "Setup OTP",
|
||||
"wait_pre_setup_otp" : "presetting OTP",
|
||||
"confirm_and_enable" : "Confirm & enable OTP",
|
||||
"otp": "OTP",
|
||||
"setup_otp": "Setup OTP",
|
||||
"wait_pre_setup_otp": "presetting OTP",
|
||||
"confirm_and_enable": "Confirm & enable OTP",
|
||||
"title": "Two-factor Authentication",
|
||||
"generate_new_recovery_codes" : "Generate new recovery codes",
|
||||
"warning_of_generate_new_codes" : "When you generate new recovery codes, your old codes won’t work anymore.",
|
||||
"recovery_codes" : "Recovery codes.",
|
||||
"generate_new_recovery_codes": "Generate new recovery codes",
|
||||
"warning_of_generate_new_codes": "When you generate new recovery codes, your old codes won’t work anymore.",
|
||||
"recovery_codes": "Recovery codes.",
|
||||
"waiting_a_recovery_codes": "Receiving backup codes...",
|
||||
"recovery_codes_warning" : "Write the codes down or save them somewhere secure - otherwise you won't see them again. If you lose access to your 2FA app and recovery codes you'll be locked out of your account.",
|
||||
"authentication_methods" : "Authentication methods",
|
||||
"recovery_codes_warning": "Write the codes down or save them somewhere secure - otherwise you won't see them again. If you lose access to your 2FA app and recovery codes you'll be locked out of your account.",
|
||||
"authentication_methods": "Authentication methods",
|
||||
"scan": {
|
||||
"title": "Scan",
|
||||
"desc": "Using your two-factor app, scan this QR code or enter text key:",
|
||||
|
@ -716,10 +719,10 @@
|
|||
"favorite": "Pat",
|
||||
"add_reaction": "Add Reaction",
|
||||
"user_settings": "User Settings",
|
||||
"accept_follow_request": "Accept snuggle request",
|
||||
"accept_follow_request": "Accept snuggle request",
|
||||
"reject_follow_request": "Reject snuggle request"
|
||||
},
|
||||
"upload":{
|
||||
"upload": {
|
||||
"error": {
|
||||
"base": "Upload failed.",
|
||||
"file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||
|
|
2309
src/i18n/fr.json
2309
src/i18n/fr.json
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue