Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Nov 12, 2024
1 parent e87af81 commit 8a69c09
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beszel/site/src/components/routes/system.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export default function SystemDetail({ name }: { name: string }) {
empty={dataEmpty}
grid={grid}
title={`${gpu.n} ${t`Usage`}`}
description={`Average utilization of ${gpu.n}`}
description={t`Average utilization of ${gpu.n}`}
>
<AreaChartDefault chartData={chartData} chartName={`g.${id}.u`} unit="%" />
</ChartCard>
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/ar/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "متوسط استخدام وحدة المعالجة المركزية على مستوى النظام"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/de/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Durchschnittliche systemweite CPU-Auslastung"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/en/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ msgstr "Average power consumption of GPUs"
msgid "Average system-wide CPU utilization"
msgstr "Average system-wide CPU utilization"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr "Average utilization of {0}"

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/es/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Utilización promedio de CPU del sistema"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/fr/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Utilisation moyenne du CPU à l'échelle du système"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/hr/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Prosječna iskorištenost procesora na cijelom sustavu"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/it/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Utilizzo medio della CPU a livello di sistema"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/ja/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "システム全体の平均CPU使用率"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/ko/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "시스템 전체의 평균 CPU 사용량"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/nl/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Gemiddeld systeembrede CPU-gebruik"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/pl/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Średnie wykorzystanie procesora w całym systemie"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/pt/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Utilização média de CPU em todo o sistema"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/ru/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Среднее использование CPU по всей системе"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/tr/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Sistem genelinde ortalama CPU kullanımı"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/uk/uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Середнє використання CPU по всій системі"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/vi/vi.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "Sử dụng CPU trung bình toàn hệ thống"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/zh-CN/zh-CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "系统范围内的平均CPU使用率"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
4 changes: 4 additions & 0 deletions beszel/site/src/locales/zh-HK/zh-HK.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr ""
msgid "Average system-wide CPU utilization"
msgstr "系統範圍內的平均CPU使用率"

#: src/components/routes/system.tsx:515
msgid "Average utilization of {0}"
msgstr ""

#: src/components/command-palette.tsx:171
#: src/components/navbar.tsx:94
msgid "Backups"
Expand Down
2 changes: 1 addition & 1 deletion beszel/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package beszel

const (
Version = "0.7.4"
Version = "0.8.0"
AppName = "beszel"
)

0 comments on commit 8a69c09

Please sign in to comment.