Fix ko-KR/workflow.ts (#14075)

This commit is contained in:
w4-jinhyeonkim 2025-02-20 14:49:04 +09:00 committed by GitHub
parent f3fe14863d
commit 8015f5c0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -552,16 +552,16 @@ const translation = {
'variable': '변수',
'operations': {
'*=': '*=',
'overwrite': '덮어',
'overwrite': '덮어쓰기',
'-=': '-=',
'append': '덧붙이다',
'over-write': '덮어',
'append': '추가',
'over-write': '덮어쓰기',
'+=': '+=',
'title': '수술',
'extend': '뻗치다',
'clear': '맑다',
'title': '제목',
'extend': '연장',
'clear': '초기화',
'/=': '/=',
'set': '집합',
'set': '설정',
},
'variables': '변수',
'noAssignedVars': '사용 가능한 할당된 변수가 없습니다.',