1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Sort on repo size in admin panel (#1654)

* fix #1653 sort on repo size

* fix minor mistake in en-us locale
This commit is contained in:
Jorrit Klein Bramel
2017-05-02 10:34:28 +02:00
committed by Bo-Yi Wu
parent 3792867955
commit 87efc8c6d4
3 changed files with 8 additions and 0 deletions

View File

@@ -667,6 +667,8 @@ issues.label_deletion_desc = Deleting this label will remove its information in
issues.label_deletion_success = This label has been deleted successfully!
issues.label.filter_sort.alphabetically = Alphabetically
issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
issues.label.filter_sort.by_size = Size
issues.label.filter_sort.reverse_by_size = Reverse size
issues.num_participants = %d Participants
issues.attachment.open_tab = `Click to see "%s" in a new tab`
issues.attachment.download = `Click to download "%s"`