diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-08 13:50:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-08 13:50:14 +0200 |
commit | 0e0ee2fed51f7108ee088e121ecbba479a5e88cc (patch) | |
tree | f4e2fc592cf87ba4b64269fa5c9b02e255ecd0ce /applications/luci-app-adblock/po/zh-cn | |
parent | 81c66069c80dc4b9d899769fb194116b3fff3eaf (diff) |
luci-mod-admin-full: git rid of embedded newlines in translation strings
Also switch one usage of raw '<%_ ... %>' interpolation to '<%: ... %>' in
order to avoid issues with translations using apostrophes.
Globally resnyc translations after the fix.
Fixes #1866.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-adblock/po/zh-cn')
-rw-r--r-- | applications/luci-app-adblock/po/zh-cn/adblock.po | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/applications/luci-app-adblock/po/zh-cn/adblock.po b/applications/luci-app-adblock/po/zh-cn/adblock.po index 42bf0c04b9..de5c1cd6e2 100644 --- a/applications/luci-app-adblock/po/zh-cn/adblock.po +++ b/applications/luci-app-adblock/po/zh-cn/adblock.po @@ -44,6 +44,9 @@ msgstr "触发 Adblock 开始处理前的额外延迟(以秒为单位)。" msgid "Advanced" msgstr "高级" +msgid "Archive Categories" +msgstr "" + msgid "Backup Directory" msgstr "备份目录" @@ -53,14 +56,14 @@ msgstr "" msgid "Blocklist Sources" msgstr "拦截列表来源" +msgid "Blocklist not found!" +msgstr "" + msgid "" "Builds an additional 'Jail' list (/tmp/adb_list.jail) to block access to all " "domains except those listed in the whitelist file.<br />" msgstr "" -msgid "Categories" -msgstr "" - msgid "" "Choose 'none' to disable automatic startups, 'timed' to use a classic " "timeout (default 30 sec.) or select another trigger interface." @@ -168,9 +171,6 @@ msgstr "" msgid "Input file not found, please check your configuration." msgstr "输入文件未找到,请检查您的配置。" -msgid "Invalid domain specified!" -msgstr "无效域名!" - msgid "Last Run" msgstr "最后运行" @@ -352,6 +352,9 @@ msgstr "已暂停" msgid "running" msgstr "" +#~ msgid "Invalid domain specified!" +#~ msgstr "无效域名!" + #~ msgid "Available blocklist sources." #~ msgstr "可用的 blocklist 来源。" |