tachybase_todo/packages/plugins/@nocobase/plugin-action-bulk-update/src/locale/ko_KR.ts
seonghookim be7a4845ab
feat: add Korean translation (#3428)
* ko_KR 国际化

* fix: ko

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-25 22:07:22 +08:00

6 lines
225 B
TypeScript

export default {
'Bulk update': '대량 업데이트',
'After successful bulk update': '대량 업데이트 성공 후',
'Please select the records to be updated': '업데이트할 레코드를 선택하십시오'
};