Pārlūkot izejas kodu

luci-app-nlbwmon: Add translation context for Download/Upload terms

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>
Anton Kikin 3 gadi atpakaļ
vecāks
revīzija
fb52e86b54
34 mainītis faili ar 70 papildinājumiem un 4 dzēšanām
  1. 2 2
      applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js
  2. 2 0
      applications/luci-app-nlbwmon/po/ar/nlbwmon.po
  3. 2 0
      applications/luci-app-nlbwmon/po/bg/nlbwmon.po
  4. 2 0
      applications/luci-app-nlbwmon/po/bn_BD/nlbwmon.po
  5. 2 0
      applications/luci-app-nlbwmon/po/ca/nlbwmon.po
  6. 2 0
      applications/luci-app-nlbwmon/po/cs/nlbwmon.po
  7. 2 0
      applications/luci-app-nlbwmon/po/de/nlbwmon.po
  8. 2 0
      applications/luci-app-nlbwmon/po/el/nlbwmon.po
  9. 2 0
      applications/luci-app-nlbwmon/po/en/nlbwmon.po
  10. 2 0
      applications/luci-app-nlbwmon/po/es/nlbwmon.po
  11. 2 0
      applications/luci-app-nlbwmon/po/fi/nlbwmon.po
  12. 2 0
      applications/luci-app-nlbwmon/po/fr/nlbwmon.po
  13. 2 0
      applications/luci-app-nlbwmon/po/he/nlbwmon.po
  14. 2 0
      applications/luci-app-nlbwmon/po/hi/nlbwmon.po
  15. 2 0
      applications/luci-app-nlbwmon/po/hu/nlbwmon.po
  16. 2 0
      applications/luci-app-nlbwmon/po/it/nlbwmon.po
  17. 2 0
      applications/luci-app-nlbwmon/po/ja/nlbwmon.po
  18. 2 0
      applications/luci-app-nlbwmon/po/ko/nlbwmon.po
  19. 2 0
      applications/luci-app-nlbwmon/po/mr/nlbwmon.po
  20. 2 0
      applications/luci-app-nlbwmon/po/ms/nlbwmon.po
  21. 2 0
      applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po
  22. 2 0
      applications/luci-app-nlbwmon/po/pl/nlbwmon.po
  23. 2 0
      applications/luci-app-nlbwmon/po/pt/nlbwmon.po
  24. 2 0
      applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po
  25. 2 0
      applications/luci-app-nlbwmon/po/ro/nlbwmon.po
  26. 4 2
      applications/luci-app-nlbwmon/po/ru/nlbwmon.po
  27. 2 0
      applications/luci-app-nlbwmon/po/sk/nlbwmon.po
  28. 2 0
      applications/luci-app-nlbwmon/po/sv/nlbwmon.po
  29. 2 0
      applications/luci-app-nlbwmon/po/templates/nlbwmon.pot
  30. 2 0
      applications/luci-app-nlbwmon/po/tr/nlbwmon.po
  31. 2 0
      applications/luci-app-nlbwmon/po/uk/nlbwmon.po
  32. 2 0
      applications/luci-app-nlbwmon/po/vi/nlbwmon.po
  33. 2 0
      applications/luci-app-nlbwmon/po/zh_Hans/nlbwmon.po
  34. 2 0
      applications/luci-app-nlbwmon/po/zh_Hant/nlbwmon.po

+ 2 - 2
applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js

@@ -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' }, [

+ 2 - 0
applications/luci-app-nlbwmon/po/ar/nlbwmon.po

@@ -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 "تحميل"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/bg/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/bn_BD/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/ca/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/cs/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/de/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/el/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/en/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/es/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/fi/nlbwmon.po

@@ -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ä"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/fr/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/he/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/hi/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/hu/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/it/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/ja/nlbwmon.po

@@ -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 "アップロード"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/ko/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/mr/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/ms/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/pl/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/pt/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/ro/nlbwmon.po

@@ -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 ""
 

+ 4 - 2
applications/luci-app-nlbwmon/po/ru/nlbwmon.po

@@ -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 "Загрузить"
+msgstr "Загружено"
 
 #: 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

+ 2 - 0
applications/luci-app-nlbwmon/po/sk/nlbwmon.po

@@ -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ť"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/sv/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/templates/nlbwmon.pot

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/tr/nlbwmon.po

@@ -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"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/uk/nlbwmon.po

@@ -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 "Відвантажити"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/vi/nlbwmon.po

@@ -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 ""
 

+ 2 - 0
applications/luci-app-nlbwmon/po/zh_Hans/nlbwmon.po

@@ -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 "上传"
 

+ 2 - 0
applications/luci-app-nlbwmon/po/zh_Hant/nlbwmon.po

@@ -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 "上傳"