# HG changeset patch # User Aleksej Bobylev # Date 1484044248 -7200 # Node ID 8253327a882a4d89bd98f01c1e9217f12d327fe5 # Parent 5829aa52b9eeb488a68c4f68e65b9c5e7cfc971d Add Japanese translations (thanks Keiichi Shiga) diff -r 5829aa52b9ee -r 8253327a882a Makefile --- a/Makefile Sun Jan 08 11:09:57 2017 +0200 +++ b/Makefile Tue Jan 10 12:30:48 2017 +0200 @@ -3,7 +3,7 @@ PACKAGE=slitaz-base PREFIX?=/usr -LINGUAS?=ca de el es fa fr pl pt_BR ru sv vi_VN zh_CN zh_TW +LINGUAS?=ca de el es fa fr ja pl pt_BR ru sv vi_VN zh_CN zh_TW all: help diff -r 5829aa52b9ee -r 8253327a882a po/ja.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/po/ja.po Tue Jan 10 12:30:48 2017 +0200 @@ -0,0 +1,118 @@ +# Japanese translations for the slitaz-base-files package. +# Copyright (C) 2017 SliTaz +# This file is distributed under the same license as the slitaz-base-files package. +# BALLOON a.k.a. Fu-sen. (Keiichi SHIGA) , 2017. +# +msgid "" +msgstr "" +"Project-Id-Version: SliTaz Base\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-02 18:25+0900\n" +"PO-Revision-Date: 2017-01-06 00:01+0900\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.7.1\n" +"Last-Translator: BALLOON a.k.a. Fu-sen. (Keiichi SHIGA) \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Language: ja_JP\n" + +#: rootfs/lib/libtaz.sh:16 +msgid "y" +msgstr "y" + +#: rootfs/lib/libtaz.sh:17 +msgid "Y" +msgstr "Y" + +#: rootfs/lib/libtaz.sh:18 +msgid "n" +msgstr "n" + +#: rootfs/lib/libtaz.sh:19 +msgid "N" +msgstr "N" + +#: rootfs/lib/libtaz.sh:24 +msgid "Done" +msgstr "完了" + +#: rootfs/lib/libtaz.sh:25 +msgid "Failed" +msgstr "失敗" + +#: rootfs/lib/libtaz.sh:148 +msgid "You must be root to execute:" +msgstr "実行するには root でなければなりません:" + +#. Translators: 'w' is the width the wider translated message ('[ Done ]' or '[ Failed ]') takes in a terminal; place here the number +#: rootfs/lib/libtaz.sh:230 +msgid "w" +msgstr "8" + +#: rootfs/usr/lib/slitaz/libpkg.sh:32 +msgid "Mirror is unreachable" +msgstr "ミラーに到達できません" + +#: rootfs/usr/lib/slitaz/libpkg.sh:36 +msgid "Mirror is up-to-date" +msgstr "ミラーは最新です" + +#: rootfs/usr/lib/slitaz/libpkg.sh:45 +msgid "Missing receipt: %s" +msgstr "受信内容がありません: %s" + +#: rootfs/usr/lib/slitaz/libpkg.sh:65 +msgid "File %s is not a tazpkg. Exiting" +msgstr "ファイル %s は tazpkg にありません。終了します" + +#: rootfs/var/www/cgi-bin/cgi-env.sh:12 +msgid "CGI SHell Environment" +msgstr "CGI シェルスクリプト" + +#: rootfs/var/www/cgi-bin/cgi-env.sh:31 +msgid "" +"Welcome to the SliTaz web server CGI Shell environment. Let the power of " +"SHell script meet the web! Here you can check HTTP info and try some " +"requests." +msgstr "" +"SliTaz Web サーバーの CGI シェル環境へようこそ。 シェルスクリプトの力を" +"ウェブに! ここでは HTTP 情報を確認してリクエストを試すことができます。" + +#: rootfs/var/www/cgi-bin/cgi-env.sh:35 +msgid "Including %s in your scripts lets you use PHP-like syntax such as: %s" +msgstr "スクリプトに %s を含めると、PHP のような構文が使用できます: %s" + +#: rootfs/var/www/cgi-bin/cgi-env.sh:38 +msgid "QUERY_STRING test:" +msgstr "QUERY_STRING テスト:" + +#: rootfs/var/www/cgi-bin/cgi-env.sh:43 +msgid "HTTP Info" +msgstr "HTTP 情報" + +#: rootfs/usr/bin/man:58 +msgid "Usage: man [section] command" +msgstr "使用法: man [セレクション] コマンド" + +#: rootfs/usr/bin/man:70 +msgid "in section %s" +msgstr "セクション %s" + +#: rootfs/usr/bin/man:123 +msgid "Found local manpage %s but no tool to display it." +msgstr "ローカル man ページ %s が見つかりましたが、表示ツールがありません。" + +#: rootfs/usr/bin/man:124 +msgid "Consider installing groff by running: %s" +msgstr "次を実行して groff をインストールすることを検討してください: %s" + +#: rootfs/usr/bin/man:140 +msgid "%s found in the following sections:\\n%s\\nPlease choose one: " +msgstr "%s は次のセクションにあります:\\n%s\\n一つ選択して下さい: " + +#: rootfs/usr/bin/man:149 +msgid "No manual entry for %s" +msgstr "%s マニュアル項目はありません" diff -r 5829aa52b9ee -r 8253327a882a rootfs/var/www/cgi-bin/cgi-env.sh --- a/rootfs/var/www/cgi-bin/cgi-env.sh Sun Jan 08 11:09:57 2017 +0200 +++ b/rootfs/var/www/cgi-bin/cgi-env.sh Tue Jan 10 12:30:48 2017 +0200 @@ -10,13 +10,13 @@ header title=$(_ 'CGI SHell Environment') -cat << EOT +cat < - + - + $title - + diff -r 5829aa52b9ee -r 8253327a882a rootfs/var/www/cgi-bin/index.cgi --- a/rootfs/var/www/cgi-bin/index.cgi Sun Jan 08 11:09:57 2017 +0200 +++ b/rootfs/var/www/cgi-bin/index.cgi Tue Jan 10 12:30:48 2017 +0200 @@ -11,15 +11,15 @@ ..*) echo "Security exit" && exit 1 ;; esac -# Html5 head -cat << EOT +# HTML5 head +cat < - + Index of /$QUERY_STRING - - diff -r 5829aa52b9ee -r 8253327a882a rootfs/var/www/index.html --- a/rootfs/var/www/index.html Sun Jan 08 11:09:57 2017 +0200 +++ b/rootfs/var/www/index.html Tue Jan 10 12:30:48 2017 +0200 @@ -1,9 +1,9 @@ - + - + SliTaz Web Server - + @@ -21,7 +21,7 @@ support is activated by default using the SHell interpreter for *.sh and *.cgi files. This page is located in the server root directory /var/www. The default configuration is to allow connections only from - lan so port 80 is not open to the web for security reasons. + LAN, so port 80 is not open to the web for security reasons.

@@ -33,7 +33,7 @@