diff options
Diffstat (limited to 'conf/locale/locale_zh-TW.ini')
-rw-r--r-- | conf/locale/locale_zh-TW.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index d9bdf66a55..6b6b65a44d 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -47,7 +47,7 @@ cancel=取消 [install] install=安裝頁面 title=首次安裝步驟 -docker_helper=如果您正在使用 Docker 容器運行 Gitea,請務必先仔細閱讀 <a target="_blank" href="%s">官方文檔</a> 後再對本頁面進行填寫。 +docker_helper=如果您正在使用 Docker 容器運行 Gitea,請務必先仔細閱讀 <a target="_blank" rel="noopener" href="%s">官方文檔</a> 後再對本頁面進行填寫。 requite_db_desc=Gitea 要求安裝 MySQL、PostgreSQL、SQLite3 或 TiDB。 db_title=數據庫設置 db_type=資料庫類型 @@ -351,7 +351,7 @@ visibility=可見度 visiblity_helper=該倉庫為 <span class="ui red text">私有的</span> visiblity_helper_forced=網站管理員已強制要求所有新建倉庫必須為 <span class="ui red text">私有的</span> visiblity_fork_helper=(修改該值將會影響到所有派生倉庫) -clone_helper=不知道如何操作?訪問 <a target="_blank"href="%s"> 帮助説明</a> ! +clone_helper=不知道如何操作?訪問 <a target="_blank" rel="noopener"href="%s"> 帮助説明</a> ! fork_repo=派生倉庫 fork_from=派生自 fork_visiblity_helper=派生倉庫無法修改可見性。 @@ -457,7 +457,7 @@ 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_changed_while_editing=File content has been changed since you started editing. <a target="_blank" rel="noopener" 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=沒有可以顯示的變更。 editor.fail_to_update_file=Failed to update/create file '%s' with error: %v @@ -690,7 +690,7 @@ settings.search_user_placeholder=搜索用戶... settings.org_not_allowed_to_be_collaborator=組織不允許被加為協同者。 settings.user_is_org_member=被操作的用戶是組織成員,因此無法添加為協作者! settings.add_webhook=添加 Web 鉤子 -settings.hooks_desc=Web 鉤子允許您設定在 Gitea 上發生指定事件時對指定 URL 發送 POST 通知。查看 <a target="_blank" href="%s">Webhooks 文檔</a> 獲取更多信息。 +settings.hooks_desc=Web 鉤子允許您設定在 Gitea 上發生指定事件時對指定 URL 發送 POST 通知。查看 <a target="_blank" rel="noopener" href="%s">Webhooks 文檔</a> 獲取更多信息。 settings.webhook_deletion=刪除 Web 鉤子 settings.webhook_deletion_desc=刪除該 Web 鉤子將會刪除與其有關的信息和推送歷史。是否繼續? settings.webhook_deletion_success=Web 鉤子刪除成功! @@ -707,7 +707,7 @@ settings.githook_edit_desc=如果鉤子未啟動,則會顯示樣例文件中 settings.githook_name=鉤子名稱 settings.githook_content=鉤子文本 settings.update_githook=更新鉤子設置 -settings.add_webhook_desc=我們會通過 <code>POST</code> 請求將訂閱事件信息發送至向指定 URL 地址。您可以設置不同的數據接收方式(JSON 或 <code>x-www-form-urlencoded</code>)。 請查閱 <a target="_blank" href="%s">Webhooks 指南</a>. +settings.add_webhook_desc=我們會通過 <code>POST</code> 請求將訂閱事件信息發送至向指定 URL 地址。您可以設置不同的數據接收方式(JSON 或 <code>x-www-form-urlencoded</code>)。 請查閱 <a target="_blank" rel="noopener" href="%s">Webhooks 指南</a>. settings.payload_url=推送地址 settings.content_type=數據格式 settings.secret=密鑰文本 |