mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text changes again
This commit is contained in:
@@ -147,7 +147,7 @@ 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: 'Request a feature or report a bug',
|
HELP_INFORMATION_3: 'To request a feature or report a bug',
|
||||||
HELP_INFORMATION_4:
|
HELP_INFORMATION_4:
|
||||||
'remember to download and attach your system information for a faster response when reporting an issue',
|
'remember to download and attach your system information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5:
|
HELP_INFORMATION_5:
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ 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: 'Request a feature or report a bug',
|
HELP_INFORMATION_3: 'To request a feature or report a bug',
|
||||||
HELP_INFORMATION_4: 'remember to download and attach your system information for a faster response when reporting an issue',
|
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 its 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!",
|
||||||
|
|||||||
@@ -593,7 +593,7 @@ type RootTranslation = {
|
|||||||
*/
|
*/
|
||||||
HELP_INFORMATION_2: string
|
HELP_INFORMATION_2: string
|
||||||
/**
|
/**
|
||||||
* Request a feature or report a bug
|
* To request a feature or report a bug
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_3: string
|
HELP_INFORMATION_3: string
|
||||||
/**
|
/**
|
||||||
@@ -1574,7 +1574,7 @@ export type TranslationFunctions = {
|
|||||||
*/
|
*/
|
||||||
HELP_INFORMATION_2: () => LocalizedString
|
HELP_INFORMATION_2: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* Request a feature or report a bug
|
* To request a feature or report a bug
|
||||||
*/
|
*/
|
||||||
HELP_INFORMATION_3: () => LocalizedString
|
HELP_INFORMATION_3: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ 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: 'Request a feature or report a bug',
|
HELP_INFORMATION_3: 'To request a feature or report a bug',
|
||||||
HELP_INFORMATION_4:
|
HELP_INFORMATION_4:
|
||||||
'remember to download and attach your system information for a faster response when reporting an issue',
|
'remember to download and attach your system information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5:
|
HELP_INFORMATION_5:
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ const HelpInformation: FC = () => {
|
|||||||
<Link target="_blank" href="https://github.com/emsesp/EMS-ESP32/issues/new/choose" color="primary">
|
<Link target="_blank" href="https://github.com/emsesp/EMS-ESP32/issues/new/choose" color="primary">
|
||||||
{LL.CLICK_HERE()}
|
{LL.CLICK_HERE()}
|
||||||
</Link>
|
</Link>
|
||||||
<br />({LL.HELP_INFORMATION_4()}
|
<br />
|
||||||
|
<i>({LL.HELP_INFORMATION_4()}</i>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<DownloadIcon />}
|
startIcon={<DownloadIcon />}
|
||||||
size="small"
|
size="small"
|
||||||
@@ -122,7 +123,9 @@ const HelpInformation: FC = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
<StarIcon style={{ fontSize: 20, color: 'yellow', verticalAlign: 'middle' }} />
|
<StarIcon style={{ fontSize: 20, color: 'yellow', verticalAlign: 'middle' }} />
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography color="white" align="center">@proddy @MichaelDvP</Typography>
|
<Typography color="white" align="center">
|
||||||
|
@proddy @MichaelDvP
|
||||||
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</SectionContent>
|
</SectionContent>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user