mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
minor updates to text
This commit is contained in:
@@ -147,10 +147,12 @@ const de: Translation = {
|
|||||||
CLICK_HERE: 'Klick hier',
|
CLICK_HERE: 'Klick hier',
|
||||||
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
||||||
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
||||||
HELP_INFORMATION_3: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
|
HELP_INFORMATION_3: 'Request a feature or report a bug',
|
||||||
HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
|
HELP_INFORMATION_4:
|
||||||
|
'remember to download and attach your system information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5:
|
HELP_INFORMATION_5:
|
||||||
"EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
|
'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!',
|
||||||
|
SUPPORT_INFO: 'Support Info',
|
||||||
UPLOAD: 'Hochladen',
|
UPLOAD: 'Hochladen',
|
||||||
DOWNLOAD: 'Herunterladen',
|
DOWNLOAD: 'Herunterladen',
|
||||||
ABORTED: 'abgebrochen',
|
ABORTED: 'abgebrochen',
|
||||||
|
|||||||
@@ -147,10 +147,11 @@ const en: BaseTranslation = {
|
|||||||
CLICK_HERE: 'Click Here',
|
CLICK_HERE: 'Click Here',
|
||||||
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
||||||
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
||||||
HELP_INFORMATION_3: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
|
HELP_INFORMATION_3: 'Request a feature or report a bug',
|
||||||
HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
|
HELP_INFORMATION_4: 'remember to download and attach your system information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5:
|
HELP_INFORMATION_5:
|
||||||
"EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
|
"EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!",
|
||||||
|
SUPPORT_INFO: 'Support Info',
|
||||||
UPLOAD: 'Upload',
|
UPLOAD: 'Upload',
|
||||||
DOWNLOAD: 'Download',
|
DOWNLOAD: 'Download',
|
||||||
ABORTED: 'aborted',
|
ABORTED: 'aborted',
|
||||||
|
|||||||
@@ -593,17 +593,21 @@ type RootTranslation = {
|
|||||||
*/
|
*/
|
||||||
HELP_INFORMATION_2: string
|
HELP_INFORMATION_2: string
|
||||||
/**
|
/**
|
||||||
* Submit a support issue on Github for requesting a new feature or reporting a bug
|
* Request a feature or report a bug
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_3: string
|
HELP_INFORMATION_3: string
|
||||||
/**
|
/**
|
||||||
* remember to download and attach your system details for a faster response
|
* remember to download and attach your system information for a faster response when reporting an issue
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_4: string
|
HELP_INFORMATION_4: string
|
||||||
/**
|
/**
|
||||||
* EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!
|
* EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_5: string
|
HELP_INFORMATION_5: string
|
||||||
|
/**
|
||||||
|
* Support Info
|
||||||
|
*/
|
||||||
|
SUPPORT_INFO: string
|
||||||
/**
|
/**
|
||||||
* Upload
|
* Upload
|
||||||
*/
|
*/
|
||||||
@@ -1570,17 +1574,21 @@ export type TranslationFunctions = {
|
|||||||
*/
|
*/
|
||||||
HELP_INFORMATION_2: () => LocalizedString
|
HELP_INFORMATION_2: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* Submit a support issue on Github for requesting a new feature or reporting a bug
|
* Request a feature or report a bug
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_3: () => LocalizedString
|
HELP_INFORMATION_3: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* remember to download and attach your system details for a faster response
|
* remember to download and attach your system information for a faster response when reporting an issue
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_4: () => LocalizedString
|
HELP_INFORMATION_4: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!
|
* EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_5: () => LocalizedString
|
HELP_INFORMATION_5: () => LocalizedString
|
||||||
|
/**
|
||||||
|
* Support Info
|
||||||
|
*/
|
||||||
|
SUPPORT_INFO: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* Upload
|
* Upload
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -146,10 +146,12 @@ const nl: BaseTranslation = {
|
|||||||
CLICK_HERE: 'Klik Hier',
|
CLICK_HERE: 'Klik Hier',
|
||||||
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
||||||
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
||||||
HELP_INFORMATION_3: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
|
HELP_INFORMATION_3: 'Request a feature or report a bug',
|
||||||
HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
|
HELP_INFORMATION_4:
|
||||||
|
'remember to download and attach your system information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5:
|
HELP_INFORMATION_5:
|
||||||
"EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
|
"EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!",
|
||||||
|
SUPPORT_INFO: 'Support Info',
|
||||||
UPLOAD: 'Upload',
|
UPLOAD: 'Upload',
|
||||||
DOWNLOAD: 'Download',
|
DOWNLOAD: 'Download',
|
||||||
ABORTED: 'afgebroken',
|
ABORTED: 'afgebroken',
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ const HelpInformation: FC = () => {
|
|||||||
<ListItemText>
|
<ListItemText>
|
||||||
{LL.HELP_INFORMATION_2()}
|
{LL.HELP_INFORMATION_2()}
|
||||||
<EastIcon style={{ fontSize: 24, color: 'lightblue', verticalAlign: 'middle' }} />
|
<EastIcon style={{ fontSize: 24, color: 'lightblue', verticalAlign: 'middle' }} />
|
||||||
|
|
||||||
<Link target="_blank" href="https://discord.gg/3J3GgnzpyT" color="primary">
|
<Link target="_blank" href="https://discord.gg/3J3GgnzpyT" color="primary">
|
||||||
{LL.CLICK_HERE()}
|
{LL.CLICK_HERE()}
|
||||||
</Link>
|
</Link>
|
||||||
@@ -104,24 +105,24 @@ const HelpInformation: FC = () => {
|
|||||||
color="primary"
|
color="primary"
|
||||||
onClick={() => callAPI('info')}
|
onClick={() => callAPI('info')}
|
||||||
>
|
>
|
||||||
{LL.DOWNLOAD()}
|
{LL.SUPPORT_INFO()}
|
||||||
</Button>
|
</Button>
|
||||||
)
|
)
|
||||||
</ListItemText>
|
</ListItemText>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
<Box border={1} p={1} mt={4}>
|
<Box border={1} p={1} mt={4} color="orange">
|
||||||
<Typography align="center" variant="h6" color="orange">
|
<Typography align="center" variant="h6" color="orange">
|
||||||
{LL.HELP_INFORMATION_5()}
|
{LL.HELP_INFORMATION_5()}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography align="center">
|
<Typography align="center">
|
||||||
<Link href="https://github.com/emsesp/EMS-ESP32" color="primary">
|
<Link href="https://github.com/emsesp/EMS-ESP32" color="primary">
|
||||||
{'GitHub'}
|
{'Github'}
|
||||||
</Link>
|
</Link>
|
||||||
<StarIcon style={{ fontSize: 20, color: 'yellow', verticalAlign: 'middle' }} />
|
<StarIcon style={{ fontSize: 20, color: 'yellow', verticalAlign: 'middle' }} />
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography align="center">@proddy @MichaelDvP</Typography>
|
<Typography color="white" align="center">@proddy @MichaelDvP</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</SectionContent>
|
</SectionContent>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user