🌐 New Crowdin updates (#1531)

This commit is contained in:
Thomas Camlong
2023-11-03 21:15:08 +01:00
committed by GitHub
parent 4f0be52fe9
commit f4a4b3c252
428 changed files with 5095 additions and 2744 deletions

View 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": ""
}
}

View 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": ""
}