diff options
Diffstat (limited to 'applications/luci-app-commands')
34 files changed, 390 insertions, 382 deletions
diff --git a/applications/luci-app-commands/luasrc/view/commands.htm b/applications/luci-app-commands/luasrc/view/commands.htm index 28b7701faf..634090e7d7 100644 --- a/applications/luci-app-commands/luasrc/view/commands.htm +++ b/applications/luci-app-commands/luasrc/view/commands.htm @@ -37,7 +37,7 @@ <script type="text/javascript">//<![CDATA[ var stxhr = new XHR(); - function command_run(id) + function command_run(ev, id) { var args; var field = document.getElementById(id); @@ -83,9 +83,11 @@ } ); } + + ev.preventDefault(); } - function command_download(id) + function command_download(ev, id) { var args; var field = document.getElementById(id); @@ -93,9 +95,11 @@ args = encodeURIComponent(field.value); location.href = '<%=url('admin/system/commands/download')%>/' + id + (args ? '/' + args : ''); + + ev.preventDefault(); } - function command_link(id) + function command_link(ev, id) { var legend = document.getElementById('command-rc-legend'); var output = document.getElementById('command-rc-output'); @@ -109,10 +113,10 @@ { var prefix = location.protocol + '//' + location.host + '<%=url('command')%>/'; var suffix = (args ? '/' + args : ''); - + var link = prefix + id + suffix; var link_nodownload = prefix + id + "s" + suffix; - + legend.style.display = 'none'; output.parentNode.style.display = 'block'; output.innerHTML = String.format( @@ -122,6 +126,8 @@ location.hash = '#output'; } + + ev.preventDefault(); } //]]></script> @@ -156,10 +162,10 @@ <p><%:Arguments:%> <input type="text" id="<%=command['.name']%>" /></p> <% end %> <div> - <input type="button" value="<%:Run%>" class="cbi-button cbi-button-apply" onclick="command_run('<%=command['.name']%>')" /> - <input type="button" value="<%:Download%>" class="cbi-button cbi-button-download" onclick="command_download('<%=command['.name']%>')" /> + <button class="cbi-button cbi-button-apply" onclick="command_run(event, '<%=command['.name']%>')"><%:Run%></button> + <button class="cbi-button cbi-button-download" onclick="command_download(event, '<%=command['.name']%>')"><%:Download%></button> <% if command.public == "1" then %> - <input type="button" value="<%:Link%>" class="cbi-button cbi-button-link" onclick="command_link('<%=command['.name']%>')" /> + <button class="cbi-button cbi-button-link" onclick="command_link(event, '<%=command['.name']%>')"><%:Link%></button> <% end %> </div> </div> diff --git a/applications/luci-app-commands/po/ar/commands.po b/applications/luci-app-commands/po/ar/commands.po index a2c6100136..0420dde7d3 100644 --- a/applications/luci-app-commands/po/ar/commands.po +++ b/applications/luci-app-commands/po/ar/commands.po @@ -28,7 +28,7 @@ msgstr "السماح بتنفيذ الأمر وتنزيل إخراجه دون م msgid "Allow the user to provide additional command line arguments" msgstr "السماح للمستخدم بتقديم وسيطات سطر أوامر إضافية" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "الحجج:" @@ -40,7 +40,7 @@ msgstr "البيانات الثنائية غير معروضة، قم بتنزي msgid "Code:" msgstr "الكود:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "جمع البيانات..." @@ -68,7 +68,7 @@ msgstr "سطر الأوامر للتنفيذ" msgid "Command successful" msgstr "الأمر ناجح" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "الأمر:" @@ -78,7 +78,7 @@ msgstr "تكوين" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "أوامر مخصصة" @@ -94,11 +94,11 @@ msgstr "لوحة المعلومات" msgid "Description" msgstr "الوصف" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "تنزيل" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "تحميل نتيجة التنفيذ" @@ -110,7 +110,7 @@ msgstr "فشل في تنفيذ الأمر!" msgid "Grant UCI access for luci-app-commands" msgstr "امنح UCI حق الوصول إلى luci-app-wifischedule" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "رابط" @@ -118,7 +118,7 @@ msgstr "رابط" msgid "Loading" msgstr "جار التحميل" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "أو عرض النتيجة" @@ -126,7 +126,7 @@ msgstr "أو عرض النتيجة" msgid "Public access" msgstr "وصول عام" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "شغل" @@ -146,7 +146,7 @@ msgstr "" "تتيح لك هذه الصفحة تكوين أوامر shell مخصصة يمكن استدعاؤها بسهولة من واجهة " "الويب." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "لا يحتوي هذا القسم على قيم حتى الآن" diff --git a/applications/luci-app-commands/po/bg/commands.po b/applications/luci-app-commands/po/bg/commands.po index 7b2c5883a0..123111c6d6 100644 --- a/applications/luci-app-commands/po/bg/commands.po +++ b/applications/luci-app-commands/po/bg/commands.po @@ -27,7 +27,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "" @@ -67,7 +67,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Description" msgstr "Описание" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -109,7 +109,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -117,7 +117,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -125,7 +125,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -143,7 +143,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/bn_BD/commands.po b/applications/luci-app-commands/po/bn_BD/commands.po index 8eaf6e8d13..5135c3a886 100644 --- a/applications/luci-app-commands/po/bn_BD/commands.po +++ b/applications/luci-app-commands/po/bn_BD/commands.po @@ -2,15 +2,16 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-03-05 07:34+0000\n" +"Last-Translator: Anup Debnath <anupdebnath7@gmail.com>\n" +"Language-Team: Bengali (Bangladesh) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationscommands/bn_BD/>\n" "Language: bn_BD\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Poedit 1.8.11\n" +"X-Generator: Weblate 4.5.1-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -26,7 +27,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "" @@ -66,7 +67,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +77,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -90,13 +91,13 @@ msgstr "" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" -msgstr "" +msgstr "বর্ণনা" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +109,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +117,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +125,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +143,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/ca/commands.po b/applications/luci-app-commands/po/ca/commands.po index 996359e7e9..955fb052f9 100644 --- a/applications/luci-app-commands/po/ca/commands.po +++ b/applications/luci-app-commands/po/ca/commands.po @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Permet que l'usuari proveïa paràmetres de línia de consola addicionals" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Paràmetres:" @@ -40,7 +40,7 @@ msgstr "Els dades binaris no es mostren, descarregueu-los." msgid "Code:" msgstr "Codi:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "S’estan recollint dades…" @@ -68,7 +68,7 @@ msgstr "Línia d'ordre per executar" msgid "Command successful" msgstr "L'ordre ha tingut èxit" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Ordre;" @@ -78,7 +78,7 @@ msgstr "Configura" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Ordres personalitzats" @@ -94,11 +94,11 @@ msgstr "Panell" msgid "Description" msgstr "Descripció" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Baixa" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -110,7 +110,7 @@ msgstr "L'execució de l'ordre ha fallat!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Enllaç" @@ -118,7 +118,7 @@ msgstr "Enllaç" msgid "Loading" msgstr "S’està carregant" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -126,7 +126,7 @@ msgstr "" msgid "Public access" msgstr "Accés públic" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Executa" @@ -146,7 +146,7 @@ msgstr "" "Aquesta pàgina us permet configurar ordres de consola personalitzats que es " "poden invocar fàcilment de la interfície web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/cs/commands.po b/applications/luci-app-commands/po/cs/commands.po index 4483390c32..99626e9798 100644 --- a/applications/luci-app-commands/po/cs/commands.po +++ b/applications/luci-app-commands/po/cs/commands.po @@ -26,7 +26,7 @@ msgstr "Povolit vykonání příkazu a stažení výstupu bez předchozí autent msgid "Allow the user to provide additional command line arguments" msgstr "Povolit uživateli poskytnout dodatečné argumenty příkazového řádku" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumenty:" @@ -38,7 +38,7 @@ msgstr "Binární data nezobrazena, stáhněte si je." msgid "Code:" msgstr "Kód:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Shromažďování údajů…" @@ -66,7 +66,7 @@ msgstr "Příkazový řádek k vykonání" msgid "Command successful" msgstr "Příkaz byl úspěšný" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Příkaz:" @@ -76,7 +76,7 @@ msgstr "Konfigurovat" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Vlastní příkazy" @@ -92,11 +92,11 @@ msgstr "Řídicí panel" msgid "Description" msgstr "Popis" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Stáhnout" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Stáhnout výsledek spuštění" @@ -108,7 +108,7 @@ msgstr "Chyba při zpracování příkazu!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Odkaz" @@ -116,7 +116,7 @@ msgstr "Odkaz" msgid "Loading" msgstr "Načítání" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Nebo zobrazit výsledek" @@ -124,7 +124,7 @@ msgstr "Nebo zobrazit výsledek" msgid "Public access" msgstr "Veřejný přístup" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Spustit" @@ -144,7 +144,7 @@ msgstr "" "Tato stránka umožňuje nastavit vlastní příkazy shellu, které lze snadno " "vyvolat z webového rozhraní." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/de/commands.po b/applications/luci-app-commands/po/de/commands.po index f28199dd2f..8f6f8b2dd3 100644 --- a/applications/luci-app-commands/po/de/commands.po +++ b/applications/luci-app-commands/po/de/commands.po @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Erlaube dem Nutzer zusätzliche Kommandozeilenargumente zu übergeben" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumente:" @@ -40,7 +40,7 @@ msgstr "Binärdaten ausgeblendet, laden Sie die Ausgaben stattdessen herunter." msgid "Code:" msgstr "Rückgabewert:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Sammle Daten..." @@ -68,7 +68,7 @@ msgstr "Auszuführende Kommandozeile" msgid "Command successful" msgstr "Kommando erfolgreich" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Kommando:" @@ -78,7 +78,7 @@ msgstr "Konfigurieren" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Benutzerdefinierte Kommandos" @@ -94,11 +94,11 @@ msgstr "Übersicht" msgid "Description" msgstr "Beschreibung" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Download" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Programmausgabe herunterladen" @@ -110,7 +110,7 @@ msgstr "Befehl konnte nicht ausgeführt werden!" msgid "Grant UCI access for luci-app-commands" msgstr "Gewähre UCI Zugriff auf luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Link" @@ -118,7 +118,7 @@ msgstr "Link" msgid "Loading" msgstr "Lade" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Oder Ergebnis anzeigen" @@ -126,7 +126,7 @@ msgstr "Oder Ergebnis anzeigen" msgid "Public access" msgstr "Öffentlicher Zugriff" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Ausführen" @@ -146,7 +146,7 @@ msgstr "" "Diese Seite ermöglicht die Konfiguration eigener Shell-Kommandos um diese " "einfach über das Webinterface ausführen zu können." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Dieser Abschnitt enthält noch keine Werte" diff --git a/applications/luci-app-commands/po/el/commands.po b/applications/luci-app-commands/po/el/commands.po index 693f9cbfb1..be8d1f59c7 100644 --- a/applications/luci-app-commands/po/el/commands.po +++ b/applications/luci-app-commands/po/el/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Συλλογή δεδομένων..." @@ -66,7 +66,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -92,11 +92,11 @@ msgstr "" msgid "Description" msgstr "Περιγραφή" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "Loading" msgstr "Φόρτωση" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Αυτή η ενότητα δεν περιέχει ακόμη τιμές" diff --git a/applications/luci-app-commands/po/en/commands.po b/applications/luci-app-commands/po/en/commands.po index 58b62efd34..1b0276e3bf 100644 --- a/applications/luci-app-commands/po/en/commands.po +++ b/applications/luci-app-commands/po/en/commands.po @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Allow the user to provide additional command line arguments" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Arguments:" @@ -40,7 +40,7 @@ msgstr "Binary data not displayed, download instead." msgid "Code:" msgstr "Code:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Collecting data..." @@ -68,7 +68,7 @@ msgstr "Command line to execute" msgid "Command successful" msgstr "Command successful" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Command:" @@ -78,7 +78,7 @@ msgstr "Configure" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Custom Commands" @@ -94,11 +94,11 @@ msgstr "Dashboard" msgid "Description" msgstr "Description" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Download" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Download execution result" @@ -110,7 +110,7 @@ msgstr "Failed to execute command!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Link" @@ -118,7 +118,7 @@ msgstr "Link" msgid "Loading" msgstr "Loading" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Or display result" @@ -126,7 +126,7 @@ msgstr "Or display result" msgid "Public access" msgstr "Public access" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Run" @@ -146,7 +146,7 @@ msgstr "" "This page allows you to configure custom shell commands which can be easily " "invoked from the web interface." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/es/commands.po b/applications/luci-app-commands/po/es/commands.po index 8618299958..be8969f035 100644 --- a/applications/luci-app-commands/po/es/commands.po +++ b/applications/luci-app-commands/po/es/commands.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-05-12 20:02+0000\n" +"PO-Revision-Date: 2021-04-18 12:54+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/es/>\n" @@ -11,7 +11,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.1-dev\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -29,7 +29,7 @@ msgid "Allow the user to provide additional command line arguments" msgstr "" "Permitir al usuario proporcionar argumentos de línea de comando adicionales" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Parámetros:" @@ -41,7 +41,7 @@ msgstr "No se pueden mostrar datos binarios; descárguelos." msgid "Code:" msgstr "Código:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Recolectando datos…" @@ -69,7 +69,7 @@ msgstr "Línea de comandos para ejecutar" msgid "Command successful" msgstr "Comando exitoso" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Comando:" @@ -79,7 +79,7 @@ msgstr "Configurar" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Comandos personalizados" @@ -89,17 +89,17 @@ msgstr "Parámetros personalizados" #: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" -msgstr "Panel" +msgstr "Tablero" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "Descripción" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Descargar" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Descargar resultado de ejecución" @@ -111,7 +111,7 @@ msgstr "Falló la ejecución del comando!" msgid "Grant UCI access for luci-app-commands" msgstr "Conceder acceso UCI para luci-app-command" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Enlace" @@ -119,7 +119,7 @@ msgstr "Enlace" msgid "Loading" msgstr "Cargando" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "O mostrar resultado" @@ -127,7 +127,7 @@ msgstr "O mostrar resultado" msgid "Public access" msgstr "Acceso público" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Ejecutar" @@ -147,7 +147,7 @@ msgstr "" "Esta página le permite configurar comandos de shell personalizados que se " "pueden invocar fácilmente desde la interfaz web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Esta sección aún no contiene valores" diff --git a/applications/luci-app-commands/po/fi/commands.po b/applications/luci-app-commands/po/fi/commands.po index ea4020c65d..e60548a047 100644 --- a/applications/luci-app-commands/po/fi/commands.po +++ b/applications/luci-app-commands/po/fi/commands.po @@ -29,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Salli käyttäjän määritellä lisää komentoriviargumentteja" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumentit:" @@ -41,7 +41,7 @@ msgstr "Binääridataa ei näytetä. Lataa se." msgid "Code:" msgstr "Koodi:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Kerätään tietoja..." @@ -69,7 +69,7 @@ msgstr "Suoritettava komentorivi" msgid "Command successful" msgstr "Komento onnistui" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Komento:" @@ -79,7 +79,7 @@ msgstr "Asetukset" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Räätälöidyt komennot" @@ -95,11 +95,11 @@ msgstr "Komennot" msgid "Description" msgstr "Kuvaus" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Lataa" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Lataa suorituksen tulos" @@ -111,7 +111,7 @@ msgstr "Komennon suorittaminen epäonnistui!" msgid "Grant UCI access for luci-app-commands" msgstr "Salli pääsy räätälöityjen komentojen asetuksiin" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Linkki" @@ -119,7 +119,7 @@ msgstr "Linkki" msgid "Loading" msgstr "Ladataan" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Tai näytä tulos" @@ -127,7 +127,7 @@ msgstr "Tai näytä tulos" msgid "Public access" msgstr "Julkinen pääsy" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Suorita" @@ -147,7 +147,7 @@ msgstr "" "Tällä sivulla voit räätälöidä komentorivillä ajettavia komentoja, jotka " "voidaan sitten suorittaa helposti verkkoselaimesta käsin." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Tässä osassa ei ole vielä arvoja" diff --git a/applications/luci-app-commands/po/fr/commands.po b/applications/luci-app-commands/po/fr/commands.po index 06cff8666f..76d8763e64 100644 --- a/applications/luci-app-commands/po/fr/commands.po +++ b/applications/luci-app-commands/po/fr/commands.po @@ -30,7 +30,7 @@ msgstr "" "Autoriser l'utilisateur à fournir des arguments de ligne de commande " "supplémentaires" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Arguments :" @@ -42,7 +42,7 @@ msgstr "Données binaires non affichables, elle peuvent être téléchargées." msgid "Code:" msgstr "Code :" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Récupération des données…" @@ -70,7 +70,7 @@ msgstr "Ligne de commande à exécuter" msgid "Command successful" msgstr "Commande réussie" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Commande :" @@ -80,7 +80,7 @@ msgstr "Configurer" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Commandes personnalisées" @@ -96,11 +96,11 @@ msgstr "Tableau de bord" msgid "Description" msgstr "Description" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Télécharger" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Télécharger le résultat de l'exécution" @@ -112,7 +112,7 @@ msgstr "Échec de l'exécution de la commande !" msgid "Grant UCI access for luci-app-commands" msgstr "Accorder tout accès UCI a luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Lien" @@ -120,7 +120,7 @@ msgstr "Lien" msgid "Loading" msgstr "Chargement" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Ou afficher le résultat" @@ -128,7 +128,7 @@ msgstr "Ou afficher le résultat" msgid "Public access" msgstr "Accès public" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Exécuter" @@ -148,7 +148,7 @@ msgstr "" "Cette page vous permet de configurer des commandes shell personnalisées, " "pouvant être invoquées facilement depuis l'interface web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Cette section ne contient pas encore de valeur" diff --git a/applications/luci-app-commands/po/he/commands.po b/applications/luci-app-commands/po/he/commands.po index ff2d50c48b..781d041f69 100644 --- a/applications/luci-app-commands/po/he/commands.po +++ b/applications/luci-app-commands/po/he/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "נאספים נתונים…" @@ -66,7 +66,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -92,11 +92,11 @@ msgstr "" msgid "Description" msgstr "תיאור" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "סעיף זה לא מכיל ערכים עדיין" diff --git a/applications/luci-app-commands/po/hi/commands.po b/applications/luci-app-commands/po/hi/commands.po index fdc0d4a297..848aa56840 100644 --- a/applications/luci-app-commands/po/hi/commands.po +++ b/applications/luci-app-commands/po/hi/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "" @@ -66,7 +66,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -92,11 +92,11 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/hu/commands.po b/applications/luci-app-commands/po/hu/commands.po index 69cebe1d68..c63fc328a2 100644 --- a/applications/luci-app-commands/po/hu/commands.po +++ b/applications/luci-app-commands/po/hu/commands.po @@ -30,7 +30,7 @@ msgstr "" "Annak lehetővé tétele a felhasználó számára, hogy további parancssori " "argumentumokat adjon meg" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumentumok:" @@ -42,7 +42,7 @@ msgstr "A bináris adat nem jelenik meg, töltse le inkább." msgid "Code:" msgstr "Kód:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Adatok összegyűjtése…" @@ -70,7 +70,7 @@ msgstr "Végrehajtandó parancssor" msgid "Command successful" msgstr "A parancs sikeres" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Parancs:" @@ -80,7 +80,7 @@ msgstr "Beállítás" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Egyéni parancsok" @@ -96,11 +96,11 @@ msgstr "Vezérlőpult" msgid "Description" msgstr "Leírás" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Letöltés" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Végrehajtás eredményének letöltése" @@ -112,7 +112,7 @@ msgstr "Parancs végrehajtása sikertelen!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Hivatkozás" @@ -120,7 +120,7 @@ msgstr "Hivatkozás" msgid "Loading" msgstr "Betöltés" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Vagy az eredmény megjelenítése" @@ -128,7 +128,7 @@ msgstr "Vagy az eredmény megjelenítése" msgid "Public access" msgstr "Nyilvános hozzáférés" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Futtatás" @@ -148,7 +148,7 @@ msgstr "" "Ez az oldal lehetővé teszi az egyéni parancsértelmező parancsok beállítását, " "amelyek egyszerűen meghívhatók a webes felületről." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/it/commands.po b/applications/luci-app-commands/po/it/commands.po index 776e31d452..aa1f0e42d0 100644 --- a/applications/luci-app-commands/po/it/commands.po +++ b/applications/luci-app-commands/po/it/commands.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-02-25 15:04+0000\n" -"Last-Translator: bovirus <roberto.boriotti@canon-europe.com>\n" +"PO-Revision-Date: 2021-04-23 07:01+0000\n" +"Last-Translator: Diego Depaoli <trebestie@gmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/it/>\n" "Language: it\n" @@ -10,7 +10,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.5\n" +"X-Generator: Weblate 4.7-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -29,7 +29,7 @@ msgid "Allow the user to provide additional command line arguments" msgstr "" "Consente all'utente di fornire ulteriori argomenti della riga di comando" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argomenti:" @@ -41,7 +41,7 @@ msgstr "I dati binari non vengono visualizzati, ma possono essere scaricati." msgid "Code:" msgstr "Codice:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Raccolta dati..." @@ -69,7 +69,7 @@ msgstr "Riga di comando da eseguire" msgid "Command successful" msgstr "Comando riuscito" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Comando:" @@ -79,7 +79,7 @@ msgstr "Configura" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Comandi Personalizzati" @@ -89,17 +89,17 @@ msgstr "Argomenti Personalizzati" #: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" -msgstr "Dashboard" +msgstr "Pannello di controllo" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "Descrizione" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Download" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Risultato esecuzione download" @@ -111,7 +111,7 @@ msgstr "Impossibile eseguire il comando!" msgid "Grant UCI access for luci-app-commands" msgstr "Concedi accesso UCI per luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Collegamento" @@ -119,7 +119,7 @@ msgstr "Collegamento" msgid "Loading" msgstr "Caricamento" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "O visualizza risultato" @@ -127,7 +127,7 @@ msgstr "O visualizza risultato" msgid "Public access" msgstr "Accesso Pubblico" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Esegui" @@ -147,7 +147,7 @@ msgstr "" "Questa pagina consente di configurare i comandi della shell personalizzate " "che possono essere facilmente richiamati dall'interfaccia web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Questa sezione non contiene ancora valori" diff --git a/applications/luci-app-commands/po/ja/commands.po b/applications/luci-app-commands/po/ja/commands.po index 2ec4ffddb7..565ac4b738 100644 --- a/applications/luci-app-commands/po/ja/commands.po +++ b/applications/luci-app-commands/po/ja/commands.po @@ -27,7 +27,7 @@ msgstr "事前認証なしでのコマンドの実行と、結果出力のダウ msgid "Allow the user to provide additional command line arguments" msgstr "コマンドラインに対する引数の追記を許可するか設定します" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "引数:" @@ -39,7 +39,7 @@ msgstr "バイナリデータは表示されずにダウンロードされます msgid "Code:" msgstr "コード:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "データを収集中..." @@ -67,7 +67,7 @@ msgstr "実行するコマンドラインを記載します" msgid "Command successful" msgstr "コマンド実行成功" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "コマンド:" @@ -77,7 +77,7 @@ msgstr "設定" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "カスタムコマンド" @@ -93,11 +93,11 @@ msgstr "ダッシュボード" msgid "Description" msgstr "説明" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "ダウンロード" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "実行結果のダウンロード:" @@ -109,7 +109,7 @@ msgstr "コマンドの実行に失敗しました!" msgid "Grant UCI access for luci-app-commands" msgstr "luci-app-commandsにUCIアクセスを許可" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "リンク" @@ -117,7 +117,7 @@ msgstr "リンク" msgid "Loading" msgstr "読み込み中" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "または結果の表示:" @@ -125,7 +125,7 @@ msgstr "または結果の表示:" msgid "Public access" msgstr "パブリックアクセス" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "実行" @@ -141,9 +141,11 @@ msgstr "標準出力" msgid "" "This page allows you to configure custom shell commands which can be easily " "invoked from the web interface." -msgstr "このページでは、ウェブインターフェースから簡単にシェルコマンドを実行することができます。" +msgstr "" +"このページでは、ウェブインターフェースから簡単にシェルコマンドを実行すること" +"ができます。" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "このセクションはまだ設定されていません" diff --git a/applications/luci-app-commands/po/ko/commands.po b/applications/luci-app-commands/po/ko/commands.po index ad66305e88..c5fe01ea30 100644 --- a/applications/luci-app-commands/po/ko/commands.po +++ b/applications/luci-app-commands/po/ko/commands.po @@ -27,7 +27,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "데이터 수집 중..." @@ -67,7 +67,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -93,11 +93,11 @@ msgstr "" msgid "Description" msgstr "설명" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -109,7 +109,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -117,7 +117,7 @@ msgstr "" msgid "Loading" msgstr "로드 중" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -125,7 +125,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -143,7 +143,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "이 항목에 입력된 값이 없습니다" diff --git a/applications/luci-app-commands/po/mr/commands.po b/applications/luci-app-commands/po/mr/commands.po index 62a110f391..8f196356dc 100644 --- a/applications/luci-app-commands/po/mr/commands.po +++ b/applications/luci-app-commands/po/mr/commands.po @@ -29,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "वापरकर्त्यास अतिरिक्त कमांड लाइन वितर्क प्रदान करण्याची परवानगी द्या" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "वितर्क:" @@ -41,7 +41,7 @@ msgstr "बायनरी डेटा प्रदर्शित नाही msgid "Code:" msgstr "कोड:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "डेटा संकलित करीत आहे ..." @@ -69,7 +69,7 @@ msgstr "कार्यान्वित करण्यासाठी कम msgid "Command successful" msgstr "कमांड यशस्वी" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "कमांड:" @@ -79,7 +79,7 @@ msgstr "कॉन्फिगर करा" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "सानुकूल कमांड" @@ -95,11 +95,11 @@ msgstr "डॅशबोर्ड" msgid "Description" msgstr "वर्णन" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "डाउनलोड" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "अंमलबजावणी परिणाम डाउनलोड करा" @@ -111,7 +111,7 @@ msgstr "कमांड चालविण्यात अयशस्वी!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "दुवा" @@ -119,7 +119,7 @@ msgstr "दुवा" msgid "Loading" msgstr "लोड करीत आहे" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "किंवा परिणाम दाखवा" @@ -127,7 +127,7 @@ msgstr "किंवा परिणाम दाखवा" msgid "Public access" msgstr "सार्वजनिक प्रवेश" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "चालवा" @@ -147,7 +147,7 @@ msgstr "" "हे पृष्ठ आपल्याला सानुकूल शेल आदेश कॉन्फिगर करण्याची परवानगी देते जे वेब इंटरफेसवरून सहजपणे " "बोलाविले जाऊ शकतात ." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/ms/commands.po b/applications/luci-app-commands/po/ms/commands.po index 919b1d4eb8..d2b5e06ab6 100644 --- a/applications/luci-app-commands/po/ms/commands.po +++ b/applications/luci-app-commands/po/ms/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Mengumpul data..." @@ -66,7 +66,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -92,11 +92,11 @@ msgstr "" msgid "Description" msgstr "Keterangan" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/nb_NO/commands.po b/applications/luci-app-commands/po/nb_NO/commands.po index 984291453c..5afa7d2ac1 100644 --- a/applications/luci-app-commands/po/nb_NO/commands.po +++ b/applications/luci-app-commands/po/nb_NO/commands.po @@ -1,16 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-10-30 03:21+0000\n" +"PO-Revision-Date: 2021-04-04 07:26+0000\n" "Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/nb_NO/>\n" -"Language: no\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Tillat brukeren å gi ytterligere kommandolinjeargumenter" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumenter:" @@ -40,7 +40,7 @@ msgstr "Binære data vises ikke, last ned i stedet." msgid "Code:" msgstr "Kode:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Samler inn data…" @@ -68,7 +68,7 @@ msgstr "Kommandolinje å utføre" msgid "Command successful" msgstr "Kommando vellykket" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Kommando:" @@ -78,7 +78,7 @@ msgstr "Konfigurer" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Egendefinerte Kommandoer" @@ -88,17 +88,17 @@ msgstr "Egendefinerte argumenter" #: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" -msgstr "Dashboard" +msgstr "Oversikt" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "Beskrivelse" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" -msgstr "Nedlasting" +msgstr "Last ned" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -110,15 +110,15 @@ msgstr "Kunne ikke utføre kommandoen!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Link" #: applications/luci-app-commands/luasrc/view/commands.htm:53 msgid "Loading" -msgstr "Laster" +msgstr "Laster inn" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -126,7 +126,7 @@ msgstr "" msgid "Public access" msgstr "Tilgjengelig for alle" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Kjør" @@ -146,7 +146,7 @@ msgstr "" "Denne siden lar deg konfigurere egendefinerte shell-kommandoer som lett kan " "startes fra webgrensesnittet." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/pl/commands.po b/applications/luci-app-commands/po/pl/commands.po index 322915f94a..553c437202 100644 --- a/applications/luci-app-commands/po/pl/commands.po +++ b/applications/luci-app-commands/po/pl/commands.po @@ -29,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Zezwól użytkownikowi dodać argumenty wiersza poleceń" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumenty:" @@ -41,7 +41,7 @@ msgstr "Nie wyświetlono danych binarnych, możesz je pobrać." msgid "Code:" msgstr "Kod:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Trwa zbieranie danych..." @@ -69,7 +69,7 @@ msgstr "Linia Komendy do wykonania" msgid "Command successful" msgstr "Komenda Wykonana" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Komenda:" @@ -79,7 +79,7 @@ msgstr "Konfiguracja" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Własne komendy" @@ -95,11 +95,11 @@ msgstr "Tablica" msgid "Description" msgstr "Opis" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Pobieranie" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Pobierz wynik wykonania" @@ -111,7 +111,7 @@ msgstr "Nie można wykonać komendy!" msgid "Grant UCI access for luci-app-commands" msgstr "Udziel dostępu UCI do luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Łącze" @@ -119,7 +119,7 @@ msgstr "Łącze" msgid "Loading" msgstr "Ładowanie" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Lub wyświetl wynik" @@ -127,7 +127,7 @@ msgstr "Lub wyświetl wynik" msgid "Public access" msgstr "Publiczny dostęp" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Uruchom" @@ -147,7 +147,7 @@ msgstr "" "Ta strona pozwala ci skonfigurować niestandardową komendę którą można łatwo " "wywołać z interfejsu sieciowego." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Ta sekcja nie zawiera jeszcze żadnych wartości" diff --git a/applications/luci-app-commands/po/pt/commands.po b/applications/luci-app-commands/po/pt/commands.po index 54c7d80bad..4e2a8f2229 100644 --- a/applications/luci-app-commands/po/pt/commands.po +++ b/applications/luci-app-commands/po/pt/commands.po @@ -29,7 +29,7 @@ msgid "Allow the user to provide additional command line arguments" msgstr "" "Permitir que o utilizador forneça argumentos adicionais na linha de comandos" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumentos:" @@ -41,7 +41,7 @@ msgstr "Dados binários não mostrados, mas pode descarregar." msgid "Code:" msgstr "Código:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "A recolher dados..." @@ -69,7 +69,7 @@ msgstr "Linha de comandos a executar" msgid "Command successful" msgstr "Comando executado com sucesso" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Comando:" @@ -79,7 +79,7 @@ msgstr "Configurar" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Comandos Personalizados" @@ -95,11 +95,11 @@ msgstr "Painel de Controlo" msgid "Description" msgstr "Descrição" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Descarregar" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Descarregamento do resultado da execução" @@ -111,7 +111,7 @@ msgstr "Falha ao executar comando!" msgid "Grant UCI access for luci-app-commands" msgstr "Conceder acesso UCI ao luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Link" @@ -119,7 +119,7 @@ msgstr "Link" msgid "Loading" msgstr "A carregar" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Ou exibir resultado" @@ -127,7 +127,7 @@ msgstr "Ou exibir resultado" msgid "Public access" msgstr "Acesso público" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Executar" @@ -147,7 +147,7 @@ msgstr "" "Esta página permite-lhe configurar uma linha de comandos personalizada que " "pode facilmente ser executada a partir da interface web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Esta secção ainda não contém valores" diff --git a/applications/luci-app-commands/po/pt_BR/commands.po b/applications/luci-app-commands/po/pt_BR/commands.po index fa6fecf8c8..d7a8ee9244 100644 --- a/applications/luci-app-commands/po/pt_BR/commands.po +++ b/applications/luci-app-commands/po/pt_BR/commands.po @@ -29,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Permitir ao usuário inserir argumentos de linha de comando adicionais" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argumentos:" @@ -41,7 +41,7 @@ msgstr "Dados binários não mostrados, mas podem ser baixados." msgid "Code:" msgstr "Código:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Coletando dados..." @@ -69,7 +69,7 @@ msgstr "Linha de comandos a executar" msgid "Command successful" msgstr "Comando executado com sucesso" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Comando:" @@ -79,7 +79,7 @@ msgstr "Configurar" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Comandos Personalizados" @@ -95,11 +95,11 @@ msgstr "Painel de Controle" msgid "Description" msgstr "Descrição" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Download" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Baixar os resultados da execução" @@ -111,7 +111,7 @@ msgstr "Falha ao executar comando!" msgid "Grant UCI access for luci-app-commands" msgstr "Conceda acesso UCI ao luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Endereço" @@ -119,7 +119,7 @@ msgstr "Endereço" msgid "Loading" msgstr "Carregando" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Ou mostre o resultado" @@ -127,7 +127,7 @@ msgstr "Ou mostre o resultado" msgid "Public access" msgstr "Acesso público" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Executar" @@ -147,7 +147,7 @@ msgstr "" "Esta página permite a configuração de comandos personalizados que podem ser " "facilmente executados através da interface web." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Esta seção ainda não possui nenhum valor" diff --git a/applications/luci-app-commands/po/ro/commands.po b/applications/luci-app-commands/po/ro/commands.po index b3ec66e2d7..544b30f64d 100644 --- a/applications/luci-app-commands/po/ro/commands.po +++ b/applications/luci-app-commands/po/ro/commands.po @@ -29,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Permite utilizatorului sa adauge parametrii in linia de comanda" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Parametrii:" @@ -41,7 +41,7 @@ msgstr "Datele binare nu sunt afisate, descarcale in schimb" msgid "Code:" msgstr "Cod:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Colectare date..." @@ -69,7 +69,7 @@ msgstr "Linie de comanda pentru a executa" msgid "Command successful" msgstr "Comanda reusita" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Comanda:" @@ -79,7 +79,7 @@ msgstr "Configureaza" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Comenzi particulare" @@ -95,11 +95,11 @@ msgstr "Dashboard" msgid "Description" msgstr "Descriere" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Descarca" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -111,7 +111,7 @@ msgstr "S-a esuat executarea comenzii!!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Link" @@ -119,7 +119,7 @@ msgstr "Link" msgid "Loading" msgstr "Încărcare" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -127,7 +127,7 @@ msgstr "" msgid "Public access" msgstr "Access public" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Ruleaza" @@ -147,7 +147,7 @@ msgstr "" "Aceasta pagina permite configurarea de comenzi personale ce pot fi usor " "apelate din interfata grafica" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/ru/commands.po b/applications/luci-app-commands/po/ru/commands.po index d9dd68f52a..a7cf90aa43 100644 --- a/applications/luci-app-commands/po/ru/commands.po +++ b/applications/luci-app-commands/po/ru/commands.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: commands\n" "POT-Creation-Date: 2013-10-15 16:48+0300\n" -"PO-Revision-Date: 2020-08-28 22:08+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2021-04-09 12:29+0000\n" +"Last-Translator: The_BadUser <vanjavs@mail.ru>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/ru/>\n" "Language: ru\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.6-dev\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -34,7 +34,7 @@ msgstr "" "Разрешить пользователю предоставлять дополнительные аргументы командной " "строки" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Аргументы:" @@ -46,7 +46,7 @@ msgstr "Двоичные данные не отображаются, вмест msgid "Code:" msgstr "Код:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Сбор данных..." @@ -74,7 +74,7 @@ msgstr "Командная строка<br />для выполнения" msgid "Command successful" msgstr "Команда выполнена" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Команда:" @@ -84,7 +84,7 @@ msgstr "Настройка панели управления" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Пользовательские команды" @@ -94,17 +94,17 @@ msgstr "Пользовательские аргументы" #: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" -msgstr "Панель управления" +msgstr "Панель мониторинга" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "Описание" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Скачать" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Результат выполнения загрузки" @@ -116,7 +116,7 @@ msgstr "Ошибка выполнения команды!" msgid "Grant UCI access for luci-app-commands" msgstr "Предоставить UCI доступ для luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Ссылка" @@ -124,7 +124,7 @@ msgstr "Ссылка" msgid "Loading" msgstr "Загрузка" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Или отобразить результат" @@ -132,7 +132,7 @@ msgstr "Или отобразить результат" msgid "Public access" msgstr "Публичный доступ" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Запуск" @@ -153,7 +153,7 @@ msgstr "" "которые могут быть легко вызваны из веб-интерфейса по нажатию " "соответствующей кнопки. Здесь вы можете подписать кнопки и указать команды." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Этот раздел не содержит данных" diff --git a/applications/luci-app-commands/po/sk/commands.po b/applications/luci-app-commands/po/sk/commands.po index d0773c28dc..9e2dc2c4b7 100644 --- a/applications/luci-app-commands/po/sk/commands.po +++ b/applications/luci-app-commands/po/sk/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Umožniť používateľovi poskytnúť dodatočné parametre príkazového riadku" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Parametre:" @@ -38,7 +38,7 @@ msgstr "Binárne údaje neboli zobrazené, ale môžu byť prevzaté." msgid "Code:" msgstr "Kód:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Zbierajú sa údaje..." @@ -66,7 +66,7 @@ msgstr "Príkazový riadok na spustenie" msgid "Command successful" msgstr "Príkaz úspešný" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Príkaz:" @@ -76,7 +76,7 @@ msgstr "Konfigurovať" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Vlastné príkazy" @@ -92,11 +92,11 @@ msgstr "Nástenka" msgid "Description" msgstr "Popis" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Prevziať" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "Zlyhalo spustenie príkazu!" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Odkaz" @@ -116,7 +116,7 @@ msgstr "Odkaz" msgid "Loading" msgstr "Načítava sa" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Alebo zobraziť výsledok" @@ -124,7 +124,7 @@ msgstr "Alebo zobraziť výsledok" msgid "Public access" msgstr "Verejný prístup" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Spustiť" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/sv/commands.po b/applications/luci-app-commands/po/sv/commands.po index 6a9dd642a4..28049bc20b 100644 --- a/applications/luci-app-commands/po/sv/commands.po +++ b/applications/luci-app-commands/po/sv/commands.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-08-20 15:36+0000\n" -"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n" +"PO-Revision-Date: 2021-03-25 05:19+0000\n" +"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/sv/>\n" "Language: sv\n" @@ -10,7 +10,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.2.1-dev\n" +"X-Generator: Weblate 4.5.2-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Tillåt användaren att tillge extra kommandoradsargument" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argument:" @@ -40,7 +40,7 @@ msgstr "Binärdatan visades inte, ladda ner istället." msgid "Code:" msgstr "Kod:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Samlar in data..." @@ -68,7 +68,7 @@ msgstr "Kommandorad att exekvera" msgid "Command successful" msgstr "Kommandot lyckades" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Kommando:" @@ -78,7 +78,7 @@ msgstr "Ställ in" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Anpassade kommandon" @@ -94,11 +94,11 @@ msgstr "Instrumentpanel" msgid "Description" msgstr "Beskrivning" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Ladda ner" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Resultatet av nerladdningen" @@ -110,7 +110,7 @@ msgstr "Misslyckade med att köra kommando!" msgid "Grant UCI access for luci-app-commands" msgstr "Ge UCI åtkomst för luci-app-commands" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Länk" @@ -118,7 +118,7 @@ msgstr "Länk" msgid "Loading" msgstr "Laddar" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Eller visa resultat" @@ -126,7 +126,7 @@ msgstr "Eller visa resultat" msgid "Public access" msgstr "Publik tillgång" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Kör" @@ -146,9 +146,9 @@ msgstr "" "Den här sidan tillåter dig att ställa in anpassade skalkommandon som lättast " "kan åberopas från webbgränssnittet." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" -msgstr "" +msgstr "Den här sektionen innehåller inga värden ännu" #: applications/luci-app-commands/luasrc/view/commands.htm:54 msgid "Waiting for command to complete..." diff --git a/applications/luci-app-commands/po/templates/commands.pot b/applications/luci-app-commands/po/templates/commands.pot index c158ec8a1f..3aefbea650 100644 --- a/applications/luci-app-commands/po/templates/commands.pot +++ b/applications/luci-app-commands/po/templates/commands.pot @@ -15,7 +15,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -27,7 +27,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "" @@ -55,7 +55,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -65,7 +65,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -81,11 +81,11 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -97,7 +97,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -105,7 +105,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -131,7 +131,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/tr/commands.po b/applications/luci-app-commands/po/tr/commands.po index 75a9dd9409..b4e620d658 100644 --- a/applications/luci-app-commands/po/tr/commands.po +++ b/applications/luci-app-commands/po/tr/commands.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-01-03 17:29+0000\n" +"PO-Revision-Date: 2021-04-09 08:04+0000\n" "Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/tr/>\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -28,7 +28,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Kullanıcının ek komut satırı argümanları sağlamasına izin ver" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Argümanlar:" @@ -40,7 +40,7 @@ msgstr "İkili veri görüntülenmiyor, bunun yerine indir." msgid "Code:" msgstr "Kod:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Veriler toplanıyor..." @@ -68,7 +68,7 @@ msgstr "Çalıştırılacak komut satırı" msgid "Command successful" msgstr "Komut başarılı" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Komut:" @@ -78,7 +78,7 @@ msgstr "Yapılandır" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Özel Komutlar" @@ -94,11 +94,11 @@ msgstr "Denetim Paneli" msgid "Description" msgstr "Açıklama" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "İndir" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "Çalıştırma sonucunu indir" @@ -110,7 +110,7 @@ msgstr "Komutu çalıştırma başarısız oldu!" msgid "Grant UCI access for luci-app-commands" msgstr "luci-app-commands için UCI erişimi verin" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Bağlantı" @@ -118,7 +118,7 @@ msgstr "Bağlantı" msgid "Loading" msgstr "Yükleniyor" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "Veya sonucu göster" @@ -126,7 +126,7 @@ msgstr "Veya sonucu göster" msgid "Public access" msgstr "Genel erişim" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Çalıştır" @@ -146,7 +146,7 @@ msgstr "" "Bu sayfa, web arayüzünden kolayca çağrılabilen özel kabuk komutlarını " "yapılandırmanıza olanak tanır." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Bu bölüm henüz herhangi bir değer içermiyor" diff --git a/applications/luci-app-commands/po/uk/commands.po b/applications/luci-app-commands/po/uk/commands.po index 1a5d87f470..9367137650 100644 --- a/applications/luci-app-commands/po/uk/commands.po +++ b/applications/luci-app-commands/po/uk/commands.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-09-04 13:36+0000\n" -"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n" +"PO-Revision-Date: 2021-04-11 16:26+0000\n" +"Last-Translator: Tymofij Lytvynenko <till.svit@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscommands/uk/>\n" "Language: uk\n" @@ -11,12 +11,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.3-dev\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 -#, fuzzy msgid "A short textual description of the configured command" -msgstr "Короткий опис команд налаштування" +msgstr "Короткий текстовий опис налаштовуваної команди" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:25 msgid "" @@ -30,7 +29,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "Дозвольте користувачеві надати додаткові аргументи командного рядка" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "Аргументи:" @@ -42,7 +41,7 @@ msgstr "Бінарні дані не відображаються, завант msgid "Code:" msgstr "Код:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Збирання даних..." @@ -56,7 +55,7 @@ msgstr "Команду вдало виконано." #: applications/luci-app-commands/luasrc/view/commands_public.htm:32 msgid "Command exited with status code" -msgstr "" +msgstr "Команда вийшла із кодом стану" #: applications/luci-app-commands/luasrc/view/commands.htm:73 msgid "Command failed" @@ -64,13 +63,13 @@ msgstr "Не вдалося виконати команду" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:19 msgid "Command line to execute" -msgstr "" +msgstr "Командний рядок для виконання" #: applications/luci-app-commands/luasrc/view/commands.htm:73 msgid "Command successful" msgstr "Команду виконано" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "Команда:" @@ -80,7 +79,7 @@ msgstr "Конфігурація" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "Власна команда" @@ -96,13 +95,13 @@ msgstr "Панель керування" msgid "Description" msgstr "Опис" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "Завантажити" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" -msgstr "" +msgstr "Підсумок виконання завантаження" #: applications/luci-app-commands/luasrc/view/commands.htm:79 msgid "Failed to execute command!" @@ -110,9 +109,9 @@ msgstr "Помилка виконання команди!" #: applications/luci-app-commands/root/usr/share/rpcd/acl.d/luci-app-commands.json:3 msgid "Grant UCI access for luci-app-commands" -msgstr "" +msgstr "Надати доступ UCI для команд luci-app" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "Посилання" @@ -120,15 +119,15 @@ msgstr "Посилання" msgid "Loading" msgstr "Завантаження" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" -msgstr "" +msgstr "Або відобразити підсумок" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:24 msgid "Public access" msgstr "Відкритий доступ" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "Запустити" @@ -148,7 +147,7 @@ msgstr "" "Ця сторінка дозволяє налаштувати користувацькі команди оболонки, які може " "бути легко запущені з веб-інтерфейсу." -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "Ця секція поки що не містить значень" diff --git a/applications/luci-app-commands/po/vi/commands.po b/applications/luci-app-commands/po/vi/commands.po index 6a8f60b093..c999af0263 100644 --- a/applications/luci-app-commands/po/vi/commands.po +++ b/applications/luci-app-commands/po/vi/commands.po @@ -26,7 +26,7 @@ msgstr "" msgid "Allow the user to provide additional command line arguments" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Code:" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "Đang lấy dữ liệu..." @@ -66,7 +66,7 @@ msgstr "" msgid "Command successful" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "" @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "" @@ -92,11 +92,11 @@ msgstr "" msgid "Description" msgstr "Mô tả" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "Grant UCI access for luci-app-commands" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "" @@ -116,7 +116,7 @@ msgstr "" msgid "Loading" msgstr "Đang tải" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "" @@ -124,7 +124,7 @@ msgstr "" msgid "Public access" msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "" @@ -142,7 +142,7 @@ msgid "" "invoked from the web interface." msgstr "" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "" diff --git a/applications/luci-app-commands/po/zh_Hans/commands.po b/applications/luci-app-commands/po/zh_Hans/commands.po index a92b3fb9e3..55ff0969d4 100644 --- a/applications/luci-app-commands/po/zh_Hans/commands.po +++ b/applications/luci-app-commands/po/zh_Hans/commands.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2021-01-05 13:29+0000\n" -"Last-Translator: Eric <spice2wolf@gmail.com>\n" +"PO-Revision-Date: 2021-04-15 17:26+0000\n" +"Last-Translator: xiazhang <xz@xia.plus>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationscommands/zh_Hans/>\n" "Language: zh_Hans\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -30,7 +30,7 @@ msgstr "允许不事先验证就执行命令并下载其输出" msgid "Allow the user to provide additional command line arguments" msgstr "允许用户提供额外的命令行参数" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "参数:" @@ -42,7 +42,7 @@ msgstr "二进制数据未显示,以下载替代。" msgid "Code:" msgstr "状态码:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "正在收集数据…" @@ -60,7 +60,7 @@ msgstr "命令退出,状态码为" #: applications/luci-app-commands/luasrc/view/commands.htm:73 msgid "Command failed" -msgstr "执行命令失败" +msgstr "命令执行失败" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:19 msgid "Command line to execute" @@ -70,7 +70,7 @@ msgstr "执行命令行" msgid "Command successful" msgstr "执行命令成功" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "命令:" @@ -80,7 +80,7 @@ msgstr "配置" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "自定义命令" @@ -90,17 +90,17 @@ msgstr "自定义参数" #: applications/luci-app-commands/luasrc/controller/commands.lua:8 msgid "Dashboard" -msgstr "看板" +msgstr "概览" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 msgid "Description" msgstr "描述" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "下载" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "下载执行结果" @@ -112,7 +112,7 @@ msgstr "执行命令失败!" msgid "Grant UCI access for luci-app-commands" msgstr "授予UCI访问luci-app-commands的权限" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "连接" @@ -120,7 +120,7 @@ msgstr "连接" msgid "Loading" msgstr "加载中" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "显示执行结果" @@ -128,7 +128,7 @@ msgstr "显示执行结果" msgid "Public access" msgstr "公开访问" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "运行" @@ -146,7 +146,7 @@ msgid "" "invoked from the web interface." msgstr "此页面允许您配置自定义 Shell 命令,并可以从 Web 界面调用。" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "尚无任何配置" diff --git a/applications/luci-app-commands/po/zh_Hant/commands.po b/applications/luci-app-commands/po/zh_Hant/commands.po index ff7ee1bf56..61ca07bfb9 100644 --- a/applications/luci-app-commands/po/zh_Hant/commands.po +++ b/applications/luci-app-commands/po/zh_Hant/commands.po @@ -31,7 +31,7 @@ msgstr "允許執行命令並下載其輸出, 無須事先認證。" msgid "Allow the user to provide additional command line arguments" msgstr "允許使用者提供額外的指令列引數" -#: applications/luci-app-commands/luasrc/view/commands.htm:156 +#: applications/luci-app-commands/luasrc/view/commands.htm:162 msgid "Arguments:" msgstr "引數:" @@ -43,7 +43,7 @@ msgstr "二進位資料未顯示,以下載替代。" msgid "Code:" msgstr "狀態碼:" -#: applications/luci-app-commands/luasrc/view/commands.htm:176 +#: applications/luci-app-commands/luasrc/view/commands.htm:182 msgid "Collecting data..." msgstr "正在收集資料中…" @@ -71,7 +71,7 @@ msgstr "執行指令列" msgid "Command successful" msgstr "執行指令成功" -#: applications/luci-app-commands/luasrc/view/commands.htm:154 +#: applications/luci-app-commands/luasrc/view/commands.htm:160 msgid "Command:" msgstr "指令:" @@ -81,7 +81,7 @@ msgstr "配置" #: applications/luci-app-commands/luasrc/controller/commands.lua:7 #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 -#: applications/luci-app-commands/luasrc/view/commands.htm:138 +#: applications/luci-app-commands/luasrc/view/commands.htm:144 msgid "Custom Commands" msgstr "自訂指令集" @@ -97,11 +97,11 @@ msgstr "儀表板" msgid "Description" msgstr "描述" -#: applications/luci-app-commands/luasrc/view/commands.htm:160 +#: applications/luci-app-commands/luasrc/view/commands.htm:166 msgid "Download" msgstr "下載" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Download execution result" msgstr "下載執行結果" @@ -113,7 +113,7 @@ msgstr "執行指令失敗!" msgid "Grant UCI access for luci-app-commands" msgstr "授予 luci-app-commands 擁有 UCI 存取的權限" -#: applications/luci-app-commands/luasrc/view/commands.htm:162 +#: applications/luci-app-commands/luasrc/view/commands.htm:168 msgid "Link" msgstr "連線" @@ -121,7 +121,7 @@ msgstr "連線" msgid "Loading" msgstr "正在載入中" -#: applications/luci-app-commands/luasrc/view/commands.htm:119 +#: applications/luci-app-commands/luasrc/view/commands.htm:123 msgid "Or display result" msgstr "顯示執行結果" @@ -129,7 +129,7 @@ msgstr "顯示執行結果" msgid "Public access" msgstr "公開訪問" -#: applications/luci-app-commands/luasrc/view/commands.htm:159 +#: applications/luci-app-commands/luasrc/view/commands.htm:165 msgid "Run" msgstr "執行" @@ -147,7 +147,7 @@ msgid "" "invoked from the web interface." msgstr "此頁面允許您配置自訂 Shell 指令,並可以從 Web 介面呼叫。" -#: applications/luci-app-commands/luasrc/view/commands.htm:144 +#: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "This section contains no values yet" msgstr "這部分尚無數值" |