locale_ja-JP.ini 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. app_desc=Go言語で実装したセルフホストGitサービス
  2. home=ホーム
  3. dashboard=ダッシュボード
  4. explore=エスクプローラ
  5. help=ヘルプ
  6. sign_in=サインイン
  7. sign_out=サインアウト
  8. sign_up=サインアップ
  9. register=登録
  10. website=WEBサイト
  11. version=バージョン
  12. page=ページ
  13. template=テンプレート
  14. language=言語
  15. create_new=作成...
  16. user_profile_and_more=ユーザープロファイルなど
  17. signed_in_as=サインイン済み
  18. username=ユーザ名
  19. email=E-mail
  20. password=パスワード
  21. re_type=再入力
  22. captcha=キャプチャ
  23. repository=リポジトリ
  24. organization=組織
  25. mirror=ミラー
  26. new_repo=新しいリポジトリ
  27. new_migrate=新しい移行
  28. new_fork=新しいフォークのリポジトリ
  29. new_org=新しい組織
  30. manage_org=組織を管理
  31. admin_panel=管理者パネル
  32. account_settings=アカウント設定
  33. settings=設定
  34. your_profile=あなたのプロファイル
  35. your_settings=あなたの設定
  36. news_feed=ニュースのフィード
  37. pull_requests=プルリクエスト
  38. issues=課題
  39. cancel=キャンセル
  40. [search]
  41. search=検索...
  42. repository=リポジトリ
  43. user=ユーザ
  44. issue=課題
  45. code=コード
  46. [install]
  47. install=インストール
  48. title=初回実行のインストール手順
  49. docker_helper=If you're running Gogs inside Docker, please read <a target="_blank" href="%s">Guidelines</a> carefully before you change anything in this page!
  50. requite_db_desc=Gogs requires MySQL, PostgreSQL, SQLite3 or TiDB.
  51. db_title=データベース設定
  52. db_type=データベースの種類
  53. host=ホスト
  54. user=ユーザ
  55. password=パスワード
  56. db_name=データベース名
  57. db_helper=Mysql INNODB エンジン utf8_general_ci の文字セットを使用してください。
  58. ssl_mode=SSL モード
  59. path=パス
  60. sqlite_helper=The file path of SQLite3 or TiDB database.
  61. err_empty_db_path=SQLite3 or TiDB database path cannot be empty.
  62. err_invalid_tidb_name=TiDB database name does not allow characters "." and "-".
  63. no_admin_and_disable_registration=You cannot disable registration without creating an admin account.
  64. err_empty_admin_password=Admin password cannot be empty.
  65. general_title=Gogs の全般設定
  66. app_name=アプリケーション名
  67. app_name_helper=素晴らしい組織名を入れてください!
  68. repo_path=リポジトリのルートパス
  69. repo_path_helper=すべての Git リモート リポジトリはこのディレクトリに保存されます。
  70. run_user=実行ユーザ
  71. run_user_helper=ユーザーはリポジトリ ルートパスへのアクセス、及びGogs を実行する権限を所有する必要があります。
  72. domain=ドメイン
  73. domain_helper=これはSSHクローンURLに影響する。
  74. ssh_port=SSH ポート
  75. ssh_port_helper=Port number which your SSH server is using, leave it empty to disable SSH feature.
  76. http_port=HTTP ポート
  77. http_port_helper=アプリケーションが待ち受けするポート番号。
  78. app_url=アプリケーションの URL
  79. app_url_helper=この設定は、HTTP / HTTPSのクローンURLおよび、一部のメールボックスへのリンクに影響を与えます。
  80. optional_title=オプション設定
  81. email_title=E-mailサービス設定
  82. smtp_host=SMTP ホスト
  83. smtp_from=差出人
  84. smtp_from_helper=送信者メールアドレス、RFC 5322。フォーマットはメールアドレスのみ、または"Name" <email@example.com>。
  85. mailer_user=送信者の電子メール
  86. mailer_password=送信者のパスワード
  87. register_confirm=登録の確認を有効にする
  88. mail_notify=メール通知を有効にする
  89. server_service_title=サーバーとその他のサービスの設定
  90. offline_mode=オフラインモード有効化
  91. offline_mode_popup=プロダクション モードでCDN を無効にし、すべてのリソースファイルをローカルで提供します 。
  92. disable_gravatar=Gravatarのサービスを無効にします
  93. disable_gravatar_popup=Disable Gravatar and custom sources, all avatars are uploaded by users or default.
  94. disable_registration=自己登録を無効にする
  95. disable_registration_popup=自己登録を無効にし、管理者のみがアカウント作成できる
  96. enable_captcha=Captchaを有効にする
  97. enable_captcha_popup=Require validate captcha for user self-registration.
  98. require_sign_in_view=サインインしたユーザのみページ閲覧を許可
  99. require_sign_in_view_popup=サインインしたユーザのみがページを閲覧できます。ビジターはサインインもしくはサインアップページのみ見られます。
  100. admin_setting_desc=今管理者アカウントを作成する必要はありません。ID = 1のユーザ は自動的に管理者の権限を獲得します。
  101. admin_title=管理者アカウントの設定
  102. admin_name=ユーザ名
  103. admin_password=パスワード
  104. confirm_password=パスワード確認
  105. admin_email=E-mail
  106. install_gogs=Gogs をインストール
  107. test_git_failed='Git' コマンドテストに失敗: %v
  108. sqlite3_not_available=このリリース バージョンは SQLite3 をサポートしていません。gobuild バージョンではない、公式のバイナリ バージョンを %s からダウンロードしてください。
  109. invalid_db_setting=データベースの設定が正しくありません: %v
  110. invalid_repo_path=リポジトリのルート パスが無効です: %v
  111. run_user_not_match=実行ユーザーは、現在のユーザーではない: %s-> %s
  112. save_config_failed=構成の保存に失敗した: %v
  113. invalid_admin_setting=管理者アカウントの設定が無効です: %v
  114. install_success=ようこそ!我々はあなたが Gogs を選んでくれて嬉しいです!楽しみましょう!
  115. [home]
  116. uname_holder=ユーザー名またはEメール
  117. password_holder=パスワード
  118. switch_dashboard_context=ダッシュ ボードのコンテキストを切替
  119. my_repos=私のリポジトリ
  120. collaborative_repos=共同リポジトリ
  121. my_orgs=私の組織
  122. my_mirrors=私のミラー
  123. view_home=ビュー %s
  124. issues.in_your_repos=あなたのリポジトリ
  125. [explore]
  126. repos=リポジトリ
  127. [auth]
  128. create_new_account=新規アカウントを作成
  129. register_hepler_msg=すでにアカウントをお持ちですか?今すぐログイン !
  130. social_register_hepler_msg=すでにアカウントをお持ちですか?今すぐバインド !
  131. disable_register_prompt=申し訳ありませんが、登録が無効になっています。サイト管理者に問い合わせてください。
  132. disable_register_mail=申し訳ありませんが、登録メールの確認機能が無効になっています。
  133. remember_me=ログイン状態を保持する
  134. forgot_password=パスワードを忘れた
  135. forget_password=パスワードを忘れた?
  136. sign_up_now=アカウントが必要ですか?今すぐサインアップ
  137. confirmation_mail_sent_prompt=新しい確認メールを <b>%s</b> に送りました。登録を完了させるために、%d時間以内にあなたのメールボックスを確認してください。
  138. sign_in_to_account=Sign in to your account
  139. active_your_account=アカウントをアクティブ
  140. resent_limit_prompt=申し訳ありませんが、アクティベーションメールは頻繁に送信しています。3 分お待ちください。
  141. has_unconfirmed_mail=こんにちは %s さん、あなたの電子メール アドレス (<b>%s</b>) は未確認です。もし確認メールをまだ確認できていないか、改めて再送信する場合は、下のボタンをクリックしてください。
  142. resend_mail=アクティベーションメールを再送信するにはここをクリック
  143. email_not_associate=この電子メール アドレスは、アカウントには関連付けられません。
  144. send_reset_mail=パスワードリセットのメールを再送するにはここをクリック
  145. reset_password=パスワードリセット
  146. invalid_code=申し訳ありませんが、確認用コードが期限切れまたは無効です。
  147. reset_password_helper=パスワードをリセットするにはここをクリック
  148. password_too_short=6文字未満のパスワードは設定できません。
  149. [mail]
  150. activate_account=Please activate your account
  151. activate_email=Verify your e-mail address
  152. reset_password=Reset your password
  153. register_success=Register success, Welcome
  154. [modal]
  155. yes=はい
  156. no=いいえ
  157. modify=変更
  158. [form]
  159. UserName=ユーザ名
  160. RepoName=リポジトリ名
  161. Email=Eメールアドレス
  162. Password=パスワード
  163. Retype=パスワードを再入力
  164. SSHTitle=SSH キーの名前
  165. HttpsUrl=HTTPS URL
  166. PayloadUrl=ペイロードの URL
  167. TeamName=チーム名
  168. AuthName=承認名
  169. AdminEmail=管理者の電子メール
  170. require_error=空にできません
  171. alpha_dash_error=アルファベット、数字、ハイフン"-"、アンダースコア"_"のいずれかの必要があります
  172. alpha_dash_dot_error=' アルファベット、数値、ダッシュ(-)、アンダースコア(_) 、ドット(.)のいずれかを入力する必要があります。 '
  173. size_error=`サイズは %s である必要があります`
  174. min_size_error=' 少なくとも %s 文字の必要があります '
  175. max_size_error=' %s 文字以下の必要があります '
  176. email_error=' は有効な電子メール アドレスではない '
  177. url_error=' は有効な URL はありません。 '
  178. unknown_error=不明なエラー:
  179. captcha_incorrect=Captcha が一致しませんでした。
  180. password_not_match=パスワードと確認用パスワードが一致同していません。
  181. username_been_taken=ユーザー名は既に使用されています。
  182. repo_name_been_taken=リポジトリ名は既に使用されています。
  183. org_name_been_taken=組織名は既に使用されています。
  184. team_name_been_taken=チーム名は既に使用されています。
  185. email_been_used=電子メール アドレスは既に使用されています。
  186. illegal_team_name=チーム名に無効な文字が含まれています。
  187. username_password_incorrect=ユーザー名またはパスワードが正しくありません。
  188. enterred_invalid_repo_name=入力したリポジトリの名前が正しいかどうかを確認してください。
  189. enterred_invalid_owner_name=入力された所有者名が正しいかどうかを確認してください。
  190. enterred_invalid_password=入力したパスワードが正しいかを確認してください。
  191. user_not_exist=指定されたユーザーは存在しません。
  192. last_org_owner=削除するユーザーはチームの最後のメンバーです。別の所有者設定が必要です。
  193. invalid_ssh_key=SSHを確認できません:%s
  194. unable_verify_ssh_key=GogsはあなたのSSH keyを確認できません。しかし、我々は有効とみなしますので、自分自身で確認してください。
  195. auth_failed=認証に失敗しました: %v
  196. still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
  197. still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
  198. org_still_own_repo=この組織はまだリポジトリの所有しています、リポジトリを削除または転送する必要があります。
  199. still_own_user=この認証はまだ一部のユーザーによって使用されています。一部のユーザを移動させてから、もう一度削除してください。
  200. target_branch_not_exist=ターゲットブランチが存在しない
  201. [user]
  202. change_avatar=gravatar.com で自分のアバターを変更
  203. change_custom_avatar=設定で自分のアバターを変更
  204. join_on=参加しました
  205. repositories=リポジトリ
  206. activity=パブリック・アクティビティ
  207. followers=フォロワー
  208. starred=スター
  209. following=フォロー
  210. form.name_reserved=ユーザー名 '%s' は予約されています。
  211. form.name_pattern_not_allowed=ユーザ名のパターン '%s' は許可されていません。
  212. [settings]
  213. profile=プロフィール
  214. password=パスワード
  215. ssh_keys=SSH キー
  216. social=SNSアカウント
  217. applications=アプリケーション
  218. orgs=組織
  219. delete=アカウントを削除
  220. uid=Uid
  221. public_profile=パブリック プロフィール
  222. profile_desc=あなたのメールアドレスは公開され、任意のアカウント関連の通知に使用されます。また、Webベースの操作はサイトを介して行います。
  223. full_name=フルネーム
  224. website=WEBサイト
  225. location=ロケーション
  226. update_profile=プロファイル更新
  227. update_profile_success=あなたのプロフィールが更新されました。
  228. change_username=ユーザー名が変更されました
  229. change_username_prompt=This change will affect the way how links relate to your account.
  230. continue=続行
  231. cancel=キャンセル
  232. enable_custom_avatar=カスタムのアバターを有効にする
  233. enable_custom_avatar_helper=Gravatarからのフェッチを無効にするのを、有効にします
  234. choose_new_avatar=新しいアバターを選択
  235. update_avatar=アバターの設定を更新
  236. uploaded_avatar_not_a_image=アップロードされたファイルは画像ではない。
  237. no_custom_avatar_available=利用可能なカスタム アバターがないため、有効にできません。
  238. update_avatar_success=あなたのアバターの設定が更新されました。
  239. change_password=パスワードを変更
  240. old_password=現在のパスワード
  241. new_password=新しいパスワード
  242. retype_new_password=Retype New Password
  243. password_incorrect=現在のパスワードが正しくありません。
  244. change_password_success=パスワードが正常に変更されました。今すぐ新しいパスワード経由でサインインすることができます。
  245. emails=E-mail アドレス
  246. manage_emails=E-mail アドレスを管理
  247. email_desc=あなたのプライマリメールアドレスは、通知やその他の操作に使用されます。
  248. primary=プライマリー
  249. primary_email=プライマリに設定
  250. delete_email=削除
  251. email_deletion=E-mail Deletion
  252. email_deletion_desc=Delete this e-mail address will remove related information from your account. Do you want to continue?
  253. email_deletion_success=E-mail has been deleted successfully!
  254. add_new_email=新しいe-mailアドレスを追加
  255. add_email=電子メールを追加します。
  256. add_email_confirmation_sent='%s' に新しい確認メールを送信しました、次の %d 時間以内に受信トレイを確認し、確認プロセスを完了してください。
  257. add_email_success=新しいe-mail アドレスが追加されました。
  258. manage_ssh_keys=SSH キーを管理
  259. add_key=キーを追加
  260. ssh_desc=これはあなたのアカウントに関連付けられている SSH キーの一覧です。あなたが認識していないキーを削除します。
  261. ssh_helper=<strong>ヘルプが必要ですか?</strong> 我々のガイドをご覧ください。 <a href="%s"> SSH キーを生成</a> <a href="%s"> SSH の一般的な問題</a>
  262. add_new_key=SSH キーを追加
  263. ssh_key_been_used=公開鍵は使用されています。
  264. ssh_key_name_used=同じ名前の公開鍵は既に存在しています。
  265. key_name=キーの名前
  266. key_content=コンテンツ
  267. add_key_success=新しいSSHキー '%s' が正常に追加されました!
  268. delete_key=削除
  269. ssh_key_deletion=SSH キーの削除
  270. ssh_key_deletion_desc=このSSHキーを削除すると、あなたのアカウントに関連するすべてのアクセスが削除されます。続行しますか?
  271. ssh_key_deletion_success=SSH キーは正常に削除されました!
  272. add_on=追加された
  273. last_used=最終使用日
  274. no_activity=最近の活動なし
  275. key_state_desc=この鍵は7日間以内に使われています。
  276. token_state_desc=この鍵は7日間以内に使われています。
  277. manage_social=関連付けられているSNSアカウントを管理
  278. social_desc=これは関連付けられたソーシャルアカウントのリストです。あなたが認識していない結び付けを削除します。
  279. unbind=バインド解除
  280. unbind_success=SNSアカウントがバインドされていない。
  281. manage_access_token=個人のアクセス トークンを管理
  282. generate_new_token=新しいトークンを生成
  283. tokens_desc=生成したトークンを利用して Gogs の API にアクセスすることができます。
  284. new_token_desc=今のところ、全てのトークンはあなたのアカウントにフルアクセスできます。
  285. token_name=トークン名
  286. generate_token=トークンを生成
  287. generate_token_succees=新しいアクセス トークンは正常に生成されました !今すぐあなたの新しいアクセス トークンをコピーしておいてください。二度と見ることはできませんので確認してください!
  288. delete_token=削除
  289. access_token_deletion=パーソナルアクセストークンの削除
  290. access_token_deletion_desc=パーソナルアクセストークンを削除すると、関連するアプリケーションのすべてのアクセスが削除されます。続行しますか?
  291. delete_token_success=パーソナルアクセストークンは正常に削除されました!同時にあなたのアプリケーションを更新することを忘れないでください。
  292. delete_account=アカウントを削除
  293. delete_prompt=この操作はあなたのアカウントを完全に削除し、復旧<strong>できない</strong> !
  294. confirm_delete_account=削除の確認
  295. delete_account_title=アカウントの削除
  296. delete_account_desc=このアカウントは永久に削除しようとしている、継続しますか?
  297. [repo]
  298. owner=オーナー
  299. repo_name=リポジトリ名
  300. repo_name_helper=偉大なリポジトリ名は短い。思い出に残り、そして<strong>一意</strong>だ。
  301. visibility=ビジビリティ
  302. visiblity_helper=このリポジトリは<span class="ui red text">プライベート</span>です。
  303. visiblity_helper_forced=Site admin has forced all new repositories to be <span class="ui red text">Private</span>
  304. visiblity_fork_helper=(この値の変更はすべてのフォークに適用されます)
  305. fork_repo=フォークのリポジトリ
  306. fork_from=フォーク元
  307. fork_visiblity_helper=フォークされたリポジトリは可視状態を変更できません
  308. repo_desc=説明
  309. repo_lang=言語
  310. repo_lang_helper=.gitignoreファイルを選択
  311. license=ライセンス
  312. license_helper=ライセンス ファイルを選択
  313. readme=Readme
  314. readme_helper=Select a readme template
  315. auto_init=Initialize this repository with selected files and template
  316. create_repo=リポジトリを作成
  317. default_branch=デフォルトのブランチ
  318. mirror_interval=ミラー 間隔(時)
  319. form.name_reserved=リポジトリ名 '%s' は予約されています。
  320. form.name_pattern_not_allowed=リポジトリ名のパターン '%s' は許可されていません。
  321. need_auth=認証が必要
  322. migrate_type=マイグレーションの種類
  323. migrate_type_helper=This repository will be a <span class="text blue">mirror</span>
  324. migrate_repo=リポジトリを移行
  325. migrate.clone_address=クローンアドレス
  326. migrate.clone_address_desc=This can be a HTTP/HTTPS/GIT URL or local server path.
  327. migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
  328. forked_from=フォーク元
  329. fork_from_self=すでにあなたの所有しているリポジトリはフォークできません
  330. copy_link=コピー
  331. copy_link_success=Copied!
  332. copy_link_error=Press ⌘-C or Ctrl-C to copy
  333. click_to_copy=クリップボードにコピー
  334. copied=コピー成功
  335. clone_helper=クローニングのヘルプが必要ですか?<a target="_blank"href="%s"> ヘルプ</a> を参照してください!
  336. unwatch=Unwatch
  337. watch=Watch
  338. unstar=Unstar
  339. star=Star
  340. fork=Fork
  341. no_desc=説明なし
  342. quick_guide=クイック ガイド
  343. clone_this_repo=このリポジトリのクローンを作成
  344. create_new_repo_command=コマンドラインで新しいリポジトリを作成します。
  345. push_exist_repo=コマンド ・ ラインから既存のリポジトリをプッシュ
  346. repo_is_empty=This repository is empty, please come back later!
  347. branch=ブランチ
  348. tree=ツリー
  349. branch_and_tags=ブランチ& タグ
  350. branches=ブランチ
  351. tags=タグ
  352. issues=課題
  353. pulls=プルリクエスト
  354. labels=ラベル
  355. milestones=マイルストーン
  356. commits=コミット
  357. releases=リリース
  358. file_raw=生データ
  359. file_history=履歴
  360. file_view_raw=生データを見る
  361. file_permalink=パーマリンク
  362. commits.commits=コミット
  363. commits.search=コミットの検索
  364. commits.find=検索
  365. commits.author=作者
  366. commits.message=メッセージ
  367. commits.date=日付
  368. commits.older=古い
  369. commits.newer=新しい
  370. issues.new=新しい問題
  371. issues.new.labels=ラベル
  372. issues.new.no_label=ラベルなし
  373. issues.new.clear_labels=ラベルをクリア
  374. issues.new.milestone=マイルストーン
  375. issues.new.no_milestone=マイルストーンなし
  376. issues.new.clear_milestone=マイルストーンをクリア
  377. issues.new.open_milestone=オープン中のマイルストーン
  378. issues.new.closed_milestone=クローズされたマイルストーン
  379. issues.new.assignee=担当者
  380. issues.new.clear_assignee=担当者をクリア
  381. issues.new.no_assignee=担当者なし
  382. issues.create=問題を作成
  383. issues.new_label=新しいラベル
  384. issues.new_label_placeholder=ラベル名...
  385. issues.create_label=ラベルを作成
  386. issues.open_tab=%d オープン
  387. issues.close_tab=%d クローズ
  388. issues.filter_label=ラベル
  389. issues.filter_label_no_select=選択したラベルがありません。
  390. issues.filter_milestone=マイルストーン
  391. issues.filter_milestone_no_select=選択されたマイルストーンなし
  392. issues.filter_assignee=アサインされた人
  393. issues.filter_assginee_no_select=No selected Assignee
  394. issues.filter_type=タイプ
  395. issues.filter_type.all_issues=すべての問題
  396. issues.filter_type.assigned_to_you=あなたに割り当てられました。
  397. issues.filter_type.created_by_you=あなたが作成しました。
  398. issues.filter_type.mentioning_you=あなたに伝える
  399. issues.filter_sort=並べ替え
  400. issues.filter_sort.latest=最新
  401. issues.filter_sort.oldest=最も古い
  402. issues.filter_sort.recentupdate=Recently updated
  403. issues.filter_sort.leastupdate=Least recently updated
  404. issues.filter_sort.mostcomment=Most commented
  405. issues.filter_sort.leastcomment=Least commented
  406. issues.opened_by=opened %[1]s by <a href="%[2]s">%[3]s</a>
  407. issues.opened_by_fake=opened %[1]s by %[2]s
  408. issues.previous=前ページ
  409. issues.next=次ページ
  410. issues.open_title=Open
  411. issues.closed_title=Closed
  412. issues.num_comments=%d comments
  413. issues.commented_at=`commented <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  414. issues.no_content=There is no content yet.
  415. issues.close_issue=Close
  416. issues.close_comment_issue=Close and comment
  417. issues.reopen_issue=Reopen
  418. issues.reopen_comment_issue=Reopen and comment
  419. issues.create_comment=Comment
  420. issues.closed_at=`closed <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  421. issues.reopened_at=`reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  422. issues.commit_ref_at=`referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  423. issues.poster=Poster
  424. issues.admin=Admin
  425. issues.owner=Owner
  426. issues.sign_up_for_free=Sign up for free
  427. issues.sign_in_require_desc=to join this conversation. Already have an account? <a href="%s">Sign in to comment</a>
  428. issues.edit=Edit
  429. issues.cancel=Cancel
  430. issues.save=Save
  431. issues.label_title=ラベル名
  432. issues.label_color=ラベルの色
  433. issues.label_count=%d ラベル
  434. issues.label_open_issues=%d 未解決の問題
  435. issues.label_edit=編集
  436. issues.label_delete=削除
  437. issues.label_modify=ラベルの変更
  438. issues.label_deletion=ラベルの削除
  439. issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。
  440. issues.label_deletion_success=ラベルは正常に削除されました。
  441. pulls.compare_changes=変更を比較
  442. pulls.compare_changes_desc=2つのブランチを比較し、プルリクエストを作成します。
  443. pulls.compare_base=base
  444. pulls.compare_compare=compare
  445. pulls.filter_branch=Filter branch
  446. pulls.no_results=結果が見つかりませんでした。
  447. pulls.nothing_to_compare=There is nothing to compare because base and head branches are even.
  448. pulls.has_pull_request=`There is already a pull request between these two targets: <a href="%[1]s/pulls/%[3]d">%[2]s#%[3]d</a>`
  449. pulls.create=Create Pull Request
  450. pulls.title_desc=wants to merge %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code>
  451. pulls.merged_title_desc=merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
  452. pulls.tab_conversation=Conversation
  453. pulls.tab_commits=Commits
  454. pulls.tab_files=Files changed
  455. pulls.reopen_to_merge=Please reopen this pull request to perform merge operation.
  456. pulls.merged=Merged
  457. pulls.has_merged=This pull request has been merged successfully!
  458. pulls.data_broken=Data of this pull request has been broken due to deletion of fork information.
  459. pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments.
  460. pulls.can_auto_merge_desc=You can perform auto-merge operation on this pull request.
  461. pulls.cannot_auto_merge_desc=You can't perform auto-merge operation because there are conflicts between commits.
  462. pulls.cannot_auto_merge_helper=Please use command line tool to solve it.
  463. pulls.merge_pull_request=Merge Pull Request
  464. pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.`
  465. milestones.new=新しいマイルストーン
  466. milestones.open_tab=%d オープン
  467. milestones.close_tab=%d クローズ
  468. milestones.closed=%s を閉じました
  469. milestones.no_due_date=期限なし
  470. milestones.open=開く
  471. milestones.close=閉じる
  472. milestones.new_subheader=Create milestones to organize your issues.
  473. milestones.create=Create Milestone
  474. milestones.title=Title
  475. milestones.desc=Description
  476. milestones.due_date=Due Date (optional)
  477. milestones.clear=Clear
  478. milestones.invalid_due_date_format=Due date format is invalid, must be 'year-mm-dd'.
  479. milestones.create_success=Milestone '%s' has been created successfully!
  480. milestones.edit=Edit Milestone
  481. milestones.edit_subheader=Use better description for milestones so people won't be confused.
  482. milestones.cancel=Cancel
  483. milestones.modify=Modify Milestone
  484. milestones.edit_success=Changes of milestone '%s' has been saved successfully!
  485. milestones.deletion=Milestone Deletion
  486. milestones.deletion_desc=Delete this milestone will remove its information in all related issues. Do you want to continue?
  487. milestones.deletion_success=Milestone has been deleted successfully!
  488. settings=設定
  489. settings.options=オプション
  490. settings.collaboration=コラボレーション
  491. settings.hooks=Webhooks
  492. settings.githooks=Git のフック
  493. settings.basic_settings=基本設定
  494. settings.danger_zone=危険地帯
  495. settings.site=公式サイト
  496. settings.update_settings=設定の更新
  497. settings.change_reponame_prompt=This change will affect how links relate to the repository.
  498. settings.transfer=オーナー移転
  499. settings.transfer_desc=リポジトリをあなたが管理者権限を持っている別のユーザーまた組織に移譲します。
  500. settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。
  501. settings.delete=このリポジトリを削除
  502. settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。
  503. settings.transfer_notices_1=- You will lose access if new owner is a individual user.
  504. settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
  505. settings.transfer_form_title=Please enter following information to confirm your operation:
  506. settings.delete_notices_1=- This operation <strong>CANNOT</strong> be undone.
  507. settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
  508. settings.delete_notices_fork_1=- If this repository is public, all forks will be became independent after deletion.
  509. settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time.
  510. settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first.
  511. settings.update_settings_success=リポジトリ オプションが更新されました。
  512. settings.transfer_owner=新しいオーナー
  513. settings.make_transfer=転送
  514. settings.transfer_succeed=リポジトリの所有権は正常に転送されました。
  515. settings.confirm_delete=削除の確認
  516. settings.add_collaborator=新しい共同編集者を追加
  517. settings.add_collaborator_success=新しい共同編集者が追加されました。
  518. settings.remove_collaborator_success=共同編集者が削除されました。
  519. settings.user_is_org_member=ユーザーは組織の一員なので、共同編集者として追加することはできません。
  520. settings.add_webhook=Webhook を追加
  521. settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの <a target="_blank"href="%s"> Webhooks ガイド</a>をご覧ください。
  522. settings.webhook_deletion=Delete Webhook
  523. settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue?
  524. settings.webhook_deletion_success=Webhook has been deleted successfully!
  525. settings.webhook.request=Request
  526. settings.webhook.response=Response
  527. settings.webhook.headers=Headers
  528. settings.webhook.payload=Payload
  529. settings.webhook.body=Body
  530. settings.githooks_desc=Git のフックは Git 自体によって提供されています。以下のリストのファイルを編集して、サポートされているフックのカスタム操作を適用することができます。
  531. settings.githook_edit_desc=もしフックがアクティブではない場合は、サンプルコンテンツが表示されます。コンテンツを空白にするにはこのフックを無効にします。
  532. settings.githook_name=フックの名前
  533. settings.githook_content=コンテンツをフック
  534. settings.update_githook=フックを更新
  535. settings.add_webhook_desc=私たちは、指定されたURLに購読されたイベントの詳細を <code>POST</code>リクエストとして送信します。あなたは、異なるデータ受信モード(JSONまたは, <code>x-www-form-urlencoded</code>, <em>その他</em>) を設定することができます。詳細については、<a target="_blank" href="%s">Webhookガイド</a>を参照してください。
  536. settings.payload_url=ペイロードの URL
  537. settings.content_type=コンテンツ タイプ
  538. settings.secret=秘密
  539. settings.slack_username=Username
  540. settings.slack_icon_url=Icon URL
  541. settings.slack_color=Color
  542. settings.event_desc=どのイベントをこのWEBフックのトリガーにしますか?
  543. settings.event_push_only=<code>push</code> イベントのみ
  544. settings.event_send_everything=I need <strong>everything</strong>.
  545. settings.event_choose=Let me choose what I need.
  546. settings.event_create=Create
  547. settings.event_create_desc=Branch, or tag created
  548. settings.event_push=Push
  549. settings.event_push_desc=Git push to a repository
  550. settings.active=アクティブ
  551. settings.active_helper=このフックのトリガーが引かれた時に、イベントの詳細を配信します。
  552. settings.add_hook_success=新しい webhook が追加されました。
  553. settings.update_webhook=Webhookを更新
  554. settings.update_hook_success=Webhook を更新しました。
  555. settings.delete_webhook=Webhook を削除
  556. settings.recent_deliveries=最近のデリバリー
  557. settings.hook_type=フックタイプ
  558. settings.add_slack_hook_desc=<a href="%s"> Slack</a> インテグレーションをリポジトリに追加します。
  559. settings.slack_token=トークン
  560. settings.slack_domain=ドメイン
  561. settings.slack_channel=チャンネル
  562. settings.deploy_keys=デプロイキー
  563. settings.add_deploy_key=Add Deploy Key
  564. settings.no_deploy_keys=You haven't added any deploy key.
  565. settings.title=Title
  566. settings.deploy_key_content=Content
  567. settings.key_been_used=Deploy key content has been used.
  568. settings.key_name_used=Deploy key with same name has already existed.
  569. settings.add_key_success=New deploy key '%s' has been added successfully!
  570. settings.deploy_key_deletion=Delete Deploy Key
  571. settings.deploy_key_deletion_desc=Delete this deploy key will remove all related accesses for this repository. Do you want to continue?
  572. settings.deploy_key_deletion_success=Deploy key has been deleted successfully!
  573. diff.browse_source=ソースを参照
  574. diff.parent=親
  575. diff.commit=コミット
  576. diff.data_not_available=差分データは利用できません。
  577. diff.show_diff_stats=差分情報を表示
  578. diff.stats_desc=共有<strong>%d 個のファイルを変更した</strong>、<strong>%d 個の追加</strong> と <strong>%d 個の削除</strong>を含む
  579. diff.bin=BIN
  580. diff.view_file=ファイルの表示
  581. release.releases=リリース
  582. release.new_release=新しいリリース
  583. release.draft=ドラフト
  584. release.prerelease=プレリリース
  585. release.stable=安定
  586. release.edit=編集
  587. release.ahead=このリリース以降 %s へ <strong>%d</strong> コミット
  588. release.source_code=ソース コード
  589. release.tag_name=タグ名
  590. release.target=ターゲット
  591. release.tag_helper=既存のタグを選択するか、新しいタグを作成し発行します。
  592. release.release_title=リリース タイトル
  593. release.content_with_md=<a href="%s"> Markdown</a> コンテンツ
  594. release.write=書込み
  595. release.preview=プレビュー
  596. release.content_placeholder=コンテンツを書く
  597. release.loading=読み込み中…
  598. release.prerelease_desc=これはリリース前のものです
  599. release.prerelease_helper=このリリースは非プロダクション利用として識別します。
  600. release.publish=リリースを発行
  601. release.save_draft=下書きを保存
  602. release.edit_release=リリースを編集
  603. release.tag_name_already_exist=このタグ名には既にリリースが存在します。
  604. [org]
  605. org_name_holder=組織名
  606. org_name_helper=偉大な組織の名は短く覚えやすいです。
  607. create_org=組織を作成
  608. repo_updated=更新した
  609. people=人々
  610. invite_someone=誰かを招待
  611. teams=チーム
  612. lower_members=メンバー
  613. lower_repositories=リポジトリ
  614. create_new_team=新しいチームを作成
  615. org_desc=説明
  616. team_name=チーム名
  617. team_desc=説明
  618. team_name_helper=会話の時、この名前を使用しチーム名を表明します。
  619. team_desc_helper=このチームに関する全ての情報は?
  620. team_permission_desc=このチームに必要な権限レベルは?
  621. form.name_reserved=組織名 '%s' は予約されています。
  622. form.name_pattern_not_allowed=組織名のパターン '%s' は許可されていません。
  623. settings=設定
  624. settings.options=オプション
  625. settings.full_name=フルネーム
  626. settings.website=WEBサイト
  627. settings.location=ロケーション
  628. settings.update_settings=設定の更新
  629. settings.update_setting_success=組織の設定が更新されました。
  630. settings.change_orgname_prompt=This change will affect how links relate to the organization.
  631. settings.update_avatar_success=Organization avatar setting has been updated successfully.
  632. settings.delete=組織を削除
  633. settings.delete_account=この組織を削除
  634. settings.delete_prompt=操作はこの組織を完全に削除し、復旧<strong>できない</strong>!
  635. settings.confirm_delete_account=削除の確認
  636. settings.delete_org_title=組織の削除
  637. settings.delete_org_desc=この組織は完全に削除されます、継続しますか?
  638. settings.hooks_desc=この組織のもとで <strong>すべてのリポジトリ</strong> に対してトリガーされる webhook を追加します。
  639. members.public=パブリック
  640. members.public_helper=プライベートにする
  641. members.private=プライベート
  642. members.private_helper=公開する
  643. members.owner=オーナー
  644. members.member=メンバー
  645. members.conceal=隠す
  646. members.remove=削除
  647. members.leave=退出
  648. members.invite_desc=%s に招待する新しいメンバーをユーザ名を入力してください:
  649. members.invite_now=今すぐ招待
  650. teams.join=参加
  651. teams.leave=退出
  652. teams.read_access=読み取りアクセス権
  653. teams.read_access_helper=このチームはリポジトリの閲覧とクローンをすることができます。
  654. teams.write_access=書き込みアクセス権
  655. teams.write_access_helper=このチームはリポジトリを読むだけではなく、プッシュすることもできます。
  656. teams.admin_access=管理者のアクセス権
  657. teams.admin_access_helper=このチームはリポジトリにプッシュ/プル、及び他の共同編集者を追加することができます。
  658. teams.no_desc=このチームは説明がありません。
  659. teams.settings=設定
  660. teams.owners_permission_desc=オーナーは<strong>すべてのリポジトリ</strong> へのフルアクセス権、組織の <strong>管理権限</strong>を持ちます。
  661. teams.members=チーム メンバー
  662. teams.update_settings=設定の更新
  663. teams.delete_team=このチームを削除
  664. teams.add_team_member=チーム メンバーを追加
  665. teams.delete_team_title=チームの削除
  666. teams.delete_team_desc=このチームを削除します、継続しますか?このチームのメンバーはいくつかのリポジトリへのアクセスを失う可能性があります。
  667. teams.delete_team_success=指定のチームが正常に削除されました。
  668. teams.read_permission_desc=このチームは<strong>読み取り</strong>権限を持ち: メンバーはリポジトリの表示及びクローンの作成ができます。
  669. teams.write_permission_desc=このチームは<strong>書き込み</strong>権限を持ち: メンバーはリポジトリの表示及リポジトリへのプッシュができます。
  670. teams.admin_permission_desc=このチームは<strong>管理者</strong>の権限を持ち: メンバーはチームのリポジトリに対して、読み取り、プッシュや共同編集者の追加ができます。
  671. teams.repositories=チームのリポジトリ
  672. teams.add_team_repository=チームのリポジトリを追加
  673. teams.remove_repo=削除(Remove)
  674. teams.add_nonexistent_repo=追加しようとしているリポジトリは存在しません。まずはじめに作成してください。
  675. [admin]
  676. dashboard=ダッシュボード
  677. users=ユーザ
  678. organizations=組織
  679. repositories=リポジトリ
  680. authentication=認証
  681. config=コンフィギュレーション
  682. notices=システム通知
  683. monitor=モニタリング
  684. first_page=First
  685. last_page=Last
  686. total=Total: %d
  687. dashboard.statistic=統計
  688. dashboard.operations=操作
  689. dashboard.system_status=システム モニターのステータス
  690. dashboard.statistic_info=Gogs データベースは <b>%d</b> ユーザ, <b>%d</b> 組織, <b>%d</b> 公開鍵, <b>%d</b> リポジトリ, <b>%d</b> ウォッチ, <b>%d</b> スター, <b>%d</b> 行動, <b>%d</b> アクセス, <b>%d</b> 問題, <b>%d</b> コメント, <b>%d</b> ソーシャルアカウント, <b>%d</b> フォロー, <b>%d</b> ミラー, <b>%d</b> リリース, <b>%d</b> ログイン元, <b>%d</b> webhook, <b>%d</b> マイルストーン, <b>%d</b> ラベル, <b>%d</b> フックタスク, <b>%d</b> チーム, <b>%d</b> アップデートタスク, <b>%d</b> 添付ファイル の情報を持っています。
  691. dashboard.operation_name=操作の名前
  692. dashboard.operation_switch=スイッチ
  693. dashboard.operation_run=実行
  694. dashboard.clean_unbind_oauth=結び付けられていない OAuth をクリーン
  695. dashboard.clean_unbind_oauth_success=結び付けられていない全ての OAuth を正常に削除しました。
  696. dashboard.delete_inactivate_accounts=非アクティブのアカウントをすべて削除
  697. dashboard.delete_inactivate_accounts_success=すべての非アクティブアカウントは正常に削除されました。
  698. dashboard.delete_repo_archives=リポジトリのすべてのアーカイブを削除
  699. dashboard.delete_repo_archives_success=リポジトリのすべてのアーカイブが正常に削除されました。
  700. dashboard.git_gc_repos=リポジトリでのガベージコレクションを実行します。
  701. dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。
  702. dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成します。(警告:Gogsキー以外は失われます)
  703. dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
  704. dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)
  705. dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。
  706. dashboard.server_uptime=サーバーの稼働時間
  707. dashboard.current_goroutine=現在のGoroutine
  708. dashboard.current_memory_usage=現在のメモリ使用量
  709. dashboard.total_memory_allocated=割り当てられたメモリの合計
  710. dashboard.memory_obtained=配分されたメモリ量
  711. dashboard.pointer_lookup_times=ポインタ参照回数
  712. dashboard.memory_allocate_times=メモリ割当回数
  713. dashboard.memory_free_times=メモリ解放回数
  714. dashboard.current_heap_usage=現在のヒープ使用量
  715. dashboard.heap_memory_obtained=配分されたヒープ メモリ量
  716. dashboard.heap_memory_idle=アイドルのヒープ メモリ量
  717. dashboard.heap_memory_in_use=使用中のヒープ メモリ
  718. dashboard.heap_memory_released=ヒープ メモリが解放されました
  719. dashboard.heap_objects=ヒープ オブジェクト
  720. dashboard.bootstrap_stack_usage=ブートストラップスタック使用量
  721. dashboard.stack_memory_obtained=配分されたスタック メモリ量
  722. dashboard.mspan_structures_usage=MSpan 構造体の使用量
  723. dashboard.mspan_structures_obtained=配分されたMSpan 構造体
  724. dashboard.mcache_structures_usage=MCache 構造体の使用量
  725. dashboard.mcache_structures_obtained=分配されたMCache 構造体
  726. dashboard.profiling_bucket_hash_table_obtained=ハッシュテーブル分析に割り当てられたメモリ
  727. dashboard.gc_metadata_obtained=GCメタデータ取得
  728. dashboard.other_system_allocation_obtained=他のシステムに割り当てられたメモリ
  729. dashboard.next_gc_recycle=次回のGCリサイクル
  730. dashboard.last_gc_time=前回GCからの時間
  731. dashboard.total_gc_time=GC一時停止の合計
  732. dashboard.total_gc_pause=GC一時停止の合計
  733. dashboard.last_gc_pause=直近のGC一時停止
  734. dashboard.gc_times=GC実行回数
  735. users.user_manage_panel=ユーザー管理パネル
  736. users.new_account=新規アカウントを作成
  737. users.name=名前
  738. users.activated=アクティブ化
  739. users.admin=アドミン
  740. users.repos=リポジトリ
  741. users.created=作成されました
  742. users.send_register_notify=Send Registration Notification To User
  743. users.new_success=New account '%s' has been created successfully.
  744. users.edit=編集
  745. users.auth_source=Authentication Source
  746. users.local=ローカル
  747. users.auth_login_name=Authentication Login Name
  748. users.password_helper=Leave it empty to remain unchanged.
  749. users.update_profile_success=アカウントのプロファイルが更新されました。
  750. users.edit_account=アカウントの編集
  751. users.is_activated=アカウントがアクティブされました
  752. users.is_admin=このアカウントには管理者の権限を持つ
  753. users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ
  754. users.update_profile=アカウント ・ プロファイルを更新
  755. users.delete_account=このアカウントを削除
  756. users.still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
  757. users.still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
  758. users.deletion_success=Account has been deleted successfully!
  759. orgs.org_manage_panel=組織の管理パネル
  760. orgs.name=名前
  761. orgs.teams=チーム
  762. orgs.members=メンバー
  763. repos.repo_manage_panel=リポジトリの管理パネル
  764. repos.owner=オーナー
  765. repos.name=名前
  766. repos.private=プライベート
  767. repos.watches=Watches
  768. repos.stars=Stars
  769. repos.issues=課題
  770. auths.auth_manage_panel=Authentication Manage Panel
  771. auths.new=Add New Source
  772. auths.name=名前
  773. auths.type=タイプ
  774. auths.enabled=Enabled
  775. auths.updated=Updated
  776. auths.auth_type=Authentication Type
  777. auths.auth_name=Authentication Name
  778. auths.domain=ドメイン
  779. auths.host=ホスト
  780. auths.port=ポート
  781. auths.bind_dn=Bind DN
  782. auths.bind_password=Bind Password
  783. auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account.
  784. auths.user_base=User Search Base
  785. auths.user_dn=User DN
  786. auths.attribute_name=名前属性
  787. auths.attribute_surname=名字属性
  788. auths.attribute_mail=Eメール属性
  789. auths.filter=User Filter
  790. auths.admin_filter=Admin Filter
  791. auths.ms_ad_sa=Ms Ad SA
  792. auths.smtp_auth=SMTP Authentication Type
  793. auths.smtphost=SMTP ホスト
  794. auths.smtpport=SMTP ポート
  795. auths.allowed_domains=Allowed Domains
  796. auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.
  797. auths.enable_tls=TLS 暗号化を有効にする
  798. auths.skip_tls_verify=Skip TLS Verify
  799. auths.pam_service_name=PAMサービス名
  800. auths.enable_auto_register=自動登録を有効にする
  801. auths.tips=ヒント
  802. auths.edit=Edit Authentication Setting
  803. auths.activated=認証がアクティブされました
  804. auths.new_success=New authentication '%s' has been added successfully.
  805. auths.update_success=Authentication setting has been updated successfully.
  806. auths.update=Update Authentication Setting
  807. auths.delete=Delete This Authentication
  808. auths.delete_auth_title=Authentication Deletion
  809. auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue?
  810. auths.deletion_success=Authentication has been deleted successfully!
  811. config.server_config=サーバーの構成
  812. config.app_name=アプリケーション名
  813. config.app_ver=アプリケーションのバージョン
  814. config.app_url=アプリケーションの URL
  815. config.domain=ドメイン
  816. config.offline_mode=オフラインモード
  817. config.disable_router_log=ルーターのログを無効にする
  818. config.run_user=実行ユーザ
  819. config.run_mode=実行モード
  820. config.repo_root_path=リポジトリのルートパス
  821. config.static_file_root_path=静的ファイルのルートパス
  822. config.log_file_root_path=ログ ファイルのルート パス
  823. config.script_type=スクリプトの種類
  824. config.reverse_auth_user=リバース認証ユーザ
  825. config.db_config=データベースの構成
  826. config.db_type=タイプ
  827. config.db_host=ホスト
  828. config.db_name=名前
  829. config.db_user=ユーザ
  830. config.db_ssl_mode=SSL モード
  831. config.db_ssl_mode_helper=(「postgres」のみ)
  832. config.db_path=パス
  833. config.db_path_helper=(for "sqlite3" and "tidb")
  834. config.service_config=サービスの構成
  835. config.register_email_confirm=電子メールの確認を必要
  836. config.disable_register=登録を無効にする
  837. config.show_registration_button=登録ボタンを表示します。
  838. config.require_sign_in_view=サインインを要求
  839. config.enable_cache_avatar=アバターのキャッシュを有効にします。
  840. config.mail_notify=メール通知
  841. config.disable_key_size_check=Disable Minimum Key Size Check
  842. config.enable_captcha=Enable Captcha
  843. config.active_code_lives=コードリンクの有効期限をアクティブ
  844. config.reset_password_code_lives=パスワードリンクの有効期限をリセット
  845. config.webhook_config=Webhook設定
  846. config.queue_length=Queue Length
  847. config.deliver_timeout=送信タイムアウト
  848. config.skip_tls_verify=TLSの確認を省略
  849. config.mailer_config=メーラーの構成
  850. config.mailer_enabled=有効にした
  851. config.mailer_disable_helo=HELOコマンド無効
  852. config.mailer_name=名前
  853. config.mailer_host=ホスト
  854. config.mailer_user=ユーザ
  855. config.oauth_config=OAuth 構成
  856. config.oauth_enabled=Enabled
  857. config.cache_config=キャッシュの構成
  858. config.cache_adapter=キャッシュ アダプター
  859. config.cache_interval=キャッシュ間隔
  860. config.cache_conn=キャッシュ接続
  861. config.session_config=セッションの構成
  862. config.session_provider=セッション プロバイダー
  863. config.provider_config=プロバイダーの構成
  864. config.cookie_name=クッキー名
  865. config.enable_set_cookie=クッキーの設定を有効にする
  866. config.gc_interval_time=GC 間隔
  867. config.session_life_time=セッションのライフタイム
  868. config.https_only=HTTPS のみ
  869. config.cookie_life_time=クッキーのライフタイム
  870. config.picture_config=画像構成
  871. config.picture_service=画像サービス
  872. config.disable_gravatar=グラバターを無効にする
  873. config.log_config=ログの構成
  874. config.log_mode=ログ モード
  875. monitor.cron=Cron タスク
  876. monitor.name=名前
  877. monitor.schedule=スケジュール
  878. monitor.next=次回
  879. monitor.previous=前回
  880. monitor.execute_times=実行回数
  881. monitor.process=実行中のプロセス
  882. monitor.desc=説明
  883. monitor.start=開始日時
  884. monitor.execute_time=実行時間:
  885. notices.system_notice_list=システム通知
  886. notices.type=タイプ
  887. notices.type_1=リポジトリ
  888. notices.desc=説明
  889. notices.op=Op。
  890. notices.delete_success=システム通知が正常に削除されました。
  891. [action]
  892. create_repo=リポジトリ <a href="%s"> %s</a>を作成しました
  893. rename_repo=renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
  894. commit_repo=<a href="%[1]s">%[3]s</a>を<a href="%[1]s/src/%[2]s">%[2]s</a>にプッシュしました
  895. create_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> を開きました`
  896. create_pull_request=`created pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
  897. comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント`
  898. merge_pull_request=`merged pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
  899. transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました
  900. push_tag=<a href="%[1]s">%[3]s</a> に タグ <a href="%[1]s/src/%[2]s">%[2]s</a> をプッシュしました
  901. compare_2_commits=これら 2 のコミットの比較を閲覧する
  902. [tool]
  903. ago=前
  904. from_now=今から
  905. now=今
  906. 1s=1 秒 %s
  907. 1m=1 分 %s
  908. 1h=1 時間 %s
  909. 1d=1 日 %s
  910. 1w=1 週間 %s
  911. 1mon=1 ヶ月 %s
  912. 1y=1 年間 %s
  913. seconds=%d 秒 %s
  914. minutes=%d 分の %s
  915. hours=%d 時間 %s
  916. days=%d 日 %s
  917. weeks=%d 週間 %s
  918. months=%d ヶ月 %s
  919. years=%d 年 %s
  920. raw_seconds=秒
  921. raw_minutes=分
  922. [dropzone]
  923. default_message=Drop files here or click to upload.
  924. invalid_input_type=You can't upload files of this type.
  925. file_too_big=File size({{filesize}} MB) exceeds maximum size({{maxFilesize}} MB).
  926. remove_file=Remove file