Skip to content

Commit

Permalink
Merge pull request #2 from aasssddd/master
Browse files Browse the repository at this point in the history
add message support for Traditional Chinese
  • Loading branch information
suer committed Jan 31, 2015
2 parents 044fcac + 47c1596 commit cf44b9d
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 cf44b9d

Please sign in to comment.