Browse Source

084阿拉伯波斯语上传

zhangshenjie 1 month ago
parent
commit
35f283c039

+ 196 - 0
BusinessAirFryer/src/main/assets/lang_config_085.json

@@ -0,0 +1,196 @@
+{
+  "langs": [
+    {
+      "name": "Polish(波兰语)",
+      "value": "PL",
+      "icon": "icon_lang_pl",
+      "showName": "Polski",
+      "show": false
+    },
+    {
+      "name": "English(英语)",
+      "value": "EN",
+      "icon": "icon_lang_en",
+      "showName": "English",
+      "show": true
+    },
+    {
+      "name": "Arabic(阿拉伯)",
+      "value": "AR",
+      "icon": "icon_lang_ar",
+      "showName": "Arab",
+      "show": true
+    },
+    {
+      "name": "Farsi(波斯)",
+      "value": "FA",
+      "icon": "icon_lang_fa",
+      "showName": "Farsi",
+      "show": true
+    },
+    {
+      "name": "German(德语)",
+      "value": "DE",
+      "icon": "icon_lang_de",
+      "showName": "Deutsch",
+      "show": false
+    },
+
+    {
+      "name": "French(法语)",
+      "value": "FR",
+      "icon": "icon_lang_fr",
+      "showName": "Français",
+      "show": false
+    },
+    {
+      "name": "Spanish(西班牙语)",
+      "value": "ES",
+      "icon": "icon_lang_es",
+      "showName": "Español",
+      "show": false
+    },
+    {
+      "name": "Dutch(荷兰语)",
+      "value": "NL",
+      "icon": "icon_lang_nl",
+      "showName": "Nederlands",
+      "show": false
+    },
+    {
+      "name": "Portuguese(葡萄牙语)",
+      "value": "PT",
+      "icon": "icon_lang_pt",
+      "showName": "Português",
+      "show": false
+    },
+  
+    {
+      "name": "Italiano(意大利语)",
+      "value": "IT",
+      "icon": "icon_lang_it",
+      "showName": "Italiano",
+      "show": false
+    },
+
+    {
+      "name": "Greek(希腊语)",
+      "value": "GR",
+      "icon": "icon_lang_gr",
+      "showName": "Ελληνικά",
+      "show": false
+    },
+    {
+      "name": "Russian(俄语)",
+      "value": "RU",
+      "icon": "icon_lang_ru",
+      "showName": "Русский",
+      "show": false
+    },
+    {
+      "name": "Romanian(罗马尼亚语)",
+      "value": "RO",
+      "icon": "icon_lang_ro",
+      "showName": "Română",
+      "show": false
+    },
+    {
+      "name": "Finnish(芬兰语)",
+      "value": "FI",
+      "icon": "icon_lang_fi",
+      "showName": "Suomi",
+      "show": false
+    },
+    {
+      "name": "Norsk(挪威语)",
+      "value": "NO",
+      "icon": "icon_lang_no",
+      "showName": "Norsk",
+      "show": false
+    },
+    {
+      "name": "Swedish(瑞典语)",
+      "value": "SE",
+      "icon": "icon_lang_se",
+      "showName": "Svenska",
+      "show": false
+    },
+    {
+      "name": "Danish(丹麦语)",
+      "value": "DK",
+      "icon": "icon_lang_dk",
+      "showName": "Dansk",
+      "show": false
+    },
+    {
+      "name": "Czech(捷克语)",
+      "value": "CZ",
+      "icon": "icon_lang_cz",
+      "showName": "Čeština",
+      "show": false
+    },
+    {
+      "name": "Estonki(爱沙尼亚语)",
+      "value": "EE",
+      "icon": "icon_lang_ee",
+      "showName": "Eesti keel",
+      "show": false
+    },
+    {
+      "name": "Slovak(斯洛伐克语)",
+      "value": "SK",
+      "icon": "icon_lang_sk",
+      "showName": "Slovenčina",
+      "show": false
+    },
+    {
+      "name": "Ukrainian(乌克兰语)",
+      "value": "UK",
+      "icon": "icon_lang_uk",
+      "showName": "Українська",
+      "show": false
+    },
+    {
+      "name": "Arabic(阿拉伯语)",
+      "value": "AR",
+      "icon": "icon_lang_ar",
+      "showName": "العربية",
+      "show": false
+    },
+    {
+      "name": "Lithuanian(立陶宛语)",
+      "value": "LT",
+      "icon": "icon_lang_lt",
+      "showName": "Lietuvių kalba",
+      "show": false
+    },
+    {
+      "name": "Farsi(波斯语)",
+      "value": "IR",
+      "icon": "icon_lang_ir",
+      "showName": "فارسی",
+      "show": false
+    },
+    {
+      "name": "Kazakh(哈萨克语)",
+      "value": "KZ",
+      "icon": "icon_lang_kz",
+      "showName": "Қазақша",
+      "show": false
+    },
+    {
+      "name": "Chinese(中文)",
+      "value": "ZH",
+      "icon": "icon_lang_zh",
+      "showName": "中文",
+      "show": false
+    },
+    {
+      "name": "Japanese(日语)",
+      "value": "JA",
+      "icon": "icon_lang_ja",
+      "showName": "日本語",
+      "show": false
+    }
+  ]
+}

