Skip to content

Commit

Permalink
Merge pull request #10 from maxcanna/add-it-language
Browse files Browse the repository at this point in the history
Add italian language
  • Loading branch information
smirko-dev authored Feb 16, 2022
2 parents d70e064 + 4e2833b commit 1530ba3
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Version 0.6

### Added
- Italian language
- Bugfixes

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This app allows to control [Home Assistant](https://www.home-assistant.io/) entities from a [Fitbit watch](https://www.fitbit.com/global/eu/home).

Supported languages: de-DE, en-US.
Supported languages: de-DE, en-US, it-IT.

Supported entity types:
- switch (on/off)
Expand Down
12 changes: 12 additions & 0 deletions app/i18n/it-IT.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

msgid "unavailable"
msgstr "N/D"

msgid "on"
msgstr "ACC"

msgid "off"
msgstr "SPE"

msgid "exe"
msgstr "ESE"
6 changes: 6 additions & 0 deletions companion/i18n/it-IT.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

msgid "unavailable"
msgstr "Non disponibile"

msgid "connection_error"
msgstr "Errore di connessione"
4 changes: 3 additions & 1 deletion resources/styles.sdk4.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
font-family: Colfax-Regular;
text-anchor: start;
text-length: 64;
fill: #FFFFFF
fill: #FFFFFF;
overflow: hidden;
text-overflow: ellipsis;
}

.itemState {
Expand Down
4 changes: 3 additions & 1 deletion resources/styles.sdk5.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
font-family: Colfax-Regular;
text-anchor: start;
text-length: 64;
fill: #FFFFFF
fill: #FFFFFF;
overflow: hidden;
text-overflow: ellipsis;
}

.itemState {
Expand Down
9 changes: 9 additions & 0 deletions settings/i18n/it-IT.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

msgid "add_title"
msgstr "Nuova entità"

msgid "add_label"
msgstr "Aggiungi entità"

msgid "force_status"
msgstr "Forza stato"

0 comments on commit 1530ba3

Please sign in to comment.