mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Improve grammar (#1775)
This commit is contained in:
parent
bdc90aeaee
commit
de39d09caa
|
@ -505,7 +505,7 @@ push_exist_repo = Pushing an existing repository from the command line
|
||||||
bare_message = This repository does not contain any content.
|
bare_message = This repository does not contain any content.
|
||||||
|
|
||||||
code = Code
|
code = Code
|
||||||
code.desc = Code is your program source
|
code.desc = Code is where the code is stored
|
||||||
branch = Branch
|
branch = Branch
|
||||||
tree = Tree
|
tree = Tree
|
||||||
filter_branch_and_tag = Filter branch or tag
|
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.upload_files_to_dir = Upload files to '%s'
|
||||||
editor.cannot_commit_to_protected_branch = Can not commit to protected branch '%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.commits = Commits
|
||||||
commits.search = Search commits
|
commits.search = Search commits
|
||||||
commits.find = Search
|
commits.find = Search
|
||||||
|
@ -578,9 +578,9 @@ commits.older = Older
|
||||||
commits.newer = Newer
|
commits.newer = Newer
|
||||||
|
|
||||||
ext_issues = Ext Issues
|
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 = New Issue
|
||||||
issues.new.labels = Labels
|
issues.new.labels = Labels
|
||||||
issues.new.no_label = No Label
|
issues.new.no_label = No Label
|
||||||
|
@ -747,7 +747,7 @@ ext_wiki.desc = Ext Wiki links to an external wiki system
|
||||||
wiki = Wiki
|
wiki = Wiki
|
||||||
wiki.welcome = Welcome to the project wiki
|
wiki.welcome = Welcome to the project wiki
|
||||||
wiki.welcome_desc = A wiki allows you and your collaborators to easily document your project.
|
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.create_first_page = Create the first page
|
||||||
wiki.page = Page
|
wiki.page = Page
|
||||||
wiki.filter_page = Filter page
|
wiki.filter_page = Filter page
|
||||||
|
@ -764,7 +764,7 @@ wiki.pages = Pages
|
||||||
wiki.last_updated = Last updated %s
|
wiki.last_updated = Last updated %s
|
||||||
|
|
||||||
settings = Settings
|
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.options = Options
|
||||||
settings.collaboration = Collaboration
|
settings.collaboration = Collaboration
|
||||||
settings.collaboration.admin = Admin
|
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.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
|
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.releases = Releases
|
||||||
release.new_release = New Release
|
release.new_release = New Release
|
||||||
release.draft = Draft
|
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_name_helper = You will use this name to mention this team in conversations.
|
||||||
team_desc_helper = What is this team for?
|
team_desc_helper = What is this team for?
|
||||||
team_permission_desc = What permissions should this team have?
|
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_reserved = Organization name '%s' is reserved.
|
||||||
form.name_pattern_not_allowed = Organization name pattern '%s' is not allowed.
|
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"
|
error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer account"
|
||||||
|
|
||||||
[units]
|
[units]
|
||||||
error.no_unit_allowed_repo = Cannot find any unit allowed on this repository
|
error.no_unit_allowed_repo = Cannot find any unit on this repository which you are allowed to access
|
||||||
error.unit_not_allowed = You have not allowed to visit this repository unit
|
error.unit_not_allowed = You are not allowed to visit this repository unit
|
||||||
|
|
Loading…
Reference in a new issue