{
  "Associations to use": "사용할 연관 데이터",
  "Binding scope": "바인딩 범위",
  "Button is not configured properly, please contact the administrator.": "버튼이 올바르게 구성되지 않았습니다. 관리자에게 문의하세요.",
  "Context type": "컨텍스트 유형",
  "Could be used on non-record related action buttons. Such as buttons in workbench panel or in table blocks.": "레코드와 관련 없는 작업 버튼(예: 워크벤치 패널, 테이블 블록의 버튼)에서 사용할 수 있습니다.",
  "Could only be used on multiple record related action buttons. Such as for batch action in table block. The data in trigger variable will be an array.": "여러 레코드와 관련된 작업 버튼(예: 테이블 블록의 일괄 작업)에서만 사용할 수 있습니다. 트리거 변수의 데이터는 배열이 됩니다.",
  "Could only be used on single record related action buttons. Such as in form, detail block and table row of record.": "단일 레코드와 관련된 작업 버튼(예: 폼, 상세 블록, 테이블 행)에서만 사용할 수 있습니다.",
  "Custom action event": "사용자 정의 작업 이벤트",
  "Different positions of the created trigger button can use different context types.": "생성된 트리거 버튼의 위치에 따라 다른 컨텍스트 유형을 사용할 수 있습니다.",
  "Multiple collection records": "여러 컬렉션 레코드",
  "None": "없음",
  "Only support custom action workflow with context type set to \"Multiple records\".": "\"여러 레코드\" 컨텍스트 유형으로 설정된 사용자 정의 작업 워크플로우만 지원합니다.",
  "Only support custom action workflow with context type set to \"None\".": "\"없음\" 컨텍스트 유형으로 설정된 사용자 정의 작업 워크플로우만 지원합니다.",
  "Please select at least one record.": "최소 한 개의 레코드를 선택하세요.",
  "Role of user acted": "작업한 사용자의 역할",
  "Single collection record": "단일 컬렉션 레코드",
  "Trigger data": "트리거 데이터",
  "Trigger global workflow": "글로벌 워크플로우 트리거",
  "Trigger workflow": "워크플로우 트리거",
  "User acted": "작업한 사용자",
  "When the \"Trigger Workflow\" button is clicked, the event is triggered based on different context where the button is located. For complex data processing that cannot be handled simply by built-in operations (CRUD) of NocoBase, you can define a series of operations through a workflow and trigger it with the \"Trigger Workflow\" button.": "\"워크플로우 트리거\" 버튼을 클릭하면 버튼이 위치한 컨텍스트에 따라 이벤트가 트리거됩니다. NocoBase의 기본 동작(CRUD)만으로 처리할 수 없는 복잡한 데이터 처리가 필요한 경우, 워크플로우로 일련의 작업을 정의하고 해당 버튼으로 트리거할 수 있습니다.",
  "When the \"Trigger Workflow\" button is clicked, the event is triggered based on the single record where the button is located. Suitable for when the data processing is complex and cannot be simply processed by built-in operations (CRUD) of NocoBase, a series of operations can be defined through workflow and triggered through the \"Trigger Workflow\" button.": "\"워크플로우 트리거\" 버튼을 클릭하면 버튼이 위치한 단일 레코드를 기준으로 이벤트가 트리거됩니다. NocoBase의 기본 동작(CRUD)만으로 처리할 수 없는 복잡한 데이터 처리가 필요한 경우, 워크플로우로 일련의 작업을 정의하고 해당 버튼으로 트리거할 수 있습니다.",
  "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "버튼 클릭 시 데이터 저장 없이 워크플로우가 바로 트리거됩니다. \"사용자 정의 작업 이벤트\"에만 바인딩할 수 있습니다.",
  "Custom context": "사용자 정의 컨텍스트",
  "Only support custom action workflow with context type set to \"Custom context\".": "\"사용자 정의 컨텍스트\" 컨텍스트 유형으로 설정된 사용자 정의 작업 워크플로우만 지원합니다.",
  "Context data": "컨텍스트 데이터",
  "Input JSON as context data passed into the workflow. Frontend variables are supported.": "워크플로우에 전달될 컨텍스트 데이터로 JSON을 입력하세요. 프론트엔드 변수가 지원됩니다."
}