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>
This commit is contained in:
parent
48a78f01a8
commit
fb52e86b54
34 changed files with 70 additions and 4 deletions
|
@ -583,11 +583,11 @@ return view.extend({
|
||||||
dom.content(tooltip, [
|
dom.content(tooltip, [
|
||||||
E('div', { 'class': 'head' }, [
|
E('div', { 'class': 'head' }, [
|
||||||
E('div', { 'class': 'pie' }, [
|
E('div', { 'class': 'pie' }, [
|
||||||
E('label', _('Download')),
|
E('label', _('Download', 'Traffic counter')),
|
||||||
E('canvas', { 'id': 'bubble-pie1', 'width': 100, 'height': 100 })
|
E('canvas', { 'id': 'bubble-pie1', 'width': 100, 'height': 100 })
|
||||||
]),
|
]),
|
||||||
E('div', { 'class': 'pie' }, [
|
E('div', { 'class': 'pie' }, [
|
||||||
E('label', _('Upload')),
|
E('label', _('Upload', 'Traffic counter')),
|
||||||
E('canvas', { 'id': 'bubble-pie2', 'width': 100, 'height': 100 })
|
E('canvas', { 'id': 'bubble-pie2', 'width': 100, 'height': 100 })
|
||||||
]),
|
]),
|
||||||
E('div', { 'class': 'kpi' }, [
|
E('div', { 'class': 'kpi' }, [
|
||||||
|
|
|
@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "تنزيل"
|
msgstr "تنزيل"
|
||||||
|
|
||||||
|
@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "تحميل"
|
msgstr "تحميل"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Stáhnout"
|
msgstr "Stáhnout"
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Nahrát"
|
msgstr "Nahrát"
|
||||||
|
|
||||||
|
|
|
@ -240,6 +240,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Down. (Pkg.)"
|
msgstr "Down. (Pkg.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Download"
|
msgstr "Download"
|
||||||
|
|
||||||
|
@ -543,6 +544,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Up. (Pkts.)"
|
msgstr "Up. (Pkts.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Upload"
|
msgstr "Upload"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -246,6 +246,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Desc. (Paqs.)"
|
msgstr "Desc. (Paqs.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Descargar"
|
msgstr "Descargar"
|
||||||
|
|
||||||
|
@ -552,6 +553,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Sub. (Paq.)"
|
msgstr "Sub. (Paq.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Cargar"
|
msgstr "Cargar"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Lataa"
|
msgstr "Lataa"
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Lähetä"
|
msgstr "Lähetä"
|
||||||
|
|
||||||
|
|
|
@ -231,6 +231,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Télécharger"
|
msgstr "Télécharger"
|
||||||
|
|
||||||
|
@ -515,6 +516,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Téléverser"
|
msgstr "Téléverser"
|
||||||
|
|
||||||
|
|
|
@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -238,6 +238,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Le. (csom.)"
|
msgstr "Le. (csom.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Letöltés"
|
msgstr "Letöltés"
|
||||||
|
|
||||||
|
@ -545,6 +546,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Fel. (csom.)"
|
msgstr "Fel. (csom.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Feltöltés"
|
msgstr "Feltöltés"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Download"
|
msgstr "Download"
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Upload"
|
msgstr "Upload"
|
||||||
|
|
||||||
|
|
|
@ -232,6 +232,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "ダウンロード(パケット)"
|
msgstr "ダウンロード(パケット)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "ダウンロード"
|
msgstr "ダウンロード"
|
||||||
|
|
||||||
|
@ -531,6 +532,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "アップロード(パケット)"
|
msgstr "アップロード(パケット)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "アップロード"
|
msgstr "アップロード"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "डाउनलोड"
|
msgstr "डाउनलोड"
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Last ned"
|
msgstr "Last ned"
|
||||||
|
|
||||||
|
@ -505,6 +506,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Last opp"
|
msgstr "Last opp"
|
||||||
|
|
||||||
|
|
|
@ -233,6 +233,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Pobieranie (Pakiety)"
|
msgstr "Pobieranie (Pakiety)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Pobieranie"
|
msgstr "Pobieranie"
|
||||||
|
|
||||||
|
@ -536,6 +537,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Wysyłanie (Pakiety)"
|
msgstr "Wysyłanie (Pakiety)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Wysyłanie"
|
msgstr "Wysyłanie"
|
||||||
|
|
||||||
|
|
|
@ -236,6 +236,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Desc. (Pcts.)"
|
msgstr "Desc. (Pcts.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Descarregar"
|
msgstr "Descarregar"
|
||||||
|
|
||||||
|
@ -541,6 +542,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Acima. (Pcts.)"
|
msgstr "Acima. (Pcts.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Enviar"
|
msgstr "Enviar"
|
||||||
|
|
||||||
|
|
|
@ -243,6 +243,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Down. (Pcts.)"
|
msgstr "Down. (Pcts.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Download"
|
msgstr "Download"
|
||||||
|
|
||||||
|
@ -549,6 +550,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Up. (Pcts.)"
|
msgstr "Up. (Pcts.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Envio"
|
msgstr "Envio"
|
||||||
|
|
||||||
|
|
|
@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -241,8 +241,9 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "Скач. (пакеты)"
|
msgstr "Скач. (пакеты)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
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:837
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:883
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:883
|
||||||
|
@ -541,8 +542,9 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Загр. (пакеты)"
|
msgstr "Загр. (пакеты)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
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:839
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:885
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:885
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Odovzdať"
|
msgstr "Odovzdať"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Nedladdning"
|
msgstr "Nedladdning"
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -211,6 +211,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -495,6 +496,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -234,6 +234,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "İndr. (Pktlr.)"
|
msgstr "İndr. (Pktlr.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "İndir"
|
msgstr "İndir"
|
||||||
|
|
||||||
|
@ -537,6 +538,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "Yükl. (Pktlr.)"
|
msgstr "Yükl. (Pktlr.)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Yükleme"
|
msgstr "Yükleme"
|
||||||
|
|
||||||
|
|
|
@ -221,6 +221,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Завантажити"
|
msgstr "Завантажити"
|
||||||
|
|
||||||
|
@ -505,6 +506,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "Відвантажити"
|
msgstr "Відвантажити"
|
||||||
|
|
||||||
|
|
|
@ -220,6 +220,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -504,6 +505,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -229,6 +229,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "下载量(包)"
|
msgstr "下载量(包)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "下载"
|
msgstr "下载"
|
||||||
|
|
||||||
|
@ -517,6 +518,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "上传量(包)"
|
msgstr "上传量(包)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "上传"
|
msgstr "上传"
|
||||||
|
|
||||||
|
|
|
@ -229,6 +229,7 @@ msgid "Down. (Pkts.)"
|
||||||
msgstr "下載量(封包)"
|
msgstr "下載量(封包)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:586
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "下載"
|
msgstr "下載"
|
||||||
|
|
||||||
|
@ -517,6 +518,7 @@ msgid "Up. (Pkts.)"
|
||||||
msgstr "上傳量(封包)"
|
msgstr "上傳量(封包)"
|
||||||
|
|
||||||
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:590
|
||||||
|
msgctxt "Traffic counter"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "上傳"
|
msgstr "上傳"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue