mirror of https://github.com/mastodon/mastodon
Add translations for zh-TW (Taiwan) (#1794)
parent
ec9999cdfe
commit
120a37a197
@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
zh-TW:
|
||||||
|
devise:
|
||||||
|
confirmations:
|
||||||
|
confirmed: 信箱驗證成功
|
||||||
|
send_instructions: 您將會在幾分鐘內收到驗證信。
|
||||||
|
send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將會在幾分鐘內收到信,確認您電子信箱的指示。
|
||||||
|
failure:
|
||||||
|
already_authenticated: 您已經登入了。
|
||||||
|
inactive: 您的帳號尚未啟用。
|
||||||
|
invalid: 不正確的 %{authentication_keys} 或密碼。
|
||||||
|
last_attempt: 若您再次嘗試失敗,我們將鎖定您的帳號,以策安全。
|
||||||
|
locked: 您的帳號已被鎖定
|
||||||
|
not_found_in_database: 不正確的 %{authentication_keys} 或密碼。
|
||||||
|
timeout: 您的登入階段已經逾期,請重新登入以繼續使用。
|
||||||
|
unauthenticated: 您必須先登入或註冊,以繼續使用。
|
||||||
|
unconfirmed: 您必須先完成信箱驗證,以繼續使用。
|
||||||
|
mailer:
|
||||||
|
confirmation_instructions:
|
||||||
|
subject: 'Mastodon: 信箱驗證'
|
||||||
|
password_change:
|
||||||
|
subject: 'Mastodon: 更改密碼'
|
||||||
|
reset_password_instructions:
|
||||||
|
subject: 'Mastodon: 重設密碼'
|
||||||
|
unlock_instructions:
|
||||||
|
subject: 'Mastodon: 帳號解鎖'
|
||||||
|
omniauth_callbacks:
|
||||||
|
failure: 無法以 %{kind} 登入您的帳號,原因是︰「%{reason}」。
|
||||||
|
success: 成功以 %{kind} 登入您的帳號。
|
||||||
|
passwords:
|
||||||
|
no_token: 您請使用重設密碼信中的網址,並確認您用了完整的網址。
|
||||||
|
send_instructions: 您將在幾分鐘內收到重設密碼信。
|
||||||
|
send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將會在幾分鐘內收到重設密碼信。
|
||||||
|
updated: 您的密碼已經更新,您現在正登入本站。
|
||||||
|
updated_not_active: 您的密碼已經更新。
|
||||||
|
registrations:
|
||||||
|
destroyed: 再見了!您的帳號已被取消,期待再相逢。
|
||||||
|
signed_up: 歡迎您!您的已成功註冊。
|
||||||
|
signed_up_but_inactive: 您已成功註冊,但由於您的帳號尚未啟用,我們暫時無法讓您登入。
|
||||||
|
signed_up_but_locked: 您已成功註冊,但由於您的帳號已被鎖定,我們無法讓您登入。
|
||||||
|
signed_up_but_unconfirmed: 驗證信已寄出。請使用該連結啟用您的帳號。
|
||||||
|
update_needs_confirmation: 已更新您的帳號,但我們需要進行信箱驗證。請開啟您的信箱,使用確認信中的連結進行驗證。
|
||||||
|
updated: 您的帳號已成功更新。
|
||||||
|
sessions:
|
||||||
|
already_signed_out: 成功登出。
|
||||||
|
signed_in: 成功登入。
|
||||||
|
signed_out: 成功登出。
|
||||||
|
unlocks:
|
||||||
|
send_instructions: 您將在幾分鐘內收到帳號解鎖信。
|
||||||
|
send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將在幾分鐘內收到帳號解鎖信。
|
||||||
|
unlocked: 已解鎖您的帳號,請登入以繼續。
|
||||||
|
errors:
|
||||||
|
messages:
|
||||||
|
already_confirmed: 已經確認,請嘗試登入
|
||||||
|
confirmation_period_expired: 需要在 %{period} 內完成驗證。請重新申請
|
||||||
|
expired: 已經過期,請重新申請
|
||||||
|
not_found: 找不到
|
||||||
|
not_locked: 並未被鎖定
|
||||||
|
not_saved:
|
||||||
|
one: '1 個錯誤使 %{resource} 無法被儲存︰'
|
||||||
|
other: "%{count} 個錯誤使 %{resource} 無法被儲存︰"
|
@ -0,0 +1,113 @@
|
|||||||
|
---
|
||||||
|
zh-TW:
|
||||||
|
activerecord:
|
||||||
|
attributes:
|
||||||
|
doorkeeper/application:
|
||||||
|
name: 名稱
|
||||||
|
redirect_uri: 重新導向 URI
|
||||||
|
errors:
|
||||||
|
models:
|
||||||
|
doorkeeper/application:
|
||||||
|
attributes:
|
||||||
|
redirect_uri:
|
||||||
|
fragment_present: 'URI 不可包含 "#fragment" 部份'
|
||||||
|
invalid_uri: 必需有正確的 URI.
|
||||||
|
relative_uri: 必需為絕對 URI.
|
||||||
|
secured_uri: 必需使用有 HTTPS/SSL 加密的 URI.
|
||||||
|
doorkeeper:
|
||||||
|
applications:
|
||||||
|
buttons:
|
||||||
|
authorize: 授權
|
||||||
|
cancel: 取消
|
||||||
|
destroy: 移除
|
||||||
|
edit: 編輯
|
||||||
|
submit: 送出
|
||||||
|
confirmations:
|
||||||
|
destroy: 您確定嗎?
|
||||||
|
edit:
|
||||||
|
title: 編輯應用程式
|
||||||
|
form:
|
||||||
|
error: 噢!請檢查表單錯誤訊息
|
||||||
|
help:
|
||||||
|
native_redirect_uri: 使用 %{native_redirect_uri} 作局部測試
|
||||||
|
redirect_uri: 每行輸入一個 URI
|
||||||
|
scopes: 請用半形空格分開權限範圍 (scope)。留空表示使用預設的權限範圍
|
||||||
|
index:
|
||||||
|
callback_url: 回傳網址
|
||||||
|
name: 名稱
|
||||||
|
new: 新增應用程式
|
||||||
|
title: 您的應用程式
|
||||||
|
new:
|
||||||
|
title: 新增應用程式
|
||||||
|
show:
|
||||||
|
actions: 動作
|
||||||
|
application_id: 應用程式 ID
|
||||||
|
callback_urls: 回傳網址
|
||||||
|
scopes: 權限範圍
|
||||||
|
secret: 密碼
|
||||||
|
title: '應用程式︰ %{name}'
|
||||||
|
authorizations:
|
||||||
|
buttons:
|
||||||
|
authorize: 允許
|
||||||
|
deny: 拒絕
|
||||||
|
error:
|
||||||
|
title: 發生錯誤
|
||||||
|
new:
|
||||||
|
able_to: 要求取得權限
|
||||||
|
prompt: 應用程式 %{client_name} 要求取得您帳號的部份權限
|
||||||
|
title: 需要授權
|
||||||
|
show:
|
||||||
|
title: 授權代碼
|
||||||
|
authorized_applications:
|
||||||
|
buttons:
|
||||||
|
revoke: 取消授權
|
||||||
|
confirmations:
|
||||||
|
revoke: 您確定要取消授權?
|
||||||
|
index:
|
||||||
|
application: 應用程式
|
||||||
|
created_at: 授權於
|
||||||
|
date_format: "%Y-%m-%d %H:%M:%S"
|
||||||
|
scopes: 權限範圍
|
||||||
|
title: 已獲您授權的應用程式
|
||||||
|
errors:
|
||||||
|
messages:
|
||||||
|
access_denied: 資源擁有者或授權伺服器不接受請求。
|
||||||
|
credential_flow_not_configured: 資源擁有者密碼認證程序失敗,由於 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
|
||||||
|
invalid_client: 客戶端驗證失敗,可能是未知的客戶端程式、未包含客戶端驗證、或使用了不支援的認證方法。
|
||||||
|
invalid_grant: 授權申請不正確、逾期、已被取消、與授權請求內的重新導向 URI 不符、或屬於別的客戶端程式。
|
||||||
|
invalid_redirect_uri: 不正確的重新導向網址。
|
||||||
|
invalid_request: 請求缺少必要的參數、包含不支援的參數、或其他輸入錯誤。
|
||||||
|
invalid_resource_owner: 資源擁有者的登入資訊錯誤、或無法找到該資源擁有者。
|
||||||
|
invalid_scope: 請求的權限範圍不正確、未有定義、或輸入錯誤。
|
||||||
|
invalid_token:
|
||||||
|
expired: access token 已過期
|
||||||
|
revoked: access token 已被取消
|
||||||
|
unknown: access token 不正確
|
||||||
|
resource_owner_authenticator_not_configured: 無法找到資源擁有者,由於 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
|
||||||
|
server_error: 認證伺服器發生未知錯誤。
|
||||||
|
temporarily_unavailable: 認證伺服器暫時無法使用。
|
||||||
|
unauthorized_client: 客戶端程式無權使用此方法進行請求。
|
||||||
|
unsupported_grant_type: 授權伺服器不支援這個授權類型。
|
||||||
|
unsupported_response_type: 授權伺服器不支援這個回應類型。
|
||||||
|
flash:
|
||||||
|
applications:
|
||||||
|
create:
|
||||||
|
notice: 已新增應用程式。
|
||||||
|
destroy:
|
||||||
|
notice: 已刪除應用程式。
|
||||||
|
update:
|
||||||
|
notice: 已更新應用程式。
|
||||||
|
authorized_applications:
|
||||||
|
destroy:
|
||||||
|
notice: 已取消應用程式授權。
|
||||||
|
layouts:
|
||||||
|
admin:
|
||||||
|
nav:
|
||||||
|
applications: 應用程式
|
||||||
|
oauth2_provider: OAuth2 供應者
|
||||||
|
application:
|
||||||
|
title: 需要 OAuth 授權
|
||||||
|
scopes:
|
||||||
|
follow: 關注、封鎖、解除封鎖及取消關注帳號
|
||||||
|
read: 讀取您的帳號資料
|
||||||
|
write: 以您的名義發佈文章
|
Loading…
Reference in New Issue