🌐 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
+44
View File
@@ -0,0 +1,44 @@
{
"metaTitle": "Plochy",
"pageTitle": "Plochy",
"cards": {
"statistics": {
"apps": "Aplikace",
"widgets": "Widgety",
"categories": "Kategorie"
},
"buttons": {
"view": ""
},
"menu": {
"setAsDefault": "",
"delete": {
"label": "",
"disabled": ""
}
},
"badges": {
"fileSystem": "",
"default": ""
}
},
"buttons": {
"create": ""
},
"modals": {
"delete": {
"title": "",
"text": ""
},
"create": {
"title": "",
"text": "",
"form": {
"name": {
"label": ""
},
"submit": ""
}
}
}
}
+23
View File
@@ -0,0 +1,23 @@
{
"metaTitle": "Spravovat",
"hero": {
"title": "Vítej zpět, {{username}}",
"fallbackUsername": "",
"subtitle": "Vítejte ve Vašem Centru aplikací. Organizujte, optimalizujte a ovládněte!"
},
"quickActions": {
"title": "Rychlé akce",
"boards": {
"title": "Vaše plochy",
"subtitle": "Vytvářejte a spravujte Vaše plochy"
},
"inviteUsers": {
"title": "Pozvěte nového uživatele",
"subtitle": "Vytvářejte a posílejte pozvánky k registraci"
},
"manageUsers": {
"title": "Správa uživatelů",
"subtitle": "Odstraňujte a spravujte Vaše uživatele"
}
}
}
+36
View File
@@ -0,0 +1,36 @@
{
"metaTitle": "Uživatelé",
"pageTitle": "Správa uživatelů",
"text": "",
"buttons": {
"create": ""
},
"table": {
"header": {
"user": ""
}
},
"tooltips": {
"deleteUser": "",
"demoteAdmin": "",
"promoteToAdmin": ""
},
"modals": {
"delete": {
"title": "",
"text": ""
},
"change-role": {
"promote": {
"title": "",
"text": ""
},
"demote": {
"title": "",
"text": ""
},
"confirm": ""
}
},
"searchDoesntMatch": ""
}
@@ -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": ""
}
}
@@ -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": ""
}