aboutsummaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po213
1 files changed, 93 insertions, 120 deletions
diff --git a/po/ja.po b/po/ja.po
index 5770840..cdb5d32 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libc 2.36.9000\n"
-"POT-Creation-Date: 2024-01-31 00:48+0100\n"
+"POT-Creation-Date: 2024-06-19 22:30+0200\n"
"PO-Revision-Date: 2023-05-09 08:02+0900\n"
"Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -148,7 +148,7 @@ msgstr ""
#: elf/sprof.c:388 iconv/iconv_prog.c:404 iconv/iconvconfig.c:397
#: locale/programs/locale.c:292 locale/programs/localedef.c:459
#: login/programs/pt_chown.c:62 malloc/memusage.sh:70 malloc/memusagestat.c:582
-#: nscd/nscd.c:521 nss/getent.c:92 nss/makedb.c:387 posix/getconf.c:485
+#: nscd/nscd.c:521 nss/getent.c:92 nss/makedb.c:387 posix/getconf.c:487
#, c-format
msgid ""
"Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -164,7 +164,7 @@ msgstr ""
#: iconv/iconvconfig.c:402 locale/programs/locale.c:297
#: locale/programs/localedef.c:464 malloc/memusage.sh:74
#: malloc/memusagestat.c:587 nscd/nscd.c:526 nss/getent.c:97 nss/makedb.c:392
-#: posix/getconf.c:490
+#: posix/getconf.c:492
#, c-format
msgid "Written by %s.\n"
msgstr "作者 %s。\n"
@@ -446,123 +446,119 @@ msgstr "内部エラー: ファイルポインタ (fptr) 表のシンボル索
msgid "cannot create capability list"
msgstr "権限リストを作成できません"
-#: elf/dl-load.c:434
+#: elf/dl-load.c:423
msgid "cannot allocate name record"
msgstr "名前レコードを配置できません"
-#: elf/dl-load.c:536 elf/dl-load.c:649 elf/dl-load.c:743 elf/dl-load.c:840
+#: elf/dl-load.c:525 elf/dl-load.c:638 elf/dl-load.c:732 elf/dl-load.c:829
msgid "cannot create cache for search path"
msgstr "探索パス用のキャッシュを作成できません"
-#: elf/dl-load.c:632
+#: elf/dl-load.c:621
msgid "cannot create RUNPATH/RPATH copy"
msgstr "RUNPATH/RPATH のコピーを作成できません"
-#: elf/dl-load.c:729
+#: elf/dl-load.c:718
msgid "cannot create search path array"
msgstr "探索パス配列を作成できません"
-#: elf/dl-load.c:968
+#: elf/dl-load.c:957
msgid "cannot stat shared object"
msgstr "共有オブジェクトの状態取得 (stat) ができません"
-#: elf/dl-load.c:1059 elf/dl-load.c:2222
+#: elf/dl-load.c:1048 elf/dl-load.c:2163
msgid "cannot create shared object descriptor"
msgstr "共有オブジェクト記述子を作成できません"
-#: elf/dl-load.c:1078 elf/dl-load.c:1655 elf/dl-load.c:1763
+#: elf/dl-load.c:1067 elf/dl-load.c:1610 elf/dl-load.c:1718
msgid "cannot read file data"
msgstr "ファイルデータを読み込めません"
-#: elf/dl-load.c:1223
+#: elf/dl-load.c:1212
msgid "object file has no loadable segments"
msgstr "オブジェクトファイルはロード可能セグメントを持っていません"
-#: elf/dl-load.c:1240
+#: elf/dl-load.c:1229
msgid "cannot dynamically load executable"
msgstr "実行ファイルを動的にロードできません"
-#: elf/dl-load.c:1247
+#: elf/dl-load.c:1236
msgid "object file has no dynamic section"
msgstr "オブジェクトファイルは動的セクションを持っていません"
-#: elf/dl-load.c:1284
+#: elf/dl-load.c:1273
msgid "shared object cannot be dlopen()ed"
msgstr "共有オブジェクトは dlopen() できません"
-#: elf/dl-load.c:1297
+#: elf/dl-load.c:1286
msgid "cannot allocate memory for program header"
msgstr "プログラムヘッダー用のメモリを配置できません"
-#: elf/dl-load.c:1330 elf/dl-load.h:128
-msgid "cannot change memory protections"
-msgstr "メモリ保護を変更できません"
-
-#: elf/dl-load.c:1354
+#: elf/dl-load.c:1309
msgid "cannot enable executable stack as shared object requires"
msgstr "共有オブジェクトが必要としている実行可能スタックを有効にできません"
-#: elf/dl-load.c:1382
+#: elf/dl-load.c:1337
msgid "cannot close file descriptor"
msgstr "ファイル記述子を閉じられません"
-#: elf/dl-load.c:1655
+#: elf/dl-load.c:1610
msgid "file too short"
msgstr "ファイルが小さすぎます"
-#: elf/dl-load.c:1691
+#: elf/dl-load.c:1646
msgid "invalid ELF header"
msgstr "無効な ELF ヘッダーです"
-#: elf/dl-load.c:1706
+#: elf/dl-load.c:1661
msgid "ELF file data encoding not big-endian"
msgstr "ELF ファイルデータのエンコーディングがビッグエンディアンではありません"
-#: elf/dl-load.c:1708
+#: elf/dl-load.c:1663
msgid "ELF file data encoding not little-endian"
msgstr "ELF ファイルデータのエンコーディングがリトルエンディアンではありません"
-#: elf/dl-load.c:1712
+#: elf/dl-load.c:1667
msgid "ELF file version ident does not match current one"
msgstr "ELF ファイルバージョン識別子が現在のものと一致していません"
-#: elf/dl-load.c:1716
+#: elf/dl-load.c:1671
msgid "ELF file OS ABI invalid"
msgstr "ELF ファイル OS ABI が無効です"
-#: elf/dl-load.c:1719
+#: elf/dl-load.c:1674
msgid "ELF file ABI version invalid"
msgstr "ELF ファイル ABI バージョンが無効です"
-#: elf/dl-load.c:1722
+#: elf/dl-load.c:1677
msgid "nonzero padding in e_ident"
msgstr "e_ident 内にゼロでない詰め文字があります"
-#: elf/dl-load.c:1725
+#: elf/dl-load.c:1680
msgid "internal error"
msgstr "内部エラー"
-#: elf/dl-load.c:1732
+#: elf/dl-load.c:1687
msgid "ELF file version does not match current one"
msgstr "ELFファイルのバージョン番号が現在のファイルに一致していません"
-#: elf/dl-load.c:1744
+#: elf/dl-load.c:1699
msgid "only ET_DYN and ET_EXEC can be loaded"
msgstr "ET_DYN と ET_EXEC のみロード可能です"
-#: elf/dl-load.c:1749
+#: elf/dl-load.c:1704
msgid "ELF file's phentsize not the expected size"
msgstr "ELF ファイルの phentsize が予期されたサイズではありません"
-#: elf/dl-load.c:2241
+#: elf/dl-load.c:2182
msgid "wrong ELF class: ELFCLASS64"
msgstr "間違った ELF クラスです: ELFCLASS64"
-#: elf/dl-load.c:2242
+#: elf/dl-load.c:2183
msgid "wrong ELF class: ELFCLASS32"
msgstr "間違った ELF クラスです: ELFCLASS32"
-#: elf/dl-load.c:2245
+#: elf/dl-load.c:2186
msgid "cannot open shared object file"
msgstr "共有オブジェクトファイルを開けません"
@@ -570,6 +566,10 @@ msgstr "共有オブジェクトファイルを開けません"
msgid "failed to map segment from shared object"
msgstr "共有オブジェクトのセグメントをマップするのに失敗しました"
+#: elf/dl-load.h:128
+msgid "cannot change memory protections"
+msgstr "メモリ保護を変更できません"
+
#: elf/dl-load.h:130
msgid "cannot map zero-fill pages"
msgstr "ゼロで埋められたページをマップできません"
@@ -623,7 +623,7 @@ msgstr "再配置後に追加のメモリ保護を適用できません"
msgid "RTLD_NEXT used in code not dynamically loaded"
msgstr "コード内で使用されている RTLD_NEXT を動的にロード出来ません"
-#: elf/dl-tls.c:1052
+#: elf/dl-tls.c:1059
msgid "cannot create TLS data structures"
msgstr "TLS データ構造体を作成できません"
@@ -781,7 +781,7 @@ msgstr "-r を使用しているときは設定ファイル名として絶対パ
#: elf/ldconfig.c:1135 locale/programs/xasprintf.c:31
#: locale/programs/xmalloc.c:63 malloc/obstack.c:416 malloc/obstack.c:418
-#: posix/getconf.c:458 posix/getconf.c:697
+#: posix/getconf.c:460 posix/getconf.c:699
#, c-format
msgid "memory exhausted"
msgstr "メモリを使い果たしました"
@@ -3978,17 +3978,17 @@ msgstr "キーが重複しています"
msgid "problems while reading `%s'"
msgstr "`%s' の読み込み中に問題が発生しました"
-#: posix/getconf.c:417
+#: posix/getconf.c:419
#, c-format
msgid "Usage: %s [-v specification] variable_name [pathname]\n"
msgstr "使用法: %s [-v specification] variable_name [pathname]\n"
-#: posix/getconf.c:420
+#: posix/getconf.c:422
#, c-format
msgid " %s -a [pathname]\n"
msgstr " %s -a [pathname]\n"
-#: posix/getconf.c:496
+#: posix/getconf.c:498
#, c-format
msgid ""
"Usage: getconf [-v SPEC] VAR\n"
@@ -4006,21 +4006,21 @@ msgstr ""
"SPEC が指定された場合、コンパイル環境 SPEC の値を取得します。\n"
"\n"
-#: posix/getconf.c:572
+#: posix/getconf.c:574
#, c-format
msgid "unknown specification \"%s\""
msgstr "不明な specification \"%s\" です"
-#: posix/getconf.c:624
+#: posix/getconf.c:626
#, c-format
msgid "Couldn't execute %s"
msgstr "%s を実行できません"
-#: posix/getconf.c:669 posix/getconf.c:685
+#: posix/getconf.c:671 posix/getconf.c:687
msgid "undefined"
msgstr "未定義"
-#: posix/getconf.c:707
+#: posix/getconf.c:709
#, c-format
msgid "Unrecognized variable `%s'"
msgstr "認識できない変数 `%s' です"
@@ -4280,7 +4280,7 @@ msgstr "出力バッファーが使用可能です"
msgid "Input message available"
msgstr "入力メッセージが使用可能です"
-#: stdio-common/psiginfo-data.h:46 timezone/zdump.c:375 timezone/zic.c:564
+#: stdio-common/psiginfo-data.h:46 timezone/zdump.c:445 timezone/zic.c:652
msgid "I/O error"
msgstr "I/Oエラーです"
@@ -5667,207 +5667,180 @@ msgstr "パラメーター文字列が正しくエンコードされていませ
msgid "%s is for unknown machine %d.\n"
msgstr "%s は未知のマシン %d に対するものです.\n"
-#: timezone/zdump.c:341
+#: timezone/zdump.c:411
#, c-format
msgid "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"
msgstr "%s: 警告: ゾーン \"%s\" 省略形 \"%s\" %s\n"
-#: timezone/zic.c:432
+#: timezone/zic.c:463
#, c-format
msgid "%s: Memory exhausted: %s\n"
msgstr "%s: メモリが足りません: %s\n"
-#: timezone/zic.c:554
+#: timezone/zic.c:588
+msgid "standard input"
+msgstr "標準入力"
+
+#: timezone/zic.c:639
#, c-format
msgid "warning: "
msgstr "警告: "
-#: timezone/zic.c:730
+#: timezone/zic.c:1025
#, c-format
msgid "%s: More than one -d option specified\n"
msgstr "%s: -d オプションが複数指定されています\n"
-#: timezone/zic.c:740
+#: timezone/zic.c:1036
#, c-format
msgid "%s: More than one -l option specified\n"
msgstr "%s: -l オプションが複数指定されています\n"
-#: timezone/zic.c:750
+#: timezone/zic.c:1047
#, c-format
msgid "%s: More than one -p option specified\n"
msgstr "%s: -p オプションが複数指定されています\n"
-#: timezone/zic.c:771
-#, c-format
-msgid "%s: More than one -y option specified\n"
-msgstr "%s: -y オプションが複数指定されています\n"
-
-#: timezone/zic.c:781
+#: timezone/zic.c:1071
#, c-format
msgid "%s: More than one -L option specified\n"
msgstr "%s: -L オプションが複数指定されています\n"
-#: timezone/zic.c:1122 timezone/zic.c:1124
+#: timezone/zic.c:1608 timezone/zic.c:1610
msgid "same rule name in multiple files"
msgstr "複数ファイルに同じルール名があります"
-#: timezone/zic.c:1191
-msgid "standard input"
-msgstr "標準入力"
+#: timezone/zic.c:1688
+msgid "line too long"
+msgstr "行が長すぎます"
-#: timezone/zic.c:1196
+#: timezone/zic.c:1709
#, c-format
msgid "%s: Can't open %s: %s\n"
msgstr "%s: %sを開けません: %s\n"
-#: timezone/zic.c:1207
-msgid "line too long"
-msgstr "行が長すぎます"
-
-#: timezone/zic.c:1230
+#: timezone/zic.c:1734
msgid "input line of unknown type"
msgstr "不明な形式の入力行です"
-#: timezone/zic.c:1253 timezone/zic.c:1699 timezone/zic.c:1721
-#, c-format
-msgid "%s: panic: Invalid l_value %d\n"
-msgstr "%s: パニック: 無効な l_value %d です\n"
-
-#: timezone/zic.c:1262
+#: timezone/zic.c:1761
msgid "expected continuation line not found"
msgstr "継続行が期待されましたが見つかりません"
-#: timezone/zic.c:1316 timezone/zic.c:3282
+#: timezone/zic.c:1815 timezone/zic.c:3761
msgid "time overflow"
msgstr "時間オーバーフロー"
-#: timezone/zic.c:1322
+#: timezone/zic.c:1821
msgid "values over 24 hours not handled by pre-2007 versions of zic"
msgstr "2007 以前のバージョンの zic では24時間を超える値は扱えません"
-#: timezone/zic.c:1340
+#: timezone/zic.c:1839
msgid "invalid saved time"
msgstr "不正な保存時刻です"
-#: timezone/zic.c:1351
+#: timezone/zic.c:1850
msgid "wrong number of fields on Rule line"
msgstr "Rule行のフィールド数が間違っています"
-#: timezone/zic.c:1382
+#: timezone/zic.c:1883
msgid "wrong number of fields on Zone line"
msgstr "Zone行のフィールド数が間違っています"
-#: timezone/zic.c:1387
+#: timezone/zic.c:1887
#, c-format
msgid "\"Zone %s\" line and -l option are mutually exclusive"
msgstr "\"Zone %s\"行と -l オプションは同時指定できません"
-#: timezone/zic.c:1393
+#: timezone/zic.c:1892
#, c-format
msgid "\"Zone %s\" line and -p option are mutually exclusive"
msgstr "\"Zone %s\"行と -p オプションは同時指定できません"
-#: timezone/zic.c:1414
+#: timezone/zic.c:1913
msgid "wrong number of fields on Zone continuation line"
msgstr "Zone continuation行のフィールド数が間違っています"
-#: timezone/zic.c:1458
+#: timezone/zic.c:1956
msgid "invalid abbreviation format"
msgstr "無効な省略形です"
-#: timezone/zic.c:1494
+#: timezone/zic.c:1986
msgid "Zone continuation line end time is not after end time of previous line"
msgstr "ゾーン連続行 end time は前の行の end time よりも後であってはなりません"
-#: timezone/zic.c:1526
+#: timezone/zic.c:2027
msgid "invalid leaping year"
msgstr "無効なうるう年です"
-#: timezone/zic.c:1548 timezone/zic.c:1653
+#: timezone/zic.c:2049 timezone/zic.c:2154
msgid "invalid month name"
msgstr "無効なな月名です"
-#: timezone/zic.c:1561 timezone/zic.c:1769 timezone/zic.c:1783
+#: timezone/zic.c:2062 timezone/zic.c:2252 timezone/zic.c:2266
msgid "invalid day of month"
msgstr "一月あたりの日にちが無効です"
-#: timezone/zic.c:1566
+#: timezone/zic.c:2067
msgid "time too small"
msgstr "時刻が小さすぎます"
-#: timezone/zic.c:1570
+#: timezone/zic.c:2071
msgid "time too large"
msgstr "時刻が大きすぎます"
-#: timezone/zic.c:1574 timezone/zic.c:1682
+#: timezone/zic.c:2075 timezone/zic.c:2183
msgid "invalid time of day"
msgstr "1日あたりの時間が無効です"
-#: timezone/zic.c:1585
+#: timezone/zic.c:2086
msgid "wrong number of fields on Leap line"
msgstr "Leap行のフィールド数が間違っています"
-#: timezone/zic.c:1624
+#: timezone/zic.c:2125
msgid "wrong number of fields on Link line"
msgstr "Link行のフィールド数が間違っています"
-#: timezone/zic.c:1628
-msgid "blank FROM field on Link line"
-msgstr "Link 行の FROM フィールドが空欄です"
-
-#: timezone/zic.c:1703
+#: timezone/zic.c:2199
msgid "invalid starting year"
msgstr "無効な開始年です"
-#: timezone/zic.c:1725
+#: timezone/zic.c:2214
msgid "invalid ending year"
msgstr "無効な終了年です"
-#: timezone/zic.c:1729
+#: timezone/zic.c:2218
msgid "starting year greater than ending year"
msgstr "開始年が終了年より大きくなっています"
-#: timezone/zic.c:1774
+#: timezone/zic.c:2257
msgid "invalid weekday name"
msgstr "無効な曜日名です"
-#: timezone/zic.c:2673
-msgid "no POSIX environment variable for zone"
-msgstr "ゾーン用の POSIX 環境変数ではありません"
-
-#: timezone/zic.c:2889
+#: timezone/zic.c:3389
msgid "can't determine time zone abbreviation to use just after until time"
msgstr "ちょうどその時刻を使用するタイムゾーンの省略形を決定できません"
-#: timezone/zic.c:2987
+#: timezone/zic.c:3513
msgid "too many local time types"
msgstr "ローカル時間形式が多すぎます"
-#: timezone/zic.c:3005
+#: timezone/zic.c:3531
msgid "too many leap seconds"
msgstr "うるう秒が大きすぎます"
-#: timezone/zic.c:3095
-msgid "Wild result from command execution"
-msgstr "コマンド実行からの粗い結果"
-
-#: timezone/zic.c:3096
-#, c-format
-msgid "%s: command was '%s', result was %d\n"
-msgstr "%s: コマンドは'%s', 結果は %dでした\n"
-
-#: timezone/zic.c:3267
+#: timezone/zic.c:3742
msgid "Odd number of quotation marks"
msgstr "クォートするマークが奇数個分しかありません"
-#: timezone/zic.c:3361
+#: timezone/zic.c:3839
msgid "use of 2/29 in non leap-year"
msgstr "うるう年ではないのに2/29を使っています"
-#: timezone/zic.c:3427
+#: timezone/zic.c:3896
msgid "time zone abbreviation differs from POSIX standard"
msgstr "タイムゾーン省略名が POSIX 標準と異なります"
-#: timezone/zic.c:3433
+#: timezone/zic.c:3902
msgid "too many, or too long, time zone abbreviations"
msgstr "タイムゾーン省略名が多すぎるか長すぎます"