mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
@@ -140,7 +140,7 @@ const Version = () => {
|
|||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Typography mb={2}>
|
<Typography mb={2}>
|
||||||
{LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion : latestVersion)}
|
{LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion?.name : latestVersion?.name)}
|
||||||
</Typography>
|
</Typography>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const cz: Translation = {
|
|||||||
DUPLICATE: 'Duplikát',
|
DUPLICATE: 'Duplikát',
|
||||||
UPGRADE: 'Upgrade',
|
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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const en: Translation = {
|
|||||||
DEVELOPER_MODE: 'Developer Mode',
|
DEVELOPER_MODE: 'Developer Mode',
|
||||||
DUPLICATE: 'Duplicate',
|
DUPLICATE: 'Duplicate',
|
||||||
UPGRADE: 'Upgrade',
|
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_2: 'module to mark them.',
|
||||||
NO_DATA_3: 'To see all available entities go to',
|
NO_DATA_3: 'To see all available entities go to',
|
||||||
THIS_VERSION: 'This Version',
|
THIS_VERSION: 'This Version',
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const fr: Translation = {
|
|||||||
DUPLICATE: 'Duplicate', // TODO translate
|
DUPLICATE: 'Duplicate', // TODO translate
|
||||||
UPGRADE: 'Upgrade', // 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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const it: Translation = {
|
|||||||
DUPLICATE: 'Duplicate', // TODO translate
|
DUPLICATE: 'Duplicate', // TODO translate
|
||||||
UPGRADE: 'Upgrade', // 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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const no: Translation = {
|
|||||||
DUPLICATE: 'Duplicate', // TODO translate
|
DUPLICATE: 'Duplicate', // TODO translate
|
||||||
UPGRADE: 'Upgrade', // 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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const pl: BaseTranslation = {
|
|||||||
DUPLICATE: 'Duplicate', // TODO translate
|
DUPLICATE: 'Duplicate', // TODO translate
|
||||||
UPGRADE: 'Upgrade', // 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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const sv: Translation = {
|
|||||||
DUPLICATE: 'Dublett',
|
DUPLICATE: 'Dublett',
|
||||||
UPGRADE: 'Uppgradera',
|
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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ const tr: Translation = {
|
|||||||
DUPLICATE: 'Duplicate', // TODO translate
|
DUPLICATE: 'Duplicate', // TODO translate
|
||||||
UPGRADE: 'Upgrade', // 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
|
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_2: 'module to mark them.', // TODO translate
|
||||||
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
NO_DATA_3: 'To see all available entities go to', // TODO translate
|
||||||
THIS_VERSION: 'This Version', // TODO translate
|
THIS_VERSION: 'This Version', // TODO translate
|
||||||
|
|||||||
Reference in New Issue
Block a user