diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-31 21:03:16 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-31 21:03:16 +0800 |
commit | 676bd764fa602048c1a81d94943f45dcb1a75c76 (patch) | |
tree | 06a39da85956e3e5b946bfa48af4a3d500b6151c /conf | |
parent | 7e36bf448db915250eb831a00b122fc1092df630 (diff) | |
download | gitea-676bd764fa602048c1a81d94943f45dcb1a75c76.tar.gz gitea-676bd764fa602048c1a81d94943f45dcb1a75c76.zip |
UI: SSH/HTTPS address switch and copy
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 6 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 3dfbdc3aad..a99eb92e7e 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -185,6 +185,7 @@ migrate_type = Migration Type migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span> migrate_repo = Migrate Repository +copy_link = Copy clone_helper = Need help cloning? Visit <a target="_blank" href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository">Help</a>! unwatch = Unwatch watch = Watch @@ -192,6 +193,11 @@ unstar = Unstar star = Star fork = Fork +quick_guide = Quick Guide +clone_this_repo = Clone this repository +create_new_repo_command = Create a new repository on the command line +push_exist_repo = Push an existing repository from the command line + settings = Settings settings.options = Options settings.collaboration = Collaboration diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index d498da9c10..21442539ab 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -185,6 +185,7 @@ migrate_type = 迁移类型 migrate_type_helper = 本仓库将是 <span class="label label-blue label-radius">镜像</span> migrate_repo = 迁移仓库 +copy_link = 复制链接 clone_helper = 不知道如何操作?访问 <a target="_blank" href="http://git-scm.com/book/zh/Git-基础-取得项目的-Git-仓库">此处</a> 查看帮助! unwatch = 取消关注 watch = 关注 @@ -192,6 +193,11 @@ unstar = 取消点赞 star = 点赞 fork = 派生 +quick_guide = 快速帮助 +clone_this_repo = 克隆当前仓库 +create_new_repo_command = 从命令行创建一个新的仓库 +push_exist_repo = 从命令行推送已经创建的仓库 + settings = 仓库设置 settings.options = 基本设置 settings.collaboration = 管理协作者 |