Skip to content

Commit

Permalink
added new zeroconf error string
Browse files Browse the repository at this point in the history
  • Loading branch information
giachello authored Aug 22, 2021
1 parent 83569e0 commit dbddd9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Device is already configured",
"no_serial_number" : "Couldn't fetch serial number"
},
"error": {
"cannot_connect": "Failed to connect",
Expand Down
3 changes: 2 additions & 1 deletion translations/it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Il dispositivo è già configurato"
"already_configured": "Il dispositivo è già configurato",
"no_serial_number" : "Numero di serie inesistente"
},
"error": {
"cannot_connect": "Impossibile connettersi",
Expand Down

0 comments on commit dbddd9e

Please sign in to comment.