🌐 New Crowdin updates (#1531)
This commit is contained in:
52
public/locales/cs/manage/users/create.json
Normal file
52
public/locales/cs/manage/users/create.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"metaTitle": "",
|
||||
"steps": {
|
||||
"account": {
|
||||
"title": "",
|
||||
"text": "",
|
||||
"username": {
|
||||
"label": ""
|
||||
},
|
||||
"email": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "",
|
||||
"text": "",
|
||||
"password": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"finish": {
|
||||
"title": "",
|
||||
"text": "",
|
||||
"card": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"property": "",
|
||||
"value": "",
|
||||
"username": "",
|
||||
"email": "",
|
||||
"password": ""
|
||||
},
|
||||
"notSet": "",
|
||||
"valid": ""
|
||||
},
|
||||
"failed": ""
|
||||
},
|
||||
"completed": {
|
||||
"alert": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"generateRandomPassword": "",
|
||||
"createAnother": ""
|
||||
}
|
||||
}
|
||||
48
public/locales/cs/manage/users/invites.json
Normal file
48
public/locales/cs/manage/users/invites.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"metaTitle": "",
|
||||
"pageTitle": "Správa pozvánek uživatelů",
|
||||
"description": "Pomocí pozvánek můžete pozvat uživatele do instance služby Homarr. Pozvánka je platná pouze po určitou dobu a lze ji použít pouze jednou. Platnost musí být v rozmezí od 5 minut do 12 měsíců od vytvoření.",
|
||||
"button": {
|
||||
"createInvite": "Vytvořit pozvánku",
|
||||
"deleteInvite": ""
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"id": "ID",
|
||||
"creator": "Vytvořil",
|
||||
"expires": "Expiruje",
|
||||
"action": "Akce"
|
||||
},
|
||||
"data": {
|
||||
"expiresAt": "",
|
||||
"expiresIn": "za {{in}}"
|
||||
}
|
||||
},
|
||||
"modals": {
|
||||
"create": {
|
||||
"title": "",
|
||||
"description": "",
|
||||
"form": {
|
||||
"expires": "",
|
||||
"submit": ""
|
||||
}
|
||||
},
|
||||
"copy": {
|
||||
"title": "",
|
||||
"description": "",
|
||||
"invitationLink": "",
|
||||
"details": {
|
||||
"id": "ID",
|
||||
"token": ""
|
||||
},
|
||||
"button": {
|
||||
"close": ""
|
||||
}
|
||||
},
|
||||
"delete": {
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"noInvites": ""
|
||||
}
|
||||
Reference in New Issue
Block a user