From 9989c6d9d0a998bd379f1550bb639d9a16b683b2 Mon Sep 17 00:00:00 2001 From: Shinjo Park Date: Sat, 10 Jan 2015 23:21:38 +0900 Subject: Update Korean translations Split and update Korean translations for Qt 5.4. Change-Id: If63c698312af4875b1ca5d7d42942efc0ef9ed1a Reviewed-by: Shinjo Park Reviewed-by: Cho Sung Jae Reviewed-by: Oswald Buddenhagen --- translations/qtscript_ko.ts | 279 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 translations/qtscript_ko.ts (limited to 'translations/qtscript_ko.ts') diff --git a/translations/qtscript_ko.ts b/translations/qtscript_ko.ts new file mode 100644 index 0000000..f3bf9ac --- /dev/null +++ b/translations/qtscript_ko.ts @@ -0,0 +1,279 @@ + + + + + QScriptBreakpointsModel + + ID + ID + + + Location + 위치 + + + Condition + 조건 + + + Ignore-count + 무시 개수 + + + Single-shot + 싱글 샷 + + + Hit-count + 일치 개수 + + + + QScriptBreakpointsWidget + + New + 새로 만들기 + + + Delete + 삭제 + + + + QScriptDebugger + + Go to Line + 줄로 가기 + + + Line: + 줄: + + + Interrupt + 인터럽트 + + + Shift+F5 + Shift+F5 + + + Continue + 계속 + + + F5 + F5 + + + Step Into + 안으로 들어가기 + + + F11 + F11 + + + Step Over + 넘어가기 + + + F10 + F10 + + + Step Out + 빠져 나가기 + + + Shift+F11 + Shift+F11 + + + Run to Cursor + 커서까지 실행 + + + Ctrl+F10 + Ctrl+F10 + + + Run to New Script + 새 스크립트까지 실행 + + + Toggle Breakpoint + 중단점 지정/해제 + + + F9 + F9 + + + Clear Debug Output + 디버그 출력 삭제 + + + Clear Error Log + 오류 로그 삭제 + + + Clear Console + 콘솔 삭제 + + + &Find in Script... + 스크립트에서 찾기(&F)... + + + Ctrl+F + Ctrl+F + + + Find &Next + 다음 찾기(&N) + + + F3 + F3 + + + Find &Previous + 이전 찾기(&P) + + + Shift+F3 + Shift+F3 + + + Ctrl+G + Ctrl+G + + + Debug + 디버그 + + + + QScriptDebuggerCodeFinderWidget + + Close + 닫기 + + + Previous + 이전 + + + Next + 다음 + + + Case Sensitive + 대소문자 구분 + + + Whole words + 단어 단위로 + + + <img src=":/qt/scripttools/debugging/images/wrap.png">&nbsp;Search wrapped + <img src=":/qt/scripttools/debugging/images/wrap.png">&nbsp;검색 다시 시작됨 + + + + QScriptDebuggerLocalsModel + + Name + 이름 + + + Value + + + + + QScriptDebuggerStackModel + + Level + 단계 + + + Name + 이름 + + + Location + 위치 + + + + QScriptEdit + + Toggle Breakpoint + 중단점 설정/해제 + + + Disable Breakpoint + 중단점 해제 + + + Enable Breakpoint + 중단점 설정 + + + Breakpoint Condition: + 중단점 조건: + + + + QScriptEngineDebugger + + Loaded Scripts + 불러온 스크립트 + + + Breakpoints + 중단점 + + + Stack + 스택 + + + Locals + 지역 변수 + + + Console + 콘솔 + + + Debug Output + 디버그 출력 + + + Error Log + 오류 로그 + + + Search + 검색 + + + View + 보기 + + + Qt Script Debugger + Qt 스크립트 디버거 + + + + QScriptNewBreakpointWidget + + Close + 닫기 + + + -- cgit v1.2.1