~aleteoryx/muditaos

6ae0cf0e5e1ce1c9edabfb7ef71970a3048312ee — Lukasz Mastalerz 2 years ago e6fe10e
[MOS-901] Missing translation for words "show" and "replace"

Fix for missing translation for words "show" and "replace" in all
languages except for English.
M image/system_a/data/lang/Deutsch.json => image/system_a/data/lang/Deutsch.json +2 -0
@@ 17,6 17,7 @@
  "common_skip": "ÜBERSPRINGEN",
  "common_contacts": "KONTAKTE",
  "common_set": "EINSTELLEN",
  "common_show": "ANZEIGEN",
  "common_yes": "Ja",
  "common_no": "Nein",
  "common_switch": "WECHSELN",


@@ 33,6 34,7 @@
  "common_pause": "PAUSIEREN",
  "common_play": "ABSPIELEN",
  "common_retry": "NOCHMAL VERSUCHEN",
  "common_replace": "ERSETZEN",
  "common_abort": "ABBRECHEN",
  "common_connect": "VERBINDEN",
  "common_disconnect": "TRENNEN",

M image/system_a/data/lang/Espanol.json => image/system_a/data/lang/Espanol.json +2 -0
@@ 17,6 17,7 @@
  "common_skip": "OMITIR",
  "common_contacts": "CONTACTOS",
  "common_set": "ESTABLECER",
  "common_show": "MOSTRAR",
  "common_yes": "Sí",
  "common_no": "No",
  "common_switch": "CAMBIAR",


@@ 33,6 34,7 @@
  "common_pause": "PAUSA",
  "common_play": "REPRODUCIR",
  "common_retry": "REINTENTAR",
  "common_replace": "REEMPLAZAR",
  "common_abort": "ANULAR",
  "common_connect": "CONECTAR",
  "common_disconnect": "DESCONECTAR",

M image/system_a/data/lang/Francais.json => image/system_a/data/lang/Francais.json +2 -0
@@ 17,6 17,7 @@
  "common_skip": "SAUTER",
  "common_contacts": "CONTACTS",
  "common_set": "DÉFINIR",
  "common_show": "AFFICHER",
  "common_yes": "Oui",
  "common_no": "Non",
  "common_switch": "CHANGER",


@@ 33,6 34,7 @@
  "common_pause": "ARRÊTER",
  "common_play": "JOUER",
  "common_retry": "ESSAYER DE NOUVEAU",
  "common_replace": "REMPLACER",
  "common_abort": "ANNULER",
  "common_connect": "CONNECTER",
  "common_disconnect": "DÉCONNECTER",

M image/system_a/data/lang/Polski.json => image/system_a/data/lang/Polski.json +2 -0
@@ 17,6 17,7 @@
  "common_skip": "POMIŃ",
  "common_contacts": "KONTAKTY",
  "common_set": "USTAW",
  "common_show": "POKAŻ",
  "common_yes": "Tak",
  "common_no": "Nie",
  "common_switch": "ZMIEŃ",


@@ 33,6 34,7 @@
  "common_pause": "PAUZA",
  "common_play": "GRAJ",
  "common_retry": "SPRÓBUJ PONOWNIE",
  "common_replace": "ZASTĄP",
  "common_abort": "ZREZYGNUJ",
  "common_connect": "POŁĄCZ SIĘ",
  "common_disconnect": "ROZŁĄCZ SIĘ",

M image/system_a/data/lang/Svenska.json => image/system_a/data/lang/Svenska.json +2 -0
@@ 16,6 16,7 @@
  "common_back": "TILLBAKA",
  "common_contacts": "KONTAKTER",
  "common_set": "VÄLJ",
  "common_show": "VISA",
  "common_yes": "Ja",
  "common_no": "Nej",
  "common_switch": "VÄXLA",


@@ 31,6 32,7 @@
  "common_resume": "FORTSÄTT",
  "common_pause": "PAUSA",
  "common_play": "SPELA",
  "common_replace": "ERSÄTT",
  "common_mo": "MÅ",
  "common_tu": "TI",
  "common_we": "ON",

M pure_changelog.md => pure_changelog.md +1 -0
@@ 81,6 81,7 @@
* Fixed crash when pressing button after turning off the phone with USB cable connected
* Fixed notification on the home screen shouldn't be bolded
* Fixed long phone shutdown time
* Fixed missing translation for words "show" and "replace"

## [1.5.0 2022-12-20]