mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #2265 from node-red-hitachi/fix-ko-message-catalogue
remove unused entries in KO message catalogue
This commit is contained in:
commit
2b1f28e6c2
@ -273,7 +273,6 @@
|
|||||||
"deleteSubflow": "서브 플로우 삭제",
|
"deleteSubflow": "서브 플로우 삭제",
|
||||||
"info": "상세내역",
|
"info": "상세내역",
|
||||||
"category": "카테고리",
|
"category": "카테고리",
|
||||||
"format": "Markdown 형식",
|
|
||||||
"errors": {
|
"errors": {
|
||||||
"noNodesSelected": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 노드가 선택되지 않았습니다",
|
"noNodesSelected": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 노드가 선택되지 않았습니다",
|
||||||
"multipleInputsToSelection": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 복수의 입력이 선택되었습니다"
|
"multipleInputsToSelection": "<strong>서브 플로우를 생성할 수 없습니다</strong> : 복수의 입력이 선택되었습니다"
|
||||||
|
@ -90,11 +90,7 @@
|
|||||||
"catchUncaught": "catch: 미보충",
|
"catchUncaught": "catch: 미보충",
|
||||||
"label": {
|
"label": {
|
||||||
"source": "에러 취득처",
|
"source": "에러 취득처",
|
||||||
"node": "노드",
|
|
||||||
"type": "타입",
|
|
||||||
"selectAll": "모두 선택",
|
"selectAll": "모두 선택",
|
||||||
"sortByLabel": "노드 이름순으로 정렬",
|
|
||||||
"sortByType": "타입순으로 정렬",
|
|
||||||
"uncaught": "Catch노드로 처리된 에러를 무시"
|
"uncaught": "Catch노드로 처리된 에러를 무시"
|
||||||
},
|
},
|
||||||
"scope": {
|
"scope": {
|
||||||
@ -107,10 +103,6 @@
|
|||||||
"statusNodes": "status: __number__",
|
"statusNodes": "status: __number__",
|
||||||
"label": {
|
"label": {
|
||||||
"source": "상태취득처",
|
"source": "상태취득처",
|
||||||
"node": "노드",
|
|
||||||
"type": "타입",
|
|
||||||
"selectAll": "모두 선택",
|
|
||||||
"sortByLabel": "노드 이름순으로 정렬",
|
|
||||||
"sortByType": "타입순으로 정렬"
|
"sortByType": "타입순으로 정렬"
|
||||||
},
|
},
|
||||||
"scope": {
|
"scope": {
|
||||||
|
Loading…
Reference in New Issue
Block a user