mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
typos application used/free
This commit is contained in:
@@ -182,8 +182,8 @@ const de: Translation = {
|
||||
HEAP: 'RAM Speicher (Frei / Max Belegt)',
|
||||
PSRAM: 'PSRAM (Größe / Frei)',
|
||||
FLASH: 'Flash Speicher (Größe / Geschwindigkeit)',
|
||||
APPSIZE: 'Programm (Größe / Frei)',
|
||||
FILESYSTEM: 'Dateisystem (Genutzt / Gesamt)',
|
||||
APPSIZE: 'Programm (Genutzt / Frei)',
|
||||
FILESYSTEM: 'Dateisystem (Genutzt / Frei)',
|
||||
BUFFER_SIZE: 'Puffergröße',
|
||||
COMPACT: 'Kompakte Darstellung',
|
||||
ENABLE_OTA: 'OTA Updates verwenden',
|
||||
|
||||
@@ -182,8 +182,8 @@ const en: BaseTranslation = {
|
||||
HEAP: 'Heap (Free / Max Alloc)',
|
||||
PSRAM: 'PSRAM (Size / Free)',
|
||||
FLASH: 'Flash Chip (Size / Speed)',
|
||||
APPSIZE: 'Application (Size / Free)',
|
||||
FILESYSTEM: 'File System (Used / Total)',
|
||||
APPSIZE: 'Application (Used / Free)',
|
||||
FILESYSTEM: 'File System (Used / Free)',
|
||||
BUFFER_SIZE: 'Buffer Size',
|
||||
COMPACT: 'Compact',
|
||||
ENABLE_OTA: 'Enable OTA Updates',
|
||||
|
||||
@@ -730,11 +730,11 @@ type RootTranslation = {
|
||||
*/
|
||||
FLASH: string
|
||||
/**
|
||||
* Application (Size / Free)
|
||||
* Application (Used / Free)
|
||||
*/
|
||||
APPSIZE: string
|
||||
/**
|
||||
* File System (Used / Total)
|
||||
* File System (Used / Free)
|
||||
*/
|
||||
FILESYSTEM: string
|
||||
/**
|
||||
@@ -1747,11 +1747,11 @@ export type TranslationFunctions = {
|
||||
*/
|
||||
FLASH: () => LocalizedString
|
||||
/**
|
||||
* Application (Size / Free)
|
||||
* Application (Used / Free)
|
||||
*/
|
||||
APPSIZE: () => LocalizedString
|
||||
/**
|
||||
* File System (Used / Total)
|
||||
* File System (Used / Free)
|
||||
*/
|
||||
FILESYSTEM: () => LocalizedString
|
||||
/**
|
||||
|
||||
@@ -183,8 +183,8 @@ const nl: BaseTranslation = {
|
||||
HEAP: 'Heap (Free / Max Alloc)',
|
||||
PSRAM: 'PSRAM (Size / Free)',
|
||||
FLASH: 'Flash Chip (Size / Speed)',
|
||||
APPSIZE: 'Application (Size / Free)',
|
||||
FILESYSTEM: 'File System (Used / Total)',
|
||||
APPSIZE: 'Application (Used / Free)',
|
||||
FILESYSTEM: 'File System (Used / Free)',
|
||||
BUFFER_SIZE: 'Buffer Size',
|
||||
COMPACT: 'Compact',
|
||||
ENABLE_OTA: 'Acitveer OTA Updates',
|
||||
|
||||
@@ -182,8 +182,8 @@ const no: BaseTranslation = {
|
||||
HEAP: 'Heap (Free / Max Alloc)',
|
||||
PSRAM: 'PSRAM (Size / Free)',
|
||||
FLASH: 'Flash Chip (Size / Speed)',
|
||||
APPSIZE: 'Application (Size / Free)',
|
||||
FILESYSTEM: 'File System (Used / Total)',
|
||||
APPSIZE: 'Application (Used / Free)',
|
||||
FILESYSTEM: 'File System (Used / Free)',
|
||||
BUFFER_SIZE: 'Buffer Size',
|
||||
COMPACT: 'Compact',
|
||||
ENABLE_OTA: 'Enable OTA Updates',
|
||||
|
||||
@@ -184,8 +184,8 @@ const pl: BaseTranslation = {
|
||||
HEAP: 'Pamięć (Wolna / Zaalokowana)',
|
||||
PSRAM: 'PSRAM (Rozmiar / Wolna)',
|
||||
FLASH: 'Pamięć flash ( Rozmiar / Taktowanie)',
|
||||
APPSIZE: 'Application (Size / Free)',
|
||||
FILESYSTEM: 'System plików (Wykorzystano / Cała pojemność)',
|
||||
APPSIZE: 'Application (Wykorzystano / Wolna)',
|
||||
FILESYSTEM: 'System plików (Wykorzystano / Wolna)',
|
||||
BUFFER_SIZE: 'Rozmiar bufora',
|
||||
COMPACT: 'Kompaktowy',
|
||||
ENABLE_OTA: 'Włącz aktualizację OTA',
|
||||
|
||||
@@ -181,8 +181,8 @@ const se: BaseTranslation = {
|
||||
HEAP: 'Heap (Ledigt / Max allokerat)',
|
||||
PSRAM: 'PSRAM (Storlek / Ledigt)',
|
||||
FLASH: 'Flash Chip (Storlek / Hastighet)',
|
||||
APPSIZE: 'Application (Size / Free)',
|
||||
FILESYSTEM: 'Filsystem (Använt / Totalt)',
|
||||
APPSIZE: 'Application (Använt / Ledigt)',
|
||||
FILESYSTEM: 'Filsystem (Använt / Ledigt)',
|
||||
BUFFER_SIZE: 'Bufferstorlek',
|
||||
COMPACT: 'Komprimera',
|
||||
ENABLE_OTA: 'Aktivera OTA-uppdateringar',
|
||||
|
||||
Reference in New Issue
Block a user