diff options
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index af7a57e44a..b9ca73f181 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -221,8 +221,6 @@ still_own_repo=アカウント所有のリポジトリがあり、リポジト still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。 org_still_own_repo=この組織はまだリポジトリの所有しています、リポジトリを削除または転送する必要があります。 -still_own_user=この認証はまだ一部のユーザーによって使用されています。一部のユーザを移動させてから、もう一度削除してください。 - target_branch_not_exist=ターゲットブランチが存在しない [user] @@ -264,11 +262,10 @@ continue=続行 cancel=キャンセル enable_custom_avatar=カスタムのアバターを有効にする -enable_custom_avatar_helper=Gravatarからのフェッチを無効にするのを、有効にします choose_new_avatar=新しいアバターを選択 update_avatar=アバターの設定を更新 +delete_current_avatar=Delete Current Avatar uploaded_avatar_not_a_image=アップロードされたファイルは画像ではない。 -no_custom_avatar_available=利用可能なカスタム アバターがないため、有効にできません。 update_avatar_success=あなたのアバターの設定が更新されました。 change_password=パスワードを変更 @@ -479,7 +476,7 @@ 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.admin=アドミン +issues.collaborator=Collaborator issues.owner=オーナー issues.sign_up_for_free=無料でサインアップ issues.sign_in_require_desc=to join this conversation. Already have an account? <a href="%s">Sign in to comment</a> @@ -616,6 +613,9 @@ 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=組織を共同編集者として追加することはできません。 @@ -950,6 +950,7 @@ 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=認証が正常に削除されました。 config.server_config=サーバーの構成 @@ -1065,6 +1066,8 @@ 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>` 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>` comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント` merge_pull_request=`プルリクエスト <a href="%s/pulls/%s"> %s[2]s</a>をマージしました` transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました |