mirror of https://github.com/rancher/ui.git
Merge pull request #3321 from lvuch/lh-22492
google auth translation fix
This commit is contained in:
commit
11e68be1aa
|
|
@ -489,7 +489,7 @@ authPage:
|
||||||
header: "1. Setup a GitHub Application"
|
header: "1. Setup a GitHub Application"
|
||||||
ul:
|
ul:
|
||||||
li1:
|
li1:
|
||||||
text: 'For standard GitHub, <a href="https://github.com/settings/developers" target="_blank">click here</a> to go applications settings in a new window.'
|
text: 'For standard GitHub, <a href="https://github.com/settings/developers" target="_blank" rel="nofollow noopener noreferrer">click here</a> to go applications settings in a new window.'
|
||||||
ul:
|
ul:
|
||||||
li1: "For Github Enterprise, login to your account. Click on Settings, then Developer settings."
|
li1: "For Github Enterprise, login to your account. Click on Settings, then Developer settings."
|
||||||
li2:
|
li2:
|
||||||
|
|
@ -528,7 +528,7 @@ authPage:
|
||||||
googleoauth:
|
googleoauth:
|
||||||
header:
|
header:
|
||||||
disabled:
|
disabled:
|
||||||
label: 'Google is not configured. For more detailed directions on setting up authentication visit the <a href="https://rancher.com/docs/rancher/v2.x/en/admin-settings/authentication/google/" target="_blank">docs</a>'
|
label: 'Google is not configured. For more detailed directions on setting up authentication visit the <a href="https://rancher.com/docs/rancher/v2.x/en/admin-settings/authentication/google/" target="_blank" rel="nofollow noopener noreferrer">docs</a>'
|
||||||
authenticated:
|
authenticated:
|
||||||
header:
|
header:
|
||||||
text: Authentication
|
text: Authentication
|
||||||
|
|
@ -561,17 +561,17 @@ authPage:
|
||||||
li4: 'Click "Create", and then click on the Download JSON button.'
|
li4: 'Click "Create", and then click on the Download JSON button.'
|
||||||
li4:
|
li4:
|
||||||
ul:
|
ul:
|
||||||
li1: '<a href="https://cloud.google.com/iam/docs/service-accounts">Click here</a>, for information on creating and managing your service account.'
|
li1: '<a href="https://cloud.google.com/iam/docs/service-accounts" target="blank">Click here</a>, for information on creating and managing your service account.'
|
||||||
li2: 'Select your service account.'
|
li2: 'Select your service account.'
|
||||||
li3: 'Select JSON for your Key type and then click "Create".'
|
li3: 'Select JSON for your Key type and then click "Create".'
|
||||||
li4: 'A JSON file will be automatically saved locally.'
|
li4: 'A JSON file will be automatically saved locally.'
|
||||||
form:
|
form:
|
||||||
oauthCredential:
|
oauthCredential:
|
||||||
labelText: OAuth Credentials
|
labelText: OAuth Credentials
|
||||||
helperText: Copy and paste in the OAuth Credentials JSON which can be found in your Google API developers console (Step 3).
|
helperText: Copy and paste in the OAuth Credentials JSON which can be found in your Google API developers console.
|
||||||
serviceAccountCredential:
|
serviceAccountCredential:
|
||||||
labelText: Service Account Credentials
|
labelText: Service Account Credentials
|
||||||
helperText: Copy and paste in the Service Account Credentials JSON which can be found in the service accounts section of the Google API developers console (Step 4).
|
helperText: Copy and paste in the Service Account Credentials JSON which can be found in the service accounts section of the Google API developers console.
|
||||||
adminEmail:
|
adminEmail:
|
||||||
labelText: Admin Email
|
labelText: Admin Email
|
||||||
helperText: Enter the Admin Email associated with your account.
|
helperText: Enter the Admin Email associated with your account.
|
||||||
|
|
@ -587,10 +587,10 @@ authPage:
|
||||||
authError: 'Google access was not authorized'
|
authError: 'Google access was not authorized'
|
||||||
popupError: 'Please disable your pop-up blocker and click "Authenticate" again.'
|
popupError: 'Please disable your pop-up blocker and click "Authenticate" again.'
|
||||||
warning:
|
warning:
|
||||||
doc: 'For more detailed directions on setting up authentication visit the <a href="https://rancher.com/docs/rancher/v2.x/en/admin-settings/authentication/google/" target="_blank">docs</a>'
|
doc: 'For more detailed directions on setting up authentication visit the <a href="https://rancher.com/docs/rancher/v2.x/en/admin-settings/authentication/google/" target="_blank" rel="nofollow noopener noreferrer">docs</a>'
|
||||||
stepOne:
|
stepOne:
|
||||||
header: 'Step One:'
|
header: 'Step One:'
|
||||||
info: 'For standard Google, <a href="https://console.developers.google.com/apis/credentials" target="_blank">click here</a> to go applications settings in a new window'
|
info: 'For standard Google, <a href="https://console.developers.google.com/apis/credentials" target="_blank" rel="nofollow noopener noreferrer">click here</a> to go applications settings in a new window'
|
||||||
stepTwo:
|
stepTwo:
|
||||||
header: 'Step Two:'
|
header: 'Step Two:'
|
||||||
info: 'Navigate to the "Credentials" tab to create your OAuth client ID'
|
info: 'Navigate to the "Credentials" tab to create your OAuth client ID'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue