mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 17:35:56 +08:00
Fix ko-KR/workflow.ts (#14075)
This commit is contained in:
parent
f3fe14863d
commit
8015f5c0c5
@ -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…
x
Reference in New Issue
Block a user