File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ All translatable strings are identified by dot-namespaced keys. The full catalo
150150| ` auth.authorized ` | Authorized |
151151| ` auth.basic_authorization_title ` | Basic authorization |
152152| ` auth.client_credentials_location ` | Client credentials location: |
153- | ` auth.client_id ` | client_id: |
154- | ` auth.client_secret ` | client_secret: |
155153| ` auth.flow ` | Flow: |
156154| ` auth.openid_connect_url ` | OpenID Connect URL: |
157155| ` auth.password ` | password: |
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export default class Oauth2 extends React.Component {
204204 {
205205 ( flow === AUTH_FLOW_APPLICATION || flow === AUTH_FLOW_IMPLICIT || flow === AUTH_FLOW_ACCESS_CODE || flow === AUTH_FLOW_PASSWORD ) &&
206206 ( ! isAuthorized || isAuthorized && this . state . clientId ) && < Row >
207- < label htmlFor = { `client_id_${ flow } ` } > { t ( "auth. client_id" ) } </ label >
207+ < label htmlFor = { `client_id_${ flow } ` } > client_id: </ label >
208208 {
209209 isAuthorized ? < code > ****** </ code >
210210 : < Col tablet = { 10 } desktop = { 10 } >
@@ -221,7 +221,7 @@ export default class Oauth2 extends React.Component {
221221
222222 {
223223 ( ( flow === AUTH_FLOW_APPLICATION || flow === AUTH_FLOW_ACCESS_CODE || flow === AUTH_FLOW_PASSWORD ) && < Row >
224- < label htmlFor = { `client_secret_${ flow } ` } > { t ( "auth. client_secret" ) } </ label >
224+ < label htmlFor = { `client_secret_${ flow } ` } > client_secret: </ label >
225225 {
226226 isAuthorized ? < code > ****** </ code >
227227 : < Col tablet = { 10 } desktop = { 10 } >
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const ca = {
6060 "auth.authorized" : "Autoritzat" ,
6161 "auth.basic_authorization_title" : "Autorització bàsica" ,
6262 "auth.client_credentials_location" : "Ubicació de les credencials del client:" ,
63- "auth.client_id" : "client_id:" ,
64- "auth.client_secret" : "client_secret:" ,
6563 "auth.flow" : "Flux:" ,
6664 "auth.openid_connect_url" : "URL de connexió OpenID:" ,
6765 "auth.password" : "contrasenya:" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const de = {
6060 "auth.authorized" : "Autorisiert" ,
6161 "auth.basic_authorization_title" : "Basisautorisierung" ,
6262 "auth.client_credentials_location" : "Speicherort der Client-Anmeldedaten:" ,
63- "auth.client_id" : "client_id:" ,
64- "auth.client_secret" : "client_secret:" ,
6563 "auth.flow" : "Flow:" ,
6664 "auth.openid_connect_url" : "OpenID Connect-URL:" ,
6765 "auth.password" : "Passwort:" ,
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ const en = {
6161 "auth.authorized" : "Authorized" ,
6262 "auth.basic_authorization_title" : "Basic authorization" ,
6363 "auth.client_credentials_location" : "Client credentials location:" ,
64- "auth.client_id" : "client_id:" ,
65- "auth.client_secret" : "client_secret:" ,
6664 "auth.flow" : "Flow:" ,
6765 "auth.openid_connect_url" : "OpenID Connect URL:" ,
6866 "auth.password" : "password:" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const es = {
6060 "auth.authorized" : "Autorizado" ,
6161 "auth.basic_authorization_title" : "Autorización básica" ,
6262 "auth.client_credentials_location" : "Ubicación de credenciales del cliente:" ,
63- "auth.client_id" : "client_id:" ,
64- "auth.client_secret" : "client_secret:" ,
6563 "auth.flow" : "Flujo:" ,
6664 "auth.openid_connect_url" : "URL de OpenID Connect:" ,
6765 "auth.password" : "contraseña:" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const fr = {
6060 "auth.authorized" : "Autorisé" ,
6161 "auth.basic_authorization_title" : "Autorisation de base" ,
6262 "auth.client_credentials_location" : "Emplacement des identifiants client :" ,
63- "auth.client_id" : "client_id :" ,
64- "auth.client_secret" : "client_secret :" ,
6563 "auth.flow" : "Flux :" ,
6664 "auth.openid_connect_url" : "URL OpenID Connect :" ,
6765 "auth.password" : "mot de passe :" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const is = {
6060 "auth.authorized" : "Heimilt" ,
6161 "auth.basic_authorization_title" : "Grunnheimild" ,
6262 "auth.client_credentials_location" : "Staðsetning skilríkja biðlara:" ,
63- "auth.client_id" : "client_id:" ,
64- "auth.client_secret" : "client_secret:" ,
6563 "auth.flow" : "Flæði:" ,
6664 "auth.openid_connect_url" : "OpenID Connect vefslóð:" ,
6765 "auth.password" : "lykilorð:" ,
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ const it = {
6161 "auth.basic_authorization_title" : "Autorizzazione di base" ,
6262 "auth.client_credentials_location" :
6363 "Posizione delle credenziali del client:" ,
64- "auth.client_id" : "client_id:" ,
65- "auth.client_secret" : "client_secret:" ,
6664 "auth.flow" : "Flusso:" ,
6765 "auth.openid_connect_url" : "URL OpenID Connect:" ,
6866 "auth.password" : "password:" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ const ja = {
6060 "auth.authorized" : "認証済み" ,
6161 "auth.basic_authorization_title" : "基本認証" ,
6262 "auth.client_credentials_location" : "クライアント認証情報の場所:" ,
63- "auth.client_id" : "client_id:" ,
64- "auth.client_secret" : "client_secret:" ,
6563 "auth.flow" : "フロー:" ,
6664 "auth.openid_connect_url" : "OpenID Connect URL:" ,
6765 "auth.password" : "パスワード:" ,
You can’t perform that action at this time.
0 commit comments