Object Duplicate method name 중복된 메서드 이름 Method names cannot begin with an upper case letter 메서드 이름은 대문자로 시작할 수 없음 Illegal method name 잘못된 메서드 이름 Duplicate signal name 중복된 시그널 이름 Duplicate property name 중복된 속성 이름 Property names cannot begin with an upper case letter 속성 이름은 대문자로 시작할 수 없음 Duplicate default property 중복된 기본 속성 Duplicate alias name 중복된 별명 이름 Alias names cannot begin with an upper case letter 별명 이름은 대문자로 시작할 수 없음 Property value set multiple times 속성 값이 여러 번 설정됨 QInputMethod InputMethod is an abstract class InputMethod는 추상 클래스임 QQmlAnonymousComponentResolver Component objects cannot declare new functions. 컴포넌트 객체에서는 새로운 함수를 정의할 수 없습니다. Component objects cannot declare new properties. 컴포넌트 객체에서는 새로운 속성을 정의할 수 없습니다. Component objects cannot declare new signals. 컴포넌트 객체에서는 새로운 시그널을 정의할 수 없습니다. Cannot create empty component specification 비어 있는 컴포넌트 정의를 만들 수 없음 Component elements may not contain properties other than id Component 원소는 id 이외의 다른 속성을 포함할 수 없음 Invalid component body specification 잘못된 컴포넌트 body 지정 id is not unique 중복되는 id가 있음 Circular alias reference detected 순환 별명 참조 감지됨 Invalid alias reference. Unable to find id "%1" 잘못된 별명 참조. id "%1"을(를) 찾을 수 없음 Invalid alias target location: %1 잘못된 별명 대상 위치: %1 Invalid alias location 잘못된 별명 위치 QQmlCodeGenerator Property value set multiple times 속성 값이 여러 번 설정됨 Expected type name 형식 이름이 필요함 Signal names cannot begin with an upper case letter 시그널 이름은 대문자로 시작할 수 없음 Illegal signal name 잘못된 시그널 이름 No property alias location 속성 별명 위치가 지정되지 않음 Invalid alias reference. An alias reference must be specified as <id>, <id>.<property> or <id>.<value property>.<property> 잘못된 별명 참조. 별명 참조는 <id>, <id>.<property> 또는 <id>.<value property>.<property>여야 함 Invalid alias location 잘못된 별명 위치 Illegal property name 잘못된 속성 이름 Invalid component id specification 잘못된 컴포넌트 id 지정 Invalid empty ID 잘못된 빈 ID IDs cannot start with an uppercase letter ID는 대문자로 시작할 수 없음 IDs must start with a letter or underscore ID는 글자나 밑줄로 시작해야 함 IDs must contain only letters, numbers, and underscores ID는 글자, 숫자, 밑줄만 포함해야 함 ID illegally masks global JavaScript property ID가 전역 자바스크립트 속성을 가림 Invalid use of id property id 속성을 잘못 사용함 QQmlComponent Invalid empty URL 잘못된 빈 URL createObject: value is not an object createObject: 값이 객체가 아님 Object destroyed during incubation 객체를 만드는 중 파괴됨 QQmlConnections Cannot assign to non-existent property "%1" 존재하지 않는 속성 "%1"에 할당할 수 없음 Connections: nested objects not allowed 연결: 중첩된 객체를 사용할 수 없음 Connections: syntax error 연결: 문법 오류 Connections: script expected 연결: 스크립트가 필요함 QQmlDebugServerImpl QML Debugger: Invalid argument "%1" detected. Ignoring the same. QML 디버거: 잘못된 인자 "%1"이(가) 감지되었습니다. 해당 인자를 무시합니다. QML Debugger: Ignoring "-qmljsdebugger=%1". QML 디버거: "-qmljsdebugger=%1" 인자를 무시합니다. The format is "-qmljsdebugger=[file:<file>|port:<port_from>][,<port_to>][,host:<ip address>][,block][,services:<service>][,<service>]*" 올바른 형식은 "-qmljsdebugger=[file:<file>|port:<port_from>][,<port_to>][,host:<ip address>][,block][,services:<service>][,<service>]*"입니다 "file:" can be used to specify the name of a file the debugger will try to connect to using a QLocalSocket. If "file:" is given any "host:" and"port:" arguments will be ignored. "file:" 인자는 디버거에서 QLocalSocket을 통해 연결할 파일입니다. "file:" 인자를 지정하면 "host:" 및 "port:" 인자를 무시합니다. "host:" and "port:" can be used to specify an address and a single port or a range of ports the debugger will try to bind to with a QTcpServer. "host:" 및 "port:" 인자는 디버거에서 QTcpServer를 통해 연결할 호스트 주소나 단일 포트 및 포트 범위입니다. "block" makes the debugger and some services wait for clients to be connected and ready before the first QML engine starts. "block" 인자를 지정하면 디버거와 일부 서비스가 첫 QML 엔진을 시작할 때까지 클라이언트가 연결되고 준비되기를 기다립니다. "services:" can be used to specify which debug services the debugger should load. Some debug services interact badly with others. The V4 debugger should not be loaded when using the QML profiler as it will force any V4 engines to use the JavaScript interpreter rather than the JIT. The following debug services are available by default: "services:" 인자는 디버거에서 불러올 디버그 서비스입니다. 일부 디버그 서비스는 서로간에 간섭을 발생시킬 수 있습니다. QML 프로파일러를 사용하면 V4 엔진이 JIT 대신 자바스크립트 인터프리터를 사용하는 것을 강제하므로, QML 프로파일러를 사용할 때에는 V4 디버거를 불러오지 말아야 합니다. 다음 디버그 서비스를 사용할 수 있습니다: The QML debugger QML 디버거 The V4 debugger V4 디버거 The QML inspector QML 검사 도구 The QML profiler QML 프로파일러 Allows the client to delay the starting and stopping of QML engines until other services are ready. QtCreator uses this service with the QML profiler in order to profile multiple QML engines at the same time. 다른 서비스가 준비될 때까지 클라이언트에서 QML 엔진 시작과 정지를 지연시킬 수 있도록 합니다. Qt Creator는 여러 개의 QML 엔진을 동시에 프로파일링할 수 있도록 이 서비스를 QML 프로파일러와 함께 사용합니다. Sends qDebug() and similar messages over the QML debug connection. QtCreator uses this for showing debug messages in the debugger console. QML 디버그 연결로 qDebug() 및 비슷한 메시지를 전송합니다. Qt Creator는 디버거 콘솔에 디버그 메시지를 표시할 수 있도록 이 서비스를 사용합니다. Other services offered by qmltooling plugins that implement QQmlDebugServiceFactory and which can be found in the standard plugin paths will also be available and can be specified. If no "services" argument is given, all services found this way, including the default ones, are loaded. 표준 플러그인 경로에서 찾을 수 있는 QQmlDebugServiceFactory를 구현하는 qmltooling 플러그인도 사용할 수 있으며 여기에 지정할 수 있습니다. "services" 인자를 지정하지 않으면 기본 서비스를 포함하여 여기에 해당하는 모든 서비스를 불러옵니다. QQmlDelegateModel The delegate of a DelegateModel cannot be changed within onUpdated. onUpdated 내에서 DelegateModel의 대리자를 변경할 수 없습니다. The maximum number of supported DelegateModelGroups is 8 최대 8개까지 DelegateModelGroups를 지원합니다 The group of a DelegateModel cannot be changed within onChanged onChanged 내에서 DelegateModel의 그룹을 변경할 수 없습니다 QQmlDelegateModelGroup Group names must start with a lower case letter 그룹 이름은 소문자로 시작해야 함 get: index out of range get: 인덱스가 범위를 벗어남 insert: index out of range insert: 인덱스가 범위를 벗어남 create: index out of range create: 인덱스가 범위를 벗어남 resolve: from index out of range resolve: from 인덱스가 범위를 벗어남 resolve: from index invalid resolve: from 인덱스가 잘못됨 resolve: to index out of range resolve: to 인덱스가 범위를 벗어남 resolve: to index invalid resolve: to 인덱스가 잘못됨 resolve: from is not an unresolved item resolve: from이 해결되지 않은 항목이 아님 resolve: to is not a model item resolve: to가 모델 항목이 아님 remove: invalid index remove: 잘못된 인덱스 remove: index out of range remove: 인덱스가 범위를 벗어남 remove: invalid count remove: 개수가 잘못됨 addGroups: index out of range addGroups: 인덱스가 범위를 벗어남 addGroups: invalid count addGroups: 잘못된 개수 removeGroups: index out of range removeGroups: 인덱스가 범위를 벗어남 removeGroups: invalid count removeGroups: 잘못된 개수 setGroups: index out of range setGroups: 인덱스가 범위를 벗어남 setGroups: invalid count setGroups: 잘못된 개수 move: invalid from index move: 잘못된 from 인덱스 move: invalid to index move: 잘못된 to 인덱스 move: invalid count move: 잘못된 개수 move: from index out of range move: from 인덱스가 범위를 벗어남 move: to index out of range move: to 인덱스가 범위를 벗어남 QQmlEngine Locale cannot be instantiated. Use Qt.locale() 로캘의 인스턴스를 생성할 수 없습니다. Qt.locale()을 사용하십시오 There are still "%1" items in the process of being created at engine destruction. 엔진 삭제 중 생성되고 있는 "%1" 항목이 있습니다. executeSql called outside transaction() transaction() 밖에서 executeSql이 호출됨 Read-only Transaction 읽기 전용 트랜잭션 Version mismatch: expected %1, found %2 버전 불일치: 사용 중인 버전 %2, 필요한 버전 %1 SQL transaction failed SQL 트랜잭션 실패 transaction: missing callback 트랜잭션: 콜백이 없음 SQL: can't create database, offline storage is disabled. SQL: 데이터베이스를 만들 수 없음, 오프라인 저장소가 비활성화되었습니다. SQL: database version mismatch SQL: 데이터베이스 버전 불일치 QQmlEnumTypeResolver Invalid property assignment: Enum value "%1" cannot start with a lowercase letter 잘못된 속성 대입: 열거형 값 "%1"은(는) 소문자로 시작할 수 없음 Invalid property assignment: "%1" is a read-only property 잘못된 속성 대입: "%1"은(는) 읽기 전용 속성 QQmlImportDatabase "%1" is ambiguous. Found in %2 and in %3 "%1"이(가) 모호합니다. %2, %3에서 찾았습니다 - %1 is not a namespace - %1이(가) 네임스페이스가 아님 - nested namespaces not allowed - 중첩된 네임스페이스를 사용할 수 없음 local directory 로컬 디렉터리 is ambiguous. Found in %1 and in %2 이(가) 모호합니다. %1와(과) %2에서 찾았습니다 is ambiguous. Found in %1 in version %2.%3 and %4.%5 이(가) 모호합니다. %1에서 버전 %2.%3, %4.%5을(를) 찾았습니다 is instantiated recursively 이(가) 재귀적으로 인스턴스화되었습니다 is not a type 이(가) 형식이 아닙니다 static plugin for module "%1" with name "%2" has no metadata URI 이름이 "%2"인 모듈 "%1"의 정적 플러그인에 메타데이터 URI가 없음 module does not support the designer "%1" 모듈에서 디자이너 "%1"을(를) 지원하지 않음 plugin cannot be loaded for module "%1": %2 모듈 "%1"의 플러그인을 불러올 수 없음: %2 static plugin for module "%1" with name "%2" cannot be loaded: %3 이름이 "%2"인 모듈 "%1"의 정적 플러그인을 불러올 수 없음: %3 could not resolve all plugins for module "%1" 모듈 "%1"의 모든 플러그인을 처리할 수 없음 module "%1" plugin "%2" not found 모듈 "%1"의 플러그인 "%2"을(를) 찾을 수 없음 library loading is disabled 라이브러리 불러오기가 비활성화됨 "%1" version %2.%3 is defined more than once in module "%4" "%1" 버전 %2.%3이(가) 모듈 "%4"에 한 번 이상 정의되었음 module "%1" version %2.%3 is not installed 모듈 "%1"의 버전 %2.%3이(가) 설치되지 않았음 module "%1" is not installed 모듈 "%1"이(가) 설치되지 않았음 "%1": no such directory "%1": 그러한 디렉터리가 없음 import "%1" has no qmldir and no namespace import "%1"에 qmldir과 네임스페이스가 없음 Module loaded for URI '%1' does not implement QQmlTypesExtensionInterface URI '%1'에서 불러온 모듈이 QQmlTypesExtensionInterface를 구현하지 않음 Module namespace '%1' does not match import URI '%2' 모듈 네임스페이스 '%1'이(가) 가져오기 URI '%2'와(과) 일치 않음 Namespace '%1' has already been used for type registration 네임스페이스 '%1'이(가) 형식 등록에 이미 사용됨 Module '%1' does not contain a module identifier directive - it cannot be protected from external registrations. 모듈 '%1'이(가) 모듈 식별자 선언을 포함하지 않음 - 외부 등록에서 보호받을 수 없습니다. File name case mismatch for "%1" 파일 이름의 대소문자가 "%1"와(과) 일치하지 않음 QQmlListModel unable to enable dynamic roles as this model is not empty! 모델이 비어 있지 않아서 동적 역할을 사용할 수 없습니다! unable to enable static roles as this model is not empty! 모델이 비어 있지 않아서 정적 역할을 사용할 수 없습니다! dynamic role setting must be made from the main thread, before any worker scripts are created 동적 역할 설정은 작업자 스크립트가 생성되기 전 주 스레드에서 정의되어야 함 remove: indices [%1 - %2] out of range [0 - %3] remove: 인덱스 [%1 - %2]이(가) 범위 [0 - %3]을(를) 벗어남 remove: incorrect number of arguments remove: 인자 개수가 잘못됨 insert: index %1 out of range insert: 인덱스 %1이(가) 범위를 벗어남 insert: value is not an object insert: 값이 객체가 아님 move: out of range move: 범위를 벗어남 append: value is not an object append: 값이 객체가 아님 set: value is not an object set: 값이 객체가 아님 set: index %1 out of range set: 인덱스 %1이(가) 범위를 벗어남 ListElement: cannot contain nested elements ListElement: 중첩된 원소를 포함할 수 없음 ListElement: cannot use reserved "id" property ListElement: 예약된 "id" 속성을 사용할 수 없음 ListElement: cannot use script for property value ListElement: 속성 값으로 스크립트를 사용할 수 없음 ListModel: undefined property '%1' ListModel: 정의되지 않은 속성 '%1' QQmlObjectCreator Cannot assign value %1 to property %2 속성 %2에 값 %1을(를) 할당할 수 없음 Cannot set properties on %1 as it is null %1이(가) null이므로 속성을 설정할 수 없음 Cannot assign an object to signal property %1 객체를 시그널 속성 %1에 할당할 수 없음 Cannot assign object type %1 with no default method 객체 형식 %1에 기본 메서드를 지정하지 않고 할당할 수 없음 Cannot connect mismatched signal/slot %1 %vs. %2 일치하지 않는 시그널/슬롯 %1 %vs %2을(를) 연결할 수 없음 Cannot assign object to interface property 객체를 인터페이스 속성에 할당할 수 없음 Cannot assign object to read only list 읽기 전용 목록에 객체를 지정할 수 없음 Cannot assign primitives to lists 원시 타입을 목록에 할당할 수 없음 Unable to create object of type %1 형식 %1인 객체를 만들 수 없음 Composite Singleton Type %1 is not creatable 복합 싱글톤 형식 %1을(를) 만들 수 없음 QQmlObjectModel insert: index %1 out of range insert: 인덱스 %1이(가) 범위를 벗어남 move: out of range move: 범위를 벗어남 remove: indices [%1 - %2] out of range [0 - %3] remove: 인덱스 [%1 - %2]이(가) 범위 [0 - %3]을(를) 벗어남 QQmlParser Imported file must be a script 가져온 파일이 스크립트여야 함 File import requires a qualifier 파일을 가져오려면 지정가가 필요함 Invalid import qualifier 잘못된 가져오기 지정자 Invalid module URI 잘못된 모듈 URI Module import requires a version 모듈을 가져오려면 버전이 필요함 Module import requires a qualifier 모듈을 가져오려면 지정자가 필요함 Unexpected object definition 예상하지 못한 객체 선언 Invalid import qualifier ID 잘못된 가져오기 식별자 ID Reserved name "Qt" cannot be used as an qualifier 예약됨 이름 "Qt"는 지정자 이름으로 사용할 수 없음 Script import qualifiers must be unique. 스크립트 가져오기 지정자는 고유해야 합니다. Script import requires a qualifier 스크립트를 가져오려면 지정자가 필요함 Library import requires a version 라이브러리를 가져오려면 버전이 필요함 Pragma requires a valid qualifier Pragma에 올바른 지정자가 필요함 Expected parameter type 인자 type이 필요함 Invalid signal parameter type: 잘못된 시그널 인자 종류: Invalid property type modifier 잘못된 속성 type 수정자 Unexpected property type modifier 예상하지 못한 속성 type 수정자 Expected property type 속성 type이 필요함 JavaScript declaration outside Script element Script 원소 밖에서 자바스크립트가 선언됨 Illegal syntax for exponential number 잘못된 지수 문법 Stray newline in string literal 문자열 리터럴에 불필요한 빈 줄이 있음 Illegal unicode escape sequence 잘못된 유니코드 탈출 시퀀스 Illegal hexadecimal escape sequence 잘못된 16진 탈출 시퀀스 Octal escape sequences are not allowed 8진 탈출 시퀀스를 사용할 수 없음 Unclosed string at end of line 줄 끝에서 닫히지 않은 문자열 Decimal numbers can't start with '0' 10진 숫자가 '0'으로 시작할 수 없음 At least one hexadecimal digit is required after '0%1' '0%1' 다음에 최소 1개의 16진 숫자가 필요함 Invalid regular expression flag '%0' 잘못된 정규 표현식 플래그 '%0' Unterminated regular expression backslash sequence 종료되지 않은 정규 표현식 백슬래시 시퀀스 Unterminated regular expression class 종료되지 않은 정규 표현식 클래스 Unterminated regular expression literal 끝나지 않은 정규 표현식 리터럴 Syntax error 구문 오류 Unexpected token `%1' 예상하지 못한 토큰 '%1' Expected token `%1' 토큰 '%1'이(가) 필요함 QQmlPartsModel The group of a DelegateModel cannot be changed within onChanged onChanged 내에서 DelegateModel의 그룹을 변경할 수 없습니다 Delegate component must be Package type. Delegate 컴포넌트는 Package 형식이어야 합니다. QQmlPropertyCacheCreator Fully dynamic types cannot declare new properties. 완전 동적 형식에서는 새로운 속성을 선언할 수 없습니다. Fully dynamic types cannot declare new signals. 완전 동적 형식에서는 새로운 시그널을 선언할 수 없습니다. Fully Dynamic types cannot declare new functions. 완전 동적 형식에서는 새로운 함수를 선언할 수 없습니다. Non-existent attached object 존재하지 않는 첨부된 개체 Cannot override FINAL property FINAL 속성을 재정의할 수 없음 Invalid signal parameter type: %1 잘못된 시그널 인자 종류: %1 Duplicate signal name: invalid override of property change signal or superclass signal 중복된 시그널 이름: 속성 변경 시그널이나 상위 클래스의 시그널을 잘못 재정의함 Duplicate method name: invalid override of property change signal or superclass signal 중복된 메서드 이름: 속성 변경 시그널이나 상위 클래스의 시그널을 잘못 재정의함 Invalid property type 잘못된 속성 형식 QQmlPropertyCacheCreatorBase Fully dynamic types cannot declare new properties. 완전 동적 형식에서는 새로운 속성을 선언할 수 없습니다. Fully dynamic types cannot declare new signals. 완전 동적 형식에서는 새로운 시그널을 선언할 수 없습니다. Fully Dynamic types cannot declare new functions. 완전 동적 형식에서는 새로운 함수를 선언할 수 없습니다. Non-existent attached object 존재하지 않는 첨부된 객체 Cannot override FINAL property FINAL 속성을 재정의할 수 없음 Invalid signal parameter type: %1 잘못된 시그널 인자 종류: %1 Duplicate signal name: invalid override of property change signal or superclass signal 중복된 시그널 이름: 속성 변경 시그널이나 상위 클래스의 시그널을 잘못 재정의함 Duplicate method name: invalid override of property change signal or superclass signal 중복된 메서드 이름: 속성 변경 시그널이나 상위 클래스의 시그널을 잘못 재정의함 Invalid property type 잘못된 속성 형식 QQmlPropertyValidator Property assignment expected 속성 할당이 필요함 Invalid use of namespace 잘못된 네임스페이스 사용 Invalid attached object assignment 잘못된 첨부된 객체 할당 "%1.%2" is not available in %3 %4.%5. "%1.%2"은(는) %3 %4.%5에서 사용할 수 없습니다. "%1.%2" is not available due to component versioning. "%1.%2"은(는) 구성 요소 버전 때문에 사용할 수 없습니다. Cannot assign a value directly to a grouped property 그룹 속성에 값을 직접 할당할 수 없음 Attached properties cannot be used here 여기에 첨부된 속성을 사용할 수 없음 Invalid property assignment: "%1" is a read-only property 잘못된 속성 대입: "%1"은(는) 읽기 전용 속성 Cannot assign multiple values to a script property 스크립트 속성에 다중 값을 할당할 수 없음 Cannot assign multiple values to a singular property 단일 속성에 여러 값을 할당할 수 없음 Property has already been assigned a value 속성에 이미 값이 할당됨 Invalid grouped property access 잘못된 그룹 속성 접근 Cannot assign to non-existent default property 존재하지 않는 기본 속성에 할당할 수 없음 Cannot assign to non-existent property "%1" 존재하지 않는 속성 "%1"에 할당할 수 없음 Cannot assign primitives to lists 원시 타입을 목록에 할당할 수 없음 Invalid property assignment: unknown enumeration 잘못된 속성 대입: 알 수 없는 열거형 Invalid property assignment: string expected 잘못된 속성 대입: 문자열이 필요함 Invalid property assignment: string or string list expected 잘못된 속성 대입: 문자열이나 문자열 목록이 필요함 Invalid property assignment: byte array expected 잘못된 속성 대입: 바이트 배열이 필요함 Invalid property assignment: url expected 잘못된 속성 대입: url이 필요함 Invalid property assignment: unsigned int expected 잘못된 속성 대입: 부호 없는 int가 필요함 Invalid property assignment: int expected 잘못된 속성 대입: int가 필요함 Invalid property assignment: number expected 잘못된 속성 대입: 숫자가 필요함 Invalid property assignment: color expected 잘못된 속성 대입: 색상이 필요함 Invalid property assignment: date expected 잘못된 속성 대입: 날짜가 필요함 Invalid property assignment: time expected 잘못된 속성 대입: 시간이 필요함 Invalid property assignment: datetime expected 잘못된 속성 대입: 날짜와 시간이 필요함 Invalid property assignment: point expected 잘못된 속성 대입: 점이 필요함 Invalid property assignment: size expected 잘못된 속성 대입: 크기가 필요함 Invalid property assignment: rect expected 잘못된 속성 대입: 사각형이 필요함 Invalid property assignment: boolean expected 잘못된 속성 대입: 참/거짓이 필요함 Invalid property assignment: 2D vector expected 잘못된 속성 대입: 2차원 벡터가 필요함 Invalid property assignment: 3D vector expected 잘못된 속성 대입: 3차원 벡터가 필요함 Invalid property assignment: 4D vector expected 잘못된 속성 대입: 4차원 벡터가 필요함 Invalid property assignment: quaternion expected 잘못된 속성 대입: 사원수가 필요함 Invalid property assignment: regular expression expected; use /pattern/ syntax 잘못된 속성 대입: 정규 표현식이 필요함, /pattern/ 문법 사용 Invalid property assignment: number or array of numbers expected 잘못된 속성 대입: 숫자 또는 숫자 배열이 필요함 Invalid property assignment: int or array of ints expected 잘못된 속성 대입: int 또는 int 배열이 필요함 Invalid property assignment: bool or array of bools expected 잘못된 속성 대입: bool 또는 bool 배열이 필요함 Invalid property assignment: url or array of urls expected 잘못된 속성 대입: url 또는 url 배열이 필요함 Invalid property assignment: string or array of strings expected 잘못된 속성 대입: string 또는 string 배열이 필요함 Invalid property assignment: unsupported type "%1" 잘못된 속성 대입: 지원하지 않는 형식 "%1" "%1" cannot operate on "%2" "%1"은(는) "%2"에서 작동할 수 없음 Cannot assign object to list property "%1" 객체를 목록 속성 "%1"에 할당할 수 없음 Cannot assign object to list 개체를 목록에 할당할 수 없음 Unexpected object assignment 예상하지 못한 객체 할당 Invalid property assignment: script expected 잘못된 속성 대입: script가 필요함 Cannot assign object to property 객체를 속성에 할당할 수 없음 QQmlRewrite Signal uses unnamed parameter followed by named parameter. 시그널의 이름 없는 인자 다음에 이름 있는 인자가 있습니다. Signal parameter "%1" hides global variable. 시그널 인자 "%1"이(가) 전역 변수를 숨깁니다. QQmlTypeCompiler Composite Singleton Type %1 is not creatable. 복합 싱글톤 형식 %1을(를) 만들 수 없습니다. Element is not creatable. 원소를 만들 수 없습니다. QQmlTypeData Composite Singleton Type %1 is not creatable. 복합 싱글톤 형식 %1을(를) 만들 수 없습니다. Element is not creatable. 원소를 만들 수 없습니다. QQmlTypeLoader Cannot update qmldir content for '%1' '%1'의 qmldir 내용을 업데이트할 수 없음 No matching type found, pragma Singleton files cannot be used by QQmlComponent. 일치하는 형식을 찾을 수 없음, QQmlComponent에서는 pragma Singleton 파일을 사용할 수 없습니다. pragma Singleton used with a non composite singleton type %1 비 복합 싱글톤 형식 %1에서 pragma Singleton이 사용됨 Script %1 unavailable 스크립트 %1을(를) 사용할 수 없음 Type %1 unavailable 형식 %1을(를) 사용할 수 없음 qmldir defines type as singleton, but no pragma Singleton found in type %1. qmldir 내에서 싱글톤으로 선언하지만 형식 %1에서 pragma Singleton을 찾을 수 없습니다. module "%1" is not installed 모듈 "%1"이(가) 설치되지 않았음 Namespace %1 cannot be used as a type 네임스페이스 %1을(를) 형식으로 사용할 수 없음 Unreported error adding script import to import database 가져오기 데이터베이스에 스크립트를 추가하는 중 보고되지 않은 오류 발생 %1 %2 %1 %2 QQuickAbstractAnimation Cannot animate non-existent property "%1" 존재하지 않는 속성 "%1"에 애니메이션을 설정할 수 없음 Cannot animate read-only property "%1" 읽기 전용 속성 "%1"에 애니메이션을 설정할 수 없음 Animation is an abstract class Animation이 추상 클래스임 Animator is an abstract class Animator는 추상 클래스임 QQuickAccessibleAttached Accessible is only available via attached properties Accessible은 첨부된 속성을 통해서만 사용할 수 있음 QQuickAnchorAnimation Cannot set a duration of < 0 0보다 작은 지속 시간을 설정할 수 없음 QQuickAnchors Possible anchor loop detected on fill. fill에서 앵커 반복 감지됨. Possible anchor loop detected on centerIn. centerIn에서 앵커 반복 감지됨. Cannot anchor to an item that isn't a parent or sibling. 부모나 자식이 아닌 항목에 앵커를 설정할 수 없음. Possible anchor loop detected on vertical anchor. 수직 앵커에서 앵커 반복 감지됨. Possible anchor loop detected on horizontal anchor. 수평 앵커에서 앵커 반복 감지됨. Cannot specify left, right, and horizontalCenter anchors at the same time. 동시에 left, right, horizontalCenter 앵커를 지정할 수 없습니다. Cannot anchor to a null item. 빈 항목에 앵커를 설정할 수 없음. Cannot anchor a horizontal edge to a vertical edge. 수평선을 수직선에 앵커로 설정할 수 없음. Cannot anchor item to self. 자기 자신에 앵커를 설정할 수 없음. Cannot specify top, bottom, and verticalCenter anchors at the same time. 동시에 top, bottom, verticalCenter 앵커를 지정할 수 없습니다. Baseline anchor cannot be used in conjunction with top, bottom, or verticalCenter anchors. Baseline 앵커는 top, bottom, verticalCenter 앵커와 동시에 사용할 수 없습니다. Cannot anchor a vertical edge to a horizontal edge. 수직선을 수평선에 앵커로 설정할 수 없음. QQuickAnimatedImage Qt was built without support for QMovie Qt 빌드에 QMovie 지원이 빠졌음 QQuickApplication Application is an abstract class Application은 추상 클래스임 QQuickBehavior Cannot change the animation assigned to a Behavior. Behavior에 할당된 애니메이션을 변경할 수 없음. QQuickDragAttached Drag is only available via attached properties Drag는 첨부된 속성을 통해서만 사용할 수 있음 QQuickEnterKeyAttached EnterKey attached property only works with Items EnterKey 첨부된 속성은 Item에서만 동작함 EnterKey is only available via attached properties EnterKeys는 첨부된 속성을 통해서만 사용할 수 있음 QQuickFlipable front is a write-once property front는 한 번만 쓸 수 있는 속성임 back is a write-once property back은 한 번만 쓸 수 있는 속성임 QQuickGraphicsInfo GraphicsInfo is only available via attached properties GraphicsInfo는 첨부된 속성을 통해서만 사용할 수 있음 QQuickItemView ItemView is an abstract base class ItemView는 추상 기반 클래스임 Delegate must be of Item type Delegate는 Item 형식이어야 함 QQuickKeyNavigationAttached KeyNavigation is only available via attached properties KeyNavigation은 첨부된 속성을 통해서만 사용할 수 있음 QQuickKeysAttached Keys is only available via attached properties Keys는 첨부된 속성을 통해서만 사용할 수 있음 QQuickLayoutMirroringAttached LayoutDirection attached property only works with Items 연결된 속성 LayoutDirection은 Item에서만 동작함 LayoutMirroring is only available via attached properties LayoutMirroring은 첨부된 속성을 통해서만 사용할 수 있음 LayoutDirection attached property only works with Items and Windows 첨부된 속성 LayoutDirection은 Item이나 Window에서만 동작함 QQuickLoader setSource: value is not an object setSource: 값이 객체가 아님 QQuickMouseEvent MouseEvent is only available within handlers in MouseArea MouseEvent는 MouseArea의 핸들러에서만 사용할 수 있음 QQuickOpenGLInfo OpenGLInfo is only available via attached properties OpenGLInfo는 첨부된 속성을 통해서만 사용할 수 있음 QQuickPaintedItem Cannot create instance of abstract class PaintedItem 추상 클래스 PaintedItem의 인스턴스를 만들 수 없음 QQuickParentAnimation Unable to preserve appearance under complex transform 복합 변형 이후 모양을 보존할 수 없음 Unable to preserve appearance under non-uniform scale 불균일 크기 조정 이후 모양을 보존할 수 없음 Unable to preserve appearance under scale of 0 0 이하로 크기를 조정했을 때 모양을 보존할 수 없음 QQuickParentChange Unable to preserve appearance under complex transform 복합 변형 이후 모양을 보존할 수 없음 Unable to preserve appearance under non-uniform scale 불균일 크기 조정 이후 모양을 보존할 수 없음 Unable to preserve appearance under scale of 0 0 이하로 크기를 조정했을 때 모양을 보존할 수 없음 QQuickPathAnimation Cannot set a duration of < 0 0보다 작은 지속 시간을 설정할 수 없음 QQuickPathView Delegate must be of Item type Delegate는 Item 형식이어야 함 QQuickPauseAnimation Cannot set a duration of < 0 0보다 작은 지속 시간을 설정할 수 없음 QQuickPixmap Error decoding: %1: %2 %1 디코딩 중 오류 발생: %2 Invalid image provider: %1 잘못된 그림 공급자: %1 Failed to get image from provider: %1 공급자에서 그림을 가져올 수 없음: %1 Failed to get texture from provider: %1 공급자에서 텍스처를 가져올 수 없음: %1 Cannot open: %1 다음을 열 수 없음: %1 Invalid image data: %1 잘못된 그림 데이터: %1 QQuickPropertyAnimation Cannot set a duration of < 0 0보다 작은 지속 시간을 설정할 수 없음 QQuickPropertyChanges PropertyChanges does not support creating state-specific objects. PropertyChanges는 상태별 객체를 만들 수 없습니다. Cannot assign to non-existent property "%1" 존재하지 않는 속성 "%1"에 할당할 수 없음 Cannot assign to read-only property "%1" 읽기 전용 속성 "%1"에 할당할 수 없음 QQuickRepeater Delegate must be of Item type Delegate는 Item 형식이어야 함 QQuickShaderEffectMesh Cannot create instance of abstract class ShaderEffectMesh. 추상 클래스 ShaderEffectMesh의 인스턴스를 만들 수 없습니다. QQuickTextUtil %1 does not support loading non-visual cursor delegates. %1에서 표시할 수 없는 커서 선언을 불러올 수 없습니다. Could not load cursor delegate 커서 선언을 불러올 수 없음 QQuickViewTransitionAttached ViewTransition is only available via attached properties ViewTransition은 첨부된 속성을 통해서만 사용할 수 있음 QQuickWindow Failed to create %1 context for format %2. This is most likely caused by not having the necessary graphics drivers installed. Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (%3, %4 and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH. %1 Context type (Open GL, EGL), %2 format, ANGLE %3, %4 library names 형식 %2에 대한 %1 컨텍스트를 생성할 수 없습니다. 필요한 그래픽 드라이버가 설치되어 있지 않을 수도 있습니다. OpenGL 2.0 이상을 지원하는 드라이버를 설치하시거나, 해당 드라이버를 사용할 수 없다면 실행 파일이 있는 디렉터리나 PATH에 있는 디렉터리에 ANGLE OpenGL ES 2.0 에뮬레이션 라이브러리(%3, %4, d3dcompiler_*.dll)를 설치하십시오. Failed to create %1 context for format %2 %1 Context type (Open GL, EGL), %2 format specification 형식 %2에 대한 %1 컨텍스트를 생성할 수 없음 QQuickWindowQmlImpl Conflicting properties 'visible' and 'visibility' for Window '%1' 창 '%1'의 'visible'과 'visibility' 속성이 충돌함 Conflicting properties 'visible' and 'visibility' 'visible'과 'visibility' 속성이 충돌함 QQuickXmlListModel "%1" duplicates a previous role name and will be disabled. "%1"이(가) 이전 역할 이름과 중복되므로 비활성화될 것입니다. invalid query: "%1" 잘못된 쿼리: "%1" QQuickXmlListModelRole An XmlRole query must not start with '/' XmlRole 쿼리는 '/'로 시작하면 안 됨 QQuickXmlRoleList An XmlListModel query must start with '/' or "//" XmlListModel 쿼리는 '/'나 '//'로 시작해야 함 SignalHandlerConverter Non-existent attached object 존재하지 않는 첨부된 객체 Signal uses unnamed parameter followed by named parameter. 시그널의 이름 없는 인자 다음에 이름 있는 인자가 있습니다. Signal parameter "%1" hides global variable. 시그널 인자 "%1"이(가) 전역 변수를 숨깁니다. "%1.%2" is not available in %3 %4.%5. "%1.%2"은(는) %3 %4.%5에서 사용할 수 없습니다. "%1.%2" is not available due to component versioning. "%1.%2"은(는) 구성 요소 버전 때문에 사용할 수 없습니다. Cannot assign a value to a signal (expecting a script to be run) 값을 시그널에 지정할 수 없음 (스크립트가 실행될 것을 예상함) Incorrectly specified signal assignment 잘못 지정된 시그널 할당 SignalTransition Specified signal does not exist. 지정한 시그널이 존재하지 않습니다. Cannot assign to non-existent property "%1" 존재하지 않는 속성 "%1"에 할당할 수 없음 SignalTransition: script expected SignalTransition: 스크립트가 필요함 qmlRegisterType Invalid QML %1 name "%2" 잘못된 QML %1 이름 "%2" Cannot install %1 '%2' into unregistered namespace '%3' 등록되지 않은 네임스페이스 '%3'에 %1 '%2'을(를) 설치할 수 없음 Cannot install %1 '%2' into protected namespace '%3' 보호된 네임스페이스 '%3'에 %1 '%2'을(를) 설치할 수 없음 Cannot install %1 '%2' into protected module '%3' version '%4' 보호된 모듈 '%3' 버전 '%4'에 %1 '%2'을(를) 설치할 수 없음