diff options
author | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
commit | b3757e424ffc47f7ae07d8fecd9f2ecf98f20679 (patch) | |
tree | 26f2ba923a914bc6332535d61d1fe7c189515ccb /conf/locale/locale_ja-JP.ini | |
parent | 2381fe72cbacf8a375ec1a2f291ec3292bb52334 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rw-r--r-- | conf/locale/locale_ja-JP.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index cbe94ef3..5641033a 100644 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -656,6 +656,10 @@ settings.protect_require_pull_request=Require pull request instead direct pushin 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. +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 のフック @@ -684,6 +688,7 @@ 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. @@ -718,7 +723,6 @@ settings.collaborator_deletion_desc=This user will no longer have collaboration settings.remove_collaborator_success=共同編集者が削除されました。 settings.search_user_placeholder=Search users settings.org_not_allowed_to_be_collaborator=組織を共同編集者として追加することはできません。 -settings.user_is_org_member=ユーザーは組織の一員なので、共同編集者として追加することはできません。 settings.add_webhook=Webhook を追加 settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの <a target="_blank"href="%s"> Webhooks ガイド</a>をご覧ください。 settings.webhook_deletion=Webhook を削除 @@ -741,6 +745,7 @@ settings.add_webhook_desc=私たちは、指定されたURLに購読されたイ 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=カラー |