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 /modules/luci-base/po/zh-cn/base.po | |
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 'modules/luci-base/po/zh-cn/base.po')
-rw-r--r-- | modules/luci-base/po/zh-cn/base.po | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po index f588adcfa..675b52f72 100644 --- a/modules/luci-base/po/zh-cn/base.po +++ b/modules/luci-base/po/zh-cn/base.po @@ -39,6 +39,9 @@ msgstr "-- 根据标签匹配 --" msgid "-- match by uuid --" msgstr "-- 根据 UUID 匹配 --" +msgid "-- please select --" +msgstr "" + msgid "1 Minute Load:" msgstr "1 分钟负载:" @@ -2566,13 +2569,13 @@ msgstr "" "Configuration Protocol\">DHCP</abbr> 服务器" msgid "" -"Really delete this interface? The deletion cannot be undone!\\nYou might " -"lose access to this device if you are connected via this interface." +"Really delete this interface? The deletion cannot be undone! You might lose " +"access to this device if you are connected via this interface." msgstr "" "确定要删除此接口?删除操作无法撤销!\\n删除此接口,可能导致无法再访问路由器!" msgid "" -"Really delete this wireless network? The deletion cannot be undone!\\nYou " +"Really delete this wireless network? The deletion cannot be undone! You " "might lose access to this device if you are connected via this network." msgstr "" "确定要删除此无线网络?删除操作无法撤销!\\n删除此无线网络,可能导致无法再访问" @@ -2589,7 +2592,7 @@ msgstr "" "开!" msgid "" -"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " +"Really shutdown interface \"%s\"? You might lose access to this device if " "you are connected via this interface." msgstr "" "确定要关闭接口 \"%s\"?\\n如果您正在使用此接口连接路由器,关闭此网络可能导致" @@ -3685,6 +3688,9 @@ msgstr "baseT" msgid "bridged" msgstr "桥接的" +msgid "create" +msgstr "" + msgid "create:" msgstr "创建:" @@ -3773,6 +3779,9 @@ msgstr "开" msgid "open" msgstr "开放式" +msgid "output" +msgstr "" + msgid "overlay" msgstr "覆盖" |