slitaz-base-files rev 318
Add Japanese translations (thanks Keiichi Shiga)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 10 12:30:48 2017 +0200 (2017-01-10) |
parents | 5829aa52b9ee |
children | d2eb2256e8f5 |
files | Makefile po/ja.po rootfs/var/www/cgi-bin/cgi-env.sh rootfs/var/www/cgi-bin/index.cgi rootfs/var/www/index.html |
line diff
1.1 --- a/Makefile Sun Jan 08 11:09:57 2017 +0200 1.2 +++ b/Makefile Tue Jan 10 12:30:48 2017 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 PACKAGE=slitaz-base 1.6 PREFIX?=/usr 1.7 -LINGUAS?=ca de el es fa fr pl pt_BR ru sv vi_VN zh_CN zh_TW 1.8 +LINGUAS?=ca de el es fa fr ja pl pt_BR ru sv vi_VN zh_CN zh_TW 1.9 1.10 all: help 1.11
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/po/ja.po Tue Jan 10 12:30:48 2017 +0200 2.3 @@ -0,0 +1,118 @@ 2.4 +# Japanese translations for the slitaz-base-files package. 2.5 +# Copyright (C) 2017 SliTaz 2.6 +# This file is distributed under the same license as the slitaz-base-files package. 2.7 +# BALLOON a.k.a. Fu-sen. (Keiichi SHIGA) <balloonakafusen AT gmail DOT com>, 2017. 2.8 +# 2.9 +msgid "" 2.10 +msgstr "" 2.11 +"Project-Id-Version: SliTaz Base\n" 2.12 +"Report-Msgid-Bugs-To: \n" 2.13 +"POT-Creation-Date: 2017-01-02 18:25+0900\n" 2.14 +"PO-Revision-Date: 2017-01-06 00:01+0900\n" 2.15 +"Language-Team: \n" 2.16 +"MIME-Version: 1.0\n" 2.17 +"Content-Type: text/plain; charset=UTF-8\n" 2.18 +"Content-Transfer-Encoding: 8bit\n" 2.19 +"X-Generator: Poedit 1.8.7.1\n" 2.20 +"Last-Translator: BALLOON a.k.a. Fu-sen. (Keiichi SHIGA) <balloonakafusen " 2.21 +"AT gmail DOT com>\n" 2.22 +"Plural-Forms: nplurals=1; plural=0;\n" 2.23 +"Language: ja_JP\n" 2.24 + 2.25 +#: rootfs/lib/libtaz.sh:16 2.26 +msgid "y" 2.27 +msgstr "y" 2.28 + 2.29 +#: rootfs/lib/libtaz.sh:17 2.30 +msgid "Y" 2.31 +msgstr "Y" 2.32 + 2.33 +#: rootfs/lib/libtaz.sh:18 2.34 +msgid "n" 2.35 +msgstr "n" 2.36 + 2.37 +#: rootfs/lib/libtaz.sh:19 2.38 +msgid "N" 2.39 +msgstr "N" 2.40 + 2.41 +#: rootfs/lib/libtaz.sh:24 2.42 +msgid "Done" 2.43 +msgstr "完了" 2.44 + 2.45 +#: rootfs/lib/libtaz.sh:25 2.46 +msgid "Failed" 2.47 +msgstr "失敗" 2.48 + 2.49 +#: rootfs/lib/libtaz.sh:148 2.50 +msgid "You must be root to execute:" 2.51 +msgstr "実行するには root でなければなりません:" 2.52 + 2.53 +#. Translators: 'w' is the width the wider translated message ('[ Done ]' or '[ Failed ]') takes in a terminal; place here the number 2.54 +#: rootfs/lib/libtaz.sh:230 2.55 +msgid "w" 2.56 +msgstr "8" 2.57 + 2.58 +#: rootfs/usr/lib/slitaz/libpkg.sh:32 2.59 +msgid "Mirror is unreachable" 2.60 +msgstr "ミラーに到達できません" 2.61 + 2.62 +#: rootfs/usr/lib/slitaz/libpkg.sh:36 2.63 +msgid "Mirror is up-to-date" 2.64 +msgstr "ミラーは最新です" 2.65 + 2.66 +#: rootfs/usr/lib/slitaz/libpkg.sh:45 2.67 +msgid "Missing receipt: %s" 2.68 +msgstr "受信内容がありません: %s" 2.69 + 2.70 +#: rootfs/usr/lib/slitaz/libpkg.sh:65 2.71 +msgid "File %s is not a tazpkg. Exiting" 2.72 +msgstr "ファイル %s は tazpkg にありません。終了します" 2.73 + 2.74 +#: rootfs/var/www/cgi-bin/cgi-env.sh:12 2.75 +msgid "CGI SHell Environment" 2.76 +msgstr "CGI シェルスクリプト" 2.77 + 2.78 +#: rootfs/var/www/cgi-bin/cgi-env.sh:31 2.79 +msgid "" 2.80 +"Welcome to the SliTaz web server CGI Shell environment. Let the power of " 2.81 +"SHell script meet the web! Here you can check HTTP info and try some " 2.82 +"requests." 2.83 +msgstr "" 2.84 +"SliTaz Web サーバーの CGI シェル環境へようこそ。 シェルスクリプトの力を" 2.85 +"ウェブに! ここでは HTTP 情報を確認してリクエストを試すことができます。" 2.86 + 2.87 +#: rootfs/var/www/cgi-bin/cgi-env.sh:35 2.88 +msgid "Including %s in your scripts lets you use PHP-like syntax such as: %s" 2.89 +msgstr "スクリプトに %s を含めると、PHP のような構文が使用できます: %s" 2.90 + 2.91 +#: rootfs/var/www/cgi-bin/cgi-env.sh:38 2.92 +msgid "QUERY_STRING test:" 2.93 +msgstr "QUERY_STRING テスト:" 2.94 + 2.95 +#: rootfs/var/www/cgi-bin/cgi-env.sh:43 2.96 +msgid "HTTP Info" 2.97 +msgstr "HTTP 情報" 2.98 + 2.99 +#: rootfs/usr/bin/man:58 2.100 +msgid "<b>Usage:</b> man [section] command" 2.101 +msgstr "<b>使用法:</b> man [セレクション] コマンド" 2.102 + 2.103 +#: rootfs/usr/bin/man:70 2.104 +msgid "in section %s" 2.105 +msgstr "セクション %s" 2.106 + 2.107 +#: rootfs/usr/bin/man:123 2.108 +msgid "Found local manpage %s but no tool to display it." 2.109 +msgstr "ローカル man ページ %s が見つかりましたが、表示ツールがありません。" 2.110 + 2.111 +#: rootfs/usr/bin/man:124 2.112 +msgid "Consider installing groff by running: %s" 2.113 +msgstr "次を実行して groff をインストールすることを検討してください: %s" 2.114 + 2.115 +#: rootfs/usr/bin/man:140 2.116 +msgid "%s found in the following sections:\\n%s\\nPlease choose one: " 2.117 +msgstr "%s は次のセクションにあります:\\n%s\\n一つ選択して下さい: " 2.118 + 2.119 +#: rootfs/usr/bin/man:149 2.120 +msgid "No manual entry for %s" 2.121 +msgstr "%s マニュアル項目はありません"
3.1 --- a/rootfs/var/www/cgi-bin/cgi-env.sh Sun Jan 08 11:09:57 2017 +0200 3.2 +++ b/rootfs/var/www/cgi-bin/cgi-env.sh Tue Jan 10 12:30:48 2017 +0200 3.3 @@ -10,13 +10,13 @@ 3.4 header 3.5 3.6 title=$(_ 'CGI SHell Environment') 3.7 -cat << EOT 3.8 +cat <<EOT 3.9 <!DOCTYPE html> 3.10 -<html xmlns="http://www.w3.org/1999/xhtml"> 3.11 +<html> 3.12 <head> 3.13 - <meta charset="utf-8" /> 3.14 + <meta charset="UTF-8"> 3.15 <title>$title</title> 3.16 - <link rel="stylesheet" type="text/css" href="../style.css" /> 3.17 + <link rel="stylesheet" href="../style.css"> 3.18 </head> 3.19 <body> 3.20
4.1 --- a/rootfs/var/www/cgi-bin/index.cgi Sun Jan 08 11:09:57 2017 +0200 4.2 +++ b/rootfs/var/www/cgi-bin/index.cgi Tue Jan 10 12:30:48 2017 +0200 4.3 @@ -11,15 +11,15 @@ 4.4 ..*) echo "Security exit" && exit 1 ;; 4.5 esac 4.6 4.7 -# Html5 head 4.8 -cat << EOT 4.9 +# HTML5 head 4.10 +cat <<EOT 4.11 <!DOCTYPE html> 4.12 <html lang="en"> 4.13 <head> 4.14 - <meta charset="utf-8" /> 4.15 + <meta charset="UTF-8"> 4.16 <title>Index of /$QUERY_STRING</title> 4.17 - <link rel="stylesheet" type="text/css" href="/style.css" /> 4.18 - <style type="text/css"> 4.19 + <link rel="stylesheet" href="/style.css"> 4.20 + <style> 4.21 #header h1 { width: auto; } 4.22 ul { line-height: 1.5em; } li { color: #666; } 4.23 </style>
5.1 --- a/rootfs/var/www/index.html Sun Jan 08 11:09:57 2017 +0200 5.2 +++ b/rootfs/var/www/index.html Tue Jan 10 12:30:48 2017 +0200 5.3 @@ -1,9 +1,9 @@ 5.4 <!DOCTYPE html> 5.5 -<html> 5.6 +<html lang="en"> 5.7 <head> 5.8 - <meta charset="utf-8" /> 5.9 + <meta charset="UTF-8"> 5.10 <title>SliTaz Web Server</title> 5.11 - <link rel="stylesheet" type="text/css" href="style.css" /> 5.12 + <link rel="stylesheet" href="style.css"> 5.13 </head> 5.14 <body> 5.15 5.16 @@ -21,7 +21,7 @@ 5.17 support is activated by default using the SHell interpreter for *.sh 5.18 and *.cgi files. This page is located in the server root directory 5.19 /var/www. The default configuration is to allow connections only from 5.20 - lan so port 80 is not open to the web for security reasons. 5.21 + LAN, so port 80 is not open to the web for security reasons. 5.22 </p> 5.23 5.24 <pre> 5.25 @@ -33,7 +33,7 @@ 5.26 </div> 5.27 5.28 <footer> 5.29 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a> 5.30 + Copyright © 2017 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a> 5.31 </footer> 5.32 5.33 </body>