File diff suppressed because it is too large
+ 493 - 0
BusinessCommon/src/main/res/values-ar/strings.xml


File diff suppressed because it is too large
+ 498 - 0
BusinessCommon/src/main/res/values-fa/strings.xml


+ 13 - 1
app/build.gradle

@@ -762,7 +762,19 @@ android {
 //            buildConfigField("String", "appCode", "\"2.01\"")
             buildConfigField("String", "time", "\"${getCurrentTime()}\"")
         }
-
+        brand085ATuya {
+            manifestPlaceholders = [channelName: "brand085ATuya"]
+            dimension "platform"
+            applicationId "com.develop.foodcooking"
+            buildConfigField("String", "UpdatePlatform", "\"normal\"")
+            resValue("string", "app_theme", "@style/SplashThemeNotLogo")
+            buildConfigField("String", "model", "\"1039\"")
+            buildConfigField("String", "brandCode", "\"085A\"")
+            //appCode 1.01 指向bug修复,2.01指向功能变更
+            buildConfigField("String", "appCode", "\"1.01\"")
+//            buildConfigField("String", "appCode", "\"2.01\"")
+            buildConfigField("String", "time", "\"${getCurrentTime()}\"")
+        }
 
 
     }

+ 3 - 3
app/src/brand084A/res/values-ru/strings.xml

@@ -267,12 +267,12 @@
     <string name="network_error">network error</string>
     <string name="apk_version_latest">The app version is already up to date.</string>
     <string name="installing">Installing...</string>
-    <string name="help">Help</string>
+    <string name="help">помощь</string>
     <string name="evaluate_successfully">Evaluate successfully</string>
     <string name="reset_to_default_settings">Reset to default settings</string>
     <string name="home_auth"><![CDATA[HOME >>]]></string>
     <string name="rating">rating</string>
-    <string name="loading">Loading</string>
+    <string name="loading">загрузка</string>
     <string name="Min20">20Min</string>
     <string name="enjoy_your_meal">ENJOY YOUR MEAL</string>
     <string name="enjoy_your_meal_desc">enjoy your meal</string>
@@ -301,7 +301,7 @@
     <string name="easy">easy</string>
     <string name="medium">medium</string>
     <string name="hard">hard</string>
-    <string name="delete_old_recipes">Do you want to delete the old recipes?</string>
+    <string name="delete_old_recipes">Хотите удалить старые рецепты?</string>
     <string name="none">None</string>
     <string name="please_fill_in_nickname">Please fill in nickname</string>
     <string name="egg_msg">Put 500ml of cold water into the main pot and cook up to 5-6 eggs in the steaming basket inside the pot. After cooking, keep it under cold water for about 20 seconds and stop the boiling process.</string>

+ 213 - 0
app/src/main/assets/help/AR/help-white-a.html

@@ -0,0 +1,213 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>The FAQ's</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+    padding: 12px;
+  }
+
+   p {
+      font-size: 26px;
+    }
+
+    h2 {
+      font-size: 40px;
+    }
+
+    h3 {
+      font-size: 30px;
+    }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #000000;
+    border-right: 2px solid #000000;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 205 - 0
app/src/main/assets/help/AR/help-white.html

@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>The FAQ's</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #000000;
+    border-right: 2px solid #000000;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 205 - 0
app/src/main/assets/help/AR/help.html

@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>帮助文件</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #ffffff;
+    border-right: 2px solid #ffffff;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 248 - 0
app/src/main/assets/help/AR/help_011.html

