diff options
Diffstat (limited to 'modules/luci-base')
40 files changed, 146 insertions, 100 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/add.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/add.gif Binary files differdeleted file mode 100644 index 0888abf85e..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/add.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif Binary files differdeleted file mode 100644 index 82ae7ed821..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif Binary files differdeleted file mode 100644 index 10d797e9b0..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/down.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/down.gif Binary files differdeleted file mode 100644 index f0bb6a4ea6..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/down.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/download.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/download.gif Binary files differdeleted file mode 100644 index f99a5383b2..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/download.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif Binary files differdeleted file mode 100644 index e06e37c750..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif Binary files differdeleted file mode 100644 index eebe0fffe0..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/file.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/file.gif Binary files differdeleted file mode 100644 index 342a8463d2..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/file.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg new file mode 100644 index 0000000000..9feedcf35c --- /dev/null +++ b/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"> + <defs> + <radialGradient id="a" cx="0" cy="1" r="1"> + <stop offset="0" stop-color="#89b"/> + <stop offset="1" stop-color="#def"/> + </radialGradient> + </defs> + <g stroke="#000" stroke-width="2"> + <path d="M9 2h23l2 1 9 9 1 2v31l-2 1H9l-1-1V4l1-2z" fill="url(#a)"/> + <path d="M32 2v11l1 1h11" fill="url(#a)"/> + </g> +</svg> diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/find.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/find.gif Binary files differdeleted file mode 100644 index 9ae5e3489b..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/find.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif Binary files differdeleted file mode 100644 index 22b583bb59..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg new file mode 100644 index 0000000000..9a5becaa9d --- /dev/null +++ b/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"> + <defs> + <radialGradient id="a" cx="0" cy="0" r="1"> + <stop offset="0" stop-color="#ddf"/> + <stop offset="1" stop-color="#46b"/> + </radialGradient> + </defs> + <g stroke="#024" stroke-width="2"> + <path d="M44 14l1 2v25l-1 1H4l-1-1V18v0l1-6 1-2h17l2 2v1l1 1z" fill="url(#a)"/> + <path d="M3 18h21l1-1v-3" fill="none"/> + </g> +</svg> diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/help.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/help.gif Binary files differdeleted file mode 100644 index 9dfa0e196a..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/help.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/key.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/key.gif Binary files differdeleted file mode 100644 index e3853e5afd..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/key.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/link.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/link.gif Binary files differdeleted file mode 100644 index f0bb78da6b..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/link.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg new file mode 100644 index 0000000000..3f556fb5c0 --- /dev/null +++ b/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"> + <defs> + <radialGradient id="a" cx="0" cy="1" r="1"> + <stop offset="0" stop-color="#89b"/> + <stop offset="1" stop-color="#def"/> + </radialGradient> + </defs> + <g stroke="#000" stroke-width="2"> + <path d="M9 2h23l2 1 9 9 1 2v31l-2 1H9l-1-1V4l1-2z" fill="url(#a)"/> + <path d="M32 2v11l1 1h11" fill="url(#a)"/> + </g> + <path d="M13 33h13v6l12-10-12-11v7H13z" fill="#035"/> +</svg> diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif Binary files differdeleted file mode 100644 index 8268958a19..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif Binary files differdeleted file mode 100644 index bf43a0a0bc..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif Binary files differdeleted file mode 100644 index c941c19028..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/save.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/save.gif Binary files differdeleted file mode 100644 index 35e949963e..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/save.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/up.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/up.gif Binary files differdeleted file mode 100644 index e8234178ef..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/up.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/user.gif b/modules/luci-base/htdocs/luci-static/resources/cbi/user.gif Binary files differdeleted file mode 100644 index dcb5c2a899..0000000000 --- a/modules/luci-base/htdocs/luci-static/resources/cbi/user.gif +++ /dev/null diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/alias.png b/modules/luci-base/htdocs/luci-static/resources/icons/alias.png Binary files differindex 8772bbad55..a0c452c87a 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/alias.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/alias.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/port_down.png b/modules/luci-base/htdocs/luci-static/resources/icons/port_down.png Binary files differindex 5a2b235d0a..1ddf439f29 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/port_down.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/port_down.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/port_up.png b/modules/luci-base/htdocs/luci-static/resources/icons/port_up.png Binary files differindex 8105e77d08..fd801a4992 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/port_up.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/port_up.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png b/modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png Binary files differindex b3a8118afc..382cf540bf 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png b/modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png Binary files differindex 333b1557ba..c8192c8b9a 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/switch.png b/modules/luci-base/htdocs/luci-static/resources/icons/switch.png Binary files differindex be99b19bad..2691874a18 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/switch.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/switch.png diff --git a/modules/luci-base/htdocs/luci-static/resources/icons/vlan.png b/modules/luci-base/htdocs/luci-static/resources/icons/vlan.png Binary files differindex be99b19bad..2691874a18 100644 --- a/modules/luci-base/htdocs/luci-static/resources/icons/vlan.png +++ b/modules/luci-base/htdocs/luci-static/resources/icons/vlan.png diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js index 822b572a3d..1f9a436f13 100644 --- a/modules/luci-base/htdocs/luci-static/resources/ui.js +++ b/modules/luci-base/htdocs/luci-static/resources/ui.js @@ -2611,21 +2611,24 @@ var UIFileUpload = UIElement.extend(/** @lends LuCI.ui.FileUpload.prototype */ { switch (type) { case 'symlink': return E('img', { - 'src': L.resource('cbi/link.gif'), + 'src': L.resource('cbi/link.svg'), + 'width': 16, 'title': _('Symbolic link'), 'class': 'middle' }); case 'directory': return E('img', { - 'src': L.resource('cbi/folder.gif'), + 'src': L.resource('cbi/folder.svg'), + 'width': 16, 'title': _('Directory'), 'class': 'middle' }); default: return E('img', { - 'src': L.resource('cbi/file.gif'), + 'src': L.resource('cbi/file.svg'), + 'width': 16, 'title': _('File'), 'class': 'middle' }); diff --git a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua index 9b25625ea3..95f2ad4cfc 100644 --- a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua +++ b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua @@ -97,7 +97,7 @@ TZ = { { 'America/Cuiaba', '<-04>4' }, { 'America/Curacao', 'AST4' }, { 'America/Danmarkshavn', 'GMT0' }, - { 'America/Dawson', 'PST8PDT,M3.2.0,M11.1.0' }, + { 'America/Dawson', 'MST7' }, { 'America/Dawson Creek', 'MST7' }, { 'America/Denver', 'MST7MDT,M3.2.0,M11.1.0' }, { 'America/Detroit', 'EST5EDT,M3.2.0,M11.1.0' }, @@ -108,7 +108,6 @@ TZ = { { 'America/Fort Nelson', 'MST7' }, { 'America/Fortaleza', '<-03>3' }, { 'America/Glace Bay', 'AST4ADT,M3.2.0,M11.1.0' }, - { 'America/Godthab', '<-03>3<-02>,M3.5.0/-2,M10.5.0/-1' }, { 'America/Goose Bay', 'AST4ADT,M3.2.0,M11.1.0' }, { 'America/Grand Turk', 'EST5EDT,M3.2.0,M11.1.0' }, { 'America/Grenada', 'AST4' }, @@ -162,6 +161,7 @@ TZ = { { 'America/North Dakota/Beulah', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/North Dakota/Center', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/North Dakota/New Salem', 'CST6CDT,M3.2.0,M11.1.0' }, + { 'America/Nuuk', '<-03>3<-02>,M3.5.0/-2,M10.5.0/-1' }, { 'America/Ojinaga', 'MST7MDT,M3.2.0,M11.1.0' }, { 'America/Panama', 'EST5' }, { 'America/Pangnirtung', 'EST5EDT,M3.2.0,M11.1.0' }, @@ -198,7 +198,7 @@ TZ = { { 'America/Toronto', 'EST5EDT,M3.2.0,M11.1.0' }, { 'America/Tortola', 'AST4' }, { 'America/Vancouver', 'PST8PDT,M3.2.0,M11.1.0' }, - { 'America/Whitehorse', 'PST8PDT,M3.2.0,M11.1.0' }, + { 'America/Whitehorse', 'MST7' }, { 'America/Winnipeg', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/Yakutat', 'AKST9AKDT,M3.2.0,M11.1.0' }, { 'America/Yellowknife', 'MST7MDT,M3.2.0,M11.1.0' }, diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 6609303bab..e51cab1b1d 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-05-05 22:27+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/luci/es/>" "\n" @@ -575,11 +575,11 @@ msgstr "Siempre anunciar el enrutador predeterminado" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Siempre apagado (kernel: ninguno)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Siempre encendido (kernel: predeterminado)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1324,7 +1324,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Intervalo de flash personalizado (kernel: temporizador)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2450,7 +2450,7 @@ msgstr "Errores de código de error de encabezado (HEC)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Intervalo de latidos (kernel: latido)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3732,7 +3732,7 @@ msgstr "Imagen de arranque en red" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Actividad del dispositivo de red (kernel: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index b6dceb8852..999852ef1a 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2020-04-21 16:05+0000\n" +"PO-Revision-Date: 2020-05-10 12:47+0000\n" "Last-Translator: viking76 <liaudetgael@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/luci/fr/>" "\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 4.0.2-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 msgid "%.1f dB" @@ -529,7 +529,7 @@ msgstr "Autoriser tout sauf ce qui est listé" #: modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json:3 msgid "Allow full UCI access for legacy applications" -msgstr "" +msgstr "Permettre un accès Complet aux applications Tierces" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:892 msgid "Allow legacy 802.11b rates" @@ -545,7 +545,7 @@ msgstr "Autoriser l'hôte local" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:157 msgid "Allow rebooting the device" -msgstr "" +msgstr "Permettre de redémarrer le périphérique" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 msgid "Allow remote hosts to connect to local SSH forwarded ports" @@ -559,7 +559,7 @@ msgstr "Autoriser les connexions administrateur avec mot de passe" #: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:3 msgid "Allow system feature probing" -msgstr "" +msgstr "Permettre le sondage de caractéristiques systèmes" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 msgid "Allow the <em>root</em> user to login with password" @@ -583,11 +583,11 @@ msgstr "Toujours annoncer le routeur par défaut" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Toujours éteint (noyau : aucun)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Toujours actif (noyau : implicite-actif)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1335,7 +1335,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Interval de clignotement personnalisé (noyau : minuterie)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2353,91 +2353,91 @@ msgstr "Aller à la page de configuration correspondante" #: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:33 msgid "Grant access to DHCP configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration DHCP" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:102 msgid "Grant access to DHCP status display" -msgstr "" +msgstr "Permettre l'accès à l'affichage de l'état DHCP" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:111 msgid "Grant access to DSL status display" -msgstr "" +msgstr "Permettre l'accès à l'affichage de l'état DSL" #: protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json:3 msgid "Grant access to LuCI OpenConnect procedures" -msgstr "" +msgstr "Permettre l'accès aux procédures LuCI OpenConnect" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:19 msgid "Grant access to SSH configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration SSH" #: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:12 msgid "Grant access to basic LuCI procedures" -msgstr "" +msgstr "Accès Complet aux procédures LuCI basiques" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:64 msgid "Grant access to crontab configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration crontab" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:60 msgid "Grant access to firewall status" -msgstr "" +msgstr "Permettre l'accès à l'état du pare-feu" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:116 msgid "Grant access to flash operations" -msgstr "" +msgstr "Permettre l'accès aux opérations flash" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:86 msgid "Grant access to main status display" -msgstr "" +msgstr "Permettre l'accès à l'affichage de l'état principal" #: protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json:3 msgid "Grant access to mmcli" -msgstr "" +msgstr "Permettre l'accès à mmcli" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:84 msgid "Grant access to mount configuration" -msgstr "" +msgstr "Permettre l'accès à la configuation de montage" #: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:3 msgid "Grant access to network configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration réseau" #: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:46 msgid "Grant access to network diagnostic tools" -msgstr "" +msgstr "Permettre l'accès aux outils de diagnostic réseau" #: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:36 msgid "Grant access to network status information" -msgstr "" +msgstr "Permettre l'accès aux détails de l'état du réseau" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:13 msgid "Grant access to process status" -msgstr "" +msgstr "Permettre l'accès à l'état des processus" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:3 msgid "Grant access to realtime statistics" -msgstr "" +msgstr "Permettre l'accès aux statistiques en temps réel" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:42 msgid "Grant access to startup configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration de démarrage" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:3 msgid "Grant access to system configuration" -msgstr "" +msgstr "Permettre l'accès à la configuration système" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:30 msgid "Grant access to system logs" -msgstr "" +msgstr "Permettre l'accès aux journaux systèmes" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:47 msgid "Grant access to the system route status" -msgstr "" +msgstr "Permettre l'acces au Status du Routage" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:120 msgid "Grant access to wireless status display" -msgstr "" +msgstr "Permettre l'accès du status WIFI" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:66 msgid "Group Password" @@ -2465,7 +2465,7 @@ msgstr "Erreurs de code d'erreur d'en-tête (HEC)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Intervalle battements du cœur (noyau : battement du cœur)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -2914,7 +2914,7 @@ msgstr "" #: modules/luci-compat/luasrc/view/cbi/map.htm:43 msgid "Insufficient permissions to read UCI configuration." -msgstr "" +msgstr "Autorisations insuffisantes pour lire la configuration de l'UCI." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:464 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:471 @@ -3753,7 +3753,7 @@ msgstr "Image de démarrage réseau" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Activité des périphériques réseau (noyau : netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index 86c46c18b8..9461564b28 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: LuCI\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-20 09:40+0200\n" -"PO-Revision-Date: 2020-05-02 15:55+0000\n" +"PO-Revision-Date: 2020-05-09 06:42+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/luci/pl/>" "\n" @@ -569,11 +569,11 @@ msgstr "Zawsze rozgłaszaj domyślny router" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Zawsze wyłączony (kernel: brak)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Zawsze włączony (kernel: domyślnie włączone)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1313,7 +1313,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Niestandardowy interwał wgrywania (kernel: zegar)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2437,7 +2437,7 @@ msgstr "Błędy kodu nagłówka (HEC)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Interwał pulsu (kernel: puls)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3718,7 +3718,7 @@ msgstr "Sieciowy obraz startowy" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Aktywność urządzenia sieciowego (kernel: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 7fd51e4325..e0f63b9e62 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 19:03+0200\n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-05-07 21:50+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/luci/" "pt/>\n" @@ -578,11 +578,11 @@ msgstr "Anunciar sempre o router padrão" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Sempre desligado (kernel: nenhum)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Sempre ligado (kernel: ligado por predefinição)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1325,7 +1325,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Intervalo de flash personalizado (kernel: temporizador)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2455,7 +2455,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Intervalo de heartbeat (kernel: heartbeat)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3746,7 +3746,7 @@ msgstr "Imagem de arranque via rede" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Atividade do aparelho de rede (kernel: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index 37ce815999..44b52bdadc 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-05-06 06:50+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luci/pt_BR/>\n" @@ -591,11 +591,11 @@ msgstr "Sempre anuncie o roteador padrão" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Sempre desligado (kernel: nenhum)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Sempre ligado (kernel: padrão)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1341,7 +1341,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Intervalo de flash personalizado (kernel: temporizador)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2489,7 +2489,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Intervalo de heartbeat (kernel: heartbeat)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3792,7 +3792,7 @@ msgstr "Imagem de boot pela rede" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Atividade do dispositivo de rede (kernel: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index 9df7f5ae70..4010f90e92 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: base\n" "POT-Creation-Date: 2010-05-09 01:01+0300\n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-05-05 22:27+0000\n" "Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/luci/ru/>" "\n" @@ -576,11 +576,11 @@ msgstr "Объявлять всегда, как маршрутизатор по #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Всегда выключен (kernel: none)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Всегда включен (kernel: default-on)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1327,7 +1327,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Произвольный интервал мигания (kernel: timer)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2448,7 +2448,7 @@ msgstr "Ошибки контроля ошибок заголовка (HEC)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Интервал сердцебиения (kernel: heartbeat)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3731,7 +3731,7 @@ msgstr "Образ системы для сетевой загрузки" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Активность сетевого устройства (kernel: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 56e9b360a7..78366dcbd8 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2020-04-14 07:22+0000\n" +"PO-Revision-Date: 2020-05-08 21:34+0000\n" "Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/luci/" "uk/>\n" @@ -11,7 +11,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.0-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 msgid "%.1f dB" @@ -589,11 +589,11 @@ msgstr "Завжди оголошувати типовим маршрутиза #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 msgid "Always off (kernel: none)" -msgstr "" +msgstr "Завжди вимкнено (ядро: none)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "Завжди ввімкнено (ядро: default-on)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1103,7 +1103,7 @@ msgid "" msgstr "" "Оберіть зону брандмауера, яку ви хочете призначити на цей інтерфейс. " "Виберіть <em>невизначено</em>, щоб видалити інтерфейс з відповідних зон, або " -"заповніть поле <em>створити</em>, щоб визначити нову зону і прикріпити до " +"заповніть поле <em>нетипово</em>, щоб визначити нову зону і прикріпити до " "неї інтерфейс." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959 @@ -1112,7 +1112,7 @@ msgid "" "out the <em>custom</em> field to define a new network." msgstr "" "Оберіть мережі, які ви хочете прикріпити до цього бездротового інтерфейсу " -"або заповніть поле <em>створити</em>, щоб визначити нову мережу." +"або заповніть поле <em>нетипово</em>, щоб визначити нову мережу." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1148 msgid "Cipher" @@ -1334,7 +1334,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "Настроюваний інтервал спалаху (ядро: timer)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2462,7 +2462,7 @@ msgstr "" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "Інтервал пульсації (ядро: heartbeat)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -3760,7 +3760,7 @@ msgstr "Образ для мережевого завантаження" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "Активність мережевого пристрою (ядро: netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index 1b51a3d0be..917510c49b 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -4,15 +4,15 @@ # msgid "" msgstr "" -"PO-Revision-Date: 2020-04-23 19:22+0000\n" -"Last-Translator: Anonymous <noreply@weblate.org>\n" +"PO-Revision-Date: 2020-05-07 21:50+0000\n" +"Last-Translator: zhanhb <zhanhb88@gmail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luci/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.0.2-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 msgid "%.1f dB" @@ -508,7 +508,7 @@ msgstr "仅允许列表外" #: modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json:3 msgid "Allow full UCI access for legacy applications" -msgstr "" +msgstr "允许旧版应用对UCI的完整访问" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:892 msgid "Allow legacy 802.11b rates" @@ -524,7 +524,7 @@ msgstr "允许本机" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:157 msgid "Allow rebooting the device" -msgstr "" +msgstr "允许重启设备" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 msgid "Allow remote hosts to connect to local SSH forwarded ports" @@ -536,7 +536,7 @@ msgstr "允许 root 用户凭密码登录" #: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:3 msgid "Allow system feature probing" -msgstr "" +msgstr "允许系统功能探测" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 msgid "Allow the <em>root</em> user to login with password" @@ -556,12 +556,14 @@ msgid "Always announce default router" msgstr "总是通告默认路由" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 +#, fuzzy msgid "Always off (kernel: none)" -msgstr "" +msgstr "始终关闭(kmod-ledtrig:无)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 +#, fuzzy msgid "Always on (kernel: default-on)" -msgstr "" +msgstr "始终开启 (kmod-ledtrig-default-on)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 msgid "" @@ -1270,8 +1272,9 @@ msgstr "" "自定义文件(证书、脚本)会保留在系统上。若无需保留,请先执行恢复出厂设置。" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 +#, fuzzy msgid "Custom flash interval (kernel: timer)" -msgstr "" +msgstr "自定义刷新间隔(kmod-ledtrig-timer)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 msgid "" @@ -2259,31 +2262,31 @@ msgstr "跳转到相关的配置页面" #: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:33 msgid "Grant access to DHCP configuration" -msgstr "" +msgstr "授予对DHCP配置的访问权限" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:102 msgid "Grant access to DHCP status display" -msgstr "" +msgstr "授予对DHCP状态显示的访问权限" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:111 msgid "Grant access to DSL status display" -msgstr "" +msgstr "授予对DSL状态显示的访问权限" #: protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json:3 msgid "Grant access to LuCI OpenConnect procedures" -msgstr "" +msgstr "授予对LuCI OpenConnect过程的访问权限" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:19 msgid "Grant access to SSH configuration" -msgstr "" +msgstr "授予对SSH配置的访问权限" #: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:12 msgid "Grant access to basic LuCI procedures" -msgstr "" +msgstr "授予访问基本LuCI程序的权限" #: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:64 msgid "Grant access to crontab configuration" -msgstr "" +msgstr "授予对crontab配置的访问权限" #: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:60 msgid "Grant access to firewall status" @@ -2370,8 +2373,9 @@ msgid "Header Error Code Errors (HEC)" msgstr "请求头错误代码错误(HEC)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 +#, fuzzy msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" +msgstr "心跳间隔(kmod-ledtrig-heartbeat)" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 msgid "" @@ -2808,8 +2812,9 @@ msgid "" msgstr "仅连接到 BSSID 为 <code>%h</code> 的网络,而不是其它 SSID 相同的网络。" #: modules/luci-compat/luasrc/view/cbi/map.htm:43 +#, fuzzy msgid "Insufficient permissions to read UCI configuration." -msgstr "" +msgstr "权限不足,无法读取UCI配置。" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:464 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:471 @@ -3621,8 +3626,9 @@ msgid "Network boot image" msgstr "网络启动镜像" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 +#, fuzzy msgid "Network device activity (kernel: netdev)" -msgstr "" +msgstr "网络设备活动(kmod-ledtrig-netdev)" #: modules/luci-base/htdocs/luci-static/resources/network.js:15 #: modules/luci-compat/luasrc/model/network.lua:33 diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index 8c0ff626e6..a321588c53 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-04-22 15:42+0000\n" -"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n" +"PO-Revision-Date: 2020-05-07 07:11+0000\n" +"Last-Translator: zhanhb <zhanhb88@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luci/zh_Hant/>\n" "Language: zh_Hant\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.0.2-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 msgid "%.1f dB" |