doorkeeper-i18n 5.2.2 → 5.2.3

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.
data/rails/locales/ca.yml CHANGED
@@ -2,144 +2,134 @@ ca:
2
2
  activerecord:
3
3
  attributes:
4
4
  doorkeeper/application:
5
- name: 'Nom'
6
- redirect_uri: 'URI de redirecció'
7
- scopes: 'Àmbits'
5
+ name: Nom
6
+ redirect_uri: URI de redirecció
8
7
  errors:
9
8
  models:
10
9
  doorkeeper/application:
11
10
  attributes:
12
11
  redirect_uri:
13
- fragment_present: 'no pot contenir un fragment.'
14
- invalid_uri: 'ha de ser una URI vàlid.'
15
- unspecified_scheme: 'must specify a scheme.'
16
- relative_uri: 'ha de ser una URI absoluta.'
17
- secured_uri: 'ha de ser una URI HTTPS/SSL.'
18
- forbidden_uri: 'està prohibida pel servidor'
12
+ fragment_present: no pot contenir un fragment.
13
+ invalid_uri: ha de ser una URI vàlid.
14
+ unspecified_scheme: must specify a scheme.
15
+ relative_uri: ha de ser una URI absoluta.
16
+ secured_uri: ha de ser una URI HTTPS/SSL.
17
+ forbidden_uri: està prohibida pel servidor
19
18
  scopes:
20
- not_match_configured: "doesn't match configured on the server."
21
-
19
+ not_match_configured: doesn't match configured on the server.
22
20
  doorkeeper:
23
21
  applications:
24
22
  confirmations:
25
- destroy: "Segur que vols eliminar l'aplicació?"
23
+ destroy: Segur que vols eliminar l'aplicació?
26
24
  buttons:
27
- edit: 'Editar'
28
- destroy: 'Eliminar'
29
- submit: 'Enviar'
30
- cancel: 'Cancel·lar'
31
- authorize: 'Autoritzar'
25
+ edit: Editar
26
+ destroy: Eliminar
27
+ submit: Enviar
28
+ cancel: Cancel·lar
29
+ authorize: Autoritzar
32
30
  form:
33
- error: 'Ups! Sembla que hi ha errors al formulari'
31
+ error: Ups! Sembla que hi ha errors al formulari
34
32
  help:
35
- confidential: 'Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential.'
36
- redirect_uri: 'Utilitza una línia per URI'
37
- blank_redirect_uri: "Leave it blank if you configured your provider to use Client Credentials, Resource Owner Password Credentials or any other grant type that doesn't require redirect URI."
38
- scopes: 'Separa els àmbits amb espais. Deixa-ho en blanc per utilitzar els àmbits per defecte.'
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.
34
+ redirect_uri: Utilitza una línia per URI
35
+ blank_redirect_uri: Leave it blank if you configured your provider to use Client Credentials, Resource Owner Password Credentials or any other grant type that doesn't require redirect URI.
36
+ scopes: Separa els àmbits amb espais. Deixa-ho en blanc per utilitzar els àmbits per defecte.
39
37
  edit:
40
- title: 'Editar aplicació'
38
+ title: Editar aplicació
41
39
  index:
42
- title: 'Les teves aplicacions'
43
- new: 'Nova aplicació'
44
- name: 'Nom'
45
- callback_url: 'Callback URL'
46
- actions: 'Actions'
47
- confidential: 'Confidential?'
40
+ title: Les teves aplicacions
41
+ new: Nova aplicació
42
+ name: Nom
43
+ callback_url: Callback URL
44
+ confidential: Confidential?
45
+ actions: Actions
48
46
  confidentiality:
49
- 'yes': ''
47
+ 'yes': Sí
50
48
  'no': 'No'
51
49
  new:
52
- title: 'Nova aplicació'
50
+ title: Nova aplicació
53
51
  show:
54
52
  title: 'Aplicació: %{name}'
55
- application_id: "Identificador d'aplicació"
56
- secret: 'Secret'
57
- scopes: 'Àmbits'
58
- confidential: 'Confidential'
59
- callback_urls: 'URLs de callback'
60
- actions: 'Accions'
61
-
53
+ application_id: Identificador d'aplicació
54
+ secret: Secret
55
+ secret_hashed: Secret hashed
56
+ scopes: Àmbits
57
+ confidential: Confidential
58
+ callback_urls: URLs de callback
59
+ actions: Accions
60
+ not_defined: Not defined
62
61
  authorizations:
