diff --git a/interface/src/i18n/cz/index.ts b/interface/src/i18n/cz/index.ts index b7131532c..85f6f6f37 100644 --- a/interface/src/i18n/cz/index.ts +++ b/interface/src/i18n/cz/index.ts @@ -337,7 +337,7 @@ const cz: Translation = { UPDATE_AVAILABLE: 'aktualizace dostupná', LATEST_VERSION: 'Používáte nejnovější verzi {0}firmwaru', PLEASE_WAIT: 'Prosím čekejte', - RESTARTING_PRE: 'Inicializace', + RESTARTING_PRE: 'Bootování', RESTARTING_POST: 'Příprava', AUTO_SCROLL: 'Automatické rolování', DASHBOARD: 'Dashboard', diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts index f77904b6b..6cd8beb8e 100644 --- a/interface/src/i18n/de/index.ts +++ b/interface/src/i18n/de/index.ts @@ -337,7 +337,7 @@ const de: Translation = { UPDATE_AVAILABLE: 'Firmware-Update verfügbar', LATEST_VERSION: 'Sie verwenden die neueste {0} Firmware-Version', PLEASE_WAIT: 'Bitte warten', - RESTARTING_PRE: 'Initialisierung', + RESTARTING_PRE: 'Booten', RESTARTING_POST: 'Vorbereitung', AUTO_SCROLL: 'Automatisches Scrollen', DASHBOARD: 'Dashboard', diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index d9d18b7d5..08cffa3df 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -337,7 +337,7 @@ const en: Translation = { UPDATE_AVAILABLE: 'update available', LATEST_VERSION: 'You are using the latest {0} firmware version', PLEASE_WAIT: 'Please wait', - RESTARTING_PRE: 'Initializing', + RESTARTING_PRE: 'Booting', RESTARTING_POST: 'Preparing', AUTO_SCROLL: 'Auto Scroll', DASHBOARD: 'Dashboard', diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index f5a123b60..752f660fb 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -337,7 +337,7 @@ const fr: Translation = { UPDATE_AVAILABLE: 'mise à jour disponible', LATEST_VERSION: 'Vous utilisez la dernière version {0} du firmware', PLEASE_WAIT: 'Veuillez patienter', - RESTARTING_PRE: 'Initialisation', + RESTARTING_PRE: 'Démarrage', RESTARTING_POST: 'Préparation', AUTO_SCROLL: 'Défilement automatique', DASHBOARD: 'Tableau de bord', diff --git a/interface/src/i18n/it/index.ts b/interface/src/i18n/it/index.ts index 44f60c691..279870901 100644 --- a/interface/src/i18n/it/index.ts +++ b/interface/src/i18n/it/index.ts @@ -337,7 +337,7 @@ const it: Translation = { UPDATE_AVAILABLE: 'aggiornamento disponibile', LATEST_VERSION: 'Stai usando la versione più recente del firmware {0}', PLEASE_WAIT: 'Attendere', - RESTARTING_PRE: 'Inizializzazione', + RESTARTING_PRE: 'Avviamento', RESTARTING_POST: 'Preparazione', AUTO_SCROLL: 'Scorrimento automatico', DASHBOARD: 'Pannello di controllo', diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts index acdf83c03..fbceaf4ee 100644 --- a/interface/src/i18n/nl/index.ts +++ b/interface/src/i18n/nl/index.ts @@ -337,7 +337,7 @@ const nl: Translation = { UPDATE_AVAILABLE: 'update beschikbaar', LATEST_VERSION: 'U gebruikt de nieuwste {0} firmwareversie', PLEASE_WAIT: 'Een ogenblik geduld', - RESTARTING_PRE: 'Initialiseren', + RESTARTING_PRE: 'Booten', RESTARTING_POST: 'Voorbereiding', AUTO_SCROLL: 'Automatisch Scrollen', DASHBOARD: 'Dashboard', diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index e27d38089..1eb1dd3ba 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -337,7 +337,7 @@ const no: Translation = { UPDATE_AVAILABLE: 'oppdatering tilgjengelig', LATEST_VERSION: 'Du bruker den nyeste {0} firmware versjonen', PLEASE_WAIT: 'Vennligst vent', - RESTARTING_PRE: 'Initialiserer', + RESTARTING_PRE: 'Starte', RESTARTING_POST: 'Forbereder', AUTO_SCROLL: 'Automatisk rulling', DASHBOARD: 'Dashboard', diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index 9fd1cbc02..8520e86bc 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -337,7 +337,7 @@ const pl: BaseTranslation = { UPDATE_AVAILABLE: 'aktualizacja dostępna', LATEST_VERSION: 'Jesteś używając najnowszej wersji firmware {0}', PLEASE_WAIT: 'Proszę czekać', - RESTARTING_PRE: 'Inicjalizacja', + RESTARTING_PRE: 'Uruchamianie', RESTARTING_POST: 'Przygotowanie', AUTO_SCROLL: 'Auto Scroll', DASHBOARD: 'Pulpit', diff --git a/interface/src/i18n/sk/index.ts b/interface/src/i18n/sk/index.ts index 737113010..d9349bc2e 100644 --- a/interface/src/i18n/sk/index.ts +++ b/interface/src/i18n/sk/index.ts @@ -337,7 +337,7 @@ const sk: Translation = { UPDATE_AVAILABLE: 'dostupná aktualizácia', LATEST_VERSION: 'Používate poslednú {0} verziu firmvéru', PLEASE_WAIT: 'Čakajte prosím', - RESTARTING_PRE: 'Prebieha inicializácia', + RESTARTING_PRE: 'Bootovanie', RESTARTING_POST: 'Príprava', AUTO_SCROLL: 'Automatické rolovanie', DASHBOARD: 'Panel', diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index 48f513017..af1681f5f 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -337,7 +337,7 @@ const sv: Translation = { UPDATE_AVAILABLE: 'uppdatering tillgänglig', LATEST_VERSION: 'Du använder den senaste {0} firmwareversionen.', PLEASE_WAIT: 'Var god vänta', - RESTARTING_PRE: 'Initialiserar', + RESTARTING_PRE: 'Bootar', RESTARTING_POST: 'Förbereder', AUTO_SCROLL: 'Autoskrolla', DASHBOARD: 'Kontrollpanel', diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index d263176bb..2414a867d 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -337,7 +337,7 @@ const tr: Translation = { UPDATE_AVAILABLE: 'güncellendi!', LATEST_VERSION: 'En son {0} firmware sürümünü kullanıyorsunuz.', PLEASE_WAIT: 'Lütfen bekleyin', - RESTARTING_PRE: 'Başlatılıyor', + RESTARTING_PRE: 'Yükleniyor', RESTARTING_POST: 'Hazırlanıyor', AUTO_SCROLL: 'Otomatik kaydırma', DASHBOARD: 'Kontrol Paneli',