@@ -0,0 +1,248 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>帮助文件</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #ffffff;
+    border-right: 2px solid #ffffff;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>Frequently asked questions – FAQ</h2>
+  <div class="item">
+    <h3>One of the blades has warped during use</h3>
+    <p>The blade is not damaged, you can see this by looking at its specific shape in the pictures e.g. in the instruction manual.
+      The blades are curved to better mix and chop ingredients at different levels e.g. the bottom of a jug.</p>
+  </div>
+
+  <div class="item">
+    <h3>There is an unpleasant smell coming from the appliance</h3>
+    <p> Overheating of parts during initial start-up is a natural phenomenon
+      and will subside during further use. Overloading the appliance - switch off the appliance,
+      wait for it to cool down. Remember not to exceed the recommended operating times! </p>
+  </div>
+
+  <div class="item">
+    <h3>Why doesn't the jug heat up / heat up / reach temperature?</h3>
+    <p>In this case, the thermal fuse of the appliance has probably tripped. The jug must have overheated.
+      The thermal fuse has tripped. Once the jug has cooled down, press it to reset the appliance.
+      This is the small black button located on the bottom of the jug.</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during the preparation process</h3>
+    <p>The robot is equipped with safety devices to minimise the risk of overloading the motor (overcrowding or overheating).
+      To solve this problem, switch off the appliance and leave it to cool down for about 20-30 minutes.
+      After this time, the problem should cease. If the recipe still cannot be started, repeat the cooling process.
+      If other methods do not work, contact customer service.</p>
+  </div>
+
+  <div class="item">
+    <h3>Why can't I put the jug into the housing?</h3>
+    <p>The most common cause is that the lid is applied and closed on the jug before inserting it into the main unit. The jug should be inserted without the lid.
+      Only put the lid on and close it after the jug has been installed in the main unit.</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steamer pot, lost the pusher and.... I broke the spatula. What should I do ?</h3>
+    <p>Customers can buy parts directly from our online accessories shop: www.mpmstrefa.pl
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>I have a problem with the lid closing. The seal swells up and cannot be closed</h3>
+    <p>Lubricate the seal with water or oil.</p>
+  </div>
+
+  <div class="item">
+    <h3>I cannot connect to WiFi: password is correct, close to the router</h3>
+    <p>This problem is due to the WiFi security protocol used by the device.
+      The device must use the latest protocol (WPA2) and the device software must be updated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to open the recipe?</h3>
+    <p>No, the WiFi connection is only used to update the recipes and the device software.</p>
+  </div>
+
+  <div class="item">
+    <h3>To what temperature does my robot heat up?</h3>
+    <p>In the custom settings, the robot can heat between 37°C and 130°C, and the user can change the temperature in 5°C increments.</p>
+    <p>*Some automatic programmes can cook at 160°C, but the custom settings are limited to 130°C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the speed of the motor?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits the speed to 3 during cooking.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean the robot?</h3>
+    <p>After switching off and unplugging the power cord, it is recommended to rinse the bowl and accessories immediately with hot water.</p>
+    <p>If there are scorch marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub the bottom of the bowl with a sponge until the food comes off.</p>
+    <p>You can also run the automatic cleaning programme.</p>
+  </div>
+
+  <div class="item">
+    <h3>Can I wash the appliance in the dishwasher?</h3>
+    <p>You can wash all accessories in the dishwasher but it is not recommended to wash the jug,
+      which is an integral part of the appliance and is an electrical part. To enjoy the use of the product for a long time, wash the jug by hand under a stream of lukewarm water.</p>
+  </div>
+
+  <div class="item">
+    <h3>Certain foodstuffs can cause the plastic to change colour. How to clean ?</h3>
+    <p>Some coloured ingredients, such as curry, tomatoes, carrots, etc.,
+      may colour the plastic parts, and this colouring effect cannot always be avoided.
+      This colour does not affect the health of the user or the functionality of the accessory.</p>
+    <p>To reduce the staining, wipe the soiled area with a cloth or tissue soaked in cooking oil and then clean it regularly.</p>
+    <p>Cleaning should be carried out immediately after use to reduce the formation of stains.</p>
+    <p>Please note, this problem is not covered by the warranty as it is an aesthetic issue and not a fault.</p>
+
+  </div>
+
+  <div class="item">
+    <h3>White stains have appeared on the lid of the robot. How do I remove them?</h3>
+    <p>These are traces of limescale resulting from the use of lime water during cooking.
+      Use an anti-scaling solution and soak the lid for sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time, the harder the stains become and the more difficult they
+      are to remove. We therefore recommend removing them as soon as they are detected.</p>
+  </div>
+
+  <div class="item">
+    <h3>How do you clean burnt and sticky food on the bottom of the bowl?</h3>
+    <p>There are several solutions, for example you can soak it in baking soda, lemon or washing up liquid.
+      Alternatively, you can heat some water with vinegar and a few drops of washing-up liquid and leave it for a while before cleaning.
+      If everything does not disappear, start the operation again.
+      A particularly effective tip is to place a dishwasher tablet with a little hot water and leave to soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>Frying / sautéing vegetables, onions - what to do to make sure they don't burn?</h3>
+    <p>Pour in the oil or melt the butter before putting the products in the pot.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrectly mixed or incompletely cooked ingredients</h3>
+    <p>This may be because a particular recipe may require more cooking time.</p>
+    <p>Although theoretically there is a clear cooking time for the food in a recipe,
+      the cooking time may vary due to several factors:</p>
+    <ul>
+      <li>the temperature of the food during cooking;</li>
+      <li>if the ingredients have not been removed from the fridge and have not reached room temperature;</li>
+      <li>the origin and maturity of the ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat up pre-prepared food</h3>
+    <p>Switch to manual mode and select the temperature, duration etc. depending on the dish being prepared.</p>
+  </div>
+
+  <div class="item">
+    <h3>Overcrowding of the appliance during the cooking process</h3>
+    <p>This phenomenon is caused by the high temperature of the liquid and food in the bowl,
+      which increases the pressure inside the bowl and causes overflow. To avoid this situation,
+      lower the temperature or use a steaming container with a glass lid instead of a cooking lid.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>My knife or stirrer got blocked</h3>
+    <p>There were too many products inside. Do not exceed the recommended capacity and weights.
+      Cut larger products into smaller pieces.</p>
+  </div>
+
+  <div class="item">
+    <h3>Why can't I blend a boiling soup</h3>
+    <p>You cannot blend products at temperatures above 60˚C.
+      The appliance has a burn protection (above 60˚C the maximum speed is 3).</p>
+  </div>
+
+
+  <div class="item">
+    <h3>When kneading dough or paste, the machine reduces the speed or starts to vibrate</h3>
+    <p>There are too many products inside. Do not exceed the recommended capacity and weights.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How can I clean the control panel?</h3>
+    <p>Use a damp tissue or a very well squeezed sponge to clean the control panel and display.
+      Then wipe with a dry cloth.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>The machine vibrates in an unusual way</h3>
+    <p>The most common cause is the application of too much product.
+      The appliance can also vibrate if the speed is set too high, e.g. if you are kneading a heavy dough,
+      you cannot use high speed. Heavy products can cause natural vibration.</p>
+  </div>
+  <div class="item">
+    <h3>Unit operates in an unusual manner</h3>
+    <p>All instructions for operation of the appliance are described in detail in the manual.
+      We recommend that you read the operating instructions for the appliance in detail,
+      which can be found in the carton or updated at www.mpm.pl. </p>
+  </div>
+  <div class="item">
+    <h3>I do not whip the cream into butter.</h3>
+    <p>The cream should be slightly chilled (preferably about 15˚C).</p>
+  </div>
+
+
+
+</body>
+
+</html>

