Change linefeed codes from "\r\n" to "\n" in Korean message catalogs

This commit is contained in:
Kazuhito Yokoi 2023-08-18 20:39:13 +09:00
parent f884cb015a
commit 1414fed776
4 changed files with 1517 additions and 1517 deletions

View File

@ -140,8 +140,8 @@
}, },
"notification": { "notification": {
"state": { "state": {
"flowsStopped": "플로우 중지됨", "flowsStopped": "플로우 중지됨",
"flowsStarted": "플로우 시작됨" "flowsStarted": "플로우 시작됨"
}, },
"warning": "<strong>경고</strong>: __message__", "warning": "<strong>경고</strong>: __message__",
"warnings": { "warnings": {
@ -280,9 +280,9 @@
"successfulRestart": "플로우 재시작을 성공했습니다", "successfulRestart": "플로우 재시작을 성공했습니다",
"deployFailed": "배포 실패 : __message__", "deployFailed": "배포 실패 : __message__",
"unusedConfigNodes": "사용되지 않는 설정노드가 있습니다", "unusedConfigNodes": "사용되지 않는 설정노드가 있습니다",
"unusedConfigNodesButton":"사용하지 않는 구성 노드 검색", "unusedConfigNodesButton": "사용하지 않는 구성 노드 검색",
"unknownNodesButton":"알 수 없는 노드 검색", "unknownNodesButton": "알 수 없는 노드 검색",
"invalidNodesButton":"잘못된 노드 검색", "invalidNodesButton": "잘못된 노드 검색",
"errors": { "errors": {
"noResponse": "서버의 응답이 없습니다" "noResponse": "서버의 응답이 없습니다"
}, },
@ -368,8 +368,8 @@
"authorPlaceholder": "이름 또는 이메일을 입력해주세요", "authorPlaceholder": "이름 또는 이메일을 입력해주세요",
"desc": "설명", "desc": "설명",
"env": { "env": {
"restore": "서브 플로우 기본값으로 복원", "restore": "서브 플로우 기본값으로 복원",
"remove": "환경 변수 제거" "remove": "환경 변수 제거"
}, },
"errors": { "errors": {
"noNodesSelected": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 노드가 선택되지 않았습니다", "noNodesSelected": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 노드가 선택되지 않았습니다",
@ -377,11 +377,11 @@
} }
}, },
"group": { "group": {
"editGroup": "그룹 수정: __name__", "editGroup": "그룹 수정: __name__",
"errors": { "errors": {
"cannotCreateDiffGroups": "다른 그룹의 노드를 사용하여 그룹을 생성할 수 없습니다", "cannotCreateDiffGroups": "다른 그룹의 노드를 사용하여 그룹을 생성할 수 없습니다",
"cannotAddSubflowPorts": "그룹에 서브 플로우 포트를 추가할 수 없습니다" "cannotAddSubflowPorts": "그룹에 서브 플로우 포트를 추가할 수 없습니다"
} }
}, },
"editor": { "editor": {
"configEdit": "수정", "configEdit": "수정",
@ -616,15 +616,15 @@
"find": "작업 공간에서 찾기" "find": "작업 공간에서 찾기"
}, },
"help": { "help": {
"name": "도움말", "name": "도움말",
"label": "도움말", "label": "도움말",
"search": "도움말 검색", "search": "도움말 검색",
"nodeHelp": "노드 도움말 보기", "nodeHelp": "노드 도움말 보기",
"showHelp": "도움말 보기", "showHelp": "도움말 보기",
"showInOutline": "요약 보기", "showInOutline": "요약 보기",
"showTopics": "토픽 보기", "showTopics": "토픽 보기",
"noHelp": "선택한 도움말 항목이 없습니다", "noHelp": "선택한 도움말 항목이 없습니다",
"changeLog": "릴리즈 정보" "changeLog": "릴리즈 정보"
}, },
"config": { "config": {
"name": "노드 설정", "name": "노드 설정",
@ -834,14 +834,14 @@
"empty": "결과 없음", "empty": "결과 없음",
"addNode": "노드 추가 ...", "addNode": "노드 추가 ...",
"options": { "options": {
"configNodes": "설정 노드", "configNodes": "설정 노드",
"unusedConfigNodes": "사용되지 않는 설정 노드", "unusedConfigNodes": "사용되지 않는 설정 노드",
"invalidNodes": "잘못된 노드", "invalidNodes": "잘못된 노드",
"uknownNodes": "알 수 없는 노드", "uknownNodes": "알 수 없는 노드",
"unusedSubflows": "사용되지 않는 서브 플로우", "unusedSubflows": "사용되지 않는 서브 플로우",
"hiddenFlows": "숨겨진 플로우", "hiddenFlows": "숨겨진 플로우",
"modifiedNodes": "수정된 노드 및 플로우", "modifiedNodes": "수정된 노드 및 플로우",
"thisFlow": "현재 플로우" "thisFlow": "현재 플로우"
} }
}, },
"expressionEditor": { "expressionEditor": {
@ -864,13 +864,13 @@
} }
}, },
"monaco": { "monaco": {
"setTheme": "테마 설정" "setTheme": "테마 설정"
}, },
"jsEditor": { "jsEditor": {
"title": "자바스크립트 에디터" "title": "자바스크립트 에디터"
}, },
"textEditor": { "textEditor": {
"title": "텍스트 에디터" "title": "텍스트 에디터"
}, },
"jsonEditor": { "jsonEditor": {
"title": "JSON 에디터", "title": "JSON 에디터",
@ -887,7 +887,7 @@
"collapseItems": "속성 접기", "collapseItems": "속성 접기",
"duplicate": "복사", "duplicate": "복사",
"error": { "error": {
"invalidJSON": "비유효한 JSON: " "invalidJSON": "비유효한 JSON: "
} }
}, },
"markdownEditor": { "markdownEditor": {
@ -1088,18 +1088,18 @@
"defaultValue": "기본값" "defaultValue": "기본값"
}, },
"tourGuide": { "tourGuide": {
"takeATour": "둘러보기", "takeATour": "둘러보기",
"start": "시작", "start": "시작",
"next": "다음", "next": "다음",
"welcomeTours": "버전 별 릴리즈 정보" "welcomeTours": "버전 별 릴리즈 정보"
}, },
"diagnostics": { "diagnostics": {
"title": "시스템 정보" "title": "시스템 정보"
}, },
"contextMenu": { "contextMenu": {
"insert": "삽입", "insert": "삽입",
"node": "노드", "node": "노드",
"junction": "접합", "junction": "접합",
"linkNodes": "링크 노드" "linkNodes": "링크 노드"
} }
} }