63
62
  buttons:
64
- authorize: 'Autoritzar'
65
- deny: 'Denegar'
63
+ authorize: Autoritzar
64
+ deny: Denegar
66
65
  error:
67
- title: 'Hi ha hagut un error'
66
+ title: Hi ha hagut un error
68
67
  new:
69
- title: 'Autorització necessària'
70
- prompt: 'Autoritzes a %{client_name} per a que utilitzi el teu compte?'
71
- able_to: 'Aquesta aplicació tindrà permisos per a'
68
+ title: Autorització necessària
69
+ prompt: Autoritzes a %{client_name} per a que utilitzi el teu compte?
70
+ able_to: Aquesta aplicació tindrà permisos per a
72
71
  show:
73
- title: "Codi d'autorització"
74
-
72
+ title: Codi d'autorització
73
+ form_post:
74
+ title: Submit this form
75
75
  authorized_applications:
76
76
  confirmations:
77
- revoke: 'Segur que vols anul·lar aquesta aplicació?'
77
+ revoke: Segur que vols anul·lar aquesta aplicació?
78
78
  buttons:
79
- revoke: 'Anul·lar'
79
+ revoke: Anul·lar
80
80
  index:
81
- title: 'Les teves aplicacions autoritzades'
82
- application: 'Aplicació'
83
- created_at: 'Data de creació'
84
- date_format: '%d/%m/%Y %H:%M:%S'
85
-
81
+ title: Les teves aplicacions autoritzades
82
+ application: Aplicació
83
+ created_at: Data de creació
84
+ date_format: "%d/%m/%Y %H:%M:%S"
86
85
  pre_authorization:
87
- status: 'Pre-authorization'
88
-
86
+ status: Pre-authorization
89
87
  errors:
90
88
  messages:
91
- # Common error messages
92
89
  invalid_request:
93
- unknown: 'A la petició li manca un paràmetre obligatori, inclou un valor de paràmetre incompatible, o té un format incorrecte.'
90
+ unknown: A la petició li manca un paràmetre obligatori, inclou un valor de paràmetre incompatible, o té un format incorrecte.
94
91
  missing_param: 'Missing required parameter: %{value}.'
