From 0e0ee2fed51f7108ee088e121ecbba479a5e88cc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 8 Jun 2018 13:50:12 +0200 Subject: 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 --- modules/luci-base/po/ja/base.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'modules/luci-base/po/ja') diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 20c2449594..8202235b52 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -49,6 +49,9 @@ msgstr "-- ラベルを指定 --" msgid "-- match by uuid --" msgstr "-- UUID を指定 --" +msgid "-- please select --" +msgstr "" + msgid "1 Minute Load:" msgstr "過去1分の負荷:" @@ -2641,8 +2644,8 @@ msgstr "" "として/etc/ethers をロードします" 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" @@ -2650,7 +2653,7 @@ msgstr "" "る場合があります。" 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 "" "本当にこの無線ネットワークを削除しますか?一度削除すると、元に戻すことはできま" @@ -2670,7 +2673,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" @@ -3813,6 +3816,9 @@ msgstr "baseT" msgid "bridged" msgstr "ブリッジ" +msgid "create" +msgstr "" + msgid "create:" msgstr "作成:" @@ -3901,6 +3907,9 @@ msgstr "オン" msgid "open" msgstr "オープン" +msgid "output" +msgstr "" + msgid "overlay" msgstr "オーバーレイ" -- cgit v1.2.3