mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
i18n
This commit is contained in:
parent
122dfb3e78
commit
d654ac2755
@ -712,6 +712,8 @@
|
|||||||
"password": {
|
"password": {
|
||||||
"title": "Password",
|
"title": "Password",
|
||||||
"placeholder": "Enter password",
|
"placeholder": "Enter password",
|
||||||
|
"show": "Show password",
|
||||||
|
"hide": "Hide password",
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "Confirm Password",
|
"title": "Confirm Password",
|
||||||
"placeholder": "Confirm Password"
|
"placeholder": "Confirm Password"
|
||||||
@ -723,6 +725,13 @@
|
|||||||
"strong": "Strong",
|
"strong": "Strong",
|
||||||
"veryStrong": "Very Strong"
|
"veryStrong": "Very Strong"
|
||||||
},
|
},
|
||||||
|
"requirements": {
|
||||||
|
"title": "Password requirements:",
|
||||||
|
"length": "At least 8 characters",
|
||||||
|
"uppercase": "At least one uppercase letter",
|
||||||
|
"digit": "At least one digit",
|
||||||
|
"special": "At least one special character (!@#$%^&*(),.?\":{}|<>)"
|
||||||
|
},
|
||||||
"match": "Passwords match",
|
"match": "Passwords match",
|
||||||
"notMatch": "Passwords don't match"
|
"notMatch": "Passwords don't match"
|
||||||
},
|
},
|
||||||
@ -733,6 +742,10 @@
|
|||||||
"placeholder": "Re-enter new password"
|
"placeholder": "Re-enter new password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"currentPassword": {
|
||||||
|
"title": "Current Password",
|
||||||
|
"placeholder": "Enter your current password"
|
||||||
|
},
|
||||||
"usernameIsRequired": "Username is required",
|
"usernameIsRequired": "Username is required",
|
||||||
"passwordIsRequired": "Password is required"
|
"passwordIsRequired": "Password is required"
|
||||||
},
|
},
|
||||||
@ -750,6 +763,9 @@
|
|||||||
"passwordSetting": {
|
"passwordSetting": {
|
||||||
"cannotBeEmpty": "Password cannot be empty",
|
"cannotBeEmpty": "Password cannot be empty",
|
||||||
"doNotMatch": "Passwords do not match",
|
"doNotMatch": "Passwords do not match",
|
||||||
|
"currentPasswordRequired": "Current password is required",
|
||||||
|
"incorrectCurrentPassword": "Current password is incorrect",
|
||||||
|
"passwordVerificationFailed": "Failed to verify password",
|
||||||
"updatePassword": "Update Password for {{username}}",
|
"updatePassword": "Update Password for {{username}}",
|
||||||
"setPassword": "Set Password",
|
"setPassword": "Set Password",
|
||||||
"desc": "Create a strong password to secure this account."
|
"desc": "Create a strong password to secure this account."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user