🌐 Add missing translations
This commit is contained in:
50
public/locales/en/user/create.json
Normal file
50
public/locales/en/user/create.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"steps": {
|
||||
"account": {
|
||||
"title": "First step",
|
||||
"text": "Create account",
|
||||
"username": {
|
||||
"label": "Username"
|
||||
},
|
||||
"email": {
|
||||
"label": "E-Mail"
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "Second step",
|
||||
"text": "Password",
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"requirement": "Includes at least 6 characters"
|
||||
}
|
||||
},
|
||||
"finish": {
|
||||
"title": "Final step",
|
||||
"text": "Save to database",
|
||||
"card": {
|
||||
"title": "Review your inputs",
|
||||
"text": "After you submit your data to the database, the user will be able to log in. Are you sure that you want to store this user in the database and activate the login?"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"property": "Property",
|
||||
"value": "Value",
|
||||
"username": "Username",
|
||||
"email": "E-Mail",
|
||||
"password": "Password"
|
||||
},
|
||||
"notSet": "Not set",
|
||||
"valid": "Valid"
|
||||
},
|
||||
"alertConfirmed": "User has been created in the database. They can now log in."
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"confirm": "Confirm",
|
||||
"generateRandomPw": "Generate random",
|
||||
"createAnother": "Create another",
|
||||
"goBack": "Go back to users"
|
||||
}
|
||||
}
|
||||
21
public/locales/en/user/invites.json
Normal file
21
public/locales/en/user/invites.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"title": "Manage user invites",
|
||||
"text": "Using invites, you can invite users to your Homarr instance. An invitation will only be valid for a certain time-span and can be used once. The expiration must be between 5 minutes and 12 months upon creation.",
|
||||
"button": {
|
||||
"createInvite": "Create invitation",
|
||||
"deleteInvite": "Delete invite"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"id": "ID",
|
||||
"creator": "Creator",
|
||||
"expires": "Expires",
|
||||
"action": "Actions"
|
||||
},
|
||||
"data": {
|
||||
"expiresAt": "expired {{at}}",
|
||||
"expiresIn": "in {{in}}"
|
||||
}
|
||||
},
|
||||
"noInvites": "There are no invitations yet."
|
||||
}
|
||||
16
public/locales/en/user/manage.json
Normal file
16
public/locales/en/user/manage.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Manage users",
|
||||
"text": "Using users, you have granular control who can access, edit or delete resources on your Homarr instance.",
|
||||
"buttons": {
|
||||
"create": "Create"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"user": "User"
|
||||
}
|
||||
},
|
||||
"modals": {
|
||||
"delete": "Delete user {{name}}"
|
||||
},
|
||||
"searchDoesntMatch": "Your search does not match any entries. Please adjust your filter."
|
||||
}
|
||||
Reference in New Issue
Block a user