locale_ja-JP.ini 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  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_fork_helper=(この値の変更はすべてのフォークに適用されます)
  304. fork_repo=フォークのリポジトリ
  305. fork_from=フォーク元
  306. fork_visiblity_helper=フォークされたリポジトリは可視状態を変更できません
  307. repo_desc=説明
  308. repo_lang=言語
  309. repo_lang_helper=.gitignoreファイルを選択
  310. license=ライセンス
  311. license_helper=ライセンス ファイルを選択
  312. readme=Readme
  313. readme_helper=Select a readme template
  314. auto_init=Initialize this repository with selected files and template
  315. create_repo=リポジトリを作成
  316. default_branch=デフォルトのブランチ
  317. mirror_interval=ミラー 間隔(時)
  318. form.name_reserved=リポジトリ名 '%s' は予約されています。
  319. form.name_pattern_not_allowed=リポジトリ名のパターン '%s' は許可されていません。
  320. need_auth=認証が必要
  321. migrate_type=マイグレーションの種類
  322. migrate_type_helper=This repository will be a <span class="text blue">mirror</span>
  323. migrate_repo=リポジトリを移行
  324. migrate.clone_address=クローンアドレス
  325. migrate.clone_address_desc=This can be a HTTP/HTTPS/GIT URL or local server path.
  326. migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
  327. forked_from=フォーク元
  328. fork_from_self=すでにあなたの所有しているリポジトリはフォークできません
  329. copy_link=コピー
  330. copy_link_success=Copied!
  331. copy_link_error=Press ⌘-C or Ctrl-C to copy
  332. click_to_copy=クリップボードにコピー
  333. copied=コピー成功
  334. clone_helper=クローニングのヘルプが必要ですか?<a target="_blank"href="%s"> ヘルプ</a> を参照してください!
  335. unwatch=Unwatch
  336. watch=Watch
  337. unstar=Unstar
  338. star=Star
  339. fork=Fork
  340. no_desc=説明なし
  341. quick_guide=クイック ガイド
  342. clone_this_repo=このリポジトリのクローンを作成
  343. create_new_repo_command=コマンドラインで新しいリポジトリを作成します。
  344. push_exist_repo=コマンド ・ ラインから既存のリポジトリをプッシュ
  345. repo_is_empty=This repository is empty, please come back later!
  346. branch=ブランチ
  347. tree=ツリー
  348. branch_and_tags=ブランチ& タグ
  349. branches=ブランチ
  350. tags=タグ
  351. issues=課題
  352. pulls=プルリクエスト
  353. labels=ラベル
  354. milestones=マイルストーン
  355. commits=コミット
  356. releases=リリース
  357. file_raw=生データ
  358. file_history=履歴
  359. file_view_raw=生データを見る
  360. file_permalink=パーマリンク
  361. commits.commits=コミット
  362. commits.search=コミットの検索
  363. commits.find=検索
  364. commits.author=作者
  365. commits.message=メッセージ
  366. commits.date=日付
  367. commits.older=古い
  368. commits.newer=新しい
  369. issues.new=新しい問題
  370. issues.new.labels=ラベル
  371. issues.new.no_label=ラベルなし
  372. issues.new.clear_labels=ラベルをクリア
  373. issues.new.milestone=マイルストーン
  374. issues.new.no_milestone=マイルストーンなし
  375. issues.new.clear_milestone=マイルストーンをクリア
  376. issues.new.open_milestone=オープン中のマイルストーン
  377. issues.new.closed_milestone=クローズされたマイルストーン
  378. issues.new.assignee=担当者
  379. issues.new.clear_assignee=担当者をクリア
  380. issues.new.no_assignee=担当者なし
  381. issues.create=問題を作成
  382. issues.new_label=新しいラベル
  383. issues.new_label_placeholder=ラベル名...
  384. issues.create_label=ラベルを作成
  385. issues.open_tab=%d オープン
  386. issues.close_tab=%d クローズ
  387. issues.filter_label=ラベル
  388. issues.filter_label_no_select=選択したラベルがありません。
  389. issues.filter_milestone=マイルストーン
  390. issues.filter_milestone_no_select=選択されたマイルストーンなし
  391. issues.filter_assignee=アサインされた人
  392. issues.filter_assginee_no_select=No selected Assignee
  393. issues.filter_type=タイプ
  394. issues.filter_type.all_issues=すべての問題
  395. issues.filter_type.assigned_to_you=あなたに割り当てられました。
  396. issues.filter_type.created_by_you=あなたが作成しました。
  397. issues.filter_type.mentioning_you=あなたに伝える
  398. issues.filter_sort=並べ替え
  399. issues.filter_sort.latest=最新
  400. issues.filter_sort.oldest=最も古い
  401. issues.filter_sort.recentupdate=Recently updated
  402. issues.filter_sort.leastupdate=Least recently updated
  403. issues.filter_sort.mostcomment=Most commented
  404. issues.filter_sort.leastcomment=Least commented
  405. issues.opened_by=opened %[1]s by <a href="%[2]s">%[3]s</a>
  406. issues.opened_by_fake=opened %[1]s by %[2]s
  407. issues.previous=前ページ
  408. issues.next=次ページ
  409. issues.open_title=Open
  410. issues.closed_title=Closed
  411. issues.num_comments=%d comments
  412. issues.commented_at=`commented <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  413. issues.no_content=There is no content yet.
  414. issues.close_issue=Close
  415. issues.close_comment_issue=Close and comment
  416. issues.reopen_issue=Reopen
  417. issues.reopen_comment_issue=Reopen and comment
  418. issues.create_comment=Comment
  419. issues.closed_at=`closed <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  420. issues.reopened_at=`reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  421. issues.commit_ref_at=`referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  422. issues.poster=Poster
  423. issues.admin=Admin
  424. issues.owner=Owner
  425. issues.sign_up_for_free=Sign up for free
  426. issues.sign_in_require_desc=to join this conversation. Already have an account? <a href="%s">Sign in to comment</a>
  427. issues.edit=Edit
  428. issues.cancel=Cancel
  429. issues.save=Save
  430. issues.label_title=ラベル名
  431. issues.label_color=ラベルの色
  432. issues.label_count=%d ラベル
  433. issues.label_open_issues=%d 未解決の問題
  434. issues.label_edit=編集
  435. issues.label_delete=削除
  436. issues.label_modify=ラベルの変更
  437. issues.label_deletion=ラベルの削除
  438. issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。
  439. issues.label_deletion_success=ラベルは正常に削除されました。
  440. pulls.compare_changes=変更を比較
  441. pulls.compare_changes_desc=2つのブランチを比較し、プルリクエストを作成します。
  442. pulls.compare_base=base
  443. pulls.compare_compare=compare
  444. pulls.filter_branch=Filter branch
  445. pulls.no_results=結果が見つかりませんでした。
  446. pulls.nothing_to_compare=There is nothing to compare because base and head branches are even.
  447. 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>`
  448. pulls.create=Create Pull Request
  449. pulls.title_desc=wants to merge %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code>
  450. pulls.merged_title_desc=merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
  451. pulls.tab_conversation=Conversation
  452. pulls.tab_commits=Commits
  453. pulls.tab_files=Files changed
  454. pulls.reopen_to_merge=Please reopen this pull request to perform merge operation.
  455. pulls.merged=Merged
  456. pulls.has_merged=This pull request has been merged successfully!
  457. pulls.data_broken=Data of this pull request has been broken due to deletion of fork information.
  458. pulls.can_auto_merge_desc=You can perform auto-merge operation on this pull request.
  459. pulls.cannot_auto_merge_desc=You can't perform auto-merge operation because there are conflicts between commits.
  460. pulls.cannot_auto_merge_helper=Please use command line tool to solve it.
  461. pulls.merge_pull_request=Merge Pull Request
  462. milestones.new=新しいマイルストーン
  463. milestones.open_tab=%d オープン
  464. milestones.close_tab=%d クローズ
  465. milestones.closed=%s を閉じました
  466. milestones.no_due_date=期限なし
  467. milestones.open=開く
  468. milestones.close=閉じる
  469. milestones.new_subheader=Create milestones to organize your issues.
  470. milestones.create=Create Milestone
  471. milestones.title=Title
  472. milestones.desc=Description
  473. milestones.due_date=Due Date (optional)
  474. milestones.clear=Clear
  475. milestones.invalid_due_date_format=Due date format is invalid, must be 'year-mm-dd'.
  476. milestones.create_success=Milestone '%s' has been created successfully!
  477. milestones.edit=Edit Milestone
  478. milestones.edit_subheader=Use better description for milestones so people won't be confused.
  479. milestones.cancel=Cancel
  480. milestones.modify=Modify Milestone
  481. milestones.edit_success=Changes of milestone '%s' has been saved successfully!
  482. milestones.deletion=Milestone Deletion
  483. milestones.deletion_desc=Delete this milestone will remove its information in all related issues. Do you want to continue?
  484. milestones.deletion_success=Milestone has been deleted successfully!
  485. settings=設定
  486. settings.options=オプション
  487. settings.collaboration=コラボレーション
  488. settings.hooks=Webhooks
  489. settings.githooks=Git のフック
  490. settings.basic_settings=基本設定
  491. settings.danger_zone=危険地帯
  492. settings.site=公式サイト
  493. settings.update_settings=設定の更新
  494. settings.change_reponame_prompt=This change will affect how links relate to the repository.
  495. settings.transfer=オーナー移転
  496. settings.transfer_desc=リポジトリをあなたが管理者権限を持っている別のユーザーまた組織に移譲します。
  497. settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。
  498. settings.delete=このリポジトリを削除
  499. settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。
  500. settings.transfer_notices_1=- You will lose access if new owner is a individual user.
  501. settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
  502. settings.transfer_form_title=Please enter following information to confirm your operation:
  503. settings.delete_notices_1=- This operation <strong>CANNOT</strong> be undone.
  504. settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
  505. settings.delete_notices_fork_1=- If this repository is public, all forks will be became independent after deletion.
  506. settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time.
  507. settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first.
  508. settings.update_settings_success=リポジトリ オプションが更新されました。
  509. settings.transfer_owner=新しいオーナー
  510. settings.make_transfer=転送
  511. settings.transfer_succeed=リポジトリの所有権は正常に転送されました。
  512. settings.confirm_delete=削除の確認
  513. settings.add_collaborator=新しい共同編集者を追加
  514. settings.add_collaborator_success=新しい共同編集者が追加されました。
  515. settings.remove_collaborator_success=共同編集者が削除されました。
  516. settings.user_is_org_member=ユーザーは組織の一員なので、共同編集者として追加することはできません。
  517. settings.add_webhook=Webhook を追加
  518. settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの <a target="_blank"href="%s"> Webhooks ガイド</a>をご覧ください。
  519. settings.webhook_deletion=Delete Webhook
  520. settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue?
  521. settings.webhook_deletion_success=Webhook has been deleted successfully!
  522. settings.webhook.request=Request
  523. settings.webhook.response=Response
  524. settings.webhook.headers=Headers
  525. settings.webhook.payload=Payload
  526. settings.webhook.body=Body
  527. settings.githooks_desc=Git のフックは Git 自体によって提供されています。以下のリストのファイルを編集して、サポートされているフックのカスタム操作を適用することができます。
  528. settings.githook_edit_desc=もしフックがアクティブではない場合は、サンプルコンテンツが表示されます。コンテンツを空白にするにはこのフックを無効にします。
  529. settings.githook_name=フックの名前
  530. settings.githook_content=コンテンツをフック
  531. settings.update_githook=フックを更新
  532. settings.add_webhook_desc=私たちは、指定されたURLに購読されたイベントの詳細を <code>POST</code>リクエストとして送信します。あなたは、異なるデータ受信モード(JSONまたは, <code>x-www-form-urlencoded</code>, <em>その他</em>) を設定することができます。詳細については、<a target="_blank" href="%s">Webhookガイド</a>を参照してください。
  533. settings.payload_url=ペイロードの URL
  534. settings.content_type=コンテンツ タイプ
  535. settings.secret=秘密
  536. settings.slack_username=Username
  537. settings.slack_icon_url=Icon URL
  538. settings.slack_color=Color
  539. settings.event_desc=どのイベントをこのWEBフックのトリガーにしますか?
  540. settings.event_push_only=<code>push</code> イベントのみ
  541. settings.event_send_everything=I need <strong>everything</strong>.
  542. settings.event_choose=Let me choose what I need.
  543. settings.event_create=Create
  544. settings.event_create_desc=Branch, or tag created
  545. settings.event_push=Push
  546. settings.event_push_desc=Git push to a repository
  547. settings.active=アクティブ
  548. settings.active_helper=このフックのトリガーが引かれた時に、イベントの詳細を配信します。
  549. settings.add_hook_success=新しい webhook が追加されました。
  550. settings.update_webhook=Webhookを更新
  551. settings.update_hook_success=Webhook を更新しました。
  552. settings.delete_webhook=Webhook を削除
  553. settings.recent_deliveries=最近のデリバリー
  554. settings.hook_type=フックタイプ
  555. settings.add_slack_hook_desc=<a href="%s"> Slack</a> インテグレーションをリポジトリに追加します。
  556. settings.slack_token=トークン
  557. settings.slack_domain=ドメイン
  558. settings.slack_channel=チャンネル
  559. settings.deploy_keys=デプロイキー
  560. settings.add_deploy_key=Add Deploy Key
  561. settings.no_deploy_keys=You haven't added any deploy key.
  562. settings.title=Title
  563. settings.deploy_key_content=Content
  564. settings.key_been_used=Deploy key content has been used.
  565. settings.key_name_used=Deploy key with same name has already existed.
  566. settings.add_key_success=New deploy key '%s' has been added successfully!
  567. settings.deploy_key_deletion=Delete Deploy Key
  568. settings.deploy_key_deletion_desc=Delete this deploy key will remove all related accesses for this repository. Do you want to continue?
  569. settings.deploy_key_deletion_success=Deploy key has been deleted successfully!
  570. diff.browse_source=ソースを参照
  571. diff.parent=親
  572. diff.commit=コミット
  573. diff.data_not_available=差分データは利用できません。
  574. diff.show_diff_stats=差分情報を表示
  575. diff.stats_desc=共有<strong>%d 個のファイルを変更した</strong>、<strong>%d 個の追加</strong> と <strong>%d 個の削除</strong>を含む
  576. diff.bin=BIN
  577. diff.view_file=ファイルの表示
  578. release.releases=リリース
  579. release.new_release=新しいリリース
  580. release.draft=ドラフト
  581. release.prerelease=プレリリース
  582. release.stable=安定
  583. release.edit=編集
  584. release.ahead=このリリース以降 %s へ <strong>%d</strong> コミット
  585. release.source_code=ソース コード
  586. release.tag_name=タグ名
  587. release.target=ターゲット
  588. release.tag_helper=既存のタグを選択するか、新しいタグを作成し発行します。
  589. release.release_title=リリース タイトル
  590. release.content_with_md=<a href="%s"> Markdown</a> コンテンツ
  591. release.write=書込み
  592. release.preview=プレビュー
  593. release.content_placeholder=コンテンツを書く
  594. release.loading=読み込み中…
  595. release.prerelease_desc=これはリリース前のものです
  596. release.prerelease_helper=このリリースは非プロダクション利用として識別します。
  597. release.publish=リリースを発行
  598. release.save_draft=下書きを保存
  599. release.edit_release=リリースを編集
  600. release.tag_name_already_exist=このタグ名には既にリリースが存在します。
  601. [org]
  602. org_name_holder=組織名
  603. org_name_helper=偉大な組織の名は短く覚えやすいです。
  604. create_org=組織を作成
  605. repo_updated=更新した
  606. people=人々
  607. invite_someone=誰かを招待
  608. teams=チーム
  609. lower_members=メンバー
  610. lower_repositories=リポジトリ
  611. create_new_team=新しいチームを作成
  612. org_desc=説明
  613. team_name=チーム名
  614. team_desc=説明
  615. team_name_helper=会話の時、この名前を使用しチーム名を表明します。
  616. team_desc_helper=このチームに関する全ての情報は?
  617. team_permission_desc=このチームに必要な権限レベルは?
  618. form.name_reserved=組織名 '%s' は予約されています。
  619. form.name_pattern_not_allowed=組織名のパターン '%s' は許可されていません。
  620. settings=設定
  621. settings.options=オプション
  622. settings.full_name=フルネーム
  623. settings.website=WEBサイト
  624. settings.location=ロケーション
  625. settings.update_settings=設定の更新
  626. settings.update_setting_success=組織の設定が更新されました。
  627. settings.change_orgname_prompt=This change will affect how links relate to the organization.
  628. settings.update_avatar_success=Organization avatar setting has been updated successfully.
  629. settings.delete=組織を削除
  630. settings.delete_account=この組織を削除
  631. settings.delete_prompt=操作はこの組織を完全に削除し、復旧<strong>できない</strong>!
  632. settings.confirm_delete_account=削除の確認
  633. settings.delete_org_title=組織の削除
  634. settings.delete_org_desc=この組織は完全に削除されます、継続しますか?
  635. settings.hooks_desc=この組織のもとで <strong>すべてのリポジトリ</strong> に対してトリガーされる webhook を追加します。
  636. members.public=パブリック
  637. members.public_helper=プライベートにする
  638. members.private=プライベート
  639. members.private_helper=公開する
  640. members.owner=オーナー
  641. members.member=メンバー
  642. members.conceal=隠す
  643. members.remove=削除
  644. members.leave=退出
  645. members.invite_desc=%s に招待する新しいメンバーをユーザ名を入力してください:
  646. members.invite_now=今すぐ招待
  647. teams.join=参加
  648. teams.leave=退出
  649. teams.read_access=読み取りアクセス権
  650. teams.read_access_helper=このチームはリポジトリの閲覧とクローンをすることができます。
  651. teams.write_access=書き込みアクセス権
  652. teams.write_access_helper=このチームはリポジトリを読むだけではなく、プッシュすることもできます。
  653. teams.admin_access=管理者のアクセス権
  654. teams.admin_access_helper=このチームはリポジトリにプッシュ/プル、及び他の共同編集者を追加することができます。
  655. teams.no_desc=このチームは説明がありません。
  656. teams.settings=設定
  657. teams.owners_permission_desc=オーナーは<strong>すべてのリポジトリ</strong> へのフルアクセス権、組織の <strong>管理権限</strong>を持ちます。
  658. teams.members=チーム メンバー
  659. teams.update_settings=設定の更新
  660. teams.delete_team=このチームを削除
  661. teams.add_team_member=チーム メンバーを追加
  662. teams.delete_team_title=チームの削除
  663. teams.delete_team_desc=このチームを削除します、継続しますか?このチームのメンバーはいくつかのリポジトリへのアクセスを失う可能性があります。
  664. teams.delete_team_success=指定のチームが正常に削除されました。
  665. teams.read_permission_desc=このチームは<strong>読み取り</strong>権限を持ち: メンバーはリポジトリの表示及びクローンの作成ができます。
  666. teams.write_permission_desc=このチームは<strong>書き込み</strong>権限を持ち: メンバーはリポジトリの表示及リポジトリへのプッシュができます。
  667. teams.admin_permission_desc=このチームは<strong>管理者</strong>の権限を持ち: メンバーはチームのリポジトリに対して、読み取り、プッシュや共同編集者の追加ができます。
  668. teams.repositories=チームのリポジトリ
  669. teams.add_team_repository=チームのリポジトリを追加
  670. teams.remove_repo=削除(Remove)
  671. teams.add_nonexistent_repo=追加しようとしているリポジトリは存在しません。まずはじめに作成してください。
  672. [admin]
  673. dashboard=ダッシュボード
  674. users=ユーザ
  675. organizations=組織
  676. repositories=リポジトリ
  677. authentication=認証
  678. config=コンフィギュレーション
  679. notices=システム通知
  680. monitor=モニタリング
  681. first_page=First
  682. last_page=Last
  683. total=Total: %d
  684. dashboard.statistic=統計
  685. dashboard.operations=操作
  686. dashboard.system_status=システム モニターのステータス
  687. 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> 添付ファイル の情報を持っています。
  688. dashboard.operation_name=操作の名前
  689. dashboard.operation_switch=スイッチ
  690. dashboard.operation_run=実行
  691. dashboard.clean_unbind_oauth=結び付けられていない OAuth をクリーン
  692. dashboard.clean_unbind_oauth_success=結び付けられていない全ての OAuth を正常に削除しました。
  693. dashboard.delete_inactivate_accounts=非アクティブのアカウントをすべて削除
  694. dashboard.delete_inactivate_accounts_success=すべての非アクティブアカウントは正常に削除されました。
  695. dashboard.delete_repo_archives=リポジトリのすべてのアーカイブを削除
  696. dashboard.delete_repo_archives_success=リポジトリのすべてのアーカイブが正常に削除されました。
  697. dashboard.git_gc_repos=リポジトリでのガベージコレクションを実行します。
  698. dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。
  699. dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成します。(警告:Gogsキー以外は失われます)
  700. dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
  701. dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)
  702. dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。
  703. dashboard.server_uptime=サーバーの稼働時間
  704. dashboard.current_goroutine=現在のGoroutine
  705. dashboard.current_memory_usage=現在のメモリ使用量
  706. dashboard.total_memory_allocated=割り当てられたメモリの合計
  707. dashboard.memory_obtained=配分されたメモリ量
  708. dashboard.pointer_lookup_times=ポインタ参照回数
  709. dashboard.memory_allocate_times=メモリ割当回数
  710. dashboard.memory_free_times=メモリ解放回数
  711. dashboard.current_heap_usage=現在のヒープ使用量
  712. dashboard.heap_memory_obtained=配分されたヒープ メモリ量
  713. dashboard.heap_memory_idle=アイドルのヒープ メモリ量
  714. dashboard.heap_memory_in_use=使用中のヒープ メモリ
  715. dashboard.heap_memory_released=ヒープ メモリが解放されました
  716. dashboard.heap_objects=ヒープ オブジェクト
  717. dashboard.bootstrap_stack_usage=ブートストラップスタック使用量
  718. dashboard.stack_memory_obtained=配分されたスタック メモリ量
  719. dashboard.mspan_structures_usage=MSpan 構造体の使用量
  720. dashboard.mspan_structures_obtained=配分されたMSpan 構造体
  721. dashboard.mcache_structures_usage=MCache 構造体の使用量
  722. dashboard.mcache_structures_obtained=分配されたMCache 構造体
  723. dashboard.profiling_bucket_hash_table_obtained=ハッシュテーブル分析に割り当てられたメモリ
  724. dashboard.gc_metadata_obtained=GCメタデータ取得
  725. dashboard.other_system_allocation_obtained=他のシステムに割り当てられたメモリ
  726. dashboard.next_gc_recycle=次回のGCリサイクル
  727. dashboard.last_gc_time=前回GCからの時間
  728. dashboard.total_gc_time=GC一時停止の合計
  729. dashboard.total_gc_pause=GC一時停止の合計
  730. dashboard.last_gc_pause=直近のGC一時停止
  731. dashboard.gc_times=GC実行回数
  732. users.user_manage_panel=ユーザー管理パネル
  733. users.new_account=新規アカウントを作成
  734. users.name=名前
  735. users.activated=アクティブ化
  736. users.admin=アドミン
  737. users.repos=リポジトリ
  738. users.created=作成されました
  739. users.send_register_notify=Send Registration Notification To User
  740. users.new_success=New account '%s' has been created successfully.
  741. users.edit=編集
  742. users.auth_source=Authentication Source
  743. users.local=ローカル
  744. users.auth_login_name=Authentication Login Name
  745. users.password_helper=Leave it empty to remain unchanged.
  746. users.update_profile_success=アカウントのプロファイルが更新されました。
  747. users.edit_account=アカウントの編集
  748. users.is_activated=アカウントがアクティブされました
  749. users.is_admin=このアカウントには管理者の権限を持つ
  750. users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ
  751. users.update_profile=アカウント ・ プロファイルを更新
  752. users.delete_account=このアカウントを削除
  753. users.still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
  754. users.still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
  755. users.deletion_success=Account has been deleted successfully!
  756. orgs.org_manage_panel=組織の管理パネル
  757. orgs.name=名前
  758. orgs.teams=チーム
  759. orgs.members=メンバー
  760. repos.repo_manage_panel=リポジトリの管理パネル
  761. repos.owner=オーナー
  762. repos.name=名前
  763. repos.private=プライベート
  764. repos.watches=Watches
  765. repos.stars=Stars
  766. repos.issues=課題
  767. auths.auth_manage_panel=Authentication Manage Panel
  768. auths.new=Add New Source
  769. auths.name=名前
  770. auths.type=タイプ
  771. auths.enabled=Enabled
  772. auths.updated=Updated
  773. auths.auth_type=Authentication Type
  774. auths.auth_name=Authentication Name
  775. auths.domain=ドメイン
  776. auths.host=ホスト
  777. auths.port=ポート
  778. auths.bind_dn=Bind DN
  779. auths.bind_password=Bind Password
  780. auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account.
  781. auths.user_base=User Search Base
  782. auths.user_dn=User DN
  783. auths.attribute_name=名前属性
  784. auths.attribute_surname=名字属性
  785. auths.attribute_mail=Eメール属性
  786. auths.filter=User Filter
  787. auths.admin_filter=Admin Filter
  788. auths.ms_ad_sa=Ms Ad SA
  789. auths.smtp_auth=SMTP Authentication Type
  790. auths.smtphost=SMTP ホスト
  791. auths.smtpport=SMTP ポート
  792. auths.allowed_domains=Allowed Domains
  793. auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.
  794. auths.enable_tls=TLS 暗号化を有効にする
  795. auths.skip_tls_verify=Skip TLS Verify
  796. auths.pam_service_name=PAMサービス名
  797. auths.enable_auto_register=自動登録を有効にする
  798. auths.tips=ヒント
  799. auths.edit=Edit Authentication Setting
  800. auths.activated=認証がアクティブされました
  801. auths.new_success=New authentication '%s' has been added successfully.
  802. auths.update_success=Authentication setting has been updated successfully.
  803. auths.update=Update Authentication Setting
  804. auths.delete=Delete This Authentication
  805. auths.delete_auth_title=Authentication Deletion
  806. auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue?
  807. auths.deletion_success=Authentication has been deleted successfully!
  808. config.server_config=サーバーの構成
  809. config.app_name=アプリケーション名
  810. config.app_ver=アプリケーションのバージョン
  811. config.app_url=アプリケーションの URL
  812. config.domain=ドメイン
  813. config.offline_mode=オフラインモード
  814. config.disable_router_log=ルーターのログを無効にする
  815. config.run_user=実行ユーザ
  816. config.run_mode=実行モード
  817. config.repo_root_path=リポジトリのルートパス
  818. config.static_file_root_path=静的ファイルのルートパス
  819. config.log_file_root_path=ログ ファイルのルート パス
  820. config.script_type=スクリプトの種類
  821. config.reverse_auth_user=リバース認証ユーザ
  822. config.db_config=データベースの構成
  823. config.db_type=タイプ
  824. config.db_host=ホスト
  825. config.db_name=名前
  826. config.db_user=ユーザ
  827. config.db_ssl_mode=SSL モード
  828. config.db_ssl_mode_helper=(「postgres」のみ)
  829. config.db_path=パス
  830. config.db_path_helper=(for "sqlite3" and "tidb")
  831. config.service_config=サービスの構成
  832. config.register_email_confirm=電子メールの確認を必要
  833. config.disable_register=登録を無効にする
  834. config.show_registration_button=登録ボタンを表示します。
  835. config.require_sign_in_view=サインインを要求
  836. config.enable_cache_avatar=アバターのキャッシュを有効にします。
  837. config.mail_notify=メール通知
  838. config.disable_key_size_check=Disable Minimum Key Size Check
  839. config.enable_captcha=Enable Captcha
  840. config.active_code_lives=コードリンクの有効期限をアクティブ
  841. config.reset_password_code_lives=パスワードリンクの有効期限をリセット
  842. config.webhook_config=Webhook設定
  843. config.queue_length=Queue Length
  844. config.deliver_timeout=送信タイムアウト
  845. config.skip_tls_verify=TLSの確認を省略
  846. config.mailer_config=メーラーの構成
  847. config.mailer_enabled=有効にした
  848. config.mailer_disable_helo=HELOコマンド無効
  849. config.mailer_name=名前
  850. config.mailer_host=ホスト
  851. config.mailer_user=ユーザ
  852. config.oauth_config=OAuth 構成
  853. config.oauth_enabled=Enabled
  854. config.cache_config=キャッシュの構成
  855. config.cache_adapter=キャッシュ アダプター
  856. config.cache_interval=キャッシュ間隔
  857. config.cache_conn=キャッシュ接続
  858. config.session_config=セッションの構成
  859. config.session_provider=セッション プロバイダー
  860. config.provider_config=プロバイダーの構成
  861. config.cookie_name=クッキー名
  862. config.enable_set_cookie=クッキーの設定を有効にする
  863. config.gc_interval_time=GC 間隔
  864. config.session_life_time=セッションのライフタイム
  865. config.https_only=HTTPS のみ
  866. config.cookie_life_time=クッキーのライフタイム
  867. config.picture_config=画像構成
  868. config.picture_service=画像サービス
  869. config.disable_gravatar=グラバターを無効にする
  870. config.log_config=ログの構成
  871. config.log_mode=ログ モード
  872. monitor.cron=Cron タスク
  873. monitor.name=名前
  874. monitor.schedule=スケジュール
  875. monitor.next=次回
  876. monitor.previous=前回
  877. monitor.execute_times=実行回数
  878. monitor.process=実行中のプロセス
  879. monitor.desc=説明
  880. monitor.start=開始日時
  881. monitor.execute_time=実行時間:
  882. notices.system_notice_list=システム通知
  883. notices.type=タイプ
  884. notices.type_1=リポジトリ
  885. notices.desc=説明
  886. notices.op=Op。
  887. notices.delete_success=システム通知が正常に削除されました。
  888. [action]
  889. create_repo=リポジトリ <a href="%s"> %s</a>を作成しました
  890. rename_repo=renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
  891. commit_repo=<a href="%[1]s">%[3]s</a>を<a href="%[1]s/src/%[2]s">%[2]s</a>にプッシュしました
  892. create_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> を開きました`
  893. create_pull_request=`created pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
  894. comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント`
  895. merge_pull_request=`merged pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
  896. transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました
  897. push_tag=<a href="%[1]s">%[3]s</a> に タグ <a href="%[1]s/src/%[2]s">%[2]s</a> をプッシュしました
  898. compare_2_commits=これら 2 のコミットの比較を閲覧する
  899. [tool]
  900. ago=前
  901. from_now=今から
  902. now=今
  903. 1s=1 秒 %s
  904. 1m=1 分 %s
  905. 1h=1 時間 %s
  906. 1d=1 日 %s
  907. 1w=1 週間 %s
  908. 1mon=1 ヶ月 %s
  909. 1y=1 年間 %s
  910. seconds=%d 秒 %s
  911. minutes=%d 分の %s
  912. hours=%d 時間 %s
  913. days=%d 日 %s
  914. weeks=%d 週間 %s
  915. months=%d ヶ月 %s
  916. years=%d 年 %s
  917. raw_seconds=秒
  918. raw_minutes=分
  919. [dropzone]
  920. default_message=Drop files here or click to upload.
  921. invalid_input_type=You can't upload files of this type.
  922. file_too_big=File size({{filesize}} MB) exceeds maximum size({{maxFilesize}} MB).
  923. remove_file=Remove file