X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b3c63712e4e54e3743c302416528423def4eefbb..bd8274311db48fdcc78456c17c2d59497b96cc2f:/po/ja.po diff --git a/po/ja.po b/po/ja.po index 4bbd70496..b72c67d33 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-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-30 00:41+0100\n" "PO-Revision-Date: 2014-12-12 22:33+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian Japanese List \n" @@ -1325,6 +1325,7 @@ msgstr "" #, fuzzy msgid "" "Usage: apt-helper [options] command\n" +" apt-helper [options] cat-file file ...\n" " apt-helper [options] download-file uri target-path\n" "\n" "apt-helper bundles a variety of commands for shell scripts to use\n" @@ -1343,6 +1344,10 @@ msgstr "指定した uri を目標パスにダウンロードする" msgid "lookup a SRV record (e.g. _http._tcp.ftp.debian.org)" msgstr "" +#: cmdline/apt-helper.cc +msgid "concatenate files, with automatic decompression" +msgstr "" + #: cmdline/apt-helper.cc msgid "detect proxy using apt.conf" msgstr "apt.conf を使ってプロキシを検出する" @@ -2544,6 +2549,13 @@ msgstr "" "期待されるエントリ '%s' が Release ファイル内に見つかりません (誤った " "sources.list エントリか、壊れたファイル)" +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"weak security information for it" +msgstr "" + #: apt-pkg/acquire-item.cc msgid "There is no public key available for the following key IDs:\n" msgstr "以下の鍵 ID に対して利用可能な公開鍵がありません:\n" @@ -3063,6 +3075,14 @@ msgstr "子プロセス %s が予期せず終了しました" msgid "Problem closing the gzip file %s" msgstr "gzip ファイル %s のクローズ中に問題が発生しました" +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "子プロセス IPC の生成に失敗しました" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "以下の圧縮ツールの実行に失敗しました: " + #: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not open file %s" @@ -3073,14 +3093,6 @@ msgstr "ファイル %s をオープンできませんでした" msgid "Could not open file descriptor %d" msgstr "ファイルデスクリプタ %d を開けませんでした" -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "子プロセス IPC の生成に失敗しました" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "以下の圧縮ツールの実行に失敗しました: " - #: apt-pkg/contrib/fileutl.cc #, c-format msgid "read, still have %llu to read but none left" @@ -3238,6 +3250,13 @@ msgstr "Release ファイル %s にセクションがありません" msgid "No Hash entry in Release file %s" msgstr "Release ファイル %s に Hash エントリがありません" +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" +msgstr "" + #: apt-pkg/deb/debmetaindex.cc #, c-format msgid "Invalid 'Date' entry in Release file %s" @@ -3568,10 +3587,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'" @@ -3582,6 +3597,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 "依存" @@ -3618,14 +3638,14 @@ msgstr "破壊" msgid "Enhances" msgstr "拡張" -#: apt-pkg/pkgcache.cc -msgid "important" -msgstr "重要" - #: apt-pkg/pkgcache.cc msgid "required" msgstr "要求" +#: apt-pkg/pkgcache.cc +msgid "important" +msgstr "重要" + #: apt-pkg/pkgcache.cc msgid "standard" msgstr "標準" @@ -3750,7 +3770,7 @@ msgstr "sources.list に 'ソース' URI を指定する必要があります" #: apt-pkg/tagfile.cc #, c-format -msgid "Cannot convert %s to integer" +msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc