File tree 6 files changed +12
-11
lines changed
6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -1131,6 +1131,7 @@ editor.commit_directly_to_this_branch = Commit directly to the <strong class="br
1131
1131
editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
1132
1132
editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
1133
1133
editor.propose_file_change = Propose file change
1134
+ editor.new_branch_name = Name the new branch for this commit
1134
1135
editor.new_branch_name_desc = New branch name…
1135
1136
editor.cancel = Cancel
1136
1137
editor.filename_cannot_be_empty = The filename cannot be empty.
@@ -1336,6 +1337,8 @@ issues.action_milestone = Milestone
1336
1337
issues.action_milestone_no_select = No milestone
1337
1338
issues.action_assignee = Assignee
1338
1339
issues.action_assignee_no_select = No assignee
1340
+ issues.action_check = Check/Uncheck
1341
+ issues.action_check_all = Check/Uncheck all items
1339
1342
issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
1340
1343
pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
1341
1344
pulls.merged_by_fake = by %[2]s was merged %[1]s
Original file line number Diff line number Diff line change 303
303
<dt>{{.locale.Tr "admin.config.disable_gravatar"}}</dt>
304
304
<dd>
305
305
<div class="ui toggle checkbox">
306
- <input type="checkbox" name="picture.disable_gravatar" version="{{.SystemSettings.GetVersion "picture.disable_gravatar"}}"{{if .SystemSettings.GetBool "picture.disable_gravatar"}} checked{{end}}>
306
+ <input type="checkbox" name="picture.disable_gravatar" version="{{.SystemSettings.GetVersion "picture.disable_gravatar"}}"{{if .SystemSettings.GetBool "picture.disable_gravatar"}} checked{{end}} title="{{.locale.Tr "admin.config.disable_gravatar"}}" >
307
307
</div>
308
308
</dd>
309
309
<div class="ui divider"></div>
310
310
<dt>{{.locale.Tr "admin.config.enable_federated_avatar"}}</dt>
311
311
<dd>
312
312
<div class="ui toggle checkbox">
313
- <input type="checkbox" name="picture.enable_federated_avatar" version="{{.SystemSettings.GetVersion "picture.enable_federated_avatar"}}"{{if .SystemSettings.GetBool "picture.enable_federated_avatar"}} checked{{end}}>
313
+ <input type="checkbox" name="picture.enable_federated_avatar" version="{{.SystemSettings.GetVersion "picture.enable_federated_avatar"}}"{{if .SystemSettings.GetBool "picture.enable_federated_avatar"}} checked{{end}} title="{{.locale.Tr "admin.config.enable_federated_avatar"}}" >
314
314
</div>
315
315
</dd>
316
316
</dl>
Original file line number Diff line number Diff line change 78
78
<tr>
79
79
<th>{{.locale.Tr "units.unit"}}</th>
80
80
<th class="center aligned">{{.locale.Tr "org.teams.none_access"}}
81
- <span class="tooltip vm" data-content="{{.locale.Tr "org.teams.none_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}}</th>
81
+ <span class="tooltip vm" data-content="{{.locale.Tr "org.teams.none_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}}</span></ th>
82
82
<th class="center aligned">{{.locale.Tr "org.teams.read_access"}}
83
83
<span class="tooltip vm" data-content="{{.locale.Tr "org.teams.read_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}}</span></th>
84
84
<th class="center aligned">{{.locale.Tr "org.teams.write_access"}}
99
99
</td>
100
100
<td class="center aligned">
101
101
<div class="ui radio checkbox">
102
- <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="0"{{if or ($unit.Type.UnitGlobalDisabled) (eq ($.Team.UnitAccessMode $.Context $unit.Type) 0)}} checked{{end}}>
102
+ <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="0"{{if or ($unit.Type.UnitGlobalDisabled) (eq ($.Team.UnitAccessMode $.Context $unit.Type) 0)}} checked{{end}} title="{{$.locale.Tr "org.teams.none_access"}}" >
103
103
</div>
104
104
</td>
105
105
<td class="center aligned">
106
106
<div class="ui radio checkbox">
107
- <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="1"{{if or (eq $.Team.ID 0) (eq ($.Team.UnitAccessMode $.Context $unit.Type) 1)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}}>
107
+ <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="1"{{if or (eq $.Team.ID 0) (eq ($.Team.UnitAccessMode $.Context $unit.Type) 1)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}} title="{{$.locale.Tr "org.teams.read_access"}}" >
108
108
</div>
109
109
</td>
110
110
<td class="center aligned">
111
111
<div class="ui radio checkbox">
112
- <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="2"{{if (eq ($.Team.UnitAccessMode $.Context $unit.Type) 2)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}}>
112
+ <input type="radio" class="hidden" name="unit_{{$unit.Type.Value}}" value="2"{{if (eq ($.Team.UnitAccessMode $.Context $unit.Type) 2)}} checked{{end}} {{if $unit.Type.UnitGlobalDisabled}}disabled{{end}} title="{{$.locale.Tr "org.teams.write_access"}}" >
113
113
</div>
114
114
</td>
115
115
</tr>
Original file line number Diff line number Diff line change 61
61
<div class="quick-pull-branch-name {{if not (eq .commit_choice "commit-to-new-branch")}}hide{{end}}">
62
62
<div class="new-branch-name-input field {{if .Err_NewBranchName}}error{{end}}">
63
63
{{svg "octicon-git-branch"}}
64
- <input type="text" name="new_branch_name" value="{{.new_branch_name}}" class="input-contrast mr-2 js-quick-pull-new-branch-name" placeholder="{{.locale.Tr "repo.editor.new_branch_name_desc"}}" {{if eq .commit_choice "commit-to-new-branch"}}required{{end}}>
64
+ <input type="text" name="new_branch_name" value="{{.new_branch_name}}" class="input-contrast mr-2 js-quick-pull-new-branch-name" placeholder="{{.locale.Tr "repo.editor.new_branch_name_desc"}}" {{if eq .commit_choice "commit-to-new-branch"}}required{{end}} title="{{.locale.Tr "repo.editor.new_branch_name"}}" >
65
65
<span class="text-muted js-quick-pull-normalization-info"></span>
66
66
</div>
67
67
</div>
Original file line number Diff line number Diff line change 30
30
<div class="six wide column">
31
31
{{if $.CanWriteIssuesOrPulls}}
32
32
<div class="ui checkbox issue-checkbox-all vm">
33
- <input type="checkbox"></input>
34
- <label></label>
33
+ <input type="checkbox" title="{{.locale.Tr "repo.issues.action_check_all"}}">
35
34
</div>
36
35
{{end}}
37
36
{{template "repo/issue/openclose" .}}
Original file line number Diff line number Diff line change 5
5
<div class="issue-item-left df">
6
6
{{if $.CanWriteIssuesOrPulls}}
7
7
<div class="ui checkbox issue-checkbox">
8
- <input type="checkbox" data-issue-id={{.ID}}></input>
9
- <label></label>
8
+ <input type="checkbox" data-issue-id={{.ID}} title="{{$.locale.Tr "repo.issues.action_check"}} «{{.Title}}»">
10
9
</div>
11
10
{{end}}
12
11
<div class="issue-item-icon">
You can’t perform that action at this time.
0 commit comments