mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 21:44:32 +02:00
Add Password and Profile update
This commit is contained in:
14
resources/js/langs/locales.js
vendored
14
resources/js/langs/locales.js
vendored
@ -21,13 +21,19 @@ export default {
|
||||
"request_password_reset": "Request a password reset",
|
||||
"reset_password": "Reset password",
|
||||
"new_password": "New password",
|
||||
"current_password": "Current password",
|
||||
"change_password": "Change password",
|
||||
"send_password_reset_link": "Send password reset link"
|
||||
"send_password_reset_link": "Send password reset link",
|
||||
"change_your_password": "Change your password",
|
||||
"your_password_has_been_changed": "Your password has been successfully changed ",
|
||||
"profile_saved": "Profile successfully updated!"
|
||||
}
|
||||
},
|
||||
"commons": {
|
||||
"cancel": "Cancel",
|
||||
"copy_to_clipboard": "Copy to clipboard"
|
||||
"update": "Update",
|
||||
"copy_to_clipboard": "Copy to clipboard",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"errors": {
|
||||
"resource_not_found": "Resource not found",
|
||||
@ -39,7 +45,9 @@ export default {
|
||||
"response": {
|
||||
"no_valid_totp": "No valid TOTP resource in this QR code"
|
||||
},
|
||||
"something_wrong_with_server": "Something is wrong with your server"
|
||||
"something_wrong_with_server": "Something is wrong with your server",
|
||||
"Unable_to_decrypt_uri": "Unable to decrypt uri",
|
||||
"wrong_current_password": "Wrong current password, nothing has changed"
|
||||
},
|
||||
"pagination": {
|
||||
"previous": "« Previous",
|
||||
|
Reference in New Issue
Block a user