diff options
Diffstat (limited to '')
-rw-r--r-- | po/ja.po | 57 |
1 files changed, 35 insertions, 22 deletions
@@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.18.3\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2024-07-21 20:18+0200\n" +"POT-Creation-Date: 2024-07-24 23:02+0200\n" "PO-Revision-Date: 2022-11-03 20:08+0100\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2748,11 +2748,10 @@ msgid "'%.255s' contains no control component '%.255s'" msgstr "'%.255s' はコントロールコンポーネント '%.255s' を含んでいません" #: src/deb/info.c -#, c-format -msgid "open component '%.255s' (in %.255s) failed in an unexpected way" -msgstr "" -"(%2$.255s にある) コンポーネント `%1$.255s' のオープン中に予期しない失敗が起" -"こりました" +#, fuzzy, c-format +#| msgid "cannot append to '%s'" +msgid "cannot open file '%.255s'" +msgstr "'%s' に追加できません" #: src/deb/info.c #, c-format @@ -2766,19 +2765,16 @@ msgid "cannot scan directory '%.255s'" msgstr "ディレクトリ `%.255s' を走査できません" #: src/deb/info.c -#, c-format -msgid "cannot stat '%.255s' (in '%.255s')" -msgstr "(`%2$.255s' にある) `%1$.255s' の状態を取得できません" - -#: src/deb/info.c -#, c-format -msgid "cannot open '%.255s' (in '%.255s')" -msgstr "(`%2$.255s' にある) `%1$.255s' をオープンできません" +#, fuzzy, c-format +#| msgid "unable to create file '%s'" +msgid "cannot get file '%.255s' metadata" +msgstr "ファイル '%s' を作成できません" #: src/deb/info.c -#, c-format -msgid "failed to read '%.255s' (in '%.255s')" -msgstr "(`%2$.255s' にある) `%1$.255s' の読み取りに失敗しました" +#, fuzzy, c-format +#| msgid "cannot append to '%s'" +msgid "cannot read file '%.255s'" +msgstr "'%s' に追加できません" #: src/deb/info.c #, c-format @@ -2947,12 +2943,11 @@ msgid "" " --threads-max=<threads> Use at most <threads> with compressor.\n" " --[no-]uniform-compression Use the compression params on all " "members.\n" -" -z# Set the compression level when building.\n" -" -Z<type> Set the compression type used when " -"building.\n" +" -Z, --compression=<compressor> Set build compression type.\n" " Allowed types: gzip, xz, zstd, none.\n" -" -S<strategy> Set the compression strategy when " -"building.\n" +" -z, --compression-level=<level> Set build compression level.\n" +" -S, --compression-strategy=<name>\n" +" Set build compression strategy.\n" " Allowed values: none; extreme (xz);\n" " filtered, huffman, rle, fixed (gzip).\n" "\n" @@ -7494,6 +7489,24 @@ msgstr "" msgid "Authentication is required to run update-alternatives" msgstr "" +#, c-format +#~ msgid "open component '%.255s' (in %.255s) failed in an unexpected way" +#~ msgstr "" +#~ "(%2$.255s にある) コンポーネント `%1$.255s' のオープン中に予期しない失敗が" +#~ "起こりました" + +#, c-format +#~ msgid "cannot stat '%.255s' (in '%.255s')" +#~ msgstr "(`%2$.255s' にある) `%1$.255s' の状態を取得できません" + +#, c-format +#~ msgid "cannot open '%.255s' (in '%.255s')" +#~ msgstr "(`%2$.255s' にある) `%1$.255s' をオープンできません" + +#, c-format +#~ msgid "failed to read '%.255s' (in '%.255s')" +#~ msgstr "(`%2$.255s' にある) `%1$.255s' の読み取りに失敗しました" + #~ msgid "failed to open diversions file" #~ msgstr "diversions ファイルのオープンに失敗しました" |