summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ttyd
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ttyd')
-rw-r--r--applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js2
-rw-r--r--applications/luci-app-ttyd/po/ar/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/bg/ttyd.po12
-rw-r--r--applications/luci-app-ttyd/po/bn_BD/ttyd.po111
-rw-r--r--applications/luci-app-ttyd/po/ca/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/cs/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/de/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/el/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/en/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/es/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/fi/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/fr/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/he/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/hi/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/hu/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/it/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/ja/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/ko/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/mr/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/ms/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/nb_NO/ttyd.po8
-rw-r--r--applications/luci-app-ttyd/po/pl/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/pt/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/pt_BR/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/ro/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/ru/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/sk/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/sv/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/templates/ttyd.pot2
-rw-r--r--applications/luci-app-ttyd/po/tr/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/uk/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/vi/ttyd.po2
-rw-r--r--applications/luci-app-ttyd/po/zh_Hans/ttyd.po4
-rw-r--r--applications/luci-app-ttyd/po/zh_Hant/ttyd.po4
34 files changed, 109 insertions, 98 deletions
diff --git a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
index 965f827720..6ee712a0b7 100644
--- a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
+++ b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
@@ -11,7 +11,7 @@ return view.extend({
ssl = uci.get_first('ttyd', 'ttyd', 'ssl') || '0';
if (port === '0')
return E('div', { class: 'alert-message warning' },
- _('Random ttyd port (port=0) is not supported.<br>Change to a fixed port and try again.'));
+ _('Random ttyd port (port=0) is not supported.<br />Change to a fixed port and try again.'));
return E('iframe', {
src: (ssl === '1' ? 'https' : 'http') + '://' + window.location.hostname + ':' + port,
style: 'width: 100%; min-height: 500px; border: none; border-radius: 3px; resize: vertical;'
diff --git a/applications/luci-app-ttyd/po/ar/ttyd.po b/applications/luci-app-ttyd/po/ar/ttyd.po
index aea5777e38..93a391fb3c 100644
--- a/applications/luci-app-ttyd/po/ar/ttyd.po
+++ b/applications/luci-app-ttyd/po/ar/ttyd.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/bg/ttyd.po b/applications/luci-app-ttyd/po/bg/ttyd.po
index 79baca83a8..5f374adaa4 100644
--- a/applications/luci-app-ttyd/po/bg/ttyd.po
+++ b/applications/luci-app-ttyd/po/bg/ttyd.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-08-27 12:56+0000\n"
+"PO-Revision-Date: 2021-09-22 00:01+0000\n"
"Last-Translator: Iskren Mihaylov <iskren.mihaylov91@gmail.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsttyd/bg/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.8.1-dev\n"
+"X-Generator: Weblate 4.9-dev\n"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:56
msgid "Accept only one client and exit on disconnection"
@@ -70,7 +70,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:17
msgid "Enable"
-msgstr ""
+msgstr "Разрешаване"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:60
msgid "Enable IPv6 support"
@@ -82,7 +82,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:74
msgid "Error"
-msgstr ""
+msgstr "Грешка"
#: applications/luci-app-ttyd/root/usr/share/rpcd/acl.d/luci-app-ttyd.json:3
msgid "Grant UCI access for luci-app-ttyd"
@@ -110,7 +110,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:24
msgid "Interface"
-msgstr ""
+msgstr "Интерфейс"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:52
msgid "Max clients"
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/bn_BD/ttyd.po b/applications/luci-app-ttyd/po/bn_BD/ttyd.po
index 1dbe50427c..09f965e0db 100644
--- a/applications/luci-app-ttyd/po/bn_BD/ttyd.po
+++ b/applications/luci-app-ttyd/po/bn_BD/ttyd.po
@@ -6,215 +6,226 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:56
msgid "Accept only one client and exit on disconnection"
-msgstr ""
+msgstr "শুধুমাত্র একটি ক্লায়েন্ট গ্রহণ করুন এবং সংযোগ বিচ্ছিন্ন করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:15
msgid "Add instance"
-msgstr ""
+msgstr "ইন্সট্যান্স যোগ করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:40
msgid "Allow URL args"
-msgstr ""
+msgstr "URL আর্গুমেন্টের অনুমতি দিন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:40
msgid ""
"Allow client to send command line arguments in URL (eg: http://"
"localhost:7681?arg=foo&arg=bar)"
msgstr ""
+"ক্লায়েন্টকে URL- এ কমান্ড লাইন আর্গুমেন্ট পাঠানোর অনুমতি দিন (যেমন: http://"
+"localhost:7681?arg=foo&arg=bar)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:50
msgid "Check origin"
-msgstr ""
+msgstr "উৎপত্তি নিশ্চিত করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:44
msgid "Client option"
-msgstr ""
+msgstr "ক্লায়েন্ট অপশন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:80
msgid "Command"
-msgstr ""
+msgstr "কমান্ড"
#: applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json:23
msgid "Config"
-msgstr ""
+msgstr "কনফিগারেশন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:28
msgid "Credential"
-msgstr ""
+msgstr "ক্রিডেনশিয়াল"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:28
msgid "Credential for Basic Authentication"
-msgstr ""
+msgstr "বেসিক অথেনটিকেশনের ক্রিডেনশিয়াল"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:58
msgid "Custom index.html path"
-msgstr ""
+msgstr "কাস্টম index.html পাথ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:73
msgid "Debug"
-msgstr ""
+msgstr "ডিবাগ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
msgid "Do not allow clients to write to the TTY"
-msgstr ""
+msgstr "ক্লায়েন্টদের TTY- এ লিখতে দেবেন না"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:50
msgid "Do not allow websocket connection from different origin"
-msgstr ""
+msgstr "ভিন্ন উৎস থেকে ওয়েবসকেট সংযোগের অনুমতি দেবেন না"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:17
msgid "Enable"
-msgstr ""
+msgstr "সক্রিয় করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:60
msgid "Enable IPv6 support"
-msgstr ""
+msgstr "IPv6 সমর্থন সক্রিয় করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:62
msgid "Enable SSL"
-msgstr ""
+msgstr "SSL সক্রিয় করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:74
msgid "Error"
-msgstr ""
+msgstr "ভুল"
#: applications/luci-app-ttyd/root/usr/share/rpcd/acl.d/luci-app-ttyd.json:3
msgid "Grant UCI access for luci-app-ttyd"
-msgstr ""
+msgstr "luci-app-ttyd এর জন্য UCI অ্যাক্সেস প্রদান করুন"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:34
msgid "Group ID"
-msgstr ""
+msgstr "গ্রুপ আইডি"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:34
msgid "Group id to run with"
-msgstr ""
+msgstr "চালানোর জন্য গ্রুপ আইডি"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:60
msgid "IPv6"
-msgstr ""
+msgstr "IPv6"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:58
msgid "Index"
-msgstr ""
+msgstr "সূচিপত্র"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:77
msgid "Info"
-msgstr ""
+msgstr "তথ্য"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:24
msgid "Interface"
-msgstr ""
+msgstr "ইন্টারফেস"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:52
msgid "Max clients"
-msgstr ""
+msgstr "সর্বোচ্চ ক্লায়েন্ট সংখ্যা"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:52
msgid "Maximum clients to support (default: 0, no limit)"
-msgstr ""
+msgstr "সমর্থন করার জন্য সর্বোচ্চ ক্লায়েন্ট সংখ্যা (ডিফল্ট: 0, কোন সীমা নেই)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:24
msgid ""
"Network interface to bind (eg: eth0), or UNIX domain socket path (eg: /var/"
"run/ttyd.sock)"
msgstr ""
+"যে নেটওয়ার্ক ইন্টারফেস (যেমনঃ eth0), বা UNIX ডোমেইন সকেট পাথ (যেমনঃ /var/run/"
+"ttyd.sock) bind করতে হবে"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:76
msgid "Notice"
-msgstr ""
+msgstr "নির্দেশনা"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:56
msgid "Once"
-msgstr ""
+msgstr "একবার"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:20
msgid "Port"
-msgstr ""
+msgstr "পোর্ট"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:20
msgid "Port to listen (default: 7681, use `0` for random port)"
-msgstr ""
+msgstr "শোনার জন্য পোর্ট (ডিফল্ট: 7681, র‍্যান্ডম পোর্টের জন্য `0` ব্যবহার করুন)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
msgid "Read-only"
-msgstr ""
+msgstr "শুধুমাত্র পাঠযোগ্য"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:62
msgid "SSL"
-msgstr ""
+msgstr "SSL"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:70
msgid "SSL CA file path for client certificate verification"
-msgstr ""
+msgstr "ক্লায়েন্ট সার্টিফিকেট যাচাইয়ের জন্য SSL CA ফাইল পাথ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:70
msgid "SSL ca"
-msgstr ""
+msgstr "SSL ca"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:64
msgid "SSL cert"
-msgstr ""
+msgstr "SSL সার্টিফিকেট"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:64
msgid "SSL certificate file path"
-msgstr ""
+msgstr "SSL সার্টিফিকেট ফাইল পাথ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:67
msgid "SSL key"
-msgstr ""
+msgstr "SSL কী"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:67
msgid "SSL key file path"
-msgstr ""
+msgstr "SSL কী ফাইল পাথ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:44
msgid "Send option to client"
-msgstr ""
+msgstr "ক্লায়েন্টকে অপশন পাঠান"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:73
msgid "Set log level (default: 7)"
-msgstr ""
+msgstr "লগের স্তর সেট করুন (ডিফল্ট: 7)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:37
msgid "Signal"
-msgstr ""
+msgstr "সংকেত"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:37
msgid "Signal to send to the command when exit it (default: 1, SIGHUP)"
-msgstr ""
+msgstr "কমান্ড থেকে প্রস্থান করার সময় সংকেত প্রেরণ করুন (ডিফল্ট: 1, SIGHUP)"
#: applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json:3
#: applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json:14
msgid "Terminal"
-msgstr ""
+msgstr "টার্মিনাল"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:47
msgid "Terminal type"
-msgstr ""
+msgstr "টার্মিনালের ধরণ"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:47
msgid "Terminal type to report (default: xterm-256color)"
-msgstr ""
+msgstr "রিপোর্ট করার জন্য টার্মিনাল টাইপ (ডিফল্ট: xterm-256color)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:31
msgid "User ID"
-msgstr ""
+msgstr "ইউজার আইডি"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:31
msgid "User id to run with"
-msgstr ""
+msgstr "যে ইউজারের আইডি দিয়ে চালাতে হবে"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:75
msgid "Warning"
-msgstr ""
+msgstr "সতর্কতা"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:12
msgid "ttyd Instance"
-msgstr ""
+msgstr "ttyd ইনস্ট্যান্স"
+
+#~ msgid ""
+#~ "Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+#~ "try again."
+#~ msgstr ""
+#~ "র‍্যান্ডম ttyd পোর্ট (port = 0) সমর্থিত নয়। <br> একটি নির্দিষ্ট পোর্টে পরিবর্তন "
+#~ "করুন এবং আবার চেষ্টা করুন।"
diff --git a/applications/luci-app-ttyd/po/ca/ttyd.po b/applications/luci-app-ttyd/po/ca/ttyd.po
index 2c1008b2ba..6996f8f261 100644
--- a/applications/luci-app-ttyd/po/ca/ttyd.po
+++ b/applications/luci-app-ttyd/po/ca/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/cs/ttyd.po b/applications/luci-app-ttyd/po/cs/ttyd.po
index 831a4dce5e..03b63f1944 100644
--- a/applications/luci-app-ttyd/po/cs/ttyd.po
+++ b/applications/luci-app-ttyd/po/cs/ttyd.po
@@ -151,7 +151,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
"Náhodný port ttyd (port = 0) není podporován.<br/>Změňte na pevně daný port "
diff --git a/applications/luci-app-ttyd/po/de/ttyd.po b/applications/luci-app-ttyd/po/de/ttyd.po
index 392e8b030c..01e8d451ce 100644
--- a/applications/luci-app-ttyd/po/de/ttyd.po
+++ b/applications/luci-app-ttyd/po/de/ttyd.po
@@ -144,7 +144,7 @@ msgstr "Überwachter Port (Standard: 7681, nutze `0` für einen zufälligen Port
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/el/ttyd.po b/applications/luci-app-ttyd/po/el/ttyd.po
index 45a01c6ac0..e502936138 100644
--- a/applications/luci-app-ttyd/po/el/ttyd.po
+++ b/applications/luci-app-ttyd/po/el/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/en/ttyd.po b/applications/luci-app-ttyd/po/en/ttyd.po
index e2e7d79654..cebef64117 100644
--- a/applications/luci-app-ttyd/po/en/ttyd.po
+++ b/applications/luci-app-ttyd/po/en/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/es/ttyd.po b/applications/luci-app-ttyd/po/es/ttyd.po
index 3959cd32d8..1c33ffd3ac 100644
--- a/applications/luci-app-ttyd/po/es/ttyd.po
+++ b/applications/luci-app-ttyd/po/es/ttyd.po
@@ -152,10 +152,10 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
-"No se admite el puerto ttyd aleatorio (puerto=0). <br> Cambie a un puerto "
+"No se admite el puerto ttyd aleatorio (puerto=0). <br /> Cambie a un puerto "
"fijo e intente nuevamente."
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
diff --git a/applications/luci-app-ttyd/po/fi/ttyd.po b/applications/luci-app-ttyd/po/fi/ttyd.po
index 8a37d1b507..3db37f5590 100644
--- a/applications/luci-app-ttyd/po/fi/ttyd.po
+++ b/applications/luci-app-ttyd/po/fi/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/fr/ttyd.po b/applications/luci-app-ttyd/po/fr/ttyd.po
index 243c7d7ac7..701e3367b6 100644
--- a/applications/luci-app-ttyd/po/fr/ttyd.po
+++ b/applications/luci-app-ttyd/po/fr/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/he/ttyd.po b/applications/luci-app-ttyd/po/he/ttyd.po
index d634914a80..4bb0fa48a6 100644
--- a/applications/luci-app-ttyd/po/he/ttyd.po
+++ b/applications/luci-app-ttyd/po/he/ttyd.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/hi/ttyd.po b/applications/luci-app-ttyd/po/hi/ttyd.po
index c38dde1dbb..ddf19b2072 100644
--- a/applications/luci-app-ttyd/po/hi/ttyd.po
+++ b/applications/luci-app-ttyd/po/hi/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/hu/ttyd.po b/applications/luci-app-ttyd/po/hu/ttyd.po
index 43bc7919f8..2a7cc6e44c 100644
--- a/applications/luci-app-ttyd/po/hu/ttyd.po
+++ b/applications/luci-app-ttyd/po/hu/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/it/ttyd.po b/applications/luci-app-ttyd/po/it/ttyd.po
index 03a13e7c18..35fde6eb19 100644
--- a/applications/luci-app-ttyd/po/it/ttyd.po
+++ b/applications/luci-app-ttyd/po/it/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/ja/ttyd.po b/applications/luci-app-ttyd/po/ja/ttyd.po
index 5a1310d3a9..3e1d602b39 100644
--- a/applications/luci-app-ttyd/po/ja/ttyd.po
+++ b/applications/luci-app-ttyd/po/ja/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/ko/ttyd.po b/applications/luci-app-ttyd/po/ko/ttyd.po
index f98a7db70a..2b650d31ee 100644
--- a/applications/luci-app-ttyd/po/ko/ttyd.po
+++ b/applications/luci-app-ttyd/po/ko/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/mr/ttyd.po b/applications/luci-app-ttyd/po/mr/ttyd.po
index 0d40144b06..9ed78116e8 100644
--- a/applications/luci-app-ttyd/po/mr/ttyd.po
+++ b/applications/luci-app-ttyd/po/mr/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/ms/ttyd.po b/applications/luci-app-ttyd/po/ms/ttyd.po
index a303e75b40..000c5fde8d 100644
--- a/applications/luci-app-ttyd/po/ms/ttyd.po
+++ b/applications/luci-app-ttyd/po/ms/ttyd.po
@@ -138,7 +138,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/nb_NO/ttyd.po b/applications/luci-app-ttyd/po/nb_NO/ttyd.po
index 52884b4237..10ce7adc5e 100644
--- a/applications/luci-app-ttyd/po/nb_NO/ttyd.po
+++ b/applications/luci-app-ttyd/po/nb_NO/ttyd.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-07-30 13:52+0000\n"
+"PO-Revision-Date: 2021-09-27 22:36+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsttyd/nb_NO/>\n"
@@ -8,11 +8,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.7.2-dev\n"
+"X-Generator: Weblate 4.9-dev\n"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:56
msgid "Accept only one client and exit on disconnection"
-msgstr ""
+msgstr "Godta kun én klient og avslutt ved frakobling"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:15
msgid "Add instance"
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/pl/ttyd.po b/applications/luci-app-ttyd/po/pl/ttyd.po
index 50178be3e9..f496ef8836 100644
--- a/applications/luci-app-ttyd/po/pl/ttyd.po
+++ b/applications/luci-app-ttyd/po/pl/ttyd.po
@@ -149,10 +149,10 @@ msgstr "Port do nasłuchiwania (domyślnie: 7681, użyj `0`dla losowego portu)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
-"Losowy port ttyd (port=0) nie jest obsługiwany.<br>Zmień na port stały i "
+"Losowy port ttyd (port=0) nie jest obsługiwany.<br />Zmień na port stały i "
"spróbuj ponownie."
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
diff --git a/applications/luci-app-ttyd/po/pt/ttyd.po b/applications/luci-app-ttyd/po/pt/ttyd.po
index 4a839b59c4..c3a1f1abff 100644
--- a/applications/luci-app-ttyd/po/pt/ttyd.po
+++ b/applications/luci-app-ttyd/po/pt/ttyd.po
@@ -148,10 +148,10 @@ msgstr "Porta para ouvir (padrão: 7681, use `0` para porta aleatória)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
-"A porta ttyd aleatória (port=0) não é suportada.<br>Mude para uma porta fixa "
+"A porta ttyd aleatória (port=0) não é suportada.<br />Mude para uma porta fixa "
"e tente novamente."
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
diff --git a/applications/luci-app-ttyd/po/pt_BR/ttyd.po b/applications/luci-app-ttyd/po/pt_BR/ttyd.po
index d1fca4472a..d940116321 100644
--- a/applications/luci-app-ttyd/po/pt_BR/ttyd.po
+++ b/applications/luci-app-ttyd/po/pt_BR/ttyd.po
@@ -149,10 +149,10 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
-"Portas aleatórias para o ttyd (port=0) não são compatíveis.<br>Mude para uma "
+"Portas aleatórias para o ttyd (port=0) não são compatíveis.<br />Mude para uma "
"porta fixa e tente novamente."
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
diff --git a/applications/luci-app-ttyd/po/ro/ttyd.po b/applications/luci-app-ttyd/po/ro/ttyd.po
index cefeba3226..4e2cfa4275 100644
--- a/applications/luci-app-ttyd/po/ro/ttyd.po
+++ b/applications/luci-app-ttyd/po/ro/ttyd.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/ru/ttyd.po b/applications/luci-app-ttyd/po/ru/ttyd.po
index 37c02dd9f6..1ac66ba036 100644
--- a/applications/luci-app-ttyd/po/ru/ttyd.po
+++ b/applications/luci-app-ttyd/po/ru/ttyd.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/sk/ttyd.po b/applications/luci-app-ttyd/po/sk/ttyd.po
index bb364f33b0..45fff12182 100644
--- a/applications/luci-app-ttyd/po/sk/ttyd.po
+++ b/applications/luci-app-ttyd/po/sk/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/sv/ttyd.po b/applications/luci-app-ttyd/po/sv/ttyd.po
index cbbb9e953a..96fca62388 100644
--- a/applications/luci-app-ttyd/po/sv/ttyd.po
+++ b/applications/luci-app-ttyd/po/sv/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/templates/ttyd.pot b/applications/luci-app-ttyd/po/templates/ttyd.pot
index 7a4831e34e..1ff7b1b431 100644
--- a/applications/luci-app-ttyd/po/templates/ttyd.pot
+++ b/applications/luci-app-ttyd/po/templates/ttyd.pot
@@ -135,7 +135,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/tr/ttyd.po b/applications/luci-app-ttyd/po/tr/ttyd.po
index dab4c7b1ad..cca5bfecc7 100644
--- a/applications/luci-app-ttyd/po/tr/ttyd.po
+++ b/applications/luci-app-ttyd/po/tr/ttyd.po
@@ -150,10 +150,10 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
-"Rastgele ttyd bağlantı noktası (bağlantı noktası = 0) desteklenmez. <br> "
+"Rastgele ttyd bağlantı noktası (bağlantı noktası = 0) desteklenmez. <br /> "
"Sabit bir bağlantı noktasına geçin ve tekrar deneyin."
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
diff --git a/applications/luci-app-ttyd/po/uk/ttyd.po b/applications/luci-app-ttyd/po/uk/ttyd.po
index ce03df8632..8176307711 100644
--- a/applications/luci-app-ttyd/po/uk/ttyd.po
+++ b/applications/luci-app-ttyd/po/uk/ttyd.po
@@ -145,7 +145,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/vi/ttyd.po b/applications/luci-app-ttyd/po/vi/ttyd.po
index 0f2e850b0f..1d0ee9d5e7 100644
--- a/applications/luci-app-ttyd/po/vi/ttyd.po
+++ b/applications/luci-app-ttyd/po/vi/ttyd.po
@@ -144,7 +144,7 @@ msgstr ""
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
msgstr ""
diff --git a/applications/luci-app-ttyd/po/zh_Hans/ttyd.po b/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
index 40d470b74a..5be8e71d2d 100644
--- a/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
+++ b/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
@@ -147,9 +147,9 @@ msgstr "要监听的端口 (默认: 7681, `0` 代表随机端口)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
-msgstr "不支持随机 ttyd 端口 (端口=0)。<br>改为固定端口然后再试一次。"
+msgstr "不支持随机 ttyd 端口 (端口=0)。<br />改为固定端口然后再试一次。"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
msgid "Read-only"
diff --git a/applications/luci-app-ttyd/po/zh_Hant/ttyd.po b/applications/luci-app-ttyd/po/zh_Hant/ttyd.po
index ae3a303e01..38291915d4 100644
--- a/applications/luci-app-ttyd/po/zh_Hant/ttyd.po
+++ b/applications/luci-app-ttyd/po/zh_Hant/ttyd.po
@@ -144,9 +144,9 @@ msgstr "監聽埠(預設值:7681,「0」表示隨機埠)"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
msgid ""
-"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"Random ttyd port (port=0) is not supported.<br />Change to a fixed port and "
"try again."
-msgstr "不支援 ttyd 隨機埠(埠號為 0);<br>變更為固定埠後重試。"
+msgstr "不支援 ttyd 隨機埠(埠號為 0);<br />變更為固定埠後重試。"
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:42
msgid "Read-only"