Skip to content

Commit 1e8d2a9

Browse files
eupthereCopilot
andcommitted
Add FES Korean translation for preloadDisabled
Co-authored-by: Copilot <copilot@github.com>
1 parent 107f3c0 commit 1e8d2a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

translations/ko/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"misspelling": "{{location}} 혹시 p5.js의 {{type}}를 사용하시려면 \"{{name}}\"를 {{actualName}}로 고쳐 보세요.",
4848
"misspelling_plural": "{{location}} 혹시 p5.js의 {{type}}를 사용하시려면 \"{{name}}\"를 다음 중 하나로 고쳐보세요: \n{{suggestions}}",
4949
"misusedTopLevel": "{{location}} 혹시 p5.js의 {{symbolType}} 타입 {{symbolName}}을 사용하셨나요? 그렇다면 {{symbolName}}을 작성 중인 setup() 함수의 대괄호 안으로 옮겨보세요.\n\n+ 추가 정보: {{url}}",
50+
"preloadDisabled": "preload() 함수는 p5.js 2.0에서 제거되었습니다. setup() 함수에서 async/await 키워드나 콜백을 사용하여 에셋을 로드하세요. 2.0 및 호환성에 대한 자세한 내용은 https://github.com/processing/p5.js-compatibility 를 참고하거나, Promise와 async/await에 대한 자세한 내용은 https://dev.to/limzykenneth/asynchronous-p5js-20-458f 를 참고하세요.",
5051
"positions": {
5152
"p_1": "1번째",
5253
"p_10": "10번째",

0 commit comments

Comments
 (0)