[WEB-5095]chore: updated delete modal info content (#7967)
* chore: updated delete modal info content * chore: added language support for modal content --------- Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
44a483f895
commit
ee176efae3
22 changed files with 195 additions and 19 deletions
|
|
@ -1506,6 +1506,11 @@ export default {
|
|||
description: "필터가 적용된 작업 항목을 여기에서 모두 추적하세요.",
|
||||
},
|
||||
},
|
||||
delete_view: {
|
||||
title: "이 뷰를 삭제하시겠습니까?",
|
||||
content:
|
||||
"확인하면 이 뷰에 대해 선택한 모든 정렬, 필터 및 표시 옵션 + 레이아웃이 복원할 수 없는 방식으로 영구적으로 삭제됩니다.",
|
||||
},
|
||||
},
|
||||
workspace_settings: {
|
||||
label: "작업 공간 설정",
|
||||
|
|
@ -2149,6 +2154,11 @@ export default {
|
|||
description: "검색 기준과 일치하는 뷰가 없습니다. 대신 새 뷰를 생성하세요.",
|
||||
},
|
||||
},
|
||||
delete_view: {
|
||||
title: "이 뷰를 삭제하시겠습니까?",
|
||||
content:
|
||||
"확인하면 이 뷰에 대해 선택한 모든 정렬, 필터 및 표시 옵션 + 레이아웃이 복원할 수 없는 방식으로 영구적으로 삭제됩니다.",
|
||||
},
|
||||
},
|
||||
project_page: {
|
||||
empty_state: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue