From e3157907de566d941247cf4beff63e302689360f Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 11 Sep 2024 14:59:56 +0200 Subject: [PATCH] change download buttons --- interface/src/app/main/Help.tsx | 18 ++--- interface/src/app/settings/DownloadUpload.tsx | 79 ++++++------------- interface/src/i18n/de/index.ts | 8 +- interface/src/i18n/en/index.ts | 10 +-- interface/src/i18n/fr/index.ts | 10 +-- interface/src/i18n/it/index.ts | 10 +-- interface/src/i18n/nl/index.ts | 10 +-- interface/src/i18n/no/index.ts | 10 +-- interface/src/i18n/pl/index.ts | 10 +-- interface/src/i18n/sk/index.ts | 12 ++- interface/src/i18n/sv/index.ts | 10 +-- interface/src/i18n/tr/index.ts | 12 ++- 12 files changed, 73 insertions(+), 126 deletions(-) diff --git a/interface/src/app/main/Help.tsx b/interface/src/app/main/Help.tsx index 369619319..3518a892a 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -102,7 +102,7 @@ const Help = () => { color="primary" onClick={() => callAPI('system', 'info')} > - {LL.SUPPORT_INFORMATION(0)} + {LL.DOWNLOAD(1)} {LL.SUPPORT_INFORMATION(0)} @@ -113,24 +113,24 @@ const Help = () => { color="primary" onClick={() => callAPI('system', 'allvalues')} > - {LL.ALLVALUES()} + {LL.DOWNLOAD(1)} {LL.ALLVALUES()} - - - {LL.HELP_INFORMATION_5()} + + + {LL.HELP_INFORMATION_5()} - + - {'github.com/emsesp/EMS-ESP32'} + {'https://github.com/emsesp/EMS-ESP32'} - - @proddy @MichaelDvP + + © emsesp.org diff --git a/interface/src/app/settings/DownloadUpload.tsx b/interface/src/app/settings/DownloadUpload.tsx index e41251917..c2365e51a 100644 --- a/interface/src/app/settings/DownloadUpload.tsx +++ b/interface/src/app/settings/DownloadUpload.tsx @@ -15,6 +15,7 @@ import { Link, Typography } from '@mui/material'; +import Grid from '@mui/material/Grid2'; import * as SystemApi from 'api/system'; import { @@ -291,34 +292,11 @@ const DownloadUpload = () => { {LL.DOWNLOAD(0)} - - - {LL.HELP_INFORMATION_4()} - - - - - - - {LL.DOWNLOAD_SETTINGS_TEXT()} - + + {LL.DOWNLOAD_SETTINGS_TEXT()} + + - - - - {LL.DOWNLOAD_CUSTOMIZATION_TEXT()} - - - - {LL.DOWNLOAD_SCHEDULE_TEXT()} - - + + + + {LL.UPLOAD()} + + + + {LL.UPLOAD_TEXT()} - - - {LL.EMS_ESP_VER()} - - + + + + {LL.EMS_ESP_VER()} + + {LL.VERSION() + ':'} {data.emsesp_version} @@ -430,16 +407,6 @@ const DownloadUpload = () => { {renderUploadDialog()} - - - {LL.UPLOAD()} - - - - {LL.UPLOAD_TEXT()} - - - ); }; diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts index af617b69f..78eb19d3a 100644 --- a/interface/src/i18n/de/index.ts +++ b/interface/src/i18n/de/index.ts @@ -177,7 +177,7 @@ const de: Translation = { STABLE: 'Stabil', DEVELOPMENT: 'Entwicklung', RELEASE_NOTES: 'Versionshinweise', - EMS_ESP_VER: 'EMS-ESP Version', + EMS_ESP_VER: 'Firmware Version', // TODO translate UPTIME: 'Systembetriebszeit', FREE_MEMORY: 'Freier RAM Speicher', PSRAM: 'PSRAM (Größe / Frei)', @@ -186,10 +186,8 @@ const de: Translation = { FILESYSTEM: 'Dateisystem (Genutzt / Frei)', BUFFER_SIZE: 'max. Puffergröße', COMPACT: 'Kompakte Darstellung', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Herunterladen der individuellen Entitätsanpassungen', - DOWNLOAD_SCHEDULE_TEXT: 'Herunterladen geplanter Befehle', - DOWNLOAD_SETTINGS_TEXT: 'Herunterladen der Anwendungseinstellungen. Vorsicht beim Teilen der Einstellungen, da sie Passwörter und andere sensible Daten enthalten', - UPLOAD_TEXT: 'Hochladen von neuer Firmware (.bin), Geräte- oder Entitätseinstellungen (.json), zur optionalen Validitätsprüfung zuerst die (.md5) Datei hochladen', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Klicken Sie hier, oder ziehen Sie eine Datei hierher', ERROR: 'Unerwarteter Fehler, bitte versuchen Sie es erneut', TIME_SET: 'Zeit gesetzt', diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index 5d76a8a58..08b3f0f08 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -177,7 +177,7 @@ const en: Translation = { STABLE: 'Stable', DEVELOPMENT: 'Development', RELEASE_NOTES: 'release notes', - EMS_ESP_VER: 'EMS-ESP Version', + EMS_ESP_VER: 'Firmware Version', // TODO translate UPTIME: 'System Uptime', FREE_MEMORY: 'Free Memory', PSRAM: 'PSRAM (Size / Free)', @@ -186,10 +186,8 @@ const en: Translation = { FILESYSTEM: 'File System (Used / Free)', BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Download the entity customizations', - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', - DOWNLOAD_SETTINGS_TEXT: 'Download the application settings. Be careful when sharing your settings as this file contains passwords and other sensitive system information', - UPLOAD_TEXT: 'Upload a new firmware (.bin) file, settings or customizations (.json) file below, for optional validation upload (.md5) first', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', UPLOAD_DROP_TEXT: 'Drop file or click here', ERROR: 'Unexpected Error, please try again', TIME_SET: 'Time set', @@ -334,7 +332,7 @@ const en: Translation = { ALLVALUES: 'All Values', SPECIAL_FUNCTIONS: 'Special Functions', WAIT_FIRMWARE: 'Firmware is uploading and installing', - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', + INSTALL_VERSION: 'This will install version {0}. Are you sure?', SWITCH_DEV: 'switch to the development version', UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', LATEST_VERSION: 'You are using the latest firmware version.', diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index 77b88a17f..9a3ee8f09 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -177,7 +177,7 @@ const fr: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Développement', RELEASE_NOTES: 'notes de version', - EMS_ESP_VER: 'Version EMS-ESP', + EMS_ESP_VER: 'Firmware Version', // TODO translate UPTIME: 'Durée de fonctionnement du système', FREE_MEMORY: 'Libre Memory', PSRAM: 'PSRAM (Taille / Libre)', @@ -186,10 +186,8 @@ const fr: Translation = { FILESYSTEM: 'File System (Utilisée / Libre)', BUFFER_SIZE: 'Max taille du buffer', COMPACT: 'Compact', - DOWNLOAD_CUSTOMIZATION_TEXT: "Télécharger les personnalisations d'entités", - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', // TODO translate - DOWNLOAD_SETTINGS_TEXT: "Téléchargez les paramètres de l'application. Soyez prudent lorsque vous partagez vos paramètres car ce fichier contient des mots de passe et d'autres informations système sensibles.", - UPLOAD_TEXT: "Téléchargez un nouveau fichier de firmware (.bin), un fichier de paramètres ou de personnalisations (.json) ci-dessous, pour une validation optionnelle téléchargez d'abord un fichier (.md5)", + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Déposer le fichier ou cliquer ici', ERROR: 'Erreur inattendue, veuillez réessayer', TIME_SET: 'Time set', @@ -334,7 +332,7 @@ const fr: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate // TODO translate diff --git a/interface/src/i18n/it/index.ts b/interface/src/i18n/it/index.ts index f8fe3147f..e8dd6ba9a 100644 --- a/interface/src/i18n/it/index.ts +++ b/interface/src/i18n/it/index.ts @@ -177,7 +177,7 @@ const it: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Sviluppo', RELEASE_NOTES: 'note rilascio', - EMS_ESP_VER: 'Versione EMS-ESP', + EMS_ESP_VER: 'Versione Firmware', UPTIME: 'Tempo di attività del sistema', FREE_MEMORY: 'Free Memory', PSRAM: 'PSRAM (Size / Free)', @@ -186,10 +186,8 @@ const it: Translation = { FILESYSTEM: 'Memoria Sistema (Usata / Libera)', BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Scarica personalizzazioni entità', - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', - DOWNLOAD_SETTINGS_TEXT: 'Scarica le impostazioni dell applicazione. Fai attenzione quando condividi le tue impostazioni poiché questo file contiene password e altre informazioni di sistema riservate', - UPLOAD_TEXT: 'Carica un nuovo file firmware (.bin) , file delle impostazioni o delle personalizzazioni (.json) di seguito, per un opzione di convalida scaricare dapprima un file "*.MD5" ', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Trascina il file o clicca qui', ERROR: 'Errore Inaspettato, prego tenta ancora', TIME_SET: 'Imposta Ora', @@ -334,7 +332,7 @@ const it: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts index b68a2836a..420d6ac57 100644 --- a/interface/src/i18n/nl/index.ts +++ b/interface/src/i18n/nl/index.ts @@ -177,7 +177,7 @@ const nl: Translation = { STABLE: 'Stable', DEVELOPMENT: 'Development', RELEASE_NOTES: 'release notes', - EMS_ESP_VER: 'EMS-ESP Versie', + EMS_ESP_VER: 'Firmware Versie', UPTIME: 'Systeem Uptime', FREE_MEMORY: 'Free Memory', PSRAM: 'PSRAM (Size / Free)', @@ -186,10 +186,8 @@ const nl: Translation = { FILESYSTEM: 'File System (Used / Free)', BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Download alle custom instellingen', - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', - DOWNLOAD_SETTINGS_TEXT: 'Download de applicatie settings. Wees voorzichting met het delen van dit bestand want het bevat o.a. de wachtwoorden in plain text', - UPLOAD_TEXT: 'Upload een nieuwe firmware (.bin) file, instellingen of custom instellingen (.json) bestand hieronder', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Sleep bestand hierheen of klik hier', ERROR: 'Onverwachte fout, probeer opnieuw', TIME_SET: 'Tijd ingesteld', @@ -334,7 +332,7 @@ const nl: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index 865069aad..c91fad680 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -177,7 +177,7 @@ const no: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Development', RELEASE_NOTES: 'release notes', - EMS_ESP_VER: 'EMS-ESP Version', + EMS_ESP_VER: 'Firmware Version', // TODO translate UPTIME: 'System Oppetid', FREE_MEMORY: 'Ledig Memory', PSRAM: 'PSRAM (Størrelse / Ledig)', @@ -186,10 +186,8 @@ const no: Translation = { FILESYSTEM: 'File System (Brukt / Ledig)', BUFFER_SIZE: 'Max Buffer Størrelse', COMPACT: 'Komprimere', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Last ned objektstilpasninger', - DOWNLOAD_SCHEDULE_TEXT: 'Last ned planlagte oppgaver', - DOWNLOAD_SETTINGS_TEXT: 'Last ned applikasjonskonfigurasjon. Vær varsom med å dele fila da den inneholder passord og annen sensitiv system informasjon', - UPLOAD_TEXT: 'Last opp en ny firmware (.bin) fil, innstillinger eller tilpassninger (.json) fil nedenfor', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Slipp fil eller klikk her', ERROR: 'Ukjent feil, prøv igjen', TIME_SET: 'Still in tid', @@ -334,7 +332,7 @@ const no: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index e45e2bdf3..85c54584d 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -177,7 +177,7 @@ const pl: BaseTranslation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Testowe', RELEASE_NOTES: 'lista zmian', - EMS_ESP_VER: 'Wersja EMS-ESP', + EMS_ESP_VER: 'Wersja Firmware', UPTIME: 'Czas działania systemu', FREE_MEMORY: 'Wolne Memory', // TODO translate PSRAM: 'PSRAM (rozmiar / wolne)', @@ -186,10 +186,8 @@ const pl: BaseTranslation = { FILESYSTEM: 'System plików (wykorzystane / wolne)', BUFFER_SIZE: 'Maksymalna pojemność bufora (ilość wpisów)', COMPACT: 'Kompaktowy', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Pobierz personalizacje.', - DOWNLOAD_SCHEDULE_TEXT: 'Pobierz harmonogram zdarzeń.', - DOWNLOAD_SETTINGS_TEXT: 'Pobierz ustawienia aplikacji. Uwaga! Plik z ustawieniami zawiera hasła oraz inne wrażliwe informacje systemowe! Nie udostepniaj go pochopnie!', - UPLOAD_TEXT: 'Wyślij firmware (.bin), ustawienia lub personalizacje (.json). Opcjonalnie, wyślij wcześniej plik walidacji z sumą kontrolną (.md5).', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Przeciągnij tutaj plik lub kliknij', ERROR: 'Nieoczekiwany błąd, spróbuj ponownie!', TIME_SET: 'Zegar został ustawiony.', @@ -334,7 +332,7 @@ const pl: BaseTranslation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/sk/index.ts b/interface/src/i18n/sk/index.ts index a348f657f..d004da2d8 100644 --- a/interface/src/i18n/sk/index.ts +++ b/interface/src/i18n/sk/index.ts @@ -177,19 +177,17 @@ const sk: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Vývojárska', RELEASE_NOTES: 'poznámky k verzii', - EMS_ESP_VER: 'EMS-ESP verzia', + EMS_ESP_VER: 'Firmware verzia', UPTIME: 'Beh systému', - FREE_MEMORY: 'Voľné Memory', // TODO translate + FREE_MEMORY: 'Voľné Memory', PSRAM: 'PSRAM (Veľkosť / Voľné)', FLASH: 'Flash chip (Veľkosť , Rýchlosť)', APPSIZE: 'Applikácia (Oddiel: Použité / Voľné)', FILESYSTEM: 'Súborový systém (Použité / Voľné)', BUFFER_SIZE: 'Buffer-max.veľkosť', COMPACT: 'Kompaktné', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Stiahnutie prispôsobení entity', - DOWNLOAD_SCHEDULE_TEXT: 'Stiahnutie plánovača udalostí', - DOWNLOAD_SETTINGS_TEXT: 'Stiahnite si nastavenia aplikácie. Pri zdieľaní nastavení buďte opatrní, pretože tento súbor obsahuje heslá a iné citlivé systémové informácie.', - UPLOAD_TEXT: 'Najskôr nahrajte nový súbor firmvéru (.bin), nastavenia alebo prispôsobenia (.json), pre voliteľné overenie nahrajte súbor (.md5)', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Potiahnúť a pripnúť súbor alebo kliknúť sem', ERROR: 'Neočakávaná chyba, prosím skúste to znova', TIME_SET: 'Nastavený čas', @@ -334,7 +332,7 @@ const sk: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index eef2bf3e0..79494dd45 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -177,7 +177,7 @@ const sv: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Utveckling', RELEASE_NOTES: 'release-logg', - EMS_ESP_VER: 'EMS-ESP Version', + EMS_ESP_VER: 'Firmware Version', // TODO translate UPTIME: 'Systemets Upptid', FREE_MEMORY: 'Ledigt Memory', PSRAM: 'PSRAM (Storlek / Ledigt)', @@ -186,10 +186,8 @@ const sv: Translation = { FILESYSTEM: 'Filsystem (Använt / Ledigt)', BUFFER_SIZE: 'Max Bufferstorlek', COMPACT: 'Komprimera', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Ladda ner entitetsanpassningar', - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', // TODO translate - DOWNLOAD_SETTINGS_TEXT: 'Ladda ner applikationsinställningar. Var försiktig om du delar dina iställlningar då de innehåller lösenord och annan känslig systeminformation', - UPLOAD_TEXT: 'Ladda upp ett nytt firmware (.bin), inställningar eller anpassningar (.json) nedan', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Släpp fil eller klicka här', ERROR: 'Okänt Fel, var god försök igen', TIME_SET: 'Ställ in tid', @@ -334,7 +332,7 @@ const sv: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index 2096c31bd..aef0043f0 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -177,19 +177,17 @@ const tr: Translation = { STABLE: 'Stable', // TODO translate DEVELOPMENT: 'Geliştirme', RELEASE_NOTES: 'yayınlanma notları', - EMS_ESP_VER: 'EMS-ESP Sürümü', + EMS_ESP_VER: 'Firmware Sürümü', UPTIME: 'Sistem Çalışma Süresi', - FREE_MEMORY: 'Yığın Memory', // TODO translate + FREE_MEMORY: 'Yığın Memory', PSRAM: 'PSRAM (Boyut / Boş)', FLASH: 'Flash Çipi (Boyut , Hız)', APPSIZE: 'Uygulama (Bölme: Kullanılmış / Boş)', FILESYSTEM: 'Dosya Sistemi (Kullanılmış / Boş)', BUFFER_SIZE: 'En fazla bellek boyutu', COMPACT: 'Sıkışık', - DOWNLOAD_CUSTOMIZATION_TEXT: 'Varlık özelleştirmelerini indir', - DOWNLOAD_SCHEDULE_TEXT: 'Download Scheduler Events', // TODO translate - DOWNLOAD_SETTINGS_TEXT: 'Uygulama ayarlarını indir. Bu dosya hassas sistem bilgileri ve şifrelerinizi içerdiğinden ayarlarınızı paylaşırken dikkatli olun', - UPLOAD_TEXT: 'Yeni bir bellenim(.bin) dosyası yükleyin, ayarlar ve özelleştirmeler(.json) dosyası aşağıda, sçenekli denetim yüklemesi(.md5) için önce', + DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', // TODO translate + UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', // TODO translate UPLOAD_DROP_TEXT: 'Buraya tıklayın yada dosyayı sürükleyip bırakın', ERROR: 'Beklenemedik hata, lütfen tekrar deneyin.', TIME_SET: 'Zaman ayarı', @@ -334,7 +332,7 @@ const tr: Translation = { ALLVALUES: 'All Values', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate - INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate + INSTALL_VERSION: 'This will install version {0}. Are you sure?', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate