diff options
-rw-r--r-- | po/ja/preseed.po | 80 | ||||
-rw-r--r-- | po/ja/using-d-i.po | 86 | ||||
-rw-r--r-- | po/ja/welcome.po | 42 |
3 files changed, 86 insertions, 122 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 5deb1c7d9..56a3d9d20 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -1,20 +1,20 @@ # KURASAWA Nozomu <nabetaro@debian.or.jp>, 2010. # YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>, 2021. +# Hideki Yamane <henrich@debian.org>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2021-09-11 23:02+0000\n" -"PO-Revision-Date: 2021-06-28 03:32+0000\n" -"Last-Translator: YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>\n" +"PO-Revision-Date: 2021-09-25 01:12+0000\n" +"Last-Translator: Hideki Yamane <henrich@debian.org>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7.1-dev\n" #. Tag: title #: preseed.xml:16 @@ -2637,41 +2637,7 @@ msgstr "" #. Tag: screen #: preseed.xml:1067 -#, fuzzy, no-c-format -#| msgid "" -#| "# You can choose to install non-free and contrib software.\n" -#| "#d-i apt-setup/non-free boolean true\n" -#| "#d-i apt-setup/contrib boolean true\n" -#| "# Uncomment this if you don't want to use a network mirror.\n" -#| "#d-i apt-setup/use_mirror boolean false\n" -#| "# Select which update services to use; define the mirrors to be used.\n" -#| "# Values shown below are the normal defaults.\n" -#| "#d-i apt-setup/services-select multiselect security, updates\n" -#| "#d-i apt-setup/security_host string security.debian.org\n" -#| "\n" -#| "# Additional repositories, local[0-9] available\n" -#| "#d-i apt-setup/local0/repository string \\\n" -#| "# http://local.server/debian stable main\n" -#| "#d-i apt-setup/local0/comment string local server\n" -#| "# Enable deb-src lines\n" -#| "#d-i apt-setup/local0/source boolean true\n" -#| "# URL to the public key of the local repository; you must provide a key " -#| "or\n" -#| "# apt will complain about the unauthenticated repository and so the\n" -#| "# sources.list line will be left commented out.\n" -#| "#d-i apt-setup/local0/key string http://local.server/key\n" -#| "# If the provided key file ends in \".asc\" the key file needs to be an\n" -#| "# ASCII-armoured PGP key, if it ends in \".gpg\" it needs to use the\n" -#| "# \"GPG key public keyring\" format, the \"keybox database\" format is\n" -#| "# currently not supported.\n" -#| "\n" -#| "# By default the installer requires that repositories be authenticated\n" -#| "# using a known gpg key. This setting can be used to disable that\n" -#| "# authentication. Warning: Insecure, not recommended.\n" -#| "#d-i debian-installer/allow_unauthenticated boolean true\n" -#| "\n" -#| "# Uncomment this to add multiarch configuration for i386\n" -#| "#d-i apt-setup/multiarch string i386" +#, no-c-format msgid "" "# Choose, if you want to scan additional installation media\n" "# (default: false).\n" @@ -2709,37 +2675,39 @@ msgid "" "# Uncomment this to add multiarch configuration for i386\n" "#d-i apt-setup/multiarch string i386" msgstr "" -"# You can choose to install non-free and contrib software.\n" +"# 追加インストールメディアをスキャンしたい場合は選んでください\n" +"# (デフォルト: false).\n" +"d-i apt-setup/cdrom/set-first boolean false\n" +"# non-free および contrib ソフトウェアのインストールを選択できます\n" "#d-i apt-setup/non-free boolean true\n" "#d-i apt-setup/contrib boolean true\n" -"# Uncomment this if you don't want to use a network mirror.\n" +"# ネットワークミラーを使いたくない場合は以下のコメントを外してください。\n" "#d-i apt-setup/use_mirror boolean false\n" -"# Select which update services to use; define the mirrors to be used.\n" -"# Values shown below are the normal defaults.\n" +"# どのアップデートを使うかを選択します; 利用するミラーを指定します。\n" +"# 以下で表示される値は通常のデフォルト値です。\n" "#d-i apt-setup/services-select multiselect security, updates\n" "#d-i apt-setup/security_host string security.debian.org\n" "\n" -"# Additional repositories, local[0-9] available\n" +"# 追加リポジトリ、local[0-9] が利用できます\n" "#d-i apt-setup/local0/repository string \\\n" "# http://local.server/debian stable main\n" "#d-i apt-setup/local0/comment string local server\n" -"# Enable deb-src lines\n" +"# deb-src 行を有効にする\n" "#d-i apt-setup/local0/source boolean true\n" -"# URL to the public key of the local repository; you must provide a key or\n" -"# apt will complain about the unauthenticated repository and so the\n" -"# sources.list line will be left commented out.\n" +"# ローカルリポジトリの公開鍵 URL; 鍵を指定しないと apt は認証されていないリポジトリ\n" +"# に対して警告を出し、sources.list 行はコメントアウトされたままになります。\n" "#d-i apt-setup/local0/key string http://local.server/key\n" -"# If the provided key file ends in \".asc\" the key file needs to be an\n" -"# ASCII-armoured PGP key, if it ends in \".gpg\" it needs to use the\n" -"# \"GPG key public keyring\" format, the \"keybox database\" format is\n" -"# currently not supported.\n" -"\n" -"# By default the installer requires that repositories be authenticated\n" -"# using a known gpg key. This setting can be used to disable that\n" -"# authentication. Warning: Insecure, not recommended.\n" +"# 指定した鍵ファイルが \".asc\" で終わる場合、\n" +"# その鍵ファイルは ASCII 形式の PGP 鍵である必要が、\n" +"# \".gpg\" で終わる場合は \"GPG key public keyring\" 形式である必要があり、\n" +"# \"keybox database\" 形式は今の所サポートされていません。\n" +"\n" +"# デフォルトではインストーラーは既知の GPG 鍵で認証されたリポジトリを必要とします。\n" +"# 以下の設定はこの認証を無効化するのに利用します。\n" +"# 警告: 安全でなく、推奨されません。\n" "#d-i debian-installer/allow_unauthenticated boolean true\n" "\n" -"# Uncomment this to add multiarch configuration for i386\n" +"# i386 向けの multiarch 設定を追加するには以下のコメントをはずします\n" "#d-i apt-setup/multiarch string i386" #. Tag: title diff --git a/po/ja/using-d-i.po b/po/ja/using-d-i.po index a5f82cc2e..3c343f2e7 100644 --- a/po/ja/using-d-i.po +++ b/po/ja/using-d-i.po @@ -40,7 +40,7 @@ msgid "" "installer is started." msgstr "" "&debian; Installer は各インストールタスクを実行するために、たくさんの特定用途" -"コンポーネントから成ります。各コンポーネントは、必要ならユーザに質問をして、" +"コンポーネントから成ります。各コンポーネントは、必要ならユーザーに質問をして、" "そのタスクを実行します。この質問には優先度が設定されており、この優先度はイン" "ストーラの起動時に設定することができます。" @@ -56,7 +56,7 @@ msgid "" "questions that are not asked." msgstr "" "デフォルトのインストールでは、不可欠な (優先度が高い) 質問しかしません。これ" -"により、ユーザの入力をほとんど行わず、高度な自動インストールを行うことができ" +"により、ユーザーの入力をほとんど行わず、高度な自動インストールを行うことができ" "ます。コンポーネントは自動的に順番に実行されます。どのコンポーネントを実行す" "るかは、主に使用するインストール法やハードウェアに左右されます。インストー" "ラーは、質問しない項目についてはデフォルト値を使用します。" @@ -72,7 +72,7 @@ msgid "" "set to priority <quote>critical</quote> so the user will always be notified." msgstr "" "問題がある場合はエラー画面を表示し、インストーラーメニューに、代替アクション" -"を選択するように表示するかもしれません。いずれも問題なければ、ユーザはインス" +"を選択するように表示するかもしれません。いずれも問題なければ、ユーザーはインス" "トールメニューを目にすることはなく、単に順番に各コンポーネントの質問に答えて" "行くだけでしょう。重大なエラー通知は優先度を<quote>重要</quote>に設定されてい" "るため、常に表示されます。" @@ -103,8 +103,8 @@ msgid "" "step automatically in sequence. To use the installer in a manual, menu-" "driven way, add the boot argument <userinput>priority=medium</userinput>." msgstr "" -"パワーユーザは、メニュードリブンインターフェース (自動で順に各ステップを実行" -"するインストーラーではなく、ユーザが各ステップを制御する) の方が、満足するか" +"パワーユーザーは、メニュードリブンインターフェース (自動で順に各ステップを実行" +"するインストーラーではなく、ユーザーが各ステップを制御する) の方が、満足するか" "もしれません。手動 (メニュー駆動) でインストーラーを使用するには、起動引数に " "<userinput>priority=medium</userinput> を加えてください。" @@ -136,7 +136,7 @@ msgid "" "For more information about the graphical installer, please refer to <xref " "linkend=\"graphical\"/>." msgstr "" -"このアーキテクチャでは、&d-i; は 2 つの異なるユーザインターフェースをサポート" +"このアーキテクチャでは、&d-i; は 2 つの異なるユーザーインターフェースをサポート" "しています。グラフィカルなものとキャラクタベースのものです。起動時のメニュー" "で、<quote>Install</quote> オプションを選択しなければ、デフォルトでグラフィカ" "ルなインターフェースを使用します。グラフィカルインストーラーに関する詳細情報" @@ -152,7 +152,7 @@ msgid "" "boot menu. For more information about the graphical installer, please refer " "to <xref linkend=\"graphical\"/>." msgstr "" -"このアーキテクチャでは、&d-i; は 2 つの異なるユーザインターフェースをサポート" +"このアーキテクチャでは、&d-i; は 2 つの異なるユーザーインターフェースをサポート" "しています。テキストベースのものとグラフィカルなものです。ブートメニューで " "<quote>Graphical install</quote> オプションを選択しない限り、デフォルトではテ" "キストベースインターフェースを使用します。グラフィカルインストーラーに関する" @@ -168,7 +168,7 @@ msgid "" "option on purpose. For more information about the graphical installer, " "please refer to <xref linkend=\"graphical\"/>." msgstr "" -"このアーキテクチャでは、&d-i; は 2 つの異なるユーザインターフェースをサポート" +"このアーキテクチャでは、&d-i; は 2 つの異なるユーザーインターフェースをサポート" "しています。キャラクタベースのものとグラフィカルなものです。意識的に " "<quote>Graphical install</quote> オプションを選択しなければ、デフォルトでキャ" "ラクタベースインターフェースを使用します。グラフィカルインストーラーに関する" @@ -181,8 +181,8 @@ msgid "" "For this architecture the installer uses a character-based user interface. A " "graphical user interface is currently not available." msgstr "" -"このアーキテクチャでは、インストーラーをキャラクタベースユーザインターフェー" -"スを使用します。グラフィカルユーザインターフェースは現在利用できません。" +"このアーキテクチャでは、インストーラーをキャラクタベースユーザーインターフェー" +"スを使用します。グラフィカルユーザーインターフェースは現在利用できません。" #. Tag: para #: using-d-i.xml:89 @@ -374,7 +374,7 @@ msgid "" "temporarily to allow you to resolve the problem, and in that case the menu " "may appear." msgstr "" -"インストーラーの操作中にユーザにコンポーネントのリストを見せ、選択されたコン" +"インストーラーの操作中にユーザーにコンポーネントのリストを見せ、選択されたコン" "ポーネントを起動します。main-menu では質問の優先度が「中」に設定されていま" "す。そのため、優先度が「高」や「重要」(デフォルトは「高」) に設定されている場" "合は、メニューを見ることはないでしょう。一方、あなたの入力が必要なエラーが起" @@ -561,7 +561,7 @@ msgstr "user-setup" #: using-d-i.xml:300 #, no-c-format msgid "Sets up the root password, and adds a non-root user." -msgstr "root パスワードの設定や、root 以外のユーザの追加を行います。" +msgstr "root パスワードの設定や、root 以外のユーザーの追加を行います。" #. Tag: term #: using-d-i.xml:308 @@ -654,7 +654,7 @@ msgid "" "Helps the user with the configuration of the <firstterm>LVM</firstterm> " "(Logical Volume Manager)." msgstr "" -"<firstterm>LVM</firstterm> (Logical Volume Manager) の設定について、ユーザの" +"<firstterm>LVM</firstterm> (Logical Volume Manager) の設定について、ユーザーの" "補助を行います。" #. Tag: term @@ -672,7 +672,7 @@ msgid "" "cheap IDE (pseudo hardware) RAID controllers found on newer motherboards." msgstr "" "ソフトウェア <firstterm>RAID</firstterm> (Redundant Array of Inexpensive " -"Disks) の設定をユーザに許可します。このソフトウェア RAID は、新しめのマザー" +"Disks) の設定をユーザーに許可します。このソフトウェア RAID は、新しめのマザー" "ボードに見られる、安い IDE (疑似ハードウェア) RAID コントローラより通常優秀で" "す。" @@ -741,7 +741,7 @@ msgid "" msgstr "" "コンピュータに現在インストールされている OS を検出し、この情報を (bootloader " "のスタートメニューに発見した OS を加える機能を提供する) bootloader-installer " -"へ渡します。これは、起動時にどの OS で起動するかを、ユーザが簡単に決める方法" +"へ渡します。これは、起動時にどの OS で起動するかを、ユーザーが簡単に決める方法" "です。" #. Tag: term @@ -813,7 +813,7 @@ msgid "" "hardware." msgstr "" "本節では、各インストーラーコンポーネントの詳細について述べていきます。コン" -"ポーネントは、ユーザに認識できる段階へグループ化されました。それらは、" +"ポーネントは、ユーザーに認識できる段階へグループ化されました。それらは、" "install 中に現われる命令の形で示されます。すべてのモジュールを、インストール" "時に使用するとは限らない、ということに注意してください。どのモジュールを実際" "に使用するかは、使用するインストール法やハードウェアに左右されます。" @@ -1265,7 +1265,7 @@ msgstr "" "の OS を起動し直して、イメージが (<filename>.iso</filename> で終わる) 正しい" "名前になっているか、&d-i; が認識できるファイルシステムに配置しているか、" "(チェックサムを検証して) 壊れていないかチェックしてください。Unix の経験があ" -"るユーザは、再起動せずに第 2 コンソール上でチェックできます。" +"るユーザーは、再起動せずに第 2 コンソール上でチェックできます。" #. Tag: para #: using-d-i.xml:757 @@ -1433,7 +1433,7 @@ msgstr "" #: using-d-i.xml:897 #, no-c-format msgid "Setting Up Users And Passwords" -msgstr "ユーザとパスワードのセットアップ" +msgstr "ユーザーとパスワードのセットアップ" #. Tag: para #: using-d-i.xml:898 @@ -1444,7 +1444,7 @@ msgid "" "user accounts can be created after the installation has been completed." msgstr "" "クロックの設定直前に、インストーラーは <quote>root</quote> アカウントや、最初" -"のユーザアカウントのセットアップを行います。その他のユーザアカウントは、イン" +"のユーザーアカウントのセットアップを行います。その他のユーザーアカウントは、イン" "ストール完了後に作成してください。" #. Tag: title @@ -1463,7 +1463,7 @@ msgid "" "administration, and only used for as short a time as possible." msgstr "" "<emphasis>root</emphasis> アカウントは、ログインするとシステムのすべてのセ" -"キュリティ保護をバイパスしてしまうので、<emphasis>スーパーユーザ</emphasis>と" +"キュリティ保護をバイパスしてしまうので、<emphasis>スーパーユーザー</emphasis>と" "も呼ばれています。root アカウントはシステム管理のみに使用し、可能な限り短時間" "使用するのみにすべきです。" @@ -1514,7 +1514,7 @@ msgstr "" #: using-d-i.xml:948 #, no-c-format msgid "Create an Ordinary User" -msgstr "一般ユーザの作成" +msgstr "一般ユーザーの作成" #. Tag: para #: using-d-i.xml:950 @@ -1525,7 +1525,7 @@ msgid "" "<emphasis>not</emphasis> use the root account for daily use or as your " "personal login." msgstr "" -"システムは、この時点で一般ユーザアカウントを作成するかどうか質問します。この" +"システムは、この時点で一般ユーザーアカウントを作成するかどうか質問します。この" "アカウントを、個人でログインする場合のメインアカウントにするべきでしょう。" "root アカウントを日常的に使用したり、個人的な用途でログインするべきでは" "<emphasis>ありません</emphasis>。" @@ -1544,7 +1544,7 @@ msgid "" msgstr "" "なぜいけないのでしょう? root 権限を使用しないようにする理由のひとつは、root " "により簡単に取り返しのつかない損害を与えられるということです。他には、だまさ" -"れて<emphasis>トロイの木馬</emphasis> (あなたに隠れ、スーパーユーザ権限を利用" +"れて<emphasis>トロイの木馬</emphasis> (あなたに隠れ、スーパーユーザー権限を利用" "してシステムに感染するプログラム) を動かしてしまうということもあり得ます。" "UNIX システム管理に関するいずれの良書でも、この件に関して詳細に扱っています。" "今までご存じなければ、ご一読ください。" @@ -1558,7 +1558,7 @@ msgid "" "similar will suffice and indeed will be the default. Finally, you will be " "prompted for a password for this account." msgstr "" -"まず初めに、ユーザのフルネームの入力を求められます。次にユーザアカウントの名" +"まず初めに、ユーザーのフルネームの入力を求められます。次にユーザーアカウントの名" "前を求められます。一般的にファーストネームか、必要充分な名前に似た何かがデ" "フォルトになります。最後にこのアカウントのパスワードを求められます。" @@ -1698,7 +1698,7 @@ msgid "" "filesystems, assigning mountpoints and optionally configuring closely " "related options like RAID, LVM or encrypted devices." msgstr "" -"最後のハードウェア検出が完了した時点で、&d-i; はユーザのニーズ通りにカスタマ" +"最後のハードウェア検出が完了した時点で、&d-i; はユーザーのニーズ通りにカスタマ" "イズされ、実際の作業ができるような、準備万端の状態にあります。本節のタイトル" "が表すように、以下、少数のコンポーネントの主なタスクは、ディスクのパーティ" "ションを分割し、ファイルシステムを作成し、マウントポイントを割り当てて、LVM " @@ -2989,7 +2989,7 @@ msgid "" "some other partition was grossly underused and you had to manage this " "situation by moving stuff around, symlinking, etc." msgstr "" -"システム管理者や<quote>上級</quote>ユーザとしてコンピュータを動かしていると、" +"システム管理者や<quote>上級</quote>ユーザーとしてコンピュータを動かしていると、" "ディスク内のあるパーティション (たいてい最も重要なもの) が足らなくなり、他の" "パーティションは全体的にあまり使用されていないという状況が確実にあります。こ" "のような場合は、内容を移動したりシンボリックリンクを張るといった管理を行うこ" @@ -3031,7 +3031,7 @@ msgstr "" "を追加することを考えます。単にあなたは新しい 300GB のディスクをコンピュータに" "追加し、既存のボリュームグループに入れます。その後 <filename>/home</" "filename> ファイルシステムを保持したまま論理ボリュームをリサイズします。する" -"とほら、パーティションが 460GB へと新品交換されたので、ユーザの空き容量がすこ" +"とほら、パーティションが 460GB へと新品交換されたので、ユーザーの空き容量がすこ" "しばかり増えたことになります。もちろんこの例は少し単純にしすぎです。まだ読ん" "でいないようなら、<ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink> を調べるべ" "きです。" @@ -3703,7 +3703,7 @@ msgid "" "installer allows you do so. This step can take even longer than installing " "the base system if you have a slow computer or network connection." msgstr "" -"この時点では、制限されたシステムが利用できるようになります。ほとんどのユーザ" +"この時点では、制限されたシステムが利用できるようになります。ほとんどのユーザー" "は、お好みに調整するのに、追加ソフトウェアをシステムにインストールするでしょ" "うが、これはインストーラーから行えます。遅いコンピュータやネットワーク接続を" "使用していると、このステップは基本システムのインストールよりも時間がかかりま" @@ -3744,8 +3744,8 @@ msgstr "" "のパッケージも自動的にインストールできます。</para> </footnote>。パッケージ管" "理のその他のフロントエンドには、<command>aptitude</command> や " "<command>synaptic</command> も使われます。これらのフロントエンドは追加機能 " -"(パッケージの検索や状態チェック) を、すばらしいユーザインターフェースと統合し" -"ているので、新しいユーザにお勧めします。" +"(パッケージの検索や状態チェック) を、すばらしいユーザーインターフェースと統合し" +"ているので、新しいユーザーにお勧めします。" #. Tag: para #: using-d-i.xml:2322 @@ -4079,7 +4079,7 @@ msgid "" "a mirror available via IPv6, although it will probably not be the fastest " "possible one." msgstr "" -"コンピュータが、IPv6 のみのネットワークにつながっている (おそらくユーザの大多" +"コンピュータが、IPv6 のみのネットワークにつながっている (おそらくユーザーの大多" "数に一致しない) 場合、あなたの国のデフォルトミラーはうまく動作しないかもしれ" "ません。リスト内のすべてのミラーは、IPv4 だけでなく IPv6 でも通信できます。" "個々のミラーの接続は、時間とともに変わることがあり、その情報をインストーラー" @@ -4161,7 +4161,7 @@ msgid "" "In the standard user interface of the installer, you can use the space bar " "to toggle selection of a task." msgstr "" -"インストーラーの標準ユーザインターフェースでは、タスクの選択をスペースバーで" +"インストーラーの標準ユーザーインターフェースでは、タスクの選択をスペースバーで" "トグルできます。" #. Tag: para @@ -4266,7 +4266,7 @@ msgid "" msgstr "" "タスクを選択したら、&BTN-CONT; を選択してください。ここで <command>apt</" "command> が選択したタスクの一部をインストールし始めます。個々のプログラムで、" -"ユーザからのもっと詳細な情報が必要な場合、このプロセス中に問い合わせが発生し" +"ユーザーからのもっと詳細な情報が必要な場合、このプロセス中に問い合わせが発生し" "ます。" #. Tag: para @@ -4403,7 +4403,7 @@ msgid "" "old hands alike." msgstr "" "&architecture; のブートローダは <quote>grub</quote> と呼ばれています。grub は" -"柔軟で頑健なブートローダで、新規ユーザ・古株を問わず、とりあえずこれを選んで" +"柔軟で頑健なブートローダで、新規ユーザー・古株を問わず、とりあえずこれを選んで" "おけばよいでしょう。" #. Tag: para @@ -4700,7 +4700,7 @@ msgid "" "old hands alike." msgstr "" "&architecture; のメインブートローダは <quote>grub</quote> と呼ばれています。" -"grub は柔軟で頑健なブートローダで、新規ユーザ・古株を問わず、とりあえずこれを" +"grub は柔軟で頑健なブートローダで、新規ユーザー・古株を問わず、とりあえずこれを" "選んでおけばよいでしょう。" #. Tag: para @@ -4827,7 +4827,7 @@ msgstr "" "システムファームウェアとして u-boot を利用し、外部ストレージメディア (MMC/SD " "カードや USB 大容量ストレージデバイス、IDE/SATA ハードディスク) からカーネル" "と初期 RAM ディスクをブートする ARM システムでは、flash-kernel は適切なブート" -"スクリプトを生成し、ユーザが介入せずに自動起動できるようにします。" +"スクリプトを生成し、ユーザーが介入せずに自動起動できるようにします。" #. Tag: title #: using-d-i.xml:3031 @@ -4980,7 +4980,7 @@ msgid "" "case something goes wrong." msgstr "" "本節に挙げるコンポーネントは、通常インストールプロセスに関係しませんが、何か" -"うまく行かない時に、ユーザの助けになるようバックグラウンドで待っています。" +"うまく行かない時に、ユーザーの助けになるようバックグラウンドで待っています。" #. Tag: title #: using-d-i.xml:3141 @@ -5196,7 +5196,7 @@ msgstr "" "<phrase arch=\"not-s390\">この新しいエントリを選択したら、</phrase>インストー" "ルするシステムに接続するための新しいパスワード (とその確認) を入力してくださ" "い。これで以上です。今、リモートでログインするよう促す画面が出ているはずで" -"す。ユーザ名は <emphasis>installer</emphasis>、パスワードは先ほど入力した物を" +"す。ユーザー名は <emphasis>installer</emphasis>、パスワードは先ほど入力した物を" "使用してください。この画面にある重要な細かい点として、このシステムの指紋 " "(fingerprint) があります。この指紋を、リモートでインストールを続ける人に、安" "全に転送する必要があります。" @@ -5683,7 +5683,7 @@ msgstr "" #: using-d-i.xml:3575 #, no-c-format msgid "Customization" -msgstr "" +msgstr "カスタム化" #. Tag: para #: using-d-i.xml:3576 @@ -5692,13 +5692,14 @@ msgid "" "Using the shell (see <xref linkend=\"shell\"/>), the installation process " "can be carefully customized, to fit exceptional use cases:" msgstr "" +"シェル (<xref linkend=\"shell\"/> 参照) を使えば、インストール作業を" +"例外的なユースケースに合わせるため、じっくりとカスタマイズできます:" #. Tag: title #: using-d-i.xml:3581 -#, fuzzy, no-c-format -#| msgid "Installing the Base System" +#, no-c-format msgid "Installing an alternative init system" -msgstr "基本システムのインストール" +msgstr "代替 init システムのインストール" #. Tag: para #: using-d-i.xml:3582 @@ -5711,3 +5712,4 @@ msgid "" "wiki.debian.org/Init#Changing_the_init_system_-_at_installation_time\">Init " "page on the Debian wiki</ulink>." msgstr "" +""
\ No newline at end of file diff --git a/po/ja/welcome.po b/po/ja/welcome.po index 4306c5368..d08c122cb 100644 --- a/po/ja/welcome.po +++ b/po/ja/welcome.po @@ -1,5 +1,5 @@ # KURASAWA Nozomu <nabetaro@debian.or.jp>, 2010. -# Hideki Yamane <henrich@debian.org>, 2018 +# Hideki Yamane <henrich@debian.org>, 2018-2021. # YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>, 2021. # msgid "" @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2021-09-15 17:48+0000\n" -"PO-Revision-Date: 2021-06-28 03:32+0000\n" +"PO-Revision-Date: 2021-09-25 00:45+0000\n" "Last-Translator: YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" "Language: ja\n" @@ -173,7 +173,7 @@ msgid "" "<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> is an internal project, " "aimed at making sure Debian has something to offer to our youngest users." msgstr "" -"<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> は、Debian を若年ユーザに提" +"<ulink url=\"&url-debian-jr;\">Debian Jr.</ulink> は、Debian を若年ユーザーに提" "供できるようなものにするための内部プロジェクトです。" #. Tag: para @@ -218,7 +218,7 @@ msgid "" "<quote>Linux</quote>." msgstr "" "オペレーティングシステムは、様々な基礎的なプログラムを含んでいます。それらに" -"よって、コンピュータは、ユーザと交信したり指示を受け取ったり、ハードディスク" +"よって、コンピュータは、ユーザーと交信したり指示を受け取ったり、ハードディスク" "やテープ、プリンタにデータを読み書きしたり、メモリの使い方を制御したり、他の" "ソフトウェアを実行したりすることができます。オペレーティングシステムの最も重" "要な部分は、カーネルです。GNU/Linux システムにおいては、Linux がカーネルで" @@ -239,7 +239,7 @@ msgid "" "development is done by unpaid volunteers." msgstr "" "GNU/Linux は Unix オペレーティングシステムを手本にしています。当初から、GNU/" -"Linux はマルチタスク、マルチユーザシステムとして設計されました。この事実によ" +"Linux はマルチタスク、マルチユーザーシステムとして設計されました。この事実によ" "り、Linux は他の有名なオペレーティングシステムに対し、充分差別化できていま" "す。しかし、GNU/Linux はあなたが想像するよりもさらに異なっています。他のオペ" "レーティングシステムとは対照的に、誰も GNU/Linux を所有しません。その開発の多" @@ -322,13 +322,7 @@ msgstr "" #. Tag: para #: welcome.xml:194 -#, fuzzy, no-c-format -#| msgid "" -#| "GNU/Linux users have immense freedom of choice in their software. For " -#| "example, Linux users can choose from a dozen different command line " -#| "shells and several graphical desktops. This selection is often " -#| "bewildering to users of other operating systems, who are not used to " -#| "thinking of the command line or desktop as something that they can change." +#, no-c-format msgid "" "GNU/Linux users have immense freedom of choice in their software. For " "example, they can choose from a dozen different command line shells and " @@ -336,11 +330,11 @@ msgid "" "other operating systems, who are not used to thinking of the command line or " "desktop as something that they can change." msgstr "" -"GNU/Linux ユーザは、それらのソフトウェアの大きな選択の自由を持っています。例" -"えば、GNU/Linux ユーザは、1 ダースの異なるコマンドラインシェルや数種のグラ" +"GNU/Linux ユーザーは、それらのソフトウェアの大きな選択の自由を持っています。例" +"えば、ユーザーは、1 ダースの異なるコマンドラインシェルや数種のグラ" "フィカルデスクトップの中から選ぶことができます。この選択できるということが、" "しばしばコマンドラインやデスクトップを変更できるという考えに慣れていない、他" -"のオペレーティングシステムのユーザを当惑させています。" +"のオペレーティングシステムのユーザーを当惑させています。" #. Tag: para #: welcome.xml:203 @@ -355,7 +349,7 @@ msgstr "" "GNU/Linux はまた、ほとんどクラッシュせず、複数のプログラムを同時に実行するの" "に優秀で、多くのオペレーティングシステムより安全です。これらの利点により、" "Linux はサーバ市場で最も急成長しているオペレーティングシステムです。さらに最" -"近、Linuxは、ホーム・ビジネスユーザにも人気が出始めました。" +"近、Linuxは、ホーム・ビジネスユーザーにも人気が出始めました。" #. Tag: title #: welcome.xml:221 @@ -386,7 +380,7 @@ msgstr "" "メント・設定情報などから構成されています。また各パッケージには、そのパッケー" "ジに責任を持つ<emphasis>メンテナ</emphasis>がいて、そのパッケージを最新に保" "ち、バグ報告を追跡し、パッケージにされているソフトウェアの上流開発者と連絡を" -"とることについて、第一に責任を負います。大きなユーザベースが、バグ追跡システ" +"とることについて、第一に責任を負います。大きなユーザーベースが、バグ追跡システ" "ムとあいまって、問題がすぐに発見・解決されることを保証しています。" #. Tag: para @@ -413,7 +407,7 @@ msgid "" "now commonplace." msgstr "" "&debian; は、技術的な優越性や Linux コミュニティのニーズや期待への深いコミッ" -"トメントによって、熟練したユーザに特に人気があります。&debian; はさらに、現" +"トメントによって、熟練したユーザーに特に人気があります。&debian; はさらに、現" "在 Linux が普通に持っている多くの特徴を導入しました。" #. Tag: para @@ -744,7 +738,7 @@ msgid "" "expertise. However, we do assume that you have a general understanding of " "how the hardware in your computer works." msgstr "" -"この文書は、初めて &debian; をお使いになるユーザのために書かれたマニュアルで" +"この文書は、初めて &debian; をお使いになるユーザーのために書かれたマニュアルで" "す。お手持ちのハードウェアの動作に関しては一般的な知識があることを前提として" "いますが、なるべく専門的な知識がなくてもお読みいただけるよう心がけています。" @@ -757,9 +751,9 @@ msgid "" "supported by the &debian; installation system, and so on. We encourage " "expert users to jump around in the document." msgstr "" -"また熟練したユーザであっても、この文書で、最低限インストールに必要な容量や、" +"また熟練したユーザーであっても、この文書で、最低限インストールに必要な容量や、" "&debian; インストールシステムでサポートされるハードウェアの詳細など、参考にな" -"る情報を得ることができるでしょう。熟練したユーザの方には、この文書のあちこち" +"る情報を得ることができるでしょう。熟練したユーザーの方には、この文書のあちこち" "をかいつまんでお読みになることをお勧めします。" #. Tag: para @@ -971,7 +965,7 @@ msgid "" "FTP archives</quote>, for more information about the layout and contents of " "the archives." msgstr "" -"&debian; プロジェクトでは、ユーザの実用性に関する妥協から、私たちのフリーの基" +"&debian; プロジェクトでは、ユーザーの実用性に関する妥協から、私たちのフリーの基" "準に適合しないパッケージも利用できるようになっています。このパッケージは公式" "なディストリビューションの一部ではありませんが、&debian; ミラーの " "<userinput>contrib</userinput>・<userinput>non-free</userinput> エリア、また" @@ -999,7 +993,7 @@ msgstr "" "<emphasis>GNU</emphasis> <emphasis>General Public License</emphasis> にした" "がって利用許諾されています。この GPL は、プログラムのコピーを配布するときに" "は、必ずプログラムの<emphasis>ソースコード</emphasis>を利用可能にしておくこと" -"を要求しています。これは、ユーザがそのソフトウェアを変更できることを保証する" +"を要求しています。これは、ユーザーがそのソフトウェアを変更できることを保証する" "ものです。そのため、私たちは、&debian; システムに含まれる GPL 準拠のプログラ" "ムのソースコード<footnote> <para> &debian; ソースパッケージの探し方や展開の仕" "方やバイナリの作成方法に関する情報については、<ulink url=\"&url-debian-faq;" @@ -1048,6 +1042,6 @@ msgstr "" "最も重要な法律上の注意点は、このソフトウェアが <emphasis>無保証</emphasis>で" "あることです。これは、このソフトウェアを作成したプログラマらがコミュニティの" "利益を考えてのことです。ソフトウェアは、いかなる目的への利用に対しても保証さ" -"れていません。しかし、ソフトウェアがフリーであるゆえに、ユーザには必要に応じ" +"れていません。しかし、ソフトウェアがフリーであるゆえに、ユーザーには必要に応じ" "てソフトウェアを修正する権限が与えられます。また、このようにしてソフトウェア" "の拡張が誰かによってなされれば、その利益も享受できます。" |