diff options
Diffstat (limited to 'applications/luci-app-ntpc')
36 files changed, 522 insertions, 177 deletions
diff --git a/applications/luci-app-ntpc/luasrc/controller/ntpc.lua b/applications/luci-app-ntpc/luasrc/controller/ntpc.lua deleted file mode 100644 index c21d4eaa7c..0000000000 --- a/applications/luci-app-ntpc/luasrc/controller/ntpc.lua +++ /dev/null @@ -1,19 +0,0 @@ --- Copyright 2008 Steven Barth <steven@midlink.org> --- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.ntpc", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/ntpclient") then - return - end - - local page - - page = entry({"admin", "system", "ntpc"}, cbi("ntpc/ntpc"), _("Time Synchronisation"), 50) - page.dependent = true - - page = entry({"mini", "system", "ntpc"}, cbi("ntpc/ntpcmini", {autoapply=true}), _("Time Synchronisation"), 50) - page.dependent = true -end diff --git a/applications/luci-app-ntpc/po/ar/ntpc.po b/applications/luci-app-ntpc/po/ar/ntpc.po new file mode 100644 index 0000000000..e00baa567d --- /dev/null +++ b/applications/luci-app-ntpc/po/ar/ntpc.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 +msgid "Clock Adjustment" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "Count of time measurements" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 +msgid "Current system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 +msgid "General" +msgstr "" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 +msgid "Offset frequency" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 +msgid "Port" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +msgid "Synchronizes the system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 +msgid "Time Server" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 +msgid "Time Servers" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 +msgid "Time Synchronisation" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 +msgid "Update interval (in seconds)" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/bg/ntpc.po b/applications/luci-app-ntpc/po/bg/ntpc.po index 758d148a69..7a3c9287d2 100644 --- a/applications/luci-app-ntpc/po/bg/ntpc.po +++ b/applications/luci-app-ntpc/po/bg/ntpc.po @@ -29,6 +29,10 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -56,10 +60,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/bn_BD/ntpc.po b/applications/luci-app-ntpc/po/bn_BD/ntpc.po new file mode 100644 index 0000000000..baca27a355 --- /dev/null +++ b/applications/luci-app-ntpc/po/bn_BD/ntpc.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 +msgid "Clock Adjustment" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "Count of time measurements" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 +msgid "Current system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 +msgid "General" +msgstr "" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 +msgid "Offset frequency" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 +msgid "Port" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +msgid "Synchronizes the system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 +msgid "Time Server" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 +msgid "Time Servers" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 +msgid "Time Synchronisation" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 +msgid "Update interval (in seconds)" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/ca/ntpc.po b/applications/luci-app-ntpc/po/ca/ntpc.po index 98a1588969..53ec328b5c 100644 --- a/applications/luci-app-ntpc/po/ca/ntpc.po +++ b/applications/luci-app-ntpc/po/ca/ntpc.po @@ -35,6 +35,10 @@ msgstr "Horari del sistema actual" msgid "General" msgstr "General" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -63,10 +67,9 @@ msgstr "Servidor d'horari" msgid "Time Servers" msgstr "Servidors d'horari" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Sincronització d'horari" diff --git a/applications/luci-app-ntpc/po/cs/ntpc.po b/applications/luci-app-ntpc/po/cs/ntpc.po index dfc959dbb5..47bcc26540 100644 --- a/applications/luci-app-ntpc/po/cs/ntpc.po +++ b/applications/luci-app-ntpc/po/cs/ntpc.po @@ -34,6 +34,10 @@ msgstr "Aktuální systémový čas" msgid "General" msgstr "Obecné nastavení" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -61,10 +65,9 @@ msgstr "Synchronizační server" msgid "Time Servers" msgstr "Synchronizační servery" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Synchronizace času" diff --git a/applications/luci-app-ntpc/po/de/ntpc.po b/applications/luci-app-ntpc/po/de/ntpc.po index e191df4261..45d4faa1af 100644 --- a/applications/luci-app-ntpc/po/de/ntpc.po +++ b/applications/luci-app-ntpc/po/de/ntpc.po @@ -31,6 +31,10 @@ msgstr "Aktuelle Systemzeit" msgid "General" msgstr "Allgemein" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -58,10 +62,9 @@ msgstr "Zeitserver" msgid "Time Servers" msgstr "Zeitserver" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Zeitsynchronisation" diff --git a/applications/luci-app-ntpc/po/el/ntpc.po b/applications/luci-app-ntpc/po/el/ntpc.po index 00971a265e..71323c72ce 100644 --- a/applications/luci-app-ntpc/po/el/ntpc.po +++ b/applications/luci-app-ntpc/po/el/ntpc.po @@ -31,6 +31,10 @@ msgstr "Τρέχουσα ώρα συστήματος" msgid "General" msgstr "Γενικά" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -60,10 +64,9 @@ msgstr "" msgid "Time Servers" msgstr "Εξυπηρετητές Ώρας" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Συγχρονισμός Ώρας" diff --git a/applications/luci-app-ntpc/po/en/ntpc.po b/applications/luci-app-ntpc/po/en/ntpc.po index 38fb9a89b2..933f4b4480 100644 --- a/applications/luci-app-ntpc/po/en/ntpc.po +++ b/applications/luci-app-ntpc/po/en/ntpc.po @@ -29,6 +29,10 @@ msgstr "Current system time" msgid "General" msgstr "General" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -56,10 +60,9 @@ msgstr "" msgid "Time Servers" msgstr "Time Servers" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Time Synchronisation" diff --git a/applications/luci-app-ntpc/po/es/ntpc.po b/applications/luci-app-ntpc/po/es/ntpc.po index 16fb825c4d..2c529e00be 100644 --- a/applications/luci-app-ntpc/po/es/ntpc.po +++ b/applications/luci-app-ntpc/po/es/ntpc.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2019-10-25 17:55+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsntpc/es/>\n" @@ -12,7 +12,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 3.9.1-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -32,10 +32,14 @@ msgstr "Hora actual del sistema" msgid "General" msgstr "General" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Conceder acceso UCI para luci-app-ntpc" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" -msgstr "Nombre de host" +msgstr "Nombre del host" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" @@ -59,10 +63,9 @@ msgstr "Servidor de tiempo" msgid "Time Servers" msgstr "Servidores de hora" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Sincronización horaria" diff --git a/applications/luci-app-ntpc/po/fi/ntpc.po b/applications/luci-app-ntpc/po/fi/ntpc.po new file mode 100644 index 0000000000..98a369336d --- /dev/null +++ b/applications/luci-app-ntpc/po/fi/ntpc.po @@ -0,0 +1,79 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2020-06-24 17:42+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/fi/>\n" +"Language: fi\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 4.2-dev\n" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 +msgid "Clock Adjustment" +msgstr "Kellon säätö" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "Count of time measurements" +msgstr "Aikamittausten määrä" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 +msgid "Current system time" +msgstr "Nykyinen järjestelmäaika" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 +msgid "General" +msgstr "Yleinen" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Myönnä UCI-käyttöoikeus luci-app-ntpc: lle" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 +msgid "Hostname" +msgstr "Palvelinnimi" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 +msgid "Offset frequency" +msgstr "Siirtymätaajuus" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 +msgid "Port" +msgstr "Portti" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +msgid "Synchronizes the system time" +msgstr "Synkronoi järjestelmän ajan" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 +msgid "Time Server" +msgstr "Aika-palvelin" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 +msgid "Time Servers" +msgstr "Aika Palvelimet" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 +msgid "Time Synchronisation" +msgstr "Ajan synkronointi" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 +msgid "Update interval (in seconds)" +msgstr "Päivitysväli (sekunteina)" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "empty = infinite" +msgstr "tyhjä = ääretön" diff --git a/applications/luci-app-ntpc/po/fr/ntpc.po b/applications/luci-app-ntpc/po/fr/ntpc.po index e15c6f8f3f..6ab609d1c4 100644 --- a/applications/luci-app-ntpc/po/fr/ntpc.po +++ b/applications/luci-app-ntpc/po/fr/ntpc.po @@ -3,15 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-11-06 16:08+0200\n" -"Last-Translator: hogsim <hogsim@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-04-22 22:14+0000\n" +"Last-Translator: reyur <remicaruyer@gmail.com>\n" +"Language-Team: French <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/fr/>\n" "Language: fr\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: Pootle 2.0.6\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -31,6 +32,10 @@ msgstr "Temps système actuel" msgid "General" msgstr "Général" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -52,16 +57,15 @@ msgstr "Synchronise le temps système" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" -msgstr "Serveur temps " +msgstr "Heure du serveur" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 msgid "Time Servers" msgstr "Serveurs de temps" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Synchronisation du temps" diff --git a/applications/luci-app-ntpc/po/he/ntpc.po b/applications/luci-app-ntpc/po/he/ntpc.po index f4d0c3f432..a9aa16a64f 100644 --- a/applications/luci-app-ntpc/po/he/ntpc.po +++ b/applications/luci-app-ntpc/po/he/ntpc.po @@ -36,6 +36,10 @@ msgstr "זמן מערכת נוכחי" msgid "General" msgstr "כללי" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -64,10 +68,9 @@ msgstr "" msgid "Time Servers" msgstr "שרתי זמן" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "סנכרון זמן" diff --git a/applications/luci-app-ntpc/po/hi/ntpc.po b/applications/luci-app-ntpc/po/hi/ntpc.po index b4281f342e..31f95b1077 100644 --- a/applications/luci-app-ntpc/po/hi/ntpc.po +++ b/applications/luci-app-ntpc/po/hi/ntpc.po @@ -29,6 +29,10 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -56,10 +60,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/hu/ntpc.po b/applications/luci-app-ntpc/po/hu/ntpc.po index 478f356f56..b530266410 100644 --- a/applications/luci-app-ntpc/po/hu/ntpc.po +++ b/applications/luci-app-ntpc/po/hu/ntpc.po @@ -5,19 +5,20 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-07-10 21:05+0200\n" -"Last-Translator: Gyula <pro564@hotmail.com>\n" -"Language-Team: none\n" +"PO-Revision-Date: 2019-12-28 03:17+0000\n" +"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" +"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/hu/>\n" "Language: hu\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: Pootle 2.0.6\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" -msgstr "Óra igazítás" +msgstr "Órabeállítás" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 msgid "Count of time measurements" @@ -33,6 +34,10 @@ msgstr "Jelenlegi rendszeridő" msgid "General" msgstr "Általános" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -40,7 +45,7 @@ msgstr "Gépnév" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" -msgstr "Frekvencia eltolás" +msgstr "Frekvencia eltolása" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 @@ -50,22 +55,21 @@ msgstr "Port" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 msgid "Synchronizes the system time" -msgstr "A rendszeridő szinkronizálása" +msgstr "Szinkronizálja a rendszeridőt" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" -msgstr "Időszerver" +msgstr "Időkiszolgáló" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 msgid "Time Servers" msgstr "Időkiszolgálók" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" -msgstr "Idő szinkronizálás" +msgstr "Időszinkronizálás" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 diff --git a/applications/luci-app-ntpc/po/it/ntpc.po b/applications/luci-app-ntpc/po/it/ntpc.po index 669ce4e07c..040a2373d4 100644 --- a/applications/luci-app-ntpc/po/it/ntpc.po +++ b/applications/luci-app-ntpc/po/it/ntpc.po @@ -3,15 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2013-02-03 13:56+0200\n" -"Last-Translator: Francesco <3gasas@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-01-11 18:22+0000\n" +"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/it/>\n" "Language: it\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: Pootle 2.0.6\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10.1\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -31,6 +32,10 @@ msgstr "Ora corrente del sistema" msgid "General" msgstr "Generale" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -43,7 +48,7 @@ msgstr "Offset delle frequenza" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 msgid "Port" -msgstr "Porta" +msgstr "Port" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 @@ -58,10 +63,9 @@ msgstr "Server Orologio" msgid "Time Servers" msgstr "Server dell'ora" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Sincronizzazione dell'ora" diff --git a/applications/luci-app-ntpc/po/ja/ntpc.po b/applications/luci-app-ntpc/po/ja/ntpc.po index 5ec187e2bb..2d4848077b 100644 --- a/applications/luci-app-ntpc/po/ja/ntpc.po +++ b/applications/luci-app-ntpc/po/ja/ntpc.po @@ -3,15 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-11-14 14:41+0200\n" -"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" +"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/ja/>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -31,6 +32,10 @@ msgstr "現在時刻" msgid "General" msgstr "一般設定" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "luci-app-ntpc に UCI アクセスを許可" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -38,7 +43,7 @@ msgstr "ホスト名" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" -msgstr "オフセット周波数" +msgstr "オフセット頻度" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 @@ -48,7 +53,7 @@ msgstr "ポート" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 msgid "Synchronizes the system time" -msgstr "システムの時間を同期します。" +msgstr "システム時刻を同期" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" @@ -58,12 +63,11 @@ msgstr "時刻サーバー" msgid "Time Servers" msgstr "時刻サーバー" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" -msgstr "Time Synchronisation" +msgstr "時刻同期" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 diff --git a/applications/luci-app-ntpc/po/ko/ntpc.po b/applications/luci-app-ntpc/po/ko/ntpc.po index 94afa7d125..93e0848c2e 100644 --- a/applications/luci-app-ntpc/po/ko/ntpc.po +++ b/applications/luci-app-ntpc/po/ko/ntpc.po @@ -29,6 +29,10 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -56,10 +60,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/mr/ntpc.po b/applications/luci-app-ntpc/po/mr/ntpc.po index f5b7d319a8..d7dd19f865 100644 --- a/applications/luci-app-ntpc/po/mr/ntpc.po +++ b/applications/luci-app-ntpc/po/mr/ntpc.po @@ -3,71 +3,77 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-02-07 09:18+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/mr/>\n" "Language: mr\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.11-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" -msgstr "" +msgstr "घड्याळ समायोजन" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 msgid "Count of time measurements" -msgstr "" +msgstr "वेळ मोजमापांची संख्या" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 msgid "Current system time" -msgstr "" +msgstr "सद्य प्रणाली वेळ" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 msgid "General" +msgstr "सामान्य" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" msgstr "" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" -msgstr "" +msgstr "होस्टनाव" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" -msgstr "" +msgstr "ऑफसेट वारंवारता" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 msgid "Port" -msgstr "" +msgstr "पोर्ट" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 msgid "Synchronizes the system time" -msgstr "" +msgstr "सिस्टम वेळ समक्रमित करते" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" -msgstr "" +msgstr "वेळ सर्व्हर" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 msgid "Time Servers" -msgstr "" +msgstr "वेळ सर्व्हर" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" -msgstr "" +msgstr "वेळ समक्रमण" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 msgid "Update interval (in seconds)" -msgstr "" +msgstr "मध्यांतर अद्यतनित करा (सेकंदात)" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 msgid "empty = infinite" -msgstr "" +msgstr "रिक्त = असीम" diff --git a/applications/luci-app-ntpc/po/ms/ntpc.po b/applications/luci-app-ntpc/po/ms/ntpc.po index 0cc911f000..34be722271 100644 --- a/applications/luci-app-ntpc/po/ms/ntpc.po +++ b/applications/luci-app-ntpc/po/ms/ntpc.po @@ -30,6 +30,10 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -57,10 +61,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/no/ntpc.po b/applications/luci-app-ntpc/po/nb_NO/ntpc.po index 0060666a9f..7f2dc89227 100644 --- a/applications/luci-app-ntpc/po/no/ntpc.po +++ b/applications/luci-app-ntpc/po/nb_NO/ntpc.po @@ -22,6 +22,10 @@ msgstr "Nåværende system tid" msgid "General" msgstr "Generelt" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -49,10 +53,9 @@ msgstr "Tids Server" msgid "Time Servers" msgstr "Tids Servere" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Tidssynkronisering" diff --git a/applications/luci-app-ntpc/po/pl/ntpc.po b/applications/luci-app-ntpc/po/pl/ntpc.po index c99e339e77..1989578026 100644 --- a/applications/luci-app-ntpc/po/pl/ntpc.po +++ b/applications/luci-app-ntpc/po/pl/ntpc.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2019-11-06 00:10+0000\n" -"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" +"PO-Revision-Date: 2020-05-02 15:55+0000\n" +"Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsntpc/pl/>\n" "Language: pl\n" @@ -13,11 +13,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" -msgstr "Regulacja zegara" +msgstr "Dostosowanie zegara" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 msgid "Count of time measurements" @@ -33,6 +33,10 @@ msgstr "Aktualny czas systemowy" msgid "General" msgstr "Ogólne" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Udziel dostępu UCI dla luci-app-ntpc" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -40,7 +44,7 @@ msgstr "Nazwa hosta" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" -msgstr "Przesunięcie częstotliwości" +msgstr "Częstotliwość przesunięcia" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 @@ -60,17 +64,18 @@ msgstr "Serwer czasu" msgid "Time Servers" msgstr "Serwery czasu" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Synchronizacja czasu" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 msgid "Update interval (in seconds)" -msgstr "Interwał aktualizacji (w sekundach)" +msgstr "" +"Interwał aktualizacji\n" +"(w sekundach)" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 msgid "empty = infinite" diff --git a/applications/luci-app-ntpc/po/pt/ntpc.po b/applications/luci-app-ntpc/po/pt/ntpc.po index ae34bbc817..ba5b07d1b3 100644 --- a/applications/luci-app-ntpc/po/pt/ntpc.po +++ b/applications/luci-app-ntpc/po/pt/ntpc.po @@ -3,15 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2013-05-01 01:16+0200\n" -"Last-Translator: pedromrgoncalves <pedromrgoncalves@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" +"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/pt/>\n" "Language: pt\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: Pootle 2.0.6\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -31,6 +32,10 @@ msgstr "Hora actual do sistema" msgid "General" msgstr "Geral" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Conceder acesso UCI ao luci-app-ntpc" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -58,10 +63,9 @@ msgstr "Servidor de Hora" msgid "Time Servers" msgstr "Servidores de Hora" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Sincronização de Horário" diff --git a/applications/luci-app-ntpc/po/pt-br/ntpc.po b/applications/luci-app-ntpc/po/pt_BR/ntpc.po index 3e72e4c58a..8536380cb7 100644 --- a/applications/luci-app-ntpc/po/pt-br/ntpc.po +++ b/applications/luci-app-ntpc/po/pt_BR/ntpc.po @@ -3,16 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsntpc/pt_BR/>\n" -"Language: pt-br\n" +"Language: pt_BR\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.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -32,6 +32,10 @@ msgstr "Hora atual do sistema" msgid "General" msgstr "Geral" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Conceda acesso UCI ao luci-app-ntpc" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -59,10 +63,9 @@ msgstr "Servidor de Hora" msgid "Time Servers" msgstr "Servidores de Hora" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Sincronização de Horário" diff --git a/applications/luci-app-ntpc/po/ro/ntpc.po b/applications/luci-app-ntpc/po/ro/ntpc.po index 9b59a5d14b..469e032f62 100644 --- a/applications/luci-app-ntpc/po/ro/ntpc.po +++ b/applications/luci-app-ntpc/po/ro/ntpc.po @@ -5,16 +5,17 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-12-01 16:08+0200\n" -"Last-Translator: cgherman <cgherman@mandrivausers.ro>\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-03-29 21:21+0000\n" +"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n" +"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/ro/>\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2);;\n" -"X-Generator: Pootle 2.0.6\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -27,21 +28,25 @@ msgstr "Masuratori de timp" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 msgid "Current system time" -msgstr "Timpul curent de sistem" +msgstr "Ora curentă a sistemului" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 msgid "General" -msgstr "General" +msgstr "Generale" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" -msgstr "Numele de host" +msgstr "Numele gazdei ( hostname )" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" -msgstr "Frecventa de offset" +msgstr "Frecvență decalaj/compensare ( offset )" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 @@ -51,22 +56,21 @@ msgstr "Port" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 msgid "Synchronizes the system time" -msgstr "Sincronizeaza timpul sistemului" +msgstr "Sincronizează ora sistemului" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" -msgstr "Server de timp" +msgstr "Server NTP" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 msgid "Time Servers" -msgstr "Serverele de timp" +msgstr "Servere NTP" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" -msgstr "Sincronizarea de timp" +msgstr "Sincronizarea orei" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 diff --git a/applications/luci-app-ntpc/po/ru/ntpc.po b/applications/luci-app-ntpc/po/ru/ntpc.po index ebc2f1cb4c..c8551a2c1b 100644 --- a/applications/luci-app-ntpc/po/ru/ntpc.po +++ b/applications/luci-app-ntpc/po/ru/ntpc.po @@ -1,19 +1,20 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: LuCI: ntpc\n" "POT-Creation-Date: 2012-08-15 11:41+0300\n" -"PO-Revision-Date: 2018-01-24 14:59+0300\n" -"Language-Team: http://cyber-place.ru\n" +"PO-Revision-Date: 2020-06-07 15:48+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" +"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/ru/>\n" +"Language: ru\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"Last-Translator: Vladimir aka sunny <picfun@ya.ru>\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" -"Language: ru\n" -"Project-Info: Это технический перевод, не дословный. Главное-удобный русский интерфейс, " -"все проверялось в графическом режиме, совместим с другими apps\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.1-dev\n" +"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " +"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -31,7 +32,11 @@ msgstr "Текущее системное время" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 msgid "General" -msgstr "Основные настройки" +msgstr "Главный" + +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "Предоставить UCI доступ для luci-app-ntpc" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 @@ -52,7 +57,7 @@ msgstr "Порт" msgid "Synchronizes the system time" msgstr "" "Утилита ntpc - позволяет провести тонкую настройку синхронизации системного " -"времени." +"времени" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 msgid "Time Server" @@ -62,10 +67,9 @@ msgstr "Cервер времени" msgid "Time Servers" msgstr "Сервера времени" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Синхронизация времени" diff --git a/applications/luci-app-ntpc/po/sk/ntpc.po b/applications/luci-app-ntpc/po/sk/ntpc.po index 6a2a168b08..4dd3ba9109 100644 --- a/applications/luci-app-ntpc/po/sk/ntpc.po +++ b/applications/luci-app-ntpc/po/sk/ntpc.po @@ -1,12 +1,16 @@ 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" +"PO-Revision-Date: 2020-04-04 17:34+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsntpc/sk/>\n" +"Language: sk\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -26,10 +30,14 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" -msgstr "" +msgstr "Názov hostiteľa" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 msgid "Offset frequency" @@ -38,7 +46,7 @@ msgstr "" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 msgid "Port" -msgstr "" +msgstr "Port" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 @@ -53,10 +61,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/sv/ntpc.po b/applications/luci-app-ntpc/po/sv/ntpc.po index ab7a2cc142..dcd8179071 100644 --- a/applications/luci-app-ntpc/po/sv/ntpc.po +++ b/applications/luci-app-ntpc/po/sv/ntpc.po @@ -27,6 +27,10 @@ msgstr "Nuvarande systemtid" msgid "General" msgstr "Generell" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -54,10 +58,9 @@ msgstr "Tidsserver" msgid "Time Servers" msgstr "Tidsservrar" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Synkronisering av tid" diff --git a/applications/luci-app-ntpc/po/templates/ntpc.pot b/applications/luci-app-ntpc/po/templates/ntpc.pot index 8e773d6f39..ab2e339171 100644 --- a/applications/luci-app-ntpc/po/templates/ntpc.pot +++ b/applications/luci-app-ntpc/po/templates/ntpc.pot @@ -19,6 +19,10 @@ msgstr "" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -46,10 +50,9 @@ msgstr "" msgid "Time Servers" msgstr "" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "" diff --git a/applications/luci-app-ntpc/po/tr/ntpc.po b/applications/luci-app-ntpc/po/tr/ntpc.po index 8f213d78ae..9252244b8e 100644 --- a/applications/luci-app-ntpc/po/tr/ntpc.po +++ b/applications/luci-app-ntpc/po/tr/ntpc.po @@ -33,6 +33,10 @@ msgstr "Mevcut Sistem Saati" msgid "General" msgstr "Genel" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -60,10 +64,9 @@ msgstr "Zaman Sunucusu" msgid "Time Servers" msgstr "Zaman Sunucuları" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Saat Senkronizasyonu" diff --git a/applications/luci-app-ntpc/po/uk/ntpc.po b/applications/luci-app-ntpc/po/uk/ntpc.po index a5cb0508ae..c2738dfae7 100644 --- a/applications/luci-app-ntpc/po/uk/ntpc.po +++ b/applications/luci-app-ntpc/po/uk/ntpc.po @@ -34,6 +34,10 @@ msgstr "Поточний системний час" msgid "General" msgstr "Загальне" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -61,10 +65,9 @@ msgstr "Сервер часу" msgid "Time Servers" msgstr "Сервери часу" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Синхронізація часу" diff --git a/applications/luci-app-ntpc/po/vi/ntpc.po b/applications/luci-app-ntpc/po/vi/ntpc.po index 78ee11e124..2d780b7cc5 100644 --- a/applications/luci-app-ntpc/po/vi/ntpc.po +++ b/applications/luci-app-ntpc/po/vi/ntpc.po @@ -32,6 +32,10 @@ msgstr "Thời gian hiện tại của hệ thống" msgid "General" msgstr "" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -61,10 +65,9 @@ msgstr "" msgid "Time Servers" msgstr "Giờ server" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "Thời gian đồng bộ hóa" diff --git a/applications/luci-app-ntpc/po/zh-cn/ntpc.po b/applications/luci-app-ntpc/po/zh_Hans/ntpc.po index 3cc5645c76..a802d6ac77 100644 --- a/applications/luci-app-ntpc/po/zh-cn/ntpc.po +++ b/applications/luci-app-ntpc/po/zh_Hans/ntpc.po @@ -35,6 +35,10 @@ msgstr "当前系统时间" msgid "General" msgstr "通用" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -62,10 +66,9 @@ msgstr "时间服务器" msgid "Time Servers" msgstr "时间服务器" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "时间同步" diff --git a/applications/luci-app-ntpc/po/zh-tw/ntpc.po b/applications/luci-app-ntpc/po/zh_Hant/ntpc.po index f031510ae6..b4d9206280 100644 --- a/applications/luci-app-ntpc/po/zh-tw/ntpc.po +++ b/applications/luci-app-ntpc/po/zh_Hant/ntpc.po @@ -4,15 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2018-08-07 19:58+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"Language: zh_TW\n" +"PO-Revision-Date: 2020-04-06 12:20+0000\n" +"Last-Translator: Trevor <wowpapa3232@gmail.com>\n" +"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsntpc/zh_Hant/>\n" +"Language: zh_Hant\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.7\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 msgid "Clock Adjustment" @@ -32,6 +33,10 @@ msgstr "目前系統時間" msgid "General" msgstr "一般" +#: applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json:3 +msgid "Grant UCI access for luci-app-ntpc" +msgstr "" + #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 msgid "Hostname" @@ -44,7 +49,7 @@ msgstr "偏移頻道" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 msgid "Port" -msgstr "埠號" +msgstr "埠" #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 @@ -59,10 +64,9 @@ msgstr "校時伺服器" msgid "Time Servers" msgstr "校時伺服器" -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 -#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 #: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +#: applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json:3 msgid "Time Synchronisation" msgstr "校時同步" diff --git a/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json b/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json new file mode 100644 index 0000000000..bec35c88cf --- /dev/null +++ b/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json @@ -0,0 +1,15 @@ +{ + "admin/system/ntpc": { + "title": "Time Synchronisation", + "order": 50, + "action": { + "type": "cbi", + "path": "ntpc/ntpc", + "post": { "cbi.submit": true } + }, + "depends": { + "acl": [ "luci-app-ntpc" ], + "uci": { "ntpclient": true } + } + } +} diff --git a/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json b/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json new file mode 100644 index 0000000000..2b534a9770 --- /dev/null +++ b/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json @@ -0,0 +1,11 @@ +{ + "luci-app-ntpc": { + "description": "Grant UCI access for luci-app-ntpc", + "read": { + "uci": [ "ntpclient" ] + }, + "write": { + "uci": [ "ntpclient" ] + } + } +} |