From 40a440d5f2435da563b16683d41172a3fc52134d Mon Sep 17 00:00:00 2001
From: gemu2015
Date: Wed, 6 Jan 2021 09:53:59 +0100
Subject: [PATCH] change sd card to UFS
---
tasmota/language/af_AF.h | 2 +-
tasmota/language/bg_BG.h | 2 +-
tasmota/language/cs_CZ.h | 2 +-
tasmota/language/de_DE.h | 2 +-
tasmota/language/el_GR.h | 2 +-
tasmota/language/en_GB.h | 2 +-
tasmota/language/es_ES.h | 2 +-
tasmota/language/fr_FR.h | 2 +-
tasmota/language/he_HE.h | 2 +-
tasmota/language/hu_HU.h | 2 +-
tasmota/language/it_IT.h | 6 +++---
tasmota/language/ko_KO.h | 2 +-
tasmota/language/nl_NL.h | 2 +-
tasmota/language/pl_PL.h | 2 +-
tasmota/language/pt_BR.h | 2 +-
tasmota/language/pt_PT.h | 2 +-
tasmota/language/ro_RO.h | 2 +-
tasmota/language/ru_RU.h | 2 +-
tasmota/language/sk_SK.h | 2 +-
tasmota/language/sv_SE.h | 2 +-
tasmota/language/tr_TR.h | 2 +-
tasmota/language/uk_UA.h | 2 +-
tasmota/language/vi_VN.h | 2 +-
tasmota/language/zh_CN.h | 2 +-
tasmota/language/zh_TW.h | 2 +-
tasmota/xdrv_98_filesystem.ino | 6 +++---
26 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/tasmota/language/af_AF.h b/tasmota/language/af_AF.h
index 476726bfb..70bf414a7 100644
--- a/tasmota/language/af_AF.h
+++ b/tasmota/language/af_AF.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Wysig skrif"
#define D_SCRIPT "wysig skrif"
#define D_SDCARD_UPLOAD "lêer oplaai"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Klaar"
#define D_SCRIPT_CHARS_LEFT "karakters oor"
#define D_SCRIPT_CHARS_NO_MORE "nie meer karakters nie"
diff --git a/tasmota/language/bg_BG.h b/tasmota/language/bg_BG.h
index 51a355887..95175b63d 100644
--- a/tasmota/language/bg_BG.h
+++ b/tasmota/language/bg_BG.h
@@ -863,7 +863,7 @@
#define D_CONFIGURE_SCRIPT "Редакция на скрипт"
#define D_SCRIPT "редактирай скрипт"
#define D_SDCARD_UPLOAD "изпрати файл"
-#define D_SDCARD_DIR "директория на SD картата"
+#define D_UFSDIR "директория на UFS картата"
#define D_UPL_DONE "Готово"
#define D_SCRIPT_CHARS_LEFT "оставащи символи"
#define D_SCRIPT_CHARS_NO_MORE "няма повече символи"
diff --git a/tasmota/language/cs_CZ.h b/tasmota/language/cs_CZ.h
index 571cdc769..5caeac14b 100644
--- a/tasmota/language/cs_CZ.h
+++ b/tasmota/language/cs_CZ.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs card directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/de_DE.h b/tasmota/language/de_DE.h
index e05128033..8c54b3910 100644
--- a/tasmota/language/de_DE.h
+++ b/tasmota/language/de_DE.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Skript konfigurieren"
#define D_SCRIPT "Skript bearbeiten"
#define D_SDCARD_UPLOAD "Datei speichern"
-#define D_SDCARD_DIR "SD Card Verzeichnis"
+#define D_UFSDIR "UFS Verzeichnis"
#define D_UPL_DONE "Fertig"
#define D_SCRIPT_CHARS_LEFT "Zeichen übrig"
#define D_SCRIPT_CHARS_NO_MORE "kein Speicher mehr"
diff --git a/tasmota/language/el_GR.h b/tasmota/language/el_GR.h
index cfe86a0bb..01c06280e 100644
--- a/tasmota/language/el_GR.h
+++ b/tasmota/language/el_GR.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/en_GB.h b/tasmota/language/en_GB.h
index fa8ab091d..92ef05979 100644
--- a/tasmota/language/en_GB.h
+++ b/tasmota/language/en_GB.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/es_ES.h b/tasmota/language/es_ES.h
index 716048851..4d93cde93 100644
--- a/tasmota/language/es_ES.h
+++ b/tasmota/language/es_ES.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Editar Script"
#define D_SCRIPT "Editar Script"
#define D_SDCARD_UPLOAD "Subir Archivo"
-#define D_SDCARD_DIR "Directorio en Tarjeta SD"
+#define D_UFSDIR "Directorio en Tarjeta UFS"
#define D_UPL_DONE "Listo"
#define D_SCRIPT_CHARS_LEFT "Caracteres disponibles"
#define D_SCRIPT_CHARS_NO_MORE "No hay mas espacio"
diff --git a/tasmota/language/fr_FR.h b/tasmota/language/fr_FR.h
index 61e494c29..f69e84af2 100644
--- a/tasmota/language/fr_FR.h
+++ b/tasmota/language/fr_FR.h
@@ -857,7 +857,7 @@
#define D_CONFIGURE_SCRIPT "Éditer le script"
#define D_SCRIPT "édition du script"
#define D_SDCARD_UPLOAD "Envoi du fichier"
-#define D_SDCARD_DIR "Dossier carte SD"
+#define D_UFSDIR "Dossier UFS"
#define D_UPL_DONE "Terminé"
#define D_SCRIPT_CHARS_LEFT "car. restant"
#define D_SCRIPT_CHARS_NO_MORE "plus de car."
diff --git a/tasmota/language/he_HE.h b/tasmota/language/he_HE.h
index c69b67765..39b106e21 100644
--- a/tasmota/language/he_HE.h
+++ b/tasmota/language/he_HE.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/hu_HU.h b/tasmota/language/hu_HU.h
index 71271e34e..1955583fe 100644
--- a/tasmota/language/hu_HU.h
+++ b/tasmota/language/hu_HU.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/it_IT.h b/tasmota/language/it_IT.h
index 375fa7d0d..d1a326889 100644
--- a/tasmota/language/it_IT.h
+++ b/tasmota/language/it_IT.h
@@ -1,7 +1,7 @@
/*
it-IT.h - localization for Italian - Italy for Tasmota
- Copyright (C) 2021 Gennaro Tortone - some mods by Antonio Fragola - Updated by bovirus - rev. 05.01.2021
+ Copyright (C) 2021 Gennaro Tortone - some mods by Antonio Fragola - Updated by bovirus - rev. 24.12.2020
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -778,7 +778,7 @@
#define D_SENSOR_ST7789_DC "ST7789 - DC"
#define D_SENSOR_SSD1331_CS "SSD1331 - CS"
#define D_SENSOR_SSD1331_DC "SSD1331 - DC"
-#define D_SENSOR_SDCARD_CS "Scheda SD - CS"
+#define D_SENSOR_SDCARD_CS "SDCard - CS"
// Units
#define D_UNIT_AMPERE "A"
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Modifica script"
#define D_SCRIPT "modifica script"
#define D_SDCARD_UPLOAD "upload file"
-#define D_SDCARD_DIR "cartella scheda SD"
+#define D_UFSDIR "cartella scheda UFS"
#define D_UPL_DONE "Completato"
#define D_SCRIPT_CHARS_LEFT "caratteri rimanenti"
#define D_SCRIPT_CHARS_NO_MORE "nessun altro carattere"
diff --git a/tasmota/language/ko_KO.h b/tasmota/language/ko_KO.h
index d535c6f38..eb6e64672 100644
--- a/tasmota/language/ko_KO.h
+++ b/tasmota/language/ko_KO.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/nl_NL.h b/tasmota/language/nl_NL.h
index d7f11bd99..d688ba616 100644
--- a/tasmota/language/nl_NL.h
+++ b/tasmota/language/nl_NL.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/pl_PL.h b/tasmota/language/pl_PL.h
index b5fac0432..fc01777c5 100644
--- a/tasmota/language/pl_PL.h
+++ b/tasmota/language/pl_PL.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/pt_BR.h b/tasmota/language/pt_BR.h
index feb940b36..65ced1ca1 100644
--- a/tasmota/language/pt_BR.h
+++ b/tasmota/language/pt_BR.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/pt_PT.h b/tasmota/language/pt_PT.h
index 31d3b4a27..b9c70be3f 100644
--- a/tasmota/language/pt_PT.h
+++ b/tasmota/language/pt_PT.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/ro_RO.h b/tasmota/language/ro_RO.h
index 0b8d26d20..52cfaf350 100644
--- a/tasmota/language/ro_RO.h
+++ b/tasmota/language/ro_RO.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Configurare script"
#define D_SCRIPT "editează script"
#define D_SDCARD_UPLOAD "Încarcă fișier"
-#define D_SDCARD_DIR "director sd card"
+#define D_UFSDIR "director ufs"
#define D_UPL_DONE "Terminat"
#define D_SCRIPT_CHARS_LEFT "caractere rămase"
#define D_SCRIPT_CHARS_NO_MORE "caractere terminate"
diff --git a/tasmota/language/ru_RU.h b/tasmota/language/ru_RU.h
index 7191969b7..f71a967e3 100644
--- a/tasmota/language/ru_RU.h
+++ b/tasmota/language/ru_RU.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/sk_SK.h b/tasmota/language/sk_SK.h
index 787d841cb..6561c4aeb 100644
--- a/tasmota/language/sk_SK.h
+++ b/tasmota/language/sk_SK.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/sv_SE.h b/tasmota/language/sv_SE.h
index db6e9fc48..605fdc1eb 100644
--- a/tasmota/language/sv_SE.h
+++ b/tasmota/language/sv_SE.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/tr_TR.h b/tasmota/language/tr_TR.h
index 5014afcd6..3d8ddec8b 100644
--- a/tasmota/language/tr_TR.h
+++ b/tasmota/language/tr_TR.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/uk_UA.h b/tasmota/language/uk_UA.h
index b027a95ac..0f5c4d4b6 100644
--- a/tasmota/language/uk_UA.h
+++ b/tasmota/language/uk_UA.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Конфігурація сценарія"
#define D_SCRIPT "Редагування сценарія"
#define D_SDCARD_UPLOAD "завантажити файл на карту SD"
-#define D_SDCARD_DIR "завантажити файл в каталог на карту SD"
+#define D_UFSDIR "завантажити файл в каталог на карту UFS"
#define D_UPL_DONE "Готово"
#define D_SCRIPT_CHARS_LEFT "символів ще вільно"
#define D_SCRIPT_CHARS_NO_MORE "більше немає місця"
diff --git a/tasmota/language/vi_VN.h b/tasmota/language/vi_VN.h
index 0fb6cd6a4..983c7409d 100644
--- a/tasmota/language/vi_VN.h
+++ b/tasmota/language/vi_VN.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Chỉnh sửa kịch bản"
#define D_SCRIPT "chỉnh sửa kịch bản"
#define D_SDCARD_UPLOAD "tải lên tệp"
-#define D_SDCARD_DIR "thư mục thẻ nhớ sd"
+#define D_UFSDIR "thư mục thẻ nhớ ufs"
#define D_UPL_DONE "Hoàn thành"
#define D_SCRIPT_CHARS_LEFT "ký tự đã dùng"
#define D_SCRIPT_CHARS_NO_MORE "không còn ký tự trống"
diff --git a/tasmota/language/zh_CN.h b/tasmota/language/zh_CN.h
index 05ca75c7b..3dce3a3d7 100644
--- a/tasmota/language/zh_CN.h
+++ b/tasmota/language/zh_CN.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "Edit script"
#define D_SCRIPT "edit script"
#define D_SDCARD_UPLOAD "file upload"
-#define D_SDCARD_DIR "sd card directory"
+#define D_UFSDIR "ufs directory"
#define D_UPL_DONE "Done"
#define D_SCRIPT_CHARS_LEFT "chars left"
#define D_SCRIPT_CHARS_NO_MORE "no more chars"
diff --git a/tasmota/language/zh_TW.h b/tasmota/language/zh_TW.h
index 384103e01..da55c86ba 100644
--- a/tasmota/language/zh_TW.h
+++ b/tasmota/language/zh_TW.h
@@ -864,7 +864,7 @@
#define D_CONFIGURE_SCRIPT "編輯腳本"
#define D_SCRIPT "編輯腳本"
#define D_SDCARD_UPLOAD "上傳檔案"
-#define D_SDCARD_DIR "記憶卡目錄"
+#define D_UFSDIR "記憶卡目錄"
#define D_UPL_DONE "完成"
#define D_SCRIPT_CHARS_LEFT "剩餘字元"
#define D_SCRIPT_CHARS_NO_MORE "放不下更多字元了"
diff --git a/tasmota/xdrv_98_filesystem.ino b/tasmota/xdrv_98_filesystem.ino
index 9aa3cd167..6e76d210d 100644
--- a/tasmota/xdrv_98_filesystem.ino
+++ b/tasmota/xdrv_98_filesystem.ino
@@ -267,7 +267,7 @@ void UFS_free(void) {
const char UFS_WEB_DIR[] PROGMEM =
"
";
-const char UFS_FILE_UPLOAD[] PROGMEM = D_SDCARD_DIR;
+const char UFS_FILE_UPLOAD[] PROGMEM = D_UFSDIR;
const char UFS_FORM_FILE_UPLOAD[] PROGMEM =
""
"