+ 68 - 0
app/src/main/assets/help/AR/privacy-a.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+  }
+
+  h3 {
+    font-size: 30px;
+  }
+
+  p {
+    font-size: 26px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

+ 65 - 0
app/src/main/assets/help/AR/privacy.html

@@ -0,0 +1,65 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+  }
+
+  h3 {
+    font-size: 26px;
+  }
+
+  p {
+    font-size: 16px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>نموذج إنشاء الحساب:</h3>
+    <p>تتم معالجة بياناتك بواسطة شركة Light Perfect Trading LLC لإنشاء حساب على تطبيقنا لتلقي النشرات الإخبارية عبر البريد الإلكتروني.</p>
+    <p>تعتمد هذه المعالجة على موافقتك، ويمكنك سحبها في أي وقت، ولكن هذا لا يؤثر على شرعية المعالجة التي تمت قبل السحب. إذا اخترت عدم ملء </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

File diff suppressed because it is too large
+ 1 - 0
app/src/main/assets/help/AR/privacy_011.html


+ 68 - 0
app/src/main/assets/help/AR/privacy_night-a.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+  }
+
+  h3 {
+    font-size: 30px;
+  }
+
+  p {
+    font-size: 26px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

+ 68 - 0
app/src/main/assets/help/AR/privacy_night.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+  }
+
+  h3 {
+    font-size: 26px;
+  }
+
+  p {
+    font-size: 16px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

+ 213 - 0
app/src/main/assets/help/FA/help-white-a.html

@@ -0,0 +1,213 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>The FAQ's</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+    padding: 12px;
+  }
+
+   p {
+      font-size: 26px;
+    }
+
+    h2 {
+      font-size: 40px;
+    }
+
+    h3 {
+      font-size: 30px;
+    }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #000000;
+    border-right: 2px solid #000000;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 205 - 0
app/src/main/assets/help/FA/help-white.html

@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>The FAQ's</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #000000;
+    border-right: 2px solid #000000;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 205 - 0
app/src/main/assets/help/FA/help.html

