Skip to content

Commit f24d53a

Browse files
authored
feat: save search filter options (#1231)
1 parent 09d18f5 commit f24d53a

File tree

17 files changed

+1078
-60
lines changed

17 files changed

+1078
-60
lines changed

ui/web-v2/src/assets/lang/en.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,14 @@
503503
"reason.reason": "Evaluation reason",
504504
"reason.rule": "Rule",
505505
"reason.target": "Target",
506+
"saveChanges.addShortcut": "Add shortcut",
507+
"saveChanges.addShortcutTooltip": "Create shortcuts for your most used search filters.",
508+
"saveChanges.deleteShortcut": "Delete shortcut",
509+
"saveChanges.editShortcut": "Edit shortcut",
510+
"saveChanges.saveChangesBeforeExiting.description": "You have unsaved search filter changes. Are you sure you want to leave this page without saving them?",
511+
"saveChanges.saveChangesBeforeExiting.title": "Unsaved Search Filters",
512+
"saveChanges.setAsDefault": "Set as Default",
513+
"saveChanges.shortcutDescription": "Shortcut will save all search queries and filters you have in the current view so that next time you access this page will not need to apply them every time.",
506514
"seeMore": "See more",
507515
"segment.action.delete": "Delete segment",
508516
"segment.action.download": "Download user list",

ui/web-v2/src/assets/lang/ja.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,14 @@
503503
"reason.reason": "エバリュエーション理由",
504504
"reason.rule": "ルール",
505505
"reason.target": "ターゲット",
506+
"saveChanges.addShortcut": "ショートカットを追加",
507+
"saveChanges.addShortcutTooltip": "検索フィルターのショートカットを作成できます",
508+
"saveChanges.deleteShortcut": "ショートカットを削除",
509+
"saveChanges.editShortcut": "ショートカットを編集",
510+
"saveChanges.saveChangesBeforeExiting.description": "保存されていない検索フィルターの変更があります。保存せずこのページを離れますか?",
511+
"saveChanges.saveChangesBeforeExiting.title": "検索フィルター 未保存",
512+
"saveChanges.setAsDefault": "デフォルトに設定",
513+
"saveChanges.shortcutDescription": "ショートカットを使用すると、現在のページで設定している検索やフィルターの条件が保存されるため、次回このページで同じ条件を適用させる場合に便利です。",
506514
"seeMore": "もっと見せる",
507515
"segment.action.delete": "セグメントを削除",
508516
"segment.action.download": "ユーザー一覧をダウンロード",
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

ui/web-v2/src/assets/svg/save.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)