summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po131
1 files changed, 108 insertions, 23 deletions
diff --git a/po/ja.po b/po/ja.po
index e1c1abb1a..d6852499f 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: dpkg 1.18.3\n"
"Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
-"POT-Creation-Date: 2018-10-08 11:37+0200\n"
+"POT-Creation-Date: 2019-01-22 14:24+0100\n"
"PO-Revision-Date: 2016-04-01 16:07+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1479,6 +1479,11 @@ msgstr "フィールド幅が範囲外です"
msgid "missing closing brace"
msgstr "閉じブレースがありません"
+#: lib/dpkg/pkg-format.c
+#, c-format
+msgid "cannot get package %s filesystem last modification time"
+msgstr ""
+
#: lib/dpkg/pkg-hash.c lib/dpkg/pkg-spec.c
#, c-format
msgid "ambiguous package name '%s' with more than one installed instance"
@@ -1571,6 +1576,70 @@ msgstr "サブプロセス %s が wait ステータスコード %d を返して
msgid "wait for %s subprocess failed"
msgstr "サブプロセス %s の待機に失敗しました"
+#: lib/dpkg/tarfn.c
+#, fuzzy
+#| msgid "invalid character '%c' in field width"
+msgid "invalid tar header size field"
+msgstr "フィールド幅に無効な文字 `%c' があります"
+
+#: lib/dpkg/tarfn.c
+#, fuzzy
+#| msgid "invalid character '%c' in field width"
+msgid "invalid tar header mtime field"
+msgstr "フィールド幅に無効な文字 `%c' があります"
+
+#: lib/dpkg/tarfn.c
+#, fuzzy
+#| msgid "invalid statoverride uid %s"
+msgid "invalid tar header uid field"
+msgstr "statoverride のユーザ ID %s は無効です"
+
+#: lib/dpkg/tarfn.c
+#, fuzzy
+#| msgid "invalid statoverride gid %s"
+msgid "invalid tar header gid field"
+msgstr "statoverride のグループ ID %s は無効です"
+
+#: lib/dpkg/tarfn.c
+#, fuzzy
+#| msgid "invalid character '%c' in field width"
+msgid "invalid tar header checksum field"
+msgstr "フィールド幅に無効な文字 `%c' があります"
+
+#: lib/dpkg/tarfn.c
+msgid "invalid tar header checksum"
+msgstr ""
+
+#: lib/dpkg/tarfn.c
+msgid "partially read tar header"
+msgstr ""
+
+#: lib/dpkg/tarfn.c
+msgid "invalid tar header with empty name field"
+msgstr ""
+
+#: lib/dpkg/tarfn.c
+#, c-format
+msgid "unsupported GNU tar header type '%c'"
+msgstr ""
+
+#: lib/dpkg/tarfn.c
+#, fuzzy, c-format
+#| msgid "unsupported options in file header"
+msgid "unsupported Solaris tar header type '%c'"
+msgstr "ファイルヘッダにサポートされていないオプションがあります"
+
+#: lib/dpkg/tarfn.c
+#, c-format
+msgid "unsupported PAX tar header type '%c'"
+msgstr ""
+
+#: lib/dpkg/tarfn.c
+#, fuzzy, c-format
+#| msgid "unknown compression type '%s'!"
+msgid "unknown tar header type '%c'"
+msgstr "`%s' は不明な圧縮形式です!"
+
#: lib/dpkg/treewalk.c
#, fuzzy, c-format
#| msgid "cannot stat file '%s'"
@@ -3342,27 +3411,27 @@ msgstr "Debian `%s' パッケージ管理プログラム バージョン %s。\n
#| "\n"
msgid ""
"Commands:\n"
-" -i|--install <.deb file name> ... | -R|--recursive <directory> ...\n"
-" --unpack <.deb file name> ... | -R|--recursive <directory> ...\n"
-" -A|--record-avail <.deb file name> ... | -R|--recursive <directory> ...\n"
-" --configure <package> ... | -a|--pending\n"
-" --triggers-only <package> ... | -a|--pending\n"
-" -r|--remove <package> ... | -a|--pending\n"
-" -P|--purge <package> ... | -a|--pending\n"
-" -V|--verify <package> ... Verify the integrity of package(s).\n"
-" --get-selections [<pattern> ...] Get list of selections to stdout.\n"
+" -i|--install <.deb file name>... | -R|--recursive <directory>...\n"
+" --unpack <.deb file name>... | -R|--recursive <directory>...\n"
+" -A|--record-avail <.deb file name>... | -R|--recursive <directory>...\n"
+" --configure <package>... | -a|--pending\n"
+" --triggers-only <package>... | -a|--pending\n"
+" -r|--remove <package>... | -a|--pending\n"
+" -P|--purge <package>... | -a|--pending\n"
+" -V|--verify [<package>...] Verify the integrity of package(s).\n"
+" --get-selections [<pattern>...] Get list of selections to stdout.\n"
" --set-selections Set package selections from stdin.\n"
" --clear-selections Deselect every non-essential package.\n"
" --update-avail [<Packages-file>] Replace available packages info.\n"
" --merge-avail [<Packages-file>] Merge with info from file.\n"
" --clear-avail Erase existing available info.\n"
" --forget-old-unavail Forget uninstalled unavailable pkgs.\n"
-" -s|--status <package> ... Display package status details.\n"
-" -p|--print-avail <package> ... Display available version details.\n"
-" -L|--listfiles <package> ... List files 'owned' by package(s).\n"
-" -l|--list [<pattern> ...] List packages concisely.\n"
-" -S|--search <pattern> ... Find package(s) owning file(s).\n"
-" -C|--audit [<package> ...] Check for broken package(s).\n"
+" -s|--status [<package>...] Display package status details.\n"
+" -p|--print-avail [<package>...] Display available version details.\n"
+" -L|--listfiles <package>... List files 'owned' by package(s).\n"
+" -l|--list [<pattern>...] List packages concisely.\n"
+" -S|--search <pattern>... Find package(s) owning file(s).\n"
+" -C|--audit [<package>...] Check for broken package(s).\n"
" --yet-to-unpack Print packages selected for "
"installation.\n"
" --predep-package Print pre-dependencies to unpack.\n"
@@ -4975,11 +5044,9 @@ msgid "package filesystem archive extraction"
msgstr "パッケージファイルシステムアーカイブの抽出"
#: src/unpack.c
-msgid "error reading dpkg-deb tar output"
-msgstr "dpkg-deb tar 出力の読み取り時にエラーが発生しました"
-
-#: src/unpack.c
-msgid "corrupted filesystem tarfile - corrupted package archive"
+#, fuzzy
+#| msgid "corrupted filesystem tarfile - corrupted package archive"
+msgid "corrupted filesystem tarfile in package archive"
msgstr ""
"壊れているファイルシステム上の tar ファイル - パッケージアーカイブが壊れてい"
"ます"
@@ -6211,7 +6278,21 @@ msgstr ""
"\n"
#: utils/update-alternatives.c
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Options:\n"
+#| " --altdir <directory> change the alternatives directory.\n"
+#| " --admindir <directory> change the administrative directory.\n"
+#| " --log <file> change the log file.\n"
+#| " --force allow replacing files with alternative links.\n"
+#| " --skip-auto skip prompt for alternatives correctly "
+#| "configured\n"
+#| " in automatic mode (relevant for --config "
+#| "only)\n"
+#| " --verbose verbose operation, more output.\n"
+#| " --quiet quiet operation, minimal output.\n"
+#| " --help show this help message.\n"
+#| " --version show the version.\n"
msgid ""
"Options:\n"
" --altdir <directory> change the alternatives directory.\n"
@@ -6221,8 +6302,9 @@ msgid ""
" --skip-auto skip prompt for alternatives correctly "
"configured\n"
" in automatic mode (relevant for --config only)\n"
-" --verbose verbose operation, more output.\n"
" --quiet quiet operation, minimal output.\n"
+" --verbose verbose operation, more output.\n"
+" --debug debug output, way more output.\n"
" --help show this help message.\n"
" --version show the version.\n"
msgstr ""
@@ -6730,6 +6812,9 @@ msgstr ""
msgid "Authentication is required to run update-alternatives"
msgstr ""
+#~ msgid "error reading dpkg-deb tar output"
+#~ msgstr "dpkg-deb tar 出力の読み取り時にエラーが発生しました"
+
#, fuzzy
#~| msgid "cannot open '%s' control file for package '%s'"
#~ msgid "cannot open control file '%s' for package '%s'"