-
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
Translations for Advanced Settings #23881
Translations for Advanced Settings #23881
Conversation
second merge
7ae2241
to
f8737ce
Compare
retest |
4e71ee8
to
5fce58e
Compare
retest |
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.
Do we need also translate this message
kibana/src/core_plugins/kibana/public/management/sections/settings/components/field/field.js
Line 218 in 5fce58e
error: isInvalid ? `Image is too large, maximum size is ${maxSize.description}` : null, |
src/core_plugins/kibana/public/management/sections/settings/components/field/field.js
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/settings/components/page_title/page_title.js
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/settings/components/search/search.js
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/settings/components/search/search.js
Outdated
Show resolved
Hide resolved
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.
💔 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.
LGTM.
src/core_plugins/kibana/public/management/sections/settings/lib/get_category_name.js
Show resolved
Hide resolved
💚 Build Succeeded |
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.
Looking good, just have a question about values={Object {}}
.
<FormattedMessage | ||
defaultMessage="Be careful in here, these settings are for very advanced users only. Tweaks you make here can break large portions of Kibana. Some of these settings may be undocumented, unsupported or experimental. If a field has a default value, blanking the field will reset it to its default which may be unacceptable given other configuration directives. Deleting a custom setting will permanently remove it from Kibana's config." | ||
id="kbn.management.settings.callOutCautionDescription" | ||
values={Object {}} |
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.
question here about values={Object {}}
. Seems unneeded.
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.
@bmcconaghy It's a snapshot of test. It generates automatically when tests is started.
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
💚 Build Succeeded |
* translate kbn.management.advanced_settings * fix tests and update snapshots * fix tests * fix issues * fix id in get_category-name.js * Update unit test snapshot * update snapshot * Fix issues
translate kbn -> management -> advanced_settings