diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-18 19:05:33 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-18 19:05:33 -0500 |
commit | 2d8c414f8c44e20619d6680b96044424ef6ebb2a (patch) | |
tree | d9aa9233ab9f73f615dc9e683096a056dfd034bf /conf/locale/locale_zh-HK.ini | |
parent | ce8d4cc80ba908022f0bbaf796b9025cfb68956e (diff) | |
download | gitea-2d8c414f8c44e20619d6680b96044424ef6ebb2a.tar.gz gitea-2d8c414f8c44e20619d6680b96044424ef6ebb2a.zip |
Fix #635
Diffstat (limited to 'conf/locale/locale_zh-HK.ini')
-rwxr-xr-x | conf/locale/locale_zh-HK.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 25974e7d00..0435e7d9e2 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -462,7 +462,11 @@ dashboard.operation_name=操作名稱 dashboard.operation_switch=開關
dashboard.operation_run=執行
dashboard.clean_unbind_oauth=清理未綁定社交帳號
+dashboard.clean_unbind_oauth_success=所有未綁定社交數據清除成功!
dashboard.delete_inactivate_accounts=刪除所有未激活帳戶
+dashboard.delete_inactivate_accounts_success=所有未激活帳號清除成功!
+dashboard.delete_repo_archives=刪除所有倉庫存檔
+dashboard.delete_repo_archives_success=所有倉庫存檔清除成功!
dashboard.server_uptime=服務執行時間
dashboard.current_goroutine=當前 Goroutines 數量
dashboard.current_memory_usage=當前內存使用量
|