forked from Virtualmaster/redmine-oauth-provider
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from aasssddd/master
add message support for Traditional Chinese
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |