Skip to content

Commit

Permalink
🌐 fix spanish translations (#317)
Browse files Browse the repository at this point in the history
* 🌐 fix spanish translations

* ⬆️ bump version to 2.0.7

---------

Co-authored-by: Simon Hörrle <7945681+CM000n@users.noreply.github.com>
  • Loading branch information
fabianfalon and CM000n authored Jan 27, 2025
1 parent dae2c28 commit c97f81c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion custom_components/toyota/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/DurgNomis-drol/ha_toyota/issues",
"requirements": ["mytoyota>=2.1.4,<3.0", "arrow"],
"version": "v2.0.6"
"version": "v2.0.7"
}
16 changes: 8 additions & 8 deletions custom_components/toyota/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"user": {
"description": "Ingrese su dirección de correo electrónico y contraseña para la aplicación de MyT abajo",
"data": {
"email": "Dirección de correo electonico",
"email": "Dirección de correo electrónico",
"password": "Contraseña",
"use_metric_values": "Utilizar unidades métricas (por ejemplo, km en lugar de millas)"
}
}
},
"error": {
"invalid_username": "La dirección del correo correo electrónico tiene que contener un @.",
"invalid_username": "La dirección de correo electrónico debe contener un @",
"invalid_auth": "Correo electrónico/Contraseña incorrecta.",
"unknown": "Error inesperado."
}
Expand All @@ -27,22 +27,22 @@
"name": "Vehicle-Identify-Number"
},
"odometer": {
"name": "Odometro"
"name": "Odómetro"
},
"fuel_level": {
"name": "Nivel de combustible"
},
"fuel_range": {
"name": "Fuel range"
"name": "Autonomía de combustible"
},
"battery_level": {
"name": "Battery level"
"name": "Nivel de batería"
},
"battery_range": {
"name": "Battery range"
"name": "Autonomía de la batería"
},
"battery_range_ac": {
"name": "Battery range with AC"
"name": "Autonomía de la batería con AC"
},
"total_range": {
"name": "Total range"
Expand Down Expand Up @@ -116,7 +116,7 @@
"name": "Maletero"
},
"trunk_lock": {
"name": "Bloqueo mealetero"
"name": "Bloqueo del maletero"
},
"hazardlights": {
"name": "Luces de emergencia"
Expand Down

0 comments on commit c97f81c

Please sign in to comment.