Skip to content

Commit

Permalink
Role mappings: remove deprecated reset copy (#103411) (#103431)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
kibanamachine and Constance authored Jun 28, 2021
1 parent fe3ea8e commit 5fbe1db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
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 @@ -7865,10 +7865,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 @@ -7933,10 +7933,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

0 comments on commit 5fbe1db

Please sign in to comment.