diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
commit | 1e26d79d2e0756356fb6edb77bcb4418491ddb11 (patch) | |
tree | e0c33b71cb3d73d8a26a97c3beb2c75a47215705 /po/ja.po | |
parent | 780858355914c64793f11860490603c5131c35f1 (diff) |
Release 1.8.0~rc11.8.0_rc1
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -432,6 +432,13 @@ msgstr "%s=%s のため変更履歴が利用できません" #: apt-pkg/acquire-worker.cc #, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + +#: apt-pkg/acquire-worker.cc +#, c-format msgid "The method '%s' is explicitly disabled via configuration." msgstr "メソッド '%s' は設定によりはっきりと無効にされています。" @@ -952,12 +959,12 @@ msgstr "%s から %s へのファイル名変更中に問題が発生しまし msgid "Problem syncing the file" msgstr "ファイルの同期中に問題が発生しました" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "mkstemp %s を実行できません" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s に書き込めません" @@ -1603,6 +1610,12 @@ msgstr "pin タイプ %s を理解できませんでした" #: apt-pkg/policy.cc #, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + +#: apt-pkg/policy.cc +#, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" msgstr "%s: 値 %s は pin の有効な優先度の範囲外です (%d から %d)" @@ -2880,6 +2893,14 @@ msgstr "" "定する)" #: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" +"新規パッケージをインストールする (pkg は libc6.deb ではなく libc6 のように指" +"定する)" + +#: cmdline/apt-get.cc msgid "Remove packages" msgstr "パッケージを削除する" @@ -3178,6 +3199,12 @@ msgid "install packages" msgstr "パッケージをインストール" #: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "パッケージをインストール" + +#: cmdline/apt.cc msgid "remove packages" msgstr "パッケージを削除" |