Skip to content

Commit

Permalink
Merge pull request #167 from mattreim/Update-i18n
Browse files Browse the repository at this point in the history
Update i18n and package.json to fix translation
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 146bcdf + bfb4cc5 commit 199b169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Main settings": "Main settings",
"Devices": "Devices",
"Enabled": "Enabled",
"Extended Info": "Extended Info",
Expand All @@ -11,6 +12,8 @@
"tooltip_interval": "Polling interval in ms",
"tooltip_noHostname": "Do not include the host name into state's names: ping.0.127_0_0_1 / ping.0.host.127_0_0_1",
"No host name in state name": "No host name in state name",
"Allow with setcap the required rights for ping": "Allow with setcap the required rights for ping",
"This allows to run ping without root rights": "This allows to run ping without root rights",
"Interval": "Ping interval",
"ms": "milliseconds",
"Number of retries": "Number of retries",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"main": "main.js",
"files": [
"admin/",
"!admin/I18n/",
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"io-package.json",
"LICENSE",
Expand Down

0 comments on commit 199b169

Please sign in to comment.