Skip to content

Commit

Permalink
Fixing translations (es, it & pt-br) (#32)
Browse files Browse the repository at this point in the history
* Fixing translations - Italian

As per edwardtfn/home-assistant-sun-card#9

* Fixing translations - Portuguese

Fixing the Sun integration name which was incorrectly translated.

* Fixing translations - Spanish

Translated "SunIntegrationNotFound"

* Fixing translations - Portuguese
  • Loading branch information
edwardtfn authored Mar 27, 2023
1 parent 06687bb commit 7d39611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/localization/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"sunrise": "Salida del sol",
"sunset": "Atardecer",
"errors": {
"SunIntegrationNotFound": "Sun integration not found"
"SunIntegrationNotFound": "No se encontró la integración de Sun"
}
}
2 changes: 1 addition & 1 deletion src/assets/localization/languages/it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"azimuth": "Azimuth",
"dawn": "Alba",
"dawn": "Aurora",
"dusk": "Crepuscolo",
"elevation": "Elevazione",
"noon": "Mezzogiorno solare",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/localization/languages/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"sunrise": "Nascer do sol",
"sunset": "Pôr do sol",
"errors": {
"SunIntegrationNotFound": "Integração Sol não encontrada"
"SunIntegrationNotFound": "Integração Sun não encontrada"
}
}

0 comments on commit 7d39611

Please sign in to comment.