diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-07-27 13:17:31 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-07-27 13:17:31 +0200 |
commit | 6649969dc7ec186218763694337987c781973bba (patch) | |
tree | 7ce76bb5ae3f8d55e9057e4d7c87063e8a79db04 /applications/luci-app-commands/po/lt/commands.po | |
parent | 257301151e82a28ea9230499898836e9e3ec0709 (diff) |
i18n: fully initialize lithuanian translation
In particular ensure that luci-base has an (empty for now) po file
available so that lithuanian becomes available for building.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-commands/po/lt/commands.po')
-rw-r--r-- | applications/luci-app-commands/po/lt/commands.po | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/applications/luci-app-commands/po/lt/commands.po b/applications/luci-app-commands/po/lt/commands.po new file mode 100644 index 0000000000..7c3fdaa25f --- /dev/null +++ b/applications/luci-app-commands/po/lt/commands.po @@ -0,0 +1,149 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"(n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:19 +msgid "A short textual description of the configured command" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:30 +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:27 +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:156 +msgid "Arguments:" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:60 +msgid "Binary data not displayed, download instead." +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:65 +msgid "Code:" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:174 +msgid "Collecting data..." +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:21 +msgid "Command" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands_public.ut:32 +msgid "Command executed successfully." +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands_public.ut:34 +msgid "Command exited with status code %d" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:67 +msgid "Command failed" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:21 +msgid "Command line to execute" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:67 +msgid "Command successful" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:154 +msgid "Command:" +msgstr "" + +#: applications/luci-app-commands/root/usr/share/luci/menu.d/luci-app-commands.json:23 +msgid "Configure" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:10 +#: applications/luci-app-commands/root/usr/share/luci/menu.d/luci-app-commands.json:3 +#: applications/luci-app-commands/ucode/template/commands.ut:137 +msgid "Custom Commands" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:26 +msgid "Custom arguments" +msgstr "" + +#: applications/luci-app-commands/root/usr/share/luci/menu.d/luci-app-commands.json:14 +msgid "Dashboard" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:18 +msgid "Description" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:160 +msgid "Download" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:117 +msgid "Download execution result" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:73 +msgid "Failed to execute command!" +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 "" + +#: applications/luci-app-commands/ucode/template/commands.ut:162 +msgid "Link" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:47 +msgid "Loading" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:117 +msgid "Or display result" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:29 +msgid "Public access" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:159 +msgid "Run" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands_public.ut:44 +msgid "Standard Error" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands_public.ut:39 +msgid "Standard Output" +msgstr "" + +#: applications/luci-app-commands/htdocs/luci-static/resources/view/commands.js:11 +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:144 +msgid "This section contains no values yet" +msgstr "" + +#: applications/luci-app-commands/ucode/template/commands.ut:48 +msgid "Waiting for command to complete..." +msgstr "" |