doorkeeper-i18n 5.2.5 → 5.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/doorkeeper-i18n.gemspec +1 -1
- data/rails/locales/de.yml +55 -55
- data/rails/locales/vi.yml +135 -0
- data/rails/locales/zh-TW.yml +16 -16
- data/spec/locale_loading_spec.rb +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a915bb46224e4ebd92791c567b8a79c984cdf469db684af33a03eb31b74c462
|
4
|
+
data.tar.gz: 4ea67795cdd4baba6126ce6636fc966edc1b0927a1f5a83c30d479c1c7a088f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 918dbbf7f0f444d6ac9ea42fc772c58a9af3a8bb5914a017708cc489ce7a56cd7ba4c012cf72ea300c6a44e6459a4654846ca8434807187f63e059aa95608db2
|
7
|
+
data.tar.gz: 6a53ca43296e7976b4c61acd5f4de66f04856894a735b8d38dc3f908b7dc2d96e7231399f2552626127a3638f2304120922d549aadce45db9c85a272b0ff8292
|
data/README.md
CHANGED
data/doorkeeper-i18n.gemspec
CHANGED
@@ -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
|
+
gem.version = "5.2.7"
|
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"
|
data/rails/locales/de.yml
CHANGED
@@ -3,20 +3,20 @@ de:
|
|
3
3
|
attributes:
|
4
4
|
doorkeeper/application:
|
5
5
|
name: Name
|
6
|
-
redirect_uri:
|
6
|
+
redirect_uri: Weiterleitungs-URI
|
7
7
|
errors:
|
8
8
|
models:
|
9
9
|
doorkeeper/application:
|
10
10
|
attributes:
|
11
11
|
redirect_uri:
|
12
12
|
fragment_present: darf kein Fragment enthalten.
|
13
|
-
invalid_uri: muss
|
13
|
+
invalid_uri: muss eine gültige URI sein.
|
14
14
|
unspecified_scheme: muss ein Schema angeben.
|
15
|
-
relative_uri: muss
|
16
|
-
secured_uri: muss
|
17
|
-
forbidden_uri: ist vom
|
15
|
+
relative_uri: muss eine absolute URI sein.
|
16
|
+
secured_uri: muss eine HTTPS/SSL URI sein.
|
17
|
+
forbidden_uri: ist vom Server verboten.
|
18
18
|
scopes:
|
19
|
-
not_match_configured: stimmen nicht mit
|
19
|
+
not_match_configured: stimmen nicht mit den serverseitig hinterlegten Werten überein.
|
20
20
|
doorkeeper:
|
21
21
|
applications:
|
22
22
|
confirmations:
|
@@ -24,23 +24,23 @@ de:
|
|
24
24
|
buttons:
|
25
25
|
edit: Bearbeiten
|
26
26
|
destroy: Löschen
|
27
|
-
submit:
|
27
|
+
submit: Absenden
|
28
28
|
cancel: Abbrechen
|
29
29
|
authorize: Autorisieren
|
30
30
|
form:
|
31
|
-
error:
|
31
|
+
error: Oops! Bitte überprüfe das Formular auf Fehler.
|
32
32
|
help:
|
33
|
-
confidential:
|
34
|
-
redirect_uri:
|
35
|
-
blank_redirect_uri:
|
36
|
-
scopes:
|
33
|
+
confidential: Die Anwendung wird in einem Umfeld genutzt, in dem das Client-Geheimnis vertraulich bleibt. Native Mobile-Apps und Single Page Apps gelten als nicht vertraulich.
|
34
|
+
redirect_uri: Eine Zeile pro URI verwenden.
|
35
|
+
blank_redirect_uri: Frei lassen, wenn Ihr Provider für Client Credentials, Resource Owner Password Credentials oder andere Grant-Typen konfiguriert ist, die keine Weiterleitungs-URI benötigen.
|
36
|
+
scopes: Scopes mit Leerzeichen trennen. Für Standardwerte frei lassen.
|
37
37
|
edit:
|
38
38
|
title: Applikation bearbeiten
|
39
39
|
index:
|
40
40
|
title: Deine Applikationen
|
41
41
|
new: Neue Applikation
|
42
42
|
name: Name
|
43
|
-
callback_url: Callback
|
43
|
+
callback_url: Callback-URL
|
44
44
|
confidential: Vertraulich?
|
45
45
|
actions: Aktionen
|
46
46
|
confidentiality:
|
@@ -51,85 +51,85 @@ de:
|
|
51
51
|
show:
|
52
52
|
title: 'Applikation: %{name}'
|
53
53
|
application_id: Applikations-ID
|
54
|
-
secret:
|
55
|
-
secret_hashed:
|
54
|
+
secret: Geheimnis
|
55
|
+
secret_hashed: Geheimnis verschlüsselt
|
56
56
|
scopes: Scopes
|
57
57
|
confidential: Vertraulich
|
58
|
-
callback_urls: Callback
|
58
|
+
callback_urls: Callback-URLs
|
59
59
|
actions: Aktionen
|
60
|
-
not_defined:
|
60
|
+
not_defined: Nicht definiert
|
61
61
|
authorizations:
|
62
62
|
buttons:
|
63
63
|
authorize: Autorisieren
|
64
|
-
deny:
|
64
|
+
deny: Ablehnen
|
65
65
|
error:
|
66
66
|
title: Ein Fehler ist aufgetreten
|
67
67
|
new:
|
68
68
|
title: Autorisierung erforderlich
|
69
|
-
prompt: Soll %{client_name}
|
70
|
-
able_to: Diese Anwendung
|
69
|
+
prompt: Soll %{client_name} zur Nutzung dieses Kontos autorisiert werden?
|
70
|
+
able_to: 'Diese Anwendung erhält folgende Berechtigungen:'
|
71
71
|
show:
|
72
72
|
title: Autorisierungscode
|
73
73
|
form_post:
|
74
|
-
title:
|
74
|
+
title: Dieses Formular absenden
|
75
75
|
authorized_applications:
|
76
76
|
confirmations:
|
77
77
|
revoke: Bist du sicher?
|
78
78
|
buttons:
|
79
|
-
revoke:
|
79
|
+
revoke: Widerrufen
|
80
80
|
index:
|
81
81
|
title: Deine autorisierten Applikationen
|
82
82
|
application: Applikation
|
83
|
-
created_at:
|
84
|
-
date_format:
|
83
|
+
created_at: Erstellt am
|
84
|
+
date_format: '%Y-%m-%d %H:%M:%S'
|
85
85
|
pre_authorization:
|
86
|
-
status:
|
86
|
+
status: Vorab-Autorisierung
|
87
87
|
errors:
|
88
88
|
messages:
|
89
89
|
invalid_request:
|
90
|
-
unknown: Die Anfrage enthält
|
91
|
-
missing_param: '
|
92
|
-
request_not_authorized:
|
93
|
-
invalid_redirect_uri: Der
|
94
|
-
unauthorized_client: Der Client ist nicht
|
95
|
-
access_denied: Der
|
96
|
-
invalid_scope: Der angeforderte Scope ist
|
97
|
-
invalid_code_challenge_method:
|
98
|
-
server_error: Der
|
99
|
-
temporarily_unavailable: Der
|
100
|
-
credential_flow_not_configured: '
|
101
|
-
resource_owner_authenticator_not_configured: '
|
102
|
-
admin_authenticator_not_configured:
|
103
|
-
unsupported_response_type: Der
|
104
|
-
unsupported_response_mode:
|
105
|
-
invalid_client: 'Client-
|
106
|
-
invalid_grant: Die bereitgestellte Autorisierung ist
|
107
|
-
unsupported_grant_type: Der
|
90
|
+
unknown: Die Anfrage enthält nicht unterstützte Parameter, es fehlen Parameter oder sie ist anderweitig fehlerhaft.
|
91
|
+
missing_param: 'Fehlender erforderlicher Parameter: %{value}.'
|
92
|
+
request_not_authorized: Die Anfrage muss autorisiert sein. Erforderlicher Parameter zur Autorisierung fehlt oder ist ungültig.
|
93
|
+
invalid_redirect_uri: Der Weiterleitungs-URI in der Anfrage ist ungültig.
|
94
|
+
unauthorized_client: Der Client ist nicht berechtigt, diese Anfrage mit dieser Methode auszuführen.
|
95
|
+
access_denied: Der Ressourcenbesitzer oder der Autorisierungsserver hat die Anfrage abgelehnt.
|
96
|
+
invalid_scope: Der angeforderte Scope ist ungültig, unbekannt oder fehlerhaft.
|
97
|
+
invalid_code_challenge_method: Die Code-Herausforderungsmethode muss 'plain' oder 'S256' sein.
|
98
|
+
server_error: Der Autorisierungsserver hat ein unerwartetes Problem festgestellt und konnte die Anfrage nicht bearbeiten.
|
99
|
+
temporarily_unavailable: Der Autorisierungsserver kann die Anfrage aufgrund temporärer Überlastung oder Wartungsarbeiten momentan nicht bearbeiten.
|
100
|
+
credential_flow_not_configured: 'Der Vorgang "Resource Owner Password Credentials" ist fehlgeschlagen: Doorkeeper.configure.resource_owner_from_credentials ist nicht konfiguriert.'
|
101
|
+
resource_owner_authenticator_not_configured: 'Der Vorgang "Resource Owner Finden" ist fehlgeschlagen: Doorkeeper.configure.resource_owner_authenticator ist nicht konfiguriert.'
|
102
|
+
admin_authenticator_not_configured: Der Zugriff auf das Admin-Panel ist verboten, da Doorkeeper.configure.admin_authenticator nicht konfiguriert ist.
|
103
|
+
unsupported_response_type: Der Autorisierungsserver unterstützt diesen Antworttyp nicht.
|
104
|
+
unsupported_response_mode: Der Autorisierungsserver unterstützt diesen Antwortmodus nicht.
|
105
|
+
invalid_client: 'Client-Authentifizierung ist fehlgeschlagen: Unbekannter Client, keine Authentifizierung bereitgestellt oder Authentifizierungsmethode nicht unterstützt.'
|
106
|
+
invalid_grant: Die bereitgestellte Autorisierung ist ungültig, abgelaufen, widerrufen, mit einem anderen Client verknüpft oder der Weiterleitungs-URI stimmt nicht mit der Autorisierungsanfrage überein.
|
107
|
+
unsupported_grant_type: Der Autorisierungsserver unterstützt diesen Gewährungstyp nicht.
|
108
108
|
invalid_token:
|
109
|
-
revoked:
|
110
|
-
expired:
|
111
|
-
unknown:
|
109
|
+
revoked: Das Zugriffstoken wurde widerrufen.
|
110
|
+
expired: Das Zugriffstoken ist abgelaufen.
|
111
|
+
unknown: Das Zugriffstoken ist ungültig oder nicht korrekt.
|
112
112
|
revoke:
|
113
|
-
unauthorized: Sie sind nicht berechtigt, dieses Token zu widerrufen
|
113
|
+
unauthorized: Sie sind nicht berechtigt, dieses Token zu widerrufen.
|
114
114
|
forbidden_token:
|
115
|
-
missing_scope: Der
|
115
|
+
missing_scope: Der Zugriff auf diese Ressource erfordert den Scope "%{oauth_scopes}".
|
116
116
|
flash:
|
117
117
|
applications:
|
118
118
|
create:
|
119
|
-
notice: Applikation erstellt.
|
119
|
+
notice: Applikation wurde erstellt.
|
120
120
|
destroy:
|
121
|
-
notice: Applikation gelöscht.
|
121
|
+
notice: Applikation wurde gelöscht.
|
122
122
|
update:
|
123
|
-
notice: Applikation
|
123
|
+
notice: Applikation wurde aktualisiert.
|
124
124
|
authorized_applications:
|
125
125
|
destroy:
|
126
|
-
notice: Applikation widerrufen.
|
126
|
+
notice: Berechtigung für die Applikation wurde widerrufen.
|
127
127
|
layouts:
|
128
128
|
admin:
|
129
129
|
title: Doorkeeper
|
130
130
|
nav:
|
131
|
-
oauth2_provider: OAuth2
|
131
|
+
oauth2_provider: OAuth2 Anbieter
|
132
132
|
applications: Applikationen
|
133
|
-
home:
|
133
|
+
home: Startseite
|
134
134
|
application:
|
135
|
-
title: OAuth Autorisierung
|
135
|
+
title: OAuth Autorisierung benötigt
|
@@ -0,0 +1,135 @@
|
|
1
|
+
vi:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
doorkeeper/application:
|
5
|
+
name: 'Tên'
|
6
|
+
redirect_uri: 'URI chuyển hướng'
|
7
|
+
errors:
|
8
|
+
models:
|
9
|
+
doorkeeper/application:
|
10
|
+
attributes:
|
11
|
+
redirect_uri:
|
12
|
+
fragment_present: 'không thể chứa phân mảnh.'
|
13
|
+
invalid_uri: 'phải là một URI hợp lệ.'
|
14
|
+
unspecified_scheme: 'phải chỉ định một scheme.'
|
15
|
+
relative_uri: 'phải là một URI tuyệt đối.'
|
16
|
+
secured_uri: 'phải là một URI HTTPS/SSL.'
|
17
|
+
forbidden_uri: 'bị chặn bởi máy chủ.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "không khớp với cấu hình trên máy chủ."
|
20
|
+
doorkeeper:
|
21
|
+
applications:
|
22
|
+
confirmations:
|
23
|
+
destroy: 'Bạn có chắc không?'
|
24
|
+
buttons:
|
25
|
+
edit: 'Sửa'
|
26
|
+
destroy: 'Xóa'
|
27
|
+
submit: 'Gửi'
|
28
|
+
cancel: 'Hủy'
|
29
|
+
authorize: 'Ủy quyền'
|
30
|
+
form:
|
31
|
+
error: 'Rất tiếc! Kiểm tra form của bạn để tìm lỗi có thể có.'
|
32
|
+
help:
|
33
|
+
confidential: 'Ứng dụng sẽ được sử dụng ở nơi mà client secret có thể được giữ kín. Ứng dụng di động và SPA (Single Page Application) đều được coi là không bí mật.'
|
34
|
+
redirect_uri: 'Sử dụng một dòng cho mỗi URI'
|
35
|
+
blank_redirect_uri: "Để trống nếu bạn đã cấu hình provider để sử dụng Client Credentials, Resource Owner Password Credentials hoặc bất kỳ loại cấp phép nào khác không yêu cầu URI chuyển hướng."
|
36
|
+
scopes: 'Phân cách scope bằng dấu cách. Để trống để sử dụng các scope mặc định.'
|
37
|
+
edit:
|
38
|
+
title: 'Chỉnh sửa ứng dụng'
|
39
|
+
index:
|
40
|
+
title: 'Ứng dụng của bạn'
|
41
|
+
new: 'Ứng dụng mới'
|
42
|
+
name: 'Tên'
|
43
|
+
callback_url: 'Callback URL'
|
44
|
+
confidential: 'Bí mật?'
|
45
|
+
actions: 'Hành động'
|
46
|
+
confidentiality:
|
47
|
+
'yes': 'Có'
|
48
|
+
'no': 'Không'
|
49
|
+
new:
|
50
|
+
title: 'Ứng dụng mới'
|
51
|
+
show:
|
52
|
+
title: 'Ứng dụng: %{name}'
|
53
|
+
application_id: 'UID'
|
54
|
+
secret: 'Secret'
|
55
|
+
secret_hashed: 'Secret mã hóa'
|
56
|
+
scopes: 'Scopes'
|
57
|
+
confidential: 'Bí mật'
|
58
|
+
callback_urls: 'Callback URL'
|
59
|
+
actions: 'Hành động'
|
60
|
+
not_defined: 'Chưa xác định'
|
61
|
+
authorizations:
|
62
|
+
buttons:
|
63
|
+
authorize: 'Ủy quyền'
|
64
|
+
deny: 'Từ chối'
|
65
|
+
error:
|
66
|
+
title: 'Có lỗi xảy ra'
|
67
|
+
new:
|
68
|
+
title: 'Cần ủy quyền'
|
69
|
+
prompt: 'Ủy quyền %{client_name} sử dụng tài khoản của bạn?'
|
70
|
+
able_to: 'Ứng dụng này sẽ có thể'
|
71
|
+
show:
|
72
|
+
title: 'Mã ủy quyền'
|
73
|
+
form_post:
|
74
|
+
title: 'Gửi form này'
|
75
|
+
authorized_applications:
|
76
|
+
confirmations:
|
77
|
+
revoke: 'Bạn có chắc không?'
|
78
|
+
buttons:
|
79
|
+
revoke: 'Thu hồi'
|
80
|
+
index:
|
81
|
+
title: 'Ứng dụng được ủy quyền'
|
82
|
+
application: 'Ứng dụng'
|
83
|
+
created_at: 'Ngày tạo'
|
84
|
+
date_format: '%Y-%m-%d %H:%M:%S'
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Ủy quyền trước'
|
87
|
+
errors:
|
88
|
+
messages:
|
89
|
+
invalid_request:
|
90
|
+
unknown: 'Yêu cầu thiếu một tham số cần thiết, bao gồm một giá trị tham số không được hỗ trợ, hoặc bị sai lệch.'
|
91
|
+
missing_param: 'Thiếu tham số cần thiết: %{value}.'
|
92
|
+
request_not_authorized: 'Yêu cầu cần được ủy quyền. Tham số cần thiết để ủy quyền yêu cầu bị thiếu hoặc không hợp lệ.'
|
93
|
+
invalid_redirect_uri: "URI chuyển hướng được yêu cầu bị sai lệch hoặc không khớp với URI chuyển hướng của client."
|
94
|
+
unauthorized_client: 'Client không được ủy quyền để thực hiện yêu cầu này bằng phương pháp này.'
|
95
|
+
access_denied: 'Chủ sở hữu tài nguyên hoặc máy chủ ủy quyền đã từ chối yêu cầu.'
|
96
|
+
invalid_scope: 'Phạm vi yêu cầu không hợp lệ, không xác định hoặc bị sai lệch.'
|
97
|
+
invalid_code_challenge_method: 'Phương thức code challenge phải là chuỗi ký tự thuần hoặc S256.'
|
98
|
+
server_error: 'Máy chủ ủy quyền gặp điều kiện không mong đợi và đã ngăn chặn không thể thực hiện yêu cầu.'
|
99
|
+
temporarily_unavailable: 'Máy chủ ủy quyền hiện không thể xử lý yêu cầu do tình trạng quá tải tạm thời hoặc bảo trì máy chủ.'
|
100
|
+
credential_flow_not_configured: 'Luồng xác thực bằng mật khẩu của chủ sở hữu tài nguyên thất bại do Doorkeeper.configure.resource_owner_from_credentials chưa được cấu hình.'
|
101
|
+
resource_owner_authenticator_not_configured: 'Tìm chủ sở hữu tài nguyên thất bại do Doorkeeper.configure.resource_owner_authenticator chưa được cấu hình.'
|
102
|
+
admin_authenticator_not_configured: 'Truy cập vào bảng quản trị bị cấm do Doorkeeper.configure.admin_authenticator chưa được cấu hình.'
|
103
|
+
unsupported_response_type: 'Máy chủ ủy quyền không hỗ trợ loại phản hồi này.'
|
104
|
+
unsupported_response_mode: 'Máy chủ ủy quyền không hỗ trợ chế độ phản hồi này.'
|
105
|
+
invalid_client: 'Xác thực client thất bại do client không xác định, không bao gồm xác thực client, hoặc phương thức xác thực không được hỗ trợ.'
|
106
|
+
invalid_grant: 'Quyền ủy thác được cung cấp không hợp lệ, đã hết hạn, bị thu hồi, không khớp với URI chuyển hướng được sử dụng trong yêu cầu ủy quyền, hoặc được cấp cho một client khác.'
|
107
|
+
unsupported_grant_type: 'Loại quyền ủy thác không được hỗ trợ bởi máy chủ ủy quyền.'
|
108
|
+
invalid_token:
|
109
|
+
revoked: "Access token đã bị thu hồi"
|
110
|
+
expired: "Access token đã hết hạn"
|
111
|
+
unknown: "Access token không hợp lệ"
|
112
|
+
revoke:
|
113
|
+
unauthorized: "Bạn không có quyền thu hồi token này"
|
114
|
+
forbidden_token:
|
115
|
+
missing_scope: 'Truy cập vào tài nguyên này yêu cầu scope "%{oauth_scopes}".'
|
116
|
+
flash:
|
117
|
+
applications:
|
118
|
+
create:
|
119
|
+
notice: 'Ứng dụng đã được tạo.'
|
120
|
+
destroy:
|
121
|
+
notice: 'Ứng dụng đã bị xóa.'
|
122
|
+
update:
|
123
|
+
notice: 'Ứng dụng đã được cập nhật.'
|
124
|
+
authorized_applications:
|
125
|
+
destroy:
|
126
|
+
notice: 'Ứng dụng đã bị thu hồi.'
|
127
|
+
layouts:
|
128
|
+
admin:
|
129
|
+
title: 'Doorkeeper'
|
130
|
+
nav:
|
131
|
+
oauth2_provider: 'OAuth2 Provider'
|
132
|
+
applications: 'Ứng dụng'
|
133
|
+
home: 'Trang chính'
|
134
|
+
application:
|
135
|
+
title: 'Cần ủy quyền OAuth'
|
data/rails/locales/zh-TW.yml
CHANGED
@@ -11,12 +11,12 @@ zh-TW:
|
|
11
11
|
redirect_uri:
|
12
12
|
fragment_present: 不能包含片段(#)
|
13
13
|
invalid_uri: 必須是有效的網址
|
14
|
-
unspecified_scheme:
|
14
|
+
unspecified_scheme: 必須指定 URI scheme
|
15
15
|
relative_uri: 必須是絕對的網址
|
16
16
|
secured_uri: 必須是有 HTTPS/SSL 的網址
|
17
|
-
forbidden_uri:
|
17
|
+
forbidden_uri: 被伺服器拒絕
|
18
18
|
scopes:
|
19
|
-
not_match_configured:
|
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:
|
33
|
+
confidential: 應用將被使用在 client secret 可以保持機密的地方。手機原生 app 和 SPA 應被視為無法保持機密。
|
34
34
|
redirect_uri: 每個網址必須只有一行
|
35
|
-
blank_redirect_uri:
|
36
|
-
scopes:
|
35
|
+
blank_redirect_uri: 如果你將 provider 設定為使用 Client Credentials、Resource 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:
|
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: '
|
92
|
-
request_not_authorized:
|
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:
|
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:
|
103
|
-
unsupported_response_type:
|
104
|
-
unsupported_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:
|
113
|
+
unauthorized: 你並沒有被授權可撤銷此 token
|
114
114
|
forbidden_token:
|
115
|
-
missing_scope:
|
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 認證需求
|
data/spec/locale_loading_spec.rb
CHANGED
@@ -27,7 +27,7 @@ describe 'Locale loading' do
|
|
27
27
|
expected_translations = <<-EOS.gsub(/^ */, '')
|
28
28
|
In French: Fournisseur OAuth2
|
29
29
|
In Italian: OAuth2 Provider
|
30
|
-
In Japanese:
|
30
|
+
In Japanese: Translation missing: ja.doorkeeper.layouts.admin.nav.oauth2_provider
|
31
31
|
EOS
|
32
32
|
|
33
33
|
expect(translations).to eq(expected_translations)
|
@@ -44,8 +44,8 @@ describe 'Locale loading' do
|
|
44
44
|
it 'loads only this locale' do
|
45
45
|
expected_translations = <<-EOS.gsub(/^ */, '')
|
46
46
|
In French: Fournisseur OAuth2
|
47
|
-
In Italian:
|
48
|
-
In Japanese:
|
47
|
+
In Italian: Translation missing: it.doorkeeper.layouts.admin.nav.oauth2_provider
|
48
|
+
In Japanese: Translation missing: ja.doorkeeper.layouts.admin.nav.oauth2_provider
|
49
49
|
EOS
|
50
50
|
|
51
51
|
expect(translations).to eq(expected_translations)
|
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.
|
4
|
+
version: 5.2.7
|
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:
|
12
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: doorkeeper
|
@@ -120,6 +120,7 @@ files:
|
|
120
120
|
- rails/locales/ru.yml
|
121
121
|
- rails/locales/sk.yml
|
122
122
|
- rails/locales/tr.yml
|
123
|
+
- rails/locales/vi.yml
|
123
124
|
- rails/locales/zh-CN.yml
|
124
125
|
- rails/locales/zh-HK.yml
|
125
126
|
- rails/locales/zh-TW.yml
|
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
150
|
- !ruby/object:Gem::Version
|
150
151
|
version: '0'
|
151
152
|
requirements: []
|
152
|
-
rubygems_version: 3.
|
153
|
+
rubygems_version: 3.1.6
|
153
154
|
signing_key:
|
154
155
|
specification_version: 4
|
155
156
|
summary: Translations for doorkeeper rubygem.
|