diff options
author | Unknwon <u@gogs.io> | 2016-09-01 00:35:04 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-09-01 00:35:04 -0400 |
commit | 8ee14db51ebc92728e1edba4545c7d4ea4b21c65 (patch) | |
tree | af6f94a024e1bbe1ed59b40b50c48b9d8e8aaff4 /conf/locale/locale_zh-HK.ini | |
parent | 5d35578811f68629bfd28d28d19310d3820b8b79 (diff) | |
download | gitea-8ee14db51ebc92728e1edba4545c7d4ea4b21c65.tar.gz gitea-8ee14db51ebc92728e1edba4545c7d4ea4b21c65.zip |
Update locales
Diffstat (limited to 'conf/locale/locale_zh-HK.ini')
-rw-r--r-- | conf/locale/locale_zh-HK.ini | 61 |
1 files changed, 59 insertions, 2 deletions
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 95d33b54da..bff922f36c 100644 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -189,6 +189,13 @@ TeamName=團隊名稱 AuthName=認證名稱 AdminEmail=管理員郵箱 +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=File path +Content=Content + require_error=不能為空。 alpha_dash_error=必須為英文字母、阿拉伯數字或橫線(-_)。 alpha_dash_dot_error=必須為英文字母、阿拉伯數字、橫線(-_)或點。 @@ -363,6 +370,7 @@ mirror_prune_desc=Remove any remote-tracking references that no longer exist on mirror_interval=鏡像同步周期(小時) mirror_address=鏡像地址 mirror_address_desc=請在位址中包括必要的使用者憑據。 +mirror_last_synced=Last Synced watchers=關注者 stargazers=稱讚者 forks=派生倉庫 @@ -419,6 +427,44 @@ file_view_raw=查看原始文件 file_permalink=永久連結 file_too_large=This file is too large to be shown +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=Edit file +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Cannot edit non-text files +editor.edit_this_file=Edit this file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/<filename>' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch. +editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' + commits.commits=次代碼提交 commits.search=搜索提交歷史 commits.find=查找 @@ -444,6 +490,11 @@ issues.create=創建問題 issues.new_label=創建標籤 issues.new_label_placeholder=標籤名稱... issues.create_label=創建標籤 +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d 個開啓中 issues.close_tab=%d 個已關閉 issues.filter_label=標籤篩選 @@ -485,8 +536,7 @@ issues.commit_ref_at=`在代碼提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中 issues.poster=發佈者 issues.collaborator=協同者 issues.owner=所有者 -issues.sign_up_for_free=免費註冊 -issues.sign_in_require_desc=及加入到對話當中。如果您已經註冊,可以直接 <a href="%s">登錄及評論</a> +issues.sign_in_require_desc=<a href="%s">Sign in</a> to join this conversation. issues.edit=編輯 issues.cancel=取消 issues.save=保存 @@ -501,6 +551,8 @@ issues.label_deletion=刪除標籤 issues.label_deletion_desc=刪除該標籤將會移除所有問題中相關的訊息。是否繼續? issues.label_deletion_success=標籤刪除成功! issues.num_participants=%d 參與者 +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=創建合併請求 pulls.compare_changes=對比文件變化 @@ -580,6 +632,9 @@ settings.collaboration.undefined=Undefined settings.hooks=管理 Web 鉤子 settings.githooks=管理 Git 鉤子 settings.basic_settings=基本設置 +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=官方網站 settings.update_settings=更新倉庫設置 settings.change_reponame_prompt=該操作將會影響到所有與該倉庫有關的鏈接 @@ -665,6 +720,8 @@ settings.event_send_everything=推送 <strong>所有</strong> 事件 settings.event_choose=讓我選擇我的需要 settings.event_create=創建 settings.event_create_desc=創建分支或標籤 +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=推送 settings.event_push_desc=Git 倉庫推送 settings.active=是否激活 |