95
- not_support_pkce: 'Invalid code_verifier parameter. Server does not support pkce.'
96
- request_not_authorized: 'Request need to be authorized. Required parameter for authorizing request is missing or invalid.'
97
- invalid_redirect_uri: 'La URI de redirecció no és vàlida.'
98
- unauthorized_client: 'El client no autorització per a realitzar aquesta petició amb aquest mètode.'
99
- access_denied: "El propietari del recurs o el servidor d'autorització han denegat la petició."
100
- invalid_scope: "L'àmbit sol·licitat no és vàlid, és desconegut, o té un format incorrecte."
101
- invalid_code_challenge_method: 'The code challenge method must be plain or S256.'
102
- server_error: "El servidor d'autorització ha trobat una condició inesperada que le ha impedit completar la petició."
103
- temporarily_unavailable: "El servidor d'autorització no ha pogut gestionar la petició per una sobrecàrrega temporal o per mantenimient del servidor."
104
-
105
- # Configuration error messages
106
- 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.'
107
- resource_owner_authenticator_not_configured: 'La cerca del propietari del recurs ha fallat per què Doorkeeper.configure.resource_owner_authenticator no està configurat.'
108
- admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.'
109
-
110
- # Access grant errors
111
- unsupported_response_type: "El servidor d'autorització no permet aquest tipus de respuesta."
112
-
113
- # Access token errors
114
- invalid_client: "L'autenticació del client ha fallado ja que el client és desconegut, no està autenticat, o el mètode d'autenticació és incompatible."
115
- invalid_grant: "L'autorització proporcionada no és vàlida, ha expirat, ha estat anul·lada, no coincideix amb la URI de redirecció utilitzada a la petició d'autorització, o ha estat sol·licitada per un altre client."
116
- unsupported_grant_type: "El tipus d'autorització no està permesa per el servidor d'autorització."
117
-
92
+ request_not_authorized: Request need to be authorized. Required parameter for authorizing request is missing or invalid.
93
+ invalid_redirect_uri: La URI de redirecció no és vàlida.
94
+ unauthorized_client: El client no autorització per a realitzar aquesta petició amb aquest mètode.
95
+ access_denied: El propietari del recurs o el servidor d'autorització han denegat la petició.
96
+ invalid_scope: L'àmbit sol·licitat no és vàlid, és desconegut, o un format incorrecte.
97
+ invalid_code_challenge_method: The code challenge method must be plain or S256.
98
+ server_error: El servidor d'autorització ha trobat una condició inesperada que le ha impedit completar la petició.
99
+ temporarily_unavailable: El servidor d'autorització no ha pogut gestionar la petició per una sobrecàrrega temporal o per mantenimient del servidor.
100
+ 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.
101
+ resource_owner_authenticator_not_configured: La cerca del propietari del recurs ha fallat per què Doorkeeper.configure.resource_owner_authenticator no està configurat.
102
+ admin_authenticator_not_configured: Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.
103
+ unsupported_response_type: El servidor d'autorització no permet aquest tipus de respuesta.
104
+ unsupported_response_mode: The authorization server does not support this response mode.
105
+ invalid_client: L'autenticació del client ha fallado ja que el client és desconegut, no està autenticat, o el mètode d'autenticació és incompatible.
106
+ invalid_grant: L'autorització proporcionada no és vàlida, ha expirat, ha estat anul·lada, no coincideix amb la URI de redirecció utilitzada a la petició d'autorització, o ha estat sol·licitada per un altre client.
107
+ unsupported_grant_type: El tipus d'autorització no està permesa per el servidor d'autorització.
118
108
  invalid_token:
119
- revoked: "El token d'accés ha estat anul·lat"
120
- expired: "El token d'accés ha expirat"
121
- unknown: "El token d'accés és invàlid"
109
+ revoked: El token d'accés ha estat anul·lat
110
+ expired: El token d'accés ha expirat
111
+ unknown: El token d'accés és invàlid
122
112
  revoke:
123
- unauthorized: "You are not authorized to revoke this token"
124
-
113
+ unauthorized: You are not authorized to revoke this token
114
+ forbidden_token:
115
+ missing_scope: Access to this resource requires scope "%{oauth_scopes}".
125
116
  flash:
126
117
  applications:
127
118
  create:
128
- notice: 'Aplicació creada.'
119
+ notice: Aplicació creada.
129
120
  destroy:
130
- notice: 'Aplicació eliminada.'
121
+ notice: Aplicació eliminada.
131
122
  update:
132
- notice: 'Aplicació actualizada.'
123
+ notice: Aplicació actualizada.
133
124
  authorized_applications:
134
125
  destroy:
135
- notice: 'Aplicació anul·lada.'
136
-
126
+ notice: Aplicació anul·lada.
137
127
  layouts:
138
128
  admin:
139
- title: 'Doorkeeper'
129
+ title: Doorkeeper
140
130
  nav:
141
- oauth2_provider: 'Proveïdor OAuth2'
142
- applications: 'Aplicacions'
143
- home: 'Inici'
131
+ oauth2_provider: Proveïdor OAuth2
132
+ applications: Aplicacions
133
+ home: Inici
144
134
  application:
145
- title: 'Autorització OAuth necessària'
135
+ title: Autorització OAuth necessària
data/rails/locales/cs.yml CHANGED
@@ -2,144 +2,134 @@ cs:
2
2
  activerecord:
3
3
  attributes:
4
4
  doorkeeper/application:
5
- name: 'Jméno'
6
- redirect_uri: 'URI přesměrování'
7
- scopes: 'Scopes'
5
+ name: Jméno
6
+ redirect_uri: URI přesměrování
8
7
  errors:
9
8
  models:
10
9
  doorkeeper/application:
11
10
  attributes:
12
11
  redirect_uri:
