Skip to content

Commit

Permalink
chore(lang): updated translations from crowdin
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
  • Loading branch information
homarr-crowdin[bot] authored Dec 16, 2024
1 parent 8c596bf commit 73f7df7
Show file tree
Hide file tree
Showing 28 changed files with 5,040 additions and 28 deletions.
181 changes: 180 additions & 1 deletion packages/translation/src/lang/cs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,109 @@
{
"init": {
"step": {
"start": {
"title": "",
"subtitle": "",
"description": "",
"action": {
"scratch": "",
"importOldmarr": ""
}
},
"import": {
"title": "",
"subtitle": "",
"dropzone": {
"title": "",
"description": ""
},
"fileInfo": {
"action": {
"change": ""
}
},
"importSettings": {
"title": "",
"description": ""
},
"boardSelection": {
"title": "",
"description": "",
"action": {
"selectAll": "",
"unselectAll": ""
}
},
"summary": {
"title": "",
"description": "",
"action": {
"import": ""
},
"entities": {
"apps": "",
"boards": "",
"integrations": "",
"credentialUsers": ""
}
},
"tokenModal": {
"title": "",
"field": {
"token": {
"label": "",
"description": ""
}
},
"notification": {
"error": {
"title": "",
"message": ""
}
}
}
},
"user": {
"title": "",
"subtitle": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": ""
}
}
},
"group": {
"title": "",
"subtitle": "",
"form": {
"name": {
"label": "",
"description": ""
}
}
},
"settings": {
"title": "",
"subtitle": ""
},
"finish": {
"title": "",
"subtitle": "",
"description": "",
"action": {
"goToBoard": "",
"createBoard": "",
"inviteUser": "",
"docs": ""
}
}
},
"backToStart": ""
},
"user": {
"title": "Uživatelé",
"name": "Uživatel",
Expand Down Expand Up @@ -588,6 +693,10 @@
"secrets": {
"title": "",
"lastUpdated": "",
"notSet": {
"label": "",
"tooltip": ""
},
"secureNotice": "",
"reset": {
"title": "",
Expand Down Expand Up @@ -687,6 +796,12 @@
"label": "",
"header": ""
},
"colorScheme": {
"options": {
"light": "",
"dark": ""
}
},
"information": {
"min": "",
"max": "",
Expand Down Expand Up @@ -768,7 +883,8 @@
"boardAlreadyExists": "",
"invalidFileType": "",
"fileTooLarge": "",
"invalidConfiguration": ""
"invalidConfiguration": "",
"groupNameTaken": ""
}
}
}
Expand Down Expand Up @@ -1527,6 +1643,65 @@
}
}
},
"mediaTranscoding": {
"name": "",
"description": "",
"option": {
"defaultView": {
"label": ""
},
"queuePageSize": {
"label": ""
}
},
"tab": {
"workers": "",
"queue": "",
"statistics": ""
},
"currentIndex": "",
"healthCheck": {
"title": "",
"queued": "",
"status": {
"healthy": "",
"unhealthy": ""
}
},
"panel": {
"statistics": {
"empty": "",
"transcodes": "",
"transcodesCount": "",
"healthChecksCount": "",
"filesCount": "",
"savedSpace": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
},
"workers": {
"empty": "",
"table": {
"file": "",
"eta": "",
"progress": "",
"transcode": "",
"healthCheck": ""
}
},
"queue": {
"empty": "",
"table": {
"file": "",
"size": "",
"transcode": "",
"healthCheck": ""
}
}
}
},
"rssFeed": {
"name": "",
"description": "",
Expand Down Expand Up @@ -1606,6 +1781,7 @@
},
"screenSize": {
"label": "",
"description": "",
"option": {
"sm": "Malé",
"md": "Střední",
Expand Down Expand Up @@ -2155,6 +2331,9 @@
},
"updateChecker": {
"label": ""
},
"mediaTranscoding": {
"label": ""
}
}
},
Expand Down
Loading

0 comments on commit 73f7df7

Please sign in to comment.