diff --git a/src/translations/sqlb_ko_KR.ts b/src/translations/sqlb_ko_KR.ts index a13395ed..b9f7cab7 100644 --- a/src/translations/sqlb_ko_KR.ts +++ b/src/translations/sqlb_ko_KR.ts @@ -68,42 +68,42 @@ <html><head/><body><p><span style=" font-weight:600;">저장하기</span>는 새 레코드를 데이터베이스에 추가하기 위해 작성되어 나타나 있는 SQL 구문을 반영합니다.</p><p><span style=" font-weight:600;">초기값 복원하기</span>는 <span style=" font-weight:600;">값</span> 필드를 초기 값으로 복원합니다.</p><p><span style=" font-weight:600;">취소하기</span>는 쿼리의 실행 없이 이 창을 닫습니다.</p></body></html> - + Auto-increment - 자동 증가(Auti-increment) + 자동 증가(Auto-increment) - + Unique constraint 유니크 제약 - + Check constraint: %1 제약 조건: %1 - + Foreign key: %1 외래키: %1 - + Default value: %1 기본 값: %1 - + Error adding record. Message from database engine: %1 @@ -112,7 +112,7 @@ %1 - + Are you sure you want to restore all the entered values to their defaults? 정말로 모든 입력한 값들을 초기 값으로 복원합니까? @@ -120,149 +120,267 @@ Application - + Possible command line arguments: 사용할 수 있는 명령줄 매개변수: - Usage: %1 [options] [<database>|<project>] - 사용법: %1 [옵션] [<데이터베이스>|<프로젝트>] + 사용법: %1 [옵션] [<데이터베이스>|<프로젝트>] - -h, --help Show command line options - -h, --help 명령줄 옵션을 보여줍니다 + -h, --help 명령줄 옵션을 보여줍니다 - -q, --quit Exit application after running scripts - -q, --quit 스크립트 실행 후 프로그램을 종료합니다 + -q, --quit 스크립트 실행 후 프로그램을 종료합니다 - -s, --sql <file> Execute this SQL file after opening the DB - -s, --sql <파일> DB를 연 다음 SQL 파일을 실행합니다 + -s, --sql <파일> DB를 연 다음 SQL 파일을 실행합니다 - -t, --table <table> Browse this table after opening the DB - -t, --table <table> DB를 연 다음 이 테이블을 탐색합니다 + -t, --table <table> DB를 연 다음 이 테이블을 탐색합니다 - -R, --read-only Open database in read-only mode - -R, --read-only 데이터베이스를 읽기 전용 모드로 열기합니다 + -R, --read-only 데이터베이스를 읽기 전용 모드로 열기합니다 - + The user settings file location is replaced with the argument value instead of the environment variable value. 사용자 환경설정 파일 위치는 환경 변수 값 대신 인자 값으로 대체됩니다. - + Ignored environment variable(DB4S_SETTINGS_FILE) value : 무시되는 환경변수(DB4S_SETTINGS_FILE) 값 : - -S, --settings <settings_file> - -S, --settings <환경설정_파일> + -S, --settings <환경설정_파일> - Run application based on this settings file - 이 환경설정 파일을 바탕으로 프로그램을 실행합니다 + 이 환경설정 파일을 바탕으로 프로그램을 실행합니다 - -o, --option <group>/<setting>=<value> - -o, --option <그룹>/<설정>=<값> + -o, --option <그룹>/<설정>=<값> - Run application with this setting temporarily set to value - 설정 값을 임시적으로 저장한 후 프로그램 실행합니다 + 설정 값을 임시적으로 저장한 후 프로그램 실행합니다 - -O, --save-option <group>/<setting>=<value> - -O, --save-option <그룹>/<설정>=<값> + -O, --save-option <그룹>/<설정>=<값> - Run application saving this value for this setting - 설정 값을 저장하면서 프로그램을 실행합니다 + 설정 값을 저장하면서 프로그램을 실행합니다 - -v, --version Display the current version - -v, --version 현재 버전을 출력합니다 + -v, --version 현재 버전을 출력합니다 - <database> Open this SQLite database - <데이터베이스> 이 SQLite 데이터베이스를 엽니다 + <데이터베이스> 이 SQLite 데이터베이스를 엽니다 - <project> Open this project file (*.sqbpro) - <프로젝트> 이 프로젝트 파일을 엽니다 (*.sqbpro) + <프로젝트> 이 프로젝트 파일을 엽니다 (*.sqbpro) - The -s/--sql option requires an argument - -s/--sql 옵션은 실행할 SQL 파일명을 같이 지정해주어야 합니다 + -s/--sql 옵션은 실행할 SQL 파일명을 같이 지정해주어야 합니다 - + + The file %1 does not exist %1 파일이 존재하지 않습니다 - The -t/--table option requires an argument - -t/--table 옵션의 대상이 되는 테이블 명을 입력하세요 + -t/--table 옵션의 대상이 되는 테이블 명을 입력하세요 + + Usage + + + + + options + + + + + + database + + + + + project + + + + + + csv-file + + + + + Show command line options + + + + + Exit application after running scripts + + + + + + file + + + + + Execute this SQL file after opening the DB + + + + + Import this CSV file into the passed DB or into a new DB + + + + + table + + + + + Browse this table after opening the DB + + + + + Open database in read-only mode + + + + + settings_file + + + + + Run application based on this settings file + + + + + + group + + + + + + settings + + + + + + value + + + + + Run application with this setting temporarily set to value + + + + + Run application saving this value for this setting + + + + + Display the current version + + + + + Open this SQLite database + + + + + Open this project file (*.sqbpro) + + + + + Import this CSV file into an in-memory database + + + + + + + The %1 option requires an argument + + + + The -S/--settings option requires an argument. The option is ignored. -S/--settings 옵션은 인자 값이 필요합니다. 따라서 이 옵션은 무시됩니다. - + The -o/--option and -O/--save-option options require an argument in the form group/setting=value -o/--option 또는 -O/--save-option 옵션은 group/setting=value 형식의 인수가 필요합니다 - + Invalid option/non-existant file: %1 잘못된 옵션을 사용하였거나 파일이 존재하지 않습니다: %1 - + SQLite Version SQLite 버전 - + SQLCipher Version %1 (based on SQLite %2) SQLCipher 버전 %1 (SQLite %2 기반) - + DB Browser for SQLite Version %1. DB Browser for SQLite 버전 %1. - + Built for %1, running on %2 %1 환경을 위해 빌드됨, %2 환경에서 실행 중 - + Qt Version %1 Qt 버전 %1 @@ -611,154 +729,165 @@ If any of the other settings were altered for this database file you need to pro DBBrowserDB - + Please specify the database name under which you want to access the attached database 데이터베이스 연결을 위해 불러올 데이터베이스의 별칭을 지정해주세요 - + Invalid file format 잘못된 파일 포맷입니다 - + Do you want to save the changes made to the database file %1? %1 데이터베이스 파일을 생성하기 위해 변경사항을 저장하겠습니까? - + Exporting database to SQL file... 데이터베이스를 SQL 파일로 내보내는 중... - - + + Cancel 취소 - + Executing SQL... SQL 실행 중... - + Action cancelled. 실행이 취소되었습니다. - + Do you really want to close this temporary database? All data will be lost. 이 임시 데이터베이스를 닫을까요? 모든 데이터가 사라집니다. - + Database didn't close correctly, probably still busy 데이터베이스가 제대로 닫히지 않았습니다, 아마도 아직 사용 중일 것입니다 - + + Cannot open destination file: '%1' + 대상 파일을 열 수 없습니다.: '%1' + + + + + Cannot backup to file: '%1'. Message: %2 + 파일로 백업할 수 없습니다.: '%1'. 메시지: %2 + + + The database is currently busy: 이 데이터베이스는 현재 사용 중입니다: - + Do you want to abort that other operation? 이 명령을 취소하시겠습니까? - - + + No database file opened 열린 데이터베이스 파일이 없습니다 - - + + Error in statement #%1: %2. Aborting execution%3. #%1: %2 구문에 에러가 있어 실행이 중단되었습니다%3. - - + + and rolling back 그리고 롤백합니다 - + didn't receive any output from %1 %1에서 아무런 출력을 받지 못했습니다 - + could not execute command: %1 명령을 실행할 수 없습니다: %1 - + Cannot delete this object 이 객체를 삭제할 수 없습니다 - + Cannot set data on this object 이 객체에는 데이터를 저장할 수 없습니다 - - + + A table with the name '%1' already exists in schema '%2'. '%1' 이름의 테이블이 이미 스키마 '%2'에 존재합니다. - + No table with name '%1' exists in schema '%2'. 스키마 '%2'에 이름이 '%1'인 테이블이 없습니다. - - + + Cannot find column %1. %1 컬럼을 찾을 수 없습니다. - + Creating savepoint failed. DB says: %1 세이브 포인트를 생성하지 못했습니다. DB 메시지: %1 - + Renaming the column failed. DB says: %1 열 이름을 변경하지 못했습니다. DB 메시지: %1 - - + + Releasing savepoint failed. DB says: %1 세이브 포인트를 해제하지 못했습니다. DB 메시지: %1 - + Creating new table failed. DB says: %1 새 테이블을 생성하지 못했습니다. DB 메시지: %1 - + Copying data to new table failed. DB says: %1 새 테이블에 데이터를 복사하지 못했습니다. DB 메시지: %1 - + Deleting old table failed. DB says: %1 이전 테이블을 삭제하지 못했습니다. DB 메시지: %1 - + Error renaming table '%1' to '%2'. Message from database engine: %3 @@ -767,12 +896,12 @@ Message from database engine: %3 - + could not get list of db objects: %1 DB 개체 목록을 가져알 수 없습니다: %1 - + Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here's the SQL statement which you might want to fix and execute manually: @@ -781,27 +910,27 @@ Message from database engine: - + could not get list of databases: %1 데이터베이스 목록을 가져올 수 없습니다: %1 - + Error loading extension: %1 확장기능을 불러오기 에러: %1 - + could not get column information 열 정보를 가져올 수 없습니다 - + Error setting pragma %1 to %2: %3 pragma 설정을 %1에서 %2로 변경하는데 에러: %3 - + File not found. 파일을 찾을 수 없습니다. @@ -809,62 +938,62 @@ Message from database engine: DbStructureModel - + Name 이름 - + Object 객체 - + Type 타입 - + Schema 스키마 - + Database 데이터베이스 - + Browsables 열기 - + All 모두 선택 - + Temporary 임시 - + Tables (%1) 테이블 (%1) - + Indices (%1) 인덱스 (%1) - + Views (%1) 뷰 (%1) - + Triggers (%1) 트리거 (%1) @@ -893,7 +1022,7 @@ Message from database engine: - + Image 이미지 @@ -908,176 +1037,189 @@ Message from database engine: XML - - + + Evaluation + + + + + Automatically adjust the editor mode to the loaded data type 불러온 데이터 타입을 에디터 모드에 자동 적용 - + This checkable button enables or disables the automatic switching of the editor mode. When a new cell is selected or new data is imported and the automatic switching is enabled, the mode adjusts to the detected data type. You can then change the editor mode manually. If you want to keep this manually switched mode while moving through the cells, switch the button off. 이 체크 버튼은 에디터 모드를 자동으로 변경하는 기능을 키거나 끕니다. 새 셀이 선택되거나 새로운 데이터가 가져와지면 자동 변경 기능이 켜져서 데이터 타입을 인식하여 적절한 모드를 적용합니다. 그 후에 여러분은 모드를 수동으로 변경할 수 있습니다. 만약 셀들을 이동할 때 모드를 직접 변경하고자 한다면, 이 버튼을 비활성화하세요. - + Auto-switch 자동 전환 - The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving. Errors are indicated with a red squiggle underline. - 텍스트 편집기 모드를 사용하면 저장하기 전에 구문 강조 표시, 자동 서식 지정 및 유효성 검사를 사용하여 JSON 또는 XML 데이터뿐만 아니라 일반 텍스트도 편집할 수 있습니다. + 텍스트 편집기 모드를 사용하면 저장하기 전에 구문 강조 표시, 자동 서식 지정 및 유효성 검사를 사용하여 JSON 또는 XML 데이터뿐만 아니라 일반 텍스트도 편집할 수 있습니다. 오류는 빨간색 물결 밑줄로 표시됩니다. - + This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected. 이 Qt 편집기는 기본 텍스트 편집기에서 지원하지 않는 오른쪽에서 왼쪽으로 쓰는 스크립트에 사용됩니다. 오른쪽에서 왼쪽으로 작성되는 문자가 감지되면 이 편집기 모드가 자동으로 선택됩니다. - + Apply data to cell 셀에 데이터 적용 - + Open preview dialog for printing the data currently stored in the cell 현재 셀에 저장된 데이터에 대한 인쇄 미리보기 대화상자 열기 - + Auto-format: pretty print on loading, compact on saving. 자동포맷: 불러올 때 예쁘게 프린트되고, 저장할 때 용량을 줄입니다. - + When enabled, the auto-format feature formats the data on loading, breaking the text in lines and indenting it for maximum readability. On data saving, the auto-format feature compacts the data removing end of lines, and unnecessary whitespace. 활성화되면, 자동포맷 기능이 데이터를 불러올 때 포맷을 지정하여 긴 문장을 여러 행으로 만들고 들여쓰기를 해서 가독성을 향상합니다. 데이터를 저장할 때는 자동포맷 기능은 개행 문자를 제거하여 데이터를 줄이고 필요 없는 공백을 삭제합니다. - + Word Wrap 개행 - + Wrap lines on word boundaries 단어 경계마다 개행 - - + + Open in default application or browser 기본 응용 프로그램 또는 브라우저에서 열기 - + Open in application 응용 프로그램에서 열기 - + The value is interpreted as a file or URL and opened in the default application or web browser. 값은 파일 또는 URL로 해석되며 기본 애플리케이션 또는 웹 브라우저에서 열립니다. - + Save file reference... 참조를 파일에 저장... - + Save reference to file 파일에 참조 저장 - - + + Open in external application 외부 프로그램에서 열기 - + Autoformat 자동포맷 - + + The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving. + +Errors are indicated with a red squiggle underline. + +In the Evaluation mode, entered SQLite expressions are evaluated and the result applied to the cell. + + + + &Export... 내보내기(&E)... - - + + &Import... 가져오기(&I)... - - + + Import from file 파일에서 가져오기 - - + + Opens a file dialog used to import any kind of data to this database cell. 이 데이터베이스 셀로 데이터를 가져오기 위하여 대화상자를 엽니다. - + Export to file 파일로 내보내기 - + Opens a file dialog used to export the contents of this database cell to a file. 이 데이터베이스 셀의 내용을 파일로 내보내는데 사용되는 대화 상자를 엽니다. - + Print... - + Ctrl+P - + Open preview dialog for printing displayed text 출력된 텍스트를 인쇄하기 위한 인쇄 미리보기 창을 엽니다 - + Copy Hex and ASCII Hex와 ASCII를 복사합니다 - + Copy selected hexadecimal and ASCII columns to the clipboard 선택된 16진수와 ASCII 필드를 클립보드로 복사합니다 - + Ctrl+Shift+C - + Set as &NULL NULL로 만들기(&N) - + This button saves the changes performed in the cell editor to the database cell. 이 버튼은 데이터 셀에 셀 에디터의 변경 사항을 적용하여 저장하는 버튼입니다. - + Apply 적용 @@ -1092,7 +1234,7 @@ Errors are indicated with a red squiggle underline. 바이너리 - + Erases the contents of the cell 셀의 데이터 값을 삭제합니다 @@ -1102,128 +1244,139 @@ Errors are indicated with a red squiggle underline. 이 영역은 이 데이터베이스 데이터 값에 대한 정보를 보여줍니다 - + Type of data currently in cell 현재 셀에 있는 데이터 타입 - + Size of data currently in table 현재 테이블에 있는 데이터 크기 - + Choose a filename to export data 내보내기 할 데이터의 파일 이름을 선택하세요 - - + + Image data can't be viewed in this mode. 이미지 데이터는 이 모드에서는 볼 수 없습니다. - - + + Try switching to Image or Binary mode. 이미지나 바이너리 모드로 바꿔보세요. - - + + Binary data can't be viewed in this mode. 바이너리 데이터는 이 모드에서 볼 수 없습니다. - - + + Try switching to Binary mode. 바이너리 모드로 바꿔보세요. - - + + Image files (%1) 이미지 파일 (%1) - + Binary files (*.bin) 바이너리 파일 (*.bin) - + Choose a file to import 가져올 파일을 선택하세요 - + + Unsaved data in the cell editor + + + + + The cell editor contains data not yet applied to the database. +Do you want to apply the edited data? + + + + %1 Image %1 이미지 - + Invalid data for this mode 이 모드에 맞지 않는 데이터 - + The cell contains invalid %1 data. Reason: %2. Do you really want to apply it to the cell? 이 셀에는 올바르지 않은 %1 데이터를 포함하고 있습니다. 이유: %2. 이 셀을 정말로 적용할까요? - - - + + + %n character(s) %n 자 - + Type of data currently in cell: %1 Image 현재 데이터 타입: %1 이미지 - + %1x%2 pixel(s) %1x%2 픽셀 - + Type of data currently in cell: NULL 현재 데이터 타입: 널 - + Type of data currently in cell: Valid JSON 현재 데이터 타입: 유효한 JSON - + Couldn't save file: %1. 파일을 저장할 수 없습니다: %1. - + The data has been saved to a temporary file and has been opened with the default application. You can now edit the file and, when you are ready, apply the saved new data to the cell or cancel any changes. 데이터는 임시 파일에 저장되었으며 기본 응용 프로그램으로 열렸습니다. 이제 파일을 편집할 수 있으며 작업이 완료되면 저장된 새 데이터를 셀에 적용하거나 변경사항을 취소할 수 있습니다. - - + + Type of data currently in cell: Text / Numeric 현재 데이터 타입: 문자열 / 숫자 - + Type of data currently in cell: Binary 현재 데이터 타입: 바이너리 - + %n byte(s) %n 바이트 @@ -1293,13 +1446,13 @@ Errors are indicated with a red squiggle underline. 인덱스 컬럼 - + Deleting the old index failed: %1 이전 인덱스를 삭제하는데 실패했습니다: %1 - + Creating the index failed: %1 인덱스 생성에 실패했습니다: @@ -1536,46 +1689,46 @@ Errors are indicated with a red squiggle underline. - + There can only be one primary key for each table. Please modify the existing primary key instead. 각 테이블마다 하나의 기본 키만 있을 수 있습니다. 기존 기본 키를 대신 수정하세요. - + This column is referenced in a foreign key in table %1 and thus its name cannot be changed. 이 필드는 테이블 %1 에 있는 외래키에 참조되어 있기 때문에 이름을 변경할 수 없습니다. - + There is at least one row with this field set to NULL. This makes it impossible to set this flag. Please change the table data first. 이 필드 값이 NULL로 되어 있는 레코드가 최소한 하나 이상 존재합니다. 이러한 상태에서는 변경이 불가능하니 테이블의 데이터를 먼저 수정해서 NULL 값을 삭제주세요. - + There is at least one row with a non-integer value in this field. This makes it impossible to set the AI flag. Please change the table data first. 이 필드 값이 숫자가 아닌 값으로 되어 있는 레코드가 최소 하나 이상 존재합니다. 이러한 상태에서는 변경이 불가능하니 테이블의 데이터 값을 먼저 변경해주세요. - + Column '%1' has duplicate data. %1 열에 중복된 데이터가 있습니다. - + This makes it impossible to enable the 'Unique' flag. Please remove the duplicate data, which will allow the 'Unique' flag to then be enabled. 이로 인해 유니크 플래그를 설정할 수 없습니다. 중복 데이터를 제거하여야 유니크 플래그를 설정할 수 있습니다. - + Are you sure you want to delete the field '%1'? All data currently stored in this field will be lost. 정말로 '%1' 필드를 삭제하시겠습니까? 이 필드에 저장된 모든 데이터가 같이 삭제됩니다. - + Please add a field which meets the following criteria before setting the without rowid flag: - Primary key flag set - Auto increment disabled @@ -1669,44 +1822,44 @@ All data currently stored in this field will be lost. 인쇄하기 좋은 스타일 - - + + Could not open output file: %1 내보낸 파일을 열 수 없습니다: %1 - - + + Choose a filename to export data 데이터를 내보낼 파일 이름을 정하세요 - + Export data as JSON JSON으로 내보내기 - + exporting CSV CSV로 내보내기 - + exporting JSON JSON으로 내보내기 - + Please select at least 1 table. 최소한 테이블 1개는 선택하세요. - + Choose a directory 디렉터리를 선택하세요 - + Export completed. 내보내기가 완료되었습니다. @@ -1774,22 +1927,22 @@ All data currently stored in this field will be lost. 스키마만 내보내기 - + Please select at least one table. 최소한 한 개의 테이블을 선택해주세요. - + Choose a filename to export 내보내기 할 파일명을 고르세요 - + Export completed. 내보내기가 완료되었습니다. - + Export cancelled or failed. 내보내기가 취소되었거나 실패했습니다. @@ -1798,7 +1951,7 @@ All data currently stored in this field will be lost. ExtendedScintilla - + Ctrl+H @@ -1809,22 +1962,22 @@ All data currently stored in this field will be lost. - + Ctrl+P - + Find... 찾기... - + Find and Replace... 검색과 바꾸기... - + Print... 인쇄하기... @@ -1832,128 +1985,128 @@ All data currently stored in this field will be lost. ExtendedTableWidget - + Use as Exact Filter 정확한 필터로 적용하기 - + Containing 포함하는 - + Not containing 포함하지 않는 - + Not equal to 같지 않은 - + Greater than 초과 - + Less than 미만 - + Greater or equal 이상 - + Less or equal 이하 - + Between this and... 이 값과 사이에... - + Regular expression 정규 표현식 - + Edit Conditional Formats... 조건부 서식 편집... - + Set to NULL NULL로 변경하기 - + Cut 잘라내기 - + Copy 복사하기 - + Copy with Headers 헤더 포함 복사하기 - + Copy as SQL SQL로 복사하기 - + Paste 붙여넣기 - + Print... 인쇄하기... - + Use in Filter Expression 필터 표현식 적용하기 - + Alt+Del - + Ctrl+Shift+C - + Ctrl+Alt+C - + The content of the clipboard is bigger than the range selected. Do you want to insert it anyway? 클립보드의 내용이 선택한 범위보다 큽니다. 어쨌든 추가할까요? - + <p>Not all data has been loaded. <b>Do you want to load all data before selecting all the rows?</b><p><p>Answering <b>No</b> means that no more data will be loaded and the selection will not be performed.<br/>Answering <b>Yes</b> might take some time while the data is loaded but the selection will be complete.</p>Warning: Loading all the data might require a great amount of memory for big tables. <p>모든 데이터가 로드되지 않았습니다. <b>모든 행을 선택하기 전에 모든 데이터를 로드하시겠습니까?</b><p><p><b> 아니요</b>를 선택하면 더 이상 데이터가 로드되지 않고 선택이 수행되지 않습니다.<br/><b>예</b> 를 선택하면 데이터가 로드되는 동안 시간이 다소 걸릴 수 있지만 선택이 완료됩니다.</p>경고: 모든 데이터를 로드하려면 큰 테이블을 위해 많은 양의 메모리가 필요할 수 있습니다. - + Cannot set selection to NULL. Column %1 has a NOT NULL constraint. 선택 사항을 NULL로 설정할 수 없습니다. 열 %1에 NOT NULL 제약 조건이 있습니다. @@ -2345,7 +2498,7 @@ x~y 범위: x와 y값 사이 값 - + Tab @@ -2453,82 +2606,92 @@ x~y 범위: x와 y값 사이 값 + Use local number conventions + + + + + Use decimal and thousands separators according to the system locale. + + + + When importing into an existing table with a primary key, unique constraints or a unique index there is a chance for a conflict. This option allows you to select a strategy for that case: By default the import is aborted and rolled back but you can also choose to ignore and not import conflicting rows or to replace the existing row in the table. 기본 키, 고유 제약 조건 또는 고유 인덱스를 사용하여 기존 테이블로 가져올 때 충돌 가능성이 있습니다. 이 옵션을 사용하면 해당 경우에 대한 대처 방안을 선택할 수 있습니다. 기본적으로는 가져오기가 중단되고 롤백되지만 충돌하는 행을 무시하고 가져오지 않거나 테이블의 기존 행을 바꾸도록 선택할 수도 있습니다. - + Abort import 가져오기 취소 - + Ignore row 열 무시 - + Replace existing row 기존 행 바꾸기 - + Conflict strategy 충돌 발생 시 - - + + Deselect All 모두 선택 해제 - + Match Similar 비슷한거 찾기 - + Select All 모두 선택 - + There is already a table named '%1' and an import into an existing table is only possible if the number of columns match. 이미 '%1'이라는 이름을 가진 테이블이 존재하며 기존 테이블로 데이터를 가져오는 것은 필드의 수가 같을 때만 가능합니다. - + There is already a table named '%1'. Do you want to import the data into it? 이미 '%1'라는 이름의 테이블이 존재합니다. 데이터를 이 테이블로 가져올까요? - + Creating restore point failed: %1 복원 포인트를 생성하는데 실패했습니다: %1 - + Creating the table failed: %1 테이블 생성에 실패했습니다: %1 - + importing CSV CSV 가져오기 - + Unexpected end of file. Please make sure that you have configured the correct quote characters and the file is not malformed. 예기치 않은 파일의 끝(EOF)입니다. 올바른 따옴표를 구성했는지, 파일 형식이 잘못되지 않았는지 확인하세요. - + Importing the file '%1' took %2ms. Of this %3ms were spent in the row function. 파일 '%1' 가져오는데 %2ms가 걸렸습니다. 이 중에서 행 기능을 적용하는데 %3ms가 걸렸습니다. - + Inserting row failed: %1 행 추가에 실패했습니다: %1 @@ -2546,82 +2709,82 @@ x~y 범위: x와 y값 사이 값 toolBar1 - + Opens the SQLCipher FAQ in a browser window SQLCipher FAQ를 봅니다 - + Export one or more table(s) to a JSON file 테이블을 JSON 파일로 내보냅니다 - + Find 찾기 - + Find or replace 검색과 바꾸기 - + Print text from current SQL editor tab 현재 SQL 편집기 탭의 텍스트 인쇄 - + Print the structure of the opened database 현재 열려 있는 데이터베이스의 구조 인쇄 - + Un/comment block of SQL code SQL 코드 블럭 주석 처리/해제 - + Un/comment block 블럭 주석 처리/해제 - + Comment or uncomment current line or selected block of code 현재 줄 또는 선택된 블럭을 주석 처리 또는 해제합니다 - + Comment or uncomment the selected lines or the current line, when there is no selection. All the block is toggled according to the first line. 선택된 줄을 주석 처리 또는 해제합니다. 선택 항목이 없는 경우 현재 줄을 처리합니다. 모든 블럭은 첫번째 줄을 통해 토글 할 수 있습니다. - + Ctrl+/ - + Stop SQL execution SQL 실행 중단 - + Stop execution 실행 중단 - + Stop the currently running SQL script 현재 실행 중인 SQL 스크립트 중단 - + Execute all/selected SQL 전체 또는 선택한 SQL 실행 - + Open an existing database file in read only mode 읽기 전용 모드로 존재하는 데이터베이스 파일을 엽니다 @@ -2636,62 +2799,62 @@ x~y 범위: x와 y값 사이 값 가져오기(&I) - + &Export 내보내기(&E) - + &Edit 편집(&E) - + &View 보기(&V) - + &Help 도움말(&H) - + &Tools 도구(&T) - + DB Toolbar DB 툴바 - + Edit Database &Cell 데이터베이스 셀 수정하기(&C) - + Error Log 에러 로그 - + This button clears the contents of the SQL logs 이 버튼은 SQL 로그 내용을 지웁니다 - + This panel lets you examine a log of all SQL commands issued by the application or by yourself 이 패널에서 응용 프로그램 또는 사용자가 실행한 모든 SQL 명령의 기록을 확인할 수 있습니다 - + DB Sche&ma DB 스키마(&M) - + This is the structure of the opened database. You can drag multiple object names from the Name column and drop them into the SQL editor and you can adjust the properties of the dropped names using the context menu. This would help you in composing SQL statements. You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications. @@ -2703,251 +2866,251 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed - + &Remote 원격(&R) - + This button executes the SQL statement present in the current editor line 이 버튼은 현재 편집기 행에 있는 SQL 문을 실행합니다 - + Shift+F5 - + Sa&ve Project 프로젝트 저장하기(&V) - + User 사용자 - + Application 애플리케이션 - + &Clear 지우기(&C) - + &New Database... 새 데이터베이스(&N)... - + Create a new database file 새 데이터베이스 파일을 생성합니다 - + This option is used to create a new database file. 이 옵션은 새 데이터베이스 파일을 생성하려고 할 때 사용합니다. - + Ctrl+N - - + + &Open Database... 데이터베이스 열기(&O)... - - - - + + + + Open an existing database file 기존 데이터베이스 파일을 엽니다 - - - + + + This option is used to open an existing database file. 이 옵션은 기존 데이터베이스 파일을 열 때 사용합니다. - + Ctrl+O - + &Close Database 데이터베이스 닫기(&C) - + This button closes the connection to the currently open database file 이 버튼은 현재 열려 있는 데이터베이스 파일에 대한 연결을 닫습니다 - - + + Ctrl+W - + Revert database to last saved state 마지막 저장된 상태로 데이터베이스를 되돌립니다 - + This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost. 이 옵션은 현재 데이터베이스를 마지막 저장된 상태로 되돌릴 때 사용합니다. 저장 이후에 이루어진 모든 변경 사항을 되돌립니다. - + Write changes to the database file 변경 사항을 데이터베이스 파일에 반영합니다 - + This option is used to save changes to the database file. 이 옵션은 데이터베이스 파일에 변경 사항을 저장하기 위해 사용됩니다. - + Ctrl+S - + Compact the database file, removing space wasted by deleted records 삭제된 레코드로 낭비되는 공간을 제거하여 데이터베이스 파일 압축 - + Compact the database file, removing space wasted by deleted records. 삭제된 레코드로 낭비되는 공간을 제거하여 데이터베이스 파일 압축. - + E&xit 종료(&X) - + Ctrl+Q - + Import data from an .sql dump text file into a new or existing database. .sql 덤프 문자열 파일에서 데이터를 새 데이터베이스나 기존 데이터베이스로 가져옵니다. - + This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL. 이 옵션은 .sql 덤프 문자열 파일에서 데이터를 새 데이터베이스나 기존 데이터베이스로 가져옵니다. SQL 덤프 파일은 MySQL이나 PostgreSQL 등 대부분의 데이터베이스 엔진에서 생성할 수 있습니다. - + Open a wizard that lets you import data from a comma separated text file into a database table. 마법사를 사용하여 CSV 파일(쉼로 필드가 나누어진 문자열 파일)에서 데이터베이스 테이블로 데이터를 가져올 수 있습니다. - + Open a wizard that lets you import data from a comma separated text file into a database table. CSV files can be created on most database and spreadsheet applications. 마법사를 사용하여 CSV 파일(쉼표로 필드가 나누어진 문자열 파일)에서 데이터베이스 테이블로 데이터를 가져올 수 있습니다. CSV 파일은 대부분의 데이터베이스와 스프레드시트 애플리케이션에서 생성할 수 있습니다. - + Export a database to a .sql dump text file. 데이터베이스를 .sql 덤프 문자열 파일로 내보내기. - + This option lets you export a database to a .sql dump text file. SQL dump files contain all data necessary to recreate the database on most database engines, including MySQL and PostgreSQL. 이 옵션은 데이터베이스를 .sql 덤프 문자열 파일로 내보낼 수 있습니다. SQL 덤프 파일은 MySQL과 PostgreSQL 등 대부분의 데이터베이스 엔진에서 데이터베이스를 재생성하기 위한 모든 필요한 데이터를 포함하고 있습니다. - + Export a database table as a comma separated text file. 데이터베이스 테이블을 CSV(쉼표로 분리된 문자열 파일)로 내보내기. - + Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications. 데이터베이스 테이블을 CSV(쉼표로 분리된 문자열 파일)로 내보내기. 다른 데이터베이스나 스프레드시트 애플리케이션에서 가져와서 사용할 수 있습니다. - + Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database 테이블 생성 마법사를 사용하여 데이터베이스에서 새 테이블을 위한 이름과 필드를 정의할 수 있습니다 - - + + Delete Table 테이블 삭제하기 - + Open the Delete Table wizard, where you can select a database table to be dropped. 테이블 삭제 마법사를 사용하여 선택한 데이터베이스 테이블을 삭제할 수 있습니다. - + Open the Modify Table wizard, where it is possible to rename an existing table. It is also possible to add or delete fields form a table, as well as modify field names and types. 테이블 편집 마법사를 사용하여 기존 테이블의 이름을 변경하거나 테이블의 필드를 추가, 삭제, 필드명 변경 및 타입 변경을 할 수 있습니다. - + Open the Create Index wizard, where it is possible to define a new index on an existing database table. 인덱스 생성 마법사를 사용하여 기존 데이터베이스 테이블에 새 인덱스를 정의할 수 있습니다. - + &Preferences... 환경설정(&P)... - + Open the preferences window. 환경설정 창을 엽니다. - + &DB Toolbar DB 툴바(&D) - + Shows or hides the Database toolbar. 데이터베이스 툴바를 보이거나 숨깁니다. - + Shift+F1 - + &Recently opened 최근 열었던 파일들(&R) - + Ctrl+T @@ -2994,597 +3157,644 @@ You can drag SQL statements from an object row and drop them into other applicat SQL 실행 - + + &Recent Files + 최근 파일 열기(&R) + + + + Ctrl+F4 - + Compact &Database... 데이터베이스 압축(&D)... - + This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed. 이 버튼은 현재 선택되어 있는 SQL 명령문을 실행합니다. 만약 선택 항목이 없으면 모든 SQL 명령문이 실행됩니다. - + &Load Extension... 확장도구 불러오기(&L)... - + Execute line 줄 실행 - + &Wiki 위키(&W) - + F1 - + Bug &Report... 버그 보고(&R)... - + Feature Re&quest... 기능 제안(&Q)... - + Web&site 웹 사이트(&S) - + &Donate on Patreon... 후원하기(&D)... - + Open &Project... 프로젝트 열기(&P)... - + &Attach Database... 데이터베이스 연결(&A)... - + Add another database file to the current database connection 현재 데이터베이스 연결에 다른 데이터베이스 연결을 추가합니다 - + This button lets you add another database file to the current database connection 이 버튼을 사용하면 현재 데이터베이스 연결에 다른 데이터베이스 파일을 추가할 수 있습니다 - + &Set Encryption... 암호화 설정(&S)... - + SQLCipher &FAQ SQLCipher FAQ(&F) - + Table(&s) to JSON... 테이블을 JSON으로 내보내기(&S)... - + Browse Table 테이블 탐색 - + Open Data&base Read Only... 읽기 전용으로 데이터베이스 열기(&B)... - Recent Files - 최근 연 파일 + 최근 연 파일 - + New &tab 새 탭(&T) - + Open SQL file(s) SQL 파일 열기 - + This button opens files containing SQL statements and loads them in new editor tabs 이 버튼은 SQL 문이 포함된 파일을 열고 새 편집기 탭에 로드합니다 - + This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project file 이 버튼을 사용하면 열린 DB와 관련된 모든 설정을 DB Browser for SQLite 프로젝트 파일로 저장할 수 있습니다 - + This button lets you open a DB Browser for SQLite project file 이 버튼을 사용하면 DB Browser for SQLite 프로젝트 파일을 열 수 있습니다 - + Ctrl+Shift+O - + Save results 결과 저장 - + Save the results view 결과 뷰 저장 - + This button lets you save the results of the last executed query 이 버튼은 마지막으로 실행한 쿼리의 결과값을 저장합니다 - - + + Find text in SQL editor SQL 편집기에서 텍스트 찾기 - + This button opens the search bar of the editor 이 버튼은 편집기의 검색창을 엽니다 - + Ctrl+F - - + + Find or replace text in SQL editor SQL 편집기에서 텍스트 찾아 바꾸기 - + This button opens the find/replace dialog for the current editor tab 이 버튼은 현재 열려 있는 편집기의 찾기 바꾸기 대화상자를 엽니다 - + Ctrl+H - + Export to &CSV CSV로 내보내기(&C) - + + Export to &JSON + &JSON으로 내보내기 + + + Save as &view 뷰로 저장하기(&V) - + Save as view 다른 이름의 뷰로 저장하기 - + Shows or hides the Project toolbar. 프로젝트 툴바를 표시하거나 숨깁니다. - + Extra DB Toolbar 확장 DB 툴바 - + New In-&Memory Database In-Memory 데이터베이스 생성(&M) - + Drag && Drop Qualified Names 정규화된 이름을 끌어서 놓기 - - + + Use qualified names (e.g. "Table"."Field") when dragging the objects and dropping them into the editor 개체를 끌어서 편집기에 놓을 때 정규화된 이름(예: "Table", "Field")을 사용합니다 - + Drag && Drop Enquoted Names 인용된 이름을 끌어서 놓기 - - + + Use escaped identifiers (e.g. "Table1") when dragging the objects and dropping them into the editor 개체를 끌어서 편집기에 놓을 때 이스케이프된 식별자(예: "Table1")을 사용합니다 - + &Integrity Check 무결성 검사(&I) - + Runs the integrity_check pragma over the opened database and returns the results in the Execute SQL tab. This pragma does an integrity check of the entire database. 열린 데이터베이스에 대해 integrity_check pragma를 실행하고 SQL 실행 탭에 결과를 반환합니다. 이 pragma는 전체 데이터베이스의 무결성 검사를 수행합니다. - + &Foreign-Key Check 외래키 검사(&F) - + Runs the foreign_key_check pragma over the opened database and returns the results in the Execute SQL tab 열린 데이터베이스에 대해 foreign_key_check pragma를 실행하고 SQL 실행 탭에 결과를 반환합니다 - + &Quick Integrity Check 빠른 무결성 검사(&Q) - + Run a quick integrity check over the open DB 열린 데이터베이스 대해 빠른 무결성 검사 실행 - + Runs the quick_check pragma over the opened database and returns the results in the Execute SQL tab. This command does most of the checking of PRAGMA integrity_check but runs much faster. 열린 데이터베이스에 대해 quick_check pragma를 실행하고 SQL 실행 탭에 결과를 반환합니다. 이 명령은 대부분의 PRAGMA integrity_check 검사를 수행하지만 훨씬 빠르게 실행됩니다. - + &Optimize 최적화(&O) - + Attempt to optimize the database 데이터베이스 최적화 - + Runs the optimize pragma over the opened database. This pragma might perform optimizations that will improve the performance of future queries. 열린 데이터베이스에 대해 최적화 pragma를 실행합니다. 이 pragma는 향후 쿼리의 성능을 향상시키는 최적화를 수행할 수 있습니다. - - + + Print 인쇄하기 - + &Save Project As... 다른 이름으로 프로젝트 저장(&S)... - - - + + + Save the project in a file selected in a dialog 대화상자에서 선택한 파일에 프로젝트 저장 - + Save A&ll 모두 저장(&l) - - - + + + Save DB file, project file and opened SQL files DB 파일, 프로젝트 파일 및 열린 SQL 파일 저장 - + Ctrl+Shift+S - + Close Pro&ject 프로젝트 닫기(&J) - + + Close project and database files and return to the initial state 프로젝트 및 프로젝트 파일을 닫고 초기 상태로 돌아갑니다 - + + + Ctrl+Shift+W + + + + + Table from CSV data in Clipboard... + 클립보드에 저장된 CSV 데이터에서 테이블 가져오기... + + + + This treats the current clipboard contents as a CSV file and opens the same import wizard that is used for importing CSV data from a file. + 현재 클립보드에 저장된 내용을 CSV파일로 간주하여 파일로부터 CSV데이터를 불러올때 사용되는 불러오기 마법사를 엽니다. + + + + Show &Row Counts + 행 개수 보기 (&R) + + + + This shows the number of rows for each table and view in the database. + 데이터베이스의 각 테이블과 뷰에 저장된 행의 개수를 표시합니다. + + + + Save Database &As... + 다른 이름으로 저장하기...(&A) + + + + Save the current database as a different file + 현재 데이터베이스를 다른 파일로 저장하기 + + + Ctrl+Shift+F4 - - + + Detach Database 데이터베이스 분리 - - + + Detach database file attached to the current database connection 현재 데이터베이스 연결에 연결되어 있는 데이터베이스 파일 분리 - + Open a dialog for printing the text in the current SQL editor tab 현재 SQL 편집기 탭에서 텍스트를 인쇄하기 위한 대화상자를 엽니다 - + Open a dialog for printing the structure of the opened database 열린 데이터베이스의 구조를 인쇄하기 위한 대화상자를 엽니다 - + SQL &Log SQL 로그(&L) - + Show S&QL submitted by ~에 의해 실행된 SQL 보기(&Q) - + &Plot 플롯(&P) - - + + Project Toolbar 프로젝트 툴바 - + Extra DB toolbar 확장 DB 툴바 - - + + Close the current database file 현재 데이터베이스 파일 닫기 - + &Revert Changes 변경사항 취소하기(&R) - + &Write Changes 변경사항 저장하기(&W) - + &Database from SQL file... SQL 파일로부터 데이터베이스 가져오기(&D)... - + &Table from CSV file... CSV 파일에서 테이블 가져오기(&T)... - + &Database to SQL file... 데이터베이스를 SQL로 내보내기(&D)... - + &Table(s) as CSV file... 테이블을 CSV 파일로 내보내기(&T)... - + &Create Table... 테이블 생성하기(&C)... - + &Delete Table... 테이블 삭제하기(&D)... - + &Modify Table... 테이블 수정하기(&M)... - + Create &Index... 인덱스 생성하기(&I)... - + W&hat's This? 이건 무엇인가요?(&H) - + &About 정보(&A) - + This button opens a new tab for the SQL editor 이 버튼은 SQL 편집기의 새로운 탭을 엽니다 - + &Execute SQL SQL 실행하기(&E) - - + + Save SQL file SQL 파일 저장하기 - - + + Execute current line 현재 행 실행하기 - + Ctrl+E - + Export as CSV file CSV 파일로 내보내기 - + Export table as comma separated values file 테이블을 CSV 파일로 내보내기 - + Save the current session to a file 현재 세션을 파일로 저장하기 - + Load a working session from a file 파일에서 작업 세션 불러오기 - + Save SQL file as SQL 파일 다름 이름으로 저장하기 - + This button saves the content of the current SQL editor tab to a file 이 버튼은 현재 SQL 편집기의 내용을 파일로 저장합니다 - + &Browse Table 테이블 보기(&B) - + Copy Create statement 생성 구문 복사하기 - + Copy the CREATE statement of the item to the clipboard 항목의 생성 구문을 클립보드에 복사합니다 - + Ctrl+Return - + Ctrl+L - - + + Ctrl+P - + Ctrl+D - + Ctrl+I - + Encrypted 암호화됨 - + Read only 읽기 전용 - + Database file is read only. Editing the database is disabled. 데이터베이스 파일이 읽기 전용입니다. 데이터베이스 수정 기능이 비활성화됩니다. - + Database encoding 데이터베이스 인코딩 - + Database is encrypted using SQLCipher 데이터베이스는 SQLCipher를 통해 암호화됩니다 - - + + Choose a database file 데이터베이스 파일을 선택하세요 - - - + + + Choose a filename to save under 저장하려는 파일명을 선택하세요 - + Error while saving the database file. This means that not all changes to the database were saved. You need to resolve the following error first. %1 @@ -3592,296 +3802,311 @@ You can drag SQL statements from an object row and drop them into other applicat %1 - + Are you sure you want to undo all changes made to the database file '%1' since the last save? 정말로 데이터베이스 파일 '%1'의 모든 변경 사항을 마지막 저장된 상태로 되돌립니까? - + Choose a file to import 가져올 파일을 선택하세요 - + &%1 %2%3 &%1 %2%3 - + (read only) (읽기 전용) - + Open Database or Project 데이터베이스 또는 프로젝트 열기 - + Attach Database... 데이터베이스 연결... - + Import CSV file(s)... CSV 파일 가져오기... - + Select the action to apply to the dropped file(s). <br/>Note: only 'Import' will process more than one file. 드롭된 파일에 적용할 작업을 선택합니다. <br/>참고: '가져오기'만 두 개 이상의 파일을 처리합니다. - + Do you want to save the changes made to SQL tabs in the project file '%1'? '%1' 프로젝트 파일에 SQL 탭을 추가하기 위해 변경사항을 저장하시겠습니까? - + Text files(*.sql *.txt);;All files(*) 문자열 파일(*.sql *.txt);;모든 파일(*) - + Do you want to create a new database file to hold the imported data? If you answer no we will attempt to import the data in the SQL file to the current database. 데이터를 가져와서 새 데이터베이스 파일을 생성하고 싶은신가요? 아니라면 SQL 파일의 데이터를 현재 데이터베이스로 가져오기를 할 것입니다. - + You are still executing SQL statements. Closing the database now will stop their execution, possibly leaving the database in an inconsistent state. Are you sure you want to close the database? 아직 SQL 명령문이 실행되는 중입니다. 데이터베이스를 닫으면 실행이 중단되어 데이터베이스가 일관성이 없어질 수 있습니다. 정말로 데이터베이스를 닫으시겠습니까? - + Do you want to save the changes made to the project file '%1'? %1 데이터베이스 파일을 생성하기 위해 변경사항을 저장하시겠습니까? - + File %1 already exists. Please choose a different name. 파일 %1이 이미 존재합니다. 다른 파일명을 선택하세요. - + Error importing data: %1 데이터 가져오기 에러: %1 - + Import completed. 가져오기가 완료되었습니다. - + Delete View 뷰 삭제하기 - + Modify View 뷰 수정하기 - + Delete Trigger 트리거 삭제하기 - + Modify Trigger 트리거 수정하기 - + Delete Index 인덱스 삭제하기 - + Modify Index 인덱스 수정하기 - + Modify Table 테이블 수정하기 - + Do you want to save the changes made to SQL tabs in a new project file? 새 프로젝트 파일에 SQL 탭을 추가하기 위해 변경사항을 저장하시겠습니까? - + Do you want to save the changes made to the SQL file %1? %1 SQL 파일을 생성하기 위해 변경사항을 저장하시겠습니까? - + Could not find resource file: %1 리소스 파일을 찾을 수 없습니다: %1 - + Choose a project file to open 불러올 프로젝트 파일을 선택하세요 - + Could not open project file for writing. Reason: %1 쓰기 모드로 프로젝트 파일을 열 수 없습니다. 원인: %1 - + Busy (%1) 사용 중 (%1) - + Setting PRAGMA values will commit your current transaction. Are you sure? PRAGMA 설정을 변경하려면 여러분의 현재 트랜잭션을 커밋해야합니다. 동의하십니까? - + Ctrl+Tab - + Ctrl+Shift+Tab - + Ctrl+PgUp - + Clear List 목록 지우기 - + Window Layout 창 레이아웃 - + Reset Window Layout 창 레이아웃 초기화 - + Alt+0 - + Simplify Window Layout 창 레이아웃 단순화 - + Shift+Alt+0 - + Dock Windows at Bottom 하단에 창 고정 - + Dock Windows at Left Side 좌측에 창 고정 - + Dock Windows at Top 상단에 창 고정 - + The database is currenctly busy. 이 데이터베이스는 현재 사용 중입니다. - + Click here to interrupt the currently running query. 여기를 눌러 현재 실행 중인 쿼리를 강제 중단합니다. - + + Ctrl+Alt+W + + + + Could not open database file. Reason: %1 데이터베이스 파일을 열 수 없습니다. 원인: %1 - + In-Memory database In-Memory 데이터베이스 - + + Choose a database file to save under + 저장하려는 파일명을 선택하세요 + + + + Error while saving the database to the new file. + 데이터베이스를 새 파일에 저장할 때 오류가 발생했습니다. + + + Are you sure you want to delete the table '%1'? All data associated with the table will be lost. 정말로 테이블 '%1'을 삭제하시겠습니까? 테이블의 모든 데이터가 삭제됩니다. - + Are you sure you want to delete the view '%1'? 정말로 '%1' 뷰를 삭제할까요? - + Are you sure you want to delete the trigger '%1'? 정말로 '%1' 트리거를 삭제할까요? - + Are you sure you want to delete the index '%1'? 정말로 '%1' 인덱스를 삭제할까요? - + Error: could not delete the table. 에러: 테이블을 삭제할 수 없습니다. - + Error: could not delete the view. 에러: 뷰를 삭제할 수 없습니다. - + Error: could not delete the trigger. 에러: 트리거를 삭제할 수 없습니다. - + Error: could not delete the index. 에러: 인덱스를 삭제할 수 없습니다. - + Message from database engine: %1 데이터베이스 엔진 메시지: %1 - + Editing the table requires to save all pending changes now. Are you sure you want to save the database? 'pending'의 뜻이 보류입니다만, 여기서는 작업 중이던이 더 맞다고 판단했습니다. @@ -3889,191 +4114,191 @@ Are you sure you want to save the database? 데이터베이스를 저장하시겠습니까? - + Edit View %1 뷰 편집 %1 - + Edit Trigger %1 트리거 편집 %1 - + You are already executing SQL statements. Do you want to stop them in order to execute the current statements instead? Note that this might leave the database in an inconsistent state. 이미 SQL 명령문을 실행하였습니다. 현재 명령문을 대신 실행하기 위해 기존 실행을 중단하시겠습니까? 이로 인해 데이터베이스가 일관성이 없는 상태가 될 수 있습니다. - + -- EXECUTING SELECTION IN '%1' -- -- '%1의 선택 항목 실행 -- - + -- EXECUTING LINE IN '%1' -- --'%1'에서 라인 실행 중 -- - + -- EXECUTING ALL IN '%1' -- -- '%1'로부터 전체 실행 -- - - + + At line %1: %1번째 줄: - + Result: %1 결과: %1 - + Result: %2 결과: %2 - + Setting PRAGMA values or vacuuming will commit your current transaction. Are you sure? PRAGMA 값을 지정하지 않으면 현재 트랜잭션에 DB 파일 청소 작업(Vacuum)이 커밋됩니다. 진행할까요? - + Opened '%1' in read-only mode from recent file list 최근 파일 목록에서 읽기 전용 모드로 '%1'을(를) 열었습니다 - + Opened '%1' from recent file list 최근 파일 목록에서 '%1'을(를) 열었습니다 - + The statements in the tab '%1' are still executing. Closing the tab will stop the execution. This might leave the database in an inconsistent state. Are you sure you want to close the tab? %1 탭의 문이 여전히 실행 중입니다. 탭을 닫으면 실행이 중단됩니다. 이로 인해 데이터베이스가 일관성이 없는 상태가 될 수 있습니다. 정말로 탭을 닫으시겠습니까? - + This project file is using an old file format because it was created using DB Browser for SQLite version 3.10 or lower. Loading this file format is no longer fully supported. If you want to load it completely, please use DB Browser for SQLite version 3.12 to convert it to the new file format. 이 프로젝트 파일은 DB Browser for SQLite 버전 3.10 이하를 사용하여 생성되었기 때문에 이전 파일 형식을 사용하고 있습니다. 이 파일 형식을 로드하는 것은 더 이상 완전히 지원되지 않습니다. 완벽하게 로드하려면 DB Browser for SQLite 버전 3.12를 사용하여 새 파일 형식으로 변환하세요. - + Yes. Don't ask again 예. 다시 묻지 않습니다 - + This action will open a new SQL tab with the following statements for you to edit and run: 이 작업을 수행하면 편집하거나 실행할 수 있는 다음 명령문이 포함된 새 SQL 탭이 열립니다: - + Rename Tab 탭 이름 변경 - + Duplicate Tab 탭 복제 - + Close Tab 탭 닫기 - + Opening '%1'... '%1' 여는 중... - + There was an error opening '%1'... '%1'을 여는 중 에러가 발생했습니다... - + Value is not a valid URL or filename: %1 올바른 URL 또는 파일 이름이 아닙니다: %1 - + %1 rows returned in %2ms %2ms의 시간이 걸려서 %1 행이 반환되었습니다 - + Choose text files 텍스트 파일 선택 - + Import completed. Some foreign key constraints are violated. Please fix them before saving. 가져오기가 완료되었습니다. 일부 외래 키의 제약 조건이 위반되었습니다. 저장 하기 전에 수정하십시오. - + Select SQL file to open 열 SQL 파일을 선택하세요 - + Select file name 파일 이름을 선택하세요 - + Select extension file 파일 확장자를 선택하세요 - + Extension successfully loaded. 확장기능을 성공적으로 불러왔습니다. - + Error loading extension: %1 확장기능 불러오기 에러: %1 - - + + Don't show again 다시 보지 않기 - + New version available. 이용 가능한 새 버전이 있습니다. - + A new DB Browser for SQLite version is available (%1.%2.%3).<br/><br/>Please download at <a href='%4'>%4</a>. 이용 가능한 새 버전이 있습니다 (%1.%2.%3).<br/><br/><a href='%4'>%4</a>에서 다운로드하세요. - + Project saved to file '%1' '%1' 파일로 프로젝트가 저장되었습니다 - + Collation needed! Proceed? 콜레이션이 필요합니다! 진행할까요? - + A table in this database requires a special collation function '%1' that this application can't provide without further knowledge. If you choose to proceed, be aware bad things can happen to your database. Create a backup! @@ -4082,67 +4307,67 @@ Create a backup! 백업을 생성하세요! - + creating collation 콜레이션 생성 - + Set a new name for the SQL tab. Use the '&&' character to allow using the following character as a keyboard shortcut. SQL 탭의 새 이름을 설정하세요. '&&' 문자를 사용하여 다음에 따라오는 문자를 키보드 단축키로서 사용할 수 있습니다. - + Please specify the view name 뷰 이름을 지정해주세요 - + There is already an object with that name. Please choose a different name. 이미 같은 이름의 객체가 존재합니다. 다른 이름을 고르세요. - + View successfully created. 뷰가 성공적으로 생성되었습니다. - + Error creating view: %1 뷰 생성 에러: %1 - + This action will open a new SQL tab for running: 이 작업은 다음을 실행하는 새 SQL 탭을 엽니다: - + Press Help for opening the corresponding SQLite reference page. 해당 SQLite 참조 페이지를 열려면 도움말을 누르십시오. - + DB Browser for SQLite project file (*.sqbpro) DB Browser for SQLite 프로젝트 파일 (*.sqbpro) - + Error checking foreign keys after table modification. The changes will be reverted. 테이블 수정 후 외래 키를 확인하는 중 오류가 발생하였습니다. 변경 사항이 되돌려집니다. - + This table did not pass a foreign-key check.<br/>You should run 'Tools | Foreign-Key Check' and fix the reported issues. 이 테이블은 외래 키 검사를 통과하지 못했습니다.<br/>'도구 -> 외래 키 검사'를 실행하여 보고된 문제를 해결하십시오. - + Execution finished with errors. 에러가 발생하여 실행 중단됨. - + Execution finished without errors. 에러 없이 실행 완료. @@ -4150,12 +4375,12 @@ Create a backup! NullLineEdit - + Set to NULL NULL로 변경하기 - + Alt+Del @@ -4337,97 +4562,102 @@ Select the axes or axes labels to drag and zoom only in that orientation. - + Load all data and redraw plot 모든 데이터를 불러와서 플롯을 다시 그립니다 - - - + + + Row # 행 # - + Copy 복사 - + Print... 인쇄하기... - + Show legend 범례 표시 - + Stacked bars 누적 막대 - + + Fixed number format + + + + Date/Time 날짜/시간 - + Date 날짜 - + Time 시간 - - + + Numeric 숫자 - + Label 레이블 - + Invalid 올바르지 않음 - + Load all data and redraw plot. Warning: not all data has been fetched from the table yet due to the partial fetch mechanism. 모든 데이터를 불러와서 플롯을 다시 그립니다. 주의: 이 기능은 부분만 가져오는 메커니즘으로 인하여 테이블에서 모든 데이터가 가져와지지는 않습니다. - + Choose an axis color 축 색깔을 선택하세요 - + Choose a filename to save under 저장하려는 파일명을 선택하세요 - + PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;All Files(*) PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;모든 파일(*) - + There are curves in this plot and the selected line style can only be applied to graphs sorted by X. Either sort the table or query by X to remove curves or select one of the styles supported by curves: None or Line. 플롯에 있는 곡선들 중에 X축으로 정렬된 그래프만 선택한 선의 스타일을 변경할 수 있습니다. X로 표 또는 쿼리를 정렬하여 곡선을 제거하려면 '사용하지 않음'을, 곡선이 지원하는 스타일 중 하나를 선택하려면 '행'을 선택하세요. - + Loading all remaining data for this table took %1ms. 테이블의 나머지 데이터를 불러오는데 %1ms가 소요되었습니다. @@ -4714,7 +4944,7 @@ in new project file If this is turned on, then changes to the SQL editor generate a save a project confirmation dialog when closing the SQL editor tab. - + 이 기능을 켜면 SQL편집기 탭을 닫을 때 코드 변경사항을 프로젝트에 저장할 지 물어봅니다. @@ -5180,78 +5410,78 @@ Can be set to 0 for disabling completion. - + Choose a directory 디렉터리를 선택하세요 - + The language will change after you restart the application. 언어 변경은 애플리케이션을 재시작해야 반영됩니다. - + Select extension file 확장기능 파일을 선택하세요 - + Extensions(*.so *.dylib *.dll);;All files(*) 확장기능(*.so *.dylib *dll);;모든 파일(*) - + Import certificate file 인증서 파일 가져오기 - + No certificates found in this file. 이 파일에는 인증서가 없습니다. - + Are you sure you want do remove this certificate? All certificate data will be deleted from the application settings! 정말로 이 인증서를 삭제하겠습니까? 애플리케이션 설정에서 모든 증명 데이터가 삭제될 것입니다! - + Are you sure you want to clear all the saved settings? All your preferences will be lost and default values will be used. 저장된 모든 설정을 정말로 초기화하시겠습니까? 모든 설정이 초기화되고 기본값으로 대체됩니다. - + Save Settings File 환경설정을 내보낼 파일을 선택하세요 - - + + Initialization File (*.ini) 환경설정 파일 (*.ini) - + The settings file has been saved in location : 환경설정 파일이 다음 경로에 저장되었습니다 : - + Open Settings File 가져오려는 환경설정 파일을 선택하세요 - + The settings file was loaded properly. 환경설정 파일을 정상적으로 불러 왔습니다. - + The selected settings file is not a normal settings file. Please check again. 선택하신 환경설정 파일은 정상적인 환경설정 파일이 아닙니다. @@ -5319,29 +5549,29 @@ Please check again. QObject - + Error importing data 데이터 가져오기 에러 - + from record number %1 레코드 넘버: %1 - + . %1 . %1 - + Importing CSV file... CSV 파일 가져오기... - + Cancel 취소 @@ -5351,7 +5581,7 @@ Please check again. 모든 파일(*) - + SQLite database files (*.db *.sqlite *.sqlite3 *.db3) SQLite 데이터베이스 파일(*.db *.sqlite *.sqlite3 *.db3) @@ -5552,142 +5782,150 @@ Please check again. 현재 데이터베이스 - + Clone 복제 - User - 사용자 + 사용자 - Database - 데이터베이스 + 데이터베이스 - + Branch 브랜치 - + Commits 커밋 - + Commits for 커밋 조회할 브랜치 - + Delete Database 데이터베이스 삭제 - + Delete the local clone of this database 이 데이터베이스의 로컬 복제본 삭제 - + Open in Web Browser 웹 브라우저에서 열기 - + Open the web page for the current database in your browser 브라우저에서 현재 데이터베이스의 웹 페이지를 엽니다 - + Clone from Link 주소로부터 복제 - + Use this to download a remote database for local editing using a URL as provided on the web page of the database. 이를 사용하여 로컬 편집을 위해 데이터베이스의 웹 페이지에서 제공된 URL을 사용하여 원격 데이터베이스를 다운로드 합니다. - + Refresh 새로고침 - + Reload all data and update the views 모든 데이터를 다시 로드하고 뷰를 업데이트합니다 - + F5 - + Clone Database 데이터베이스 복제 - + Open Database 데이터베이스 열기 - + Open the local copy of this database 이 데이터베이스의 로컬 복제본을 엽니다 - + Check out Commit 커밋 체크아웃 - + Download and open this specific commit 이 특정 커밋을 다운로드하여 엽니다 - + Check out Latest Commit 최신 커밋 확인 - + Check out the latest commit of the current branch 이 브랜치의 최신 커밋 확인 - + Save Revision to File 리비전을 파일에 저장 - + Saves the selected revision of the database to another file 데이터베이스의 선택한 리비전을 다른 파일에 저장합니다 - + Upload Database 데이터베이스 업로드 - + Upload this database as a new commit 이 데이터베이스를 새 커밋으로 업로드 - + <html><head/><body><p>You are currently using a built-in, read-only identity. For uploading your database, you need to configure and use your DBHub.io account.</p><p>No DBHub.io account yet? <a href="https://dbhub.io/"><span style=" text-decoration: underline; color:#007af4;">Create one now</span></a> and import your certificate <a href="#preferences"><span style=" text-decoration: underline; color:#007af4;">here</span></a> to share your databases.</p><p>For online help visit <a href="https://dbhub.io/about"><span style=" text-decoration: underline; color:#007af4;">here</span></a>.</p></body></html> <html><head/><body><p>현재 기본으로 제공되는 읽기 전용 ID를 사용하고 있습니다. 데이터베이스를 업로드하려면 DBHub.io 계정을 구성하고 사용해야 합니다.</p><p>아직 DBHub.io 계정이 없으십니까? <a href="https://dbhub.io/"><span style=" text-decoration: underline; color:#007af4;">지금 만들어</span></a> 인증서를 가져옵니다. <a href="#preferences"><span style=" text-decoration: underline; color:#007af4;">여기</span></a>에서 데이터베이스를 공유하세요.</p><p>온라인 도움말을 보려면 <a href="https://dbhub.io/about"><span style=" text-decoration: underline; color:#007af4;">여기</span></a>를 방문하세요.</p></body></html> - + + &User + 사용자(&U) + + + + &Database + 데이터베이스(&D) + + + Back 뒤로가기 @@ -5829,53 +6067,51 @@ Are you sure you want to proceed? RemoteNetwork - + Choose a location to save the file 파일을 저장할 위치를 선택하세요 - + Error opening remote file at %1. %2 %1 에 있는 원격 파일을 열던 중 에러가 발생했습니다. %2 - + Error: Invalid client certificate specified. 에러: 올바르지 않은 클라이언트 인증서입니다. - + Please enter the passphrase for this client certificate in order to authenticate. 인증을 위한 클라이언트 인증서 암호를 입력해주세요. - + Cancel 취소 - + Uploading remote database to %1 %1로 원격 데이터베이스를 업로드 중입니다 - + Downloading remote database from %1 %1 에서 원격 데이터베이스를 다운로드 중입니다. {1?} - - Error: The network is not accessible. - 에러: 네트워크에 접근할 수 없습니다. + 에러: 네트워크에 접근할 수 없습니다. - + Error: Cannot open the file for sending. 에러: 보내려는 파일을 열 수 없습니다. @@ -5946,17 +6182,17 @@ Are you sure you want to proceed? 사용자에 의해서 실행이 취소되었습니다 - + , %1 rows affected , %1 행이 영향 받았습니다 - + query executed successfully. Took %1ms%2 %2 데이터베이스에 쿼리가 성공적으로 실행되었습니다. %1ms 걸렸습니다 - + executing query 쿼리 실행 중 @@ -6078,26 +6314,41 @@ Are you sure you want to proceed? 이 필드는 가장 최근에 실행된 구문의 결과와 상태 코드를 보여줍니다. - + Couldn't read file: %1. 파일을 읽을 수 없습니다: %1. - - + + Couldn't save file: %1. 파일을 저장할 수 없습니다: %1. - + Your changes will be lost when reloading it! 다시 불러오면 변경 사항을 잃습니다! - + The file "%1" was modified by another program. Do you want to reload it?%2 "%1" 파일이 다른 프로그램에 의해 수정되었습니다. 다시 불러오겠습니까?%2 + + + Answer "Yes to All" to reload the file on any external update without further prompting. + 외부 갱신이 있을때 물어보지 않고 파일을 다시 불러게 하려면 "모두 예"를 누르세요. + + + + Answer "No to All" to ignore any external update without further prompting. + + + + + Modifying and saving the file will restore prompting. + + SqlTextEdit @@ -6447,39 +6698,39 @@ Use of this function must be authorized from Preferences. 행을 읽는 중 - + loading... 로딩 중... - + References %1(%2) Hold %3Shift and click to jump there 참조 %1(%2) %3Shift를 누른 상태에서 이동하고자 하는 곳을 클릭하세요 - + Error changing data: %1 데이터 수정 에러: %1 - + retrieving list of columns 컬럼은 필드로 표현합니다. 필드 목록 가져오기 - + Fetching data... 데이터를 가져오는 중입니다... - - + + Cancel 취소 @@ -6779,7 +7030,7 @@ Hold %3Shift and click to jump there - + Delete Record 레코드 삭제 @@ -6881,7 +7132,7 @@ Hold %3Shift and click to jump there - + Set encoding 인코딩 지정하기 @@ -7125,115 +7376,115 @@ Hold %3Shift and click to jump there - + %n row(s) %n 열(들) - + , %n column(s) , %n 컬럼(들) - + . Sum: %1; Average: %2; Min: %3; Max: %4 . 합계: %1, 평균: %2, 최소값: %3, 최대값: %4 - + Conditional formats for "%1" "%1"에 대한 조건부 서식 - + determining row count... 행 개수 결정 중... - + %1 - %2 of >= %3 %1 - %2 of >= %3 - + %1 - %2 of %3 %1 - %2 of %3 - + Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view. 이 뷰에서 수정을 활성화하기 위하여 pseudo-primary key를 입력하시기 바랍니다. 이것은 뷰에서 유일한 이름이어야 합니다. - + Delete Records 레코드 삭제 - + Duplicate records 레코드 복제하기 - + Duplicate record 레코드 복제하기 - + Ctrl+" - + Adjust rows to contents 내용에 맞게 행 크기 조절 - + Error deleting record: %1 레코드 추가 에러: %1 - + Please select a record first 레코드를 먼저 선택하세요 - + There is no filter set for this table. View will not be created. 이 테이블을 위한 필터가 설정되지 않았습니다. 뷰가 생성되지 않습니다. - + Please choose a new encoding for all tables. 모든 테이블에 설정할 새 인코딩을 선택하세요. - + Please choose a new encoding for this table. 이 테이블에 적용할 새 인코딩을 선택하세요. - + %1 Leave the field empty for using the database encoding. %1 데이터베이스 인코딩을 사용하기 위해 필드를 비워둡니다. - + This encoding is either not valid or not supported. 이 인코딩은 올바르지 않거나 지원되지 않습니다. - + %1 replacement(s) made. %1개의 교체가 이루어졌습니다.