13
- fragment_present: 'nemůže obsahovat fragment.'
14
- invalid_uri: 'musí být platná URI.'
15
- unspecified_scheme: 'must specify a scheme.'
16
- relative_uri: 'musí být absolutní URI.'
17
- secured_uri: 'musí být HTTPS/SSL URI.'
18
- forbidden_uri: 'je serverem zakázána.'
12
+ fragment_present: nemůže obsahovat fragment.
13
+ invalid_uri: musí být platná URI.
14
+ unspecified_scheme: must specify a scheme.
15
+ relative_uri: musí být absolutní URI.
16
+ secured_uri: musí být HTTPS/SSL URI.
17
+ forbidden_uri: je serverem zakázána.
19
18
  scopes:
20
- not_match_configured: "neodpovídá nastavenému serveru."
21
-
19
+ not_match_configured: neodpovídá nastavenému serveru.
22
20
  doorkeeper:
23
21
  applications:
24
22
  confirmations:
25
- destroy: 'Opravdu smazat?'
23
+ destroy: Opravdu smazat?
26
24
  buttons:
27
- edit: 'Upravit'
28
- destroy: 'Smazat'
29
- submit: 'Odeslat'
30
- cancel: 'Zrušit'
31
- authorize: 'Autorizovat'
25
+ edit: Upravit
26
+ destroy: Smazat
27
+ submit: Odeslat
28
+ cancel: Zrušit
29
+ authorize: Autorizovat
32
30
  form:
33
- error: 'Chyba! Zkontrolujte a opravte chyby ve formuláři'
31
+ error: Chyba! Zkontrolujte a opravte chyby ve formuláři
34
32
  help:
35
- confidential: 'Aplikace bude použita tam, kde je možné zachovat důvěrnost klienta. Nativní mobilní aplikace a aplikace s jednou stránkou jsou považovány za nedůvěrné.'
36
- redirect_uri: 'Na každý řádek jedna URI'
37
- blank_redirect_uri: "Ponechte prázdné, pokud jste nakonfigurovali svého poskytovatele, aby používal pověření klienta, pověření vlastníka hesla nebo jiný typ grantu, který nevyžaduje přesměrování identifikátoru URI."
38
- scopes: 'Oddělte scopy mezerami. Nechte prázdné pro použití default scopu.'
33
+ confidential: Aplikace bude použita tam, kde je možné zachovat důvěrnost klienta. Nativní mobilní aplikace a aplikace s jednou stránkou jsou považovány za nedůvěrné.
34
+ redirect_uri: Na každý řádek jedna URI
35
+ blank_redirect_uri: Ponechte prázdné, pokud jste nakonfigurovali svého poskytovatele, aby používal pověření klienta, pověření vlastníka hesla nebo jiný typ grantu, který nevyžaduje přesměrování identifikátoru URI.
36
+ scopes: Oddělte scopy mezerami. Nechte prázdné pro použití default scopu.
39
37
  edit:
40
- title: 'Upravit aplikaci'
38
+ title: Upravit aplikaci
41
39
  index:
42
- title: 'Vaše aplikace'
43
- new: 'Nová aplikace'
44
- name: 'Název'
45
- callback_url: 'Callback URL'
46
- confidential: 'Důvěrné?'
47
- actions: 'Akce'
40
+ title: Vaše aplikace
41
+ new: Nová aplikace
42
+ name: Název
43
+ callback_url: Callback URL
44
+ confidential: Důvěrné?
45
+ actions: Akce
48
46
  confidentiality:
49
- 'yes': 'Ano'
50
- 'no': 'Ne'
47
+ 'yes': Ano
48
+ 'no': Ne
51
49
  new:
52
- title: 'Nová aplikace'
50
+ title: Nová aplikace
53
51
  show:
54
52
  title: 'Aplikace: %{name}'
55
- application_id: 'UID aplikace'
56
- secret: 'Secret'
57
- scopes: 'Scopes'
58
- confidential: 'Důvěrné'
59
- callback_urls: 'Url přesměrování'
60
- actions: 'Akce'
61
-
53
+ application_id: UID aplikace
54
+ secret: Secret
55
+ secret_hashed: Secret hashed
56
+ scopes: Scopes
57
+ confidential: Důvěrné
58
+ callback_urls: Url přesměrování
59
+ actions: Akce
60
+ not_defined: Not defined
62
61
  authorizations:
63
62
  buttons:
