upload translation - thanks mattreim

This commit is contained in:
proddy
2025-03-04 22:09:42 +01:00
parent 656d275c56
commit 7b50f80cb8
2 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@ const Version = () => {
{LL.INTERNET_CONNECTION_REQUIRED()}
</Typography>
)}
{!me.admin && (
{me.admin && (
<>
{renderInstallDialog()}
<Typography sx={{ pt: 2, pb: 2 }} variant="h6" color="primary">

View File

@@ -187,7 +187,7 @@ const de: Translation = {
COMPACT: 'Kompakte Darstellung',
DOWNLOAD_SETTINGS_TEXT: 'Erstellen Sie eine Sicherung Ihrer Konfigurationen und Einstellungen',
UPLOAD_TEXT: 'Laden Sie eine neue Firmware-Datei (.bin) oder eine Sicherungsdatei (.json) hoch',
UPLOAD_DROP_TEXT: 'Drop a firmware .bin file or click here', // TODO translate
UPLOAD_DROP_TEXT: 'Legen Sie eine Firmware-Datei (.bin) ab oder klicken Sie hier',
ERROR: 'Unerwarteter Fehler, bitte versuchen Sie es erneut.',
TIME_SET: 'Zeit gesetzt',
MANAGE_USERS: 'Nutzerverwaltung',