1 # Translation of git-cola to Japanese
2 # Copyright (C) 2007 Shawn Pearce at el.
3 # This file is distributed under the same license as the git-cola package.
4 # しらいし ななこ <nanako3@bluebottle.com>, 2007.
5 # fu7mu4 <fu7mu4@gmail.com>, 2020.
6 # Shun Sakai <sorairolake@protonmail.ch>, 2019.
10 "Project-Id-Version: git-cola VERSION\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2017-10-17 01:06-0700\n"
13 "Language-Team: Japanese\n"
14 "PO-Revision-Date: 2022-07-30 19:33+0900\n"
15 "Last-Translator: Kisaragi Hiu <mail@kisaragi-hiu.com>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
24 " Drag and drop or use the <strong>Add</strong> button to add\n"
25 " patches to the list\n"
31 " ドラッグ&ドロップまたは<strong>追加</strong>ボタンを押して追加します。\n"
40 " Git Cola has been translated into different languages thanks\n"
41 " to the help of the individuals listed below.\n"
45 " Translation is approximate. If you find a mistake,\n"
46 " please let us know by opening an issue on Github:\n"
55 " We invite you to participate in translation by adding or updating\n"
56 " a translation and opening a pull request.\n"
65 " Git Cola は様々な言語に翻訳されてきました。\n"
66 " 以下のリストの皆さまに感謝します。\n"
70 " 翻訳はおおよそです。もし間違いがあった場合、\n"
71 " Githubに課題を作成して知らせてください。:\n"
80 " 私たちはあなたに翻訳を追加したり翻訳を更新したりしていただきたいです。\n"
81 " そしてプルリクエストを送っていただきたいです。\n"
92 " Git Cola version %(cola_version)s\n"
94 " <li> %(platform_version)s\n"
95 " <li> Python (%(python_path)s) %(python_version)s\n"
96 " <li> Git %(git_version)s\n"
97 " <li> Qt %(qt_version)s\n"
98 " <li> QtPy %(qtpy_version)s\n"
99 " <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
105 " Git Cola のバージョンは %(cola_version)s、の\n"
107 " <li> %(platform_version)sです。\n"
108 " <li> Python (%(python_path)s) %(python_version)s\n"
109 " <li> Git %(git_version)s\n"
110 " <li> Qt %(qt_version)s\n"
111 " <li> QtPy %(qtpy_version)s\n"
112 " <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
120 " Please use %(bug_link)s to report issues.\n"
126 " %(bug_link)s を使って課題を報告してください。\n"
133 " Format String Variables\n"
134 " -----------------------\n"
135 " %(path)s = relative file path\n"
136 " %(abspath)s = absolute file path\n"
137 " %(dirname)s = relative directory path\n"
138 " %(absdirname)s = absolute directory path\n"
139 " %(filename)s = file basename\n"
140 " %(basename)s = file basename without extension\n"
141 " %(ext)s = file extension\n"
145 " -----------------------\n"
146 " %(path)s = ファイルへの相対パス\n"
147 " %(abspath)s = ファイルへの絶対パス\n"
148 " %(dirname)s = ディレクトリへの相対パス\n"
149 " %(absdirname)s = ディレクトリへの絶対パス\n"
150 " %(filename)s = ファイルのベース名\n"
151 " %(basename)s = ファイルのベース名(拡張子なし)\n"
152 " %(ext)s = ファイルの拡張子\n"
158 "pick = use commit\n"
159 "reword = use commit, but edit the commit message\n"
160 "edit = use commit, but stop for amending\n"
161 "squash = use commit, but meld into previous commit\n"
162 "fixup = like \"squash\", but discard this commit's log message\n"
163 "exec = run command (the rest of the line) using shell\n"
165 "These lines can be re-ordered; they are executed from top to bottom.\n"
167 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
169 "However, if you disable everything, the rebase will be aborted.\n"
171 "Keyboard Shortcuts\n"
172 "------------------\n"
176 "J = shift row down\n"
184 "spacebar = toggle enabled\n"
186 "ctrl+enter = accept changes and rebase\n"
187 "ctrl+q = cancel and abort the rebase\n"
188 "ctrl+d = launch difftool\n"
194 "reword = コミットを使う、がしかしコミットメッセージを編集する。\n"
195 "edit = コミットを使う、が修正のために停止する。\n"
196 "squash = コミットを使う、が以前のコミットと混ぜ合わせる。\n"
197 "fixup = \"squash\"に似ているが、コミットログのメッセージを破棄する。\n"
198 "exec = シェルを使って、(行の残り部分の)コマンドを実行する。\n"
200 "これらの行は並べ直すことができます。これは上から下に実行します。\n"
202 "もし1行を無効にした場合、そのコミットはなくなります。\n"
204 "しかし、もし全てを無効にした場合、そのrebaseは中止になります。\n"
207 "------------------\n"
211 "J = shift row down\n"
219 "spacebar = 有効化の切り替え\n"
221 "ctrl+enter = 変更を受け入れて、rebaseする\n"
222 "ctrl+q = rebaseをキャンセルして、rebaseを中止する。\n"
223 "ctrl+d = diffツールの起動\n"
227 "Keyboard Shortcuts\n"
228 "------------------\n"
229 "J, Down = Move Down\n"
231 "Enter = Edit Selected Files\n"
232 "Spacebar = Open File Using Default Application\n"
233 "Ctrl + L = Focus Text Entry Field\n"
236 "The up and down arrows change focus between the text entry field\n"
241 "------------------\n"
244 "Enter = 選択ファイルの編集\n"
245 "Spacebar = デフォルトのアプリケーションでファイルを開く\n"
246 "Ctrl + L = テキスト項目にフォーカスを移動する\n"
249 "カーソルの上下でテキスト項目と結果の間でフォーカスを変更する。\n"
258 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
259 msgstr "\"%(branch)s\" は \"%(remote)s\" から削除されています。"
262 msgid "\"%(command)s\" returned exit status \"%(status)d\""
263 msgstr "\"%(command)s\" は終了ステータスとして \"%(status)d\" を返しました。"
266 msgid "\"%(command)s\" returned exit status %(status)d"
267 msgstr "\"%(command)s\" は終了ステータスとして %(status)d を返しました。"
270 msgid "\"%s\" already exists"
271 msgstr "\"%s\" ブランチは既に存在します。"
274 msgid "\"%s\" already exists, cola will create a new directory"
275 msgstr "\"%s\" は既に存在しています。git colaは新しいディレクトリを作成してします。"
278 msgid "\"%s\" requires a selected file."
279 msgstr "\"%s\" は選択したファイルを要求します。"
285 msgid "%(project)s: %(branch)s - Browse"
286 msgstr "%(project)s: %(branch)s - ブラウズ"
289 msgid "%(project)s: %(ref)s - DAG"
290 msgstr "%(project)s: %(ref)s - DAG"
301 msgid "%d minutes ago"
305 msgid "%d patch(es) applied."
306 msgstr "%d パッチを適用しました。"
310 msgstr "%d スキップしました。"
314 "%s appears to contain merge conflicts.\n"
316 "You should probably skip this file.\n"
319 "%s マージに衝突があることがわかりました。\n"
321 "このファイルはおそらくスキップすべきです。\n"
325 msgid "%s could not be opened. Remove from bookmarks?"
326 msgstr "%s を開けませんでした。ブックマークから削除しますか?"
329 msgid "%s is not a Git repository."
330 msgstr "%s は Gitのリポジトリではありません。"
333 msgid "%s will be removed from your bookmarks."
334 msgstr "%s をあなたのブックマークから削除します。"
337 msgid "%s will be removed from your recent repositories."
338 msgstr "%s をあなたの最近のリポジトリリストから削除します。"
341 msgid "%s: No such file or directory."
342 msgstr "%s: そのようなファイルやディレクトリはありません。"
353 msgid "*** Branch Point ***"
354 msgstr "*** ブランチポイント ***"
356 msgid "*** Sandbox ***"
357 msgstr "*** サンドボックス ***"
381 "A commit template has not been configured.\n"
382 "Use \"git config\" to define \"commit.template\"\n"
383 "so that it points to a commit template."
385 "コミットテンプレートは変更できません。\n"
386 "\"git config\" を使って、\"commit.template\"を定義してください。\n"
387 "これはコミットテンプレートを指定します。"
390 msgid "A hook must be provided at \"%s\""
391 msgstr "フックが\"%s\"で提供されなければなりません。"
394 msgid "A stash named \"%s\" already exists"
395 msgstr "\"%s\" という名前のstashは既に存在します。"
406 msgid "Abort Merge..."
409 msgid "Abort the action?"
410 msgstr "このアクションを中止しますか?"
413 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
414 "Recovering uncommitted changes is not possible."
416 "現在のマージを中止すると、コミットしていない *全て* の変更を失います。\n"
417 "コミットしていない変更を戻すことはできません。"
419 msgid "Aborting the current merge?"
420 msgstr "現在のマージを中止しますか?"
425 msgid "About git-cola"
426 msgstr "git-colaについて"
432 "Accept changes and rebase\n"
433 "Shortcut: Ctrl+Enter"
435 "変更を受け入れてrebaseします。\n"
436 "ショートカット: Ctrl+Enter"
456 msgid "Add Separator"
459 msgid "Add Submodule"
462 msgid "Add Submodule..."
463 msgstr "サブモジュールの追加..."
466 "Add and remove remote repositories using the \n"
467 "Add(+) and Delete(-) buttons on the left-hand side.\n"
469 "Remotes can be renamed by selecting one from the list\n"
470 "and pressing \"enter\", or by double-clicking."
472 "リモートリポジトリの追加や削除するには\n"
473 "左側のAdd(+) または Delete(-) ボタンを使用します。\n"
475 "リモートリポジトリの名前を変更するには、リストから選択して\n"
476 "\"enter\"を入力する、またはダブルクリックします。"
478 msgid "Add new remote git repository"
479 msgstr "新しいgitのリモートリポジトリを追加します。"
481 msgid "Add patches (+)"
487 msgid "Add this submodule?"
488 msgstr "このサブモジュールを追加しますか?"
490 msgid "Add to .gitignore"
491 msgstr ".gitignoreに追加"
493 msgid "Add to Git Annex"
494 msgstr "Git Annexに追加"
496 msgid "Add to Git LFS"
499 msgid "Add to exclusions"
500 msgstr "exclusionsに追加"
502 msgid "Add to local .git/info/exclude"
503 msgstr "ローカルの .git/info/exclude に追加"
514 msgid "All Repositories"
519 "All submodules will be updated using\n"
523 msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
524 msgstr "ファストフォワードではない更新を許可します。\"force\" はリモートリポジトリでコミットを失う可能性があります。使用には注意してください。"
526 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
527 msgstr "可能な場合には常にマージコミットを作成するする、たとえそのマージがファーストフォワードアップデートだった場合でもでも作成する。"
535 msgid "Amend Last Commit"
538 msgid "Amend the published commit?"
539 msgstr "発行済のコミットを訂正しますか?"
545 "An action is still running.\n"
546 "Terminating it could result in data loss."
549 "中断は結果としてデータを失うことがありえます。"
552 "An unsigned, lightweight tag will be created instead.\n"
553 "Create an unsigned tag?"
555 "署名のない、軽量のタグを代わりにに作成します。\n"
564 msgid "Apply Patches"
567 msgid "Apply Patches..."
570 msgid "Apply and drop the selected stash (git stash pop)"
571 msgstr "選択したスタッシュを適用する(git stash pop)"
573 msgid "Apply the selected stash"
574 msgstr "選択したスタッシュを適用する"
591 msgid "Auto-Wrap Lines"
594 msgid "Autocomplete Paths"
597 msgid "Automatically Load Commit Message Template"
598 msgstr "自動的にコミットメッセージテンプレート読み込み"
607 msgid "Blame selected paths"
608 msgstr "選択したパスの名前を変更"
613 msgid "Bold on dark headers instead of italic"
614 msgstr "イタリックフォントからボールドフォントとダークヘッダに"
621 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
622 "A new remote branch will be published."
624 "\"%(branch)s\" は \"%(remote)s\" に存在していません。\n"
625 "新しいリモートブランチを作成し、公開します。"
628 msgid "Branch \"%s\" already exists."
629 msgstr "\"%s\" ブランチは既に存在します。"
631 msgid "Branch Diff Viewer"
634 msgid "Branch Exists"
653 msgid "Brazilian translation"
659 msgid "Browse Commits..."
660 msgstr "コミットのブラウズ..."
662 msgid "Browse Current Branch..."
663 msgstr "現在ブランチのブラウズ..."
665 msgid "Browse Other Branch..."
666 msgstr "その他のブランチのブラウズ..."
678 msgid "Bypass Commit Hooks"
689 "ショートカット: Ctrl+Q: Ctrl+Q"
695 msgid "Cannot exec \"%s\": please configure a blame viewer"
696 msgstr "\"%s\"を実行できません。責任者ビューアーを設定してください。"
699 msgid "Cannot exec \"%s\": please configure a history browser"
700 msgstr "\"%s\"を実行できません。履歴ビューアーを設定してください。"
703 msgid "Cannot exec \"%s\": please configure your editor"
704 msgstr "\"%s\"を実行できません。エディタを設定してください。"
706 msgid "Changed Upstream"
707 msgstr "変更したアップストリーム"
709 msgid "Check Published Commits when Amending"
710 msgstr "アメンド時の発行したコミットを確認"
712 msgid "Check Spelling"
715 msgid "Check spelling"
718 msgid "Check whether a commit has been published when amending"
719 msgstr "アメンド時にコミットを発行したかどうかを確認"
724 msgid "Checkout After Creation"
725 msgstr "作成してすぐチェックアウト"
727 msgid "Checkout Branch"
728 msgstr "ブランチをチェックアウト"
730 msgid "Checkout Detached HEAD"
731 msgstr "デタッチしたHEADをチェックアウト"
733 msgid "Checkout as new branch"
734 msgstr "新しいブランチとしてチェックアウト"
742 msgid "Cherry-Pick Commit"
745 msgid "Cherry-Pick..."
751 msgid "Choose the \"git grep\" regular expression mode"
752 msgstr "\"git grep\" 正規表現モードを選択する"
754 msgid "Clear Default Repository"
755 msgstr "デフォルトリポジトリをクリアする"
757 msgid "Clear commit message"
758 msgstr "コミットメッセージをクリアする"
760 msgid "Clear commit message?"
761 msgstr "コミットメッセージをクリアしますか?"
769 msgid "Clone Repository"
776 msgid "Cloning repository at %s"
777 msgstr "リポジトリのClone中: %s"
794 msgid "Commit failed"
797 msgid "Commit staged changes"
798 msgstr "ステージした変更をコミット"
801 "Commit staged changes\n"
802 "Shortcut: Ctrl+Enter"
805 "ショートカット: Ctrl+Enter"
807 msgid "Commit summary"
810 msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
811 msgstr "衝突のない場合のみこのマージをコミットチェックなしで、コミットされていないマージを残す。"
822 msgid "Configure Toolbar"
825 msgid "Configure the remote branch as the the new upstream"
826 msgstr "新しいアップストリームとしてリモートブランチを設定する"
837 msgid "Copy Basename to Clipboard"
838 msgstr "ベースネームをクリップボードにコピー"
840 msgid "Copy Leading Path to Clipboard"
841 msgstr "リーディングパスをクリップボードにコピー"
843 msgid "Copy Path to Clipboard"
844 msgstr "パスをクリップボードにコピー"
846 msgid "Copy Relative Path to Clipboard"
847 msgstr "相対パスをクリップボードにコピー"
856 msgid "Could not open %s."
857 msgstr "%s を開けませんでした。"
860 msgid "Could not parse Git URL: \"%s\""
861 msgstr "Git URL \"%s\"がパースできません。"
866 msgid "Create Branch"
872 msgid "Create Remote Branch"
875 msgid "Create Signed Commit"
876 msgstr "署名されたコミットの作成"
881 msgid "Create Tag..."
884 msgid "Create Unsigned Tag"
887 msgid "Create a merge commit even when the merge resolves as a fast-forward"
888 msgstr "マージコミットを作成するそれがファーストフォワードとしてマージされる可能性がある"
890 msgid "Create a new remote branch?"
891 msgstr "リモートブランチを作成しますか?"
893 msgid "Create a new repository at that location?"
894 msgstr "この場所に新しいリポジトリを作成しますか?"
896 msgid "Create a shallow clone with history truncated to the specified number of revisions. 0 performs a full clone."
897 msgstr "指定した数まで履歴を切り詰めた浅いクローンを作成します。0 は完全なクローンになります。"
903 msgid "Created a new tag named \"%s\""
904 msgstr "新しく作成したタグ \"%s\" "
906 msgid "Current Repository"
909 msgid "Custom Copy Actions"
910 msgstr "コピーアクションをカスタム"
918 msgid "Czech translation"
938 msgid "Delete %d file(s)?"
939 msgstr "%d のfileを削除しますか?"
941 msgid "Delete Bookmark"
944 msgid "Delete Bookmark?"
945 msgstr "ブックマークを削除しますか?"
947 msgid "Delete Branch"
953 msgid "Delete Files..."
956 msgid "Delete Files?"
957 msgstr "ファイルを削除しますか?"
959 msgid "Delete Remote"
962 msgid "Delete Remote Branch"
965 msgid "Delete Remote Branch..."
966 msgstr "リモートブランチの削除中..."
968 msgid "Delete Toolbar"
972 msgid "Delete branch \"%s\"?"
973 msgstr "ブランチ \"%s\" を削除しますか?"
975 msgid "Delete remote"
979 msgid "Delete remote \"%s\""
980 msgstr "リモート \"%s\"の削除"
982 msgid "Delete remote?"
983 msgstr "リモートを削除しますか?"
989 msgid "Deleting \"%s\" failed"
990 msgstr "\"%s\"の削除に失敗しました。"
1001 msgid "Detect Conflict Markers"
1002 msgstr "衝突マーカーをデタッチ"
1004 msgid "Detect conflict markers in unmerged files"
1005 msgstr "マージされていない衝突マーカーの検出"
1013 msgid "Diff Against Predecessor..."
1016 msgid "Diff Options"
1017 msgstr "diffツールオプション"
1022 msgid "Diff selected -> this"
1023 msgstr "Diff 選択 -> this"
1025 msgid "Diff this -> selected"
1026 msgstr "Diff this -> 選択"
1034 msgid "Directory Exists"
1040 msgid "Display Untracked Files"
1043 msgid "Documentation"
1053 msgstr "ドロップをスタッシュしますか?"
1056 msgid "Drop the \"%s\" stash?"
1057 msgstr "\"%s\" スタッシュをドロップしますか?"
1059 msgid "Drop the selected stash"
1060 msgstr "選択したスタッシュをドロップします。"
1068 msgid "Edit Remotes"
1071 msgid "Edit Remotes..."
1072 msgstr "リモートを編集中..."
1074 msgid "Edit remotes by selecting them from the list"
1075 msgstr "リストから選択してリモートを編集する"
1077 msgid "Edit selected paths"
1078 msgstr "選択したパスを編集する"
1086 msgid "Email Address"
1089 msgid "Email contributor"
1090 msgstr "メールコントリビュータ"
1092 msgid "Enable path autocompletion in tools"
1093 msgstr "ツールのパス自動補完を有効にする"
1095 msgid "Enable word wrapping"
1101 msgid "Enter New Branch Name"
1102 msgstr "新しいブランチ名を入力する"
1104 msgid "Enter a name for the new bare repo"
1105 msgstr "新しいbaraリポジトリの名前を入力する"
1107 msgid "Enter a name for the stash"
1108 msgstr "スタッシュの名前を入力する"
1113 msgid "Error Cloning"
1116 msgid "Error Creating Branch"
1119 msgid "Error Creating Repository"
1122 msgid "Error Deleting Remote Branch"
1123 msgstr "リモートブランチ削除エラー"
1125 msgid "Error Editing File"
1128 msgid "Error Launching Blame Viewer"
1129 msgstr "責任者ビューア起動エラー"
1131 msgid "Error Launching History Browser"
1132 msgstr "履歴ブラウザ起動エラー"
1134 msgid "Error Opening Repository"
1135 msgstr "履歴オープン時のエラー"
1138 msgid "Error creating remote \"%s\""
1139 msgstr "リモート \"%s\"作成エラー"
1141 msgid "Error creating stash"
1145 msgid "Error deleting branch \"%s\""
1146 msgstr "ブランチ削除エラー \"%s\""
1149 msgid "Error deleting remote \"%s\""
1150 msgstr "リモート \"%s\" 削除エラー"
1153 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1154 msgstr "\"%(name)s\" から \"%(new_name)s\" の名前変更エラー"
1156 msgid "Error running prepare-commitmsg hook"
1157 msgstr "コミットメッセージ前フック実行エラー"
1159 #, fuzzy, python-format
1160 msgid "Error updating submodule %s"
1161 msgstr "リモート \"%s\"作成エラー"
1164 msgid "Error updating submodules"
1167 msgid "Error: Cannot find commit template"
1168 msgstr "エラー:コミットテンプレートが見つかりません。"
1170 msgid "Error: Stash exists"
1171 msgstr "エラー:スタッシュの存在"
1173 msgid "Error: Unconfigured commit template"
1174 msgstr "エラー:コミットテンプレートが設定されていない"
1177 msgid "Error: could not clone \"%s\""
1178 msgstr "エラー: \"%s\" が cloneできない"
1181 msgid "Error: could not create tag \"%s\""
1182 msgstr "エラー: tag \"%s\" が作成できない"
1185 msgid "Executing action %s"
1186 msgstr "アクション %s の実行中"
1191 msgid "Export Patches"
1194 msgid "Export Patches..."
1195 msgstr "パッチのエクスポート中..."
1197 msgid "Expression..."
1200 msgid "Extended Regexp"
1203 msgid "Extended description..."
1206 msgid "Fast Forward Only"
1209 msgid "Fast-forward only"
1212 msgid "Favorite repositories"
1221 msgid "Fetch Tracking Branch"
1222 msgstr "トラッキング・ブランチを取得"
1227 msgid "File Browser..."
1228 msgstr "ファイルブラウザ..."
1230 msgid "File Differences"
1237 msgid "File saved to \"%s\""
1238 msgstr "ファイルを \"%s\" へ保存"
1240 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1241 msgstr "ファイルシステム変更監視: \"cola.inotify\"がfalseであるため、無効です。\n"
1243 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1244 msgstr "ファイルシステム変更監視: libcがinotifyシステムコールをサポートしていないため、無効です。\n"
1246 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1247 msgstr "ファイルシステム変更監視: pywin32がインストールされていないため、無効です。\n"
1250 "File system change monitoring: disabled because the limit on the total number of inotify watches was reached. You may be able to increase the limit on the number of watches by running:\n"
1252 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1254 "ファイルシステム変更監視: inotify 監視の総数が上限に到達したため無効です。inotifyの監視の総数の上限を増加させるには以下のように実行します。:\n"
1256 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1258 msgid "File system change monitoring: enabled.\n"
1259 msgstr "ファイルシステム変更監視: 有効です。\n"
1267 msgid "Filter branches..."
1268 msgstr "ブランチのフィルタ..."
1270 msgid "Filter paths..."
1276 msgid "Fixed String"
1279 msgid "Fixed-Width Font"
1285 msgid "Fixup Previous Commit"
1288 msgid "Flat dark blue"
1291 msgid "Flat dark green"
1292 msgstr "フラットダークグリーン"
1294 msgid "Flat dark grey"
1297 msgid "Flat dark red"
1300 msgid "Flat light blue"
1303 msgid "Flat light green"
1304 msgstr "フラットライトグリーン"
1306 msgid "Flat light grey"
1309 msgid "Flat light red"
1315 msgid "Follow System Style"
1327 msgid "Force Fetch?"
1328 msgstr "強制フェッチしますか?"
1334 msgstr "強制プッシュしますか?"
1337 msgid "Force fetching from %s?"
1338 msgstr "%sから強制フェッチしますか?"
1341 msgid "Force push to %s?"
1342 msgstr "%sへ強制プッシュしますか?"
1344 msgid "Format String"
1345 msgstr "フォーマットストリング"
1347 msgid "French translation"
1350 msgid "GPG-sign the merge commit"
1351 msgstr "マージコミットのGPG署名"
1357 msgid "Gathering info for \"%s\"..."
1358 msgstr "\"%s\"の情報を収集..."
1360 msgid "German translation"
1363 msgid "Get Commit Message Template"
1364 msgstr "コミットメッセージのテンプレートを取得"
1372 msgid "Grab File..."
1373 msgstr "ファイルのGrab..."
1381 msgid "Have you rebased/pulled lately?"
1382 msgstr "最近rebaseまたはpullを実行しましたか?"
1387 msgid "Help - Custom Copy Actions"
1388 msgstr "ヘルプ - カスタムコピーアクション"
1390 msgid "Help - Find Files"
1391 msgstr "ヘルプ - ファイルの捜索"
1393 msgid "Help - git-cola-sequence-editor"
1394 msgstr "ヘルプ - git-cola-sequence-editor"
1399 msgid "History Browser"
1402 msgid "Hungarian translation"
1411 msgid "Ignore all whitespace"
1412 msgstr "全ての空白文字を無視する"
1414 msgid "Ignore changes in amount of whitespace"
1415 msgstr "変更の空白文字を無視する"
1417 msgid "Ignore changes in whitespace at EOL"
1418 msgstr "変更の、改行などの行末空白文字を無視する"
1420 msgid "Ignore custom pattern"
1421 msgstr "カスタムパターンで無視を指定する"
1423 msgid "Ignore exact filename"
1424 msgstr "厳密に指定したファイル名で無視を指定する"
1426 msgid "Ignore filename or pattern"
1427 msgstr "ファイル名またはパターンで無視を指定する"
1432 msgid "Include tags "
1435 msgid "Indent Status paths"
1438 msgid "Indonesian translation"
1441 msgid "Initialize Git Annex"
1442 msgstr "Git Annexを初期化する"
1444 msgid "Initialize Git LFS"
1445 msgstr "Git LFSを初期化する"
1447 msgid "Inititalize submodules"
1448 msgstr "サブモジュールを初期化する"
1450 msgid "Insert spaces instead of tabs"
1451 msgstr "タブではなく空白スペースを挿入する"
1453 msgid "Interactive Rebase"
1454 msgstr "インタラクティブリベース"
1456 msgid "Invalid Revision"
1459 msgid "Japanese translation"
1462 msgid "Keep *.orig Merge Backups"
1463 msgstr "*.orig マージバックアップを保持"
1468 msgid "Keyboard Shortcuts"
1469 msgstr "キーボードショートカット"
1471 msgid "Launch Diff Tool"
1474 msgid "Launch Directory Diff Tool"
1475 msgstr "ディレクトリ差分ツールを起動"
1477 msgid "Launch Editor"
1480 msgid "Launch Terminal"
1484 "Launch external diff tool\n"
1490 msgid "Launch git-cola"
1491 msgstr "git-colaを起動"
1493 msgid "Launch git-difftool against previous versions"
1494 msgstr "git差分ツールを以前のバージョンに対して起動"
1496 msgid "Launch git-difftool on the current path"
1497 msgstr "git差分ツールを現在のパスに対して起動"
1505 msgid "Load Commit Message"
1506 msgstr "コミットメッセージをロード"
1508 msgid "Load Commit Message..."
1509 msgstr "コミットメッセージをロード中"
1511 msgid "Load Previous Commit Message"
1512 msgstr "以前のコミットメッセージをロード"
1520 msgid "Local Branch"
1523 msgid "Local branch"
1532 msgid "Maintainer (since 2007) and developer"
1533 msgstr "2007年からのメンテナーと開発者"
1539 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1540 msgstr "\"%(revision)s\" を \"%(branch)s\" にマージ"
1545 msgid "Merge Verbosity"
1548 msgid "Merge failed. Conflict resolution is required."
1549 msgstr "マージ失敗衝突の解明が必要です。"
1552 msgid "Merge into \"%s\""
1553 msgstr "\"%s\"へのマージ"
1555 msgid "Merge into current branch"
1556 msgstr "現在のブランチへマージ"
1567 msgid "Missing Commit Message"
1568 msgstr "コミットメッセージの喪失"
1570 msgid "Missing Data"
1573 msgid "Missing Name"
1576 msgid "Missing Revision"
1579 msgid "Missing Tag Message"
1594 msgid "Move files to trash"
1595 msgstr "ファイルをゴミ箱に移動"
1600 msgid "Name for the new remote"
1603 msgid "New Bare Repository..."
1604 msgstr "新しい Bare リポジトリ..."
1606 msgid "New Repository..."
1607 msgstr "新しいリポジトリ..."
1621 msgid "No Revision Specified"
1622 msgstr "指定リビジョンがありません"
1625 "No changes to commit.\n"
1627 "You must stage at least 1 file before you can commit."
1631 "コミットする前に少なくとも1ファイルをステージしなければなりません。"
1633 msgid "No commits exist in this branch."
1634 msgstr "このブランチにコミットはありません。"
1636 msgid "No fast forward"
1637 msgstr "ファーストフォワードがありません"
1639 msgid "No fast-forward"
1640 msgstr "ファーストフォワードがありません"
1642 msgid "No repository selected."
1643 msgstr "リポジトリが選択されていません。"
1645 msgid "Non-fast-forward fetch overwrites local history!"
1646 msgstr "ファーストフォワードではないフェッチはローカルの履歴を上書きします!"
1649 "Non-fast-forward push overwrites published history!\n"
1650 "(Did you pull first?)"
1652 "ファーストフォワードではないフェッチは発行した履歴を上書きします!\n"
1655 msgid "Nothing to commit"
1656 msgstr "コミットするものはありません。"
1658 msgid "Nothing to do"
1659 msgstr "すべきことはありません"
1661 msgid "Number of Diff Context Lines"
1667 msgid "Open Git Repository..."
1668 msgstr "Git リポジトリを開く..."
1674 msgid "Open Parent Directory"
1680 msgid "Open Using Default Application"
1681 msgstr "デフォルトのアプリケーションで開く"
1683 msgid "Open in New Window"
1684 msgstr "新しいウィンドウで開く"
1686 msgid "Open in New Window..."
1687 msgstr "新しいウィンドウで開いています..."
1692 msgid "Other branches"
1699 msgid "Overwrite \"%s\"?"
1700 msgstr "\"%s\"を上書きしますか?"
1702 msgid "Overwrite File?"
1703 msgstr "ファイルを上書きしますか?"
1706 "Parse arguments using a shell.\n"
1707 "Queries with spaces will require \"double quotes\"."
1710 "空白文字のあるクエリは二重引用符で囲む必要があります。"
1712 msgid "Partially Staged"
1718 msgid "Patch(es) Applied"
1724 msgid "Path or URL to clone (Env. $VARS okay)"
1725 msgstr "CloneのパスやURL(環境変数は解釈できる)"
1733 msgid "Please provide both a branch name and revision expression."
1734 msgstr "ブランチ名とリビジョン表現を両方を提供してください。"
1736 msgid "Please select a file"
1737 msgstr "ファイルを選択してください"
1739 msgid "Please specify a name for the new tag."
1740 msgstr "新しいタグの名前を指定してください。"
1742 msgid "Please specify a revision to tag."
1743 msgstr "タグをつけるためのリビジョンを指定してください。"
1746 "Please supply a commit message.\n"
1748 "A good commit message has the following format:\n"
1750 "- First line: Describe in one sentence what you did.\n"
1751 "- Second line: Blank\n"
1752 "- Remaining lines: Describe why this change is good.\n"
1754 "コミットメッセージを提供してください。\n"
1756 "良いコミットメッセージは次のフォーマットを持ちます。:\n"
1758 "- 1行目: 1行であなたがしたことを説明します。\n"
1760 "- 3行目以降: あなたがした変更の理由を説明します。\n"
1762 msgid "Point the current branch head to a new commit?"
1763 msgstr "現在のブランチのheadを新しいコミットに指定しますか?"
1765 msgid "Polish translation"
1777 msgid "Prepare Commit Message"
1778 msgstr "コミットメッセージの準備"
1780 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
1781 msgstr "何も選択されていないとき、全てのファイルをステージングしないようにする"
1783 msgid "Previous File"
1786 msgid "Prompt on creation"
1789 msgid "Prompt when pushing creates new remote branches"
1790 msgstr "新規のリモートブランチを作成するプッシュ時のプロンプト"
1795 msgid "Prune Missing Entries"
1817 msgid "Rebase onto %s"
1820 msgid "Rebase stopped"
1823 msgid "Rebase the current branch instead of merging"
1824 msgstr "マージの代わりに現在ブランチをrebase"
1832 msgid "Recent repositories"
1835 msgid "Recent repository count"
1838 msgid "Recently Modified Files"
1841 msgid "Recently Modified Files..."
1842 msgstr "最近の修正ファイル..."
1844 msgid "Recovering a dropped stash is not possible."
1845 msgstr "ドロップしたスタッシュの回復をはできません。"
1847 msgid "Recovering lost commits may not be easy."
1848 msgstr "失なわれたコミットを回復するのは簡単ではありません。"
1853 msgid "Reduce commit history to minimum"
1854 msgstr "コミット履歴を最小に減らす"
1856 msgid "Reference Repository"
1859 msgid "Reference URL"
1862 msgid "Reference repository to use when cloning (optional)"
1863 msgstr "clone時に使用する参照リポジトリ(任意)"
1868 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
1869 msgstr "現在のHEADが既に最新ではないまたはマージがファーストフォワードとして解決されない限りマージを拒否する。"
1874 msgid "Remote Branch"
1877 msgid "Remote Branch Deleted"
1880 msgid "Remote git repositories - double-click to rename"
1881 msgstr "リモートgitリポジトリ - ダブルクリックして名前の変更"
1887 msgid "Remove %s from the recent list?"
1888 msgstr "最近のリストから %s を削除しますか?"
1890 msgid "Remove Element"
1893 msgid "Remove remote-tracking branches that no longer exist on the remote"
1894 msgstr "リモートリポジトリ上に今は存在するしないブランチのリモートトラッキングを削除する"
1896 msgid "Remove selected (Delete)"
1897 msgstr "選択したものを削除 (Delete)"
1899 msgid "Remove stale entries for repositories that no longer exist"
1906 msgid "Rename \"%s\""
1907 msgstr "\"%s\" の名前を変更"
1909 msgid "Rename Branch"
1912 msgid "Rename Branch..."
1913 msgstr "ブランチの名前変更中..."
1915 msgid "Rename Existing Branch"
1916 msgstr "存在するブランチの名前変更"
1918 msgid "Rename Remote"
1921 msgid "Rename Repository"
1924 msgid "Rename branch"
1928 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
1929 msgstr "リモートの\"%(current)s\" を \"%(new)s\" と名前を変更しますか?"
1931 msgid "Rename selected paths"
1932 msgstr "選択したパスの名前を変更"
1934 msgid "Repository Not Found"
1935 msgstr "リポジトリが見付かりません"
1938 msgid "Repository: %s"
1945 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
1946 msgstr "ブランチの \"%(branch)s\" を \"%(revision)s\" リビジョンにリセットしますか?"
1948 msgid "Reset All (Keep Unstaged Changes)"
1951 msgid "Reset Branch"
1954 msgid "Reset Branch (Soft)"
1957 msgid "Reset Branch and Stage (Mixed)"
1960 msgid "Reset Branch?"
1961 msgstr "ブランチをリセットしますか?"
1963 msgid "Reset Layout"
1966 msgid "Reset Worktree and Reset All?"
1969 msgid "Reset and Restore"
1972 msgid "Reset branch?"
1976 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
1977 msgstr "\"%(branch)s\" ブランチを \"%(revision)s\" リビジョンにリセットするとコミットが失われます。"
1979 msgid "Resize File Browser columns"
1982 msgid "Restart the application after changing appearance settings."
1983 msgstr "外観の設定を変更後にこのアプリケーションを再起動します。"
1985 msgid "Restore Worktree"
1988 msgid "Restore Worktree and Reset All (Hard)"
1991 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
1994 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
1997 msgid "Restore Worktree and Reset All (Merge)"
2000 msgid "Restore Worktree and Reset All?"
2004 msgid "Restore Worktree to %s?"
2007 msgid "Restore worktree, reset, and preserve unstaged edits?"
2013 msgid "Revert Diff Hunk"
2016 msgid "Revert Diff Hunk..."
2019 msgid "Revert Diff Hunk?"
2020 msgstr "差分をリバートしますか?"
2022 msgid "Revert Selected Lines"
2025 msgid "Revert Selected Lines..."
2028 msgid "Revert Selected Lines?"
2029 msgstr "選択行をリバートしますか?"
2031 msgid "Revert Uncommitted Changes"
2032 msgstr "コミットしていない変更のリバート"
2034 msgid "Revert Uncommitted Changes?"
2035 msgstr "コミットしていない変更をリバートしますか?"
2037 msgid "Revert Uncommitted Edits..."
2038 msgstr "コミットしていない編集のリバート…"
2040 msgid "Revert Unstaged Changes"
2041 msgstr "ステージングしていない変更のリバート"
2043 msgid "Revert Unstaged Changes?"
2044 msgstr "ステージングしていない変更をリバートしますか?"
2046 msgid "Revert Unstaged Edits..."
2047 msgstr "ステージングしていない編集のリバート…"
2049 msgid "Revert the uncommitted changes?"
2050 msgstr "コミットしていない変更をリバートしますか?"
2052 msgid "Revert the unstaged changes?"
2053 msgstr "ステージングしていない変更をリバートしますか?"
2055 msgid "Revert uncommitted changes to selected paths"
2056 msgstr "コミットしていない変更を選択パスへリバート"
2058 msgid "Revert unstaged changes to selected paths"
2059 msgstr "ステージングしていない変更を選択パスへリバート"
2070 msgid "Revision Expression:"
2073 msgid "Revision to Merge"
2079 msgid "Rewrite Published Commit?"
2080 msgstr "発行済コミットを書き直しますか?"
2087 msgstr "\"%s\"を実行しますか?"
2094 msgid "Run the \"%s\" command?"
2095 msgstr "\"%s\"コマンドを実行しますか?"
2098 msgid "Running command: %s"
2099 msgstr "コマンド %s を実行中..."
2101 msgid "Russian translation"
2113 msgid "Save Archive"
2116 msgid "Save As Tarball/Zip..."
2117 msgstr "Tarball/Zip形式で保存する"
2119 msgid "Save GUI Settings"
2125 msgid "Save modified state to new stash"
2126 msgstr "修正した状態を新しいスタッシュで保存する"
2129 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2130 msgstr "\"%(ref)s\" から \"%(destination)s\" に \"%(filename)s\" を保存する"
2135 msgid "Search Authors"
2138 msgid "Search Commit Messages"
2139 msgstr "コミットメッセージを検索"
2141 msgid "Search Committers"
2144 msgid "Search Date Range"
2147 msgid "Search Diffs"
2150 msgid "Search by Expression"
2153 msgid "Search by Path"
2156 msgid "Search for a fixed string"
2159 msgid "Search using a POSIX basic regular expression"
2160 msgstr "POSIX基本正規表現検索"
2162 msgid "Search using a POSIX extended regular expression"
2163 msgstr "POSIX拡張正規表現検索"
2177 msgid "Select Branch to Review"
2178 msgstr "レビュー対象のブランチを選択"
2180 msgid "Select Child"
2183 msgid "Select Commit"
2186 msgid "Select Directory..."
2187 msgstr "ディレクトリを選択..."
2189 msgid "Select New Upstream"
2190 msgstr "新しいアップストリームを選択"
2192 msgid "Select Newest Child"
2195 msgid "Select Oldest Parent"
2198 msgid "Select Parent"
2201 msgid "Select Previous Version"
2202 msgstr "以前のバージョンを選択"
2204 msgid "Select a parent directory for the new clone"
2205 msgstr "新しいクローン用に親ディレクトリを選択"
2207 msgid "Select output dir"
2208 msgstr "出力ディレクトリを選択"
2210 msgid "Select output directory"
2211 msgstr "出力ディレクトリを選択"
2213 msgid "Select patch file(s)..."
2214 msgstr "パッチファイルを選択..."
2216 msgid "Select repository"
2219 msgid "Set Default Repository"
2220 msgstr "デフォルトリポジトリを設定"
2222 msgid "Set Upstream Branch"
2223 msgstr "アップストリームブランチを設定"
2226 "Set the sort order for branches and tags.\n"
2227 "Toggle between date-based and version-name-based sorting."
2229 "ブランチやタグのソート順番を設定します。\n"
2230 "ソートを日付順とバージョン名順を切り替えます。"
2232 msgid "Set upstream"
2233 msgstr "アップストリームを設定"
2238 msgid "Shell arguments"
2250 msgid "Show Diffstat After Merge"
2251 msgstr "マージ後に diffstat を表示"
2253 msgid "Show Full Paths in the Window Title"
2254 msgstr "ウィンドウタイトルにフルパスを表示"
2259 msgid "Show History"
2262 msgid "Show file counts in Status titles"
2263 msgstr "ステータスタイトリにファイル数を表示"
2272 msgid "Show line numbers"
2275 msgid "Show whole surrounding functions of changes"
2276 msgstr "変更を含む関数全体を表示"
2278 msgid "Showing changes since"
2279 msgstr "期日以降の変更の表示 :"
2281 msgid "Side by side"
2290 msgid "Sign off on this commit"
2291 msgstr "このコミットの署名をOFFにする"
2293 msgid "Simplified Chinese translation"
2299 msgid "Skip Current Patch"
2302 msgid "Sort bookmarks alphabetically"
2303 msgstr "ブックマークをアルファベット順にソート"
2305 msgid "Spanish translation"
2308 msgid "Specifies the SHA-1 to tag"
2309 msgstr "タグにSHA-1を指定する"
2311 msgid "Specifies the tag message"
2312 msgstr "タグメッセージを指定する"
2314 msgid "Specifies the tag name"
2317 msgid "Spelling Suggestions"
2323 msgid "Squash the merged commits into a single commit"
2324 msgstr "複数のマージコミットを一つのコミットにまとめる(スカッシュ)"
2329 msgid "Stage / Unstage"
2330 msgstr "ステージ / ステージ解除"
2332 msgid "Stage / Unstage All"
2333 msgstr "一括ステージ / 一括ステージ解除"
2335 msgid "Stage All Untracked"
2336 msgstr "未追跡の一括ステージング"
2338 msgid "Stage Changed Files To Commit"
2339 msgstr "コミットするために変更されたファイルをステージする"
2341 msgid "Stage Diff Hunk"
2344 msgid "Stage Modified"
2347 msgid "Stage Modified and Untracked"
2348 msgstr "修正と未追跡のステージング"
2350 msgid "Stage Selected"
2353 msgid "Stage Selected Lines"
2356 msgid "Stage Unmerged"
2357 msgstr "非マージ分のステージング"
2359 msgid "Stage Untracked"
2362 msgid "Stage and Commit"
2363 msgstr "ステージングとコミット"
2365 msgid "Stage and commit?"
2366 msgstr "ステージングとコミットをしますか?"
2368 msgid "Stage conflicts"
2369 msgstr "コンフリクトのステージング"
2371 msgid "Stage conflicts?"
2372 msgstr "コンフリクトのステージングしますか?"
2374 msgid "Stage/unstage selected paths for commit"
2375 msgstr "選択したパスのステージングまたは登録解除"
2382 msgstr "%s をステージしています…"
2384 msgid "Start Interactive Rebase..."
2385 msgstr "インタラクティブリベースを開始する..."
2387 msgid "Starting Revision"
2394 msgstr "インデックスのスタッシュ"
2396 msgid "Stash staged changes only"
2397 msgstr "ステージされた変更のみをスタッシュ"
2399 msgid "Stash unstaged changes only, keeping staged changes"
2400 msgstr "ステージされていない変更のみをスタッシュ、ステージされた変更を維持"
2408 msgid "Stop tracking paths"
2409 msgstr "パスのトラッキングを中止する"
2411 msgid "Submodule URL (can be relative, ex: ../repo.git)"
2412 msgstr "サブモジュールのURL(取得可能なもの、例: ../repo.git)"
2414 msgid "Submodule branch to track (optional)"
2415 msgstr "追跡するサブモジュールのブランチ(任意)"
2417 msgid "Submodule path within the current repository (optional)"
2418 msgstr "現在のリポジトリ内のサブモジュールのパス (任意)"
2423 msgid "Summarize Merge Commits"
2438 msgid "Tag message..."
2441 msgid "Tag-signing was requested but the tag message is empty."
2442 msgstr "タグの署名が要求されていますが、タグメッセージが空です。"
2447 msgid "Text Beside Icon"
2453 msgid "Text Under Icon"
2459 msgid "The branch will be no longer available."
2460 msgstr "このブランチはもう利用できません。"
2463 msgid "The branch will be reset using \"git reset --mixed %s\""
2464 msgstr "このブランチは\"git reset --mixed %s\"でリセットする。"
2467 msgid "The branch will be reset using \"git reset --soft %s\""
2468 msgstr "このブランチは\"git reset --soft %s\"でリセットする。"
2470 msgid "The commit message will be cleared."
2471 msgstr "このコミットメッセージはクリアされました。"
2474 msgid "The file \"%s\" exists and will be overwritten."
2475 msgstr "このファイル \"%s\"は存在します。そんため上書きされます。"
2477 msgid "The following files will be deleted:"
2478 msgstr "以下のファイルは削除されます。:"
2481 msgid "The repository will be reset using \"git reset --hard %s\""
2485 msgid "The repository will be reset using \"git reset --keep %s\""
2489 msgid "The repository will be reset using \"git reset --merge %s\""
2492 msgid "The revision expression cannot be empty."
2493 msgstr "このリビジョン表記を空にできません。"
2497 "The submodule will be added using\n"
2500 "\"%s\"を使ってサブモジュールを\n"
2505 "The submodule will be updated using\n"
2508 "\"%s\"を使ってサブモジュールを\n"
2512 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
2515 msgid "This cannot be undone. Clear commit message?"
2516 msgstr "これは元に戻せません。コミットメッセージをクリアしますか?"
2519 "This commit has already been published.\n"
2520 "This operation will rewrite published history.\n"
2521 "You probably don't want to do this."
2523 "このコミットは既に発行済みです。\n"
2524 "この操作は、発行済履歴を上書きします。\n"
2525 "この操作は、あなたが望んだ操作ではない可能性が高いです。"
2528 "This operation drops uncommitted changes.\n"
2529 "These changes cannot be recovered."
2531 "この操作は、コミットしていない変更を破棄します。\n"
2535 "This operation removes uncommitted edits from selected files.\n"
2536 "These changes cannot be recovered."
2538 "この操作は、選択されたファイルのコミットされていない編集を削除します。\n"
2542 "This operation removes unstaged edits from selected files.\n"
2543 "These changes cannot be recovered."
2545 "この操作は、選択されたファイルのステージされていない編集を削除します。\n"
2549 "This repository is currently being rebased.\n"
2550 "Resolve conflicts, commit changes, and run:\n"
2551 " Rebase > Continue"
2553 "このリポジトリは現在リベースされています。\n"
2554 "衝突を解決し、変更をコミットして実行します。:\n"
2555 " Rebase > Continue"
2558 "This repository is in the middle of a merge.\n"
2559 "Resolve conflicts and commit changes."
2561 "このリポジトリはマージの中間です。\n"
2562 "衝突を解決し、変更をコミットします。:"
2564 msgid "Toggle Enabled"
2567 msgid "Toggle image diff"
2568 msgstr "イメージ差分を切り替えます"
2570 msgid "Toggle the branches filter"
2571 msgstr "ブランチフィルタを切り替えます"
2573 msgid "Toggle the paths filter"
2574 msgstr "パスフィルタを切り替えます"
2576 msgid "Toolbar Style:"
2579 msgid "Tracking Branch"
2582 msgid "Tracking branch"
2585 msgid "Traditional Chinese (Taiwan) translation"
2586 msgstr "繁体字中国語(台湾)翻訳"
2594 msgid "Turkish translation"
2604 msgid "Ukranian translation"
2607 msgid "Unable to rebase"
2611 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
2612 msgstr "URLの\"%(name)s\" を \"%(url)s\" に設定できません。"
2617 msgid "Undo Last Commit"
2620 msgid "Undo last commit?"
2623 msgid "Undo the published commit?"
2635 msgid "Unstage Diff Hunk"
2638 msgid "Unstage From Commit"
2639 msgstr "コミットからステージを解除する"
2641 msgid "Unstage Selected"
2644 msgid "Unstage Selected Lines"
2645 msgstr "選択行をステージ解除する"
2648 msgid "Unstaging: %s"
2651 msgid "Untrack Selected"
2658 msgid "Untracking: %s"
2659 msgstr "未追跡にしています: %s"
2661 msgid "Update All Submodules..."
2662 msgstr "全てのサブモジュールを更新..."
2664 msgid "Update Existing Branch:"
2665 msgstr "既存のブランチを更新:"
2668 msgid "Update Submodule"
2671 msgid "Update Submodule..."
2675 msgid "Update Submodules"
2676 msgstr "サブモジュールを初期化する"
2679 msgid "Update all submodules?"
2680 msgstr "サブモジュールを初期化しますか?"
2683 msgid "Update submodules..."
2684 msgstr "サブモジュールを初期化する..."
2687 msgid "Update this submodule"
2688 msgstr "サブモジュールを初期化する"
2690 msgid "Update this submodule?"
2691 msgstr "このサブモジュールを更新しますか?"
2705 msgid "View History..."
2708 msgid "View history for selected paths"
2714 msgid "Visualize All Branches..."
2715 msgstr "全てのブランチを可視化"
2717 msgid "Visualize Current Branch..."
2720 msgid "Whether to sign the tag (git tag -s)"
2721 msgstr "タグで署名した場所 (git tag -s)"
2723 msgid "Would you like to stage and commit all modified files?"
2724 msgstr "全ての修正したファイルを、ステージしてコミットしますか?"
2733 "You are in the middle of a merge.\n"
2734 "Cannot amend while merging."
2739 msgid "You cannot rebase with uncommitted changes."
2740 msgstr "コミットされていない変更をリベースできません。"
2742 msgid "You must specify a revision to merge."
2743 msgstr "マージするリビジョンを指定してください。"
2745 msgid "You must specify a revision to view."
2746 msgstr "表示するリビジョンを指定してください。"
2755 msgstr "表示幅に合わせてズーム"
2757 msgid "command-line arguments"
2760 msgid "error: unable to execute git"
2761 msgstr "エラー: gitを実行できません。"
2764 msgid "exit code %s"
2768 msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
2769 msgstr "致命的: \"%s\" はディレクトリではありません。正しいパスを--repo <path>で指定してください。"
2772 msgid "git cola version %s"
2773 msgstr "git cola バージョン %s"
2778 msgid "git-cola diff"
2779 msgstr "git-cola diff"
2781 msgid "git://git.example.com/repo.git"
2782 msgstr "git://git.example.com/repo.git"
2784 msgid "grep result..."
2787 msgid "hotkeys.html"
2788 msgstr "hotkeys.html"
2790 msgid "path/to/submodule"
2791 msgstr "path/to/submodule"
2817 #~ "A good replacement for %s\n"
2818 #~ "is placing values for the user.name and\n"
2819 #~ "user.email settings into your personal\n"
2820 #~ "~/.gitconfig file.\n"
2824 #~ "個人的な ~/.gitconfig ファイル内で user.name と user.email の値を設定\n"
2825 #~ "するのが、%s の良い代用となります\n"
2829 #~ "This is due to a known issue with the\n"
2830 #~ "Tcl binary distributed by Cygwin."
2833 #~ "これは Cygwin で配布されている Tcl バイナリに\n"
2836 #~ msgid "%s ... %*i of %*i %s (%3i%%)"
2837 #~ msgstr "%1$s ... %4$*i %6$s 中の %2$*i (%7$3i%%)"
2839 #~ msgid "%s Repository"
2840 #~ msgstr "%s リポジトリ"
2843 #~ msgstr "%s の %s ブランチ"
2845 #~ msgid "'%s' is not an acceptable branch name."
2846 #~ msgstr "'%s' はブランチ名に使えません。"
2848 #~ msgid "* Binary file (not showing content)."
2849 #~ msgstr "* バイナリファイル(内容は表示しません)"
2851 #~ msgid "A branch is required for 'Merged Into'."
2852 #~ msgstr "'マージ先' にはブランチが必要です。"
2854 #~ msgid "Abort completed. Ready."
2857 #~ msgid "Abort failed."
2858 #~ msgstr "中断に失敗しました。"
2860 #~ msgid "Aborted checkout of '%s' (file level merging is required)."
2861 #~ msgstr "'%s' のチェックアウトを中止しました(ファイル毎のマージが必要です)。"
2863 #~ msgid "Always (Do not perform merge checks)"
2864 #~ msgstr "無条件(マージ検査をしない)"
2866 #~ msgid "Always (Do not perform merge test.)"
2867 #~ msgstr "無条件(マージテストしない)"
2869 #~ msgid "Amended Commit Message:"
2870 #~ msgstr "訂正したコミットメッセージ:"
2872 #~ msgid "Amended Initial Commit Message:"
2873 #~ msgstr "訂正した最初のコミットメッセージ:"
2875 #~ msgid "Amended Merge Commit Message:"
2876 #~ msgstr "訂正したマージコミットメッセージ:"
2878 #~ msgid "Annotation complete."
2879 #~ msgstr "注釈完了しました"
2881 #~ msgid "Any unstaged changes will be permanently lost by the revert."
2882 #~ msgstr "変更を元に戻すとコミット予定していない変更は全て失われます。"
2884 #~ msgid "Apply/Reverse Hunk"
2885 #~ msgstr "パッチを適用/取り消す"
2887 #~ msgid "Arbitrary URL:"
2888 #~ msgstr "任意の URL:"
2891 #~ "Branch '%s' already exists.\n"
2893 #~ "It cannot fast-forward to %s.\n"
2894 #~ "A merge is required."
2896 #~ "ブランチ '%s' は既に存在します。\n"
2898 #~ "%s に早送りできません。\n"
2901 #~ msgid "Branch '%s' does not exist."
2902 #~ msgstr "ブランチ'%s'は存在しません。"
2904 #~ msgid "Branch created"
2907 #~ msgid "Browse %s's Files"
2908 #~ msgstr "ブランチ %s のファイルを見る"
2910 #~ msgid "Browse Branch Files"
2911 #~ msgstr "現在のブランチのファイルを見る"
2913 #~ msgid "Browse Revision..."
2916 #~ msgid "Calling commit-msg hook..."
2917 #~ msgstr "コミット・メッセージ・フックを実行中・・・"
2920 #~ "Cannot abort while amending.\n"
2922 #~ "You must finish amending this commit.\n"
2924 #~ "訂正中には中止できません。\n"
2926 #~ "まず今のコミット訂正を完了させて下さい。\n"
2929 #~ "Cannot amend while merging.\n"
2931 #~ "You are currently in the middle of a merge that has not been fully completed. You cannot amend the prior commit unless you first abort the current merge activity.\n"
2933 #~ "マージ中にコミットの訂正はできません。\n"
2935 #~ "現在はまだマージの途中です。先にこのマージを中止しないと、前のコミットの訂正はできません\n"
2937 #~ msgid "Cannot determine HEAD. See console output for details."
2938 #~ msgstr "HEAD を確定できません。コンソール出力を見て下さい"
2940 #~ msgid "Cannot fetch branches and objects. See console output for details."
2941 #~ msgstr "ブランチやオブジェクトを取得できません。コンソール出力を見て下さい"
2943 #~ msgid "Cannot fetch tags. See console output for details."
2944 #~ msgstr "タグを取得できません。コンソール出力を見て下さい"
2946 #~ msgid "Cannot find git in PATH."
2947 #~ msgstr "PATH 中に git が見つかりません"
2950 #~ "Cannot merge while amending.\n"
2952 #~ "You must finish amending this commit before starting any type of merge.\n"
2954 #~ "訂正中にはマージできません。\n"
2956 #~ "訂正処理を完了するまでは新たにマージを開始できません。\n"
2958 #~ msgid "Cannot move to top of working directory:"
2959 #~ msgstr "作業ディレクトリの最上位に移動できません"
2961 #~ msgid "Cannot parse Git version string:"
2962 #~ msgstr "Git バージョン名が理解できません:"
2964 #~ msgid "Cannot resolve %s as a commit."
2965 #~ msgstr "%s をコミットとして解釈できません"
2967 #~ msgid "Cannot use funny .git directory:"
2968 #~ msgstr "変な .git ディレクトリは使えません"
2970 #~ msgid "Cannot write shortcut:"
2971 #~ msgstr "ショートカットが書けません:"
2973 #~ msgid "Change Font"
2976 #~ msgid "Checked out '%s'."
2977 #~ msgstr "'%s' をチェックアウトしました"
2979 #~ msgid "Clone Type:"
2982 #~ msgid "Clone failed."
2983 #~ msgstr "複写に失敗しました。"
2985 #~ msgid "Cloning from %s"
2986 #~ msgstr "%s から複製しています"
2988 #~ msgid "Commit %s appears to be corrupt"
2989 #~ msgstr "コミット %s は壊れています"
2991 #~ msgid "Commit declined by commit-msg hook."
2992 #~ msgstr "コミット・メッセージ・フックがコミットを拒否しました"
2994 #~ msgid "Commit declined by pre-commit hook."
2995 #~ msgstr "コミット前フックがコミットを拒否しました"
2997 #~ msgid "Commit failed: %s"
2998 #~ msgstr "コミットに失敗しました。"
3000 #~ msgid "Commit@@noun"
3003 #~ msgid "Compress Database"
3004 #~ msgstr "データベース圧縮"
3006 #~ msgid "Compressing the object database"
3007 #~ msgstr "データベース圧縮"
3009 #~ msgid "Copied Or Moved Here By:"
3012 #~ msgid "Copying objects"
3013 #~ msgstr "オブジェクトを複写しています"
3015 #~ msgid "Counting objects"
3016 #~ msgstr "オブジェクトを数えています"
3018 #~ msgid "Create Desktop Icon"
3019 #~ msgstr "デスクトップ・アイコンを作る"
3021 #~ msgid "Created commit: %s"
3022 #~ msgstr "コミット %s を作成しました: %s"
3024 #~ msgid "Creating working directory"
3025 #~ msgstr "作業ディレクトリを作成しています"
3027 #~ msgid "Current Branch:"
3030 #~ msgid "Database Statistics"
3031 #~ msgstr "データベース統計"
3033 #~ msgid "Decrease Font Size"
3034 #~ msgstr "フォントを小さく"
3036 #~ msgid "Delete Local Branch"
3037 #~ msgstr "ローカル・ブランチを削除"
3039 #~ msgid "Delete Only If"
3042 #~ msgid "Delete Only If Merged Into"
3043 #~ msgstr "マージ済みの時のみ削除"
3045 #~ msgid "Delete selected branch?"
3046 #~ msgstr "選択したブランチを削除しますか?"
3048 #~ msgid "Destination Repository"
3049 #~ msgstr "送り先リポジトリ"
3051 #~ msgid "Detach From Local Branch"
3052 #~ msgstr "ローカル・ブランチから削除"
3054 #~ msgid "Diff/Console Font"
3055 #~ msgstr "diff/コンソール・フォント"
3057 #~ msgid "Directory %s already exists."
3058 #~ msgstr "ディレクトリ '%s' は既に存在します。"
3060 #~ msgid "Disk space used by loose objects"
3061 #~ msgstr "ばらばらなオブジェクトの使用するディスク量"
3063 #~ msgid "Disk space used by packed objects"
3064 #~ msgstr "パックされたオブジェクトの使用するディスク量"
3066 #~ msgid "Do Nothing"
3069 #~ msgid "Enter Git Repository"
3070 #~ msgstr "GIT リポジトリ"
3075 #~ msgid "Error loading commit data for amend:"
3076 #~ msgstr "訂正するコミットのデータを読めません:"
3078 #~ msgid "Error: Command Failed"
3079 #~ msgstr "エラー: コマンドが失敗しました"
3081 #~ msgid "Failed to completely save options:"
3082 #~ msgstr "完全にオプションを保存できません:"
3084 #~ msgid "Failed to configure origin"
3085 #~ msgstr "origin を設定できませんでした"
3087 #~ msgid "Failed to create repository %s:"
3088 #~ msgstr "リポジトリ %s を作製できません:"
3091 #~ "Failed to delete branches:\n"
3094 #~ "以下のブランチを削除できません:\n"
3097 #~ msgid "Failed to open repository %s:"
3098 #~ msgstr "リポジトリ %s を開けません:"
3100 #~ msgid "Failed to rename '%s'."
3101 #~ msgstr "'%s'の名前変更に失敗しました。"
3104 #~ "Failed to set current branch.\n"
3106 #~ "This working directory is only partially switched. We successfully updated your files, but failed to update an internal Git file.\n"
3108 #~ "This should not have occurred. %s will now close and give up."
3110 #~ "現在のブランチを設定できません。\n"
3112 #~ "作業ディレクトリは部分的にしか切り替わっていません。ファイルの更新には成功しましたが、 Git の内部データを更新できませんでした。\n"
3113 #~ "起こるはずのないエラーです。あきらめて %s を終了します。"
3115 #~ msgid "Failed to stage selected hunk."
3116 #~ msgstr "選択されたパッチをコミット予定に加えられません。"
3118 #~ msgid "Failed to unstage selected hunk."
3119 #~ msgstr "選択されたパッチをコミット予定から外せません。"
3121 #~ msgid "Failed to update '%s'."
3122 #~ msgstr "'%s' の更新に失敗しました。"
3124 #~ msgid "Fast Forward Only "
3127 #~ msgid "Fetch from"
3130 #~ msgid "Fetching new changes from %s"
3131 #~ msgstr "%s から新しい変更をフェッチしています"
3133 #~ msgid "File level merge required."
3134 #~ msgstr "ファイル毎のマージが必要です。"
3136 #~ msgid "Font Example"
3137 #~ msgstr "フォント・サンプル"
3139 #~ msgid "Font Family"
3140 #~ msgstr "フォント・ファミリー"
3142 #~ msgid "Force overwrite existing branch (may discard changes)"
3143 #~ msgstr "既存ブランチを上書き(変更を破棄する可能性があります)"
3145 #~ msgid "From Repository"
3148 #~ msgid "Full Copy (Slower, Redundant Backup)"
3149 #~ msgstr "全複写(低速・冗長バックアップ)"
3151 #~ msgid "Garbage files"
3157 #~ msgid "Git Repository (subproject)"
3158 #~ msgstr "Git リポジトリ(サブプロジェクト)"
3160 #~ msgid "Git directory not found:"
3161 #~ msgstr "Git ディレクトリが見つかりません:"
3164 #~ "Git version cannot be determined.\n"
3166 #~ "%s claims it is version '%s'.\n"
3168 #~ "%s requires at least Git 1.5.0 or later.\n"
3170 #~ "Assume '%s' is version 1.5.0?\n"
3172 #~ "Git のバージョンが確認できません。\n"
3174 #~ "%s はバージョン '%s' とのことです。\n"
3176 #~ "%s は最低でも 1.5.0 かそれ以降の Git が必要です\n"
3178 #~ "'%s' はバージョン 1.5.0 と思って良いですか?\n"
3180 #~ msgid "Hardlinks are unavailable. Falling back to copying."
3181 #~ msgstr "ハードリンクが作れないので、コピーします"
3183 #~ msgid "Hide Details.."
3189 #~ msgid "Increase Font Size"
3190 #~ msgstr "フォントを大きく"
3192 #~ msgid "Initial Commit Message:"
3193 #~ msgstr "最初のコミットメッセージ:"
3195 #~ msgid "Initial file checkout failed."
3196 #~ msgstr "初期チェックアウトに失敗しました"
3198 #~ msgid "Invalid GIT_COMMITTER_IDENT:"
3199 #~ msgstr "GIT_COMMITTER_IDENT が無効です:"
3201 #~ msgid "Invalid date from Git: %s"
3202 #~ msgstr "Git から出た無効な日付: %s"
3204 #~ msgid "Invalid font specified in %s:"
3205 #~ msgstr "%s に無効なフォントが指定されています:"
3207 #~ msgid "Invalid spell checking configuration"
3208 #~ msgstr "スペルチェックの設定が不正です"
3214 #~ "Last scanned state does not match repository state.\n"
3216 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before a merge can be performed.\n"
3218 #~ "The rescan will be automatically started now.\n"
3220 #~ "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
3222 #~ "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。マージを開始する前に、再スキャンが必要です。\n"
3224 #~ "自動的に再スキャンを開始します。\n"
3227 #~ "Last scanned state does not match repository state.\n"
3229 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before another commit can be created.\n"
3231 #~ "The rescan will be automatically started now.\n"
3233 #~ "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
3235 #~ "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。新しくコミットする前に、再スキャンが必要です。\n"
3237 #~ "自動的に再スキャンを開始します。\n"
3240 #~ "Last scanned state does not match repository state.\n"
3242 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before the current branch can be changed.\n"
3244 #~ "The rescan will be automatically started now.\n"
3246 #~ "最後にスキャンした状態はリポジトリの状態と合致しません。\n"
3248 #~ "最後にスキャンして以後、別の Git プログラムがリポジトリを変更しています。現在のブランチを変更する前に、再スキャンが必要です。\n"
3250 #~ "自動的に再スキャンを開始します。\n"
3252 #~ msgid "Linking objects"
3253 #~ msgstr "オブジェクトを連結しています"
3255 #~ msgid "Loading annotation..."
3256 #~ msgstr "注釈を読み込んでいます…"
3258 #~ msgid "Loading copy/move tracking annotations..."
3259 #~ msgstr "コピー・移動追跡データを読んでいます…"
3261 #~ msgid "Loading original location annotations..."
3262 #~ msgstr "元位置行の注釈データを読んでいます…"
3264 #~ msgid "Local Branches"
3265 #~ msgstr "ローカル・ブランチ"
3267 #~ msgid "Local Merge..."
3268 #~ msgstr "ローカル・マージ…"
3270 #~ msgid "Location %s already exists."
3271 #~ msgstr "'%s' は既に存在します。"
3273 #~ msgid "Main Font"
3276 #~ msgid "Match Tracking Branch Name"
3277 #~ msgstr "トラッキング・ブランチ名を合わせる"
3279 #~ msgid "Match Tracking Branches"
3280 #~ msgstr "トラッキングブランチを合わせる"
3282 #~ msgid "Merge completed successfully."
3283 #~ msgstr "マージが完了しました"
3285 #~ msgid "Merge strategy '%s' not supported."
3286 #~ msgstr "'%s' マージ戦略はサポートされていません。"
3288 #~ msgid "Merged Into:"
3291 #~ msgid "Merging %s and %s..."
3292 #~ msgstr "%s と %s をマージ中・・・"
3294 #~ msgid "Modified, not staged"
3295 #~ msgstr "変更あり、コミット未予定"
3297 #~ msgid "New Branch Name Template"
3298 #~ msgstr "新しいブランチ名のテンプレート"
3300 #~ msgid "New Commit"
3303 #~ msgid "New Name:"
3307 #~ "No changes to commit.\n"
3309 #~ "No files were modified by this commit and it was not a merge commit.\n"
3311 #~ "A rescan will be automatically started now.\n"
3313 #~ "コミットする変更がありません。\n"
3315 #~ "マージでなく、また、一つも変更点がありません。\n"
3317 #~ "自動的に再スキャンを開始します。\n"
3319 #~ msgid "No default branch obtained."
3320 #~ msgstr "デフォールト・ブランチが取得されませんでした"
3323 #~ "No differences detected.\n"
3325 #~ "%s has no changes.\n"
3327 #~ "The modification date of this file was updated by another application, but the content within the file was not changed.\n"
3329 #~ "A rescan will be automatically started to find other files which may have the same state."
3333 #~ "%s には変更がありません。\n"
3335 #~ "このファイルの変更時刻は他のアプリケーションによって更新されていますがファイル内容には変更がありません。\n"
3337 #~ "同様な状態のファイルを探すために、自動的に再スキャンを開始します。"
3339 #~ msgid "No working directory"
3340 #~ msgstr "作業ディレクトリがありません"
3342 #~ msgid "Not connected to aspell"
3343 #~ msgstr "aspell に接続していません"
3345 #~ msgid "Number of loose objects"
3346 #~ msgstr "ばらばらなオブジェクトの数"
3348 #~ msgid "Number of packed objects"
3349 #~ msgstr "パックされたオブジェクトの数"
3351 #~ msgid "Number of packs"
3354 #~ msgid "One or more of the merge tests failed because you have not fetched the necessary commits. Try fetching from %s first."
3355 #~ msgstr "必要なコミットが不足しているために、マージ検査が失敗しました。まず %s からフェッチして下さい。"
3360 #~ msgid "Original File:"
3363 #~ msgid "Originally By:"
3366 #~ msgid "PATCH %(current)d/%(count)d"
3367 #~ msgstr "PATCH %(current)d/%(count)d"
3369 #~ msgid "Packed objects waiting for pruning"
3370 #~ msgstr "パックに存在するので捨てて良いオブジェクトの数"
3372 #~ msgid "Path to git repository"
3373 #~ msgstr "Git リポジトリではありません: %s"
3375 #~ msgid "Please select one or more branches to delete."
3376 #~ msgstr "削除するブランチを選択して下さい。"
3378 #~ msgid "Please supply a branch name."
3379 #~ msgstr "ブランチ名を指定して下さい。"
3381 #~ msgid "Portions staged for commit"
3382 #~ msgstr "部分的にコミット予定済"
3385 #~ "Possible environment issues exist.\n"
3387 #~ "The following environment variables are probably\n"
3388 #~ "going to be ignored by any Git subprocess run\n"
3392 #~ "環境に問題がある可能性があります\n"
3394 #~ "以下の環境変数は %s が起動する Git サブプロセスによって無視されるでしょう:\n"
3397 #~ msgid "Preferences..."
3400 #~ msgid "Prune Tracking Branches During Fetch"
3401 #~ msgstr "フェッチ中にトラッキングブランチを刈る"
3403 #~ msgid "Pruning tracking branches deleted from %s"
3404 #~ msgstr "%s から削除されたトラッキング・ブランチを刈っています"
3406 #~ msgid "Push Branches"
3407 #~ msgstr "ブランチをプッシュ"
3412 #~ msgid "Pushing %s %s to %s"
3413 #~ msgstr "%3$s へ %1$s %2$s をプッシュしています"
3415 #~ msgid "Reading %s..."
3416 #~ msgstr "%s を読んでいます…"
3418 #~ msgid "Ready to commit."
3419 #~ msgstr "コミット準備完了"
3424 #~ msgid "Rebase Branch"
3425 #~ msgstr "ブランチの名前変更"
3427 #~ msgid "Rebase..."
3431 #~ "Recovering deleted branches is difficult.\n"
3433 #~ "Delete the selected branches?"
3435 #~ "削除したブランチを回復するのは困難です。\n"
3437 #~ "選択したブランチを削除して良いですか?"
3440 #~ "Recovering deleted branches is difficult. \n"
3442 #~ " Delete the selected branches?"
3444 #~ "ブランチを削除すると元に戻すのは困難です。 \n"
3446 #~ " 選択したブランチを削除しますか?"
3448 #~ msgid "Refreshing file status..."
3449 #~ msgstr "ファイル状態を更新しています…"
3451 #~ msgid "Remote Branches"
3452 #~ msgstr "ブランチの名前変更"
3457 #~ msgid "Rename remote?"
3460 #~ msgid "Repository"
3463 #~ msgid "Requires merge resolution"
3469 #~ msgid "Reset Branch Head"
3470 #~ msgstr "ブランチをHeadにリセット"
3472 #~ msgid "Reset Hard"
3475 #~ msgid "Reset Merge"
3478 #~ msgid "Reset Soft"
3481 #~ msgid "Reset Worktree"
3482 #~ msgstr "ワークツリーをリセット"
3485 #~ "Reset changes?\n"
3487 #~ "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
3489 #~ "Continue with resetting the current changes?"
3491 #~ "変更点をリセットしますか?\n"
3493 #~ "変更点をリセットすると、コミットしていない全ての変更が失われます。\n"
3497 #~ msgid "Reset hard?"
3498 #~ msgstr "ハードリセットをしますか?"
3500 #~ msgid "Reset merge?"
3501 #~ msgstr " マージリセットをしますか?"
3503 #~ msgid "Reset soft?"
3504 #~ msgstr "ソフトリセットをしますか?"
3506 #~ msgid "Reset worktree?"
3507 #~ msgstr "ワークツリーをリセットしますか?"
3509 #~ msgid "Revert changes in these %i files?"
3510 #~ msgstr "これら %i 個のファイルにした変更を元に戻しますか?"
3512 #~ msgid "Select File"
3515 #~ msgid "Select Repository..."
3516 #~ msgstr "リポジトリを選択..."
3518 #~ msgid "Select file from \"%s\""
3519 #~ msgstr "%s からブランチを削除しています。"
3521 #~ msgid "Select manually..."
3522 #~ msgstr "マニュアルで選択..."
3524 #~ msgid "Shared (Fastest, Not Recommended, No Backup)"
3525 #~ msgstr "共有(最高速・非推奨・バックアップ無し)"
3527 #~ msgid "Shared only available for local repository."
3528 #~ msgstr "共有方式は同一計算機上のリポジトリにのみ使えます。"
3530 #~ msgid "Show Details..."
3531 #~ msgstr "詳細の表示..."
3533 #~ msgid "Show Less Context"
3536 #~ msgid "Show More Context"
3539 #~ msgid "Show icon? (if available)"
3540 #~ msgstr "アイコンを表示しますか?(可能な場合)"
3542 #~ msgid "Source Branches"
3545 #~ msgid "Spell Checker Failed"
3546 #~ msgstr "スペルチェック失敗"
3548 #~ msgid "Spell checker silently failed on startup"
3549 #~ msgstr "スペルチェッカーの起動に失敗しました"
3551 #~ msgid "Spell checking is unavailable"
3552 #~ msgstr "スペルチェック機能は使えません"
3554 #~ msgid "Spelling Dictionary:"
3555 #~ msgstr "スペルチェック辞書"
3557 #~ msgid "Stage Hunk For Commit"
3558 #~ msgstr "パッチをコミット予定に加える"
3560 #~ msgid "Staged Changes (Will Commit)"
3561 #~ msgstr "ステージングされた(コミット予定済の)変更"
3563 #~ msgid "Staged for commit, missing"
3564 #~ msgstr "コミット予定済、ファイル無し"
3566 #~ msgid "Staged for removal"
3569 #~ msgid "Staged for removal, still present"
3570 #~ msgstr "削除予定済、ファイル未削除"
3572 #~ msgid "Staging Area"
3573 #~ msgstr "%s をスキャンしています…"
3575 #~ msgid "Staging area (index) is already locked."
3576 #~ msgstr "インデックスは既にロックされています。"
3578 #~ msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
3579 #~ msgstr "標準(高速・中冗長度・ハードリンク)"
3581 #~ msgid "Standard only available for local repository."
3582 #~ msgstr "標準方式は同一計算機上のリポジトリにのみ使えます。"
3584 #~ msgid "Starting gitk... please wait..."
3585 #~ msgstr "gitk を起動中…お待ち下さい…"
3587 #~ msgid "Staying on branch '%s'."
3588 #~ msgstr "ブランチ '%s' に滞まります。"
3596 #~ msgid "The 'main' branch has not been initialized."
3597 #~ msgstr "'main' ブランチが初期化されていません"
3599 #~ msgid "The branch will be reset using \"git reset --hard %s\""
3600 #~ msgstr "このブランチは\"git reset --hard %s\"でリセットする。"
3602 #~ msgid "The branch will be reset using \"git reset --merge %s\""
3603 #~ msgstr "このブランチは\"git reset --merge %s\"でリセットする。"
3605 #~ msgid "The following branches are not completely merged into %s:"
3606 #~ msgstr "以下のブランチは %s に完全にマージされていません:"
3609 #~ "The following branches are not completely merged into %s:\n"
3613 #~ "以下のブランチは %s に完全にマージされていません:\n"
3617 #~ msgid "The worktree will be reset using \"git reset --keep %s\""
3618 #~ msgstr "このワークツリーは\"git reset --keep %s\"でリセットする。"
3621 #~ "There is nothing to amend.\n"
3623 #~ "You are about to create the initial commit. There is no commit before this to amend.\n"
3625 #~ "訂正するコミットがそもそもありません。\n"
3627 #~ "これから作るのは最初のコミットです。その前にはまだ訂正するようなコミットはありません。\n"
3629 #~ msgid "This Detached Checkout"
3630 #~ msgstr "分離されたチェックアウト"
3633 #~ "This is example text.\n"
3634 #~ "If you like this text, it can be your font."
3637 #~ "このフォントが気に入ればお使いになれます。"
3640 #~ "This repository currently has approximately %i loose objects.\n"
3642 #~ "To maintain optimal performance it is strongly recommended that you compress the database when more than %i loose objects exist.\n"
3644 #~ "Compress the database now?"
3646 #~ "このリポジトリにはおおよそ %i 個の個別オブジェクトがあります\n"
3648 #~ "最適な性能を保つために、%i 個以上の個別オブジェクトを作る毎にデータベースを圧縮することを推奨します\n"
3652 #~ msgid "Tracking branch %s is not a branch in the remote repository."
3653 #~ msgstr "トラッキング・ブランチ %s は遠隔リポジトリのブランチではありません。"
3655 #~ msgid "Transfer Options"
3658 #~ msgid "Unable to copy object: %s"
3659 #~ msgstr "オブジェクトを複写できません: %s"
3661 #~ msgid "Unable to copy objects/info/alternates: %s"
3662 #~ msgstr "objects/info/alternates を複写できません: %s"
3664 #~ msgid "Unable to display %s"
3665 #~ msgstr "%s を表示できません"
3667 #~ msgid "Unable to hardlink object: %s"
3668 #~ msgstr "オブジェクトをハードリンクできません: %s"
3670 #~ msgid "Unable to obtain your identity:"
3671 #~ msgstr "ユーザの正体を確認できません:"
3674 #~ "Unable to start gitk:\n"
3676 #~ "%s does not exist"
3678 #~ "gitk を起動できません:\n"
3682 #~ msgid "Unable to unlock the index."
3683 #~ msgstr "インデックスをロックできません"
3685 #~ msgid "Unexpected EOF from spell checker"
3686 #~ msgstr "スペルチェッカーが予想外の EOF を返しました"
3689 #~ "Unknown file state %s detected.\n"
3691 #~ "File %s cannot be committed by this program.\n"
3693 #~ "不明なファイル状態 %s です。\n"
3695 #~ "ファイル %s は本プログラムではコミットできません。\n"
3697 #~ msgid "Unlock Index"
3698 #~ msgstr "インデックスのロック解除"
3701 #~ "Unmerged files cannot be committed.\n"
3703 #~ "File %s has merge conflicts. You must resolve them and stage the file before committing.\n"
3705 #~ "マージしていないファイルはコミットできません。\n"
3707 #~ "ファイル %s にはマージ衝突が残っています。まず解決してコミット予定に加える必要があります。\n"
3709 #~ msgid "Unrecognized spell checker"
3710 #~ msgstr "スペルチェッカーが判別できません"
3712 #~ msgid "Unstage Hunk From Commit"
3713 #~ msgstr "パッチをコミット予定から外す"
3715 #~ msgid "Unsupported spell checker"
3716 #~ msgstr "サポートされていないスペルチェッカーです"
3718 #~ msgid "Updating the Git index failed. A rescan will be automatically started to resynchronize git-gui."
3719 #~ msgstr "GIT インデックスの更新が失敗しました。git-gui と同期をとるために再スキャンします。"
3721 #~ msgid "Updating working directory to '%s'..."
3722 #~ msgstr "作業ディレクトリを '%s' に更新しています…"
3724 #~ msgid "Updating..."
3727 #~ msgid "Use thin pack (for slow network connections)"
3728 #~ msgstr "Thin Pack を使う(遅いネットワーク接続)"
3730 #~ msgid "Verify Database"
3731 #~ msgstr "データベース検証"
3733 #~ msgid "Verifying the object database with fsck-objects"
3734 #~ msgstr "fsck-objects でオブジェクト・データベースを検証しています"
3736 #~ msgid "Visualize %s's History"
3737 #~ msgstr "ブランチ %s の履歴を見る"
3739 #~ msgid "Working... please wait..."
3740 #~ msgstr "実行中…お待ち下さい…"
3743 #~ "You are in the middle of a change.\n"
3745 #~ "File %s is modified.\n"
3747 #~ "You should complete the current commit before starting a merge. Doing so will help you abort a failed merge, should the need arise.\n"
3751 #~ "ファイル %s は変更中です。\n"
3753 #~ "現在のコミットを完了してからマージを開始して下さい。そうする方がマージに失敗したときの回復が楽です。\n"
3756 #~ "You are in the middle of a conflicted merge.\n"
3758 #~ "File %s has merge conflicts.\n"
3760 #~ "You must resolve them, stage the file, and commit to complete the current merge. Only then can you begin another merge.\n"
3762 #~ "衝突のあったマージの途中です。\n"
3764 #~ "ファイル %s にはマージ中の衝突が残っています。\n"
3766 #~ "このファイルの衝突を解決し、コミット予定に加えて、コミットすることでマージを完了します。そうやって始めて、新たなマージを開始できるようになります。\n"
3769 #~ "You are no longer on a local branch.\n"
3771 #~ "If you wanted to be on a branch, create one now starting from 'This Detached Checkout'."
3773 #~ "ローカル・ブランチから離れます。\n"
3775 #~ "ブランチ上に滞まりたいときは、この「分離されたチェックアウト」から新規ブランチを開始してください。"
3777 #~ msgid "You must correct the above errors before committing."
3778 #~ msgstr "コミットする前に、以上のエラーを修正して下さい"
3780 #~ msgid "[Up To Parent]"
3781 #~ msgstr "[上位フォルダへ]"
3786 #~ msgid "commit-tree failed:"
3787 #~ msgstr "commit-tree が失敗しました:"
3789 #~ msgid "fatal: Cannot resolve %s"
3790 #~ msgstr "致命的エラー: %s を解決できません"
3795 #~ msgid "files checked out"
3796 #~ msgstr "チェックアウトされたファイル"
3798 #~ msgid "files reset"
3799 #~ msgstr "リセットしたファイル"
3801 #~ msgid "git-gui - a graphical user interface for Git."
3802 #~ msgstr "Git のグラフィカルUI git-gui"
3804 #~ msgid "git-gui: fatal error"
3805 #~ msgstr "git-gui: 致命的なエラー"
3807 #~ msgid "lines annotated"
3808 #~ msgstr "行を注釈しました"
3817 #~ msgstr "%s をプッシュ"
3819 #~ msgid "remote prune %s"
3822 #~ msgid "update-ref failed:"
3823 #~ msgstr "update-ref が失敗しました:"
3828 #~ msgid "warning: Tcl does not support encoding '%s'."
3829 #~ msgstr "警告: Tcl はエンコーディング '%s' をサポートしていません"
3831 #~ msgid "write-tree failed:"
3832 #~ msgstr "write-tree が失敗しました:"