64
- authorize: 'Autorizovat'
65
- deny: 'Odmítnout'
63
+ authorize: Autorizovat
64
+ deny: Odmítnout
66
65
  error:
67
- title: 'Vyskytla se chyba'
66
+ title: Vyskytla se chyba
68
67
  new:
69
- title: 'Nutná autorizace'
70
- prompt: 'Autorizovat %{client_name} k přístupu k vašemu účtu?'
71
- able_to: 'Tato aplikace bude mít tato oprávnění'
68
+ title: Nutná autorizace
69
+ prompt: Autorizovat %{client_name} k přístupu k vašemu účtu?
70
+ able_to: Tato aplikace bude mít tato oprávnění
72
71
  show:
73
- title: 'Autorizační kód'
74
-
72
+ title: Autorizační kód
73
+ form_post:
74
+ title: Submit this form
75
75
  authorized_applications:
76
76
  confirmations:
77
- revoke: 'Opravdu autorizovat?'
77
+ revoke: Opravdu autorizovat?
78
78
  buttons:
79
- revoke: 'Odebrat autorizaci'
79
+ revoke: Odebrat autorizaci
80
80
  index:
81
- title: 'Vaše autorizované aplikace'
82
- application: 'Aplikace'
83
- created_at: 'Vytvořeno'
84
- date_format: '%H:%M:%S %d.%m.%T'
85
-
81
+ title: Vaše autorizované aplikace
82
+ application: Aplikace
83
+ created_at: Vytvořeno
84
+ date_format: "%H:%M:%S %d.%m.%T"
86
85
  pre_authorization:
87
- status: 'Pre-autorizace'
88
-
86
+ status: Pre-autorizace
89
87
  errors:
90
88
  messages:
91
- # Common error messages
92
89
  invalid_request:
93
- unknown: 'Požadavku chybí požadovaný parametr, obsahuje nepodporovanou hodnotu parametru, nebo je jinak poškozen.'
90
+ unknown: Požadavku chybí požadovaný parametr, obsahuje nepodporovanou hodnotu parametru, nebo je jinak poškozen.
94
91
  missing_param: 'Missing required parameter: %{value}.'
