Skip to content

Commit

Permalink
add message support for Traditional Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
aasssddd committed Jan 20, 2015
1 parent 1af76d6 commit 47c1596
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/locales/zh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# English strings go here for Rails i18n
en:
oauth_allow: "允許"
oauth_deny: "拒絕"
oauth_authorize_tilte: 帳號存取驗證
oauth_authorize_comment: 您是否同意下列應用程式存取您的帳號?
oauth_deny_message: 您已拒絕此要求
oauth_client_applications: Oauth客戶端應用程式
oauth_main_application_url: 應用程式URL
oauth_callback_url: Callback URL
oauth_support_url: Support URL
oauth_edit_application: 編輯
oauth_register_application: 註冊新應用程式
oauth_detail: %{name}詳細內容
oauth_consumer_key: Consumer Key
oauth_consumer_secret: Consumer Secret
oauth_request_token_url: Request Token URL
oauth_access_token_url: Access Token URL
oauth_authorize_url: Authorize URL

0 comments on commit 47c1596

Please sign in to comment.