config: update crowdin translations

This commit is contained in:
Thomas Camlong
2023-12-22 21:50:04 +01:00
committed by GitHub
parent 553fa98e61
commit fd3f8f317a
152 changed files with 2737 additions and 307 deletions
+10 -10
View File
@@ -8,22 +8,22 @@
"categories": "Kategorie"
},
"buttons": {
"view": ""
"view": "Zobrazit plochu"
},
"menu": {
"setAsDefault": "",
"setAsDefault": "Nastavit jako výchozí plochu",
"delete": {
"label": "",
"disabled": ""
"label": "Trvale smazat",
"disabled": "Smazání je zakázáno, protože starší komponenty Homarru neumožňují smazání výchozí konfigurace. Smazání bude možné v budoucnu."
}
},
"badges": {
"fileSystem": "",
"default": ""
"fileSystem": "Souborový systém",
"default": "Výchozí"
}
},
"buttons": {
"create": ""
"create": "Vytvořit novou plochu"
},
"modals": {
"delete": {
@@ -31,13 +31,13 @@
"text": ""
},
"create": {
"title": "",
"text": "",
"title": "Vytvořit plochu",
"text": "Název nelze po vytvoření plochy změnit.",
"form": {
"name": {
"label": ""
},
"submit": ""
"submit": "Vytvořit"
}
}
}
+11 -3
View File
@@ -1,13 +1,21 @@
{
"metaTitle": "Uživatelé",
"pageTitle": "Správa uživatelů",
"text": "",
"buttons": {
"create": ""
"create": "Vytvořit"
},
"filter": {
"roles": {
"all": "",
"normal": "",
"admin": "",
"owner": ""
}
},
"table": {
"header": {
"user": "Uživatel"
"user": "Uživatel",
"email": "E-mail"
}
},
"tooltips": {
+6 -6
View File
@@ -1,25 +1,25 @@
{
"metaTitle": "",
"metaTitle": "Vytvořit uživatele",
"steps": {
"account": {
"title": "",
"title": "První krok",
"text": "",
"username": {
"label": ""
},
"email": {
"label": ""
"label": "E-mail"
}
},
"security": {
"title": "",
"title": "Druhý krok",
"text": "",
"password": {
"label": ""
}
},
"finish": {
"title": "",
"title": "Potvrzení",
"text": "",
"card": {
"title": "",
@@ -30,7 +30,7 @@
"property": "",
"value": "",
"username": "",
"email": "",
"email": "E-mail",
"password": ""
},
"notSet": "",
+55
View File
@@ -0,0 +1,55 @@
{
"metaTitle": "",
"back": "",
"sections": {
"general": {
"title": "Obecné",
"inputs": {
"username": {
"label": ""
},
"eMail": {
"label": "E-mail"
}
}
},
"security": {
"title": "",
"inputs": {
"password": {
"label": ""
},
"terminateExistingSessions": {
"label": "",
"description": ""
},
"confirm": {
"label": "",
"description": ""
}
}
},
"roles": {
"title": "",
"currentRole": "",
"badges": {
"owner": "",
"admin": "",
"normal": ""
}
},
"deletion": {
"title": "",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
},
"confirm": {
"label": "Trvale smazat",
"description": ""
}
}
}
}
}
+5 -5
View File
@@ -20,11 +20,11 @@
},
"modals": {
"create": {
"title": "",
"description": "",
"title": "Vytvořit pozvánku",
"description": "Po vypršení platnosti pozvánka přestane být platná a příjemce pozvánky si nebude moci vytvořit účet.",
"form": {
"expires": "",
"submit": ""
"expires": "Datum konce platnosti",
"submit": "Vytvořit"
}
},
"copy": {
@@ -44,5 +44,5 @@
"description": ""
}
},
"noInvites": ""
"noInvites": "Zatím zde nejsou žádné pozvánky."
}