"one-click-description":"Only one link {{ action }} can have one click enabled at a time"
}
},
"alert":{
"close-button":"Close alert"
},
"auto-save-field":{
"saved":"Saved!",
"saving":"Saving <1></1>"
},
"card":{
"option":"option"
},
"cascader":{
"clear-button":"Clear selection"
},
"color-picker-popover":{
"palette-tab":"Colors",
"spectrum-tab":"Custom"
@ -1717,8 +1726,15 @@
"confirm-button":{
"cancel":"Cancel"
},
"confirm-content":{
"placeholder":"Type \"{{confirmPromptText}}\" to confirm"
},
"data-link-editor":{
"info":"With data links you can reference data variables like series name, labels and values. Type CMD+Space, CTRL+Space, or $ to open variable suggestions."
"info":"With data links you can reference data variables like series name, labels and values. Type CMD+Space, CTRL+Space, or $ to open variable suggestions.",
"new-tab-label":"Open in new tab",
"title-label":"Title",
"title-placeholder":"Show details",
"url-label":"URL"
},
"data-link-editor-modal":{
"cancel":"Cancel",
@ -1738,32 +1754,77 @@
"tooltip-remove":"Remove",
"url-not-provided":"Data link url not provided"
},
"data-source-basic-auth-settings":{
"user-label":"User",
"user-placeholder":"user"
},
"data-source-http-proxy-settings":{
"oauth-identity-label":"Forward OAuth Identity",
"oauth-identity-tooltip":"Forward the user's upstream OAuth identity to the data source (Their access token gets passed along).",
"skip-tls-verify-label":"Skip TLS Verify",
"ts-client-auth-label":"TLS Client Auth",
"with-ca-cert-label":"With CA Cert",
"with-ca-cert-tooltip":"Needed for verifying self-signed TLS Certs"
},
"data-source-http-settings":{
"access-help":"Help <1></1>",
"access-help-details":"Access mode controls how requests to the data source will be handled.<1> <1>Server</1></1> should be the preferred way if nothing else is stated.",
"access-label":"Access",
"access-options-browser":"Browser",
"access-options-proxy":"Server (default)",
"allowed-cookies":"Allowed cookies",
"allowed-cookies-tooltip":"Grafana proxy deletes forwarded cookies by default. Specify cookies by name that should be forwarded to the data source.",
"auth":"Auth",
"azure-auth-label":"Azure Authentication",
"azure-auth-tooltip":"Use Azure authentication for Azure endpoint.",
"basic-auth":"Basic Auth Details",
"basic-auth-label":"Basic auth",
"browser-mode-description":"All requests will be made from the browser directly to the data source and may be subject to Cross-Origin Resource Sharing (CORS) requirements. The URL needs to be accessible from the browser if you select this access mode.",
"default-url-tooltip":"Specify a complete HTTP URL (for example http://your_server:8080)",
"direct-url-tooltip":"Your access method is <1>Browser</1>, this means the URL needs to be accessible from the browser.",
"heading":"HTTP",
"proxy-url-tooltip":"Your access method is <1>Server</1>, this means the URL needs to be accessible from the grafana backend/server.",
"server-mode-description":"All requests will be made from the browser to Grafana backend/server which in turn will forward the requests to the data source and by that circumvent possible Cross-Origin Resource Sharing (CORS) requirements. The URL needs to be accessible from the grafana backend/server if you select this access mode.",