Skip to content

Commit

Permalink
feat: Translate to spanish (#9)
Browse files Browse the repository at this point in the history
* feat: Translate to spanish

* feat: Translations
  • Loading branch information
hectorzin authored Dec 22, 2024
1 parent 205a30c commit d0b82c2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"step": {
"user": {
"description": "You need need a API KEY from [Aliexpress Openplatform](https://openservice.aliexpress.com/).",
"description": "You need an API KEY from [Aliexpress Openplatform](https://openservice.aliexpress.com/).",
"data": {
"app_key": "API KEY",
"app_secret": "API Secret"
Expand Down
38 changes: 38 additions & 0 deletions custom_components/aliexpress_openplatform/translations/es-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"config": {
"error": {
"unknown": "Error inesperado"
},
"step": {
"user": {
"description": "Necesitas una clave API de [Aliexpress Openplatform](https://openservice.aliexpress.com/).",
"data": {
"app_key": "API KEY",
"app_secret": "API Secret"
}
}
}
},
"entity": {
"sensor": {
"aliexpress_total_commissions": {
"name": "Comisiones totales"
},
"aliexpress_affiliate_commissions": {
"name": "Comisiones afiliados"
},
"aliexpress_influencer_commissions": {
"name": "Comisiones influencer"
},
"aliexpress_total_orders": {
"name": "Pedidos totales"
},
"aliexpress_total_paid": {
"name": "Volumen de ventas generado"
},
"aliexpress_last_order": {
"name": "Último pedido"
}
}
}
}

0 comments on commit d0b82c2

Please sign in to comment.