@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>帮助文件</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #ffffff;
+    border-right: 2px solid #ffffff;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>The FAQ's</h2>
+  <div class="item">
+    <h3>The blade twisted from my first preparation.</h3>
+    <p>The blade is not damaged, you can see it by looking at its specific shape in your manual, it has a more curved
+      blade in order to better mix the ingredients.</p>
+  </div>
+
+  <div class="item">
+    <h3>Smoke comes out of the back of the device during the first use.</h3>
+    <p>This phenomenon is normal, the smoke comes from the windings of the engine which, being new, can give off smoke
+      and a slight smell of "hot plastic" during the first USES. This phenomenon will be mitigated and will disappear in
+      use./p>
+  </div>
+
+  <div class="item">
+    <h3>My robot no longer heats or does not rise to the requested temperature.</h3>
+    <p>After reserving the preparation and cooling the bowl, simply reset the thermal probe placed under the bowl by
+      pressing with your finger until you hear a "click".</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during recipe process.</h3>
+    <p>The robot is equipped with safety devices to minimize the risk of engine overload (overflow or excessive
+      preparation). To solve this problem, please turn off the device and let it cool for approximately 20 to 30
+      minutes. Afterwards, the problem should be resolved. If you still see that the robot cooker cannot be opened,
+      please repeat the cooling process. If other methods do not work, please contact after-sales service.</p>
+  </div>
+
+  <div class="item">
+    <h3>The bowl is not fully placed in the base, or the lid is not in the locked position.</h3>
+    <p>Check if the accessory drive shaft is fully locked (at the top of the bowl).</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steam basket, lost the push rod, and broke the whip.</h3>
+    <p>Customers can purchase parts directly on the website , or place orders directly at the email address through POS
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>The lid is difficult to close.</h3>
+    <p>Oil the lid seal after each cleaning (e.g. lubricate fingers with vegetable oil and apply to the seal).</p>
+  </div>
+
+  <div class="item">
+    <h3>I am unable to connect to WiFi: the password is correct, close to the box.</h3>
+    <p>This issue stems from the WiFi security protocol used by the box. The box must use the latest protocol (WPA2),
+      and you must update the software of the box.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to create a recipe ?</h3>
+    <p>No, WiFi connection is only used for recipe updates.</p>
+  </div>
+
+  <div class="item">
+    <h3>What temperature does my robot heat up to ?</h3>
+    <p>In manual mode, the robot can heat from 37 ° C to 130 ° C, and you can choose to change the temperature in
+      increments of 5 ° C. The temperature dial only displays the temperature of the formulation above 37 ° C..</p>
+    <p>*Some automatic recipes in can be cooked at 160 ° C, but manual mode is limited to 130 ° C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the engine speed ?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits its speed to 3 during cooking activities.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean my robot ?</h3>
+    <p>After turning off and unplugging the power cord, it is recommended to immediately rinse the bowl and accessories
+      with hot water after using the robot.</p>
+    <p>If there are burn marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub
+      the bottom of the bowl with a sponge until the food peels off.</p>
+    <p>You can also start the cleaning program. </p>
+  </div>
+
+  <div class="item">
+    <h3>Can all accessories be dishwashers ?</h3>
+    <p>All accessories of the robot can be placed in the dishwasher (except for the engine block). </p>
+  </div>
+
+  <div class="item">
+    <h3>Some foods can cause plastic to change color. How to clean ?</h3>
+    <p>Some colored ingredients, such as curry, tomatoes, carrots, etc., can contaminate plastic parts, and this
+      coloring effect is not always avoidable. This color has no impact on your health or the functionality of the
+      accessory.
+      To reduce color, wipe the stained area with a cloth or tissue soaked in cooking oil and then perform regular
+      cleaning.</p>
+    <p>Cleaning must be carried out immediately after use to reduce staining.</p>
+    <p>Note: This issue is not covered by the warranty as it is an aesthetic issue, not a malfunction.</p>
+  </div>
+
+  <div class="item">
+    <h3>White spots appeared on the cooking cover. How to remove them ?</h3>
+    <p>These marks are tartar deposits generated by the use of limestone water during cooking. Anti scaling solution
+      should be used and the lid should be soaked for a sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time these stains take, the harder they become and the more difficult it
+      is to remove them. Therefore, we recommend removing them immediately upon detection.</p>
+  </div>
+
+  <div class="item">
+    <h3>How to clean food that burns and adheres to the bottom of the bowl ?</h3>
+    <p>There are several solutions, for example, you can put a bottom water and soak it in baking soda, lemon, or
+      dishwashing solution.</p>
+    <p>You can also heat some white vinegar water and a few drops of dishwashing liquid in a bowl, and let it sit for a
+      while before cleaning. If everything does not disappear, restart the operation.</p>
+    <p>A particularly effective tip is to put a dishwasher pellet and some hot water in it and let it soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>How to avoid food still adhering to the bowl on preparations that need to be cooked?</h3>
+    <p>Before starting cooking the recipe, we suggest using soaked absorbent paper to oil the bottom of the bowl. This
+      regular maintenance will prevent food from sticking to the bowl. For sugary preparations, use a little lemon juice
+      instead of oil</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrect mixing or incomplete cooking of ingredients</h3>
+    <p>This may be because the recipe in question may require more cooking time.
+      Although theoretically there is a clear cooking time for food in the recipe, the cooking time may vary due to
+      several factors :</p>
+    <ul>
+      <li>Food temperature during recipe ;;</li>
+      <li>If you don't take the ingredients out of the refrigerator and they're not at room temperature ;</li>
+      <li>Source and maturity of ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat pre prepared dishes.</h3>
+    <p>R : You must switch to manual mode and select temperature, duration, etc. based on the preparation to be
+      preheated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Equipment overflow during cooking process.</h3>
+    <p>R : This phenomenon is due to the high temperature of the liquid and food in the bowl, which increases the
+      pressure inside the bowl and causes overflow. To avoid this situation, lower the temperature or use a large steam
+      basket with a glass lid instead of a cooking lid.</p>
+  </div>
+</body>
+
+</html>

