diff options
author | Unknwon <u@gogs.io> | 2016-03-05 21:13:04 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-05 21:13:04 -0500 |
commit | c18f67ac6a5dd4baf21c1f90b11c665e16b9c076 (patch) | |
tree | e60df6156d86e76f234f70027ae6708088210d1f /conf/locale/locale_zh-HK.ini | |
parent | a5b0400be7c8868b685403e0718bdd66149c3e84 (diff) | |
download | gitea-c18f67ac6a5dd4baf21c1f90b11c665e16b9c076.tar.gz gitea-c18f67ac6a5dd4baf21c1f90b11c665e16b9c076.zip |
Add Finnish support
Diffstat (limited to 'conf/locale/locale_zh-HK.ini')
-rwxr-xr-x | conf/locale/locale_zh-HK.ini | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 98ef79f483..729fd2c211 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -221,8 +221,6 @@ still_own_repo=您的帳戶仍然是某些倉庫的擁有者,您必須先轉 still_has_org=您的帳戶仍舊是某些組織的成員,您必須先離開或刪除組織。 org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除組織操作! -still_own_user=該授權認證依舊被部分用戶使用,請先刪除該部分用戶後再試! - target_branch_not_exist=目標分支不存在 [user] @@ -264,11 +262,10 @@ continue=繼續操作 cancel=取消操作 enable_custom_avatar=啟動自定義頭像 -enable_custom_avatar_helper=激活該選項來禁止從 Gravatar 獲取頭像 choose_new_avatar=選擇新的頭像 update_avatar=更新頭像設置 +delete_current_avatar=Delete Current Avatar uploaded_avatar_not_a_image=上傳的文件不是一張圖片! -no_custom_avatar_available=沒有任何自定義頭像,無法激活該選項。 update_avatar_success=您的頭像設置更新成功! change_password=修改密碼 @@ -479,7 +476,7 @@ issues.closed_at=`於 <a id="%[1]s" href="#%[1]s">%[2]s</a> 關閉` issues.reopened_at=`於 <a id="%[1]s" href="#%[1]s">%[2]s</a> 重新開啟` issues.commit_ref_at=`在代碼提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中引用了該問題` issues.poster=發佈者 -issues.admin=管理員 +issues.collaborator=Collaborator issues.owner=所有者 issues.sign_up_for_free=免費註冊 issues.sign_in_require_desc=及加入到對話當中。如果您已經註冊,可以直接 <a href="%s">登錄及評論</a> @@ -616,6 +613,9 @@ settings.transfer_succeed=倉庫所有權轉移成功! settings.confirm_delete=確認刪除倉庫 settings.add_collaborator=增加新的協作者 settings.add_collaborator_success=成功添加新的協作者! +settings.delete_collaborator=Delete +settings.collaborator_deletion=Collaborator Deletion +settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue? settings.remove_collaborator_success=被操作的協作者已經被收回權限! settings.search_user_placeholder=搜索用戶... settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator. @@ -950,6 +950,7 @@ auths.update=更新認證設置 auths.delete=刪除該認證 auths.delete_auth_title=刪除認證操作 auths.delete_auth_desc=該認證將被刪除。是否繼續? +auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first. auths.deletion_success=認證源刪除成功! config.server_config=服務器配置 @@ -1065,6 +1066,8 @@ create_issue=`創建了問題 <a href="%s/issues/%s">%s#%[2]s</a>` close_issue=`closed issue <a href="%s/issues/%s">%s#%[2]s</a>` reopen_issue=`reopened issue <a href="%s/issues/%s">%s#%[2]s</a>` create_pull_request=`創建了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` +close_pull_request=`closed pull request <a href="%s/pulls/%s">%s#%[2]s</a>` +reopen_pull_request=`reopened pull request <a href="%s/pulls/%s">%s#%[2]s</a>` comment_issue=`評論了問題 <a href="%s/issues/%s">%s#%[2]s</a>` merge_pull_request=`合併了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` transfer_repo=將儲存庫 <code>%s</code> 轉移至 <a href="%s">%s</a> |