~aleteoryx/muditaos

f68b6b4dd9b29d4c14776e680174ad2276a1fd11 — Lefucjusz 3 years ago 00179ef
[MOS-161] Fix broken translations

Fix of the broken French translation that
appeared only partially on 'Configure
passcode' window during onboarding.

Also minor fixes in other translations
I noticed while using the phone.
M image/system_a/data/lang/English.json => image/system_a/data/lang/English.json +3 -3
@@ 234,9 234,9 @@
  "sim_wrong_pin_confirmation": "Wrong PIN code.",
  "sim_pin_changed_successfully": "PIN code changed successfully",
  "sim_card_changed_successfully": "SIM card changed successfully.",
  "sim_card_select_successfully": "<text>SIM select process<br></br>has been successfully.</text>",
  "sim_card_select_successfully": "<text>SIM selection process has been<br></br>completed.</text>",
  "sim_card_change_in_progress": "<text>SIM change process in progress.<br></br>It will take up to a few seconds.</text>",
  "sim_card_select_in_progress": "<text>SIM select process in progress.<br></br>It will take up to a few seconds.</text>",
  "sim_card_select_in_progress": "<text>SIM selection process in progress.<br></br>It will take up to a few seconds.</text>",
  "sim_cme_error": "<text>SIM card<br></br>CME error:<token>$CMECODE</token></text>",
  "sim_puk_blocked": "<text>The SIM card is blocked.<br></br>Please, contact the operator.</text>",
  "sim_setup_enter_puk": "<text>The SIM card is blocked.<br></br>To unblock it, type the PUK code:</text>",


@@ 246,7 246,7 @@
  "sim_card_pin_disabled": "SIM card PIN disabled",
  "sim_card_pin_enabled": "SIM card PIN enabled",
  "sim_card_cant_connect": "<text>Cannot connect to <token>$SIM</token> card.<br></br>Please insert card.</text>",
  "sim_card_not_ready": "<text>Waiting for Modem to start.<br></br>This may take a moment.</text>",
  "sim_card_not_ready": "<text>Waiting for modem to start.<br></br>This may take a moment.</text>",
  "app_desktop_press_to_unlock": "<text size='27'>Press <b>Unlock</b> and then <b>#</b></text>",
  "app_desktop_press_to_complete_unlock": "<text size='27'>Press <b>#</b> to unlock</text>",
  "app_desktop_unread_messages": "<text>Unread <b>messages</b></text>",

M image/system_a/data/lang/Francais.json => image/system_a/data/lang/Francais.json +1 -1
@@ 479,7 479,7 @@
  "phone_lock_blocked_information": "<text>Code d'accès erroné. <br></br>Réessayez dans <token>$TIME</token>.</text>",
  "phone_lock_changed_successfully": "Le code d'accès a été modifié avec succès !",
  "phone_lock_disabled": "Le code d'accès est désactivé !",
  "phone_lock_set": "<text>Ajouter un code d'accès qui déverrouille <br></br> le téléphone</text>",
  "phone_lock_set": "<text>Ajouter un code d'accès qui<br></br>déverrouille le téléphone</text>",
  "phone_lock_confirm": "Confirmez le code d'accès",
  "phone_lock_invalid_retry": "<text>Mauvais code d'accès. <br></br> Veuillez configurer le code d'accès à nouveau.</text>",
  "phone_lock_configure": "Configurer le code d'accès",

M pure_changelog.md => pure_changelog.md +1 -0
@@ 40,6 40,7 @@
* Fixed several MTP issues
* Fixed notifications of unread SMS threads on the home screen
* Fixed false dotted notification above Calls app in case of answered call
* Fixed broken French translation on 'Configure passcode' screen in Onboarding

### Added