summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick G <geek1011@outlook.com>2017-05-23 04:01:27 -0400
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-05-23 16:01:27 +0800
commitde39d09caa2469729af5ad4cf225ab4e52aa6203 (patch)
tree8e9b6f5d3819f28c74ad3fb3f576a09357bd4a90
parentbdc90aeaee6e03c84d8ae02593f5d3f63a495a25 (diff)
downloadgitea-de39d09caa2469729af5ad4cf225ab4e52aa6203.tar.gz
gitea-de39d09caa2469729af5ad4cf225ab4e52aa6203.zip
Improve grammar (#1775)
-rw-r--r--options/locale/locale_en-US.ini20
1 files changed, 10 insertions, 10 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 75f02a6268..62701595ba 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -505,7 +505,7 @@ push_exist_repo = Pushing an existing repository from the command line
bare_message = This repository does not contain any content.
code = Code
-code.desc = Code is your program source
+code.desc = Code is where the code is stored
branch = Branch
tree = Tree
filter_branch_and_tag = Filter branch or tag
@@ -566,7 +566,7 @@ editor.unable_to_upload_files = Failed to upload files to '%s' with error: %v
editor.upload_files_to_dir = Upload files to '%s'
editor.cannot_commit_to_protected_branch = Can not commit to protected branch '%s'.
-commits.desc = Commits show the history submited
+commits.desc = Commits show the change history of the code
commits.commits = Commits
commits.search = Search commits
commits.find = Search
@@ -578,9 +578,9 @@ commits.older = Older
commits.newer = Newer
ext_issues = Ext Issues
-ext_issues.desc = Ext Issues link to an external issues management
+ext_issues.desc = Ext Issues link to an external issue management page
-issues.desc = Issues management your tasks for this repository
+issues.desc = Issues is the place to manage tasks and bugs
issues.new = New Issue
issues.new.labels = Labels
issues.new.no_label = No Label
@@ -747,7 +747,7 @@ ext_wiki.desc = Ext Wiki links to an external wiki system
wiki = Wiki
wiki.welcome = Welcome to the project wiki
wiki.welcome_desc = A wiki allows you and your collaborators to easily document your project.
-wiki.desc = Wiki is a collection of your documents
+wiki.desc = Wiki is a place to store documentation
wiki.create_first_page = Create the first page
wiki.page = Page
wiki.filter_page = Filter page
@@ -764,7 +764,7 @@ wiki.pages = Pages
wiki.last_updated = Last updated %s
settings = Settings
-settings.desc = Settings management your settings for repository
+settings.desc = Settings is where you can manage the settings for the repository
settings.options = Options
settings.collaboration = Collaboration
settings.collaboration.admin = Admin
@@ -922,7 +922,7 @@ diff.view_file = View File
diff.file_suppressed = File diff suppressed because it is too large
diff.too_many_files = Some files were not shown because too many files changed in this diff
-releases.desc = Releases manage your milestone versions
+releases.desc = Releases is the place to manage versions of your project
release.releases = Releases
release.new_release = New Release
release.draft = Draft
@@ -981,7 +981,7 @@ team_desc = Description
team_name_helper = You will use this name to mention this team in conversations.
team_desc_helper = What is this team for?
team_permission_desc = What permissions should this team have?
-team_unit_desc = Which units should this team have?
+team_unit_desc = Which units should this team have access to?
form.name_reserved = Organization name '%s' is reserved.
form.name_pattern_not_allowed = Organization name pattern '%s' is not allowed.
@@ -1423,5 +1423,5 @@ error.not_signed_commit = "Not a signed commit"
error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer account"
[units]
-error.no_unit_allowed_repo = Cannot find any unit allowed on this repository
-error.unit_not_allowed = You have not allowed to visit this repository unit \ No newline at end of file
+error.no_unit_allowed_repo = Cannot find any unit on this repository which you are allowed to access
+error.unit_not_allowed = You are not allowed to visit this repository unit