doorkeeper-i18n 5.2.6 → 5.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/doorkeeper-i18n.gemspec +1 -1
- data/rails/locales/de.yml +55 -55
- data/rails/locales/sv.yml +135 -0
- data/rails/locales/vi.yml +135 -0
- data/spec/locale_loading_spec.rb +3 -3
- data/spec/support/fake_app.rb +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59d39e228b984a5e32677a3d0f214126823330b496bcb12538021456c2b89134
|
|
4
|
+
data.tar.gz: a9870743248edb1e3cf2c84176aae856af427e58194e0422a7f93c6107f797de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c53b1000f6de17c135a5457e9ee37831c8f592682d92f9af92f6704bfbb9f341999ea09705946b7d96523f0f9c934d37f24d703371a7b08eee2c06ec298e695
|
|
7
|
+
data.tar.gz: dc7f6bdd3b981e6526f3a270e6e3e40b6fb81200d6351ff77af8a4150600b2b5e065c8dbfecb9a89c1c63416e3b1355598a783efa6a58f714201472e4f1a118a
|
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.8"
|
|
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
|
+
sv:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
doorkeeper/application:
|
|
5
|
+
name: 'Namn'
|
|
6
|
+
redirect_uri: 'Omdirigerings-URI'
|
|
7
|
+
errors:
|
|
8
|
+
models:
|
|
9
|
+
doorkeeper/application:
|
|
10
|
+
attributes:
|
|
11
|
+
redirect_uri:
|
|
12
|
+
fragment_present: 'kan inte innehålla ett fragment.'
|
|
13
|
+
invalid_uri: 'måste vara en giltig URI.'
|
|
14
|
+
unspecified_scheme: 'måste specificera ett schema.'
|
|
15
|
+
relative_uri: 'måste vara en absolut URI.'
|
|
16
|
+
secured_uri: 'måste vara en HTTPS/SSL URI.'
|
|
17
|
+
forbidden_uri: 'är förbjuden av servern.'
|
|
18
|
+
scopes:
|
|
19
|
+
not_match_configured: "matchar inte det som är konfigurerat på servern."
|
|
20
|
+
doorkeeper:
|
|
21
|
+
applications:
|
|
22
|
+
confirmations:
|
|
23
|
+
destroy: 'Är du säker?'
|
|
24
|
+
buttons:
|
|
25
|
+
edit: 'Redigera'
|
|
26
|
+
destroy: 'Ta bort'
|
|
27
|
+
submit: 'Skicka'
|
|
28
|
+
cancel: 'Avbryt'
|
|
29
|
+
authorize: 'Auktorisera'
|
|
30
|
+
form:
|
|
31
|
+
error: 'Hoppsan! Kontrollera ditt formulär för eventuella fel'
|
|
32
|
+
help:
|
|
33
|
+
confidential: 'Applikationen kommer att användas där klienthemligheten kan hållas konfidentiell. Native mobilappar och Single Page Apps anses vara icke-konfidentiella.'
|
|
34
|
+
redirect_uri: 'Använd en rad per URI'
|
|
35
|
+
blank_redirect_uri: "Lämna det tomt om du har konfigurerat din provider att använda Client Credentials, Resource Owner Password Credentials eller någon annan grant-typ som inte kräver omdirigerings-URI."
|
|
36
|
+
scopes: 'Separera scope med mellanslag. Lämna tomt för att använda standard-scope.'
|
|
37
|
+
edit:
|
|
38
|
+
title: 'Redigera applikation'
|
|
39
|
+
index:
|
|
40
|
+
title: 'Dina applikationer'
|
|
41
|
+
new: 'Ny applikation'
|
|
42
|
+
name: 'Namn'
|
|
43
|
+
callback_url: 'Callback-URL'
|
|
44
|
+
confidential: 'Konfidentiell?'
|
|
45
|
+
actions: 'Åtgärder'
|
|
46
|
+
confidentiality:
|
|
47
|
+
'yes': 'Ja'
|
|
48
|
+
'no': 'Nej'
|
|
49
|
+
new:
|
|
50
|
+
title: 'Ny applikation'
|
|
51
|
+
show:
|
|
52
|
+
title: 'Applikation: %{name}'
|
|
53
|
+
application_id: 'UID'
|
|
54
|
+
secret: 'Hemlighet'
|
|
55
|
+
secret_hashed: 'Hemlighet hashad'
|
|
56
|
+
scopes: 'Scope'
|
|
57
|
+
confidential: 'Konfidentiell'
|
|
58
|
+
callback_urls: 'Callback-URL:er'
|
|
59
|
+
actions: 'Åtgärder'
|
|
60
|
+
not_defined: 'Inte definierad'
|
|
61
|
+
authorizations:
|
|
62
|
+
buttons:
|
|
63
|
+
authorize: 'Auktorisera'
|
|
64
|
+
deny: 'Neka'
|
|
65
|
+
error:
|
|
66
|
+
title: 'Ett fel har uppstått'
|
|
67
|
+
new:
|
|
68
|
+
title: 'Auktorisering krävs'
|
|
69
|
+
prompt: 'Auktorisera %{client_name} att använda ditt konto?'
|
|
70
|
+
able_to: 'Denna applikation kommer att kunna'
|
|
71
|
+
show:
|
|
72
|
+
title: 'Auktoriseringskod'
|
|
73
|
+
form_post:
|
|
74
|
+
title: 'Skicka detta formulär'
|
|
75
|
+
authorized_applications:
|
|
76
|
+
confirmations:
|
|
77
|
+
revoke: 'Är du säker?'
|
|
78
|
+
buttons:
|
|
79
|
+
revoke: 'Återkalla'
|
|
80
|
+
index:
|
|
81
|
+
title: 'Dina auktoriserade applikationer'
|
|
82
|
+
application: 'Applikation'
|
|
83
|
+
created_at: 'Skapad'
|
|
84
|
+
date_format: '%Y-%m-%d %H:%M:%S'
|
|
85
|
+
pre_authorization:
|
|
86
|
+
status: 'Förauktorisering'
|
|
87
|
+
errors:
|
|
88
|
+
messages:
|
|
89
|
+
invalid_request:
|
|
90
|
+
unknown: 'Begäran saknar en obligatorisk parameter, innehåller ett parametervärde som inte stöds, eller är på annat sätt felaktigt formaterad.'
|
|
91
|
+
missing_param: 'Saknar obligatorisk parameter: %{value}.'
|
|
92
|
+
request_not_authorized: 'Begäran måste vara auktoriserad. Obligatorisk parameter för auktorisering av begäran saknas eller är ogiltig.'
|
|
93
|
+
invalid_redirect_uri: "Den begärda omdirigerings-URI:n är felaktigt formaterad eller matchar inte klientens omdirigerings-URI."
|
|
94
|
+
unauthorized_client: 'Klienten är inte auktoriserad att utföra denna begäran med denna metod.'
|
|
95
|
+
access_denied: 'Resursägaren eller auktoriseringsservern nekade begäran.'
|
|
96
|
+
invalid_scope: 'Det begärda scopet är ogiltigt, okänt eller felaktigt formaterat.'
|
|
97
|
+
invalid_code_challenge_method: 'Code challenge-metoden måste vara plain eller S256.'
|
|
98
|
+
server_error: 'Auktoriseringsservern stötte på ett oväntat tillstånd som förhindrade den från att uppfylla begäran.'
|
|
99
|
+
temporarily_unavailable: 'Auktoriseringsservern kan för närvarande inte hantera begäran på grund av tillfällig överbelastning eller underhåll av servern.'
|
|
100
|
+
credential_flow_not_configured: 'Resource Owner Password Credentials-flödet misslyckades på grund av att Doorkeeper.configure.resource_owner_from_credentials inte är konfigurerat.'
|
|
101
|
+
resource_owner_authenticator_not_configured: 'Resource Owner-sökning misslyckades på grund av att Doorkeeper.configure.resource_owner_authenticator inte är konfigurerat.'
|
|
102
|
+
admin_authenticator_not_configured: 'Åtkomst till admin-panelen är förbjuden på grund av att Doorkeeper.configure.admin_authenticator inte är konfigurerat.'
|
|
103
|
+
unsupported_response_type: 'Auktoriseringsservern stöder inte denna respons-typ.'
|
|
104
|
+
unsupported_response_mode: 'Auktoriseringsservern stöder inte detta respons-läge.'
|
|
105
|
+
invalid_client: 'Klientautentisering misslyckades på grund av okänd klient, ingen klientautentisering inkluderad, eller stöds inte autentiseringsmetod.'
|
|
106
|
+
invalid_grant: 'Den tillhandahållna auktoriseringsbeviljandet är ogiltigt, har gått ut, har återkallats, matchar inte omdirigerings-URI:n som användes i auktoriseringsbegäran, eller utfärdades till en annan klient.'
|
|
107
|
+
unsupported_grant_type: 'Auktoriseringsbeviljandetypen stöds inte av auktoriseringsservern.'
|
|
108
|
+
invalid_token:
|
|
109
|
+
revoked: "Åtkomsttoken har återkallats"
|
|
110
|
+
expired: "Åtkomsttoken har gått ut"
|
|
111
|
+
unknown: "Åtkomsttoken är ogiltig"
|
|
112
|
+
revoke:
|
|
113
|
+
unauthorized: "Du är inte auktoriserad att återkalla denna token"
|
|
114
|
+
forbidden_token:
|
|
115
|
+
missing_scope: 'Åtkomst till denna resurs kräver scope "%{oauth_scopes}".'
|
|
116
|
+
flash:
|
|
117
|
+
applications:
|
|
118
|
+
create:
|
|
119
|
+
notice: 'Applikation skapad.'
|
|
120
|
+
destroy:
|
|
121
|
+
notice: 'Applikation borttagen.'
|
|
122
|
+
update:
|
|
123
|
+
notice: 'Applikation uppdaterad.'
|
|
124
|
+
authorized_applications:
|
|
125
|
+
destroy:
|
|
126
|
+
notice: 'Applikation återkallad.'
|
|
127
|
+
layouts:
|
|
128
|
+
admin:
|
|
129
|
+
title: 'Doorkeeper'
|
|
130
|
+
nav:
|
|
131
|
+
oauth2_provider: 'OAuth2 Provider'
|
|
132
|
+
applications: 'Applikationer'
|
|
133
|
+
home: 'Hem'
|
|
134
|
+
application:
|
|
135
|
+
title: 'OAuth-auktorisering krävs'
|
|
@@ -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/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)
|
data/spec/support/fake_app.rb
CHANGED
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.8
|
|
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: 2025-10-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: doorkeeper
|
|
@@ -119,7 +119,9 @@ files:
|
|
|
119
119
|
- rails/locales/pt-BR.yml
|
|
120
120
|
- rails/locales/ru.yml
|
|
121
121
|
- rails/locales/sk.yml
|
|
122
|
+
- rails/locales/sv.yml
|
|
122
123
|
- rails/locales/tr.yml
|
|
124
|
+
- rails/locales/vi.yml
|
|
123
125
|
- rails/locales/zh-CN.yml
|
|
124
126
|
- rails/locales/zh-HK.yml
|
|
125
127
|
- rails/locales/zh-TW.yml
|
|
@@ -149,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
151
|
- !ruby/object:Gem::Version
|
|
150
152
|
version: '0'
|
|
151
153
|
requirements: []
|
|
152
|
-
rubygems_version: 3.
|
|
154
|
+
rubygems_version: 3.1.6
|
|
153
155
|
signing_key:
|
|
154
156
|
specification_version: 4
|
|
155
157
|
summary: Translations for doorkeeper rubygem.
|