diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-01-30 13:57:47 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-30 13:57:47 +0800 |
commit | d078aa30d6e6f40978ea68e9ae6eee53dc028ada (patch) | |
tree | dec31fc5ed5b4bef43e8a8de847084affdf9728f /options/locale | |
parent | 7765593018cf26e9d5c9b68374b981f24993cfae (diff) | |
download | gitea-d078aa30d6e6f40978ea68e9ae6eee53dc028ada.tar.gz gitea-d078aa30d6e6f40978ea68e9ae6eee53dc028ada.zip |
feat: add search repository on dashboard. (#773)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_zh-HK.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_zh-TW.ini | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 30caaa0e83..71130403ed 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -142,6 +142,7 @@ collaborative_repos = Collaborative Repositories my_orgs = My Organizations my_mirrors = My Mirrors view_home = View %s +search_repos = Find a repository ... issues.in_your_repos = In your repositories diff --git a/options/locale/locale_zh-HK.ini b/options/locale/locale_zh-HK.ini index 0111f1fcd5..9b7179ba93 100644 --- a/options/locale/locale_zh-HK.ini +++ b/options/locale/locale_zh-HK.ini @@ -133,6 +133,7 @@ collaborative_repos=參與協作的儲存庫 my_orgs=我的組織 my_mirrors=我的鏡像 view_home=訪問 %s +search_repos = 搜尋儲存庫 ... issues.in_your_repos=屬於該用戶儲存庫的 diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index 0111f1fcd5..9b7179ba93 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -133,6 +133,7 @@ collaborative_repos=參與協作的儲存庫 my_orgs=我的組織 my_mirrors=我的鏡像 view_home=訪問 %s +search_repos = 搜尋儲存庫 ... issues.in_your_repos=屬於該用戶儲存庫的 |