diff options
author | Zheng Qian <sotux82@gmail.com> | 2018-12-15 21:38:40 +0800 |
---|---|---|
committer | Zheng Qian <sotux82@gmail.com> | 2018-12-15 21:44:49 +0800 |
commit | e56af3c3e58d355d5128de638afb9497804a359a (patch) | |
tree | a8fac520b24f621ca0fa127a89888a1481d61288 /applications/luci-app-aria2/po/pt-br | |
parent | b5fb2a841f476cfc35bde65a52484be38e5ce5c4 (diff) |
luci-app-aria2: fix the log option
According to the package aria2, the log option
is enable_logging, so fix this option name.
As luci-app-aria2 can't set custom log file dir,
the default log file is /var/log/aria2.log but not
in the config file dir.
Signed-off-by: Zheng Qian <sotux82@gmail.com>
Diffstat (limited to 'applications/luci-app-aria2/po/pt-br')
-rw-r--r-- | applications/luci-app-aria2/po/pt-br/aria2.po | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/applications/luci-app-aria2/po/pt-br/aria2.po b/applications/luci-app-aria2/po/pt-br/aria2.po index a4b0ed5ac6..1c33b5138a 100644 --- a/applications/luci-app-aria2/po/pt-br/aria2.po +++ b/applications/luci-app-aria2/po/pt-br/aria2.po @@ -41,7 +41,7 @@ msgstr "Aria2" msgid "Aria2 Settings" msgstr "Configurações do Aria2" -#: applications/luci-app-aria2/luasrc/view/aria2/overview_status.htm:77 +#: applications/luci-app-aria2/luasrc/view/aria2/overview_status.htm:80 msgid "Aria2 Status" msgstr "Estado do Aria2" @@ -65,7 +65,7 @@ msgstr "Configurações do BitTorrent" msgid "BitTorrent listen port" msgstr "Porta de escuta do BitTorrent" -#: applications/luci-app-aria2/luasrc/view/aria2/overview_status.htm:79 +#: applications/luci-app-aria2/luasrc/view/aria2/overview_status.htm:82 msgid "Collecting data..." msgstr "Coletando dados..." @@ -133,11 +133,6 @@ msgstr "Lista de rastreadores BitTorrent adicionais" msgid "List of extra settings" msgstr "Lista de configurações adicionais" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2.lua:92 -msgid "Log file is in the config file dir." -msgstr "" -"Arquivo de registro (log) está no diretório do arquivo de configuração." - #: applications/luci-app-aria2/luasrc/model/cbi/aria2.lua:96 msgid "Log level" msgstr "Nível do registro" @@ -272,6 +267,10 @@ msgstr "O serviço Aria2 está parado." msgid "The Aria2 service is running." msgstr "O serviço Aria2 está em execução." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2.lua:92 +msgid "The default log file is /var/log/aria2.log" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2.lua:74 msgid "Token" msgstr "Chave eletrônica" @@ -310,3 +309,7 @@ msgstr "em bytes. Você pode sufixar com K (quilo) ou M (mega)." #: applications/luci-app-aria2/luasrc/model/cbi/aria2.lua:131 msgid "in bytes/sec, You can append K or M." msgstr "em bytes por segundo. Você pode sufixar com K (quilo) ou M (mega)." + +#~ msgid "Log file is in the config file dir." +#~ msgstr "" +#~ "Arquivo de registro (log) está no diretório do arquivo de configuração." |