Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmon committed Nov 15, 2023
1 parent 8b8727d commit cc98472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions custom_components/linkytic/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"data": {
"serial_device": "Path to the serial device",
"tic_mode": "TIC mode",
"producer_mode": "Producer mode",
"producer_mode": "Producer mode (standard mode only)",
"three_phase": "Three-Phase"
}
}
Expand All @@ -32,4 +32,4 @@
}
}
}
}
}
5 changes: 2 additions & 3 deletions custom_components/linkytic/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
"error": {
"cannot_connect": "Failed to connect (check the logs)",
"cannot_read": "Serial open successfully but an error occured while reading a line (check the logs)",
"unknown": "Unexpected error",
"unsupported_standard": "The standard TIC mode is not supported yet. If you want to help development, feel free to open an issue: https://github.com/hekmon/linkytic/issues/new"
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"serial_device": "Path/URL to the serial device",
"three_phase": "Three-Phase",
"tic_mode": "TIC mode",
"producer_mode": "Producer mode"
"producer_mode": "Producer mode (standard mode only)"
},
"description": "If you need help to fill this form, please check the [readme](https://github.com/hekmon/linkytic/tree/v2)."
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/linkytic/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serial_device": "Chemin/Adresse vers le périphérique série",
"three_phase": "Triphasé",
"tic_mode": "Mode TIC",
"producer_mode": "Mode producteur"
"producer_mode": "Mode producteur (seulement pour le mode standard)"
},
"description": "Si vous avez besoin d'aide pour remplir ces champs de configuration, allez voir le fichier [lisezmoi](https://github.com/hekmon/linkytic/tree/v2)."
}
Expand Down

0 comments on commit cc98472

Please sign in to comment.