You've already forked TEF6686_ESP32
Revover the lost "Theme"
This commit is contained in:
@@ -77,7 +77,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unknown", // 73
|
"Unknown", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Nederlands", // Dutch
|
{ "Nederlands", // Dutch
|
||||||
@@ -156,7 +157,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Onbekend", // 73
|
"Onbekend", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
}, //
|
}, //
|
||||||
|
|
||||||
{ "Polski", // Polish
|
{ "Polski", // Polish
|
||||||
@@ -235,7 +237,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unknown", // 73
|
"Unknown", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Hrvatski", // Croatian
|
{ "Hrvatski", // Croatian
|
||||||
@@ -314,7 +317,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Nepoznato", // 73
|
"Nepoznato", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Ελληνικά", // Greek
|
{ "Ελληνικά", // Greek
|
||||||
@@ -393,7 +397,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Άγνωστο", // 73
|
"Άγνωστο", // 73
|
||||||
"Επιλογές ενέργειας", // 74
|
"Επιλογές ενέργειας", // 74
|
||||||
"Βαθιά αναμονή", // 75
|
"Βαθιά αναμονή", // 75
|
||||||
"Οθόνη κλειστή" // 76
|
"Οθόνη κλειστή", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Romana", // Romanian
|
{ "Romana", // Romanian
|
||||||
@@ -472,7 +477,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unknown", // 73
|
"Unknown", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Deutsch", // German
|
{ "Deutsch", // German
|
||||||
@@ -551,7 +557,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unbekannt", // 73
|
"Unbekannt", // 73
|
||||||
"Energieeinstellungen", // 74
|
"Energieeinstellungen", // 74
|
||||||
"Komplett aus", // 75
|
"Komplett aus", // 75
|
||||||
"Bildschirm aus" // 76
|
"Bildschirm aus", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Czech", // Czech
|
{ "Czech", // Czech
|
||||||
@@ -630,7 +637,8 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unknown", // 73
|
"Unknown", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "Slovak", // Slovak
|
{ "Slovak", // Slovak
|
||||||
@@ -709,6 +717,7 @@ static const char myLanguage[9][78][85] = {
|
|||||||
"Unknown", // 73
|
"Unknown", // 73
|
||||||
"Power options", // 74
|
"Power options", // 74
|
||||||
"Deep sleep", // 75
|
"Deep sleep", // 75
|
||||||
"Screen off" // 76
|
"Screen off", // 76
|
||||||
|
"Theme" // 77
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user