@@ -84,6 +84,7 @@ error404=アクセスしようとしたページは<strong>存在しない</stro
84
84
85
85
[error]
86
86
occurred =エラーが発生しました
87
+ report_message =Giteaのバグが疑われる場合は、<a href =" https://github.com/go-gitea/gitea/issues" >GitHub</a>でIssueを検索して、見つからなければ新しいIssueを作成してください。
87
88
88
89
[startpage]
89
90
app_desc =自分で立てる、超簡単 Git サービス
@@ -863,9 +864,11 @@ issues.label_templates.info=ラベルがまだありません。"新しいラベ
863
864
issues.label_templates.helper =ラベルセットを選択
864
865
issues.label_templates.use =ラベルセットを使用
865
866
issues.label_templates.fail_to_load_file =ラベルテンプレート ' %s' を読み込めませんでした: %v
867
+ issues.add_label_at =がラベル <div class =" ui label" style =" color: %[1]s\; background-color: %[2]s" >%[3]s</div> を追加 %[4]s
868
+ issues.remove_label_at =がラベル <div class =" ui label" style =" color: %[1]s\; background-color: %[2]s" >%[3]s</div> を除去 %[4]s
866
869
issues.add_milestone_at =`がマイルストーン <b>%[1]s</b> に追加 %[2]s`
867
870
issues.change_milestone_at =`がマイルストーンを <b>%[1]s</b> から <b>%[2]s</b> へ変更 %[3]s`
868
- issues.remove_milestone_at =`がマイルストーン <b>%[1]s</b> から除外 %[2]s`
871
+ issues.remove_milestone_at =`がマイルストーン <b>%[1]s</b> から除去 %[2]s`
869
872
issues.deleted_milestone =`(削除済)`
870
873
issues.self_assign_at =`が自身を担当者に設定 %s`
871
874
issues.add_assignee_at =`を <b>%[1]s</b> が担当者に指名 %[2]s`
@@ -931,6 +934,8 @@ issues.close_comment_issue=コメントしてクローズ
931
934
issues.reopen_issue =再オープンする
932
935
issues.reopen_comment_issue =コメントして再オープン
933
936
issues.create_comment =コメントする
937
+ issues.closed_at =`が課題をクローズ <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
938
+ issues.reopened_at =`が課題を再オープン <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
934
939
issues.commit_ref_at =`がコミットでこの課題を参照 <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
935
940
issues.ref_issue_from =`<a href =" %[3]s" >が%[4]s、この課題を参照</a> <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
936
941
issues.ref_pull_from =`<a href =" %[3]s" >が%[4]s、このプルリクエストを参照</a> <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
@@ -1146,6 +1151,8 @@ pulls.update_branch=ブランチを更新
1146
1151
pulls.update_branch_success =ブランチの更新が成功しました
1147
1152
pulls.update_not_allowed =ブランチを更新する権限がありません
1148
1153
pulls.outdated_with_base_branch =このブランチはベースブランチに対して最新ではありません
1154
+ pulls.closed_at =`がプルリクエストをクローズ <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
1155
+ pulls.reopened_at =`がプルリクエストを再オープン <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
1149
1156
1150
1157
milestones.new =新しいマイルストーン
1151
1158
milestones.open_tab =%d件 オープン中
0 commit comments