Skip to content

Commit

Permalink
chore(release): automatic release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-releases[bot] authored Dec 20, 2024
2 parents 10855bd + fff1da8 commit 2b59f19
Show file tree
Hide file tree
Showing 32 changed files with 3,164 additions and 3,164 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=22.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"ioredis": "5.4.1",
"ioredis": "5.4.2",
"superjson": "2.2.2",
"winston": "3.17.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@homarr/db": "workspace:^",
"@homarr/definitions": "workspace:^",
"@homarr/log": "workspace:^",
"ioredis": "5.4.1",
"ioredis": "5.4.2",
"superjson": "2.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deepmerge": "4.3.1",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.21",
"next-intl": "3.26.2",
"next-intl": "3.26.3",
"react": "^19.0.0"
},
"devDependencies": {
Expand Down
54 changes: 27 additions & 27 deletions packages/translation/src/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
"init": {
"step": {
"start": {
"title": "",
"subtitle": "",
"description": "",
"title": "Vítejte v Homarru",
"subtitle": "Pojďme začít nastavením instance Homarru.",
"description": "Chcete-li začít, zvolte, jak chcete nastavit instanci Homarru.",
"action": {
"scratch": "",
"importOldmarr": ""
"scratch": "Začít od začátku",
"importOldmarr": "Import z Homarru před verzí 1.0"
}
},
"import": {
"title": "",
"subtitle": "",
"title": "Import dat",
"subtitle": "Můžete importovat data z existující instance Homarru.",
"dropzone": {
"title": "",
"description": ""
"title": "Přetáhněte zip soubor sem nebo klikněte pro procházení souborů",
"description": "Nahraný zip soubor bude zpracován a budete si moci vybrat, co chcete importovat"
},
"fileInfo": {
"action": {
"change": ""
"change": "Změnit soubor"
}
},
"importSettings": {
"title": "",
"description": ""
"title": "Importovat nastavení",
"description": "Konfigurovat chování importu"
},
"boardSelection": {
"title": "",
"description": "",
"description": "Vyberte všechny plochy s velikostmi, které chcete importovat",
"action": {
"selectAll": "",
"unselectAll": ""
"selectAll": "Vybrat vše",
"unselectAll": "Zrušit vybraní všeho"
}
},
"summary": {
"title": "",
"title": "Přehled importu",
"description": "",
"action": {
"import": ""
Expand All @@ -51,7 +51,7 @@
"title": "",
"field": {
"token": {
"label": "Token",
"label": "",
"description": ""
}
},
Expand Down Expand Up @@ -1213,11 +1213,11 @@
}
},
"iframe": {
"name": "iFrame",
"name": "",
"description": "Vložte jakýkoli obsah z internetu. Některé webové stránky mohou omezit přístup.",
"option": {
"embedUrl": {
"label": "Embed URL"
"label": ""
},
"allowFullScreen": {
"label": "Povolit celou obrazovku"
Expand Down Expand Up @@ -1981,7 +1981,7 @@
},
"error": {
"noBoard": {
"title": "",
"title": "Vítejte v Homarru",
"description": "",
"link": "",
"notice": ""
Expand Down Expand Up @@ -2042,9 +2042,9 @@
"tools": {
"label": "Nástroje",
"items": {
"docker": "Docker",
"docker": "",
"logs": "",
"api": "API",
"api": "",
"tasks": ""
}
},
Expand Down Expand Up @@ -2199,7 +2199,7 @@
},
"field": {
"id": {
"label": "ID"
"label": ""
},
"creator": {
"label": "Vytvořil/a"
Expand All @@ -2208,7 +2208,7 @@
"label": "Datum konce platnosti"
},
"token": {
"label": "Token"
"label": ""
}
}
}
Expand Down Expand Up @@ -2370,7 +2370,7 @@
}
},
"api": {
"title": "API",
"title": "",
"modal": {
"createApiToken": {
"title": "",
Expand All @@ -2390,7 +2390,7 @@
},
"table": {
"header": {
"id": "ID",
"id": "",
"createdBy": ""
}
}
Expand Down Expand Up @@ -2602,7 +2602,7 @@
"tools": {
"label": "Nástroje",
"docker": {
"label": "Docker"
"label": ""
},
"logs": {
"label": ""
Expand Down
Loading

0 comments on commit 2b59f19

Please sign in to comment.