diff options
author | Unknwon <u@gogs.io> | 2015-11-16 10:14:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-16 10:14:12 -0500 |
commit | 134d8e7681d098b8b37d4ee47cea0e03d643965d (patch) | |
tree | bd14c2318fce4b282687d41e77fba3b268bd4bc1 /conf | |
parent | c9b65f0fdcaebb23cc6071e86881f623e6b6a3e7 (diff) | |
download | gitea-134d8e7681d098b8b37d4ee47cea0e03d643965d.tar.gz gitea-134d8e7681d098b8b37d4ee47cea0e03d643965d.zip |
work on #1961
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 04e01457bd..341f1adda6 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -480,6 +480,7 @@ issues.label_deletion = Label Deletion issues.label_deletion_desc = Delete this label will remove its information in all related issues. Do you want to continue? issues.label_deletion_success = Label has been deleted successfully! +pulls.new = New Pull Request pulls.compare_changes = Compare Changes pulls.compare_changes_desc = Compare two branches and make a pull request for changes. pulls.compare_base = base @@ -639,6 +640,9 @@ release.target = Target release.tag_helper = Choose an existing tag, or create a new tag on publish. release.title = Title release.content = Content +release.write = Write +release.preview = Preview +release.loading = Loading... release.prerelease_desc = This is a pre-release release.prerelease_helper = We’ll point out that this release is not production-ready. release.cancel = Cancel |