+ 248 - 0
app/src/main/assets/help/FA/help_011.html

@@ -0,0 +1,248 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>帮助文件</title>
+</head>
+
+<style>
+  * {
+    margin: 0;
+    padding: 0;
+  }
+
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+    padding: 12px;
+  }
+
+  p {
+    font-size: 14px;
+  }
+
+  .item {
+    margin-top: 14px;
+  }
+
+  .item h3 {
+    position: relative;
+  }
+
+  .item h3::after {
+    content: "";
+    display: inline-block;
+    width: 12px;
+    height: 12px;
+    border-top: 2px solid #ffffff;
+    border-right: 2px solid #ffffff;
+    transform: rotate(136deg);
+    margin-left: 14px;
+  }
+
+  .item p,
+  .item ul {
+    display: none;
+    margin-top: 8px;
+  }
+
+  .item:hover p,
+  .item:hover ul {
+    display: block;
+  }
+</style>
+
+<body>
+  <h2>Frequently asked questions – FAQ</h2>
+  <div class="item">
+    <h3>One of the blades has warped during use</h3>
+    <p>The blade is not damaged, you can see this by looking at its specific shape in the pictures e.g. in the instruction manual.
+      The blades are curved to better mix and chop ingredients at different levels e.g. the bottom of a jug.</p>
+  </div>
+
+  <div class="item">
+    <h3>There is an unpleasant smell coming from the appliance</h3>
+    <p> Overheating of parts during initial start-up is a natural phenomenon
+      and will subside during further use. Overloading the appliance - switch off the appliance,
+      wait for it to cool down. Remember not to exceed the recommended operating times! </p>
+  </div>
+
+  <div class="item">
+    <h3>Why doesn't the jug heat up / heat up / reach temperature?</h3>
+    <p>In this case, the thermal fuse of the appliance has probably tripped. The jug must have overheated.
+      The thermal fuse has tripped. Once the jug has cooled down, press it to reset the appliance.
+      This is the small black button located on the bottom of the jug.</p>
+  </div>
+
+  <div class="item">
+    <h3>Error message on screen during the preparation process</h3>
+    <p>The robot is equipped with safety devices to minimise the risk of overloading the motor (overcrowding or overheating).
+      To solve this problem, switch off the appliance and leave it to cool down for about 20-30 minutes.
+      After this time, the problem should cease. If the recipe still cannot be started, repeat the cooling process.
+      If other methods do not work, contact customer service.</p>
+  </div>
+
+  <div class="item">
+    <h3>Why can't I put the jug into the housing?</h3>
+    <p>The most common cause is that the lid is applied and closed on the jug before inserting it into the main unit. The jug should be inserted without the lid.
+      Only put the lid on and close it after the jug has been installed in the main unit.</p>
+  </div>
+
+  <div class="item">
+    <h3>Accessories: I lost the steamer pot, lost the pusher and.... I broke the spatula. What should I do ?</h3>
+    <p>Customers can buy parts directly from our online accessories shop: www.mpmstrefa.pl
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>I have a problem with the lid closing. The seal swells up and cannot be closed</h3>
+    <p>Lubricate the seal with water or oil.</p>
+  </div>
+
+  <div class="item">
+    <h3>I cannot connect to WiFi: password is correct, close to the router</h3>
+    <p>This problem is due to the WiFi security protocol used by the device.
+      The device must use the latest protocol (WPA2) and the device software must be updated.</p>
+  </div>
+
+  <div class="item">
+    <h3>Do I need a WiFi connection to open the recipe?</h3>
+    <p>No, the WiFi connection is only used to update the recipes and the device software.</p>
+  </div>
+
+  <div class="item">
+    <h3>To what temperature does my robot heat up?</h3>
+    <p>In the custom settings, the robot can heat between 37°C and 130°C, and the user can change the temperature in 5°C increments.</p>
+    <p>*Some automatic programmes can cook at 160°C, but the custom settings are limited to 130°C.</p>
+  </div>
+
+  <div class="item">
+    <h3>What is the speed of the motor?</h3>
+    <p>The speed can be adjusted from 1 to 12.</p>
+    <p>For safety reasons, the robot limits the speed to 3 during cooking.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How to clean the robot?</h3>
+    <p>After switching off and unplugging the power cord, it is recommended to rinse the bowl and accessories immediately with hot water.</p>
+    <p>If there are scorch marks on the bottom of the bowl, it is best to soak the inside of the bowl and occasionally rub the bottom of the bowl with a sponge until the food comes off.</p>
+    <p>You can also run the automatic cleaning programme.</p>
+  </div>
+
+  <div class="item">
+    <h3>Can I wash the appliance in the dishwasher?</h3>
+    <p>You can wash all accessories in the dishwasher but it is not recommended to wash the jug,
+      which is an integral part of the appliance and is an electrical part. To enjoy the use of the product for a long time, wash the jug by hand under a stream of lukewarm water.</p>
+  </div>
+
+  <div class="item">
+    <h3>Certain foodstuffs can cause the plastic to change colour. How to clean ?</h3>
+    <p>Some coloured ingredients, such as curry, tomatoes, carrots, etc.,
+      may colour the plastic parts, and this colouring effect cannot always be avoided.
+      This colour does not affect the health of the user or the functionality of the accessory.</p>
+    <p>To reduce the staining, wipe the soiled area with a cloth or tissue soaked in cooking oil and then clean it regularly.</p>
+    <p>Cleaning should be carried out immediately after use to reduce the formation of stains.</p>
+    <p>Please note, this problem is not covered by the warranty as it is an aesthetic issue and not a fault.</p>
+
+  </div>
+
+  <div class="item">
+    <h3>White stains have appeared on the lid of the robot. How do I remove them?</h3>
+    <p>These are traces of limescale resulting from the use of lime water during cooking.
+      Use an anti-scaling solution and soak the lid for sufficient time to soften the marks.</p>
+    <p>Please note that the longer the cooking time, the harder the stains become and the more difficult they
+      are to remove. We therefore recommend removing them as soon as they are detected.</p>
+  </div>
+
+  <div class="item">
+    <h3>How do you clean burnt and sticky food on the bottom of the bowl?</h3>
+    <p>There are several solutions, for example you can soak it in baking soda, lemon or washing up liquid.
+      Alternatively, you can heat some water with vinegar and a few drops of washing-up liquid and leave it for a while before cleaning.
+      If everything does not disappear, start the operation again.
+      A particularly effective tip is to place a dishwasher tablet with a little hot water and leave to soak for a while.
+    </p>
+  </div>
+
+  <div class="item">
+    <h3>Frying / sautéing vegetables, onions - what to do to make sure they don't burn?</h3>
+    <p>Pour in the oil or melt the butter before putting the products in the pot.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>Incorrectly mixed or incompletely cooked ingredients</h3>
+    <p>This may be because a particular recipe may require more cooking time.</p>
+    <p>Although theoretically there is a clear cooking time for the food in a recipe,
+      the cooking time may vary due to several factors:</p>
+    <ul>
+      <li>the temperature of the food during cooking;</li>
+      <li>if the ingredients have not been removed from the fridge and have not reached room temperature;</li>
+      <li>the origin and maturity of the ingredients.</li>
+    </ul>
+  </div>
+
+  <div class="item">
+    <h3>I don't know how to heat up pre-prepared food</h3>
+    <p>Switch to manual mode and select the temperature, duration etc. depending on the dish being prepared.</p>
+  </div>
+
+  <div class="item">
+    <h3>Overcrowding of the appliance during the cooking process</h3>
+    <p>This phenomenon is caused by the high temperature of the liquid and food in the bowl,
+      which increases the pressure inside the bowl and causes overflow. To avoid this situation,
+      lower the temperature or use a steaming container with a glass lid instead of a cooking lid.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>My knife or stirrer got blocked</h3>
+    <p>There were too many products inside. Do not exceed the recommended capacity and weights.
+      Cut larger products into smaller pieces.</p>
+  </div>
+
+  <div class="item">
+    <h3>Why can't I blend a boiling soup</h3>
+    <p>You cannot blend products at temperatures above 60˚C.
+      The appliance has a burn protection (above 60˚C the maximum speed is 3).</p>
+  </div>
+
+
+  <div class="item">
+    <h3>When kneading dough or paste, the machine reduces the speed or starts to vibrate</h3>
+    <p>There are too many products inside. Do not exceed the recommended capacity and weights.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>How can I clean the control panel?</h3>
+    <p>Use a damp tissue or a very well squeezed sponge to clean the control panel and display.
+      Then wipe with a dry cloth.</p>
+  </div>
+
+
+  <div class="item">
+    <h3>The machine vibrates in an unusual way</h3>
+    <p>The most common cause is the application of too much product.
+      The appliance can also vibrate if the speed is set too high, e.g. if you are kneading a heavy dough,
+      you cannot use high speed. Heavy products can cause natural vibration.</p>
+  </div>
+  <div class="item">
+    <h3>Unit operates in an unusual manner</h3>
+    <p>All instructions for operation of the appliance are described in detail in the manual.
+      We recommend that you read the operating instructions for the appliance in detail,
+      which can be found in the carton or updated at www.mpm.pl. </p>
+  </div>
+  <div class="item">
+    <h3>I do not whip the cream into butter.</h3>
+    <p>The cream should be slightly chilled (preferably about 15˚C).</p>
+  </div>
+
+
+
+</body>
+
+</html>

