🌐 Add missing translations
This commit is contained in:
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."
|
||||
}
|
||||
Reference in New Issue
Block a user