-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/translate monitoring access denied #24985
Feature/translate monitoring access denied #24985
Conversation
second merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
x-pack/plugins/monitoring/public/views/access_denied/index.html
Outdated
Show resolved
Hide resolved
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
@@ -17,90 +18,116 @@ const createCrumb = (url, label, testSubj) => { | |||
|
|||
// generate Elasticsearch breadcrumbs | |||
function getElasticsearchBreadcrumbs(mainInstance) { | |||
const esLabel = i18n.translate('xpack.monitoring.breadcrumbs.esLabel', { defaultMessage: 'Elasticsearch' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still not clear on this. Are we translating Elasticsearch
or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. No, we don't translate this label.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one outstanding question!
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
💔 Build Failed |
💚 Build Succeeded |
* Translate monitoring - access_denied * Translate monitoring - lib, services * Translate monitoring - common * Fix issues * Fix issue
Translate:
monitoring -> public -> view -> access_denied,
monitoring -> public -> services,
monitoring -> public -> lib,
monitoring ->common,
Fixes: #24713