luci-mod-dsl: amend ATM HEC wording

Amend ATM HEC label on stats.js
Update i18n strings for ATM Header Error Control

Signed-off-by: Manuel Fombuena <mfombuena@innovara.co.uk>
This commit is contained in:
Manuel Fombuena 2023-12-04 14:56:15 +00:00
parent e3466bd83b
commit 5f1f31f466
21 changed files with 22 additions and 22 deletions

View file

@ -154,7 +154,7 @@ return view.extend({
E('h4', {}, [ _('Data Path Counters') ]), E('h4', {}, [ _('Data Path Counters') ]),
this.renderTable([ this.renderTable([
[ _('ATM Header Error Code Errors (HEC-P)'), '%d', data.errors.near.hec, data.errors.far.hec ], [ _('ATM Header Error Control Errors (HEC-P)'), '%d', data.errors.near.hec, data.errors.far.hec ],
[ _('PTM Non Pre-emptive CRC Errors (CRC-P)'), '%d', data.errors.near.crc_p, data.errors.far.crc_p ], [ _('PTM Non Pre-emptive CRC Errors (CRC-P)'), '%d', data.errors.near.crc_p, data.errors.far.crc_p ],
[ _('PTM Pre-emptive CRC Errors (CRCP-P)'), '%d', data.errors.near.crcp_p, data.errors.far.crcp_p ] [ _('PTM Pre-emptive CRC Errors (CRCP-P)'), '%d', data.errors.near.crcp_p, data.errors.far.crcp_p ]
]), ]),

View file

@ -11,8 +11,8 @@ msgstr ""
"X-Generator: Weblate 5.1-dev\n" "X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "ATM Header Error Code Errors (HEC-P)" msgstr "ATM Header Error Control Errors (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111
msgid "Actual Data Rate" msgid "Actual Data Rate"

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.0-dev\n" "X-Generator: Weblate 5.0-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.0-dev\n" "X-Generator: Weblate 5.0-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "ATM-Header-Fehlercode-Fehler (HEC-P)" msgstr "ATM-Header-Fehlercode-Fehler (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -15,7 +15,7 @@ msgstr ""
"X-Generator: Weblate 5.0-dev\n" "X-Generator: Weblate 5.0-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -5,7 +5,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.1\n" "X-Generator: Weblate 5.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Codice di errore nell'intestazione ATM (HEC-P)" msgstr "Codice di errore nell'intestazione ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -15,7 +15,7 @@ msgstr ""
"X-Generator: Weblate 5.3-dev\n" "X-Generator: Weblate 5.3-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 4.14.2\n" "X-Generator: Weblate 4.14.2\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -12,7 +12,7 @@ msgstr ""
"X-Generator: Weblate 4.18.1\n" "X-Generator: Weblate 4.18.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Błędy kodu błędu nagłówka ATM (HEC-P)" msgstr "Błędy kodu błędu nagłówka ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.0-dev\n" "X-Generator: Weblate 5.0-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Erros do código de erro do cabeçalho ATM (HEC-P)" msgstr "Erros do código de erro do cabeçalho ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 4.18.1\n" "X-Generator: Weblate 4.18.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Erros do código de erro do cabeçalho ATM (HEC-P)" msgstr "Erros do código de erro do cabeçalho ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -12,7 +12,7 @@ msgstr ""
"X-Generator: Weblate 4.18.1\n" "X-Generator: Weblate 4.18.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Erori de cod de eroare de antet ATM (HEC-P)" msgstr "Erori de cod de eroare de antet ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -12,7 +12,7 @@ msgstr ""
"X-Generator: Weblate 4.18.1\n" "X-Generator: Weblate 4.18.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Ошибки кода заголовка ATM (HEC-P)" msgstr "Ошибки кода заголовка ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.1-dev\n" "X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "" msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.2-dev\n" "X-Generator: Weblate 5.2-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "ATM Başlığı Hata Kodu Hataları (HEC-P)" msgstr "ATM Başlığı Hata Kodu Hataları (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -12,7 +12,7 @@ msgstr ""
"X-Generator: Weblate 5.1\n" "X-Generator: Weblate 5.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Код помилки (HEC-P) ATM заголовка" msgstr "Код помилки (HEC-P) ATM заголовка"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 4.18.1\n" "X-Generator: Weblate 4.18.1\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "Lỗi mã lỗi tiêu đề ATM (HEC-P)" msgstr "Lỗi mã lỗi tiêu đề ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 5.0-dev\n" "X-Generator: Weblate 5.0-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "ATM 标头错误码错误HEC-P" msgstr "ATM 标头错误码错误HEC-P"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111

View file

@ -11,7 +11,7 @@ msgstr ""
"X-Generator: Weblate 4.16-dev\n" "X-Generator: Weblate 4.16-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)" msgid "ATM Header Error Control Errors (HEC-P)"
msgstr "ATM 接頭錯誤代碼錯誤 HEC-P" msgstr "ATM 接頭錯誤代碼錯誤 HEC-P"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111 #: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111