From ea7011913808a51746033071bcdc0a6e85ac556d Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 16 Feb 2025 11:28:51 +0100 Subject: [PATCH 1/2] US spelling for favorite --- interface/src/i18n/cz/index.ts | 2 +- interface/src/i18n/en/index.ts | 2 +- interface/src/i18n/fr/index.ts | 2 +- interface/src/i18n/it/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/cz/index.ts b/interface/src/i18n/cz/index.ts index 29918c325..4e68f96ed 100644 --- a/interface/src/i18n/cz/index.ts +++ b/interface/src/i18n/cz/index.ts @@ -343,7 +343,7 @@ const cz: Translation = { DUPLICATE: 'Duplikát', UPGRADE: 'Upgrade', DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index 2d0e5ed55..793bf9c1c 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -343,7 +343,7 @@ const en: Translation = { DEVELOPER_MODE: 'Developer Mode', DUPLICATE: 'Duplicate', UPGRADE: 'Upgrade', - NO_DATA_1: 'No favourite EMS entities found yet. Use the', + NO_DATA_1: 'No favorite EMS entities found yet. Use the', NO_DATA_2: 'module to mark them.', NO_DATA_3: 'To see all available entities go to', THIS_VERSION: 'This Version', diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index f767a094e..c95e406e8 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -343,7 +343,7 @@ const fr: Translation = { DUPLICATE: 'Duplicate', // TODO translate UPGRADE: 'Upgrade', // TODO translate DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/it/index.ts b/interface/src/i18n/it/index.ts index 4b958da16..6ad92c913 100644 --- a/interface/src/i18n/it/index.ts +++ b/interface/src/i18n/it/index.ts @@ -343,7 +343,7 @@ const it: Translation = { DUPLICATE: 'Duplicate', // TODO translate UPGRADE: 'Upgrade', // TODO translate DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index d33be9e74..e3970eeec 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -343,7 +343,7 @@ const no: Translation = { DUPLICATE: 'Duplicate', // TODO translate UPGRADE: 'Upgrade', // TODO translate DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index cea449c92..9b4c2c448 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -343,7 +343,7 @@ const pl: BaseTranslation = { DUPLICATE: 'Duplicate', // TODO translate UPGRADE: 'Upgrade', // TODO translate DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index bd44dcf55..888318719 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -343,7 +343,7 @@ const sv: Translation = { DUPLICATE: 'Dublett', UPGRADE: 'Uppgradera', DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index dbf1e4540..f9dbcf1b8 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -343,7 +343,7 @@ const tr: Translation = { DUPLICATE: 'Duplicate', // TODO translate UPGRADE: 'Upgrade', // TODO translate DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate - NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate + NO_DATA_1: 'No favorite EMS entities found yet. Use the', // TODO translate NO_DATA_2: 'module to mark them.', // TODO translate NO_DATA_3: 'To see all available entities go to', // TODO translate THIS_VERSION: 'This Version', // TODO translate From 09a746cf8e694e4f55016776d2fe95f4f0ece31b Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 16 Feb 2025 11:31:49 +0100 Subject: [PATCH 2/2] fix showing version in dialog --- interface/src/app/settings/Version.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/app/settings/Version.tsx b/interface/src/app/settings/Version.tsx index d53046e5e..e04cc9abe 100644 --- a/interface/src/app/settings/Version.tsx +++ b/interface/src/app/settings/Version.tsx @@ -140,7 +140,7 @@ const Version = () => { - {LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion : latestVersion)} + {LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion?.name : latestVersion?.name)}