X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c3c3bd043b262dd5544594abd5e5bd4377a679d6..56b4c93f60ebdb828bb8d0b9ea2db448560208f5:/po/ja.po?ds=sidebyside diff --git a/po/ja.po b/po/ja.po index a9a9d9031..76f968b95 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-12-27 19:17+0100\n" +"POT-Creation-Date: 2016-02-10 18:02+0100\n" "PO-Revision-Date: 2014-12-12 22:33+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian Japanese List \n" @@ -252,6 +252,36 @@ msgstr "%s に充分な空きスペースがありません。" msgid "Unable to lock the download directory" msgstr "ダウンロードディレクトリをロックできません" +#: apt-private/private-install.cc +msgid "" +"Some packages could not be installed. This may mean that you have\n" +"requested an impossible situation or if you are using the unstable\n" +"distribution that some required packages have not yet been created\n" +"or been moved out of Incoming." +msgstr "" +"インストールすることができないパッケージがありました。おそらく、あり得\n" +"ない状況を要求したか、(不安定版ディストリビューションを使用しているの\n" +"であれば) 必要なパッケージがまだ作成されていなかったり Incoming から移\n" +"動されていないことが考えられます。" + +#. +#. if (Packages == 1) +#. { +#. c1out << std::endl; +#. c1out << +#. _("Since you only requested a single operation it is extremely likely that\n" +#. "the package is simply not installable and a bug report against\n" +#. "that package should be filed.") << std::endl; +#. } +#. +#: apt-private/private-install.cc +msgid "The following information may help to resolve the situation:" +msgstr "以下の情報がこの問題を解決するために役立つかもしれません:" + +#: apt-private/private-install.cc +msgid "Broken packages" +msgstr "壊れたパッケージ" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "内部エラー、InstallPackages が壊れたパッケージで呼び出されました!" @@ -400,20 +430,6 @@ msgstr "" "AutoRemover が、本来起きるべきでない何かを壊したようです。\n" "apt にバグ報告を送ってください。" -#. -#. if (Packages == 1) -#. { -#. c1out << std::endl; -#. c1out << -#. _("Since you only requested a single operation it is extremely likely that\n" -#. "the package is simply not installable and a bug report against\n" -#. "that package should be filed.") << std::endl; -#. } -#. -#: apt-private/private-install.cc -msgid "The following information may help to resolve the situation:" -msgstr "以下の情報がこの問題を解決するために役立つかもしれません:" - #: apt-private/private-install.cc msgid "Internal Error, AutoRemover broke stuff" msgstr "内部エラー、AutoRemover が何かを破壊しました" @@ -456,22 +472,6 @@ msgstr "" "未解決の依存関係です。'apt-get -f install' を実行してみてください (または解法" "を明示してください)。" -#: apt-private/private-install.cc -msgid "" -"Some packages could not be installed. This may mean that you have\n" -"requested an impossible situation or if you are using the unstable\n" -"distribution that some required packages have not yet been created\n" -"or been moved out of Incoming." -msgstr "" -"インストールすることができないパッケージがありました。おそらく、あり得\n" -"ない状況を要求したか、(不安定版ディストリビューションを使用しているの\n" -"であれば) 必要なパッケージがまだ作成されていなかったり Incoming から移\n" -"動されていないことが考えられます。" - -#: apt-private/private-install.cc -msgid "Broken packages" -msgstr "壊れたパッケージ" - #: apt-private/private-install.cc #, fuzzy msgid "The following additional packages will be installed:" @@ -890,59 +890,6 @@ msgstr "" msgid "Build command '%s' failed.\n" msgstr "ビルドコマンド '%s' が失敗しました。\n" -#: apt-private/private-source.cc -#, c-format -msgid "" -"%s dependency for %s can't be satisfied because %s is not allowed on '%s' " -"packages" -msgstr "" -"パッケージ %3$s が '%4$s' パッケージで許されていないため、%2$s に対する %1$s " -"の依存関係を満たすことができません" - -#: apt-private/private-source.cc -#, c-format -msgid "" -"%s dependency for %s cannot be satisfied because the package %s cannot be " -"found" -msgstr "" -"パッケージ %3$s が見つからないため、%2$s に対する %1$s の依存関係を満たすこと" -"ができません" - -#: apt-private/private-source.cc -#, c-format -msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" -msgstr "" -"%2$s の依存関係 %1$s を満たすことができません: インストールされた %3$s パッ" -"ケージは新しすぎます" - -#: apt-private/private-source.cc -#, c-format -msgid "" -"%s dependency for %s cannot be satisfied because candidate version of " -"package %s can't satisfy version requirements" -msgstr "" -"パッケージ %3$s の候補バージョンはバージョンについての要求を満たせないた" -"め、%2$s に対する %1$s の依存関係を満たすことができません" - -#: apt-private/private-source.cc -#, c-format -msgid "" -"%s dependency for %s cannot be satisfied because package %s has no candidate " -"version" -msgstr "" -"パッケージ %3$s の候補バージョンが存在しないため、%2$s に対する %1$s の依存関" -"係を満たすことができません" - -#: apt-private/private-source.cc -#, c-format -msgid "Failed to satisfy %s dependency for %s: %s" -msgstr "%2$s の依存関係 %1$s を満たすことができません: %3$s" - -#: apt-private/private-source.cc -#, c-format -msgid "Build-dependencies for %s could not be satisfied." -msgstr "%s のビルド依存関係を満たすことができませんでした。" - #: apt-private/private-source.cc #, c-format msgid "Unable to get build-dependency information for %s" @@ -1596,11 +1543,11 @@ msgstr "'%s:%s' (%i - %s) の解決中に何か問題が起こりました" msgid "Unable to connect to %s:%s:" msgstr "%s:%s へ接続できません:" -#: methods/copy.cc methods/gzip.cc methods/rred.cc +#: methods/copy.cc methods/store.cc msgid "Failed to stat" msgstr "状態の取得に失敗しました" -#: methods/copy.cc methods/gzip.cc methods/rred.cc +#: methods/copy.cc methods/rred.cc methods/store.cc msgid "Failed to set modification time" msgstr "変更時刻の設定に失敗しました" @@ -1794,10 +1741,6 @@ msgid "" "available:\n" msgstr "公開鍵を利用できないため、以下の署名は検証できませんでした:\n" -#: methods/gzip.cc -msgid "Empty files can't be valid archives" -msgstr "空のファイルは有効なアーカイブと認められません" - #: methods/http.cc msgid "Error writing to the file" msgstr "ファイルへの書き込みでエラーが発生しました" @@ -1865,6 +1808,12 @@ msgstr "ミラーファイル '%s' のエントリが見つかりません" msgid "[Mirror: %s]" msgstr "[ミラー: %s]" +#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Failed to stat %s" +msgstr "%s の状態を取得するのに失敗しました" + #: methods/rsh.cc ftparchive/multicompress.cc msgid "Failed to create IPC pipe to subprocess" msgstr "子プロセスへの IPC パイプの作成に失敗しました" @@ -1920,6 +1869,10 @@ msgstr "" msgid "Internal error" msgstr "内部エラー" +#: methods/store.cc +msgid "Empty files can't be valid archives" +msgstr "空のファイルは有効なアーカイブと認められません" + #: dselect/install:33 msgid "Bad default setting!" msgstr "不正なデフォルト設定です!" @@ -2158,11 +2111,6 @@ msgstr "" msgid "Unable to open DB file %s: %s" msgstr "DB ファイル %s を開くことができません: %s" -#: ftparchive/cachedb.cc apt-inst/extract.cc -#, c-format -msgid "Failed to stat %s" -msgstr "%s の状態を取得するのに失敗しました" - #: ftparchive/cachedb.cc msgid "Failed to read .dsc" msgstr ".dsc の読み取りに失敗しました" @@ -2288,7 +2236,7 @@ msgstr "%s のオープンに失敗しました" msgid " DeLink %s [%s]\n" msgstr " リンク %s [%s] を外します\n" -#: ftparchive/writer.cc +#: ftparchive/writer.cc apt-pkg/acquire-item.cc #, c-format msgid "Failed to readlink %s" msgstr "%s のリンク読み取りに失敗しました" @@ -3075,6 +3023,10 @@ msgstr "子プロセス %s が予期せず終了しました" msgid "Problem closing the gzip file %s" msgstr "gzip ファイル %s のクローズ中に問題が発生しました" +#: apt-pkg/contrib/fileutl.cc +msgid "Unexpected end of file" +msgstr "" + #: apt-pkg/contrib/fileutl.cc msgid "Failed to create subprocess IPC" msgstr "子プロセス IPC の生成に失敗しました" @@ -3587,10 +3539,6 @@ msgstr "パッケージキャッシュファイルが壊れています" msgid "The package cache file is an incompatible version" msgstr "このパッケージキャッシュファイルは互換性がないバージョンです" -#: apt-pkg/pkgcache.cc -msgid "The package cache file is corrupted, it is too small" -msgstr "パッケージキャッシュファイルが壊れています。短かすぎます" - #: apt-pkg/pkgcache.cc #, c-format msgid "This APT does not support the versioning system '%s'" @@ -3601,6 +3549,11 @@ msgstr "この APT はバージョニングシステム '%s' をサポートし msgid "The package cache was built for different architectures: %s vs %s" msgstr "パッケージキャッシュが異なるアーキテクチャ用に構築されています" +#: apt-pkg/pkgcache.cc +#, fuzzy +msgid "The package cache file is corrupted, it has the wrong hash" +msgstr "パッケージキャッシュファイルが壊れています。短かすぎます" + #: apt-pkg/pkgcache.cc msgid "Depends" msgstr "依存" @@ -3789,6 +3742,46 @@ msgstr "" msgid "Calculating upgrade" msgstr "アップグレードパッケージを検出しています" +#~ msgid "" +#~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " +#~ "packages" +#~ msgstr "" +#~ "パッケージ %3$s が '%4$s' パッケージで許されていないため、%2$s に対する " +#~ "%1$s の依存関係を満たすことができません" + +#~ msgid "" +#~ "%s dependency for %s cannot be satisfied because the package %s cannot be " +#~ "found" +#~ msgstr "" +#~ "パッケージ %3$s が見つからないため、%2$s に対する %1$s の依存関係を満たす" +#~ "ことができません" + +#~ msgid "" +#~ "Failed to satisfy %s dependency for %s: Installed package %s is too new" +#~ msgstr "" +#~ "%2$s の依存関係 %1$s を満たすことができません: インストールされた %3$s " +#~ "パッケージは新しすぎます" + +#~ msgid "" +#~ "%s dependency for %s cannot be satisfied because candidate version of " +#~ "package %s can't satisfy version requirements" +#~ msgstr "" +#~ "パッケージ %3$s の候補バージョンはバージョンについての要求を満たせないた" +#~ "め、%2$s に対する %1$s の依存関係を満たすことができません" + +#~ msgid "" +#~ "%s dependency for %s cannot be satisfied because package %s has no " +#~ "candidate version" +#~ msgstr "" +#~ "パッケージ %3$s の候補バージョンが存在しないため、%2$s に対する %1$s の依" +#~ "存関係を満たすことができません" + +#~ msgid "Failed to satisfy %s dependency for %s: %s" +#~ msgstr "%2$s の依存関係 %1$s を満たすことができません: %3$s" + +#~ msgid "Build-dependencies for %s could not be satisfied." +#~ msgstr "%s のビルド依存関係を満たすことができませんでした。" + #~ msgid "Problem unlinking %s" #~ msgstr "%s のリンク解除で問題が発生しました"