95
- not_support_pkce: 'Invalid code_verifier parameter. Server does not support pkce.'
96
- request_not_authorized: 'Request need to be authorized. Required parameter for authorizing request is missing or invalid.'
97
- invalid_redirect_uri: "Požadované přesměrování uri je chybně formátováno nebo neodpovídá přesměrování URI klienta."
98
- unauthorized_client: 'Klient není oprávněn provádět tento požadavek touto metodou.'
99
- access_denied: 'Vlastník zdroje nebo autorizační server požadavek odmítl.'
100
- invalid_scope: 'Požadovaný rozsah je neplatný, neznámý nebo poškozený.'
101
- invalid_code_challenge_method: 'Metoda výzvy kódu musí být prostá nebo S256.'
102
- server_error: 'Autorizační server narazil na neočekávanou podmínku, která mu znemožnila splnit požadavek.'
103
- temporarily_unavailable: 'Autorizační server není v současné době schopen zpracovat požadavek z důvodu dočasného přetížení nebo údržby serveru.'
104
-
105
- # Configuration error messages
106
- credential_flow_not_configured: 'Flow pověření vlastníka zdroje se nezdařil kvůli tomu, že Doorkeeper.configure.resource_owner_from_credentials není nakonfigurován.'
107
- resource_owner_authenticator_not_configured: 'Vyhledání zdroje se nezdařilo z důvodu, že Doorkeeper.configure.resource_owner_authenticator je nekonfigurován.'
108
- admin_authenticator_not_configured: 'Přístup k panelu admin je zakázán kvůli tomu, že Doorkeeper.configure.admin_authenticator je nekonfigurován.'
109
-
110
- # Access grant errors
111
- unsupported_response_type: 'Autorizační server nepodporuje tento typ odpovědi.'
112
-
113
- # Access token errors
114
- invalid_client: 'Autentizace klienta se nezdařila kvůli neznámému klientovi, žádnému ověřování klienta nebo nepodporované metodě ověřování.'
115
- invalid_grant: 'Poskytnutý grant pro udělení oprávnění je neplatný, jeho platnost vypršela, zrušena, neodpovídá identifikátoru URI přesměrování použitého v žádosti o autorizaci nebo byla vydána jinému klientovi.'
116
- unsupported_grant_type: 'Autorizační server nepodporuje typ autorizačního grantu.'
117
-
92
+ request_not_authorized: Request need to be authorized. Required parameter for authorizing request is missing or invalid.
93
+ invalid_redirect_uri: Požadované přesměrování uri je chybně formátováno nebo neodpovídá přesměrování URI klienta.
94
+ unauthorized_client: Klient není oprávněn provádět tento požadavek touto metodou.
95
+ access_denied: Vlastník zdroje nebo autorizační server požadavek odmítl.
96
+ invalid_scope: Požadovaný rozsah je neplatný, neznámý nebo poškozený.
97
+ invalid_code_challenge_method: Metoda výzvy kódu musí být prostá nebo S256.
98
+ server_error: Autorizační server narazil na neočekávanou podmínku, která mu znemožnila splnit požadavek.
99
+ temporarily_unavailable: Autorizační server není v současné době schopen zpracovat požadavek z důvodu dočasného přetížení nebo údržby serveru.
100
+ credential_flow_not_configured: Flow pověření vlastníka zdroje se nezdařil kvůli tomu, že Doorkeeper.configure.resource_owner_from_credentials není nakonfigurován.
101
+ resource_owner_authenticator_not_configured: Vyhledání zdroje se nezdařilo z důvodu, že Doorkeeper.configure.resource_owner_authenticator je nekonfigurován.
102
+ admin_authenticator_not_configured: Přístup k panelu admin je zakázán kvůli tomu, že Doorkeeper.configure.admin_authenticator je nekonfigurován.
103
+ unsupported_response_type: Autorizační server nepodporuje tento typ odpovědi.
104
+ unsupported_response_mode: The authorization server does not support this response mode.
105
+ invalid_client: Autentizace klienta se nezdařila kvůli neznámému klientovi, žádnému ověřování klienta nebo nepodporované metodě ověřování.
106
+ invalid_grant: Poskytnutý grant pro udělení oprávnění je neplatný, jeho platnost vypršela, zrušena, neodpovídá identifikátoru URI přesměrování použitého v žádosti o autorizaci nebo byla vydána jinému klientovi.
107
+ unsupported_grant_type: Autorizační server nepodporuje typ autorizačního grantu.
118
108
  invalid_token:
119
- revoked: "Tento přístupový token byl zneplatněn"
120
- expired: "Tento přístupový token vypršel"
121
- unknown: "Tento přístupový token je neplatný"
109
+ revoked: Tento přístupový token byl zneplatněn
110
+ expired: Tento přístupový token vypršel
111
+ unknown: Tento přístupový token je neplatný
122
112
  revoke:
123
- unauthorized: "You are not authorized to revoke this token"
124
-
113
+ unauthorized: You are not authorized to revoke this token
114
+ forbidden_token:
115
+ missing_scope: Access to this resource requires scope "%{oauth_scopes}".
125
116
  flash:
126
117
  applications:
127
118
  create:
128
- notice: 'Aplikace vytvořena.'
119
+ notice: Aplikace vytvořena.
129
120
  destroy:
130
- notice: 'Aplikace smazána.'
121
+ notice: Aplikace smazána.
131
122
  update:
132
- notice: 'Aplikace aktualizována.'
123
+ notice: Aplikace aktualizována.
133
124
  authorized_applications:
134
125
  destroy:
135
- notice: 'Aplikaci bylo odebráno oprávnění.'
136
-
126
+ notice: Aplikaci bylo odebráno oprávnění.
137
127
  layouts:
138
128
  admin:
139
- title: 'Doorkeeper'
129
+ title: Doorkeeper
140
130
  nav:
141
- oauth2_provider: 'OAuth2 poskytovatel'
142
- applications: 'Aplikace'
143
- home: 'Domů'
131
+ oauth2_provider: OAuth2 poskytovatel
132
+ applications: Aplikace
133
+ home: Domů
144
134
  application:
145
- title: 'OAuth vyžaduje autorizaci'
135
+ title: OAuth vyžaduje autorizaci