-
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 Management -> Objects #23905
Translations for Management -> Objects #23905
Conversation
second merge
💔 Build Failed |
retest |
bb2091e
to
00d1f3e
Compare
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.
Great work. Please fix some comments
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
src/core_plugins/kibana/public/management/sections/objects/lib/resolve_saved_objects.js
Outdated
Show resolved
Hide resolved
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.
Looks good.
Just a couple of comments.
src/core_plugins/kibana/public/management/sections/objects/_view.js
Outdated
Show resolved
Hide resolved
...bana/public/management/sections/objects/components/objects_table/components/flyout/flyout.js
Outdated
Show resolved
Hide resolved
...bana/public/management/sections/objects/components/objects_table/components/flyout/flyout.js
Outdated
Show resolved
Hide resolved
...bana/public/management/sections/objects/components/objects_table/components/flyout/flyout.js
Outdated
Show resolved
Hide resolved
...bana/public/management/sections/objects/components/objects_table/components/flyout/flyout.js
Outdated
Show resolved
Hide resolved
...bana/public/management/sections/objects/components/objects_table/components/header/header.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
..._plugins/kibana/public/management/sections/objects/components/objects_table/objects_table.js
Outdated
Show resolved
Hide resolved
retest |
💔 Build Failed |
💔 Build Failed |
💚 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.
LGTM.
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. Did have a question about values={Object {}}
that is used in a lot of the FormattedMessage usages.
src/core_plugins/kibana/public/management/sections/objects/_view.html
Outdated
Show resolved
Hide resolved
<FormattedMessage | ||
defaultMessage="Cancel" | ||
id="kbn.management.objects.objectsTable.deleteSavedObjectsConfirmModal.cancelButtonLabel" | ||
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.
Why is this empty object necessary?
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.
defaultMessage="Delete" | ||
id="kbn.management.objects.objectsTable.deleteSavedObjectsConfirmModal.deleteButtonLabel" | ||
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.
same question re: empty 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.
@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 |
* fix tests and update snapshots * fix id names * fix test and update snapshots * Update unit test snapshots * fix issues * Update snapshots * Fix issues
translate kbn management objects