1
0

fix(translation): TOTP casing

This commit is contained in:
Dominik Pschenitschni 2024-07-04 10:46:15 +02:00 committed by konrad
parent f9e0b43707
commit 5e84a237fb

View File

@ -104,15 +104,15 @@
"totp": { "totp": {
"title": "Two Factor Authentication", "title": "Two Factor Authentication",
"enroll": "Enroll", "enroll": "Enroll",
"finishSetupPart1": "To finish your setup, use this secret in your totp app (Google Authenticator or similar):", "finishSetupPart1": "To finish your setup, use this secret in your TOTP app (Google Authenticator or similar):",
"finishSetupPart2": "After that, enter a code from your app below.", "finishSetupPart2": "After that, enter a code from your app below.",
"scanQR": "Alternatively you can scan this QR code:", "scanQR": "Alternatively you can scan this QR code:",
"passcode": "Passcode", "passcode": "Passcode",
"passcodePlaceholder": "A code generated by your totp application", "passcodePlaceholder": "A code generated by your TOTP application",
"setupSuccess": "You've successfully set up two factor authentication!", "setupSuccess": "You've successfully set up two factor authentication!",
"enterPassword": "Please Enter Your Password", "enterPassword": "Please Enter Your Password",
"disable": "Disable two factor authentication", "disable": "Disable two factor authentication",
"confirmSuccess": "You've successfully confirmed your totp setup and can use it from now on!", "confirmSuccess": "You've successfully confirmed your TOTP setup and can use it from now on!",
"disableSuccess": "Two factor authentication was successfully disabled." "disableSuccess": "Two factor authentication was successfully disabled."
}, },
"caldav": { "caldav": {
@ -1141,9 +1141,9 @@
"1012": "Email address of the user not confirmed.", "1012": "Email address of the user not confirmed.",
"1013": "New password is empty.", "1013": "New password is empty.",
"1014": "Old password is empty.", "1014": "Old password is empty.",
"1015": "Totp is already enabled for this user.", "1015": "TOTP is already enabled for this user.",
"1016": "Totp is not enabled for this user.", "1016": "TOTP is not enabled for this user.",
"1017": "The totp passcode is invalid.", "1017": "The TOTP passcode is invalid.",
"1018": "The user avatar type setting is invalid.", "1018": "The user avatar type setting is invalid.",
"2001": "ID cannot be empty or 0.", "2001": "ID cannot be empty or 0.",
"2002": "Some of the request data was invalid.", "2002": "Some of the request data was invalid.",