9 lines
270 B
JSON
9 lines
270 B
JSON
{
|
|
"core.not_found": "리소스를 찾을 수 없습니다",
|
|
"core.operation_failed": "작업 실패: {error}",
|
|
"core.tasks_cancelled": {
|
|
"one": "{count}개의 작업이 취소되었습니다",
|
|
"other": "{count}개의 작업이 취소되었습니다"
|
|
}
|
|
}
|