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 Jan 18, 2025
1 parent 3434383 commit 3c8fbe3
Show file tree
Hide file tree
Showing 29 changed files with 1,834 additions and 94 deletions.
60 changes: 60 additions & 0 deletions packages/translation/src/lang/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,14 @@
"password": {
"label": "密码",
"newLabel": "新密码"
},
"tokenId": {
"label": "",
"newLabel": ""
},
"realm": {
"label": "",
"newLabel": ""
}
}
},
Expand Down Expand Up @@ -1411,6 +1419,12 @@
},
"fileSystem": {
"label": "显示文件系统信息"
},
"defaultTab": {
"label": ""
},
"sectionIndicatorRequirement": {
"label": ""
}
},
"popover": {
Expand All @@ -1430,6 +1444,52 @@
"memory": {},
"error": {
"internalServerError": "获取健康状态失败"
},
"cluster": {
"summary": {
"cpu": "",
"memory": ""
},
"resource": {
"node": {
"name": ""
},
"qemu": {
"name": ""
},
"lxc": {
"name": ""
},
"storage": {
"name": ""
}
},
"popover": {
"rightSection": {
"node": "",
"vmId": "",
"plugin": ""
},
"detail": {
"cpu": "",
"memory": "",
"storage": "",
"uptime": "",
"haState": "",
"storageType": {
"local": "",
"shared": ""
}
}
},
"table": {
"header": {
"name": "",
"cpu": "",
"memory": "",
"node": ""
}
}
}
},
"common": {
Expand Down
60 changes: 60 additions & 0 deletions packages/translation/src/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,14 @@
"password": {
"label": "Heslo",
"newLabel": "Nové heslo"
},
"tokenId": {
"label": "",
"newLabel": ""
},
"realm": {
"label": "",
"newLabel": ""
}
}
},
Expand Down Expand Up @@ -1411,6 +1419,12 @@
},
"fileSystem": {
"label": "Zobrazit informace o souborovém systému"
},
"defaultTab": {
"label": ""
},
"sectionIndicatorRequirement": {
"label": ""
}
},
"popover": {
Expand All @@ -1430,6 +1444,52 @@
"memory": {},
"error": {
"internalServerError": ""
},
"cluster": {
"summary": {
"cpu": "",
"memory": ""
},
"resource": {
"node": {
"name": ""
},
"qemu": {
"name": ""
},
"lxc": {
"name": ""
},
"storage": {
"name": ""
}
},
"popover": {
"rightSection": {
"node": "",
"vmId": "",
"plugin": ""
},
"detail": {
"cpu": "",
"memory": "",
"storage": "",
"uptime": "",
"haState": "",
"storageType": {
"local": "",
"shared": ""
}
}
},
"table": {
"header": {
"name": "",
"cpu": "",
"memory": "",
"node": ""
}
}
}
},
"common": {
Expand Down
60 changes: 60 additions & 0 deletions packages/translation/src/lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,14 @@
"password": {
"label": "Adgangskode",
"newLabel": "Nyt kodeord"
},
"tokenId": {
"label": "",
"newLabel": ""
},
"realm": {
"label": "",
"newLabel": ""
}
}
},
Expand Down Expand Up @@ -1411,6 +1419,12 @@
},
"fileSystem": {
"label": "Vis information om filsystemet"
},
"defaultTab": {
"label": ""
},
"sectionIndicatorRequirement": {
"label": ""
}
},
"popover": {
Expand All @@ -1430,6 +1444,52 @@
"memory": {},
"error": {
"internalServerError": ""
},
"cluster": {
"summary": {
"cpu": "",
"memory": ""
},
"resource": {
"node": {
"name": ""
},
"qemu": {
"name": ""
},
"lxc": {
"name": ""
},
"storage": {
"name": ""
}
},
"popover": {
"rightSection": {
"node": "",
"vmId": "",
"plugin": ""
},
"detail": {
"cpu": "",
"memory": "",
"storage": "",
"uptime": "",
"haState": "",
"storageType": {
"local": "",
"shared": ""
}
}
},
"table": {
"header": {
"name": "",
"cpu": "",
"memory": "",
"node": ""
}
}
}
},
"common": {
Expand Down
60 changes: 60 additions & 0 deletions packages/translation/src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,14 @@
"password": {
"label": "Passwort",
"newLabel": "Neues Passwort"
},
"tokenId": {
"label": "",
"newLabel": ""
},
"realm": {
"label": "",
"newLabel": ""
}
}
},
Expand Down Expand Up @@ -1411,6 +1419,12 @@
},
"fileSystem": {
"label": "Dateisystem Info anzeigen"
},
"defaultTab": {
"label": ""
},
"sectionIndicatorRequirement": {
"label": ""
}
},
"popover": {
Expand All @@ -1430,6 +1444,52 @@
"memory": {},
"error": {
"internalServerError": "Fehler beim Abrufen des Gesundheitsstatus"
},
"cluster": {
"summary": {
"cpu": "",
"memory": ""
},
"resource": {
"node": {
"name": ""
},
"qemu": {
"name": ""
},
"lxc": {
"name": ""
},
"storage": {
"name": ""
}
},
"popover": {
"rightSection": {
"node": "",
"vmId": "",
"plugin": ""
},
"detail": {
"cpu": "",
"memory": "",
"storage": "",
"uptime": "",
"haState": "",
"storageType": {
"local": "",
"shared": ""
}
}
},
"table": {
"header": {
"name": "",
"cpu": "",
"memory": "",
"node": ""
}
}
}
},
"common": {
Expand Down
Loading

0 comments on commit 3c8fbe3

Please sign in to comment.