We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9b708 commit 6b0a4e1Copy full SHA for 6b0a4e1
packages/survey-core/src/localization/korean.ts
@@ -99,6 +99,8 @@ export var koreanStrings = {
99
urlGetChoicesError: "비어있는 데이터를 요청했거나 잘못된 속성의 경로입니다.",
100
// "The file size should not exceed {0}."
101
exceedMaxSize: "파일 크기가 {0}을 초과 할 수 없습니다.",
102
+ // [Auto-translated] "The maximum number of files you can upload is {0}."
103
+ exceedMaxFiles: "업로드할 수 있는 최대 파일 수는 {0}입니다.",
104
// [Auto-translated] "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event."
105
noUploadFilesHandler: "파일을 업로드할 수 없습니다. 'onUploadFiles'이벤트에 대한 핸들러를 추가하십시오.",
106
// "Response required: enter another value."
0 commit comments