From cc10c494c60a697aa391bec1134ceabef960683a Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 30 Apr 2023 15:47:59 +0200 Subject: [PATCH] version release text changes --- interface/src/framework/system/SystemStatusForm.tsx | 6 +++--- interface/src/i18n/de/index.ts | 6 +++--- interface/src/i18n/en/index.ts | 6 +++--- interface/src/i18n/fr/index.ts | 6 +++--- interface/src/i18n/nl/index.ts | 6 +++--- interface/src/i18n/no/index.ts | 6 +++--- interface/src/i18n/pl/index.ts | 4 ++-- interface/src/i18n/sv/index.ts | 6 +++--- interface/src/i18n/tr/index.ts | 6 +++--- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/interface/src/framework/system/SystemStatusForm.tsx b/interface/src/framework/system/SystemStatusForm.tsx index 8c97b2762..792e5df79 100644 --- a/interface/src/framework/system/SystemStatusForm.tsx +++ b/interface/src/framework/system/SystemStatusForm.tsx @@ -150,10 +150,10 @@ const SystemStatusForm: FC = () => { setShowingVersion(false)}> {LL.VERSION_CHECK(1)} - + {latestVersion && ( - {LL.THE_LATEST()} {LL.OFFICIAL()} {LL.VERSION_IS()} {latestVersion.version} + {LL.THE_LATEST()} {LL.OFFICIAL()} {LL.RELEASE_IS()} {latestVersion.version}  ( {LL.RELEASE_NOTES()} @@ -168,7 +168,7 @@ const SystemStatusForm: FC = () => { {latestDevVersion && ( - {LL.THE_LATEST()} {LL.DEVELOPMENT()} {LL.VERSION_IS()}  + {LL.THE_LATEST()} {LL.DEVELOPMENT()} {LL.RELEASE_IS()}  {latestDevVersion.version}  ( diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts index 2ad6345b5..39fa06348 100644 --- a/interface/src/i18n/de/index.ts +++ b/interface/src/i18n/de/index.ts @@ -174,7 +174,7 @@ const de: Translation = { SUPPORT_INFO: 'Support Info', UPLOAD_OF: '{0} Hochladen', UPLOAD: 'Hochladen', - DOWNLOAD: 'Herunterladen', + DOWNLOAD: '{{H|h|h}}erunterladen', ABORTED: 'abgebrochen', FAILED: 'gescheitert', SUCCESSFUL: 'erfolgreich', @@ -182,7 +182,7 @@ const de: Translation = { LOG_OF: '{0} Log', STATUS_OF: '{0} Status', UPLOAD_DOWNLOAD: 'Hoch-/Herunterladen', - SYSTEM_VERSION_RUNNING: 'Sie verwenden die Version', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'um die neue Firmware anzuwenden', CLOSE: 'Schließen', USE: 'Verwenden Sie', @@ -193,7 +193,7 @@ const de: Translation = { THE_LATEST: 'Die neueste', OFFICIAL: 'offizielle', DEVELOPMENT: 'Entwicklungs', - VERSION_IS: 'Version ist', + RELEASE_IS: 'release ist', // TODO translate RELEASE_NOTES: 'Versionshinweise', EMS_ESP_VER: 'EMS-ESP Version', PLATFORM: 'Platform (Platform / SDK)', diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index 1651cff37..ed0fe18cf 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -174,7 +174,7 @@ const en: Translation = { SUPPORT_INFO: 'Support Info', UPLOAD_OF: '{0} Upload', UPLOAD: 'Upload', - DOWNLOAD: 'Download', + DOWNLOAD: '{{D|d|d}}ownload', ABORTED: 'aborted', FAILED: 'failed', SUCCESSFUL: 'successful', @@ -182,7 +182,7 @@ const en: Translation = { LOG_OF: '{0} Log', STATUS_OF: '{0} Status', UPLOAD_DOWNLOAD: 'Upload/Download', - SYSTEM_VERSION_RUNNING: 'You are currently running version', + VERSION_ON: 'You are currently on', SYSTEM_APPLY_FIRMWARE: 'to apply the new firmware', CLOSE: 'Close', USE: 'Use', @@ -193,7 +193,7 @@ const en: Translation = { THE_LATEST: 'The latest', OFFICIAL: 'official', DEVELOPMENT: 'development', - VERSION_IS: 'version is', + RELEASE_IS: 'release is', RELEASE_NOTES: 'release notes', EMS_ESP_VER: 'EMS-ESP Version', PLATFORM: 'Device (Platform / SDK)', diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index 905418d45..bf269cf24 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -174,7 +174,7 @@ const fr: Translation = { SUPPORT_INFO: 'Information de support', UPLOAD_OF: 'Upload de {0}', UPLOAD: 'Upload', - DOWNLOAD: 'Download', + DOWNLOAD: '{{D|d|d}}ownload', ABORTED: 'annulé', FAILED: 'échoué', SUCCESSFUL: 'réussi', @@ -182,7 +182,7 @@ const fr: Translation = { LOG_OF: '{0} Log', STATUS_OF: 'Statut {0}', UPLOAD_DOWNLOAD: 'Upload/Download', - SYSTEM_VERSION_RUNNING: 'Vous utilisez actuellement la version', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'pour appliquer le nouveau firmware', CLOSE: 'Fermer', USE: 'Utiliser', @@ -193,7 +193,7 @@ const fr: Translation = { THE_LATEST: 'La dernière', OFFICIAL: 'officielle', DEVELOPMENT: 'développement', - VERSION_IS: 'version est', + RELEASE_IS: 'release est', // TODO translate RELEASE_NOTES: 'notes de version', EMS_ESP_VER: 'Version EMS-ESP', PLATFORM: 'Appareil (Plateforme / SDK)', diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts index 1fde01341..10bfd83d3 100644 --- a/interface/src/i18n/nl/index.ts +++ b/interface/src/i18n/nl/index.ts @@ -174,7 +174,7 @@ const nl: Translation = { SUPPORT_INFO: 'Support Info', UPLOAD_OF: '{0} Upload', UPLOAD: 'Upload', - DOWNLOAD: 'Download', + DOWNLOAD: '{{D|d|d}}ownload', ABORTED: 'afgebroken', FAILED: 'mislukt', SUCCESSFUL: 'successvol', @@ -182,7 +182,7 @@ const nl: Translation = { LOG_OF: '{0} Log', STATUS_OF: '{0} Status', UPLOAD_DOWNLOAD: 'Upload/Download', - SYSTEM_VERSION_RUNNING: 'op dit moment draai je versie', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'om de nieuwe firmware te activeren', CLOSE: 'Sluiten', USE: 'Gebruik', @@ -193,7 +193,7 @@ const nl: Translation = { THE_LATEST: 'De laatste', OFFICIAL: 'official', DEVELOPMENT: 'development', - VERSION_IS: 'versie is', + RELEASE_IS: 'release is', RELEASE_NOTES: 'release notes', EMS_ESP_VER: 'EMS-ESP Version', PLATFORM: 'Apparaat (Platform / SDK)', diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index 880927925..226a67e87 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -174,7 +174,7 @@ const no: Translation = { SUPPORT_INFO: 'Supportinfo', UPLOAD_OF: '{0} Opplasning', UPLOAD: 'Opplasning', - DOWNLOAD: 'Nedlasting', + DOWNLOAD: '{{N|n|n}}edlasting', ABORTED: 'avbrutt', FAILED: 'feilet', SUCCESSFUL: 'vellykket', @@ -182,7 +182,7 @@ const no: Translation = { LOG_OF: '{0} Logg', STATUS_OF: '{0} Status', UPLOAD_DOWNLOAD: 'Opp/Nedlasting', - SYSTEM_VERSION_RUNNING: 'Du benytter versjon', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'for å aktivere ny firmware', CLOSE: 'Steng', USE: 'Bruk', @@ -193,7 +193,7 @@ const no: Translation = { THE_LATEST: 'Den nyeste', OFFICIAL: 'official', DEVELOPMENT: 'development', - VERSION_IS: 'versjonen er', + RELEASE_IS: 'release er', RELEASE_NOTES: 'release notes', EMS_ESP_VER: 'EMS-ESP Version', PLATFORM: 'Enhet (Platform / SDK)', diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index c420d8669..881591adf 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -182,7 +182,7 @@ const pl: BaseTranslation = { LOG_OF: 'Log {0}', STATUS_OF: 'Status {0}', UPLOAD_DOWNLOAD: 'Przesyłanie plików', - SYSTEM_VERSION_RUNNING: 'Obecnie zainstalowana wersja to:', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: '', CLOSE: 'Zamknij', USE: 'Aby zaktualizować firmware skorzystaj z funkcji', @@ -193,7 +193,7 @@ const pl: BaseTranslation = { THE_LATEST: 'Najnowsza', OFFICIAL: 'oficjalna', DEVELOPMENT: 'testowa', - VERSION_IS: 'wersja to', + RELEASE_IS: 'release to', // TODO translate RELEASE_NOTES: 'lista zmian', EMS_ESP_VER: 'Wersja EMS-ESP', PLATFORM: 'Urządzenie (platforma / SDK)', diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index 2f752c855..fe9a9c8e1 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -174,7 +174,7 @@ const sv: Translation = { SUPPORT_INFO: 'Supportinfo', UPLOAD_OF: '{0} Uppladdning', UPLOAD: 'Uppladdning', - DOWNLOAD: 'Nedladdning', + DOWNLOAD: '{{N|n|n}}edladdning', ABORTED: 'Avbruten', FAILED: 'Misslyckades', SUCCESSFUL: 'Lyckades', @@ -182,7 +182,7 @@ const sv: Translation = { LOG_OF: '{0} Logg', STATUS_OF: '{0} Status', UPLOAD_DOWNLOAD: 'Upp/Nedladdning', - SYSTEM_VERSION_RUNNING: 'Du använder version', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'för att aktivera ny firmware', CLOSE: 'Stäng', USE: 'Använd', @@ -193,7 +193,7 @@ const sv: Translation = { THE_LATEST: 'Den senaste', OFFICIAL: 'officiell', DEVELOPMENT: 'utveckling', - VERSION_IS: 'version är', + RELEASE_IS: 'release är', // TODO translate RELEASE_NOTES: 'release-logg', EMS_ESP_VER: 'EMS-ESP Version', PLATFORM: 'Enhet (Plattform / SDK)', diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index da9d53e80..c4bbc7665 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -174,7 +174,7 @@ const tr: Translation = { SUPPORT_INFO: 'Destek Bilgisi', UPLOAD_OF: '{0} Yüklemesi', UPLOAD: 'Yükleme', - DOWNLOAD: 'İndirme', + DOWNLOAD: '{{İ|i|i}}İndirme', ABORTED: 'iptal edildi', FAILED: 'başarısız', SUCCESSFUL: 'başarılı', @@ -182,7 +182,7 @@ const tr: Translation = { LOG_OF: '{0} Kaydı', STATUS_OF: '{0} Durumu', UPLOAD_DOWNLOAD: 'Yükleme/İndirme', - SYSTEM_VERSION_RUNNING: 'Şu anda çalıştırdığınız sürüm', + VERSION_ON: 'You are currently on', // TODO translate SYSTEM_APPLY_FIRMWARE: 'yeni bellenimi uygulamak için', CLOSE: 'Kapat', USE: 'KUllan', @@ -193,7 +193,7 @@ const tr: Translation = { THE_LATEST: 'En son', OFFICIAL: 'resmi', DEVELOPMENT: 'geliştirme', - VERSION_IS: 'sürüm: ', + RELEASE_IS: 'release is', // TODO translate RELEASE_NOTES: 'yayınlanma notları', EMS_ESP_VER: 'EMS-ESP Sürümü', PLATFORM: 'Cihaz (Platform / SDK)',