Added sorting to the labels & milestones page (#199)
This commit is contained in:
parent
f27d87d93b
commit
a345a03d99
7 changed files with 82 additions and 13 deletions
|
@ -557,6 +557,8 @@ issues.label_modify = Label Modification
|
|||
issues.label_deletion = Label Deletion
|
||||
issues.label_deletion_desc = Deleting this label will remove its information in all related issues. Do you want to continue?
|
||||
issues.label_deletion_success = Label has been deleted successfully!
|
||||
issues.label.filter_sort.alphabetically = Alphabetically
|
||||
issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
|
||||
issues.num_participants = %d Participants
|
||||
issues.attachment.open_tab = `Click to see "%s" in a new tab`
|
||||
issues.attachment.download = `Click to download "%s"`
|
||||
|
@ -610,6 +612,12 @@ milestones.edit_success = Changes of milestone '%s' has been saved successfully!
|
|||
milestones.deletion = Milestone Deletion
|
||||
milestones.deletion_desc = Deleting this milestone will remove its information in all related issues. Do you want to continue?
|
||||
milestones.deletion_success = Milestone has been deleted successfully!
|
||||
milestones.filter_sort.closest_due_date = Closest due date
|
||||
milestones.filter_sort.furthest_due_date = Furthest due date
|
||||
milestones.filter_sort.least_complete = Least complete
|
||||
milestones.filter_sort.most_complete = Most complete
|
||||
milestones.filter_sort.most_issues = Most issues
|
||||
milestones.filter_sort.least_issues = Least issues
|
||||
|
||||
wiki = Wiki
|
||||
wiki.welcome = Welcome to Wiki!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue