doorkeeper-i18n 4.0.1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/doorkeeper-i18n.gemspec +3 -3
- data/rails/locales/ca.yml +10 -0
- data/rails/locales/de.yml +10 -0
- data/rails/locales/en.yml +11 -1
- data/rails/locales/es.yml +10 -0
- data/rails/locales/fi.yml +11 -1
- data/rails/locales/fr.yml +11 -2
- data/rails/locales/it.yml +10 -0
- data/rails/locales/ja.yml +10 -0
- data/rails/locales/ko.yml +11 -1
- data/rails/locales/nb.yml +11 -1
- data/rails/locales/nl.yml +11 -1
- data/rails/locales/pt-BR.yml +11 -1
- data/rails/locales/ru.yml +10 -0
- data/rails/locales/zh-CN.yml +11 -1
- data/rails/locales/zh-HK.yml +16 -6
- data/rails/locales/zh-TW.yml +11 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8abb9ece39b123f2953938eb0aa13595e0355564
|
4
|
+
data.tar.gz: f68ef106a6b93436f223a11beeda2db00b3e0303
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b131aa5c5a18fc0c11db1bcfba7549cc9fb0c93fc7c35688c76df52d0695173eb17aaf17c0e444585970a13a4ecbb1cf1bee730d41bbffe88ad6d810e8a9d9cc
|
7
|
+
data.tar.gz: 4c911323cdc7b06395207b94d75f0418bab28f7c68a27387679b0e38bf707269c3b947393f94467be687e7f8c6ae9aa5ae500b2196d7191ff16e808cb41a7689
|
data/Gemfile
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 = "
|
6
|
-
s.authors = ["Tute Costa"]
|
7
|
-
s.email = %w(
|
5
|
+
s.version = "5.0.0"
|
6
|
+
s.authors = ["Tute Costa", 'Nikita Bulai']
|
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."
|
data/rails/locales/ca.yml
CHANGED
@@ -15,6 +15,8 @@ ca:
|
|
15
15
|
relative_uri: 'ha de ser una URI absoluta.'
|
16
16
|
secured_uri: 'ha de ser una URI HTTPS/SSL.'
|
17
17
|
forbidden_uri: 'està prohibida pel servidor'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ ca:
|
|
29
31
|
form:
|
30
32
|
error: 'Ups! Sembla que hi ha errors al formulari'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Utilitza una línia per URI'
|
33
36
|
native_redirect_uri: 'Utilitza %{native_redirect_uri} per a tests en local'
|
34
37
|
scopes: 'Separa els àmbits amb espais. Deixa-ho en blanc per utilitzar els àmbits per defecte.'
|
@@ -39,6 +42,11 @@ ca:
|
|
39
42
|
new: 'Nova aplicació'
|
40
43
|
name: 'Nom'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Sí'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: 'Nova aplicació'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ ca:
|
|
46
54
|
application_id: "Identificador d'aplicació"
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Àmbits'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'URLs de callback'
|
50
59
|
actions: 'Accions'
|
51
60
|
|
@@ -115,6 +124,7 @@ ca:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'Proveïdor OAuth2'
|
120
130
|
applications: 'Aplicacions'
|
data/rails/locales/de.yml
CHANGED
@@ -15,6 +15,8 @@ de:
|
|
15
15
|
relative_uri: 'muss ein absoluter URI (Identifier) sein.'
|
16
16
|
secured_uri: 'muss ein HTTPS/SSL URI (Identifier) sein.'
|
17
17
|
forbidden_uri: 'ist vom server verboten.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ de:
|
|
29
31
|
form:
|
30
32
|
error: 'Whoops! Bitte überprüfe das Formular auf Fehler!'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Bitte benutze eine Zeile pro URI'
|
33
36
|
native_redirect_uri: '%{native_redirect_uri} für lokale Tests benutzen'
|
34
37
|
scopes: 'Bitte die "Scopes" mit Leerzeichen trennen. Bitte frei lassen für die Verwendung der Default-Werte.'
|
@@ -39,6 +42,11 @@ de:
|
|
39
42
|
new: 'Neue Applikation'
|
40
43
|
name: 'Name'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Ja'
|
49
|
+
'no': 'Nein'
|
42
50
|
new:
|
43
51
|
title: 'Neue Applikation'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ de:
|
|
46
54
|
application_id: 'Applikations-ID'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Scopes'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback URLs'
|
50
59
|
actions: 'Aktionen'
|
51
60
|
|
@@ -115,6 +124,7 @@ de:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Provider'
|
120
130
|
applications: 'Applikationen'
|
data/rails/locales/en.yml
CHANGED
@@ -15,6 +15,8 @@ en:
|
|
15
15
|
relative_uri: 'must be an absolute URI.'
|
16
16
|
secured_uri: 'must be an HTTPS/SSL URI.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ en:
|
|
29
31
|
form:
|
30
32
|
error: 'Whoops! Check your form for possible errors'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Use one line per URI'
|
33
36
|
native_redirect_uri: 'Use %{native_redirect_uri} for local tests'
|
34
37
|
scopes: 'Separate scopes with spaces. Leave blank to use the default scopes.'
|
@@ -39,13 +42,19 @@ en:
|
|
39
42
|
new: 'New Application'
|
40
43
|
name: 'Name'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Yes'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: 'New Application'
|
44
52
|
show:
|
45
53
|
title: 'Application: %{name}'
|
46
|
-
application_id: 'Application
|
54
|
+
application_id: 'Application UID'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Scopes'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback urls'
|
50
59
|
actions: 'Actions'
|
51
60
|
|
@@ -115,6 +124,7 @@ en:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Provider'
|
120
130
|
applications: 'Applications'
|
data/rails/locales/es.yml
CHANGED
@@ -15,6 +15,8 @@ es:
|
|
15
15
|
relative_uri: 'debe ser una URI absoluta.'
|
16
16
|
secured_uri: 'debe ser una URI HTTPS/SSL.'
|
17
17
|
forbidden_uri: 'está prohibido por el servidor.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ es:
|
|
29
31
|
form:
|
30
32
|
error: 'Ups! Verifica tu formulario por posibles errores'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Usa una linea por URI'
|
33
36
|
native_redirect_uri: 'Usa %{native_redirect_uri} para test locales'
|
34
37
|
scopes: 'Separa los ámbitos con espacios. Deja en blanco para usar los ámbitos predeterminados.'
|
@@ -39,6 +42,11 @@ es:
|
|
39
42
|
new: 'Nueva aplicación'
|
40
43
|
name: 'Nombre'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Sí'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: 'Nueva aplicación'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ es:
|
|
46
54
|
application_id: 'Identificador de aplicación'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Ámbitos'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback urls'
|
50
59
|
actions: 'Acciones'
|
51
60
|
|
@@ -115,6 +124,7 @@ es:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'Proveedor OAuth2'
|
120
130
|
applications: 'Aplicaciones'
|
data/rails/locales/fi.yml
CHANGED
@@ -15,6 +15,8 @@ fi:
|
|
15
15
|
relative_uri: 'täytyy olla absoluuttinen URI.'
|
16
16
|
secured_uri: 'täytyy olla HTTPS/SSL URI.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ fi:
|
|
29
31
|
form:
|
30
32
|
error: 'Hups! Tarkasta lomakkeesi mahdollisten virheiden varalta.'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Yksi URI riviä kohden'
|
33
36
|
native_redirect_uri: 'Käytä %{native_redirect_uri} paikallisia testejä varten'
|
34
37
|
scopes: 'Erottele näkyvyysalueet välilyönnein. Jätä tyhjäksi, mikäli haluat käyttää oletusnäkyvyysalueita.'
|
@@ -39,13 +42,19 @@ fi:
|
|
39
42
|
new: 'Uusi sovellus'
|
40
43
|
name: 'Nimi'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Joo'
|
49
|
+
'no': 'Ei'
|
42
50
|
new:
|
43
51
|
title: 'Uusi sovellus'
|
44
52
|
show:
|
45
53
|
title: 'Sovellus: %{name}'
|
46
|
-
application_id: 'Sovelluksen
|
54
|
+
application_id: 'Sovelluksen UID'
|
47
55
|
secret: 'Salainen avain'
|
48
56
|
scopes: 'Näkyvyysalueet'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback URL:t'
|
50
59
|
actions: 'Toiminnot'
|
51
60
|
|
@@ -115,6 +124,7 @@ fi:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 tarjoaja'
|
120
130
|
applications: 'Sovellukset'
|
data/rails/locales/fr.yml
CHANGED
@@ -15,20 +15,22 @@ fr:
|
|
15
15
|
relative_uri: "doit être une URL absolue."
|
16
16
|
secured_uri: "doit être une URL HTTP/SSL."
|
17
17
|
forbidden_uri: 'est interdit par le serveur.'
|
18
|
-
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
19
20
|
doorkeeper:
|
20
21
|
applications:
|
21
22
|
confirmations:
|
22
23
|
destroy: "Êtes-vous certain?"
|
23
24
|
buttons:
|
24
25
|
edit: "Modifier"
|
25
|
-
destroy: "
|
26
|
+
destroy: "Supprimer"
|
26
27
|
submit: "Envoyer"
|
27
28
|
cancel: "Annuler"
|
28
29
|
authorize: "Autoriser"
|
29
30
|
form:
|
30
31
|
error: "Oups! Vérifier votre formulaire pour des erreurs possibles"
|
31
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.'
|
32
34
|
redirect_uri: "Utiliser une ligne par URL"
|
33
35
|
native_redirect_uri: "Utiliser %{native_redirect_uri} pour les tests locaux"
|
34
36
|
scopes: "Utilisez une espace entre chaque portée. Laissez vide pour utiliser la portée par defaut"
|
@@ -39,6 +41,11 @@ fr:
|
|
39
41
|
new: "Nouvelle application"
|
40
42
|
name: "Nom"
|
41
43
|
callback_url: "URL de retour d'appel"
|
44
|
+
actions: 'Actions'
|
45
|
+
confidential: 'Confidential?'
|
46
|
+
confidentiality:
|
47
|
+
'yes': 'Oui'
|
48
|
+
'no': 'Non'
|
42
49
|
new:
|
43
50
|
title: "Nouvelle application"
|
44
51
|
show:
|
@@ -46,6 +53,7 @@ fr:
|
|
46
53
|
application_id: "ID de l'application"
|
47
54
|
secret: "Secret"
|
48
55
|
scopes: "Portées"
|
56
|
+
confidential: 'Confidential'
|
49
57
|
callback_urls: "URL du retour d'appel"
|
50
58
|
actions: "Actions"
|
51
59
|
|
@@ -115,6 +123,7 @@ fr:
|
|
115
123
|
|
116
124
|
layouts:
|
117
125
|
admin:
|
126
|
+
title: 'Doorkeeper'
|
118
127
|
nav:
|
119
128
|
oauth2_provider: "Fournisseur OAuth2"
|
120
129
|
applications: "Applications"
|
data/rails/locales/it.yml
CHANGED
@@ -15,6 +15,8 @@ it:
|
|
15
15
|
relative_uri: 'deve essere un URI assoluto.'
|
16
16
|
secured_uri: 'deve essere un URI HTTPS/SSL.'
|
17
17
|
forbidden_uri: 'è vietato dal server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ it:
|
|
29
31
|
form:
|
30
32
|
error: 'Ops! Controlla la form per possibili errori'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Usa una riga per URI'
|
33
36
|
native_redirect_uri: 'Usa %{native_redirect_uri} per test locali'
|
34
37
|
scopes: ~
|
@@ -39,6 +42,11 @@ it:
|
|
39
42
|
new: 'Nuova Applicazione'
|
40
43
|
name: 'Nome'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Sì'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: 'Nuova Applicazione'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ it:
|
|
46
54
|
application_id: 'Id Applicazione'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: ~
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback urls'
|
50
59
|
actions: 'Azioni'
|
51
60
|
|
@@ -115,6 +124,7 @@ it:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Provider'
|
120
130
|
applications: 'Applicazioni'
|
data/rails/locales/ja.yml
CHANGED
@@ -15,6 +15,8 @@ ja:
|
|
15
15
|
relative_uri: 'は絶対URIでなければなりません。'
|
16
16
|
secured_uri: 'はHTTPS/SSL URIでなければなりません。'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ ja:
|
|
29
31
|
form:
|
30
32
|
error: 'おっと!フォームにエラーがないか確認してください'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'URIごとに1行で入力してください'
|
33
36
|
native_redirect_uri: 'ローカルテストのため、 %{native_redirect_uri} を使用してください。'
|
34
37
|
scopes: '各スコープをスペースで区切ってください。初期設定のスコープを使用する場合は、空白のままにしてください。'
|
@@ -39,6 +42,11 @@ ja:
|
|
39
42
|
new: '新しいアプリケーション'
|
40
43
|
name: '名称'
|
41
44
|
callback_url: 'コールバックURL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'はい'
|
49
|
+
'no': 'いいえ'
|
42
50
|
new:
|
43
51
|
title: 'アプリケーションの作成'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ ja:
|
|
46
54
|
application_id: 'アプリケーションID'
|
47
55
|
secret: 'シークレット'
|
48
56
|
scopes: 'スコープ'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'コールバックURL'
|
50
59
|
actions: 'アクション'
|
51
60
|
|
@@ -115,6 +124,7 @@ ja:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 プロバイダー'
|
120
130
|
applications: 'アプリケーション'
|
data/rails/locales/ko.yml
CHANGED
@@ -15,6 +15,8 @@ ko:
|
|
15
15
|
relative_uri: '는 절대 경로 URI여야 합니다..'
|
16
16
|
secured_uri: '는 HTTPS/SSL URI여야 합니다.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ ko:
|
|
29
31
|
form:
|
30
32
|
error: '잘못된 입력이 있는지 확인해주세요'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: '각 줄에 하나의 URI씩 써주세요'
|
33
36
|
native_redirect_uri: '로컬 테스트 용도로는 %{native_redirect_uri} 주소를 써주세요'
|
34
37
|
scopes: '스코프들을 띄어쓰기로 구분하여 나열해주세요. 비어두면 기본값을 사용합니다.'
|
@@ -39,13 +42,19 @@ ko:
|
|
39
42
|
new: '새 애플리케이션'
|
40
43
|
name: '앱 이름'
|
41
44
|
callback_url: '콜백 URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': '예'
|
49
|
+
'no': '아니'
|
42
50
|
new:
|
43
51
|
title: '새 애플리케이션'
|
44
52
|
show:
|
45
53
|
title: '애플리케이션: %{name}'
|
46
|
-
application_id: '애플리케이션
|
54
|
+
application_id: '애플리케이션 UID'
|
47
55
|
secret: '비밀 키'
|
48
56
|
scopes: '스코프'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: '콜백 URL'
|
50
59
|
actions: '액션'
|
51
60
|
|
@@ -115,6 +124,7 @@ ko:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 프로바이더'
|
120
130
|
applications: '애플리케이션'
|
data/rails/locales/nb.yml
CHANGED
@@ -15,6 +15,8 @@ nb:
|
|
15
15
|
relative_uri: 'må være en fullstendig URI.'
|
16
16
|
secured_uri: 'må være en HTTPS/SSL URI.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ nb:
|
|
29
31
|
form:
|
30
32
|
error: 'Whoops! Sjekk skjema for mulige feil'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Bruk en linje per URI'
|
33
36
|
native_redirect_uri: 'Bruk %{native_redirect_uri} for lokale tester'
|
34
37
|
scopes: 'Separer tagger med mellomrom. La den være blank for standard tagger.'
|
@@ -39,13 +42,19 @@ nb:
|
|
39
42
|
new: 'Ny applikasjon'
|
40
43
|
name: 'Navn'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Handlinger'
|
46
|
+
confidential: 'Konfidensiell?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Ja'
|
49
|
+
'no': 'Nei'
|
42
50
|
new:
|
43
51
|
title: 'Ny Applikasjon'
|
44
52
|
show:
|
45
53
|
title: 'Applikasjon: %{name}'
|
46
|
-
application_id: '
|
54
|
+
application_id: 'Applikasjoner UID'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Tagger'
|
57
|
+
confidential: 'Konfidensiell'
|
49
58
|
callback_urls: 'Callback url-er'
|
50
59
|
actions: 'Handlinger'
|
51
60
|
|
@@ -115,6 +124,7 @@ nb:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Leverandør'
|
120
130
|
applications: 'Applikasjoner'
|
data/rails/locales/nl.yml
CHANGED
@@ -15,6 +15,8 @@ nl:
|
|
15
15
|
relative_uri: 'moet een absolute URI zijn.'
|
16
16
|
secured_uri: 'moet een HTTPS/SSL URI zijn.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ nl:
|
|
29
31
|
form:
|
30
32
|
error: 'Oops! Controleer het formulier op fouten'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Gebruik één regel per URI. '
|
33
36
|
native_redirect_uri: 'Gebruik %{native_redirect_uri} voor lokale tests'
|
34
37
|
scopes: 'Scheid scopes met spaties. Laat leeg om de standaard scopes te gebruiken.'
|
@@ -39,13 +42,19 @@ nl:
|
|
39
42
|
new: 'Nieuwe applicatie'
|
40
43
|
name: 'Naam'
|
41
44
|
callback_url: 'Callback URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Ja'
|
49
|
+
'no': 'Nee'
|
42
50
|
new:
|
43
51
|
title: 'Nieuwe applicatie'
|
44
52
|
show:
|
45
53
|
title: 'Applicatie: %{name}'
|
46
|
-
application_id: 'Applicatie
|
54
|
+
application_id: 'Applicatie UID'
|
47
55
|
secret: 'Secret'
|
48
56
|
scopes: 'Scopes'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'Callback urls'
|
50
59
|
actions: 'Acties'
|
51
60
|
|
@@ -115,6 +124,7 @@ nl:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Provider'
|
120
130
|
applications: 'Applicaties'
|
data/rails/locales/pt-BR.yml
CHANGED
@@ -15,6 +15,8 @@ pt-BR:
|
|
15
15
|
relative_uri: 'dever ser uma URI absoluta.'
|
16
16
|
secured_uri: 'deve ser uma URI HTTPS/SSL.'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ pt-BR:
|
|
29
31
|
form:
|
30
32
|
error: 'Whoops! Veja o form para possíveis erros'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: 'Use uma linha por URI'
|
33
36
|
native_redirect_uri: 'Use %{native_redirect_uri} para testes locais'
|
34
37
|
scopes: ~
|
@@ -39,13 +42,19 @@ pt-BR:
|
|
39
42
|
new: 'Nova Aplicação'
|
40
43
|
name: 'Nome'
|
41
44
|
callback_url: 'URL de Callback'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Sim'
|
49
|
+
'no': 'Não'
|
42
50
|
new:
|
43
51
|
title: 'Nova Aplicação'
|
44
52
|
show:
|
45
53
|
title: 'Aplicação: %{name}'
|
46
|
-
application_id: 'Id da Aplicação (Application
|
54
|
+
application_id: 'Id da Aplicação (Application UID)'
|
47
55
|
secret: 'Segredo (Secret)'
|
48
56
|
scopes: ~
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: 'urls de Callback'
|
50
59
|
actions: 'Ações'
|
51
60
|
|
@@ -115,6 +124,7 @@ pt-BR:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'Provedor OAuth2 (OAuth2 Provider)'
|
120
130
|
applications: 'Aplicações'
|
data/rails/locales/ru.yml
CHANGED
@@ -15,6 +15,8 @@ ru:
|
|
15
15
|
relative_uri: 'должен быть абсолютным URI'
|
16
16
|
secured_uri: 'должен быть HTTPS/SSL URI'
|
17
17
|
forbidden_uri: 'заблокирован со стороны сервера.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "не соответствуют конфигурации сервера."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ ru:
|
|
29
31
|
form:
|
30
32
|
error: 'Возникли ошибки! Проверьте правильность заполнения полей'
|
31
33
|
help:
|
34
|
+
confidential: 'Приложение будет использоваться там, где секретный ключ защищён от просмотра. Мобильные приложения и одностраничные веб-приложения (SPA) рассматриваются как незащищённые.'
|
32
35
|
redirect_uri: 'Указывайте каждый URI в отдельной строке'
|
33
36
|
native_redirect_uri: 'Используйте %{native_redirect_uri} для локального тестирования'
|
34
37
|
scopes: 'Записывайте скоупы через пробел. Оставьте поле пустым для использования значений по-умолчанию'
|
@@ -39,6 +42,11 @@ ru:
|
|
39
42
|
new: 'Новое приложение'
|
40
43
|
name: 'Наименование'
|
41
44
|
callback_url: 'URL обратного вызова'
|
45
|
+
actions: 'Действия'
|
46
|
+
confidential: 'Конфиденциально?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Да'
|
49
|
+
'no': 'Нет'
|
42
50
|
new:
|
43
51
|
title: 'Новое приложение'
|
44
52
|
show:
|
@@ -46,6 +54,7 @@ ru:
|
|
46
54
|
application_id: 'ID приложения'
|
47
55
|
secret: 'Секретный ключ'
|
48
56
|
scopes: 'Скоупы'
|
57
|
+
confidential: 'Конфиденциально'
|
49
58
|
callback_urls: 'Список URL обратного вызова'
|
50
59
|
actions: 'Действия'
|
51
60
|
|
@@ -115,6 +124,7 @@ ru:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth 2 провайдер'
|
120
130
|
applications: 'Приложения'
|
data/rails/locales/zh-CN.yml
CHANGED
@@ -15,6 +15,8 @@ zh-CN:
|
|
15
15
|
relative_uri: '必须是绝对的 URI 地址'
|
16
16
|
secured_uri: '必须是 HTTPS/SSL 的 URI 地址'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ zh-CN:
|
|
29
31
|
form:
|
30
32
|
error: '抱歉! 提交信息的时候遇到了下面的错误'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: '每行只能有一个 URI'
|
33
36
|
native_redirect_uri: '本地测试请使用 %{native_redirect_uri}'
|
34
37
|
scopes: '用空格分割权限范围,留空则使用默认设置'
|
@@ -39,13 +42,19 @@ zh-CN:
|
|
39
42
|
new: '创建新应用'
|
40
43
|
name: '名称'
|
41
44
|
callback_url: '回调 URL'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': '是'
|
49
|
+
'no': '沒有'
|
42
50
|
new:
|
43
51
|
title: '创建新应用'
|
44
52
|
show:
|
45
53
|
title: '应用:%{name}'
|
46
|
-
application_id: '应用
|
54
|
+
application_id: '应用 UID'
|
47
55
|
secret: '应用密钥'
|
48
56
|
scopes: '权限范围'
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: '回调 URL'
|
50
59
|
actions: '操作'
|
51
60
|
|
@@ -115,6 +124,7 @@ zh-CN:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 提供商'
|
120
130
|
applications: '应用'
|
data/rails/locales/zh-HK.yml
CHANGED
@@ -15,6 +15,8 @@ zh-HK:
|
|
15
15
|
relative_uri: "必需為絕對 URI。"
|
16
16
|
secured_uri: "必需使用有 HTTPS/SSL 加密的 URI。"
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -31,23 +33,30 @@ zh-HK:
|
|
31
33
|
form:
|
32
34
|
error: "噢!請檢查你表格的錯誤訊息"
|
33
35
|
help:
|
36
|
+
confidential: 'Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential.'
|
34
37
|
native_redirect_uri: "使用 %{native_redirect_uri} 作局部測試"
|
35
38
|
redirect_uri: "每行輸入一個 URI"
|
36
39
|
scopes: "請用半形空格分開權限範圍 (scope)。留空表示使用預設的權限範圍"
|
37
40
|
index:
|
38
|
-
callback_url: "回傳網址"
|
39
41
|
name: "名稱"
|
40
42
|
new: "新增應用程式"
|
41
43
|
title: "你的應用程式"
|
44
|
+
callback_url: "回傳網址"
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Yes'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: "新增應用程式"
|
44
52
|
show:
|
45
|
-
actions: "操作"
|
46
|
-
application_id: "應用程式 ID"
|
47
|
-
callback_urls: "回傳網址"
|
48
|
-
scopes: "權限範圍"
|
49
|
-
secret: "密碼"
|
50
53
|
title: "應用程式︰ %{name}"
|
54
|
+
application_id: "應用程式 UID"
|
55
|
+
secret: "密碼"
|
56
|
+
scopes: "權限範圍"
|
57
|
+
confidential: 'Confidential'
|
58
|
+
callback_urls: "回傳網址"
|
59
|
+
actions: "操作"
|
51
60
|
|
52
61
|
authorizations:
|
53
62
|
buttons:
|
@@ -115,6 +124,7 @@ zh-HK:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
applications: "應用程式"
|
120
130
|
oauth2_provider: "OAuth2 供應者"
|
data/rails/locales/zh-TW.yml
CHANGED
@@ -15,6 +15,8 @@ zh-TW:
|
|
15
15
|
relative_uri: '必須是絕對的網址'
|
16
16
|
secured_uri: '必須是有 HTTPS/SSL 的網址'
|
17
17
|
forbidden_uri: 'is forbidden by the server.'
|
18
|
+
scopes:
|
19
|
+
not_match_configured: "doesn't match configured on the server."
|
18
20
|
|
19
21
|
doorkeeper:
|
20
22
|
applications:
|
@@ -29,6 +31,7 @@ zh-TW:
|
|
29
31
|
form:
|
30
32
|
error: 'Whoops! 確認表單內可能的錯誤'
|
31
33
|
help:
|
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.'
|
32
35
|
redirect_uri: '每個網址必須只有一行'
|
33
36
|
native_redirect_uri: '使用 %{native_redirect_uri} 作本地端測試'
|
34
37
|
scopes: ~
|
@@ -39,13 +42,19 @@ zh-TW:
|
|
39
42
|
new: '新應用'
|
40
43
|
name: '名稱'
|
41
44
|
callback_url: '回應網址'
|
45
|
+
actions: 'Actions'
|
46
|
+
confidential: 'Confidential?'
|
47
|
+
confidentiality:
|
48
|
+
'yes': 'Yes'
|
49
|
+
'no': 'No'
|
42
50
|
new:
|
43
51
|
title: '新應用'
|
44
52
|
show:
|
45
53
|
title: '應用: %{name}'
|
46
|
-
application_id: '應用
|
54
|
+
application_id: '應用 UID'
|
47
55
|
secret: '私鑰'
|
48
56
|
scopes: ~
|
57
|
+
confidential: 'Confidential'
|
49
58
|
callback_urls: '回應網址'
|
50
59
|
actions: '動作'
|
51
60
|
|
@@ -115,6 +124,7 @@ zh-TW:
|
|
115
124
|
|
116
125
|
layouts:
|
117
126
|
admin:
|
127
|
+
title: 'Doorkeeper'
|
118
128
|
nav:
|
119
129
|
oauth2_provider: 'OAuth2 Provider'
|
120
130
|
applications: '應用'
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doorkeeper-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tute Costa
|
8
|
+
- Nikita Bulai
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
@@ -68,7 +69,7 @@ dependencies:
|
|
68
69
|
version: '0'
|
69
70
|
description: Translations for doorkeeper rubygem.
|
70
71
|
email:
|
71
|
-
-
|
72
|
+
- bulaj.nikita@gmail.com
|
72
73
|
executables: []
|
73
74
|
extensions: []
|
74
75
|
extra_rdoc_files: []
|