+ 68 - 0
app/src/main/assets/help/FA/privacy-a.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+  }
+
+  h3 {
+    font-size: 30px;
+  }
+
+  p {
+    font-size: 26px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

+ 68 - 0
app/src/main/assets/help/FA/privacy.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #ffffff;
+    height: 100vh;
+    color: #000000;
+  }
+
+  h3 {
+    font-size: 26px;
+  }
+
+  p {
+    font-size: 16px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

File diff suppressed because it is too large
+ 1 - 0
app/src/main/assets/help/FA/privacy_011.html


+ 68 - 0
app/src/main/assets/help/FA/privacy_night-a.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+  }
+
+  h3 {
+    font-size: 30px;
+  }
+
+  p {
+    font-size: 26px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

+ 68 - 0
app/src/main/assets/help/FA/privacy_night.html

@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>MENTION INFORMATION</title>
+</head>
+<style>
+  body {
+    background-color: #000000;
+    height: 100vh;
+    color: #ffffff;
+  }
+
+  h3 {
+    font-size: 26px;
+  }
+
+  p {
+    font-size: 16px;
+  }
+</style>
+
+<body>
+
+  <div>
+
+    <h3>Mention the information to be included in the account creation form : </h3>
+    <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
+    <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
+      legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
+      an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
+      not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the password reset form : </h3>
+    <p>Your data is processed by to reset your password. </p>
+    <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
+      in the required data (with an asterisk), you will not be able to reset your password. Except for our
+      subcontractors, your personal data will not be transmitted to third parties.</p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.</p>
+    <p>You also have the right to file a complaint with CNIL .</p>
+
+    <h3>Mention the information to be included in the comment online form : </h3>
+    <p>Your data is processed by to post your comments.</p>
+    <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
+      legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
+      (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
+      excluding our subcontractors.</p>
+    <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
+    </p>
+    <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
+      have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
+      have the right to determine the fate of your posthumous data.
+      You also have the right to file a complaint with CNIL.</p>
+
+
+  </div>
+
+</body>
+
+</html>

File diff suppressed because it is too large
+ 1 - 1
app/src/main/assets/help/PL/privacy_011.html


+ 3 - 3
libBase/src/main/java/com/develop/base/util/SerialportUtils.java

@@ -164,8 +164,8 @@ public class SerialportUtils {
             return new Locale("ar", "ae");
         }else if (LangKey.LT_LT.equals(lankey)){
             return new Locale("lt", "lt");
-        }else if (LangKey.IR_IR.equals(lankey)){
-            return new Locale("ir", "ir");
+        }else if (LangKey.FA_FA.equals(lankey)){
+            return new Locale("fa", "fa");
         }else if (LangKey.KZ_KZ.equals(lankey)){
             //特殊处理由于语言配置是配置se,但系统前缀是sv
             return new Locale("kz", "kz");
@@ -251,7 +251,7 @@ public class SerialportUtils {
         //立陶宛语
         public static final String LT_LT = "lt";
         //波斯语
-        public static final String IR_IR = "ir";
+        public static final String FA_FA = "fa";
         //哈萨克语
         public static final String KZ_KZ = "kz";