config: update crowdin translations
This commit is contained in:
@@ -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
public/locales/cs/manage/users/edit.json
Normal file
55
public/locales/cs/manage/users/edit.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user