luci-app-nlbwmon: Add translation context for Download/Upload terms 5162/head
authorAnton Kikin <a.kikin@tano-systems.com>
Fri, 2 Jul 2021 01:37:38 +0000 (04:37 +0300)
committerAnton Kikin <a.kikin@tano-systems.com>
Fri, 2 Jul 2021 01:45:23 +0000 (04:45 +0300)
Added a translation context for the terms 'Download' and 'Upload'
used in this application. The reason is that these terms are
translated differently in Russian depending on the context.

If the terms are used in the sense of an action (download file
or upload file) then the translations should be as follows:
- Download = скачать
- Upload   = загрузить

But if they are used in the context of a traffic counter (like
in this application) the correct translations are:
- Download = скачано
- Upload   = загружено

A translation context has been added to all affected PO files
to avoid breaking existing translations. The Russian translation
in PO file is fixed to comply with the used context.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
34 files changed:
applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js
applications/luci-app-nlbwmon/po/ar/nlbwmon.po
applications/luci-app-nlbwmon/po/bg/nlbwmon.po
applications/luci-app-nlbwmon/po/bn_BD/nlbwmon.po
applications/luci-app-nlbwmon/po/ca/nlbwmon.po
applications/luci-app-nlbwmon/po/cs/nlbwmon.po
applications/luci-app-nlbwmon/po/de/nlbwmon.po
applications/luci-app-nlbwmon/po/el/nlbwmon.po
applications/luci-app-nlbwmon/po/en/nlbwmon.po
applications/luci-app-nlbwmon/po/es/nlbwmon.po
applications/luci-app-nlbwmon/po/fi/nlbwmon.po
applications/luci-app-nlbwmon/po/fr/nlbwmon.po
applications/luci-app-nlbwmon/po/he/nlbwmon.po
applications/luci-app-nlbwmon/po/hi/nlbwmon.po
applications/luci-app-nlbwmon/po/hu/nlbwmon.po
applications/luci-app-nlbwmon/po/it/nlbwmon.po
applications/luci-app-nlbwmon/po/ja/nlbwmon.po
applications/luci-app-nlbwmon/po/ko/nlbwmon.po
applications/luci-app-nlbwmon/po/mr/nlbwmon.po
applications/luci-app-nlbwmon/po/ms/nlbwmon.po
applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po
applications/luci-app-nlbwmon/po/pl/nlbwmon.po
applications/luci-app-nlbwmon/po/pt/nlbwmon.po
applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po
applications/luci-app-nlbwmon/po/ro/nlbwmon.po
applications/luci-app-nlbwmon/po/ru/nlbwmon.po
applications/luci-app-nlbwmon/po/sk/nlbwmon.po
applications/luci-app-nlbwmon/po/sv/nlbwmon.po
applications/luci-app-nlbwmon/po/templates/nlbwmon.pot
applications/luci-app-nlbwmon/po/tr/nlbwmon.po
applications/luci-app-nlbwmon/po/uk/nlbwmon.po
applications/luci-app-nlbwmon/po/vi/nlbwmon.po
applications/luci-app-nlbwmon/po/zh_Hans/nlbwmon.po
applications/luci-app-nlbwmon/po/zh_Hant/nlbwmon.po

