mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 00:55:53 +08:00
Fix ko-KR/workflow.ts (#14075)
This commit is contained in:
parent
f3fe14863d
commit
8015f5c0c5
@ -552,16 +552,16 @@ const translation = {
|
|||||||
'variable': '변수',
|
'variable': '변수',
|
||||||
'operations': {
|
'operations': {
|
||||||
'*=': '*=',
|
'*=': '*=',
|
||||||
'overwrite': '덮어쓸',
|
'overwrite': '덮어쓰기',
|
||||||
'-=': '-=',
|
'-=': '-=',
|
||||||
'append': '덧붙이다',
|
'append': '추가',
|
||||||
'over-write': '덮어쓸',
|
'over-write': '덮어쓰기',
|
||||||
'+=': '+=',
|
'+=': '+=',
|
||||||
'title': '수술',
|
'title': '제목',
|
||||||
'extend': '뻗치다',
|
'extend': '연장',
|
||||||
'clear': '맑다',
|
'clear': '초기화',
|
||||||
'/=': '/=',
|
'/=': '/=',
|
||||||
'set': '집합',
|
'set': '설정',
|
||||||
},
|
},
|
||||||
'variables': '변수',
|
'variables': '변수',
|
||||||
'noAssignedVars': '사용 가능한 할당된 변수가 없습니다.',
|
'noAssignedVars': '사용 가능한 할당된 변수가 없습니다.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user