Add reset i18n

This commit is contained in:
Restray
2022-04-02 23:57:37 +02:00
parent c1c25d59c8
commit 13891110ce
4 changed files with 21 additions and 12 deletions

View File

@@ -63,14 +63,20 @@
"type": "Type",
"html_url": "HTML URL",
"api_url": "API URL",
"organization": "Organization"
"organization": "Organization",
"new_password": "New password",
"super_secure_new_password": "Super secure new password",
"submit": "Submit"
},
"register": {
"register": "Register",
"first_user": "You are registering the first user. It will be the administrator of your Coolify instance."
},
"reset": {
"reset_password": "Reset password"
"reset_password": "Reset",
"invalid_secret_key": "Invalid secret key.",
"secret_key": "Secret Key",
"find_path_secret_key": "You can find it in ~/coolify/.env (COOLIFY_SECRET_KEY)"
},
"application": {
"configuration": {