summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-10-15 02:17:39 +0300
committerGitHub <noreply@github.com>2017-10-15 02:17:39 +0300
commitf42dbdbae59600266d03357f9693c659adc9cab3 (patch)
tree90b42df32a5f064d9055fec37c909aa83c432dcc /options
parent8863e74f2aa7150605712eb21468b6f1305289f7 (diff)
downloadgitea-f42dbdbae59600266d03357f9693c659adc9cab3.tar.gz
gitea-f42dbdbae59600266d03357f9693c659adc9cab3.zip
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
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index f39ff0fa60..9b5bd6dc51 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -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