Skip to content
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

[App Search] Role mappings: remove deprecated reset copy #103411

Merged
merged 2 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,6 @@ export const ROLE_MAPPINGS_ENGINE_ACCESS_HEADING = i18n.translate(
}
);

export const ROLE_MAPPINGS_RESET_BUTTON = i18n.translate(
'xpack.enterpriseSearch.appSearch.roleMappingsResetButton',
{
defaultMessage: 'Reset mappings',
}
);

export const ROLE_MAPPINGS_RESET_CONFIRM_TITLE = i18n.translate(
'xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmTitle',
{
defaultMessage: 'Are you sure you want to reset role mappings?',
}
);

export const ROLE_MAPPINGS_RESET_CONFIRM_BUTTON = i18n.translate(
'xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmButton',
{
defaultMessage: 'Reset role mappings',
}
);

export const ROLE_MAPPINGS_RESET_CANCEL_BUTTON = i18n.translate(
'xpack.enterpriseSearch.appSearch.roleMappingsResetCancelButton',
{
defaultMessage: 'Cancel',
}
);

export const DEV_ROLE_TYPE_DESCRIPTION = i18n.translate(
'xpack.enterpriseSearch.appSearch.DEV_ROLE_TYPE_DESCRIPTION',
{
Expand Down
4 changes: 0 additions & 4 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -7824,10 +7824,6 @@
"xpack.enterpriseSearch.appSearch.roleMappingCreatedMessage": "ロールマッピングが正常に作成されました。",
"xpack.enterpriseSearch.appSearch.roleMappingDeletedMessage": "ロールマッピングが正常に削除されました",
"xpack.enterpriseSearch.appSearch.roleMappingsEngineAccessHeading": "エンジンアクセス",
"xpack.enterpriseSearch.appSearch.roleMappingsResetButton": "マッピングをリセット",
"xpack.enterpriseSearch.appSearch.roleMappingsResetCancelButton": "キャンセル",
"xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmButton": "ロールマッピングをリセット",
"xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmTitle": "ロールマッピングをリセットしますか?",
"xpack.enterpriseSearch.appSearch.roleMappingUpdatedMessage": "ロールマッピングが正常に更新されました。",
"xpack.enterpriseSearch.appSearch.sampleEngineCreationCta.buttonLabel": "サンプルエンジンを試す",
"xpack.enterpriseSearch.appSearch.sampleEngineCreationCta.description": "サンプルデータでエンジンをテストします。",
Expand Down
4 changes: 0 additions & 4 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -7892,10 +7892,6 @@
"xpack.enterpriseSearch.appSearch.roleMappingCreatedMessage": "角色映射已成功创建。",
"xpack.enterpriseSearch.appSearch.roleMappingDeletedMessage": "已成功删除角色映射",
"xpack.enterpriseSearch.appSearch.roleMappingsEngineAccessHeading": "引擎访问",
"xpack.enterpriseSearch.appSearch.roleMappingsResetButton": "重置映射",
"xpack.enterpriseSearch.appSearch.roleMappingsResetCancelButton": "取消",
"xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmButton": "重置角色映射",
"xpack.enterpriseSearch.appSearch.roleMappingsResetConfirmTitle": "确定要重置角色映射?",
"xpack.enterpriseSearch.appSearch.roleMappingUpdatedMessage": "角色映射已成功更新。",
"xpack.enterpriseSearch.appSearch.sampleEngineCreationCta.buttonLabel": "试用示例引擎",
"xpack.enterpriseSearch.appSearch.sampleEngineCreationCta.description": "使用示例数据测试引擎。",
Expand Down