diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-22 14:47:47 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-22 14:47:47 -0400 |
commit | 063aacd436da24c2616d68a838959300978afaa5 (patch) | |
tree | e2f08f0371b88cc63bc5b226c632bcdaf9378b62 /conf | |
parent | 196efecaaabca797832e62287732a77f02b6b594 (diff) | |
download | gitea-063aacd436da24c2616d68a838959300978afaa5.tar.gz gitea-063aacd436da24c2616d68a838959300978afaa5.zip |
UI: Use tooltip not alert when copy clone URL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 50422bd25c..436b94df83 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -235,6 +235,8 @@ migrate_type_helper = This repository will be a <span class="label label-blue la migrate_repo = Migrate Repository copy_link = Copy +click_to_copy = Copy to clipboard +copied = Copied OK 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 diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index f26d46fcd5..da35985b80 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -235,6 +235,8 @@ migrate_type_helper = 本仓库将是 <span class="label label-blue label-radius migrate_repo = 迁移仓库 copy_link = 复制链接 +click_to_copy = 复制到剪切板 +copied = 复制成功 clone_helper = 不知道如何操作?访问 <a target="_blank" href="http://git-scm.com/book/zh/Git-基础-取得项目的-Git-仓库">此处</a> 查看帮助! unwatch = 取消关注 watch = 关注 |