Browse Source

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

tags/1.0.0
w4-jinhyeonkim 8 months ago
parent
commit
8015f5c0c5
No account linked to committer's email address
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      web/i18n/ko-KR/workflow.ts

+ 7
- 7
web/i18n/ko-KR/workflow.ts 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': '사용 가능한 할당된 변수가 없습니다.',

Loading…
Cancel
Save