]> asedeno.scripts.mit.edu Git - git.git/blob - po/ja.po
dd4e0391242098441eb7c81a522a1603098011db
[git.git] / po / ja.po
1 # Translation of git-gui to Japanese
2 # Copyright (C) 2007 Shawn Pearce
3 # This file is distributed under the same license as the git-gui package.
4 # しらいし ななこ <nanako3@bluebottle.com>, 2007.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: git-gui\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2008-03-14 07:18+0100\n"
12 "PO-Revision-Date: 2007-12-05 06:12+0900\n"
13 "Last-Translator: しらいし ななこ <nanako3@bluebottle.com>\n"
14 "Language-Team: Japanese\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: git-gui.sh:41 git-gui.sh:634 git-gui.sh:648 git-gui.sh:661 git-gui.sh:744
20 #: git-gui.sh:763
21 msgid "git-gui: fatal error"
22 msgstr "git-gui: 致命的なエラー"
23
24 #: git-gui.sh:593
25 #, tcl-format
26 msgid "Invalid font specified in %s:"
27 msgstr "%s に無効なフォントが指定されています:"
28
29 #: git-gui.sh:620
30 msgid "Main Font"
31 msgstr "主フォント"
32
33 #: git-gui.sh:621
34 msgid "Diff/Console Font"
35 msgstr "diff/コンソール・フォント"
36
37 #: git-gui.sh:635
38 msgid "Cannot find git in PATH."
39 msgstr "PATH 中に git が見つかりません"
40
41 #: git-gui.sh:662
42 msgid "Cannot parse Git version string:"
43 msgstr "Git バージョン名が理解できません:"
44
45 #: git-gui.sh:680
46 #, tcl-format
47 msgid ""
48 "Git version cannot be determined.\n"
49 "\n"
50 "%s claims it is version '%s'.\n"
51 "\n"
52 "%s requires at least Git 1.5.0 or later.\n"
53 "\n"
54 "Assume '%s' is version 1.5.0?\n"
55 msgstr ""
56 "Git のバージョンが確認できません。\n"
57 "\n"
58 "%s はバージョン '%s' とのことです。\n"
59 "\n"
60 "%s は最低でも 1.5.0 かそれ以降の Git が必要です\n"
61 "\n"
62 "'%s' はバージョン 1.5.0 と思って良いですか?\n"
63
64 #: git-gui.sh:918
65 msgid "Git directory not found:"
66 msgstr "Git ディレクトリが見つかりません:"
67
68 #: git-gui.sh:925
69 msgid "Cannot move to top of working directory:"
70 msgstr "作業ディレクトリの最上位に移動できません"
71
72 #: git-gui.sh:932
73 msgid "Cannot use funny .git directory:"
74 msgstr "変な .git ディレクトリは使えません"
75
76 #: git-gui.sh:937
77 msgid "No working directory"
78 msgstr "作業ディレクトリがありません"
79
80 #: git-gui.sh:1084 lib/checkout_op.tcl:283
81 msgid "Refreshing file status..."
82 msgstr "ファイル状態を更新しています…"
83
84 #: git-gui.sh:1149
85 msgid "Scanning for modified files ..."
86 msgstr "変更されたファイルをスキャンしています…"
87
88 #: git-gui.sh:1324 lib/browser.tcl:246
89 msgid "Ready."
90 msgstr "準備完了"
91
92 #: git-gui.sh:1590
93 msgid "Unmodified"
94 msgstr "変更無し"
95
96 #: git-gui.sh:1592
97 msgid "Modified, not staged"
98 msgstr "変更あり、コミット未予定"
99
100 #: git-gui.sh:1593 git-gui.sh:1598
101 msgid "Staged for commit"
102 msgstr "コミット予定済"
103
104 #: git-gui.sh:1594 git-gui.sh:1599
105 msgid "Portions staged for commit"
106 msgstr "部分的にコミット予定済"
107
108 #: git-gui.sh:1595 git-gui.sh:1600
109 msgid "Staged for commit, missing"
110 msgstr "コミット予定済、ファイル無し"
111
112 #: git-gui.sh:1597
113 msgid "Untracked, not staged"
114 msgstr "管理外、コミット未予定"
115
116 #: git-gui.sh:1602
117 msgid "Missing"
118 msgstr "ファイル無し"
119
120 #: git-gui.sh:1603
121 msgid "Staged for removal"
122 msgstr "削除予定済"
123
124 #: git-gui.sh:1604
125 msgid "Staged for removal, still present"
126 msgstr "削除予定済、ファイル未削除"
127
128 #: git-gui.sh:1606 git-gui.sh:1607 git-gui.sh:1608 git-gui.sh:1609
129 msgid "Requires merge resolution"
130 msgstr "要マージ解決"
131
132 #: git-gui.sh:1644
133 msgid "Starting gitk... please wait..."
134 msgstr "gitk を起動中…お待ち下さい…"
135
136 #: git-gui.sh:1653
137 #, tcl-format
138 msgid ""
139 "Unable to start gitk:\n"
140 "\n"
141 "%s does not exist"
142 msgstr ""
143 "gitk を起動できません:\n"
144 "\n"
145 "%s がありません"
146
147 #: git-gui.sh:1860 lib/choose_repository.tcl:36
148 msgid "Repository"
149 msgstr "リポジトリ"
150
151 #: git-gui.sh:1861
152 msgid "Edit"
153 msgstr "編集"
154
155 #: git-gui.sh:1863 lib/choose_rev.tcl:561
156 msgid "Branch"
157 msgstr "ブランチ"
158
159 #: git-gui.sh:1866 lib/choose_rev.tcl:548
160 msgid "Commit@@noun"
161 msgstr "コミット"
162
163 #: git-gui.sh:1869 lib/merge.tcl:120 lib/merge.tcl:149 lib/merge.tcl:167
164 msgid "Merge"
165 msgstr "マージ"
166
167 #: git-gui.sh:1870 lib/choose_rev.tcl:557
168 msgid "Remote"
169 msgstr "リモート"
170
171 #: git-gui.sh:1879
172 msgid "Browse Current Branch's Files"
173 msgstr "現在のブランチのファイルを見る"
174
175 #: git-gui.sh:1883
176 msgid "Browse Branch Files..."
177 msgstr "ブランチのファイルを見る…"
178
179 #: git-gui.sh:1888
180 msgid "Visualize Current Branch's History"
181 msgstr "現在のブランチの履歴を見る"
182
183 #: git-gui.sh:1892
184 msgid "Visualize All Branch History"
185 msgstr "全てのブランチの履歴を見る"
186
187 #: git-gui.sh:1899
188 #, tcl-format
189 msgid "Browse %s's Files"
190 msgstr "ブランチ %s のファイルを見る"
191
192 #: git-gui.sh:1901
193 #, tcl-format
194 msgid "Visualize %s's History"
195 msgstr "ブランチ %s の履歴を見る"
196
197 #: git-gui.sh:1906 lib/database.tcl:27 lib/database.tcl:67
198 msgid "Database Statistics"
199 msgstr "データベース統計"
200
201 #: git-gui.sh:1909 lib/database.tcl:34
202 msgid "Compress Database"
203 msgstr "データベース圧縮"
204
205 #: git-gui.sh:1912
206 msgid "Verify Database"
207 msgstr "データベース検証"
208
209 #: git-gui.sh:1919 git-gui.sh:1923 git-gui.sh:1927 lib/shortcut.tcl:7
210 #: lib/shortcut.tcl:39 lib/shortcut.tcl:71
211 msgid "Create Desktop Icon"
212 msgstr "デスクトップ・アイコンを作る"
213
214 #: git-gui.sh:1932 lib/choose_repository.tcl:177 lib/choose_repository.tcl:185
215 msgid "Quit"
216 msgstr "終了"
217
218 #: git-gui.sh:1939
219 msgid "Undo"
220 msgstr "元に戻す"
221
222 #: git-gui.sh:1942
223 msgid "Redo"
224 msgstr "やり直し"
225
226 #: git-gui.sh:1946 git-gui.sh:2443
227 msgid "Cut"
228 msgstr "切り取り"
229
230 #: git-gui.sh:1949 git-gui.sh:2446 git-gui.sh:2520 git-gui.sh:2614
231 #: lib/console.tcl:69
232 msgid "Copy"
233 msgstr "コピー"
234
235 #: git-gui.sh:1952 git-gui.sh:2449
236 msgid "Paste"
237 msgstr "貼り付け"
238
239 #: git-gui.sh:1955 git-gui.sh:2452 lib/branch_delete.tcl:26
240 #: lib/remote_branch_delete.tcl:38
241 msgid "Delete"
242 msgstr "削除"
243
244 #: git-gui.sh:1959 git-gui.sh:2456 git-gui.sh:2618 lib/console.tcl:71
245 msgid "Select All"
246 msgstr "全て選択"
247
248 #: git-gui.sh:1968
249 msgid "Create..."
250 msgstr "作成…"
251
252 #: git-gui.sh:1974
253 msgid "Checkout..."
254 msgstr "チェックアウト"
255
256 #: git-gui.sh:1980
257 msgid "Rename..."
258 msgstr "名前変更…"
259
260 #: git-gui.sh:1985 git-gui.sh:2085
261 msgid "Delete..."
262 msgstr "削除…"
263
264 #: git-gui.sh:1990
265 msgid "Reset..."
266 msgstr "リセット…"
267
268 #: git-gui.sh:2002 git-gui.sh:2389
269 msgid "New Commit"
270 msgstr "新規コミット"
271
272 #: git-gui.sh:2010 git-gui.sh:2396
273 msgid "Amend Last Commit"
274 msgstr "最新コミットを訂正"
275
276 #: git-gui.sh:2019 git-gui.sh:2356 lib/remote_branch_delete.tcl:99
277 msgid "Rescan"
278 msgstr "再スキャン"
279
280 #: git-gui.sh:2025
281 msgid "Stage To Commit"
282 msgstr "コミット予定する"
283
284 #: git-gui.sh:2031
285 msgid "Stage Changed Files To Commit"
286 msgstr "変更されたファイルをコミット予定"
287
288 #: git-gui.sh:2037
289 msgid "Unstage From Commit"
290 msgstr "コミットから降ろす"
291
292 #: git-gui.sh:2042 lib/index.tcl:395
293 msgid "Revert Changes"
294 msgstr "変更を元に戻す"
295
296 #: git-gui.sh:2049 git-gui.sh:2368 git-gui.sh:2467
297 msgid "Sign Off"
298 msgstr "署名"
299
300 #: git-gui.sh:2053 git-gui.sh:2372
301 msgid "Commit@@verb"
302 msgstr "コミット"
303
304 #: git-gui.sh:2064
305 msgid "Local Merge..."
306 msgstr "ローカル・マージ…"
307
308 #: git-gui.sh:2069
309 msgid "Abort Merge..."
310 msgstr "マージ中止…"
311
312 #: git-gui.sh:2081
313 msgid "Push..."
314 msgstr "プッシュ…"
315
316 #: git-gui.sh:2092 lib/choose_repository.tcl:41
317 msgid "Apple"
318 msgstr "りんご"
319
320 #: git-gui.sh:2095 git-gui.sh:2117 lib/about.tcl:14
321 #: lib/choose_repository.tcl:44 lib/choose_repository.tcl:50
322 #, tcl-format
323 msgid "About %s"
324 msgstr "%s について"
325
326 #: git-gui.sh:2099
327 msgid "Preferences..."
328 msgstr "設定…"
329
330 #: git-gui.sh:2107 git-gui.sh:2639
331 msgid "Options..."
332 msgstr "オプション…"
333
334 #: git-gui.sh:2113 lib/choose_repository.tcl:47
335 msgid "Help"
336 msgstr "ヘルプ"
337
338 #: git-gui.sh:2154
339 msgid "Online Documentation"
340 msgstr "オンライン・ドキュメント"
341
342 #: git-gui.sh:2238
343 #, tcl-format
344 msgid "fatal: cannot stat path %s: No such file or directory"
345 msgstr ""
346 "致命的: パス %s が stat できません。そのようなファイルやディレクトリはありま"
347 "せん"
348
349 #: git-gui.sh:2271
350 msgid "Current Branch:"
351 msgstr "現在のブランチ"
352
353 #: git-gui.sh:2292
354 msgid "Staged Changes (Will Commit)"
355 msgstr "ステージングされた(コミット予定済の)変更"
356
357 #: git-gui.sh:2312
358 msgid "Unstaged Changes"
359 msgstr "コミット予定に入っていない変更"
360
361 #: git-gui.sh:2362
362 msgid "Stage Changed"
363 msgstr "変更をコミット予定に入れる"
364
365 #: git-gui.sh:2378 lib/transport.tcl:93 lib/transport.tcl:182
366 msgid "Push"
367 msgstr "プッシュ"
368
369 #: git-gui.sh:2408
370 msgid "Initial Commit Message:"
371 msgstr "最初のコミットメッセージ:"
372
373 #: git-gui.sh:2409
374 msgid "Amended Commit Message:"
375 msgstr "訂正したコミットメッセージ:"
376
377 #: git-gui.sh:2410
378 msgid "Amended Initial Commit Message:"
379 msgstr "訂正した最初のコミットメッセージ:"
380
381 #: git-gui.sh:2411
382 msgid "Amended Merge Commit Message:"
383 msgstr "訂正したマージコミットメッセージ:"
384
385 #: git-gui.sh:2412
386 msgid "Merge Commit Message:"
387 msgstr "マージコミットメッセージ:"
388
389 #: git-gui.sh:2413
390 msgid "Commit Message:"
391 msgstr "コミットメッセージ:"
392
393 #: git-gui.sh:2459 git-gui.sh:2622 lib/console.tcl:73
394 msgid "Copy All"
395 msgstr "全てコピー"
396
397 #: git-gui.sh:2483 lib/blame.tcl:107
398 msgid "File:"
399 msgstr "ファイル:"
400
401 #: git-gui.sh:2589
402 msgid "Apply/Reverse Hunk"
403 msgstr "パッチを適用/取り消す"
404
405 #: git-gui.sh:2595
406 msgid "Show Less Context"
407 msgstr "文脈を少なく"
408
409 #: git-gui.sh:2602
410 msgid "Show More Context"
411 msgstr "文脈を多く"
412
413 #: git-gui.sh:2610
414 msgid "Refresh"
415 msgstr "再読み込み"
416
417 #: git-gui.sh:2631
418 msgid "Decrease Font Size"
419 msgstr "フォントを小さく"
420
421 #: git-gui.sh:2635
422 msgid "Increase Font Size"
423 msgstr "フォントを大きく"
424
425 #: git-gui.sh:2646
426 msgid "Unstage Hunk From Commit"
427 msgstr "パッチをコミット予定から外す"
428
429 #: git-gui.sh:2648
430 msgid "Stage Hunk For Commit"
431 msgstr "パッチをコミット予定に加える"
432
433 #: git-gui.sh:2667
434 msgid "Initializing..."
435 msgstr "初期化しています…"
436
437 #: git-gui.sh:2762
438 #, tcl-format
439 msgid ""
440 "Possible environment issues exist.\n"
441 "\n"
442 "The following environment variables are probably\n"
443 "going to be ignored by any Git subprocess run\n"
444 "by %s:\n"
445 "\n"
446 msgstr ""
447 "環境に問題がある可能性があります\n"
448 "\n"
449 "以下の環境変数は %s が起動する Git サブプロセスによって無視されるでしょう:\n"
450 "\n"
451
452 #: git-gui.sh:2792
453 msgid ""
454 "\n"
455 "This is due to a known issue with the\n"
456 "Tcl binary distributed by Cygwin."
457 msgstr ""
458 "\n"
459 "これは Cygwin で配布されている Tcl バイナリに\n"
460 "関しての既知の問題によります"
461
462 #: git-gui.sh:2797
463 #, tcl-format
464 msgid ""
465 "\n"
466 "\n"
467 "A good replacement for %s\n"
468 "is placing values for the user.name and\n"
469 "user.email settings into your personal\n"
470 "~/.gitconfig file.\n"
471 msgstr ""
472 "\n"
473 "\n"
474 "個人的な ~/.gitconfig ファイル内で user.name と user.email の値を設定\n"
475 "するのが、%s の良い代用となります\n"
476
477 #: lib/about.tcl:26
478 msgid "git-gui - a graphical user interface for Git."
479 msgstr "Git のグラフィカルUI git-gui"
480
481 #: lib/blame.tcl:77
482 msgid "File Viewer"
483 msgstr "ファイルピューワ"
484
485 #: lib/blame.tcl:81
486 msgid "Commit:"
487 msgstr "コミット:"
488
489 #: lib/blame.tcl:264
490 msgid "Copy Commit"
491 msgstr "コミットをコピー"
492
493 #: lib/blame.tcl:384
494 #, tcl-format
495 msgid "Reading %s..."
496 msgstr "%s を読んでいます…"
497
498 #: lib/blame.tcl:488
499 msgid "Loading copy/move tracking annotations..."
500 msgstr "コピー・移動追跡データを読んでいます…"
501
502 #: lib/blame.tcl:508
503 msgid "lines annotated"
504 msgstr "行を注釈しました"
505
506 #: lib/blame.tcl:689
507 msgid "Loading original location annotations..."
508 msgstr "元位置行の注釈データを読んでいます…"
509
510 #: lib/blame.tcl:692
511 msgid "Annotation complete."
512 msgstr "注釈完了しました"
513
514 #: lib/blame.tcl:746
515 msgid "Loading annotation..."
516 msgstr "注釈を読み込んでいます…"
517
518 #: lib/blame.tcl:802
519 msgid "Author:"
520 msgstr "作者:"
521
522 #: lib/blame.tcl:806
523 msgid "Committer:"
524 msgstr "コミット者:"
525
526 #: lib/blame.tcl:811
527 msgid "Original File:"
528 msgstr "元ファイル"
529
530 #: lib/blame.tcl:925
531 msgid "Originally By:"
532 msgstr "原作者:"
533
534 #: lib/blame.tcl:931
535 msgid "In File:"
536 msgstr "ファイル:"
537
538 #: lib/blame.tcl:936
539 msgid "Copied Or Moved Here By:"
540 msgstr "複写・移動者:"
541
542 #: lib/branch_checkout.tcl:14 lib/branch_checkout.tcl:19
543 msgid "Checkout Branch"
544 msgstr "ブランチをチェックアウト"
545
546 #: lib/branch_checkout.tcl:23
547 msgid "Checkout"
548 msgstr "チェックアウト"
549
550 #: lib/branch_checkout.tcl:27 lib/branch_create.tcl:35
551 #: lib/branch_delete.tcl:32 lib/branch_rename.tcl:30 lib/browser.tcl:282
552 #: lib/checkout_op.tcl:522 lib/choose_font.tcl:43 lib/merge.tcl:171
553 #: lib/option.tcl:103 lib/remote_branch_delete.tcl:42 lib/transport.tcl:97
554 msgid "Cancel"
555 msgstr "中止"
556
557 #: lib/branch_checkout.tcl:32 lib/browser.tcl:287
558 msgid "Revision"
559 msgstr "リビジョン"
560
561 #: lib/branch_checkout.tcl:36 lib/branch_create.tcl:69 lib/option.tcl:242
562 msgid "Options"
563 msgstr "オプション"
564
565 #: lib/branch_checkout.tcl:39 lib/branch_create.tcl:92
566 msgid "Fetch Tracking Branch"
567 msgstr "トラッキング・ブランチをフェッチ"
568
569 #: lib/branch_checkout.tcl:44
570 msgid "Detach From Local Branch"
571 msgstr "ローカル・ブランチから削除"
572
573 #: lib/branch_create.tcl:22
574 msgid "Create Branch"
575 msgstr "ブランチを作成"
576
577 #: lib/branch_create.tcl:27
578 msgid "Create New Branch"
579 msgstr "ブランチを新規作成"
580
581 #: lib/branch_create.tcl:31 lib/choose_repository.tcl:371
582 msgid "Create"
583 msgstr "作成"
584
585 #: lib/branch_create.tcl:40
586 msgid "Branch Name"
587 msgstr "ブランチ名"
588
589 #: lib/branch_create.tcl:43
590 msgid "Name:"
591 msgstr "名前:"
592
593 #: lib/branch_create.tcl:58
594 msgid "Match Tracking Branch Name"
595 msgstr "トラッキング・ブランチ名を合わせる"
596
597 #: lib/branch_create.tcl:66
598 msgid "Starting Revision"
599 msgstr "初期リビジョン"
600
601 #: lib/branch_create.tcl:72
602 msgid "Update Existing Branch:"
603 msgstr "既存のブランチを更新:"
604
605 #: lib/branch_create.tcl:75
606 msgid "No"
607 msgstr "いいえ"
608
609 #: lib/branch_create.tcl:80
610 msgid "Fast Forward Only"
611 msgstr "早送りのみ"
612
613 #: lib/branch_create.tcl:85 lib/checkout_op.tcl:514
614 msgid "Reset"
615 msgstr "リセット"
616
617 #: lib/branch_create.tcl:97
618 msgid "Checkout After Creation"
619 msgstr "作成してすぐチェックアウト"
620
621 #: lib/branch_create.tcl:131
622 msgid "Please select a tracking branch."
623 msgstr "トラッキング・ブランチを選択して下さい。"
624
625 #: lib/branch_create.tcl:140
626 #, tcl-format
627 msgid "Tracking branch %s is not a branch in the remote repository."
628 msgstr "トラッキング・ブランチ %s は遠隔リポジトリのブランチではありません。"
629
630 #: lib/branch_create.tcl:153 lib/branch_rename.tcl:86
631 msgid "Please supply a branch name."
632 msgstr "ブランチ名を指定して下さい。"
633
634 #: lib/branch_create.tcl:164 lib/branch_rename.tcl:106
635 #, tcl-format
636 msgid "'%s' is not an acceptable branch name."
637 msgstr "'%s' はブランチ名に使えません。"
638
639 #: lib/branch_delete.tcl:15
640 msgid "Delete Branch"
641 msgstr "ブランチ削除"
642
643 #: lib/branch_delete.tcl:20
644 msgid "Delete Local Branch"
645 msgstr "ローカル・ブランチを削除"
646
647 #: lib/branch_delete.tcl:37
648 msgid "Local Branches"
649 msgstr "ローカル・ブランチ"
650
651 #: lib/branch_delete.tcl:52
652 msgid "Delete Only If Merged Into"
653 msgstr "マージ済みの時のみ削除"
654
655 #: lib/branch_delete.tcl:54
656 msgid "Always (Do not perform merge test.)"
657 msgstr "無条件(マージテストしない)"
658
659 #: lib/branch_delete.tcl:103
660 #, tcl-format
661 msgid "The following branches are not completely merged into %s:"
662 msgstr "以下のブランチは %s に完全にマージされていません:"
663
664 #: lib/branch_delete.tcl:115
665 msgid ""
666 "Recovering deleted branches is difficult. \n"
667 "\n"
668 " Delete the selected branches?"
669 msgstr ""
670 "ブランチを削除すると元に戻すのは困難です。 \n"
671 "\n"
672 " 選択したブランチを削除しますか?"
673
674 #: lib/branch_delete.tcl:141
675 #, tcl-format
676 msgid ""
677 "Failed to delete branches:\n"
678 "%s"
679 msgstr ""
680 "以下のブランチを削除できません:\n"
681 "%s"
682
683 #: lib/branch_rename.tcl:14 lib/branch_rename.tcl:22
684 msgid "Rename Branch"
685 msgstr "ブランチの名前変更"
686
687 #: lib/branch_rename.tcl:26
688 msgid "Rename"
689 msgstr "名前変更"
690
691 #: lib/branch_rename.tcl:36
692 msgid "Branch:"
693 msgstr "ブランチ:"
694
695 #: lib/branch_rename.tcl:39
696 msgid "New Name:"
697 msgstr "新しい名前:"
698
699 #: lib/branch_rename.tcl:75
700 msgid "Please select a branch to rename."
701 msgstr "名前を変更するブランチを選んで下さい。"
702
703 #: lib/branch_rename.tcl:96 lib/checkout_op.tcl:179
704 #, tcl-format
705 msgid "Branch '%s' already exists."
706 msgstr "'%s'というブランチは既に存在します。"
707
708 #: lib/branch_rename.tcl:117
709 #, tcl-format
710 msgid "Failed to rename '%s'."
711 msgstr "'%s'の名前変更に失敗しました。"
712
713 #: lib/browser.tcl:17
714 msgid "Starting..."
715 msgstr "起動中…"
716
717 #: lib/browser.tcl:26
718 msgid "File Browser"
719 msgstr "ファイル・ブラウザ"
720
721 #: lib/browser.tcl:126 lib/browser.tcl:143
722 #, tcl-format
723 msgid "Loading %s..."
724 msgstr "%s をロード中…"
725
726 #: lib/browser.tcl:187
727 msgid "[Up To Parent]"
728 msgstr "[上位フォルダへ]"
729
730 #: lib/browser.tcl:267 lib/browser.tcl:273
731 msgid "Browse Branch Files"
732 msgstr "現在のブランチのファイルを見る"
733
734 #: lib/browser.tcl:278 lib/choose_repository.tcl:387
735 #: lib/choose_repository.tcl:474 lib/choose_repository.tcl:484
736 #: lib/choose_repository.tcl:987
737 msgid "Browse"
738 msgstr "ブラウズ"
739
740 #: lib/checkout_op.tcl:79
741 #, tcl-format
742 msgid "Fetching %s from %s"
743 msgstr "%s から %s をフェッチしています"
744
745 #: lib/checkout_op.tcl:127
746 #, tcl-format
747 msgid "fatal: Cannot resolve %s"
748 msgstr "致命的エラー: %s を解決できません"
749
750 #: lib/checkout_op.tcl:140 lib/console.tcl:81 lib/database.tcl:31
751 msgid "Close"
752 msgstr "閉じる"
753
754 #: lib/checkout_op.tcl:169
755 #, tcl-format
756 msgid "Branch '%s' does not exist."
757 msgstr "ブランチ'%s'は存在しません。"
758
759 #: lib/checkout_op.tcl:206
760 #, tcl-format
761 msgid ""
762 "Branch '%s' already exists.\n"
763 "\n"
764 "It cannot fast-forward to %s.\n"
765 "A merge is required."
766 msgstr ""
767 "ブランチ '%s' は既に存在します。\n"
768 "\n"
769 "%s に早送りできません。\n"
770 "マージが必要です。"
771
772 #: lib/checkout_op.tcl:220
773 #, tcl-format
774 msgid "Merge strategy '%s' not supported."
775 msgstr "'%s' マージ戦略はサポートされていません。"
776
777 #: lib/checkout_op.tcl:239
778 #, tcl-format
779 msgid "Failed to update '%s'."
780 msgstr "'%s' の更新に失敗しました。"
781
782 #: lib/checkout_op.tcl:251
783 msgid "Staging area (index) is already locked."
784 msgstr "インデックスは既にロックされています。"
785
786 #: lib/checkout_op.tcl:266
787 msgid ""
788 "Last scanned state does not match repository state.\n"
789 "\n"
790 "Another Git program has modified this repository since the last scan.  A "
791 "rescan must be performed before the current branch can be changed.\n"
792 "\n"
793 "The rescan will be automatically started now.\n"
794 msgstr ""
795 "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
796 "\n"
797 "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。現在"
798 "のブランチを変更する前に、再スキャンが必要です。\n"
799 "\n"
800 "自動的に再スキャンを開始します。\n"
801
802 #: lib/checkout_op.tcl:322
803 #, tcl-format
804 msgid "Updating working directory to '%s'..."
805 msgstr "作業ディレクトリを '%s' に更新しています…"
806
807 #: lib/checkout_op.tcl:323
808 msgid "files checked out"
809 msgstr ""
810
811 #: lib/checkout_op.tcl:353
812 #, tcl-format
813 msgid "Aborted checkout of '%s' (file level merging is required)."
814 msgstr "'%s' のチェックアウトを中止しました(ファイル毎のマージが必要です)。"
815
816 #: lib/checkout_op.tcl:354
817 msgid "File level merge required."
818 msgstr "ファイル毎のマージが必要です。"
819
820 #: lib/checkout_op.tcl:358
821 #, tcl-format
822 msgid "Staying on branch '%s'."
823 msgstr "ブランチ '%s' に滞まります。"
824
825 #: lib/checkout_op.tcl:429
826 msgid ""
827 "You are no longer on a local branch.\n"
828 "\n"
829 "If you wanted to be on a branch, create one now starting from 'This Detached "
830 "Checkout'."
831 msgstr ""
832 "ローカル・ブランチから離れます。\n"
833 "\n"
834 "ブランチ上に滞まりたいときは、この「分離されたチェックアウト」から新規ブラン"
835 "チを開始してください。"
836
837 #: lib/checkout_op.tcl:446 lib/checkout_op.tcl:450
838 #, tcl-format
839 msgid "Checked out '%s'."
840 msgstr "'%s' をチェックアウトしました"
841
842 #: lib/checkout_op.tcl:478
843 #, tcl-format
844 msgid "Resetting '%s' to '%s' will lose the following commits:"
845 msgstr "'%s' を '%s' にリセットすると、以下のコミットが失なわれます:"
846
847 #: lib/checkout_op.tcl:500
848 msgid "Recovering lost commits may not be easy."
849 msgstr "失なわれたコミットを回復するのは簡単ではありません。"
850
851 #: lib/checkout_op.tcl:505
852 #, tcl-format
853 msgid "Reset '%s'?"
854 msgstr "'%s' をリセットしますか?"
855
856 #: lib/checkout_op.tcl:510 lib/merge.tcl:163
857 msgid "Visualize"
858 msgstr "可視化"
859
860 #: lib/checkout_op.tcl:578
861 #, tcl-format
862 msgid ""
863 "Failed to set current branch.\n"
864 "\n"
865 "This working directory is only partially switched.  We successfully updated "
866 "your files, but failed to update an internal Git file.\n"
867 "\n"
868 "This should not have occurred.  %s will now close and give up."
869 msgstr ""
870 "現在のブランチを設定できません。\n"
871 "\n"
872 "作業ディレクトリは部分的にしか切り替わっていません。ファイルの更新には成功し"
873 "ましたが、 Git の内部データを更新できませんでした。\n"
874 "起こるはずのないエラーです。あきらめて %s を終了します。"
875
876 #: lib/choose_font.tcl:39
877 msgid "Select"
878 msgstr "選択"
879
880 #: lib/choose_font.tcl:53
881 msgid "Font Family"
882 msgstr "フォント・ファミリー"
883
884 #: lib/choose_font.tcl:74
885 msgid "Font Size"
886 msgstr "フォントの大きさ"
887
888 #: lib/choose_font.tcl:91
889 msgid "Font Example"
890 msgstr "フォント・サンプル"
891
892 #: lib/choose_font.tcl:103
893 msgid ""
894 "This is example text.\n"
895 "If you like this text, it can be your font."
896 msgstr ""
897 "これはサンプル文です。\n"
898 "このフォントが気に入ればお使いになれます。"
899
900 #: lib/choose_repository.tcl:28
901 msgid "Git Gui"
902 msgstr "Git GUI"
903
904 #: lib/choose_repository.tcl:81 lib/choose_repository.tcl:376
905 msgid "Create New Repository"
906 msgstr "新しいリポジトリを作る"
907
908 #: lib/choose_repository.tcl:87
909 msgid "New..."
910 msgstr "新規…"
911
912 #: lib/choose_repository.tcl:94 lib/choose_repository.tcl:460
913 msgid "Clone Existing Repository"
914 msgstr "既存リポジトリを複製する"
915
916 #: lib/choose_repository.tcl:100
917 msgid "Clone..."
918 msgstr "複製…"
919
920 #: lib/choose_repository.tcl:107 lib/choose_repository.tcl:976
921 msgid "Open Existing Repository"
922 msgstr "既存リポジトリを開く"
923
924 #: lib/choose_repository.tcl:113
925 msgid "Open..."
926 msgstr "開く…"
927
928 #: lib/choose_repository.tcl:126
929 msgid "Recent Repositories"
930 msgstr "最近使ったリポジトリ"
931
932 #: lib/choose_repository.tcl:132
933 msgid "Open Recent Repository:"
934 msgstr "最近使ったリポジトリを開く"
935
936 #: lib/choose_repository.tcl:296 lib/choose_repository.tcl:303
937 #: lib/choose_repository.tcl:310
938 #, tcl-format
939 msgid "Failed to create repository %s:"
940 msgstr "リポジトリ %s を作製できません:"
941
942 #: lib/choose_repository.tcl:381 lib/choose_repository.tcl:478
943 msgid "Directory:"
944 msgstr "ディレクトリ:"
945
946 #: lib/choose_repository.tcl:412 lib/choose_repository.tcl:537
947 #: lib/choose_repository.tcl:1011
948 msgid "Git Repository"
949 msgstr "GIT リポジトリ"
950
951 #: lib/choose_repository.tcl:437
952 #, tcl-format
953 msgid "Directory %s already exists."
954 msgstr "ディレクトリ '%s' は既に存在します。"
955
956 #: lib/choose_repository.tcl:441
957 #, tcl-format
958 msgid "File %s already exists."
959 msgstr "ファイル '%s' は既に存在します。"
960
961 #: lib/choose_repository.tcl:455
962 msgid "Clone"
963 msgstr "複製"
964
965 #: lib/choose_repository.tcl:468
966 msgid "URL:"
967 msgstr "URL:"
968
969 #: lib/choose_repository.tcl:489
970 msgid "Clone Type:"
971 msgstr "複製方式:"
972
973 #: lib/choose_repository.tcl:495
974 msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
975 msgstr "標準(高速・中冗長度・ハードリンク)"
976
977 #: lib/choose_repository.tcl:501
978 msgid "Full Copy (Slower, Redundant Backup)"
979 msgstr "全複写(低速・冗長バックアップ)"
980
981 #: lib/choose_repository.tcl:507
982 msgid "Shared (Fastest, Not Recommended, No Backup)"
983 msgstr "共有(最高速・非推奨・バックアップ無し)"
984
985 #: lib/choose_repository.tcl:543 lib/choose_repository.tcl:590
986 #: lib/choose_repository.tcl:736 lib/choose_repository.tcl:806
987 #: lib/choose_repository.tcl:1017 lib/choose_repository.tcl:1025
988 #, tcl-format
989 msgid "Not a Git repository: %s"
990 msgstr "Git リポジトリではありません: %s"
991
992 #: lib/choose_repository.tcl:579
993 msgid "Standard only available for local repository."
994 msgstr "標準方式は同一計算機上のリポジトリにのみ使えます。"
995
996 #: lib/choose_repository.tcl:583
997 msgid "Shared only available for local repository."
998 msgstr "共有方式は同一計算機上のリポジトリにのみ使えます。"
999
1000 #: lib/choose_repository.tcl:604
1001 #, tcl-format
1002 msgid "Location %s already exists."
1003 msgstr "'%s' は既に存在します。"
1004
1005 #: lib/choose_repository.tcl:615
1006 msgid "Failed to configure origin"
1007 msgstr "origin を設定できませんでした"
1008
1009 #: lib/choose_repository.tcl:627
1010 msgid "Counting objects"
1011 msgstr "オブジェクトを数えています"
1012
1013 #: lib/choose_repository.tcl:628
1014 msgid "buckets"
1015 msgstr "バケツ"
1016
1017 #: lib/choose_repository.tcl:652
1018 #, tcl-format
1019 msgid "Unable to copy objects/info/alternates: %s"
1020 msgstr "objects/info/alternates を複写できません: %s"
1021
1022 #: lib/choose_repository.tcl:688
1023 #, tcl-format
1024 msgid "Nothing to clone from %s."
1025 msgstr "%s から複製する内容はありません"
1026
1027 #: lib/choose_repository.tcl:690 lib/choose_repository.tcl:904
1028 #: lib/choose_repository.tcl:916
1029 msgid "The 'master' branch has not been initialized."
1030 msgstr "'master' ブランチが初期化されていません"
1031
1032 #: lib/choose_repository.tcl:703
1033 msgid "Hardlinks are unavailable.  Falling back to copying."
1034 msgstr "ハードリンクが作れないので、コピーします"
1035
1036 #: lib/choose_repository.tcl:715
1037 #, tcl-format
1038 msgid "Cloning from %s"
1039 msgstr "%s から複製しています"
1040
1041 #: lib/choose_repository.tcl:746
1042 msgid "Copying objects"
1043 msgstr "オブジェクトを複写しています"
1044
1045 #: lib/choose_repository.tcl:747
1046 msgid "KiB"
1047 msgstr "KiB"
1048
1049 #: lib/choose_repository.tcl:771
1050 #, tcl-format
1051 msgid "Unable to copy object: %s"
1052 msgstr "オブジェクトを複写できません: %s"
1053
1054 #: lib/choose_repository.tcl:781
1055 msgid "Linking objects"
1056 msgstr "オブジェクトを連結しています"
1057
1058 #: lib/choose_repository.tcl:782
1059 msgid "objects"
1060 msgstr "オブジェクト"
1061
1062 #: lib/choose_repository.tcl:790
1063 #, tcl-format
1064 msgid "Unable to hardlink object: %s"
1065 msgstr "オブジェクトをハードリンクできません: %s"
1066
1067 #: lib/choose_repository.tcl:845
1068 msgid "Cannot fetch branches and objects.  See console output for details."
1069 msgstr "ブランチやオブジェクトを取得できません。コンソール出力を見て下さい"
1070
1071 #: lib/choose_repository.tcl:856
1072 msgid "Cannot fetch tags.  See console output for details."
1073 msgstr "タグを取得できません。コンソール出力を見て下さい"
1074
1075 #: lib/choose_repository.tcl:880
1076 msgid "Cannot determine HEAD.  See console output for details."
1077 msgstr "HEAD を確定できません。コンソール出力を見て下さい"
1078
1079 #: lib/choose_repository.tcl:889
1080 #, tcl-format
1081 msgid "Unable to cleanup %s"
1082 msgstr "%s を掃除できません"
1083
1084 #: lib/choose_repository.tcl:895
1085 msgid "Clone failed."
1086 msgstr "複写に失敗しました。"
1087
1088 #: lib/choose_repository.tcl:902
1089 msgid "No default branch obtained."
1090 msgstr "デフォールト・ブランチが取得されませんでした"
1091
1092 #: lib/choose_repository.tcl:913
1093 #, tcl-format
1094 msgid "Cannot resolve %s as a commit."
1095 msgstr "%s をコミットとして解釈できません"
1096
1097 #: lib/choose_repository.tcl:925
1098 msgid "Creating working directory"
1099 msgstr "作業ディレクトリを作成しています"
1100
1101 #: lib/choose_repository.tcl:926 lib/index.tcl:65 lib/index.tcl:127
1102 #: lib/index.tcl:193
1103 msgid "files"
1104 msgstr "ファイル"
1105
1106 #: lib/choose_repository.tcl:955
1107 msgid "Initial file checkout failed."
1108 msgstr "初期チェックアウトに失敗しました"
1109
1110 #: lib/choose_repository.tcl:971
1111 msgid "Open"
1112 msgstr "開く"
1113
1114 #: lib/choose_repository.tcl:981
1115 msgid "Repository:"
1116 msgstr "リポジトリ:"
1117
1118 #: lib/choose_repository.tcl:1031
1119 #, tcl-format
1120 msgid "Failed to open repository %s:"
1121 msgstr "リポジトリ %s を開けません:"
1122
1123 #: lib/choose_rev.tcl:53
1124 msgid "This Detached Checkout"
1125 msgstr "分離されたチェックアウト"
1126
1127 #: lib/choose_rev.tcl:60
1128 msgid "Revision Expression:"
1129 msgstr "リビジョン式:"
1130
1131 #: lib/choose_rev.tcl:74
1132 msgid "Local Branch"
1133 msgstr "ローカル・ブランチ"
1134
1135 #: lib/choose_rev.tcl:79
1136 msgid "Tracking Branch"
1137 msgstr "トラッキング・ブランチ"
1138
1139 #: lib/choose_rev.tcl:84 lib/choose_rev.tcl:538
1140 msgid "Tag"
1141 msgstr "タグ"
1142
1143 #: lib/choose_rev.tcl:317
1144 #, tcl-format
1145 msgid "Invalid revision: %s"
1146 msgstr "無効なリビジョン: %s"
1147
1148 #: lib/choose_rev.tcl:338
1149 msgid "No revision selected."
1150 msgstr "リビジョンが未選択です。"
1151
1152 #: lib/choose_rev.tcl:346
1153 msgid "Revision expression is empty."
1154 msgstr "リビジョン式が空です。"
1155
1156 #: lib/choose_rev.tcl:531
1157 msgid "Updated"
1158 msgstr "更新しました"
1159
1160 #: lib/choose_rev.tcl:559
1161 msgid "URL"
1162 msgstr "URL"
1163
1164 #: lib/commit.tcl:9
1165 msgid ""
1166 "There is nothing to amend.\n"
1167 "\n"
1168 "You are about to create the initial commit.  There is no commit before this "
1169 "to amend.\n"
1170 msgstr ""
1171 "訂正するコミットがそもそもありません。\n"
1172 "\n"
1173 "これから作るのは最初のコミットです。その前にはまだ訂正するようなコミットはあ"
1174 "りません。\n"
1175
1176 #: lib/commit.tcl:18
1177 msgid ""
1178 "Cannot amend while merging.\n"
1179 "\n"
1180 "You are currently in the middle of a merge that has not been fully "
1181 "completed.  You cannot amend the prior commit unless you first abort the "
1182 "current merge activity.\n"
1183 msgstr ""
1184 "マージ中にコミットの訂正はできません。\n"
1185 "\n"
1186 "現在はまだマージの途中です。先にこのマージを中止しないと、前のコミットの訂正"
1187 "はできません\n"
1188
1189 #: lib/commit.tcl:49
1190 msgid "Error loading commit data for amend:"
1191 msgstr "訂正するコミットのデータを読めません:"
1192
1193 #: lib/commit.tcl:76
1194 msgid "Unable to obtain your identity:"
1195 msgstr "ユーザの正体を確認できません:"
1196
1197 #: lib/commit.tcl:81
1198 msgid "Invalid GIT_COMMITTER_IDENT:"
1199 msgstr "GIT_COMMITTER_IDENT が無効です:"
1200
1201 #: lib/commit.tcl:133
1202 msgid ""
1203 "Last scanned state does not match repository state.\n"
1204 "\n"
1205 "Another Git program has modified this repository since the last scan.  A "
1206 "rescan must be performed before another commit can be created.\n"
1207 "\n"
1208 "The rescan will be automatically started now.\n"
1209 msgstr ""
1210 "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
1211 "\n"
1212 "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。新し"
1213 "くコミットする前に、再スキャンが必要です。\n"
1214 "\n"
1215 "自動的に再スキャンを開始します。\n"
1216
1217 #: lib/commit.tcl:154
1218 #, tcl-format
1219 msgid ""
1220 "Unmerged files cannot be committed.\n"
1221 "\n"
1222 "File %s has merge conflicts.  You must resolve them and stage the file "
1223 "before committing.\n"
1224 msgstr ""
1225 "マージしていないファイルはコミットできません。\n"
1226 "\n"
1227 "ファイル %s にはマージ衝突が残っています。まず解決してコミット予定に加える必"
1228 "要があります。\n"
1229
1230 #: lib/commit.tcl:162
1231 #, tcl-format
1232 msgid ""
1233 "Unknown file state %s detected.\n"
1234 "\n"
1235 "File %s cannot be committed by this program.\n"
1236 msgstr ""
1237 "不明なファイル状態 %s です。\n"
1238 "\n"
1239 "ファイル %s は本プログラムではコミットできません。\n"
1240
1241 #: lib/commit.tcl:170
1242 msgid ""
1243 "No changes to commit.\n"
1244 "\n"
1245 "You must stage at least 1 file before you can commit.\n"
1246 msgstr ""
1247 "コミットする変更がありません。\n"
1248 "\n"
1249 "最低一つの変更をコミット予定に加えてからコミットして下さい。\n"
1250
1251 #: lib/commit.tcl:183
1252 msgid ""
1253 "Please supply a commit message.\n"
1254 "\n"
1255 "A good commit message has the following format:\n"
1256 "\n"
1257 "- First line: Describe in one sentence what you did.\n"
1258 "- Second line: Blank\n"
1259 "- Remaining lines: Describe why this change is good.\n"
1260 msgstr ""
1261 "コミット・メッセージを入力して下さい。\n"
1262 "\n"
1263 "正しいコミット・メッセージは:\n"
1264 "\n"
1265 "- 第1行: 何をしたか、を1行で要約。\n"
1266 "- 第2行: 空白\n"
1267 "- 残りの行: なぜ、この変更が良い変更か、の説明。\n"
1268
1269 #: lib/commit.tcl:207
1270 #, tcl-format
1271 msgid "warning: Tcl does not support encoding '%s'."
1272 msgstr "警告: Tcl はエンコーディング '%s' をサポートしていません"
1273
1274 #: lib/commit.tcl:221
1275 msgid "Calling pre-commit hook..."
1276 msgstr ""
1277
1278 #: lib/commit.tcl:236
1279 msgid "Commit declined by pre-commit hook."
1280 msgstr ""
1281
1282 #: lib/commit.tcl:259
1283 msgid "Calling commit-msg hook..."
1284 msgstr ""
1285
1286 #: lib/commit.tcl:274
1287 msgid "Commit declined by commit-msg hook."
1288 msgstr ""
1289
1290 #: lib/commit.tcl:287
1291 msgid "Committing changes..."
1292 msgstr ""
1293
1294 #: lib/commit.tcl:303
1295 msgid "write-tree failed:"
1296 msgstr "write-tree が失敗しました:"
1297
1298 #: lib/commit.tcl:304 lib/commit.tcl:348 lib/commit.tcl:368
1299 #, fuzzy
1300 msgid "Commit failed."
1301 msgstr "複写に失敗しました。"
1302
1303 #: lib/commit.tcl:321
1304 #, tcl-format
1305 msgid "Commit %s appears to be corrupt"
1306 msgstr "コミット %s は壊れています"
1307
1308 #: lib/commit.tcl:326
1309 msgid ""
1310 "No changes to commit.\n"
1311 "\n"
1312 "No files were modified by this commit and it was not a merge commit.\n"
1313 "\n"
1314 "A rescan will be automatically started now.\n"
1315 msgstr ""
1316 "コミットする変更がありません。\n"
1317 "\n"
1318 "マージでなく、また、一つも変更点がありません。\n"
1319 "\n"
1320 "自動的に再スキャンを開始します。\n"
1321
1322 #: lib/commit.tcl:333
1323 msgid "No changes to commit."
1324 msgstr "コミットする変更がありません。"
1325
1326 #: lib/commit.tcl:347
1327 msgid "commit-tree failed:"
1328 msgstr "commit-tree が失敗しました:"
1329
1330 #: lib/commit.tcl:367
1331 msgid "update-ref failed:"
1332 msgstr "update-ref が失敗しました:"
1333
1334 #: lib/commit.tcl:454
1335 #, tcl-format
1336 msgid "Created commit %s: %s"
1337 msgstr "コミット %s を作成しました: %s"
1338
1339 #: lib/console.tcl:59
1340 msgid "Working... please wait..."
1341 msgstr "実行中…お待ち下さい…"
1342
1343 #: lib/console.tcl:186
1344 msgid "Success"
1345 msgstr "成功"
1346
1347 #: lib/console.tcl:200
1348 msgid "Error: Command Failed"
1349 msgstr "エラー: コマンドが失敗しました"
1350
1351 #: lib/database.tcl:43
1352 msgid "Number of loose objects"
1353 msgstr "ばらばらなオブジェクトの数"
1354
1355 #: lib/database.tcl:44
1356 msgid "Disk space used by loose objects"
1357 msgstr "ばらばらなオブジェクトの使用するディスク量"
1358
1359 #: lib/database.tcl:45
1360 msgid "Number of packed objects"
1361 msgstr "パックされたオブジェクトの数"
1362
1363 #: lib/database.tcl:46
1364 msgid "Number of packs"
1365 msgstr "パックの数"
1366
1367 #: lib/database.tcl:47
1368 msgid "Disk space used by packed objects"
1369 msgstr "パックされたオブジェクトの使用するディスク量"
1370
1371 #: lib/database.tcl:48
1372 msgid "Packed objects waiting for pruning"
1373 msgstr "パックに存在するので捨てて良いオブジェクトの数"
1374
1375 #: lib/database.tcl:49
1376 msgid "Garbage files"
1377 msgstr "ゴミファイル"
1378
1379 #: lib/database.tcl:72
1380 msgid "Compressing the object database"
1381 msgstr "データベース圧縮"
1382
1383 #: lib/database.tcl:83
1384 msgid "Verifying the object database with fsck-objects"
1385 msgstr "fsck-objects でオブジェクト・データベースを検証しています"
1386
1387 #: lib/database.tcl:108
1388 #, tcl-format
1389 msgid ""
1390 "This repository currently has approximately %i loose objects.\n"
1391 "\n"
1392 "To maintain optimal performance it is strongly recommended that you compress "
1393 "the database when more than %i loose objects exist.\n"
1394 "\n"
1395 "Compress the database now?"
1396 msgstr ""
1397 "このリポジトリにはおおよそ %i 個の個別オブジェクトがあります\n"
1398 "\n"
1399 "最適な性能を保つために、%i 個以上の個別オブジェクトを作る毎にデータベースを圧"
1400 "縮することを推奨します\n"
1401 "\n"
1402 "データベースを圧縮しますか?"
1403
1404 #: lib/date.tcl:25
1405 #, tcl-format
1406 msgid "Invalid date from Git: %s"
1407 msgstr "Git から出た無効な日付: %s"
1408
1409 #: lib/diff.tcl:42
1410 #, tcl-format
1411 msgid ""
1412 "No differences detected.\n"
1413 "\n"
1414 "%s has no changes.\n"
1415 "\n"
1416 "The modification date of this file was updated by another application, but "
1417 "the content within the file was not changed.\n"
1418 "\n"
1419 "A rescan will be automatically started to find other files which may have "
1420 "the same state."
1421 msgstr ""
1422 "変更がありません。\n"
1423 "\n"
1424 "%s には変更がありません。\n"
1425 "\n"
1426 "このファイルの変更時刻は他のアプリケーションによって更新されていますがファイ"
1427 "ル内容には変更がありません。\n"
1428 "\n"
1429 "同様な状態のファイルを探すために、自動的に再スキャンを開始します。"
1430
1431 #: lib/diff.tcl:81
1432 #, tcl-format
1433 msgid "Loading diff of %s..."
1434 msgstr "%s の変更点をロード中…"
1435
1436 #: lib/diff.tcl:114 lib/diff.tcl:184
1437 #, tcl-format
1438 msgid "Unable to display %s"
1439 msgstr "%s を表示できません"
1440
1441 #: lib/diff.tcl:115
1442 msgid "Error loading file:"
1443 msgstr "ファイルを読む際のエラーです:"
1444
1445 #: lib/diff.tcl:122
1446 msgid "Git Repository (subproject)"
1447 msgstr "Git リポジトリ(サブプロジェクト)"
1448
1449 #: lib/diff.tcl:134
1450 msgid "* Binary file (not showing content)."
1451 msgstr "* バイナリファイル(内容は表示しません)"
1452
1453 #: lib/diff.tcl:185
1454 msgid "Error loading diff:"
1455 msgstr "diff を読む際のエラーです:"
1456
1457 #: lib/diff.tcl:303
1458 msgid "Failed to unstage selected hunk."
1459 msgstr "選択されたパッチをコミット予定から外せません。"
1460
1461 #: lib/diff.tcl:310
1462 msgid "Failed to stage selected hunk."
1463 msgstr "選択されたパッチをコミット予定に加えられません。"
1464
1465 #: lib/error.tcl:20 lib/error.tcl:114
1466 msgid "error"
1467 msgstr "エラー"
1468
1469 #: lib/error.tcl:36
1470 msgid "warning"
1471 msgstr "警告"
1472
1473 #: lib/error.tcl:94
1474 msgid "You must correct the above errors before committing."
1475 msgstr "コミットする前に、以上のエラーを修正して下さい"
1476
1477 #: lib/index.tcl:6
1478 msgid "Unable to unlock the index."
1479 msgstr "インデックスをロックできません"
1480
1481 #: lib/index.tcl:15
1482 msgid "Index Error"
1483 msgstr "索引エラー"
1484
1485 #: lib/index.tcl:21
1486 msgid ""
1487 "Updating the Git index failed.  A rescan will be automatically started to "
1488 "resynchronize git-gui."
1489 msgstr ""
1490 "GIT インデックスの更新が失敗しました。git-gui と同期をとるために再スキャンし"
1491 "ます。"
1492
1493 #: lib/index.tcl:27
1494 msgid "Continue"
1495 msgstr "続行"
1496
1497 #: lib/index.tcl:31
1498 msgid "Unlock Index"
1499 msgstr "インデックスのロック解除"
1500
1501 #: lib/index.tcl:282
1502 #, tcl-format
1503 msgid "Unstaging %s from commit"
1504 msgstr "コミットから '%s' を降ろす"
1505
1506 #: lib/index.tcl:313
1507 #, fuzzy
1508 msgid "Ready to commit."
1509 msgstr "コミット予定済"
1510
1511 #: lib/index.tcl:326
1512 #, tcl-format
1513 msgid "Adding %s"
1514 msgstr "コミットに %s を加えています"
1515
1516 #: lib/index.tcl:381
1517 #, tcl-format
1518 msgid "Revert changes in file %s?"
1519 msgstr "ファイル %s にした変更を元に戻しますか?"
1520
1521 #: lib/index.tcl:383
1522 #, tcl-format
1523 msgid "Revert changes in these %i files?"
1524 msgstr "これら %i 個のファイルにした変更を元に戻しますか?"
1525
1526 #: lib/index.tcl:391
1527 msgid "Any unstaged changes will be permanently lost by the revert."
1528 msgstr "変更を元に戻すとコミット予定していない変更は全て失われます。"
1529
1530 #: lib/index.tcl:394
1531 msgid "Do Nothing"
1532 msgstr "何もしない"
1533
1534 #: lib/merge.tcl:13
1535 msgid ""
1536 "Cannot merge while amending.\n"
1537 "\n"
1538 "You must finish amending this commit before starting any type of merge.\n"
1539 msgstr ""
1540 "訂正中にはマージできません。\n"
1541 "\n"
1542 "訂正処理を完了するまでは新たにマージを開始できません。\n"
1543
1544 #: lib/merge.tcl:27
1545 msgid ""
1546 "Last scanned state does not match repository state.\n"
1547 "\n"
1548 "Another Git program has modified this repository since the last scan.  A "
1549 "rescan must be performed before a merge can be performed.\n"
1550 "\n"
1551 "The rescan will be automatically started now.\n"
1552 msgstr ""
1553 "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
1554 "\n"
1555 "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。マー"
1556 "ジを開始する前に、再スキャンが必要です。\n"
1557 "\n"
1558 "自動的に再スキャンを開始します。\n"
1559
1560 #: lib/merge.tcl:44
1561 #, tcl-format
1562 msgid ""
1563 "You are in the middle of a conflicted merge.\n"
1564 "\n"
1565 "File %s has merge conflicts.\n"
1566 "\n"
1567 "You must resolve them, stage the file, and commit to complete the current "
1568 "merge.  Only then can you begin another merge.\n"
1569 msgstr ""
1570 "衝突のあったマージの途中です。\n"
1571 "\n"
1572 "ファイル %s にはマージ中の衝突が残っています。\n"
1573 "\n"
1574 "このファイルの衝突を解決し、コミット予定に加えて、コミットすることでマージを"
1575 "完了します。そうやって始めて、新たなマージを開始できるようになります。\n"
1576
1577 #: lib/merge.tcl:54
1578 #, tcl-format
1579 msgid ""
1580 "You are in the middle of a change.\n"
1581 "\n"
1582 "File %s is modified.\n"
1583 "\n"
1584 "You should complete the current commit before starting a merge.  Doing so "
1585 "will help you abort a failed merge, should the need arise.\n"
1586 msgstr ""
1587 "変更の途中です。\n"
1588 "\n"
1589 "ファイル %s は変更中です。\n"
1590 "\n"
1591 "現在のコミットを完了してからマージを開始して下さい。そうする方がマージに失敗"
1592 "したときの回復が楽です。\n"
1593
1594 #: lib/merge.tcl:106
1595 #, tcl-format
1596 msgid "%s of %s"
1597 msgstr "%s の %s ブランチ"
1598
1599 #: lib/merge.tcl:119
1600 #, fuzzy, tcl-format
1601 msgid "Merging %s and %s..."
1602 msgstr "%s と %s をマージします"
1603
1604 #: lib/merge.tcl:130
1605 msgid "Merge completed successfully."
1606 msgstr "マージが完了しました"
1607
1608 #: lib/merge.tcl:132
1609 msgid "Merge failed.  Conflict resolution is required."
1610 msgstr "マージが失敗しました。衝突の解決が必要です。"
1611
1612 #: lib/merge.tcl:157
1613 #, tcl-format
1614 msgid "Merge Into %s"
1615 msgstr "%s にマージ"
1616
1617 #: lib/merge.tcl:176
1618 msgid "Revision To Merge"
1619 msgstr "マージするリビジョン"
1620
1621 #: lib/merge.tcl:211
1622 msgid ""
1623 "Cannot abort while amending.\n"
1624 "\n"
1625 "You must finish amending this commit.\n"
1626 msgstr ""
1627 "訂正中には中止できません。\n"
1628 "\n"
1629 "まず今のコミット訂正を完了させて下さい。\n"
1630
1631 #: lib/merge.tcl:221
1632 msgid ""
1633 "Abort merge?\n"
1634 "\n"
1635 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
1636 "\n"
1637 "Continue with aborting the current merge?"
1638 msgstr ""
1639 "マージを中断しますか?\n"
1640 "\n"
1641 "現在のマージを中断すると、コミットしていない全ての変更が失われます。\n"
1642 "\n"
1643 "マージを中断してよろしいですか?"
1644
1645 #: lib/merge.tcl:227
1646 msgid ""
1647 "Reset changes?\n"
1648 "\n"
1649 "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
1650 "\n"
1651 "Continue with resetting the current changes?"
1652 msgstr ""
1653 "変更点をリセットしますか?\n"
1654 "\n"
1655 "変更点をリセットすると、コミットしていない全ての変更が失われます。\n"
1656 "\n"
1657 "リセットしてよろしいですか?"
1658
1659 #: lib/merge.tcl:238
1660 msgid "Aborting"
1661 msgstr "中断しています"
1662
1663 #: lib/merge.tcl:238
1664 #, fuzzy
1665 msgid "files reset"
1666 msgstr "ファイル"
1667
1668 #: lib/merge.tcl:265
1669 msgid "Abort failed."
1670 msgstr "中断に失敗しました。"
1671
1672 #: lib/merge.tcl:267
1673 msgid "Abort completed.  Ready."
1674 msgstr "中断完了。"
1675
1676 #: lib/option.tcl:95
1677 msgid "Restore Defaults"
1678 msgstr "既定値に戻す"
1679
1680 #: lib/option.tcl:99
1681 msgid "Save"
1682 msgstr "保存"
1683
1684 #: lib/option.tcl:109
1685 #, tcl-format
1686 msgid "%s Repository"
1687 msgstr "%s リポジトリ"
1688
1689 #: lib/option.tcl:110
1690 msgid "Global (All Repositories)"
1691 msgstr "大域(全てのリポジトリ)"
1692
1693 #: lib/option.tcl:116
1694 msgid "User Name"
1695 msgstr "ユーザ名"
1696
1697 #: lib/option.tcl:117
1698 msgid "Email Address"
1699 msgstr "電子メールアドレス"
1700
1701 #: lib/option.tcl:119
1702 msgid "Summarize Merge Commits"
1703 msgstr "マージコミットの要約"
1704
1705 #: lib/option.tcl:120
1706 msgid "Merge Verbosity"
1707 msgstr "マージの冗長度"
1708
1709 #: lib/option.tcl:121
1710 msgid "Show Diffstat After Merge"
1711 msgstr "マージ後に diffstat を表示"
1712
1713 #: lib/option.tcl:123
1714 msgid "Trust File Modification Timestamps"
1715 msgstr "ファイル変更時刻を信頼する"
1716
1717 #: lib/option.tcl:124
1718 msgid "Prune Tracking Branches During Fetch"
1719 msgstr "フェッチ中にトラッキングブランチを刈る"
1720
1721 #: lib/option.tcl:125
1722 msgid "Match Tracking Branches"
1723 msgstr "トラッキングブランチを合わせる"
1724
1725 #: lib/option.tcl:126
1726 msgid "Number of Diff Context Lines"
1727 msgstr "diff の文脈行数"
1728
1729 #: lib/option.tcl:127
1730 #, fuzzy
1731 msgid "Commit Message Text Width"
1732 msgstr "コミットメッセージ:"
1733
1734 #: lib/option.tcl:128
1735 msgid "New Branch Name Template"
1736 msgstr "新しいブランチ名のテンプレート"
1737
1738 #: lib/option.tcl:192
1739 msgid "Spelling Dictionary:"
1740 msgstr ""
1741
1742 #: lib/option.tcl:216
1743 msgid "Change Font"
1744 msgstr "フォントを変更"
1745
1746 #: lib/option.tcl:220
1747 #, tcl-format
1748 msgid "Choose %s"
1749 msgstr "%s を選択"
1750
1751 #: lib/option.tcl:226
1752 msgid "pt."
1753 msgstr "ポイント"
1754
1755 #: lib/option.tcl:240
1756 msgid "Preferences"
1757 msgstr "設定"
1758
1759 #: lib/option.tcl:275
1760 msgid "Failed to completely save options:"
1761 msgstr "完全にオプションを保存できません:"
1762
1763 #: lib/remote_branch_delete.tcl:29 lib/remote_branch_delete.tcl:34
1764 msgid "Delete Remote Branch"
1765 msgstr "リモート・ブランチを削除"
1766
1767 #: lib/remote_branch_delete.tcl:47
1768 msgid "From Repository"
1769 msgstr "元のリポジトリ"
1770
1771 #: lib/remote_branch_delete.tcl:50 lib/transport.tcl:123
1772 msgid "Remote:"
1773 msgstr "リモート:"
1774
1775 #: lib/remote_branch_delete.tcl:66 lib/transport.tcl:138
1776 msgid "Arbitrary URL:"
1777 msgstr "任意の URL:"
1778
1779 #: lib/remote_branch_delete.tcl:84
1780 msgid "Branches"
1781 msgstr "ブランチ"
1782
1783 #: lib/remote_branch_delete.tcl:109
1784 msgid "Delete Only If"
1785 msgstr "条件付で削除"
1786
1787 #: lib/remote_branch_delete.tcl:111
1788 msgid "Merged Into:"
1789 msgstr "マージ先:"
1790
1791 #: lib/remote_branch_delete.tcl:119
1792 msgid "Always (Do not perform merge checks)"
1793 msgstr "無条件(マージ検査をしない)"
1794
1795 #: lib/remote_branch_delete.tcl:152
1796 msgid "A branch is required for 'Merged Into'."
1797 msgstr "'マージ先' にはブランチが必要です。"
1798
1799 #: lib/remote_branch_delete.tcl:184
1800 #, tcl-format
1801 msgid ""
1802 "The following branches are not completely merged into %s:\n"
1803 "\n"
1804 " - %s"
1805 msgstr ""
1806 "以下のブランチは %s に完全にマージされていません:\n"
1807 "\n"
1808 " - %s"
1809
1810 #: lib/remote_branch_delete.tcl:189
1811 #, tcl-format
1812 msgid ""
1813 "One or more of the merge tests failed because you have not fetched the "
1814 "necessary commits.  Try fetching from %s first."
1815 msgstr ""
1816 "必要なコミットが不足しているために、マージ検査が失敗しました。まず %s から"
1817 "フェッチして下さい。"
1818
1819 #: lib/remote_branch_delete.tcl:207
1820 msgid "Please select one or more branches to delete."
1821 msgstr "削除するブランチを選択して下さい。"
1822
1823 #: lib/remote_branch_delete.tcl:216
1824 msgid ""
1825 "Recovering deleted branches is difficult.\n"
1826 "\n"
1827 "Delete the selected branches?"
1828 msgstr ""
1829 "削除したブランチを回復するのは困難です。\n"
1830 "\n"
1831 "選択したブランチを削除して良いですか?"
1832
1833 #: lib/remote_branch_delete.tcl:226
1834 #, tcl-format
1835 msgid "Deleting branches from %s"
1836 msgstr "%s からブランチを削除しています。"
1837
1838 #: lib/remote_branch_delete.tcl:286
1839 msgid "No repository selected."
1840 msgstr "リポジトリが選択されていません。"
1841
1842 #: lib/remote_branch_delete.tcl:291
1843 #, tcl-format
1844 msgid "Scanning %s..."
1845 msgstr "%s をスキャンしています…"
1846
1847 #: lib/remote.tcl:165
1848 msgid "Prune from"
1849 msgstr "から刈込む…"
1850
1851 #: lib/remote.tcl:170
1852 msgid "Fetch from"
1853 msgstr "取得元"
1854
1855 #: lib/remote.tcl:213
1856 msgid "Push to"
1857 msgstr "プッシュ先"
1858
1859 #: lib/shortcut.tcl:20 lib/shortcut.tcl:61
1860 msgid "Cannot write shortcut:"
1861 msgstr "ショートカットが書けません:"
1862
1863 #: lib/shortcut.tcl:136
1864 msgid "Cannot write icon:"
1865 msgstr "アイコンが書けません:"
1866
1867 #: lib/spellcheck.tcl:57
1868 msgid "Unsupported spell checker"
1869 msgstr ""
1870
1871 #: lib/spellcheck.tcl:65
1872 msgid "Spell checking is unavailable"
1873 msgstr ""
1874
1875 #: lib/spellcheck.tcl:68
1876 msgid "Invalid spell checking configuration"
1877 msgstr ""
1878
1879 #: lib/spellcheck.tcl:70
1880 #, tcl-format
1881 msgid "Reverting dictionary to %s."
1882 msgstr ""
1883
1884 #: lib/spellcheck.tcl:73
1885 msgid "Spell checker silently failed on startup"
1886 msgstr ""
1887
1888 #: lib/spellcheck.tcl:80
1889 msgid "Unrecognized spell checker"
1890 msgstr ""
1891
1892 #: lib/spellcheck.tcl:180
1893 msgid "No Suggestions"
1894 msgstr ""
1895
1896 #: lib/spellcheck.tcl:381
1897 msgid "Unexpected EOF from spell checker"
1898 msgstr ""
1899
1900 #: lib/spellcheck.tcl:385
1901 msgid "Spell Checker Failed"
1902 msgstr ""
1903
1904 #: lib/status_bar.tcl:83
1905 #, tcl-format
1906 msgid "%s ... %*i of %*i %s (%3i%%)"
1907 msgstr "%1$s ... %4$*i %6$s 中の %2$*i (%7$3i%%)"
1908
1909 #: lib/transport.tcl:6
1910 #, tcl-format
1911 msgid "fetch %s"
1912 msgstr "%s を取得"
1913
1914 #: lib/transport.tcl:7
1915 #, tcl-format
1916 msgid "Fetching new changes from %s"
1917 msgstr "%s から新しい変更をフェッチしています"
1918
1919 #: lib/transport.tcl:18
1920 #, tcl-format
1921 msgid "remote prune %s"
1922 msgstr "遠隔刈込 %s"
1923
1924 #: lib/transport.tcl:19
1925 #, tcl-format
1926 msgid "Pruning tracking branches deleted from %s"
1927 msgstr "%s から削除されたトラッキング・ブランチを刈っています"
1928
1929 #: lib/transport.tcl:25 lib/transport.tcl:71
1930 #, tcl-format
1931 msgid "push %s"
1932 msgstr "%s をプッシュ"
1933
1934 #: lib/transport.tcl:26
1935 #, tcl-format
1936 msgid "Pushing changes to %s"
1937 msgstr "%s へ変更をプッシュしています"
1938
1939 #: lib/transport.tcl:72
1940 #, tcl-format
1941 msgid "Pushing %s %s to %s"
1942 msgstr "%3$s へ %1$s %2$s をプッシュしています"
1943
1944 #: lib/transport.tcl:89
1945 msgid "Push Branches"
1946 msgstr "ブランチをプッシュ"
1947
1948 #: lib/transport.tcl:103
1949 msgid "Source Branches"
1950 msgstr "元のブランチ"
1951
1952 #: lib/transport.tcl:120
1953 msgid "Destination Repository"
1954 msgstr "送り先リポジトリ"
1955
1956 #: lib/transport.tcl:158
1957 msgid "Transfer Options"
1958 msgstr "通信オプション"
1959
1960 #: lib/transport.tcl:160
1961 msgid "Force overwrite existing branch (may discard changes)"
1962 msgstr "既存ブランチを上書き(変更を破棄する可能性があります)"
1963
1964 #: lib/transport.tcl:164
1965 msgid "Use thin pack (for slow network connections)"
1966 msgstr "Thin Pack を使う(遅いネットワーク接続)"
1967
1968 #: lib/transport.tcl:168
1969 msgid "Include tags"
1970 msgstr "タグを含める"