doorkeeper-i18n 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +1 -1
- data/README.md +1 -0
- data/doorkeeper-i18n.gemspec +2 -2
- data/rails/locales/be.yml +138 -0
- data/rails/locales/ca.yml +6 -1
- data/rails/locales/de.yml +6 -1
- data/rails/locales/en.yml +9 -4
- data/rails/locales/es.yml +6 -1
- data/rails/locales/fi.yml +6 -1
- data/rails/locales/fr.yml +11 -3
- data/rails/locales/it.yml +6 -1
- data/rails/locales/ja.yml +6 -1
- data/rails/locales/ko.yml +6 -1
- data/rails/locales/nb.yml +6 -1
- data/rails/locales/nl.yml +6 -1
- data/rails/locales/pt-BR.yml +6 -1
- data/rails/locales/ru.yml +6 -1
- data/rails/locales/zh-CN.yml +11 -6
- data/rails/locales/zh-HK.yml +6 -1
- data/rails/locales/zh-TW.yml +6 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 74b93b044d1c767d8fc457bd841b63300d72481675d63486dab8fad07041e87e
|
4
|
+
data.tar.gz: 044e754c12fe467465abd3b082cf8144d43a532f9fb6180eef0f3078d92cb116
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e40ce00dda637ce90c47267ad985d702986ad62f4930f7fc826cf466f002c34287bd5a4cba7dac98551528c0b73e2303ffee260fe1de592cac9a79306940d8d
|
7
|
+
data.tar.gz: f598322a718b9d5c75a101113a6873312b47e008f1e632b4de08e04d74e93397e0660666fc8adf4ba4e1d729320993461dda40774ac46c5a3ffbee534b040b72
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
data/doorkeeper-i18n.gemspec
CHANGED
@@ -2,9 +2,9 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "doorkeeper-i18n"
|
5
|
-
s.version = "5.0.
|
5
|
+
s.version = "5.0.1"
|
6
6
|
s.authors = ["Tute Costa", 'Nikita Bulai']
|
7
|
-
s.email = %w
|
7
|
+
s.email = %w[bulaj.nikita@gmail.com]
|
8
8
|
s.homepage = "https://github.com/doorkeeper-gem/doorkeeper-i18n"
|
9
9
|
s.summary = "Translations for doorkeeper rubygem."
|
10
10
|
s.description = "Translations for doorkeeper rubygem."
|
@@ -0,0 +1,138 @@
|
|
1
|
+
be:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
doorkeeper/application:
|
5
|
+
name: 'Назва'
|
6
|
+
redirect_uri: 'URI для перанакіравання'
|
7
|
+
scopes: 'Скоупы'
|
8
|
+
errors:
|
9
|
+
models:
|
10
|
+
doorkeeper/application:
|
11
|
+
attributes:
|
12
|
+
redirect_uri:
|
13
|
+
fragment_present: 'не павінен утрымліваць фрагменты'
|
14
|
+
invalid_uri: 'павінен быць карэктным URI'
|
15
|
+
relative_uri: 'павінен быць абсалютным URI'
|
16
|
+
secured_uri: 'павінен быць HTTPS/SSL URI'
|
17
|
+
forbidden_uri: 'заблакаваны серверам'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "не адпавядаюць канфігурацыі сервера."
|
20
|
+
|
21
|
+
doorkeeper:
|
22
|
+
applications:
|
23
|
+
confirmations:
|
24
|
+
destroy: 'Вы ўпэўнены?'
|
25
|
+
buttons:
|
26
|
+
edit: 'Рэдагаваць'
|
27
|
+
destroy: 'Выдаліць'
|
28
|
+
submit: 'Захаваць'
|
29
|
+
cancel: 'Адмяніць'
|
30
|
+
authorize: 'Аўтарызаваць'
|
31
|
+
form:
|
32
|
+
error: 'Паўсталі памылкі! Праверце правільнасць запаўнення палёў'
|
33
|
+
help:
|
34
|
+
confidential: 'Праграма будзе выкарыстоўвацца там, дзе сакрэтны ключ абаронены ад прагляду. Мабільныя праграммы і аднастаронкавыя вэб-праграммы (SPA) разглядаюцца як неабароненыя.'
|
35
|
+
redirect_uri: 'Указвайце кожны URI у асобным радку'
|
36
|
+
native_redirect_uri: 'Выкарыстоўвайце %{native_redirect_uri} для лакальнага тэставання'
|
37
|
+
scopes: 'Запісвайце скоупы праз прабел. Пакіньце поле пустым для выкарыстання значэнняў па-змаўчанню'
|
38
|
+
edit:
|
39
|
+
title: 'Рэдагаваць праграму'
|
40
|
+
index:
|
41
|
+
title: 'Вашы праграмы'
|
42
|
+
new: 'Новая програма'
|
43
|
+
name: 'Назва'
|
44
|
+
callback_url: 'URL зваротнага выкліку'
|
45
|
+
actions: 'Дзеянні'
|
46
|
+
confidential: 'Прыватна?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Так'
|
49
|
+
'no': 'Не'
|
50
|
+
new:
|
51
|
+
title: 'Новая праграма'
|
52
|
+
show:
|
53
|
+
title: 'Праграма: %{name}'
|
54
|
+
application_id: 'ID праграмы'
|
55
|
+
secret: 'Сакрэтны ключ'
|
56
|
+
scopes: 'Скоупы'
|
57
|
+
confidential: 'Прыватна'
|
58
|
+
callback_urls: 'Спіс URL зваротнага выкліку'
|
59
|
+
actions: 'Дзеянні'
|
60
|
+
|
61
|
+
authorizations:
|
62
|
+
buttons:
|
63
|
+
authorize: 'Дазволіць'
|
64
|
+
deny: 'Адхіліць'
|
65
|
+
error:
|
66
|
+
title: 'Адбылася абмыла'
|
67
|
+
new:
|
68
|
+
title: 'Патрабуецца аўтарызацыя'
|
69
|
+
prompt: 'Дазволіць %{client_name} выкарыстоўваць звесткі Вашага ўліковага запісу?'
|
70
|
+
able_to: 'Дадзеная праграма патрабуе наступныя дазволы:'
|
71
|
+
show:
|
72
|
+
title: 'Код аўтарызацыі'
|
73
|
+
|
74
|
+
authorized_applications:
|
75
|
+
confirmations:
|
76
|
+
revoke: 'Вы ўпэўнены?'
|
77
|
+
buttons:
|
78
|
+
revoke: 'Адазваць аўтарызацыю'
|
79
|
+
index:
|
80
|
+
title: 'Вашы аўтарызаваныя праграмы'
|
81
|
+
application: 'Праграма'
|
82
|
+
created_at: 'Створана'
|
83
|
+
date_format: '%d-%m-%Y %H:%M:%S'
|
84
|
+
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Папярэдняя аўтарызацыя'
|
87
|
+
|
88
|
+
errors:
|
89
|
+
messages:
|
90
|
+
# Common error messages
|
91
|
+
invalid_request: 'У запыце адсутнічаюць патрэбныя параметры ці яны некарэктныя'
|
92
|
+
invalid_redirect_uri: 'Некарэктны URI для перанакіравання'
|
93
|
+
unauthorized_client: 'Кліент не аўтарызаваны для выканання дадзенага запыту'
|
94
|
+
access_denied: 'Доступ забаронены: сервер ці ўладальнік рэсурсу адхіліў запыт'
|
95
|
+
invalid_scope: 'Няверны скоуп'
|
96
|
+
invalid_code_challenge_method: 'Code challenge method павінен быць plain альбо S256.'
|
97
|
+
server_error: 'На аўтарызацыйным серверы адбылася абмыла; запыт не выкананы'
|
98
|
+
temporarily_unavailable: 'Зараз аўтарызацыйны сервер не можа апрацаваць запыт у сілу высокай загружанасці або тэхнічных работ'
|
99
|
+
|
100
|
+
# Configuration error messages
|
101
|
+
credential_flow_not_configured: 'Resource Owner Password Credentials ня сканфігураваны, патрэбна канфігурацыя опцыі Doorkeeper.configure.resource_owner_from_credentials'
|
102
|
+
resource_owner_authenticator_not_configured: 'Resource Owner не знойдзены, патрэбна канфігурацыя опцыі Doorkeeper.configure.resource_owner_authenticator'
|
103
|
+
admin_authenticator_not_configured: 'Доступ да панэлі адміністратара заблакаваны, патрэбна канфігурацыя опцыі Doorkeeper.configure.admin_authenticator.'
|
104
|
+
|
105
|
+
# Access grant errors
|
106
|
+
unsupported_response_type: 'Сервер аўтарызацыі не падтрымвае дадзены тып запыту'
|
107
|
+
|
108
|
+
# Access token errors
|
109
|
+
invalid_client: 'Абмыла аўтэнтыфікацыі кліента: няверны токен, невядомы кліент ці непадтрымоўваны метад аўтэнтыфікацыі'
|
110
|
+
invalid_grant: 'Права на аўтарызацыю мінула ці адазвана'
|
111
|
+
unsupported_grant_type: 'Аўтарызацыйны сервер не падтрымвае дадзены спосаб аўтарызацыі'
|
112
|
+
|
113
|
+
invalid_token:
|
114
|
+
revoked: "Токен доступу адазваны"
|
115
|
+
expired: "Токен доступу састарэў"
|
116
|
+
unknown: "Няверны токен доступу"
|
117
|
+
|
118
|
+
flash:
|
119
|
+
applications:
|
120
|
+
create:
|
121
|
+
notice: 'Праграма створана'
|
122
|
+
destroy:
|
123
|
+
notice: 'Праграма выдалена'
|
124
|
+
update:
|
125
|
+
notice: 'Праграма абноўлена'
|
126
|
+
authorized_applications:
|
127
|
+
destroy:
|
128
|
+
notice: 'Праграма адазвана'
|
129
|
+
|
130
|
+
layouts:
|
131
|
+
admin:
|
132
|
+
title: 'Doorkeeper'
|
133
|
+
nav:
|
134
|
+
oauth2_provider: 'OAuth 2 правайдар'
|
135
|
+
applications: 'Праграмы'
|
136
|
+
home: 'Галоўная'
|
137
|
+
application:
|
138
|
+
title: 'Патрэбна аўтарызацыя'
|
data/rails/locales/ca.yml
CHANGED
@@ -82,6 +82,9 @@ ca:
|
|
82
82
|
created_at: 'Data de creació'
|
83
83
|
date_format: '%d/%m/%Y %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ ca:
|
|
90
93
|
unauthorized_client: 'El client no té autorització per a realitzar aquesta petició amb aquest mètode.'
|
91
94
|
access_denied: "El propietari del recurs o el servidor d'autorització han denegat la petició."
|
92
95
|
invalid_scope: "L'àmbit sol·licitat no és vàlid, és desconegut, o té un format incorrecte."
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: "El servidor d'autorització ha trobat una condició inesperada que le ha impedit completar la petició."
|
94
98
|
temporarily_unavailable: "El servidor d'autorització no ha pogut gestionar la petició per una sobrecàrrega temporal o per mantenimient del servidor."
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'El flux de credencials del propietari del recurs ha fallat per què Doorkeeper.configure.resource_owner_from_credentials no està configurat.'
|
98
102
|
resource_owner_authenticator_not_configured: 'La cerca del propietari del recurs ha fallat per què Doorkeeper.configure.resource_owner_authenticator no està configurat.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: "El servidor d'autorització no permet aquest tipus de respuesta."
|
data/rails/locales/de.yml
CHANGED
@@ -82,6 +82,9 @@ de:
|
|
82
82
|
created_at: 'erstellt am'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ de:
|
|
90
93
|
unauthorized_client: 'Der Client ist nicht autorisiert, diese Anfrage mit dieser Methode auszuführen.'
|
91
94
|
access_denied: 'Der Resource Owner oder der Autorisierungs-Server hat die Anfrage verweigert.'
|
92
95
|
invalid_scope: 'Der angeforderte Scope ist inkorrekt, unbekannt oder fehlerhaft.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'Der Autorisierungs-Server hat ein unerwartetes Problem festgestellt und konnte die Anfrage nicht beenden.'
|
94
98
|
temporarily_unavailable: 'Der Autorisierungs-Server ist derzeit auf Grund von temporärer Überlastung oder Wartungsarbeiten am Server nicht in der Lage, die Anfrage zu bearbeiten .'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Die Prozedur "Resource Owner Password Credentials" ist fehlgeschlagen: Doorkeeper.configure.resource_owner_from_credentials ist nicht konfiguriert.'
|
98
102
|
resource_owner_authenticator_not_configured: 'Die Prozedur "Resource Owner find" ist fehlgeschlagen: Doorkeeper.configure.resource_owner_authenticator ist nicht konfiguriert.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'Der Autorisierungs-Server unterstützt diesen Antwort-Typ nicht.'
|
data/rails/locales/en.yml
CHANGED
@@ -33,7 +33,7 @@ en:
|
|
33
33
|
help:
|
34
34
|
confidential: 'Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential.'
|
35
35
|
redirect_uri: 'Use one line per URI'
|
36
|
-
native_redirect_uri: 'Use %{native_redirect_uri} for
|
36
|
+
native_redirect_uri: 'Use %{native_redirect_uri} if you want to add localhost URIs for development purposes'
|
37
37
|
scopes: 'Separate scopes with spaces. Leave blank to use the default scopes.'
|
38
38
|
edit:
|
39
39
|
title: 'Edit application'
|
@@ -42,8 +42,8 @@ en:
|
|
42
42
|
new: 'New Application'
|
43
43
|
name: 'Name'
|
44
44
|
callback_url: 'Callback URL'
|
45
|
-
actions: 'Actions'
|
46
45
|
confidential: 'Confidential?'
|
46
|
+
actions: 'Actions'
|
47
47
|
confidentiality:
|
48
48
|
'yes': 'Yes'
|
49
49
|
'no': 'No'
|
@@ -82,6 +82,9 @@ en:
|
|
82
82
|
created_at: 'Created At'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ en:
|
|
90
93
|
unauthorized_client: 'The client is not authorized to perform this request using this method.'
|
91
94
|
access_denied: 'The resource owner or authorization server denied the request.'
|
92
95
|
invalid_scope: 'The requested scope is invalid, unknown, or malformed.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'The authorization server encountered an unexpected condition which prevented it from fulfilling the request.'
|
94
98
|
temporarily_unavailable: 'The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.'
|
98
|
-
resource_owner_authenticator_not_configured: 'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being
|
102
|
+
resource_owner_authenticator_not_configured: 'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfigured.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'The authorization server does not support this response type.'
|
data/rails/locales/es.yml
CHANGED
@@ -82,6 +82,9 @@ es:
|
|
82
82
|
created_at: 'Creada el'
|
83
83
|
date_format: '%d/%m/%Y %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ es:
|
|
90
93
|
unauthorized_client: 'El cliente no tiene autorización para realizar esta petición utilizando este método.'
|
91
94
|
access_denied: 'El propietario del recurso o el servidor de autorización han denegado la petición.'
|
92
95
|
invalid_scope: 'El scope solicitado no es válido, es desconocido, o tiene un formato incorrecto.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'El servidor de autorización ha encontrado una condición inesperada que le ha impedido completar la petición.'
|
94
98
|
temporarily_unavailable: 'El servidor de autorización no ha podido manejar la petición por una sobrecarga temporal o por mantenimiento del servidor.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'El flujo de credenciales del propietario del recurso ha fallado porque Doorkeeper.configure.resource_owner_from_credentials no está configurado.'
|
98
102
|
resource_owner_authenticator_not_configured: 'La búsqueda del propietario del recurso ha fallado porque Doorkeeper.configure.resource_owner_authenticator no está configurado.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'El servidor de autorización no soporta este tipo de respuesta.'
|
data/rails/locales/fi.yml
CHANGED
@@ -82,6 +82,9 @@ fi:
|
|
82
82
|
created_at: 'Valtuutettu'
|
83
83
|
date_format: '%d. %m. %Y klo %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ fi:
|
|
90
93
|
unauthorized_client: 'Asiakasohjelmaa ei ole valtuutettu suorittamaan haluttua pyyntöä käyttäen tätä metodia.'
|
91
94
|
access_denied: 'Resurssin omistaja tai valtuutuspalvelin kieltäytyi suorittamasta pyyntöä.'
|
92
95
|
invalid_scope: 'Pyynnön näkyvyysalue on virheellinen, tuntematon tai väärin muodostettu.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'Valtuutuspalvelin kohtasi odottamattoman tilan, jonka seurauksena se ei pystynyt suorittamaan pyyntöä.'
|
94
98
|
temporarily_unavailable: 'Valtuutuspalvelin ei tällä hetkellä pysty suorittamaan pyyntöä väliaikaisen ylikuormituksen tai palvelinhuollon takia.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: '"Resource Owner Password Credentials flow" -proseduuri epäonnistui, koska Doorkeeper.configure.resource_owner_from_credentials -asetusta ei ole konfiguroitu.'
|
98
102
|
resource_owner_authenticator_not_configured: '"Resource Owner find" -proseduuri epäonnistui, koska Doorkeeper.configure.resource_owner_authenticator -asetusta ei ole konfiguroitu.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'Valtuutuspalvelin ei tue tämän tyyppisiä vastauksia.'
|
data/rails/locales/fr.yml
CHANGED
@@ -30,10 +30,13 @@ fr:
|
|
30
30
|
form:
|
31
31
|
error: "Oups! Vérifier votre formulaire pour des erreurs possibles"
|
32
32
|
help:
|
33
|
-
confidential:
|
33
|
+
confidential: |
|
34
|
+
L'application sera utilisée quand la confidentialité du secret pourra
|
35
|
+
être maintenue. Les application mobile native, et les Applications
|
36
|
+
mono-page ne sont pas considérées comme sûr.
|
34
37
|
redirect_uri: "Utiliser une ligne par URL"
|
35
38
|
native_redirect_uri: "Utiliser %{native_redirect_uri} pour les tests locaux"
|
36
|
-
scopes: "Utilisez
|
39
|
+
scopes: "Utilisez un espace entre chaque portée. Laissez vide pour utiliser la portée par defaut"
|
37
40
|
edit:
|
38
41
|
title: "Modifier l'application"
|
39
42
|
index:
|
@@ -81,6 +84,9 @@ fr:
|
|
81
84
|
created_at: "Créé le"
|
82
85
|
date_format: "%Y-%m-%d %H:%M:%S"
|
83
86
|
|
87
|
+
pre_authorization:
|
88
|
+
status: 'Pre-authorization'
|
89
|
+
|
84
90
|
errors:
|
85
91
|
messages:
|
86
92
|
# Common error messages
|
@@ -89,12 +95,14 @@ fr:
|
|
89
95
|
unauthorized_client: "Le client n'est pas autorisé à effectuer cette demande à l'aide de cette méthode."
|
90
96
|
access_denied: "Le propriétaire de la ressource ou le serveur d'autorisation a refusé la demande."
|
91
97
|
invalid_scope: "Le scope demandé n'est pas valide, est inconnu, ou est mal formé."
|
98
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
92
99
|
server_error: "Le serveur d'autorisation a rencontré une condition inattendue qui l'a empêché de remplir la demande."
|
93
100
|
temporarily_unavailable: "Le serveur d'autorisation est actuellement incapable de traiter la demande à cause d'une surcharge ou d'un entretien temporaire du serveur."
|
94
101
|
|
95
|
-
#
|
102
|
+
# Configuration error messages
|
96
103
|
credential_flow_not_configured: "Le flux des identifiants du mot de passe du propriétaire de la ressource a échoué en raison de Doorkeeper.configure.resource_owner_from_credentials n'est pas configuré."
|
97
104
|
resource_owner_authenticator_not_configured: "La recherche du propriétaire de la ressource a échoué en raison de Doorkeeper.configure.resource_owner_authenticator n'est pas configuré."
|
105
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
98
106
|
|
99
107
|
# Access grant errors
|
100
108
|
unsupported_response_type: "Le serveur d'autorisation ne prend pas en charge ce type de réponse."
|
data/rails/locales/it.yml
CHANGED
@@ -82,6 +82,9 @@ it:
|
|
82
82
|
created_at: 'Creata il'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ it:
|
|
90
93
|
unauthorized_client: 'Il client non è autorizzato per effettuare questa richiesta utilizzando questo metodo.'
|
91
94
|
access_denied: 'Il proprietario della risorsa o il server di autorizzazione rifiuta la richiesta.'
|
92
95
|
invalid_scope: 'Lo scope della richiesta non è valido, sconosciuto, o malformato.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'Il server di autorizzazione ha rilevato una condizione inaspettata che ha impedito di soddisfare la richiesta.'
|
94
98
|
temporarily_unavailable: 'Il server di autorizzazione non è momentaneamente disponibile a causa di un sovraccarico temporaneo o di manutenzione.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: "Il flusso di credenziali utente è fallito perchè Doorkeeper.configure.resource_owner_from_credentials deve essere configurato."
|
98
102
|
resource_owner_authenticator_not_configured: "La ricerca dell'utente è fallita perchè Doorkeeper.configure.resource_owner_authenticator deve essere configurato."
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'Il server di autorizzazione non supporta questo response type.'
|
data/rails/locales/ja.yml
CHANGED
@@ -82,6 +82,9 @@ ja:
|
|
82
82
|
created_at: '作成日時'
|
83
83
|
date_format: '%Y年%m月%d日 %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ ja:
|
|
90
93
|
unauthorized_client: 'クライアントはこのメソッドを用いたリクエストを実行する権限がありません。'
|
91
94
|
access_denied: 'リソースオーナーもしくは認可サーバがリクエストを拒否しました。'
|
92
95
|
invalid_scope: '指定されたスコープが無効か、不明か、もしくは正しくありません。'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: '予期せぬ事態が発生したため、認可サーバはリクエストを処理できませんでした。'
|
94
98
|
temporarily_unavailable: '認可サーバが一時的に高負荷な状態にあるか、もしくはメンテナンス中であるため、リクエストを処理できません。'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Doorkeeper.configure.resource_owner_from_credentialsが設定されていないため、リソースオーナーパスワードクレデンシャルフローは失敗しました。'
|
98
102
|
resource_owner_authenticator_not_configured: 'Doorkeeper.configure.resource_owner_authenticatorが設定されていないため、リソースオーナーの取得に失敗しました。'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: '認可サーバは指定されたレスポンスタイプをサポートしていません。'
|
data/rails/locales/ko.yml
CHANGED
@@ -82,6 +82,9 @@ ko:
|
|
82
82
|
created_at: '생성일시'
|
83
83
|
date_format: '%Y년 %-m월 %-d일 %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ ko:
|
|
90
93
|
unauthorized_client: '클라이언트가 이 메서드로 요청하는 것이 허가되지 않았습니다.'
|
91
94
|
access_denied: '리소스의 소유자 혹은 인증 서버가 요청을 거부했습니다.'
|
92
95
|
invalid_scope: '요청된 스코프는 유효하지 않거나, 알려지지 않았거나, 형식이 잘못되었습니다.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: '인증 서버가 요청을 처리하던 도중 예기치 못한 오류가 발생했습니다.'
|
94
98
|
temporarily_unavailable: '인증 서버의 일시적인 부하 또는 점검으로 요청을 처리하지 못하고 있습니다.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.'
|
98
102
|
resource_owner_authenticator_not_configured: 'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: '인증 서버가 해당 응답 형식을 지원하지 않습니다.'
|
data/rails/locales/nb.yml
CHANGED
@@ -82,6 +82,9 @@ nb:
|
|
82
82
|
created_at: 'Opprettet'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ nb:
|
|
90
93
|
unauthorized_client: 'Klienten er ikke autorisert til å utføre denne forespørselen ved å bruke denne metoden.'
|
91
94
|
access_denied: 'Ressurs-eieren eller autorisasjonsserveren nektet forespørelsen fra å fullføre.'
|
92
95
|
invalid_scope: 'Forespørselens omfang er ugyldig, ukjent, eller feilskrevet.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'Autoriseringsserveren har møtt en uforventet betingelse som har forhindret serveren fra å fullføre forespørselen.'
|
94
98
|
temporarily_unavailable: 'Autorisasjonsserveren er for øyeblikket utilgjengelig på grunn av en foreløpig overlasting eller vedlikehold av serveren.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Ressurseierens Passord legitimasjonsflyt feilet på grunn av at Doorkeeper.configure.resource_owner_from_credentials ikke var konfigurert.'
|
98
102
|
resource_owner_authenticator_not_configured: 'Resource Owner find feilet på grunn av Doorkeeper.configure.resource_owner_authenticator ikke var konfigurert.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'Autoriseringsserveren har ikke støtte for denne responstypen.'
|
data/rails/locales/nl.yml
CHANGED
@@ -82,6 +82,9 @@ nl:
|
|
82
82
|
created_at: 'Aangemaakt op'
|
83
83
|
date_format: '%d-%m-%Y %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ nl:
|
|
90
93
|
unauthorized_client: 'De client is niet bevoegd om dit verzoek met deze methode uit te voeren.'
|
91
94
|
access_denied: 'De resource eigenaar of authorisatie-server weigerde het verzoek.'
|
92
95
|
invalid_scope: 'De opgevraagde scope is niet geldig, onbekend of onjuist.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'De authorisatie server is een onverwachte voorwaarde tegengekomen die het verzoek verhinderd.'
|
94
98
|
temporarily_unavailable: 'De authorisatie-server is momenteel niet in staat het verzoek te behandelen als gevolg van een tijdelijke overbelasting of onderhoud aan de server.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.'
|
98
102
|
resource_owner_authenticator_not_configured: 'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'De authorisatie server ondersteund dit response type niet'
|
data/rails/locales/pt-BR.yml
CHANGED
@@ -82,6 +82,9 @@ pt-BR:
|
|
82
82
|
created_at: 'Criado em'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ pt-BR:
|
|
90
93
|
unauthorized_client: 'O cliente não está autorizado a realizar essa requisição usando este método.'
|
91
94
|
access_denied: 'O dono do recurso (resource owner) ou servidor de autorização (authorization server) negou a requisição.'
|
92
95
|
invalid_scope: 'O escopo requisitado é inválido, desconhecido ou malformado.'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: 'O servidor de autorização (authorization server) encontrou uma condição inesperada que o impediu de completar a requisição.'
|
94
98
|
temporarily_unavailable: 'O servidor de autorização (authorization server) não foi rapaz de processar a requisição devido a um problema tempoário de sobrecarga ou manuntenção.'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Resource Owner Password Credentials flow falhou porque o Doorkeeper.configure.resource_owner_from_credentials não foi configurado.'
|
98
102
|
resource_owner_authenticator_not_configured: 'Resource Owner find falhou porque o Doorkeeper.configure.resource_owner_authenticator não foi configurado.'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'O servidor de autorização não suporta este tipo de resposta.'
|
data/rails/locales/ru.yml
CHANGED
@@ -82,6 +82,9 @@ ru:
|
|
82
82
|
created_at: 'Создано'
|
83
83
|
date_format: '%d-%m-%Y %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Предварительная авторизация'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ ru:
|
|
90
93
|
unauthorized_client: 'Клиент не авторизован для выполнения данного запроса'
|
91
94
|
access_denied: 'Доступ запрещен: сервер или владелец ресурса отклонил запрос'
|
92
95
|
invalid_scope: 'Неверный скоуп'
|
96
|
+
invalid_code_challenge_method: 'Code challenge method должен быть plain или S256.'
|
93
97
|
server_error: 'На авторизационном сервере произошла ошибка; запрос не выполнен'
|
94
98
|
temporarily_unavailable: 'В настоящее время авторизационный сервер не может обработать запрос в силу высокой загруженности или тех. работ'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: 'Resource Owner Password Credentials не сконфигурированы, необходимо настроить Doorkeeper.configure.resource_owner_from_credentials'
|
98
102
|
resource_owner_authenticator_not_configured: 'Resource Owner не найден, необходима конфигурация Doorkeeper.configure.resource_owner_authenticator'
|
103
|
+
admin_authenticator_not_configured: 'Доступ к панели администратора заблокирован в связи настройкой опции Doorkeeper.configure.admin_authenticator.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: 'Сервер авторизации не поддерживает данный тип запроса'
|
data/rails/locales/zh-CN.yml
CHANGED
@@ -14,9 +14,9 @@ zh-CN:
|
|
14
14
|
invalid_uri: '必须是有效的 URI 格式'
|
15
15
|
relative_uri: '必须是绝对的 URI 地址'
|
16
16
|
secured_uri: '必须是 HTTPS/SSL 的 URI 地址'
|
17
|
-
forbidden_uri: '
|
17
|
+
forbidden_uri: '被服务器禁止。'
|
18
18
|
scopes:
|
19
|
-
not_match_configured:
|
19
|
+
not_match_configured: '不匹配服务器上的配置。'
|
20
20
|
|
21
21
|
doorkeeper:
|
22
22
|
applications:
|
@@ -31,7 +31,7 @@ zh-CN:
|
|
31
31
|
form:
|
32
32
|
error: '抱歉! 提交信息的时候遇到了下面的错误'
|
33
33
|
help:
|
34
|
-
confidential: '
|
34
|
+
confidential: '应用程序的client secret可以保密,但原生移动应用和单页应用将无法保护client secret。'
|
35
35
|
redirect_uri: '每行只能有一个 URI'
|
36
36
|
native_redirect_uri: '本地测试请使用 %{native_redirect_uri}'
|
37
37
|
scopes: '用空格分割权限范围,留空则使用默认设置'
|
@@ -42,7 +42,7 @@ zh-CN:
|
|
42
42
|
new: '创建新应用'
|
43
43
|
name: '名称'
|
44
44
|
callback_url: '回调 URL'
|
45
|
-
actions: '
|
45
|
+
actions: '动作'
|
46
46
|
confidential: 'Confidential?'
|
47
47
|
confidentiality:
|
48
48
|
'yes': '是'
|
@@ -82,6 +82,9 @@ zh-CN:
|
|
82
82
|
created_at: '授权时间'
|
83
83
|
date_format: "%Y-%m-%d %H:%M:%S"
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: '预授权'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ zh-CN:
|
|
90
93
|
unauthorized_client: '未授权的应用,请求无法执行。'
|
91
94
|
access_denied: '资源所有者或服务器拒绝了请求。'
|
92
95
|
invalid_scope: '请求的权限范围无效、未知或格式不正确。'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: '服务器异常,无法处理请求。'
|
94
98
|
temporarily_unavailable: '服务器维护中或负载过高,暂时无法处理请求。'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: '由于 Doorkeeper.configure.resource_owner_from_credentials 尚未配置,应用验证授权流程失败。'
|
98
102
|
resource_owner_authenticator_not_configured: '由于 Doorkeeper.configure.resource_owner_authenticator 尚未配置,查找资源所有者失败。'
|
103
|
+
admin_authenticator_not_configured: '由于 Doorkeeper.configure.admin_authenticator 尚未配置,禁止访问管理员面板。'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: '服务器不支持这种响应类型。'
|
@@ -130,4 +135,4 @@ zh-CN:
|
|
130
135
|
applications: '应用'
|
131
136
|
home: '首页'
|
132
137
|
application:
|
133
|
-
title: '需要 OAuth 认证'
|
138
|
+
title: '需要 OAuth 认证'
|
data/rails/locales/zh-HK.yml
CHANGED
@@ -82,6 +82,9 @@ zh-HK:
|
|
82
82
|
date_format: "%Y-%m-%d %H:%M:%S"
|
83
83
|
title: "已獲你授權的程用程式"
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ zh-HK:
|
|
90
93
|
unauthorized_client: "用戶程式無權用此方法 (method) 請行這個請求。"
|
91
94
|
access_denied: "資源擁有者或授權伺服器不接受請求。"
|
92
95
|
invalid_scope: "請求的權限範圍 (scope) 不正確、未有定義、或者輸入錯誤。"
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: "認證伺服器遇上未知狀況,令請求無法通過。"
|
94
98
|
temporarily_unavailable: "認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。"
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: "資源擁有者密碼認證程序 (Resource Owner Password Credentials flow) 失敗,原因是 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。"
|
98
102
|
resource_owner_authenticator_not_configured: "無法找到資源擁有者,原因是 Doorkeeper.configure.resource_owner_authenticator 沒有設定。"
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: "授權伺服器不支援這個回應類型 (response type)。"
|
data/rails/locales/zh-TW.yml
CHANGED
@@ -82,6 +82,9 @@ zh-TW:
|
|
82
82
|
created_at: '建立時間'
|
83
83
|
date_format: '%Y-%m-%d %H:%M:%S'
|
84
84
|
|
85
|
+
pre_authorization:
|
86
|
+
status: 'Pre-authorization'
|
87
|
+
|
85
88
|
errors:
|
86
89
|
messages:
|
87
90
|
# Common error messages
|
@@ -90,12 +93,14 @@ zh-TW:
|
|
90
93
|
unauthorized_client: '這個應用並無被授權可以執行這個請求的方法'
|
91
94
|
access_denied: '擁有者或認證伺服器拒絕此需求'
|
92
95
|
invalid_scope: '請求範圍無效、未知或格式錯誤'
|
96
|
+
invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
|
93
97
|
server_error: '授權伺服器因不明原因無法完成此請求'
|
94
98
|
temporarily_unavailable: '授權伺服器超載或維護中,無法處理此項請求'
|
95
99
|
|
96
|
-
#
|
100
|
+
# Configuration error messages
|
97
101
|
credential_flow_not_configured: '資源擁有者密碼認證流程失敗,因為 Doorkeeper.configure.resource_owner_from_credentials 並未設定'
|
98
102
|
resource_owner_authenticator_not_configured: '資源擁有者查詢失敗,因為 Doorkeeper.configure.resource_owner_authenticator 並未設定'
|
103
|
+
admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
|
99
104
|
|
100
105
|
# Access grant errors
|
101
106
|
unsupported_response_type: '授權伺服器並不支援此回應'
|
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.0.
|
4
|
+
version: 5.0.1
|
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: 2019-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- lib/doorkeeper-i18n.rb
|
85
85
|
- lib/doorkeeper-i18n/railtie.rb
|
86
86
|
- log/development.log
|
87
|
+
- rails/locales/be.yml
|
87
88
|
- rails/locales/ca.yml
|
88
89
|
- rails/locales/de.yml
|
89
90
|
- rails/locales/en.yml
|
@@ -123,8 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
124
|
- !ruby/object:Gem::Version
|
124
125
|
version: '0'
|
125
126
|
requirements: []
|
126
|
-
|
127
|
-
rubygems_version: 2.6.11
|
127
|
+
rubygems_version: 3.0.2
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
130
|
summary: Translations for doorkeeper rubygem.
|