Skip to content

Commit 7d39611

Browse files
authored
Fixing translations (es, it & pt-br) (#32)
* 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
1 parent 06687bb commit 7d39611

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/assets/localization/languages/es.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"sunrise": "Salida del sol",
88
"sunset": "Atardecer",
99
"errors": {
10-
"SunIntegrationNotFound": "Sun integration not found"
10+
"SunIntegrationNotFound": "No se encontró la integración de Sun"
1111
}
1212
}

src/assets/localization/languages/it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"azimuth": "Azimuth",
3-
"dawn": "Alba",
3+
"dawn": "Aurora",
44
"dusk": "Crepuscolo",
55
"elevation": "Elevazione",
66
"noon": "Mezzogiorno solare",

src/assets/localization/languages/pt-BR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"sunrise": "Nascer do sol",
88
"sunset": "Pôr do sol",
99
"errors": {
10-
"SunIntegrationNotFound": "Integração Sol não encontrada"
10+
"SunIntegrationNotFound": "Integração Sun não encontrada"
1111
}
1212
}

0 commit comments

Comments
 (0)