1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285 |
- app_desc=Go言語で実装したセルフホストGitサービス
- home=ホーム
- dashboard=ダッシュボード
- explore=エクスプローラ
- help=ヘルプ
- sign_in=サインイン
- sign_out=サインアウト
- sign_up=サインアップ
- register=登録
- website=WEBサイト
- version=バージョン
- page=ページ
- template=テンプレート
- language=言語
- create_new=作成...
- user_profile_and_more=ユーザープロファイルなど
- signed_in_as=サインイン済み
- username=ユーザ名
- email=E-mail
- password=パスワード
- re_type=再入力
- captcha=CAPTCHA
- repository=リポジトリ
- organization=組織
- mirror=ミラー
- new_repo=新しいリポジトリ
- new_migrate=新しい移行
- new_mirror=新しいミラー
- new_fork=新しいフォークのリポジトリ
- new_org=新しい組織
- manage_org=組織を管理
- admin_panel=管理者パネル
- account_settings=アカウント設定
- settings=設定
- your_profile=プロフィール
- your_settings=設定
- activities=アクティビティ
- pull_requests=プルリクエスト
- issues=課題
- cancel=キャンセル
- [install]
- install=インストール
- title=インストールをする前に必要な準備をしましょう
- docker_helper=DockerでGogsを稼動する場合は、このページに変更を加える前に、 <a target="_blank" href="%s">ガイドライン</a>をよく読んでください!
- requite_db_desc=Gogs requires MySQL, PostgreSQL, SQLite3, MSSQL or TiDB.
- db_title=データベース設定
- db_type=データベースの種類
- host=ホスト
- user=ユーザ
- password=パスワード
- db_name=データベース名
- db_helper=MySQLではエンジンがINNODB、文字セットがutf8_general_ciである必要があります。
- ssl_mode=SSL モード
- path=パス
- sqlite_helper=The file path of SQLite3 database. <br>Please use absolute path when you start as service.
- err_empty_db_path=SQLite3 database path cannot be empty.
- no_admin_and_disable_registration=管理者アカウントを作成せずに登録を無効にすることはできません。
- err_empty_admin_password=管理者パスワードは空白にできません。
- general_title=Gogs の全般設定
- app_name=アプリケーション名
- app_name_helper=素晴らしい組織名を入れてください!
- repo_path=リポジトリのルートパス
- repo_path_helper=すべての Git リモート リポジトリはこのディレクトリに保存されます。
- run_user=実行ユーザ
- run_user_helper=ユーザーはリポジトリ ルートパスへのアクセス、及びGogs を実行する権限を所有する必要があります。
- domain=ドメイン
- domain_helper=これはSSH用クローンURLに影響します。
- ssh_port=SSH ポート
- ssh_port_helper=SSHサーバーを使用する場合はポート番号を入力してください。 空白にした場合は無効化されます。
- use_builtin_ssh_server=Use Builtin SSH Server
- use_builtin_ssh_server_popup=Start builtin SSH server for Git operations to distinguish from system SSH daemon.
- http_port=HTTP ポート
- http_port_helper=アプリケーションが待ち受けするポート番号。
- app_url=アプリケーションの URL
- app_url_helper=この設定は、HTTP / HTTPSのクローンURLおよび、一部のメールボックスへのリンクに影響を与えます。
- log_root_path=ログのパス
- log_root_path_helper=ログファイルを書き込むディレクトリ。
- enable_console_mode=Enable Console Mode
- enable_console_mode_popup=In addition to file mode, also print logs to console.
- optional_title=オプション設定
- email_title=メールサービス設定
- smtp_host=SMTP ホスト
- smtp_from=差出人
- smtp_from_helper=送信者メールアドレス、RFC 5322。フォーマットはメールアドレスのみ、または"Name" <email@example.com>。
- mailer_user=送信者の電子メール
- mailer_password=送信者のパスワード
- register_confirm=登録の確認を有効にする
- mail_notify=メール通知を有効にする
- server_service_title=サーバーとその他のサービスの設定
- offline_mode=オフラインモードを有効にする
- offline_mode_popup=プロダクションモードでは、CDNを使用せずにローカルからリソースファイルを使用します。
- disable_gravatar=Gravatarのサービスを無効にします
- disable_gravatar_popup=Gravatarとカスタムソースを無効にして、全てのアバターをユーザーによってアップロードされたものかデフォルトなものにします。
- federated_avatar_lookup=Enable Federated Avatars Lookup
- federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar.
- disable_registration=自己登録を無効にする
- disable_registration_popup=自己登録を無効にし、管理者のみがアカウント作成できる
- enable_captcha=Captchaを有効にする
- enable_captcha_popup=ユーザによる自己登録のため、有効なcaptchaが必要です。
- require_sign_in_view=サインインしたユーザのみページ閲覧を許可
- require_sign_in_view_popup=サインインしたユーザのみがページを閲覧できます。ビジターはサインインもしくはサインアップページのみ見られます。
- admin_setting_desc=今管理者アカウントを作成する必要はありません。ID = 1のユーザ は自動的に管理者の権限を獲得します。
- admin_title=管理者アカウントの設定
- admin_name=ユーザ名
- admin_password=パスワード
- confirm_password=パスワード確認
- admin_email=管理者の電子メール
- install_gogs=Gogs をインストール
- test_git_failed='Git' コマンドテストに失敗: %v
- sqlite3_not_available=このリリース バージョンは SQLite3 をサポートしていません。gobuild バージョンではない、公式のバイナリ バージョンを %s からダウンロードしてください。
- invalid_db_setting=データベースの設定が正しくありません: %v
- invalid_repo_path=リポジトリのルート パスが無効です: %v
- run_user_not_match=実行ユーザーは、現在のユーザーではない: %s-> %s
- invalid_smtp_from=SMTP From field is not valid: %v
- save_config_failed=構成の保存に失敗した: %v
- invalid_admin_setting=管理者アカウントの設定が無効です: %v
- install_success=ようこそ!我々はあなたが Gogs を選んでくれて嬉しいです!楽しみましょう!
- invalid_log_root_path=ログのルートパスがむこうです: %v
- [home]
- uname_holder=ユーザー名またはEメール
- password_holder=パスワード
- switch_dashboard_context=ダッシュ ボードのコンテキストを切替
- my_repos=自分のリポジトリ
- show_more_repos=リポジトリをさらに表示…
- collaborative_repos=共同リポジトリ
- my_orgs=自分の組織
- my_mirrors=自分のミラー
- view_home=ビュー %s
- issues.in_your_repos=あなたのリポジトリ
- [explore]
- repos=リポジトリ
- users=ユーザ
- organizations=組織
- search=検索
- [auth]
- create_new_account=新規アカウントを作成
- register_hepler_msg=既にアカウントをお持ちですか?今すぐログインしましょう!
- social_register_hepler_msg=既にアカウントをお持ちですか?連携しましょう!
- disable_register_prompt=申し訳ありませんが、現在登録は受け付けておりません。サイトの管理者にお問い合わせください。
- disable_register_mail=申し訳ありませんが、登録メールの確認機能が無効になっています。
- remember_me=ログインしたままにする
- forgot_password=パスワードを忘れた
- forget_password=パスワードを忘れましたか?
- sign_up_now=アカウントが必要ですか?今すぐ登録しましょう!
- confirmation_mail_sent_prompt=新しい確認メールを <b>%s</b> に送りました。登録を完了させるために、%d時間以内にあなたのメールボックスを確認してください。
- active_your_account=アカウントを有効化
- prohibit_login=ログイン禁止
- prohibit_login_desc=あなたのアカウントはログインを禁止されています。サイト管理者にお問い合わせください。
- resent_limit_prompt=申し訳ありませんが、アクティベーションメールは頻繁に送信しています。3 分お待ちください。
- has_unconfirmed_mail=こんにちは %s さん、あなたの電子メール アドレス (<b>%s</b>) は未確認です。もし確認メールをまだ確認できていないか、改めて再送信する場合は、下のボタンをクリックしてください。
- resend_mail=アクティベーションメールを再送信するにはここをクリック
- send_reset_mail=パスワードリセットのメールを再送するにはここをクリック
- reset_password=パスワードリセット
- invalid_code=申し訳ありませんが、確認用コードが期限切れまたは無効です。
- reset_password_helper=パスワードをリセットするにはここをクリック
- password_too_short=6文字未満のパスワードは設定できません。
- non_local_account=Non-local accounts cannot change passwords through Gogs.
- [mail]
- activate_account=あなたのアカウントを有効にしてください。
- activate_email=電子メール アドレスを確認します。
- reset_password=パスワードをリセットします.
- register_success=ようこそ、登録成功
- register_notify=ボードへようこそ
- [modal]
- yes=はい
- no=いいえ
- modify=変更
- [form]
- UserName=ユーザ名
- RepoName=リポジトリ名
- Email=Eメールアドレス
- Password=パスワード
- Retype=パスワードを再入力
- SSHTitle=SSH キーの名前
- HttpsUrl=HTTPS URL
- PayloadUrl=ペイロードの URL
- TeamName=チーム名
- AuthName=承認名
- AdminEmail=管理者の電子メール
- NewBranchName=新しいブランチ名
- CommitSummary=Commit summary
- CommitMessage=Commit message
- CommitChoice=Commit choice
- TreeName=File path
- Content=コンテンツ
- require_error=空にできません
- alpha_dash_error=アルファベット、数字、ハイフン"-"、アンダースコア"_"のいずれかの必要があります
- alpha_dash_dot_error=' アルファベット、数値、ダッシュ(-)、アンダースコア(_) 、ドット(.)のいずれかを入力する必要があります。 '
- alpha_dash_dot_slash_error=` must be valid alpha or numeric or dash(-_) or dot characters or slashes.`
- size_error=`サイズは %s である必要があります`
- min_size_error=' 少なくとも %s 文字の必要があります '
- max_size_error=' %s 文字以下の必要があります '
- email_error=' は有効な電子メール アドレスではない '
- url_error=' は有効な URL はありません。 '
- include_error=' 文字列 '%s' を含める必要があります。 '
- unknown_error=不明なエラー:
- captcha_incorrect=Captcha が一致しませんでした。
- password_not_match=パスワードと確認用パスワードが一致同していません。
- username_been_taken=ユーザー名は既に使用されています。
- repo_name_been_taken=リポジトリ名は既に使用されています。
- org_name_been_taken=組織名は既に使用されています。
- team_name_been_taken=チーム名は既に使用されています。
- email_been_used=電子メール アドレスは既に使用されています。
- username_password_incorrect=ユーザー名またはパスワードが正しくありません。
- enterred_invalid_repo_name=入力したリポジトリの名前が正しいかどうかを確認してください。
- enterred_invalid_owner_name=入力された所有者名が正しいかどうかを確認してください。
- enterred_invalid_password=入力したパスワードが正しいかを確認してください。
- user_not_exist=指定されたユーザーは存在しません。
- last_org_owner=削除するユーザーはチームの最後のメンバーです。別の所有者設定が必要です。
- invalid_ssh_key=SSHを確認できません:%s
- unable_verify_ssh_key=GogsはあなたのSSH keyを確認できません。しかし、我々は有効とみなしますので、自分自身で確認してください。
- auth_failed=認証に失敗しました: %v
- still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
- still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
- org_still_own_repo=この組織はまだリポジトリの所有しています、リポジトリを削除または転送する必要があります。
- target_branch_not_exist=ターゲットブランチが存在しない
- [user]
- change_avatar=アバターを変更
- join_on=参加しました
- repositories=リポジトリ
- activity=パブリック・アクティビティ
- followers=フォロワー
- starred=スター
- following=フォロー
- follow=フォロー
- unfollow=フォロー解除
- form.name_reserved=ユーザー名 '%s' は予約されています。
- form.name_pattern_not_allowed=ユーザ名のパターン '%s' は許可されていません。
- [settings]
- profile=プロフィール
- password=パスワード
- avatar=アバター
- ssh_keys=SSH キー
- social=SNSアカウント
- applications=アプリケーション
- orgs=組織
- repos=Repositories
- delete=アカウントを削除
- uid=Uid
- public_profile=パブリック プロフィール
- profile_desc=あなたのメールアドレスは公開され、任意のアカウント関連の通知に使用されます。また、Webベースの操作はサイトを介して行います。
- password_username_disabled=ローカルユーザ以外はユーザ名を変更できません。
- full_name=フルネーム
- website=WEBサイト
- location=ロケーション
- update_profile=プロファイル更新
- update_profile_success=あなたのプロフィールが更新されました。
- change_username=ユーザー名が変更されました
- change_username_prompt=この変更はリンクをアカウントに関連付ける方法に影響します。
- continue=続行
- cancel=キャンセル
- lookup_avatar_by_mail=メールからアバターを取得
- federated_avatar_lookup=Federated Avatar Lookup
- enable_custom_avatar=カスタムのアバターを有効にする
- choose_new_avatar=新しいアバターを選択
- update_avatar=アバターの設定を更新
- delete_current_avatar=現在のアバターを削除
- uploaded_avatar_not_a_image=アップロードされたファイルは画像ではない。
- update_avatar_success=あなたのアバターの設定が更新されました。
- change_password=パスワードを変更
- old_password=現在のパスワード
- new_password=新しいパスワード
- retype_new_password=新しいパスワードを再入力します。
- password_incorrect=現在のパスワードが正しくありません。
- change_password_success=パスワードが正常に変更されました。今すぐ新しいパスワード経由でサインインすることができます。
- password_change_disabled=ローカルユーザ以外はパスワードを変更できません。
- emails=E-mail アドレス
- manage_emails=E-mail アドレスを管理
- email_desc=あなたのプライマリメールアドレスは、通知やその他の操作に使用されます。
- primary=プライマリー
- primary_email=プライマリに設定
- delete_email=削除
- email_deletion=電子メールの削除
- email_deletion_desc=この電子メール アドレスを削除すると、あなたのアカウントの関連情報も削除されます。続行しますか。
- email_deletion_success=電子メールが正常に削除されました。
- add_new_email=新しいe-mailアドレスを追加
- add_email=電子メールを追加します。
- add_email_confirmation_sent='%s' に新しい確認メールを送信しました、次の %d 時間以内に受信トレイを確認し、確認プロセスを完了してください。
- add_email_success=新しいe-mail アドレスが追加されました。
- manage_ssh_keys=SSH キーを管理
- add_key=キーを追加
- ssh_desc=これはあなたのアカウントに関連付けられている SSH キーの一覧です。あなたが認識していないキーを削除します。
- ssh_helper=<strong>ヘルプが必要ですか?</strong> 我々のガイドをご覧ください。 <a href="%s"> SSH キーを生成</a> <a href="%s"> SSH の一般的な問題</a>
- add_new_key=SSH キーを追加
- ssh_key_been_used=公開鍵は使用されています。
- ssh_key_name_used=同じ名前の公開鍵は既に存在しています。
- key_name=キーの名前
- key_content=コンテンツ
- add_key_success=新しいSSHキー '%s' が正常に追加されました!
- delete_key=削除
- ssh_key_deletion=SSH キーの削除
- ssh_key_deletion_desc=このSSHキーを削除すると、あなたのアカウントに関連するすべてのアクセスが削除されます。続行しますか?
- ssh_key_deletion_success=SSH キーは正常に削除されました!
- add_on=追加された
- last_used=最終使用日
- no_activity=最近の活動なし
- key_state_desc=この鍵は7日間以内に使われています。
- token_state_desc=この鍵は7日間以内に使われています。
- manage_social=関連付けられているSNSアカウントを管理
- social_desc=これは関連付けられたソーシャルアカウントのリストです。あなたが認識していない結び付けを削除します。
- unbind=バインド解除
- unbind_success=SNSアカウントがバインドされていない。
- manage_access_token=パーソナルアクセス トークンを管理
- generate_new_token=新しいトークンを生成
- tokens_desc=生成したトークンを利用して Gogs の API にアクセスすることができます。
- new_token_desc=今のところ、全てのトークンはあなたのアカウントにフルアクセスできます。
- token_name=トークン名
- generate_token=トークンを生成
- generate_token_succees=新しいアクセス トークンは正常に生成されました !今すぐあなたの新しいアクセス トークンをコピーしておいてください。二度と見ることはできませんので確認してください!
- delete_token=削除
- access_token_deletion=パーソナルアクセストークンの削除
- access_token_deletion_desc=パーソナルアクセストークンを削除すると、関連するアプリケーションのすべてのアクセスが削除されます。続行しますか?
- delete_token_success=パーソナルアクセストークンは正常に削除されました!同時にあなたのアプリケーションを更新することを忘れないでください。
- orgs.none=You are not a member of any organizations.
- orgs.leave_title=Leave organization
- orgs.leave_desc=You will lose access to all repositories and teams after you left the organization. Do you want to continue?
- repos.leave=Leave
- repos.leave_title=Leave repository
- repos.leave_desc=You will lose access to the repository after you left. Do you want to continue?
- repos.leave_success=You have left repository '%s' successfully!
- delete_account=アカウントを削除
- delete_prompt=この操作をするとアカウントが完全に削除され、<strong>二度と元に戻すことができなくなります</strong> !
- confirm_delete_account=削除の確認
- delete_account_title=アカウントの削除
- delete_account_desc=このアカウントは永久に削除しようとしている、継続しますか?
- [repo]
- owner=オーナー
- repo_name=リポジトリ名
- repo_name_helper=短くて分かりやすく<strong>重複しない</strong>リポジトリ名を決めてください。
- visibility=公開/非公開
- visiblity_helper=このリポジトリは<span class="ui red text">プライベート</span>です。
- visiblity_helper_forced=サイト管理者は、強制的にすべての新しいリポジトリを<span class="ui red text"> プライベート</span> にしています。
- visiblity_fork_helper=(この値の変更はすべてのフォークに適用されます)
- clone_helper=クローンに関してお困りであれば<a target="_blank"href="%s"> ヘルプ</a> を参照しましょう。
- fork_repo=リポジトリをフォーク
- fork_from=フォーク元
- fork_visiblity_helper=フォークされたリポジトリの可視状態は変更できません。
- repo_desc=説明
- repo_lang=言語
- repo_gitignore_helper=Select .gitignore templates
- license=ライセンス
- license_helper=ライセンス ファイルを選択
- readme=Readme
- readme_helper=Readme ファイルのテンプレートを選択
- auto_init=選択されたファイルおよびテンプレートでリポジトリを初期化
- create_repo=リポジトリを作成
- default_branch=デフォルトのブランチ
- mirror_prune=Prune
- mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote
- mirror_interval=ミラー 間隔(時)
- mirror_address=ミラー アドレス
- mirror_address_desc=Please include necessary user credentials in the address.
- mirror_last_synced=最終同期
- watchers=ウォッチャー
- stargazers=Stargazers
- forks=フォーク
- form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories.
- form.name_reserved=リポジトリ名 '%s' は使用されています。
- form.name_pattern_not_allowed=リポジトリ名に '%s' は使用できません。
- need_auth=認証が必要
- migrate_type=マイグレーションの種類
- migrate_type_helper=このリポジトリは、<span class="text blue"> ミラー</span> になります
- migrate_repo=リポジトリを移行
- migrate.clone_address=クローンアドレス
- migrate.clone_address_desc=This can be a HTTP/HTTPS/GIT URL.
- migrate.clone_address_desc_import_local=You're also allowed to migrate a repository by local server path.
- migrate.permission_denied=ローカル リポジトリをインポートすることはできません。
- migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
- migrate.failed=移行に失敗しました: %v
- mirror_from=同期ミラー
- forked_from=フォーク元
- copy_link=コピー
- copy_link_success=コピーされました!
- copy_link_error=⌘ C または Ctrl-C キーを押してコピー
- copied=コピー成功
- unwatch=Unwatch
- watch=Watch
- unstar=Unstar
- star=Star
- fork=Fork
- no_desc=説明なし
- quick_guide=クイック ガイド
- clone_this_repo=このリポジトリのクローンを作成
- create_new_repo_command=コマンドラインで新しいリポジトリを作成します。
- push_exist_repo=コマンド ・ ラインから既存のリポジトリをプッシュ
- bare_message=This repository does not have any content yet.
- files=Files
- branch=ブランチ
- tree=ツリー
- filter_branch_and_tag=ブランチまたはタグをフィルタリング
- branches=ブランチ
- tags=タグ
- issues=課題
- pulls=プルリクエスト
- labels=ラベル
- milestones=マイルストーン
- commits=コミット
- git_branches=Branches
- releases=リリース
- file_raw=Raw
- file_history=履歴
- file_view_raw=Rawデータを見る
- file_permalink=パーマリンク
- file_too_large=このファイルは大きすぎるため、表示できません。
- video_not_supported_in_browser=Your browser doesn't support HTML5 video tag.
- branches.overview=Overview
- branches.active_branches=Active Branches
- branches.stale_branches=Stale Branches
- branches.all=All Branches
- branches.updated_by=Updated %[1]s by %[2]s
- branches.change_default_branch=Change Default Branch
- editor.new_file=New file
- editor.upload_file=Upload file
- editor.edit_file=ファイルを編集
- editor.preview_changes=Preview Changes
- editor.cannot_edit_non_text_files=Cannot edit non-text files
- editor.edit_this_file=このファイルを編集
- editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file
- editor.fork_before_edit=You must fork this repository before editing the file
- editor.delete_this_file=このファイルを削除
- editor.must_have_write_access=You must have write access to make or propose changes to this file
- editor.file_delete_success=File '%s' has been deleted successfully!
- editor.name_your_file=Name your file...
- editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
- editor.or=or
- editor.cancel_lower=キャンセル
- editor.commit_changes=変更をコミット
- editor.add_tmpl=Add '%s/<filename>'
- editor.add='%s' を追加
- editor.update='%s' を更新
- editor.delete='%s' を削除
- editor.commit_message_desc=Add an optional extended description...
- editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
- editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
- editor.new_branch_name_desc=New branch name...
- editor.cancel=キャンセル
- editor.filename_cannot_be_empty=Filename cannot be empty.
- editor.branch_already_exists=Branch '%s' already exists in this repository.
- editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository.
- editor.file_is_a_symlink=The file '%s' is a symlink that cannot be modified from the web editor.
- editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
- editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
- editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes.
- editor.file_already_exists=A file with name '%s' already exists in this repository.
- editor.no_changes_to_show=There are no changes to show.
- editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
- editor.add_subdir=Add subdirectory...
- editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v
- editor.upload_files_to_dir=Upload files to '%s'
- commits.commit_history=Commit History
- commits.commits=コミット
- commits.search=コミットの検索
- commits.find=検索
- commits.author=作者
- commits.message=メッセージ
- commits.date=日付
- commits.older=古い
- commits.newer=新しい
- issues.new=新しい問題
- issues.new.labels=ラベル
- issues.new.no_label=ラベルなし
- issues.new.clear_labels=ラベルをクリア
- issues.new.milestone=マイルストーン
- issues.new.no_milestone=マイルストーンなし
- issues.new.clear_milestone=マイルストーンをクリア
- issues.new.open_milestone=オープン中のマイルストーン
- issues.new.closed_milestone=クローズされたマイルストーン
- issues.new.assignee=担当者
- issues.new.clear_assignee=担当者をクリア
- issues.new.no_assignee=担当者なし
- issues.create=問題を作成
- issues.new_label=新しいラベル
- issues.new_label_placeholder=ラベル名...
- issues.create_label=ラベルを作成
- issues.label_templates.title=Load a predefined set of labels
- issues.label_templates.info=There aren't any labels yet. You can click on the "New Label" button above to create one or use a predefined set below.
- issues.label_templates.helper=Select a label set
- issues.label_templates.use=Use this label set
- issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
- issues.open_tab=%d オープン
- issues.close_tab=%d クローズ
- issues.filter_label=ラベル
- issues.filter_label_no_select=選択したラベルがありません。
- issues.filter_milestone=マイルストーン
- issues.filter_milestone_no_select=選択されたマイルストーンなし
- issues.filter_assignee=アサインされた人
- issues.filter_assginee_no_select=選択可能な担当者がいない
- issues.filter_type=タイプ
- issues.filter_type.all_issues=すべての問題
- issues.filter_type.assigned_to_you=担当中のリポジトリ
- issues.filter_type.created_by_you=作成したリポジトリ
- issues.filter_type.mentioning_you=あなたに伝える
- issues.filter_sort=並べ替え
- issues.filter_sort.latest=最新
- issues.filter_sort.oldest=最も古い
- issues.filter_sort.recentupdate=最近更新された
- issues.filter_sort.leastupdate=つい最近更新
- issues.filter_sort.mostcomment=一番多いコメント
- issues.filter_sort.leastcomment=一番少ないコメント
- issues.opened_by=opened %[1]s by <a href="%[2]s">%[3]s</a>
- issues.opened_by_fake=opened %[1]s by %[2]s
- issues.previous=前ページ
- issues.next=次ページ
- issues.open_title=オープン
- issues.closed_title=クローズ
- issues.num_comments=%d コメント
- issues.commented_at=`commented <a href="#%s">%s</a>`
- issues.delete_comment_confirm=Are you sure you want to delete this comment?
- issues.no_content=まだコンテンツがありません
- issues.close_issue=閉じる
- issues.close_comment_issue=コメントしてクローズ
- issues.reopen_issue=Reopen
- issues.reopen_comment_issue=コメントと再開
- issues.create_comment=コメント
- issues.closed_at=`closed <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.reopened_at=`reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.commit_ref_at=`referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.poster=ポスター
- issues.collaborator=コラボレータ
- issues.owner=オーナー
- issues.sign_in_require_desc=<a href="%s">Sign in</a> to join this conversation.
- issues.edit=編集
- issues.cancel=キャンセル
- issues.save=保存
- issues.label_title=ラベル名
- issues.label_color=ラベルの色
- issues.label_count=%d ラベル
- issues.label_open_issues=%d 未解決の問題
- issues.label_edit=編集
- issues.label_delete=削除
- issues.label_modify=ラベルの変更
- issues.label_deletion=ラベルの削除
- issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。
- issues.label_deletion_success=ラベルは正常に削除されました。
- issues.num_participants=%d Participants
- issues.attachment.open_tab=`Click to see "%s" in a new tab`
- issues.attachment.download=`Click to download "%s"`
- pulls.new=新しいプルリクエスト
- pulls.compare_changes=変更を比較
- pulls.compare_changes_desc=2つのブランチを比較し、プルリクエストを作成します。
- pulls.compare_base=ベース
- pulls.compare_compare=比較
- pulls.filter_branch=フィルターブランチ
- pulls.no_results=結果が見つかりませんでした。
- pulls.nothing_to_compare=There is nothing to compare because base and head branches are even.
- pulls.has_pull_request=`既にプルリクエストがこれらのターゲット間に存在します: <a href="%[1]s/pulls/%[3]d">%[2]s#%[3]d</a>`
- pulls.create=プルリクエストを作成します。
- pulls.title_desc=wants to merge %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code>
- pulls.merged_title_desc=merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
- pulls.tab_conversation=会話
- pulls.tab_commits=コミット
- pulls.tab_files=ファイルが変更された
- pulls.reopen_to_merge=Please reopen this pull request to perform merge operation.
- pulls.merged=マージされた
- pulls.has_merged=このプルプルリクエストは正常にマージされました!
- pulls.data_broken=Data of this pull request has been broken due to deletion of fork information.
- pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments.
- pulls.can_auto_merge_desc=This pull request can be merged automatically.
- pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts.
- pulls.cannot_auto_merge_helper=競合を解決するためには、手動でマージする必要があります。
- pulls.merge_pull_request=プルリクエストをマージします。
- 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.`
- pulls.delete_branch=Delete Branch
- pulls.delete_branch_has_new_commits=Branch cannot be deleted because it has new commits after mergence.
- milestones.new=新しいマイルストーン
- milestones.open_tab=%d オープン
- milestones.close_tab=%d クローズ
- milestones.closed=%s を閉じました
- milestones.no_due_date=期限なし
- milestones.open=開く
- milestones.close=閉じる
- milestones.new_subheader=あなたの課題を整理するためマイルス トーンを作成します。
- milestones.create=マイルス トーンを作成
- milestones.title=タイトル
- milestones.desc=説明
- milestones.due_date=期日 (オプション)
- milestones.clear=消去
- milestones.invalid_due_date_format=期限日付のフォーマットが無効、'yyyy-mm-dd' のフォーマットが必要です。
- milestones.create_success=マイルス トーン '%s' が正常に作成されました!
- milestones.edit=マイルス トーンを編集
- milestones.edit_subheader=人々を混乱させないため、マイルス トーンにより良い説明を使用します。
- milestones.cancel=キャンセル
- milestones.modify=マイルス トーンを変更します。
- milestones.edit_success=マイルス トーン '%s' の変更が正常に保存されました。
- milestones.deletion=マイルス トーンの削除
- milestones.deletion_desc=このマイルス トーンを削除すると、関連課題に該当情報が削除されます。続行しますか。
- milestones.deletion_success=マイルス トーンは正常に削除されました。
- wiki=Wiki
- wiki.welcome=Wiki へようこそ!
- wiki.welcome_desc=Wikiとは、あなたのプロジェクトを文書化し、複数人で一緒に編集する場所です。
- wiki.create_first_page=最初のページを作成する。
- wiki.page=ページ
- wiki.filter_page=フィルターページ
- wiki.new_page=新しいページを作成
- wiki.default_commit_message=このアップデートについてメモを書く(オプション)
- wiki.save_page=ページを保存
- wiki.last_commit_info=%s このページを編集 %s
- wiki.edit_page_button=編集
- wiki.new_page_button=新規ページ
- wiki.delete_page_button=ページの削除
- wiki.delete_page_notice_1=This will delete the page <code>"%s"</code>. Please be certain.
- wiki.page_already_exists=既に同じ名前のWiki ページが存在します。
- wiki.pages=ページ
- wiki.last_updated=最終更新 %s
- settings=設定
- settings.options=オプション
- settings.collaboration=コラボレーション
- settings.collaboration.admin=管理
- settings.collaboration.write=書込
- settings.collaboration.read=読込
- settings.collaboration.undefined=Undefined
- settings.branches=Branches
- settings.branches_bare=You cannot manage branches for bare repository. Please push some content first.
- settings.default_branch=Default Branch
- settings.default_branch_desc=The default branch is considered the "base" branch for code commits, pull requests and online editing.
- settings.update=Update
- settings.update_default_branch_success=Default branch of this repository has been updated successfully!
- settings.protected_branches=Protected Branches
- settings.protected_branches_desc=Protect branches from force pushing, accidental deletion and whitelist code committers.
- settings.choose_a_branch=Choose a branch...
- settings.branch_protection=Branch Protection
- settings.branch_protection_desc=Please choose protect options for branch <b>%s</b>.
- settings.protect_this_branch=Protect this branch
- settings.protect_this_branch_desc=Disable force pushes and prevent from deletion.
- settings.protect_require_pull_request=Require pull request instead direct pushing
- settings.protect_require_pull_request_desc=Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request.
- settings.protect_whitelist_committers=Whitelist who can push to this branch
- settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. Users in whitelist will bypass require pull request check.
- settings.protect_whitelist_users=Users who can push to this branch
- settings.protect_whitelist_search_users=Search users
- settings.protect_whitelist_teams=Teams for which members of them can push to this branch
- settings.protect_whitelist_search_teams=Search teams
- settings.update_protect_branch_success=Protect options for this branch has been updated successfully!
- settings.hooks=Webhooks
- settings.githooks=Git のフック
- settings.basic_settings=基本設定
- settings.mirror_settings=Mirror Settings
- settings.sync_mirror=今すぐ同期
- settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute.
- settings.site=公式サイト
- settings.update_settings=設定の更新
- settings.change_reponame_prompt=この変更はリンクがリポジトリに関連付ける方法に影響します。
- settings.advanced_settings=拡張設定
- settings.wiki_desc=Enable wiki system
- settings.use_internal_wiki=Use builtin wiki
- settings.allow_public_wiki_desc=Allow public access to wiki when repository is private
- settings.use_external_wiki=外部 wiki を使用します。
- settings.external_wiki_url=外部 Wiki の URL
- settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab.
- settings.issues_desc=Enable issue tracker
- settings.use_internal_issue_tracker=Use builtin lightweight issue tracker
- settings.allow_public_issues_desc=Allow public access to issues when repository is private
- settings.use_external_issue_tracker=外部課題トラッキングシステムを使用
- settings.external_tracker_url=External Issue Tracker URL
- settings.external_tracker_url_desc=Visitors will be redirected to URL when they click on the tab.
- settings.tracker_url_format=外部課題トラッキングツール URLのフォーマット
- settings.tracker_issue_style=External Issue Tracker Naming Style:
- settings.tracker_issue_style.numeric=数値
- settings.tracker_issue_style.alphanumeric=Alphanumeric
- settings.tracker_url_format_desc=You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index.
- settings.pulls_desc=Enable pull requests to accept public contributions
- settings.danger_zone=危険地帯
- settings.cannot_fork_to_same_owner=You cannot fork a repository to its original owner.
- settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。
- settings.convert=Convert To Regular Repository
- settings.convert_desc=You can convert this mirror to a regular repository. This cannot be reversed.
- settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone.
- settings.convert_confirm=Confirm Conversion
- settings.convert_succeed=Repository has been converted to regular type successfully.
- settings.transfer=オーナー移転
- settings.transfer_desc=リポジトリをあなたが管理者権限を持っている別のユーザーまた組織に移譲します。
- settings.transfer_notices_1=-新しい所有者が個人ユーザーの場合、あなたがアクセスできなくなります。
- settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
- settings.transfer_form_title=操作を確認するために、以下の情報を入力してください。
- settings.wiki_delete=Wikiのデータ消去
- settings.wiki_delete_desc=Wikiのデータを消去すると元に戻すことは出来ません。よく確認してください。
- settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s
- settings.wiki_deletion_success=Wikiのデータ消去が完了しました。
- settings.delete=このリポジトリを削除
- settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。
- settings.delete_notices_1=-この操作は<strong>元に戻せません</strong> 。
- settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
- settings.delete_notices_fork_1=- All forks will become independent after deletion.
- settings.deletion_success=Repository has been deleted successfully!
- settings.update_settings_success=リポジトリ オプションが更新されました。
- settings.transfer_owner=新しいオーナー
- settings.make_transfer=転送
- settings.transfer_succeed=リポジトリの所有権は正常に転送されました。
- settings.confirm_delete=削除を確認
- settings.add_collaborator=新しい共同編集者を追加
- settings.add_collaborator_success=新しい共同編集者が追加されました。
- settings.delete_collaborator=Delete
- settings.collaborator_deletion=Collaborator Deletion
- settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
- settings.remove_collaborator_success=共同編集者が削除されました。
- settings.search_user_placeholder=Search users
- settings.org_not_allowed_to_be_collaborator=組織を共同編集者として追加することはできません。
- settings.add_webhook=Webhook を追加
- settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの <a target="_blank"href="%s"> Webhooks ガイド</a>をご覧ください。
- settings.webhook_deletion=Webhook を削除
- settings.webhook_deletion_desc=このwebhookを削除すると、すべての情報と配信履歴が削除されます。続行しますか?
- settings.webhook_deletion_success=Webhook が正常に削除されました。
- settings.webhook.test_delivery=テスト配信
- settings.webhook.test_delivery_desc=Send a fake push event delivery to test your webhook settings
- settings.webhook.test_delivery_success=Test webhook has been added to delivery queue. It may take few seconds before it shows up in the delivery history.
- settings.webhook.redelivery=Redelivery
- settings.webhook.redelivery_success=Hook task '%s' has been readded to delivery queue. It may take few seconds to update delivery status in history.
- settings.webhook.request=リクエスト
- settings.webhook.response=レスポンス
- settings.webhook.headers=ヘッダ
- settings.webhook.payload=ペイロード
- settings.webhook.body=ボディ
- settings.githooks_desc=Git のフックは Git 自体によって提供されています。以下のリストのファイルを編集して、サポートされているフックのカスタム操作を適用することができます。
- settings.githook_edit_desc=もしフックがアクティブではない場合は、サンプルコンテンツが表示されます。コンテンツを空白にするにはこのフックを無効にします。
- settings.githook_name=フックの名前
- settings.githook_content=コンテンツをフック
- settings.update_githook=フックを更新
- settings.add_webhook_desc=私たちは、指定されたURLに購読されたイベントの詳細を <code>POST</code>リクエストとして送信します。あなたは、異なるデータ受信モード(JSONまたは, <code>x-www-form-urlencoded</code>, <em>その他</em>) を設定することができます。詳細については、<a target="_blank" href="%s">Webhookガイド</a>を参照してください。
- settings.payload_url=ペイロードの URL
- settings.content_type=コンテンツ タイプ
- settings.secret=秘密
- settings.secret_desc=Secret will be sent as SHA256 HMAC hex digest of payload via <code>X-Gogs-Signature</code> header.
- settings.slack_username=ユーザ名
- settings.slack_icon_url=アイコン URL
- settings.slack_color=カラー
- settings.event_desc=どのイベントをこのWEBフックのトリガーにしますか?
- settings.event_push_only=<code>push</code> イベントのみ
- settings.event_send_everything=<strong>すべて</strong> が必要です。
- settings.event_choose=必要なものを選択しましょう。
- settings.event_create=Create
- settings.event_create_desc=ブランチ、またはタグを作成
- settings.event_delete=Delete
- settings.event_delete_desc=Branch or tag deleted
- settings.event_fork=Fork
- settings.event_fork_desc=Repository forked
- settings.event_push=プッシュ
- settings.event_push_desc=Git リポジトリにプッシュ
- settings.event_issues=Issues
- settings.event_issues_desc=Issue opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, milestoned, or demilestoned.
- settings.event_issue_comment=Issue Comment
- settings.event_issue_comment_desc=Issue comment created, edited, or deleted.
- settings.event_pull_request=Pull Request
- settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, milestoned, demilestoned, or synchronized.
- settings.event_release=Release
- settings.event_release_desc=Release published in a repository.
- settings.active=アクティブ
- settings.active_helper=このフックのトリガーが引かれた時に、イベントの詳細を配信します。
- settings.add_hook_success=新しい webhook が追加されました。
- settings.update_webhook=Webhookを更新
- settings.update_hook_success=Webhook を更新しました。
- settings.delete_webhook=Webhook を削除
- settings.recent_deliveries=最近のデリバリー
- settings.hook_type=フックタイプ
- settings.add_slack_hook_desc=<a href="%s"> Slack</a> インテグレーションをリポジトリに追加します。
- settings.add_discord_hook_desc=Add <a href="%s">Discord</a> integration to your repository.
- settings.slack_token=トークン
- settings.slack_domain=ドメイン
- settings.slack_channel=チャンネル
- settings.deploy_keys=デプロイキー
- settings.deploy_keys_helper=<b>Common Gotcha!</b> If you're looking for adding personal public keys, please add them in your <a href="%s%s">account settings</a>.
- settings.add_deploy_key=デプロイキーを追加
- settings.deploy_key_desc=個人アカウントのSSHキーとは異なり、デプロイキーは読み取り専用アクセスとなります。
- settings.no_deploy_keys=デプロイキーは1つも追加されていません。
- settings.title=タイトル
- settings.deploy_key_content=コンテント
- settings.key_been_used=デプロイキーが使用されています。
- settings.key_name_used=同じ名前のデプロイキーが既に存在しています。
- settings.add_key_success=新しいデプロイキー '%s'が正常に追加されました!
- settings.deploy_key_deletion=デプロイキーを削除
- settings.deploy_key_deletion_desc=このデプロイキーを削除すると、このリポジトリに関連するすべてのアクセス権も削除されます。続行しますか。
- settings.deploy_key_deletion_success=デプロイキーが正常に削除された!
- diff.browse_source=ソースを参照
- diff.parent=親
- diff.commit=コミット
- diff.data_not_available=差分データは利用できません。
- diff.show_diff_stats=差分情報を表示
- diff.show_split_view=分割表示
- diff.show_unified_view=Unified View
- diff.stats_desc=共有<strong>%d 個のファイルを変更した</strong>、<strong>%d 個の追加</strong> と <strong>%d 個の削除</strong>を含む
- diff.bin=BIN
- diff.view_file=ファイルの表示
- diff.file_suppressed=File diff suppressed because it is too large
- diff.too_many_files=Some files were not shown because too many files changed in this diff
- release.releases=リリース
- release.new_release=新しいリリース
- release.draft=ドラフト
- release.prerelease=プレリリース
- release.edit=編集
- release.ahead=このリリース以降 %s へ <strong>%d</strong> コミット
- release.source_code=ソース コード
- release.new_subheader=Publish releases to iterate product.
- release.edit_subheader=詳細な変更ログは、ユーザーに何が改善されたかの理解を助けることができます。
- release.tag_name=タグ名
- release.target=ターゲット
- release.tag_helper=既存のタグを選択するか、新しいタグを作成し発行します。
- release.title=タイトル
- release.content=コンテント
- release.write=書込み
- release.preview=プレビュー
- release.loading=読み込み中…
- release.prerelease_desc=これはリリース前のものです
- release.prerelease_helper=このリリースは非プロダクション利用として識別します。
- release.cancel=キャンセル
- release.publish=リリースを発行
- release.save_draft=下書きを保存
- release.edit_release=リリースを編集
- release.delete_release=このリリースを削除
- release.deletion=リリースの削除
- release.deletion_desc=このリリースを削除すると、対応するGitのタグも削除されます。よろしいですか?
- release.deletion_success=リリースが正常に削除されました。
- release.tag_name_already_exist=このタグ名には既にリリースが存在します。
- release.tag_name_invalid=Tag name is not valid.
- release.downloads=Downloads
- [org]
- org_name_holder=組織名
- org_full_name_holder=組織のフルネーム
- org_name_helper=偉大な組織の名は短く覚えやすいです。
- create_org=組織を作成
- repo_updated=最終更新
- people=人々
- invite_someone=誰かを招待
- teams=チーム
- lower_members=メンバー
- lower_repositories=リポジトリ
- create_new_team=新しいチームを作成
- org_desc=説明
- team_name=チーム名
- team_desc=説明
- team_name_helper=会話の時、この名前を使用しチーム名を表明します。
- team_desc_helper=このチームに関する全ての情報は?
- team_permission_desc=このチームに必要な権限レベルは?
- form.name_reserved=組織名 '%s' は予約されています。
- form.name_pattern_not_allowed=組織名のパターン '%s' は許可されていません。
- form.team_name_reserved=Team name '%s' is reserved.
- settings=設定
- settings.options=オプション
- settings.full_name=フルネーム
- settings.website=WEBサイト
- settings.location=ロケーション
- settings.update_settings=設定の更新
- settings.update_setting_success=組織の設定が更新されました。
- settings.change_orgname_prompt=This change will affect how links relate to the organization.
- settings.update_avatar_success=組織のアバター画像が正常に更新されました。
- settings.delete=組織を削除
- settings.delete_account=この組織を削除
- settings.delete_prompt=この操作をすると組織が完全に削除され、<strong>二度と元に戻すことができなくなります</strong> !
- settings.confirm_delete_account=削除を確認
- settings.delete_org_title=組織の削除
- settings.delete_org_desc=この組織は完全に削除されます、継続しますか?
- settings.hooks_desc=この組織のもとで <strong>すべてのリポジトリ</strong> に対してトリガーされる webhook を追加します。
- members.membership_visibility=Membership Visibility:
- members.public=パブリック
- members.public_helper=プライベートにする
- members.private=プライベート
- members.private_helper=公開する
- members.member_role=メンバーの役割:
- members.owner=オーナー
- members.member=メンバー
- members.remove=削除
- members.leave=退出
- members.invite_desc=%s に新しいメンバーを追加
- members.invite_now=今すぐ招待
- teams.join=参加
- teams.leave=退出
- teams.read_access=読み取りアクセス権
- teams.read_access_helper=このチームはリポジトリの閲覧とクローンをすることができます。
- teams.write_access=書き込みアクセス権
- teams.write_access_helper=このチームはリポジトリを読むだけではなく、プッシュすることもできます。
- teams.admin_access=管理者のアクセス権
- teams.admin_access_helper=このチームはリポジトリにプッシュ/プル、及び他の共同編集者を追加することができます。
- teams.no_desc=このチームは説明がありません。
- teams.settings=設定
- teams.owners_permission_desc=オーナーは<strong>すべてのリポジトリ</strong> へのフルアクセス権、組織の <strong>管理権限</strong>を持ちます。
- teams.members=チーム メンバー
- teams.update_settings=設定の更新
- teams.delete_team=このチームを削除
- teams.add_team_member=チーム メンバーを追加
- teams.delete_team_title=チームの削除
- teams.delete_team_desc=このチームを削除します、継続しますか?このチームのメンバーはいくつかのリポジトリへのアクセスを失う可能性があります。
- teams.delete_team_success=指定のチームが正常に削除されました。
- teams.read_permission_desc=このチームは<strong>読み取り</strong>権限を持ち: メンバーはリポジトリの表示及びクローンの作成ができます。
- teams.write_permission_desc=このチームは<strong>書き込み</strong>権限を持ち: メンバーはリポジトリの表示及リポジトリへのプッシュができます。
- teams.admin_permission_desc=このチームは<strong>管理者</strong>の権限を持ち: メンバーはチームのリポジトリに対して、読み取り、プッシュや共同編集者の追加ができます。
- teams.repositories=チームのリポジトリ
- teams.search_repo_placeholder=リポジトリを検索
- teams.add_team_repository=チームのリポジトリを追加
- teams.remove_repo=削除(Remove)
- teams.add_nonexistent_repo=追加しようとしているリポジトリは存在しません。まずはじめに作成してください。
- [admin]
- dashboard=ダッシュボード
- users=ユーザ
- organizations=組織
- repositories=リポジトリ
- authentication=認証
- config=コンフィギュレーション
- notices=システム通知
- monitor=モニタリング
- first_page=First
- last_page=Last
- total=合計: %d
- dashboard.statistic=統計
- dashboard.operations=操作
- dashboard.system_status=システム モニターのステータス
- 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> 添付ファイル の情報を持っています。
- dashboard.operation_name=操作の名前
- dashboard.operation_switch=スイッチ
- dashboard.operation_run=実行
- dashboard.clean_unbind_oauth=結び付けられていない OAuth をクリーン
- dashboard.clean_unbind_oauth_success=結び付けられていない全ての OAuth を正常に削除しました。
- dashboard.delete_inactivate_accounts=非アクティブのアカウントをすべて削除
- dashboard.delete_inactivate_accounts_success=すべての非アクティブアカウントは正常に削除されました。
- dashboard.delete_repo_archives=リポジトリのすべてのアーカイブを削除
- dashboard.delete_repo_archives_success=リポジトリのすべてのアーカイブが正常に削除されました。
- dashboard.delete_missing_repos=Gitファイルが失われたリポジトリのすべてのレコードを削除
- dashboard.delete_missing_repos_success=All repository records that lost Git files have been deleted successfully.
- dashboard.git_gc_repos=リポジトリでのガベージコレクションを実行します。
- dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。
- dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成します。(警告:Gogsキー以外は失われます)
- dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
- dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories
- dashboard.resync_all_hooks_success=All repositories' pre-receive, update and post-receive hooks have been resynced successfully.
- dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files
- dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully.
- dashboard.server_uptime=サーバーの稼働時間
- dashboard.current_goroutine=現在のGoroutine
- dashboard.current_memory_usage=現在のメモリ使用量
- dashboard.total_memory_allocated=割り当てられたメモリの合計
- dashboard.memory_obtained=配分されたメモリ量
- dashboard.pointer_lookup_times=ポインタ参照回数
- dashboard.memory_allocate_times=メモリ割当回数
- dashboard.memory_free_times=メモリ解放回数
- dashboard.current_heap_usage=現在のヒープ使用量
- dashboard.heap_memory_obtained=配分されたヒープ メモリ量
- dashboard.heap_memory_idle=アイドルのヒープ メモリ量
- dashboard.heap_memory_in_use=使用中のヒープ メモリ
- dashboard.heap_memory_released=ヒープ メモリが解放されました
- dashboard.heap_objects=ヒープ オブジェクト
- dashboard.bootstrap_stack_usage=ブートストラップスタック使用量
- dashboard.stack_memory_obtained=配分されたスタック メモリ量
- dashboard.mspan_structures_usage=MSpan 構造体の使用量
- dashboard.mspan_structures_obtained=配分されたMSpan 構造体
- dashboard.mcache_structures_usage=MCache 構造体の使用量
- dashboard.mcache_structures_obtained=分配されたMCache 構造体
- dashboard.profiling_bucket_hash_table_obtained=ハッシュテーブル分析に割り当てられたメモリ
- dashboard.gc_metadata_obtained=GCメタデータ取得
- dashboard.other_system_allocation_obtained=他のシステムに割り当てられたメモリ
- dashboard.next_gc_recycle=次回のGCリサイクル
- dashboard.last_gc_time=前回GCからの時間
- dashboard.total_gc_time=GC一時停止の合計
- dashboard.total_gc_pause=GC一時停止の合計
- dashboard.last_gc_pause=直近のGC一時停止
- dashboard.gc_times=GC実行回数
- users.user_manage_panel=ユーザー管理パネル
- users.new_account=新規アカウントを作成
- users.name=名前
- users.activated=アクティブ化
- users.admin=アドミン
- users.repos=リポジトリ
- users.created=作成されました
- users.send_register_notify=登録通知をユーザーに送信
- users.new_success=新規アカウント '%s' が正常に作成されました。
- users.edit=編集
- users.auth_source=認証ソース
- users.local=ローカル
- users.auth_login_name=認証ログイン名
- users.password_helper=それをそのまま空のままにします。
- users.update_profile_success=アカウントのプロファイルが更新されました。
- users.edit_account=アカウントの編集
- users.max_repo_creation=Maximum Repository Creation Limit
- users.max_repo_creation_desc=(Set -1 to use global default limit)
- users.is_activated=アカウントがアクティブされました
- users.prohibit_login=This account is prohibited to login
- users.is_admin=このアカウントには管理者の権限を持つ
- users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ
- users.allow_import_local=This account has permissions to import local repositories
- users.update_profile=アカウント ・ プロファイルを更新
- users.delete_account=このアカウントを削除
- users.still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
- users.still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
- users.deletion_success=アカウントが正常に削除されました。
- orgs.org_manage_panel=組織の管理パネル
- orgs.name=名前
- orgs.teams=チーム
- orgs.members=メンバー
- repos.repo_manage_panel=リポジトリの管理パネル
- repos.owner=オーナー
- repos.name=名前
- repos.private=プライベート
- repos.watches=Watches
- repos.stars=Stars
- repos.issues=課題
- repos.size=Size
- auths.auth_manage_panel=認証管理パネル
- auths.new=新しいソースを追加
- auths.name=名前
- auths.type=タイプ
- auths.enabled=Enabled
- auths.updated=更新しました
- auths.auth_type=認証タイプ
- auths.auth_name=認証名
- auths.security_protocol=Security Protocol
- auths.domain=ドメイン
- auths.host=ホスト
- auths.port=ポート
- auths.bind_dn=バインド DN
- auths.bind_password=バインド パスワード
- auths.bind_password_helper=警告: このパスワードは暗号化されずに格納されます。特権を持つアカウントに使用しないでください。
- auths.user_base=ユーザ検索ベース
- auths.user_dn=User DN
- auths.attribute_username=Username attribute
- auths.attribute_username_placeholder=Leave empty to use sign-in form field value for user name.
- auths.attribute_name=名前属性
- auths.attribute_surname=名字属性
- auths.attribute_mail=Eメール属性
- auths.attributes_in_bind=Fetch attributes in Bind DN context
- auths.filter=User フィルター
- auths.admin_filter=Admin フィルター
- auths.ms_ad_sa=Ms Ad SA
- auths.smtp_auth=SMTP 認証の種類
- auths.smtphost=SMTP ホスト
- auths.smtpport=SMTP ポート
- auths.allowed_domains=許可されているドメイン
- auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.
- auths.enable_tls=TLS 暗号化を有効にする
- auths.skip_tls_verify=TLSベリファイを省略
- auths.pam_service_name=PAMサービス名
- auths.enable_auto_register=自動登録を有効にする
- auths.tips=ヒント
- auths.edit=認証設定を編集
- auths.activated=認証がアクティブされました
- auths.new_success=新しい認証 '%s' が正常に追加されました。
- auths.update_success=認証の設定が正常に更新されました。
- auths.update=認証設定を更新
- auths.delete=この認証を削除
- auths.delete_auth_title=認証削除
- auths.delete_auth_desc=認証を削除します、継続しますか?
- auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first.
- auths.deletion_success=認証が正常に削除されました。
- auths.login_source_exist=Login source '%s' already exists.
- config.server_config=サーバーの構成
- config.app_name=アプリケーション名
- config.app_ver=アプリケーションのバージョン
- config.app_url=アプリケーションの URL
- config.domain=ドメイン
- config.offline_mode=オフラインモード
- config.disable_router_log=ルーターのログを無効にする
- config.run_user=実行ユーザ
- config.run_mode=実行モード
- config.git_version=Git Version
- config.static_file_root_path=静的ファイルのルートパス
- config.log_file_root_path=ログ ファイルのルート パス
- config.reverse_auth_user=リバース認証ユーザ
- config.ssh_config=SSH Configuration
- config.ssh_enabled=Enabled
- config.ssh_start_builtin_server=Start Builtin Server
- config.ssh_domain=Domain
- config.ssh_port=Port
- config.ssh_listen_port=Listen Port
- config.ssh_root_path=Root Path
- config.ssh_key_test_path=Key Test Path
- config.ssh_keygen_path=Keygen ('ssh-keygen') Path
- config.ssh_minimum_key_size_check=Minimum Key Size Check
- config.ssh_minimum_key_sizes=Minimum Key Sizes
- config.repo_config=Repository Configuration
- config.repo_root_path=リポジトリのルートパス
- config.script_type=スクリプトの種類
- config.repo_force_private=Force Private
- config.max_creation_limit=Max Creation Limit
- config.preferred_licenses=Preferred Licenses
- config.disable_http_git=Disable HTTP Git
- config.enable_local_path_migration=Enable Local Path Migration
- config.commits_fetch_concurrency=Commits Fetch Concurrency
- config.db_config=データベースの構成
- config.db_type=タイプ
- config.db_host=ホスト
- config.db_name=名前
- config.db_user=ユーザ
- config.db_ssl_mode=SSL モード
- config.db_ssl_mode_helper=(「postgres」のみ)
- config.db_path=パス
- config.db_path_helper=(for "sqlite3" and "tidb")
- config.service_config=サービスの構成
- config.register_email_confirm=電子メールの確認を必要
- config.disable_register=登録を無効にする
- config.show_registration_button=登録ボタンを表示します。
- config.require_sign_in_view=サインインを要求
- config.mail_notify=メール通知
- config.disable_key_size_check=最小キー サイズ チェックを無効にします
- config.enable_captcha=Captchaを有効にする
- config.active_code_lives=コードリンクの有効期限をアクティブ
- config.reset_password_code_lives=パスワードリンクの有効期限をリセット
- config.webhook_config=Webhook設定
- config.queue_length=キューの長さ
- config.deliver_timeout=送信タイムアウト
- config.skip_tls_verify=TLSの確認を省略
- config.mailer_config=メーラーの構成
- config.mailer_enabled=有効にした
- config.mailer_disable_helo=HELOコマンド無効
- config.mailer_name=名前
- config.mailer_host=ホスト
- config.mailer_user=ユーザ
- config.send_test_mail=Send Test Email
- config.test_mail_failed=Fail to send test email to '%s': %v
- config.test_mail_sent=Test email has been sent to '%s'.
- config.oauth_config=OAuth 構成
- config.oauth_enabled=Enabled
- config.cache_config=キャッシュの構成
- config.cache_adapter=キャッシュ アダプター
- config.cache_interval=キャッシュ間隔
- config.cache_conn=キャッシュ接続
- config.session_config=セッションの構成
- config.session_provider=セッション プロバイダー
- config.provider_config=プロバイダーの構成
- config.cookie_name=クッキーの名前
- config.enable_set_cookie=クッキーの設定を有効にする
- config.gc_interval_time=GC 間隔
- config.session_life_time=セッションのライフタイム
- config.https_only=HTTPS のみ
- config.cookie_life_time=クッキーのライフタイム
- config.picture_config=画像構成
- config.picture_service=画像サービス
- config.disable_gravatar=グラバターを無効にする
- config.enable_federated_avatar=Enable Federated Avatars
- config.git_config=Git Configuration
- config.git_disable_diff_highlight=Disable Diff Syntax Highlight
- config.git_max_diff_lines=Max Diff Lines (for a single file)
- config.git_max_diff_line_characters=Max Diff Characters (for a single line)
- config.git_max_diff_files=Max Diff Files (to be shown)
- config.git_gc_args=GC Arguments
- config.git_migrate_timeout=Migration Timeout
- config.git_mirror_timeout=Mirror Update Timeout
- config.git_clone_timeout=Clone Operation Timeout
- config.git_pull_timeout=Pull Operation Timeout
- config.git_gc_timeout=GC Operation Timeout
- config.log_config=ログの構成
- config.log_mode=Mode
- config.log_options=Options
- monitor.cron=Cron タスク
- monitor.name=名前
- monitor.schedule=スケジュール
- monitor.next=次回
- monitor.previous=前回
- monitor.execute_times=実行回数
- monitor.process=実行中のプロセス
- monitor.desc=説明
- monitor.start=開始日時
- monitor.execute_time=実行時間:
- notices.system_notice_list=システム通知
- notices.view_detail_header=お知らせの詳細を表示
- notices.actions=アクション
- notices.select_all=全て選択
- notices.deselect_all=すべて選択解除
- notices.inverse_selection=反転
- notices.delete_selected=選択項目を削除
- notices.delete_all=すべての通知を削除
- notices.type=タイプ
- notices.type_1=リポジトリ
- notices.desc=説明
- notices.op=Op。
- notices.delete_success=システム通知が正常に削除されました。
- [action]
- create_repo=がリポジトリ <a href="%s"> %s</a> を作成しました
- fork_repo=forked a repository to <a href="%s">%s</a>
- rename_repo=<code>%[1]s</code> から <a href="%[2]s">[3]s</a> にリポジトリ名を変更しました
- commit_repo=<a href="%[1]s">%[4]s</a>を<a href="%[1]s/src/%[2]s">%[3]s</a>にプッシュしました
- compare_commits=これらの %d コミットの比較を表示
- transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました
- create_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> を開きました`
- close_issue=`closed issue <a href="%s/issues/%s">%s#%[2]s</a>`
- reopen_issue=`reopened issue <a href="%s/issues/%s">%s#%[2]s</a>`
- comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント`
- create_pull_request=`プルリクエスト <a href="%s/pulls/%s"> %s[2]s</a>を作成`
- close_pull_request=`closed pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- reopen_pull_request=`reopened pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- merge_pull_request=`プルリクエスト <a href="%s/pulls/%s"> %s[2]s</a>をマージしました`
- create_branch=created new branch <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
- delete_branch=deleted branch <code>%[2]s</code> at <a href="%[1]s">%[3]s</a>
- push_tag=<a href="%[1]s">%[3]s</a> に タグ <a href="%[1]s/src/%[2]s">%[2]s</a> をプッシュしました
- delete_tag=deleted tag <code>%[2]s</code> at <a href="%[1]s">%[3]s</a>
- [tool]
- ago=前
- from_now=今から
- now=今
- 1s=1 秒 %s
- 1m=1 分 %s
- 1h=1 時間 %s
- 1d=1 日 %s
- 1w=1 週間 %s
- 1mon=1 ヶ月 %s
- 1y=1 年間 %s
- seconds=%d 秒 %s
- minutes=%d分%s
- hours=%d 時間 %s
- days=%d 日 %s
- weeks=%d 週間 %s
- months=%d ヶ月 %s
- years=%d 年 %s
- raw_seconds=秒
- raw_minutes=分
- [dropzone]
- default_message=ここにファイルをドロップまたはクリックしてアップロードします。
- invalid_input_type=このタイプのファイルはアップロードできません.
- file_too_big=ファイルのサイズ ({{filesize}} MB) では、最大サイズ ({{maxFilesize}} MB) を超えています。
- remove_file=ファイル削除
|