mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 13:08:19 +00:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
@@ -34,6 +34,20 @@ twofa=兩步驟驗證
|
||||
twofa_scratch=兩步驟驗證備用驗證碼
|
||||
passcode=驗證碼
|
||||
|
||||
webauthn_insert_key=插入您的安全金鑰
|
||||
webauthn_sign_in=按下您安全金鑰上的按鈕。如果您的安全金鑰沒有按鈕,請重新插入。
|
||||
webauthn_press_button=請按下您安全金鑰上的按鈕…
|
||||
webauthn_use_twofa=使用來自手機的兩步驟驗證碼
|
||||
webauthn_error=無法讀取您的安全金鑰。
|
||||
webauthn_unsupported_browser=您的瀏覽器還不支援 WebAuthn。
|
||||
webauthn_error_unknown=發生未知的錯誤,請再試一次。
|
||||
webauthn_error_insecure=WebAuthn 只支援安全連線。想在 HTTP 上測試,您可以使用「localhost」或「127.0.0.1」
|
||||
webauthn_error_unable_to_process=伺服器無法執行您的請求。
|
||||
webauthn_error_duplicated=此請求不允許使用這個安全金鑰。請確保該金鑰尚未註冊。
|
||||
webauthn_error_empty=您必須命名此金鑰。
|
||||
webauthn_error_timeout=在成功讀取金鑰之前已逾時,請重新載入此頁面並重試。
|
||||
webauthn_u2f_deprecated=「%s」金鑰使用已廢棄的 U2F 流程進行驗證。您應該重新註冊此金鑰並將先前註冊的移除。
|
||||
webauthn_reload=重新載入
|
||||
|
||||
repository=儲存庫
|
||||
organization=組織
|
||||
@@ -513,6 +527,7 @@ twofa=兩步驟驗證
|
||||
account_link=已連結帳號
|
||||
organization=組織
|
||||
uid=用戶 ID
|
||||
webauthn=安全金鑰
|
||||
|
||||
public_profile=公開的個人資料
|
||||
biography_placeholder=告訴我們一些關於你的事
|
||||
@@ -733,6 +748,11 @@ passcode_invalid=無效的驗證碼,請重試。
|
||||
twofa_enrolled=您的帳戶已經啟用了兩步驟驗證。請將備用驗證碼 (%s) 保存到一個安全的地方,它只會顯示這麼一次!
|
||||
twofa_failed_get_secret=取得密鑰(Secret)失敗。
|
||||
|
||||
webauthn_desc=安全金鑰是包含加密密鑰的硬體設備,它們可以用於兩步驟驗證。安全金鑰必須支援 <a rel="noreferrer" target="_blank" href="https://w3c.github.io/webauthn/#webauthn-authenticator">WebAuthn Authenticator</a> 標準。
|
||||
webauthn_register_key=新增安全金鑰
|
||||
webauthn_nickname=暱稱
|
||||
webauthn_delete_key=移除安全金鑰
|
||||
webauthn_delete_key_desc=如果您移除安全金鑰,將不能再使用它登入。是否繼續?
|
||||
|
||||
manage_account_links=管理已連結的帳戶
|
||||
manage_account_links_desc=這些外部帳戶已連結到您的 Gitea 帳戶。
|
||||
@@ -2767,6 +2787,12 @@ monitor.queue.pool.flush.title=清除佇列
|
||||
monitor.queue.pool.flush.desc=清除將會加入一個工作者,它會在佇列為空或逾時後中止佇列。
|
||||
monitor.queue.pool.flush.submit=加入清除者
|
||||
monitor.queue.pool.flush.added=加入了清除者到 %[1]s
|
||||
monitor.queue.pool.pause.title=暫停佇列
|
||||
monitor.queue.pool.pause.desc=暫停佇列將阻止它處理資料
|
||||
monitor.queue.pool.pause.submit=暫停佇列
|
||||
monitor.queue.pool.resume.title=繼續佇列
|
||||
monitor.queue.pool.resume.desc=令此佇列繼續作業
|
||||
monitor.queue.pool.resume.submit=繼續佇列
|
||||
|
||||
monitor.queue.settings.title=集區設定
|
||||
monitor.queue.settings.desc=集區會動態成長以對應它的工作者佇列阻塞。這些變更不會影響目前的工作者群組。
|
||||
@@ -2874,7 +2900,7 @@ notifications=通知
|
||||
unread=未讀
|
||||
read=已讀
|
||||
no_unread=沒有未讀通知
|
||||
no_read=沒有通知
|
||||
no_read=沒有已讀通知
|
||||
pin=固定通知
|
||||
mark_as_read=標記為已讀
|
||||
mark_as_unread=標記為未讀
|
||||
|
Reference in New Issue
Block a user