fix: update code demo to include JSON (#5444)

* fix: update code demo to include JSON

* fix: do property renames

* fix: change XML to place holder

* fix: PR comments
This commit is contained in:
Beka Westberg
2021-09-10 13:51:12 +00:00
committed by alschmiedt
parent 84514efb09
commit ee221520a9
46 changed files with 122 additions and 93 deletions

View File

@@ -19,6 +19,6 @@ var MSG = {
httpRequestError: "요청에 문제가 있습니다.",
linkAlert: "다음 링크로 블록을 공유하세요:\n\n%1",
hashError: "죄송하지만 '%1'은 어떤 저장된 프로그램으로 일치하지 않습니다.",
xmlError: "저장된 파일을 불러올 수 없습니다. 혹시 블록리의 다른 버전으로 만들었습니까?",
badXml: "XML 구문 분석 오류:\n%1\n\n바뀜을 포기하려면 '확인'을 선택하고 XML을 더 편집하려면 '취소'를 선택하세요."
loadError: "저장된 파일을 불러올 수 없습니다. 혹시 블록리의 다른 버전으로 만들었습니까?",
parseError: "%1 구문 분석 오류:\n%2\n\n바뀜을 포기하려면 '확인'을 선택하고 %1을 더 편집하려면 '취소'를 선택하세요."
};