From 4de56af85a6cfef91978ef8bb1870f41f85a0ea8 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 28 Nov 2024 11:22:30 +0100 Subject: [PATCH] text changes for upload files --- interface/src/i18n/en/index.ts | 2 +- interface/src/i18n/fr/index.ts | 2 +- interface/src/i18n/it/index.ts | 2 +- interface/src/i18n/nl/index.ts | 2 +- interface/src/i18n/no/index.ts | 2 +- interface/src/i18n/pl/index.ts | 2 +- interface/src/i18n/sv/index.ts | 2 +- interface/src/i18n/tr/index.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index 9400b363a..6322e5ecf 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -186,7 +186,7 @@ const en: Translation = { BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', DOWNLOAD_SETTINGS_TEXT: 'Create a backup of your configuration and settings', - UPLOAD_TEXT: 'Upload a new firmware (.bin) file or a backup file (.json)', + UPLOAD_TEXT: 'Upload a new firmware file (.bin) or a backup file (.json)', UPLOAD_DROP_TEXT: 'Drop file or click here', ERROR: 'Unexpected Error, please try again', TIME_SET: 'Time set', diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index c78dd7284..b67c49b0b 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -186,7 +186,7 @@ const fr: Translation = { BUFFER_SIZE: 'Max taille du buffer', COMPACT: 'Compact', 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_TEXT: 'Upload a new firmware file (.bin) 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', diff --git a/interface/src/i18n/it/index.ts b/interface/src/i18n/it/index.ts index 777d54071..c77196fe3 100644 --- a/interface/src/i18n/it/index.ts +++ b/interface/src/i18n/it/index.ts @@ -186,7 +186,7 @@ const it: Translation = { BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', 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_TEXT: 'Upload a new firmware file (.bin) 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', diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts index f1a19eccb..188dde66c 100644 --- a/interface/src/i18n/nl/index.ts +++ b/interface/src/i18n/nl/index.ts @@ -186,7 +186,7 @@ const nl: Translation = { BUFFER_SIZE: 'Max Buffer Size', COMPACT: 'Compact', 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_TEXT: 'Upload a new firmware file (.bin) 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', diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index 491fd8644..5b6e61283 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -186,7 +186,7 @@ const no: Translation = { BUFFER_SIZE: 'Max Buffer Størrelse', COMPACT: 'Komprimere', 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_TEXT: 'Upload a new firmware file (.bin) 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', diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index e00939545..f566d5648 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -186,7 +186,7 @@ const pl: BaseTranslation = { BUFFER_SIZE: 'Maksymalna pojemność bufora (ilość wpisów)', COMPACT: 'Kompaktowy', 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_TEXT: 'Upload a new firmware file (.bin) 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.', diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index 43c2682d1..a14dd4440 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -186,7 +186,7 @@ const sv: Translation = { BUFFER_SIZE: 'Max Bufferstorlek', COMPACT: 'Komprimera', 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_TEXT: 'Upload a new firmware file (.bin) 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', diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index d47c2220b..9cf0f14d2 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -186,7 +186,7 @@ const tr: Translation = { BUFFER_SIZE: 'En fazla bellek boyutu', COMPACT: 'Sıkışık', 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_TEXT: 'Upload a new firmware file (.bin) 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ı',