index a13c86b29bcedc63af51d25388130db6e32a75a7..4e2e759db6a3ab11525a873126d79bbb0a485503 100644 (file)
@@ -583,11 +583,11 @@ return view.extend({
                dom.content(tooltip, [
                        E('div', { 'class': 'head' }, [
                                E('div', { 'class': 'pie' }, [
-                                       E('label', _('Download')),
+                                       E('label', _('Download', 'Traffic counter')),
                                        E('canvas', { 'id': 'bubble-pie1', 'width': 100, 'height': 100 })
                                ]),
                                E('div', { 'class': 'pie' }, [
-                                       E('label', _('Upload')),
+                                       E('label', _('Upload', 'Traffic counter')),
                                        E('canvas', { 'id': 'bubble-pie2', 'width': 100, 'height': 100 })
                                ]),
                                E('div', { 'class': 'kpi' }, [
index 8d95c2902adeb9911252d23e79fdae0feb31d460..31cbfa2a3c1f05255ec816136db48aedc649dcd1 100644 (file)
@@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "تنزيل"
 
@@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "تحميل"
 
index 2cc476a76006158ef43e01f1a330c70c29da7e17..1b434f1e43567dc34d71a74462258ce2c8069a22 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index cd815f9df910661088a0794a001f9710d7c44ad1..8b3c6f0d7c396b6ac67c48e3b2a2d0754c4eed65 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 99e4a7bd9981243ffd7199aa669ed4f18ed34073..8d75b27e7c54d3926dfb06bc331b0b9be62f24f3 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index a2a9909a4b6ca76c6cd3a8a936ef2d6028521912..41b76f6f76ec235dc96c58cc4e8a9f814e63c07d 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Stáhnout"
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Nahrát"
 
index 6ea37ed9f521ce173bb122f10b7f6985945c4aa7..5d8113d6105a35d47fdae9d488bb46c430ce044c 100644 (file)
@@ -240,6 +240,7 @@ msgid "Down. (Pkts.)"
 msgstr "Down. (Pkg.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Download"
 
@@ -543,6 +544,7 @@ msgid "Up. (Pkts.)"
 msgstr "Up. (Pkts.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Upload"
 
index 9ad18cb72ac68165e53912b45b1e089e41f7ce2e..524982fc563daec53c2140d9ec30369e2a2002d0 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index aa6c1a0e37b0d788c46cfcd3c78ffc5b0c185ff6..c992c9bb6bd498dfb2561dc68ee94e50ef30bc0a 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index aac6ef84c2416f107af688030d4a01b51b073b11..dfee2e75efe7cd6692586fde725813e0794633e7 100644 (file)
@@ -246,6 +246,7 @@ msgid "Down. (Pkts.)"
 msgstr "Desc. (Paqs.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Descargar"
 
@@ -552,6 +553,7 @@ msgid "Up. (Pkts.)"
 msgstr "Sub. (Paq.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Cargar"
 
index 413cd8cebce878347f11eb5f512096fb77597f9c..7ff13b517ba58d44422ac95e7fb324a8a3ae5613 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Lataa"
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Lähetä"
 
index bf2590132b1c0f29ed8edf8298e19a31d1209c8e..1d8e1402427e9d783ab47370f371f329c303f7cf 100644 (file)
@@ -231,6 +231,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Télécharger"
 
@@ -515,6 +516,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Téléverser"
 
index b2cc9db2b1d6dc8f342604b4523e6865e7bc1c4b..5164346e1f5d12e04ad15e544af43a7a44ab4231 100644 (file)
@@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index fa9882e078ee6a3ade7b25a3842db5d89377de8e..30ee09f33673de16626b0964e791cc5714f43652 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 48cca8da19100c5870bdc3101f4072a0e7083582..5d865b4b8b8ea94ad0338cad1a57108791b61b67 100644 (file)
@@ -238,6 +238,7 @@ msgid "Down. (Pkts.)"
 msgstr "Le. (csom.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Letöltés"
 
@@ -545,6 +546,7 @@ msgid "Up. (Pkts.)"
 msgstr "Fel. (csom.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Feltöltés"
 
index b69cadae91bd4af8ba1b79e85d51161aaf02b76a..95fd656eef3c1bb0fcee3e56defc04fb87a93473 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Download"
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Upload"
 
index 03c05b8a2a1da2d4c9aa97eebe3fc44df257856b..61880fd73ee85061893d1ad00abf45cbc09730c0 100644 (file)
@@ -232,6 +232,7 @@ msgid "Down. (Pkts.)"
 msgstr "ダウンロード(パケット)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "ダウンロード"
 
@@ -531,6 +532,7 @@ msgid "Up. (Pkts.)"
 msgstr "アップロード(パケット)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "アップロード"
 
index e5e1cd9953de96e4cfed34616e8e2014243b24d0..7cd035599aee0089891f1ce2136a6750c8db52b2 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 5e2bde9075a3b983a0961ccc552ce7c32a27c38c..14fdc1961ac27647f598f8fca882debfc242dd2a 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "डाउनलोड"
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 69a827420f4ec75b281b1668c377569094662cfb..cff2567fd6dd2109e879a9fe9fa8828f205d92b9 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 36f0516127ce6af5ee9ccef62b6c525a1891c97c..dd7227c4c95e98dbe8020c68b55bdba8db4fa24c 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Last ned"
 
@@ -505,6 +506,7 @@ msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
 #, fuzzy
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Last opp"
 
index 4c681a82524cd2669ecaec9ab643f2c4168cdf9c..bcb42caf127a9291e6a7d9e281083ee994023c4b 100644 (file)
@@ -233,6 +233,7 @@ msgid "Down. (Pkts.)"
 msgstr "Pobieranie (Pakiety)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Pobieranie"
 
@@ -536,6 +537,7 @@ msgid "Up. (Pkts.)"
 msgstr "Wysyłanie (Pakiety)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Wysyłanie"
 
index 9b5a69aa4f7aa51446d4db6aca75050b7d06e7c7..fbea4bd4e8bcca453885b33030b67d03d2d7ae41 100644 (file)
@@ -236,6 +236,7 @@ msgid "Down. (Pkts.)"
 msgstr "Desc. (Pcts.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Descarregar"
 
@@ -541,6 +542,7 @@ msgid "Up. (Pkts.)"
 msgstr "Acima. (Pcts.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Enviar"
 
index 6c5ef766470a8291cc1bd1adfc624e1edf68c1bb..7a0298f7431e8f97338c921aaee2666e72890632 100644 (file)
@@ -243,6 +243,7 @@ msgid "Down. (Pkts.)"
 msgstr "Down. (Pcts.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Download"
 
@@ -549,6 +550,7 @@ msgid "Up. (Pkts.)"
 msgstr "Up. (Pcts.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Envio"
 
index 9686d17cc86c705c26ffd2a07f074e546f89566b..5265da3f3f0d5c18f327388bf860d132faf09e73 100644 (file)
@@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 4e2c6d0aaf80addba14b375ba29d71e9d24a6db4..c9e639e83a50e0782808c4787c8613411ab56ac6 100644 (file)
@@ -241,8 +241,9 @@ msgid "Down. (Pkts.)"
 msgstr "Скач. (пакеты)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
-msgstr "Скачать"
+msgstr "Скачано"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:837
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:883
@@ -541,8 +542,9 @@ msgid "Up. (Pkts.)"
 msgstr "Загр. (пакеты)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
-msgstr "Ð\97агÑ\80Ñ\83зиÑ\82Ñ\8c"
+msgstr "Ð\97агÑ\80Ñ\83жено"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:839
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:885
index 1226ca37a170eca14e4c305b1e8013d4e583f46e..91611f3d30cc30473f879f04e23cf86512009f87 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Odovzdať"
 
index defe38926eb6a50f314b1931417c4b59fe52b3b1..f275576ee78fb0d574ceab1585641df36319f6a8 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Nedladdning"
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 66b1c2afd19503124320b0d3b06e1ac2b510608e..3e0fdeec007f360b08a540786a7c0f275b838f68 100644 (file)
@@ -211,6 +211,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -495,6 +496,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index c1065f2a7febb8f0f10c07ea6b63546c4cff76d7..dbb260e4dcfe9087973ff6e5bdd7069ab725fa99 100644 (file)
@@ -234,6 +234,7 @@ msgid "Down. (Pkts.)"
 msgstr "İndr. (Pktlr.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "İndir"
 
@@ -537,6 +538,7 @@ msgid "Up. (Pkts.)"
 msgstr "Yükl. (Pktlr.)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Yükleme"
 
index 556b6661f8280899adf7f5fd726d649b61bb6bcd..028c24891fcdfd8455ca7df995486f0707410fbf 100644 (file)
@@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "Завантажити"
 
@@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "Відвантажити"
 
index e592f415375a209ede3ce163f007bbeb9f725fd6..4892a42ca7037930c55067c48108451f188d8082 100644 (file)
@@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr ""
 
@@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
 msgstr ""
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr ""
 
index 7a31c3559328d18b362377819851e272604264ef..8f376cc8ce9ed19c63eb9426fd09de3144e952e0 100644 (file)
@@ -229,6 +229,7 @@ msgid "Down. (Pkts.)"
 msgstr "下载量(包)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "下载"
 
@@ -517,6 +518,7 @@ msgid "Up. (Pkts.)"
 msgstr "上传量(包)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "上传"
 
index b33a217ecd1127d9f43284929d09c9eec1ab2746..cc83a3a34a238de51de48601e613e585927fc2cf 100644 (file)
@@ -229,6 +229,7 @@ msgid "Down. (Pkts.)"
 msgstr "下載量(封包)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
+msgctxt "Traffic counter"
 msgid "Download"
 msgstr "下載"
 
@@ -517,6 +518,7 @@ msgid "Up. (Pkts.)"
 msgstr "上傳量(封包)"
 
 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
+msgctxt "Traffic counter"
 msgid "Upload"
 msgstr "上傳"