-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Fix some strings after translator feedback #32501
Conversation
Pinging @elastic/kibana-app |
@@ -71,7 +71,7 @@ class DashboardPanelUi extends React.Component<DashboardPanelUiProps, State> { | |||
? null | |||
: props.intl.formatMessage({ | |||
id: 'kbn.dashboard.panel.noEmbeddableFactoryErrorMessage', | |||
defaultMessage: 'No factory found for embeddable', | |||
defaultMessage: 'The feature to render this panel is missing.', |
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.
A bit less technical error message, and also under regular circumstances this should rarely ever been visible to a user.
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.
Reviewed just the diffs, and they look reasonable to me. I did not pull the code down or test locally.
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.
Changes to uiApp and uiNavLink LGMT
💔 Build Failed |
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.
everything makes sense to me 🚀
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
* Fix some strings after translator feedback * Fix jest tests * Fix typo * Fix Mocha tests * Fix more mocha tests
* Fix some strings after translator feedback * Fix jest tests * Fix typo * Fix Mocha tests * Fix more mocha tests
* Fix some strings after translator feedback * Fix jest tests * Fix typo * Fix Mocha tests * Fix more mocha tests
Summary
After some feedback we got from our translators, I added a couple of descriptions to some strings that seem troublesome. Also we discovered a couple of places that are not needed anymore at all (App descriptions, some weird Schema), where I removed the translations, and also a couple of places we used rather weird or technical wording I changed to a more appropriate wording (and removed the existing translations for the old string).
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Documentation was added for features that require explanation or tutorials[ ] Unit or functional tests were updated or added to match the most common scenarios[ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
[ ] This was checked for breaking API changes and was labeled appropriately[ ] This includes a feature addition or change that requires a release note and was labeled appropriately