mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add Activity page to repository (#2674)
* Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error
This commit is contained in:
@@ -806,6 +806,48 @@ wiki.page_already_exists = A wiki page with the same name already exists.
|
||||
wiki.pages = Pages
|
||||
wiki.last_updated = Last updated %s
|
||||
|
||||
activity = Activity
|
||||
activity.period.filter_label = Period:
|
||||
activity.period.daily = 1 day
|
||||
activity.period.halfweekly = 3 days
|
||||
activity.period.weekly = 1 week
|
||||
activity.period.monthly = 1 month
|
||||
activity.overview = Overview
|
||||
activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request
|
||||
activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests
|
||||
activity.merged_prs_count_1 = Merged Pull Request
|
||||
activity.merged_prs_count_n = Merged Pull Requests
|
||||
activity.opened_prs_count_1 = Proposed Pull Request
|
||||
activity.opened_prs_count_n = Proposed Pull Requests
|
||||
activity.title.user_1 = %d user
|
||||
activity.title.user_n = %d users
|
||||
activity.title.prs_1 = %d Pull request
|
||||
activity.title.prs_n = %d Pull requests
|
||||
activity.title.prs_merged_by = %s merged by %s
|
||||
activity.title.prs_opened_by = %s proposed by %s
|
||||
activity.merged_prs_label = Merged
|
||||
activity.opened_prs_label = Proposed
|
||||
activity.active_issues_count_1 = <strong>%d</strong> Active Issue
|
||||
activity.active_issues_count_n = <strong>%d</strong> Active Issues
|
||||
activity.closed_issues_count_1 = Closed Issue
|
||||
activity.closed_issues_count_n = Closed Issues
|
||||
activity.title.issues_1 = %d Issue
|
||||
activity.title.issues_n = %d Issues
|
||||
activity.title.issues_closed_by = %s closed by %s
|
||||
activity.title.issues_created_by = %s created by %s
|
||||
activity.closed_issue_label = Closed
|
||||
activity.new_issues_count_1 = New Issue
|
||||
activity.new_issues_count_n = New Issues
|
||||
activity.new_issue_label = Opened
|
||||
activity.title.unresolved_conv_1 = %d Unresolved conversation
|
||||
activity.title.unresolved_conv_n = %d Unresolved conversations
|
||||
activity.unresolved_conv_desc = List of all old issues and pull requests that have changed recently but has not been resloved yet.
|
||||
activity.unresolved_conv_label = Open
|
||||
activity.title.releases_1 = %d Release
|
||||
activity.title.releases_n = %d Releases
|
||||
activity.title.releases_published_by = %s published by %s
|
||||
activity.published_release_label = Published
|
||||
|
||||
settings = Settings
|
||||
settings.desc = Settings is where you can manage the settings for the repository
|
||||
settings.options = Options
|
||||
|
Reference in New Issue
Block a user