doorkeeper-i18n 5.2.5 → 5.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a95df6e1b3e9a2b63df9592fe7b69e7333582c371dd4ab0389febd5aa4ca4fa
4
- data.tar.gz: 1c0a02f0584b44ba0c42bd2d4491e7724384bbc63160ef50f0dbfd3c726e3a0c
3
+ metadata.gz: fb7738890ee51df465f7cac2decc01d59324bb75b02692654202749e96cee139
4
+ data.tar.gz: a18e598863ac38e0b9047191c3cb3536ff7926fc7f98cfddf873d0b1a9b694f5
5
5
  SHA512:
6
- metadata.gz: 5bae295a667ce7d0a6228398220fa193314217c6dc0b58c9e8d019189e75c10a13b9a82a7bbd1f17c9110c00159f561c53fa483d35fe2a89176ece8e15eb1a96
7
- data.tar.gz: a5db457bd1bd6be732fa18e0a3eead7fc7082e8a89860a58f707c2b2c91f94b68b201f57fbaf7c4ee875cbc063b41f03f3cf2dd2b9ab988c0d8e9124870fd0d3
6
+ metadata.gz: 0f346299f96efc8765c70323bb333f144607f7d4a7226e9df26c46731384917645a1d9db136a95723cfb42b6576e8b4952c715e53606363fc8d7435dcd319cc3
7
+ data.tar.gz: 95335c8293357974a9b7520c1fe6fe0abbf459927a6f8e5a1f4d07d698f29b3947510451d758e96924794dea2ecc1b6285ebce926ca4cf02106ab22b5201d517
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "doorkeeper-i18n"
5
- gem.version = "5.2.5"
5
+ gem.version = "5.2.6"
6
6
  gem.authors = ["Tute Costa", "Nikita Bulai"]
7
7
  gem.email = %w[bulaj.nikita@gmail.com]
8
8
  gem.homepage = "https://github.com/doorkeeper-gem/doorkeeper-i18n"
@@ -11,12 +11,12 @@ zh-TW:
11
11
  redirect_uri:
12
12
  fragment_present: 不能包含片段(#)
13
13
  invalid_uri: 必須是有效的網址
14
- unspecified_scheme: must specify a scheme.
14
+ unspecified_scheme: 必須指定 URI scheme
15
15
  relative_uri: 必須是絕對的網址
16
16
  secured_uri: 必須是有 HTTPS/SSL 的網址
17
- forbidden_uri: is forbidden by the server.
17
+ forbidden_uri: 被伺服器拒絕
18
18
  scopes:
19
- not_match_configured: doesn't match configured on the server.
19
+ not_match_configured: 與伺服器設定不符
20
20
  doorkeeper:
21
21
  applications:
22
22
  confirmations:
@@ -30,10 +30,10 @@ zh-TW:
30
30
  form:
31
31
  error: Whoops! 確認表單內可能的錯誤
32
32
  help:
33
- confidential: Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential.
33
+ confidential: 應用將被使用在 client secret 可以保持機密的地方。手機原生 app SPA 應被視為無法保持機密。
34
34
  redirect_uri: 每個網址必須只有一行
35
- blank_redirect_uri: Leave it blank if you configured your provider to use Client Credentials, Resource Owner Password Credentials or any other grant type that doesn't require redirect URI.
36
- scopes: Separate scopes with spaces. Leave blank to use the default scopes.
35
+ blank_redirect_uri: 如果你將 provider 設定為使用 Client CredentialsResource Owner Password Credentials、或其他不需要 redirect URI grant type,請將其留空。
36
+ scopes: scopes 之間要以空格分開。也可以是空的來使用 default scopes
37
37
  edit:
38
38
  title: 編輯應用
39
39
  index:
@@ -71,7 +71,7 @@ zh-TW:
71
71
  show:
72
72
  title: 授權碼
73
73
  form_post:
74
- title: Submit this form
74
+ title: 送出表單
75
75
  authorized_applications:
76
76
  confirmations:
77
77
  revoke: 確認嗎?
@@ -88,20 +88,20 @@ zh-TW:
88
88
  messages:
89
89
  invalid_request:
90
90
  unknown: 這個請求少了一個必要的參數,可能是不支援的參數值或是其他格式錯誤
91
- missing_param: 'Missing required parameter: %{value}.'
92
- request_not_authorized: Request need to be authorized. Required parameter for authorizing request is missing or invalid.
91
+ missing_param: '缺少必要的參數: %{value}.'
92
+ request_not_authorized: 請求需要被授權。可能是授權缺少必要參數、或是參數為無效數值
93
93
  invalid_redirect_uri: 這個轉向網址無效
94
94
  unauthorized_client: 這個應用並無被授權可以執行這個請求的方法
95
95
  access_denied: 擁有者或認證伺服器拒絕此需求
96
96
  invalid_scope: 請求範圍無效、未知或格式錯誤
97
- invalid_code_challenge_method: The code challenge method must be plain or S256.
97
+ invalid_code_challenge_method: code challenge method 必須是純文字或 S256
98
98
  server_error: 授權伺服器因不明原因無法完成此請求
99
99
  temporarily_unavailable: 授權伺服器超載或維護中,無法處理此項請求
100
100
  credential_flow_not_configured: 資源擁有者密碼認證流程失敗,因為 Doorkeeper.configure.resource_owner_from_credentials 並未設定
101
101
  resource_owner_authenticator_not_configured: 資源擁有者查詢失敗,因為 Doorkeeper.configure.resource_owner_authenticator 並未設定
102
- admin_authenticator_not_configured: Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.
103
- unsupported_response_type: 授權伺服器並不支援此回應
104
- unsupported_response_mode: The authorization server does not support this response mode.
102
+ admin_authenticator_not_configured: 禁止進入 admin 後台,因為 Doorkeeper.configure.admin_authenticator 並未設定.
103
+ unsupported_response_type: 不支援回應此 type.
104
+ unsupported_response_mode: 不支援回應此 mode.
105
105
  invalid_client: 由於未知、不支援或是沒有客戶端認證而失敗
106
106
  invalid_grant: 授權許可型態無效,或者轉向網址的授權許可無效、過期或已被撤銷
107
107
  unsupported_grant_type: 授權伺服器不支援此授權許可型態
@@ -110,9 +110,9 @@ zh-TW:
110
110
  expired: Access Token 已過期
111
111
  unknown: Access Token 是無效的
112
112
  revoke:
113
- unauthorized: You are not authorized to revoke this token
113
+ unauthorized: 你並沒有被授權可撤銷此 token
114
114
  forbidden_token:
115
- missing_scope: Access to this resource requires scope "%{oauth_scopes}".
115
+ missing_scope: 取用此資源必須要有 scope "%{oauth_scopes}".
116
116
  flash:
117
117
  applications:
118
118
  create:
@@ -132,4 +132,4 @@ zh-TW:
132
132
  applications: 應用
133
133
  home: Home
134
134
  application:
135
- title: OAuth 認證需求
135
+ title: OAuth 認證需求
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doorkeeper-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.5
4
+ version: 5.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tute Costa
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-26 00:00:00.000000000 Z
12
+ date: 2022-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: doorkeeper