AboutDialog About DB Browser for SQLite ~에 대하여.. 보다는 ~~ 정보 라는 표현을 요즘에 많이 사용함. DB Browser for SQLite 정보 Version 버전 <html><head/><body><p>DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html> <html><head/><body><p>DB Browser for SQLite는 오픈소스, 프리웨어로 SQLite 데이터베이스 파일들을 생성, 설계하고 수정을 하기 위한 비주얼 툴입니다.</p><p>이 프로그램은 이중 라이센스로 Mozilla Public License Version 2과 GNU General Public License Version 3 또는 그 이후 버전을 따릅니다. 따라서 이 프로그램은 이 라이센스를 충족하는 범위 내에서 수정하고 재배포 할 수 있습니다.</p><p>자세한 사항은 <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a>과 <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a>를 참고하시기 바랍니다. </p><p>이 프로그램에 대한 좀 더 자세한 정보는 우리 웹사이트에서 확인하실 수 있습니다: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">이 소프트웨어는 GPL/LGPL Qt Toolkit을 사용합니다.</span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>라이센스 사항과 정보는 </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;">를 참고하시기 바랍니다.</span></p><p><span style=" font-size:small;">또한 이 프로그램은 Mark James의 Silk icon set를 Creative Commons Attribution 2.5와 3.0 라이센스 아래에서 사용하고 있습니다.<br/> 자세한 정보는 </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;">를 참고하시기 바랍니다.</span></p></body></html> AddRecordDialog Add New Record 새 레코드 추가 Enter values for the new record considering constraints. Fields in bold are mandatory. 제약 조건을 고려하여 새 레코드를 위한 값을 입력하세요. 진하게 처리된 필드는 반드시 입력해야 합니다. In the Value column you can specify the value for the field identified in the Name column. The Type column indicates the type of the field. Default values are displayed in the same style as NULL values. 값 필드에는 이름 필드에 대응하는 값을 입력 할 수 있습니다. 타입 필드는 필드의 타입을 의미합니다. 기본 값은 NULL값과 같은 스타일로 표시됩니다. Name 이름 Type 타입 Value Values to insert. Pre-filled default values are inserted automatically unless they are changed. 추가할 값들입니다. 기본 값들이 미리 입력되어 있어 수정하지 않는다면 자동적으로 들어갑니다. When you edit the values in the upper frame, the SQL query for inserting this new record is shown here. You can edit manually the query before saving. 위 프레임의 값을 수정하면, 수정사항이 반영된 레코드 추가 SQL쿼리가 여기에 나타납니다. 저장하기 전이라면 직접 쿼리를 수정할 수도 있습니다. <html><head/><body><p><span style=" font-weight:600;">Save</span> will submit the shown SQL statement to the database for inserting the new record.</p><p><span style=" font-weight:600;">Restore Defaults</span> will restore the initial values in the <span style=" font-weight:600;">Value</span> column.</p><p><span style=" font-weight:600;">Cancel</span> will close this dialog without executing the query.</p></body></html> <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) Unique constraint 유니크 제약 Check constraint: %1 제약 조건: %1 Foreign key: %1 외래키: %1 Default value: %1 기본 값: %1 Error adding record. Message from database engine: %1 레코드 추가 도중 에러가 발생했습니다. 데이터베이스 엔진 메시지: %1 Are you sure you want to restore all the entered values to their defaults? 정말로 모든 입력한 값들을 초기 값으로 복원합니까? Application Possible command line arguments: 사용할 수 있는 명령줄 매개변수: Usage: %1 [options] [<database>|<project>] 사용법: %1 [옵션] [<데이터베이스>|<프로젝트>] -h, --help Show command line options -h, --help 명령줄 옵션을 보여줍니다 -q, --quit Exit application after running scripts -q, --quit 스크립트 실행 후 프로그램을 종료합니다 -s, --sql <file> Execute this SQL file after opening the DB -s, --sql <파일> DB를 연 다음 SQL 파일을 실행합니다 -t, --table <table> Browse this table after opening the DB -t, --table <table> DB를 연 다음 이 테이블을 탐색합니다 -R, --read-only Open database in read-only mode -R, --read-only 데이터베이스를 읽기 전용 모드로 열기합니다 -o, --option <group>/<setting>=<value> -o, --option <그룹>/<설정>=<값> Run application with this setting temporarily set to value 설정 값을 임시적으로 저장한 후 프로그램 실행합니다 -O, --save-option <group>/<setting>=<value> -O, --save-option <그룹>/<설정>=<값> Run application saving this value for this setting 설정 값을 저장하면서 프로그램을 실행합니다 -v, --version Display the current version -v, --version 현재 버전을 출력합니다 <database> Open this SQLite database <데이터베이스> 이 SQLite 데이터베이스를 엽니다 <project> Open this project file (*.sqbpro) <프로젝트> 이 프로젝트 파일을 엽니다 (*.sqbpro) The -s/--sql option requires an argument -s/--sql 옵션은 실행할 SQL 파일명을 같이 지정해주어야 합니다 The file %1 does not exist %1 파일이 존재하지 않습니다 The -t/--table option requires an argument -t/--table 옵션의 대상이 되는 테이블 명을 입력하세요 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 CipherDialog SQLCipher encryption SQLCipher 암호화 &Password 암호(&P) &Reenter password 암호 재입력(&R) Encr&yption settings 암호화 설정(&Y) SQLCipher &3 defaults SQLCipher &3 기본값 SQLCipher &4 defaults SQLCipher &4 기본값 Custo&m 수동(&M) Page si&ze 페이지 크기(&Z) &KDF iterations &KDF 반복 횟수 HMAC algorithm HMAC 알고리즘 KDF algorithm KDF 알고리즘 Plaintext Header Size 평문 헤더 크기 Passphrase 암호 Raw key Raw 키 Please set a key to encrypt the database. Note that if you change any of the other, optional, settings you'll need to re-enter them as well every time you open the database file. Leave the password fields empty to disable the encryption. The encryption process might take some time and you should have a backup copy of your database! Unsaved changes are applied before modifying the encryption. 데이터베이스를 암호화할 때 사용할 키를 지정해주세요. [주의] 여러분이 추가적인 설정을 변경한다면, 데이터베이스 파일을 열 때마다 암호를 매번 입력해야합니다. 그러한 불편함을 피하기 위해 암호화를 하지 않으려면 암호 필드를 비워두세요 암호화 작업은 시간이 좀 걸릴 수 있습니다. 그리고 꼭 여러분의 데이터베이스 백업본을 반드시 만들어두세요! 암호화 작업 이전에 한 저장되지 않은 변경 사항도 반영되니 주의하세요. Please enter the key used to encrypt the database. If any of the other settings were altered for this database file you need to provide this information as well. 데이터베이스를 암호화기 위해 사용할 키를 다시 입력해주세요. 데이터베이스 파일을 변경하기 위해서는 이 정보를 다시 입력해야만 합니다. ColumnDisplayFormatDialog Choose display format 표시 형식을 선택하세요 Display format 표시 형식 Choose a display format for the column '%1' which is applied to each value prior to showing it. '%1' 컬럼의 표시 형식을 선택하세요. Default 일반 Decimal number 숫자 Exponent notation 지수 Hex blob 이진 데이터 Hex number 16진수 Apple NSDate to date Apple NSDate 날짜 Java epoch (milliseconds) to date Java 시간(밀리초)을 날짜로 .NET DateTime.Ticks to date .NET DateTime Ticks를 날짜로 Julian day to date 날짜 Unix epoch to local time 유닉스 시간(타임스탬프)을 지역 시간으로 Date as dd/mm/yyyy 날짜를 dd/mm/yyyy 형태로 Lower case 소문자 Custom display format must contain a function call applied to %1 사용자 정의 표시 형식은 %1에 적용된 함수 호출을 포함해야 합니다 Error in custom display format. Message from database engine: %1 사용자 정의 표시 형식에서 에러가 발생했습니다. 데이터베이스 엔진의 메시지: %1 Custom display format must return only one column but it returned %1. 사용자 지정 표시 형식은 하나의 열만 반환해야 하지만 %1개를 반환했습니다. Octal number 8진수 Round number 라운드 수 Unix epoch to date 유닉스 시간(타임스탬프)을 날짜로 Upper case 대문자 Windows DATE to date Windows 날짜 Custom 사용자 지정 CondFormatManager Conditional Format Manager 조건부 서식 관리자 This dialog allows creating and editing conditional formats. Each cell style will be selected by the first accomplished condition for that cell data. Conditional formats can be moved up and down, where those at higher rows take precedence over those at lower. Syntax for conditions is the same as for filters and an empty condition applies to all values. 이 대화상자에서는 조건부 형식을 추가하고 수정할 수 있습니다. 각 셀 스타일은 해당 셀 데이터의 첫번째 조건에 의해 지정됩니다. 조건부 서식은 위/아래로 이동할 수 있으며, 상위 행에 있는 형식은 하위 행에 있는 형식보다 우선됩니다. 조건 구문은 필터와 동일하며 빈 조건은 모든 값에 대해 적용됩니다. Add new conditional format 새 조건부 서식을 추가합니다 &Add 추가(&A) Remove selected conditional format 선택한 조건부 서식을 삭제합니다 &Remove 삭제(&R) Move selected conditional format up 선택한 조건부 서식을 위로 이동합니다 Move &up 위로 올리기(&U) Move selected conditional format down 선택한 조건부 서식을 아래로 이동합니다 Move &down 아래로 내리기(&D) Foreground 전경색 Text color 글자색 Background 배경색 Background color 배경색 Font 글꼴 Size 크기 Bold 진하게 Italic 기울임 Underline 밑줄 Alignment 정렬 Condition 조건 Click to select color 색상을 선택하세요 Are you sure you want to clear all the conditional formats of this field? 이 필드의 모든 조건부 서식을 정말로 삭제하시겠습니까? 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. 이 임시 데이터베이스를 닫을까요? 모든 데이터가 사라집니다. This database has already been attached. Its schema name is '%1'. 이 데이터베이스는 이미 연결되었습니다. 스키마 이름은 '%1' 입니다. Database didn't close correctly, probably still busy 데이터베이스가 제대로 닫히지 않았습니다, 아마도 아직 사용 중일 것입니다 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 테이블 '%1'의 이름을 '%2'(으)로 변경하는 동안 오류가 발생했습니다. 데이터베이스 엔진 메시지: %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: 이 테이블에 관련된 몇 개의 객체를 복원하는데 실패했습니다. 이러한 경우는 대부분 몇 개의 필드명이 변경되어서 발생 했을 가능성이 큽니다. 아래 SQL 구문을 참고하면 직접 수동으로 고쳐서 실행할 수 있을 것입니다: 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. 파일을 찾을 수 없습니다. DbStructureModel Name 이름 Object 객체 Type 타입 Schema 스키마 Database 데이터베이스 Browsables 열기 All 모두 선택 Temporary 임시 Tables (%1) 테이블 (%1) Indices (%1) 인덱스 (%1) Views (%1) 뷰 (%1) Triggers (%1) 트리거 (%1) EditDialog Edit database cell 데이터베이스 데이터 값을 수정하기 Mode: 모드: This is the list of supported modes for the cell editor. Choose a mode for viewing or editing the data of the current cell. 셀 에디터에서 지원되는 모델들 목록입니다. 현재 셀의 데이터를 보거나 수정하기 위한 모드를 선택하세요. RTL Text RTL Text Image 이미지 JSON JSON XML XML 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 데이터뿐만 아니라 일반 텍스트도 편집할 수 있습니다. 오류는 빨간색 물결 밑줄로 표시됩니다. 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 displayed image 표시된 이미지에 대한 인쇄 미리보기 창을 엽니다 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 자동포맷 &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 적용 Text 문자열 Binary 바이너리 Erases the contents of the cell 셀의 데이터 값을 삭제합니다 This area displays information about the data present in this database cell 이 영역은 이 데이터베이스 데이터 값에 대한 정보를 보여줍니다 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 가져올 파일을 선택하세요 %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 editor or cancel any changes. 현재 데이터는 임시 파일에 저장되었으며 기본 프로그램으로 열립니다. 이제 파일을 편집하고 준비되면 저장된 새 데이터를 셀 편집기에 적용하거나 변경 사항을 취소할 수 있습니다. Type of data currently in cell: Text / Numeric 현재 데이터 타입: 문자열 / 숫자 Type of data currently in cell: Binary 현재 데이터 타입: 바이너리 %n byte(s) %n 바이트 EditIndexDialog &Name 이름(&N) Order 정렬 순서 &Table 테이블(&T) Edit Index Schema 인덱스 스키마 수정 &Unique 유니크(&U) For restricting the index to only a part of the table you can specify a WHERE clause here that selects the part of the table that should be indexed 인덱스를 테이블의 일부로만 제한하기 위해서 인덱싱 해야하는 테이블의 일부를 지정하는 WHERE 절을 지정할 수 있습니다 Partial inde&x clause 부분(Partial) 인덱스절(&X) Colu&mns 열(&M) Table column 테이블 열 Type 타입 Add a new expression column to the index. Expression columns contain SQL expression rather than column names. 인덱스에 새 표현식 컬럼을 추가하세요. 표현식 컬럼은 컬럼 이름 대신 SQL 표현식이 들어갑니다. Index column 인덱스 컬럼 Deleting the old index failed: %1 이전 인덱스를 삭제하는데 실패했습니다: %1 Creating the index failed: %1 인덱스 생성에 실패했습니다: %1 EditTableDialog Edit table definition 테이블 정의 변경 Table 테이블 Advanced 고급 Make this a 'WITHOUT rowid' table. Setting this flag requires a field of type INTEGER with the primary key flag set and the auto increment flag unset. 이 테이블을 'rowid가 없는' 테이블로 생성합니다. 이 설정을 사용하려면 주 키(Primary Key)로 설정되고 자동 증가(Auto Increment)가 해제된 INTEGER 타입의 필드 하나가 필요합니다. Without Rowid Rowid 필드 없음 Fields 필드 Database sche&ma 데이터베이스 스키마(&M) Add 추가 Remove 삭제 Move to top 최상단으로 올리기 Move up 위로 올리기 Move down 아래로 내리기 Move to bottom 최하단으로 내리기 Name 필드명 Type 타입 NN NN Not null Not null PK PK Primary key 기본 키 AI AI Autoincrement 자동 증가(Autoincrement) U U Unique 유니크(Unique) Default 기본값 Default value 기본값 Check 체크 Check constraint 제약조건(Check constraint) Collation 콜레이션 Foreign Key 외래키 Constraints 제약 조건 Add constraint 제약 조건 추가 Remove constraint 제약 조건 삭제 Columns 필드 SQL SQL <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result in problems.</p></body></html> <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>이 테이블 정의 중에 파서가 해석할 수 없는 부분이 있습니다. 이 테이블을 수정하거나 저장하면 문제가 발생할 수 있습니다.</p></body></html> Primary Key 기본 키 Add a primary key constraint 기본 키 제약 조건 추가 Add a foreign key constraint 외래 키 제약 조건 추가 Add a unique constraint 유니크 제약 조건 추가 Add a check constraint 체크 제약 조건 추가 Error creating table. Message from database engine: %1 테이블 생성 에러. 데이터베이스 메시지: %1 There already is a field with that name. Please rename it first or choose a different name for this field. 이미 다른 필드에서 사용중인 이름입니다. 다른 이름을 사용하거나 사용 중인 필드 이름을 바꾸세요. 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 'rowid 사용하지 않음'을 사용하기 위해서는 아래 두 가지 사항을 만족시키는 필드를 추가해주세요: - 기본 키(Primary Key) 사용 - 자동 증가(Auto Increment) 사용하지 않음 ExportDataDialog Export data as CSV 데이터를 CSV 파일로 내보내기 Tab&le(s) 테이블(&l) Colu&mn names in first line 첫 행이 필드 이름(&M) Fie&ld separator 필드 구분자(&l) , , ; ; Tab | | Other 기타 &Quote character 문자열 묶음 기호(&Q) " " ' ' New line characters 개행문자 Windows: CR+LF (\r\n) Windows: CR+LF (\r\n) Unix: LF (\n) Unix: LF (\n) Pretty print 인쇄하기 좋은 스타일 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. 내보내기가 완료되었습니다. ExportSqlDialog Export SQL... SQL로 내보내기... Tab&le(s) 테이블(&l) Select All 모두 선택 Deselect All 모두 선택 해제 &Options 옵션(&O) Keep column names in INSERT INTO INSERT INTO문에 필드명 넣기 Multiple rows (VALUES) per INSERT statement 하나의 INSERT문에 여러줄 (VALUES) 사용하기 Export everything 모두 내보내기 Export data only 데이터만 내보내기 Keep old schema (CREATE TABLE IF NOT EXISTS) 이전 스키마 유지하기 (CREATE TABLE IF NOT EXISTS) Overwrite old schema (DROP TABLE, then CREATE TABLE) 이전 스키마 덮어쓰기 (DROP TABLE, then CREATE TABLE) Export schema only 스키마만 내보내기 Please select at least one table. 최소한 한 개의 테이블을 선택해주세요. Choose a filename to export 내보내기 할 파일명을 고르세요 Export completed. 내보내기가 완료되었습니다. Export cancelled or failed. 내보내기가 취소되었거나 실패했습니다. ExtendedScintilla Ctrl+H Ctrl+F Ctrl+P Find... 찾기... Find and Replace... 검색과 바꾸기... Print... 인쇄하기... 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로 변경하기 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 제약 조건이 있습니다. FileExtensionManager File Extension Manager 파일 확장자 관리자 &Up 위로(&U) &Down 아래로(&D) &Add 추가하기(&A) &Remove 삭제하기(&R) Description 설명 Extensions 확장자 *.extension *.확장자 FilterLineEdit Filter 필터 These input fields allow you to perform quick filters in the currently selected table. By default, the rows containing the input text are filtered out. The following operators are also supported: % Wildcard > Greater than < Less than >= Equal to or greater <= Equal to or less = Equal to: exact match <> Unequal: exact inverse match x~y Range: values between x and y /regexp/ Values matching the regular expression 이 입력 필드는 현재 선택된 테이블에 빠르게 필터를 적용할 수 있게 해줍니다. 기본적으로 입력 박스에 들어가있는 조건에 맞는 행들이 표시됩니다. 아래와 같은 연산자들을 사용할 수 있습니다: % 와일드카드 > 초과 < 미만 >= 이상 <= 이하 = 같음: 정확히 일치 <> 같지않음: 정확히 불일치 x~y 범위: x와 y값 사이 값 /regexp/ 정규 표현식에 일치하는 값 Clear All Conditional Formats 모든 조건부 서식 지우기 Use for Conditional Format 조건부 서식 사용 Edit Conditional Formats... 조건부 서식 편집... Set Filter Expression 필터 표현식 설정하기 What's This? 이건 무엇인가요? Is NULL NULL임 Is not NULL NULL이 아님 Is empty 비어있음 Is not empty 비어있지 않음 Not containing... 포함하지 않는... Equal to... 같은... Not equal to... 같지 않은... Greater than... 초과... Less than... 미만... Greater or equal... 이상... Less or equal... 이하... In range... 범위... Regular expression... 정규 표현식... FindReplaceDialog Find and Replace 찾기와 바꾸기 Fi&nd text: 찾을 텍스트(&N): Re&place with: 바꾸려는 텍스트(&P): Match &exact case 대소문자 일치 시(&E) Match &only whole words 전체 단어 일치 시(&O) When enabled, the search continues from the other end when it reaches one end of the page 활성화되면 페이지의 한쪽 끝에 도달했을 때 다른 쪽 끝에서 검색이 계속됩니다 &Wrap around 전체 페이지 검색(&W) When set, the search goes backwards from cursor position, otherwise it goes forward 활성화되면 커서 위치 뒤로 검색합니다. 그렇지 않으면 앞으로 검색합니다 Search &backwards 뒤로 찾기(&B) <html><head/><body><p>When checked, the pattern to find is searched only in the current selection.</p></body></html> <html><head/><body><p>할성화되면 현재 선택 항목에서만 찾습니다.</p></body></html> &Selection only 선택 항목만(&S) <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>선택하면 찾을 패턴이 UNIX 정규 표현식으로 해석됩니다. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>를 참고하십시오.</p></body></html> Use regular e&xpressions 정규 표현식 사용(&X) Find the next occurrence from the cursor position and in the direction set by "Search backwards" 커서 위치에서 "뒤로 찾기"에서 설정한 방향에 따라 다음 항목을 찾습니다 &Find Next 다음 찾기(&F) F3 &Replace 바꾸기(&R) Highlight all the occurrences of the text in the page 페이지 내 찾으려는 텍스트를 모두 강조 표시합니다 F&ind All 모두 찾기(&I) Replace all the occurrences of the text in the page 페이지 내 일치하는 모든 텍스트를 바꿉니다 Replace &All 모두 바꾸기(&A) The searched text was not found 찾으려는 텍스트를 찾을 수 없습니다 The searched text was not found. 찾으려는 텍스트를 찾을 수 없습니다. The searched text was found one time. 찾으려는 텍스트를 한 번 발견되었습니다. The searched text was found %1 times. 찾으려는 텍스트가 %1번 발견되었습니다. The searched text was replaced one time. 텍스트가 한 번 바뀌었습니다. The searched text was replaced %1 times. %1개의 텍스트가 바뀌었습니다. ForeignKeyEditor &Reset 초기화(&R) Foreign key clauses (ON UPDATE, ON DELETE etc.) 외부 키(ON UPDATE, ON DELETE 등.) ImportCsvDialog Import CSV file CSV 파일 가져오기 Table na&me 테이블 이름(&M) &Column names in first line 첫 행에 필드명 포함(&C) Field &separator 필드 구분자(&S) , , ; ; Tab | | Other 기타 &Quote character 문자열 묶음 기호(&Q) Other (printable) 기타 (인쇄용) Other (code) 기타 (코드) " " ' ' &Encoding 인코딩(&E) UTF-8 UTF-8 UTF-16 UTF-16 ISO-8859-1 ISO-8859-1 Trim fields? 필드 앞뒤 공백 제거? Separate tables 테이블 나누기 Advanced 고급 When importing an empty value from the CSV file into an existing table with a default value for this column, that default value is inserted. Activate this option to insert an empty value instead. CSV 파일의 빈 값을 이 열의 기본 값이 있는 기존 테이블로 가져올 때 해당 기본값이 삽입됩니다. 대신 빈 값을 삽입하려면 이 옵션을 활성화하세요. Ignore default &values 기본 값을 무시(&V) Activate this option to stop the import when trying to import an empty value into a NOT NULL column without a default value. 기본 값 없이 비어 있는 값을 NOT NULL 열로 가져오려고 할 때 가져오기를 중단하려면 이 옵션을 활성화하세요. Fail on missing values 값 누락 시 실패 Disable data type detection 데이터 타입 인식 끄기 Disable the automatic data type detection when creating a new table. 새 테이블을 생성할 때 자동 데이터 타입 인식 기능을 끕니다. 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 가져오기 Importing the file '%1' took %2ms. Of this %3ms were spent in the row function. 파일 '%1' 가져오는데 %2ms가 걸렸습니다. 이 중에서 행 기능을 적용하는데 %3ms가 걸렸습니다. Inserting row failed: %1 행 추가에 실패했습니다: %1 MainWindow DB Browser for SQLite DB Browser for SQLite toolBar1 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 읽기 전용 모드로 존재하는 데이터베이스 파일을 엽니다 &File 파일(&F) &Import 가져오기(&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. 이것은 열린 데이터베이스의 구조입니다. 이름 열에서 여러 개체 이름을 끌어서 SQL 편집기에 놓을 수 있으며 컨텍스트 메뉴를 사용하여 끌어서 놓은 이름의 속성을 변경할 수 있습니다. 이것은 SQL 문을 작성하는데 도움이 됩니다. 스키마 열에서 SQL 문을 끌어서 SQL 편집기나 다른 응용 프로그램에 놓을 수도 있습니다. &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) Open &tab 탭 열기(&T) Ctrl+T Database Structure This has to be equal to the tab title in all the main tabs 데이터베이스 구조 This is the structure of the opened database. You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'. 이것은 열려있는 데이터베이스의 구조입니다. 개체 행에서 SQL 문을 끌어서 다른 응용 프로그램이나 'DB Browser for SQLite'의 다른 인스턴스에 놓을 수 있습니다. Browse Data This has to be equal to the tab title in all the main tabs 데이터 보기 Edit Pragmas This has to be equal to the tab title in all the main tabs Pragma 수정 Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension. 경고: 이 pragma는 읽기 전용이 아니며 이 값은 추측된 값입니다. pragma를 작성하면 SQLite에서 제공하는 재정의 된 LIKE를 덮어 쓸 수 있습니다. Execute SQL This has to be equal to the tab title in all the main tabs SQL 실행 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)... 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) 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 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 데이터베이스 파일을 저장하던 중 에러가 발생했습니다. 이 말은 모든 변경사항들이 데이터베이스에 저장되지 못했음을 의미합니다. 다음에 나오는 에러를 먼저 해결하세요. %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 설정을 변경하려면 여러분의 현재 트랜잭션을 커밋해야합니다. 동의하십니까? 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. 여기를 눌러 현재 실행 중인 쿼리를 강제 중단합니다. Could not open database file. Reason: %1 데이터베이스 파일을 열 수 없습니다. 원인: %1 In-Memory database In-Memory 데이터베이스 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'의 뜻이 보류입니다만, 여기서는 작업 중이던이 더 맞다고 판단했습니다. 테이블을 편집하려면 작업 중이던 모든 변경 사항을 저장해야합니다. 데이터베이스를 저장하시겠습니까? 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'을(를) 열었습니다 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. 가져오기가 완료되었습니다. 일부 외래 키의 제약 조건이 위반되었습니다. 저장 하기 전에 수정하십시오. The statements in this tab 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? 이 탭의 명령문은 여전히 실행 중입니다. 탭을 닫으면 실행이 중단됩니다. 이로 인해 데이터베이스가 일관성이 없는 상태가 될 수 있습니다. 정말로 탭을 닫으시겠습니까? 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>에서 다운로드하세요. 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 still fully supported but we advice you to convert all your project files to the new file format because support for older formats might be dropped at some point in the future. You can convert your files by simply opening and re-saving them. 이 프로젝트 파일은 DB Browser for SQLite 버전 3.10 이하를 사용하여 생성되었기 때문에 이전 파일 형식을 사용하고 있습니다. 이 파일 형식을 불러오는 것은 여전히 완벽하게 지원되지만 이전 형식에 대한 지원이 추후 중단될 수 있으므로 모든 프로젝트 파일을 신규 파일 형식으로 변환하는 것이 좋습니다. 파일을 열고 다시 저장하기만하면 파일을 변환할 수 있습니다. 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! 이 데이터베이스의 테이블은 이 애플리케이션에서 잘 알지 못하는 특별한 함수 '%1'가 필요합니다. 이대로 계속 진행할 수는 있습니다만 여러분의 데이터베이스에 나쁜 영향이 갈 수도 있습니다. 백업을 생성하세요! 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. 에러 없이 실행 완료. NullLineEdit Set to NULL NULL로 변경하기 Alt+Del PlotDock Plot 플롯 <html><head/><body><p>This pane shows the list of columns of the currently browsed table or the just executed query. You can select the columns that you want to be used as X or Y axis for the plot pane below. The table shows detected axis type that will affect the resulting plot. For the Y axis you can only select numeric columns, but for the X axis you will be able to select:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date/Time</span>: strings with format &quot;yyyy-MM-dd hh:mm:ss&quot; or &quot;yyyy-MM-ddThh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date</span>: strings with format &quot;yyyy-MM-dd&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Time</span>: strings with format &quot;hh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Label</span>: other string formats. Selecting this column as X axis will produce a Bars plot with the column values as labels for the bars</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Numeric</span>: integer or real values</li></ul><p>Double-clicking the Y cells you can change the used color for that graph.</p></body></html> <html><head/><body><p>이 화면은 현재 보고 있는 테이블 또는 방금 실행한 쿼리의 필드 목록을 보여줍니다. 아래 플롯 화면에 X축 또는 Y축으로 사용할 필드를 선택할 수 있습니다. 이 표는 결과 플롯에 영향을 줄 수 있다고 인식된 축의 종류를 보여줍니다. Y축은 숫자 타입 필드만 선택할 수 있지만 X축은 다음과 같은 필드 타입을 선택할 수 있습니다:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date/Time</span>: strings with format &quot;yyyy-MM-dd hh:mm:ss&quot; or &quot;yyyy-MM-ddThh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">날짜</span>: 문자열 포맷 &quot;yyyy-MM-dd&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">시간</span>: 문자열 포맷 &quot;hh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">라벨</span>: 이 필드를 X축으로 선택하면 필드 값이 막대의 레이블로 표시된 막대 그래프가 생성됩니다.</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">숫자</span>: 정수 또는 실수</li></ul><p>Y 셀을 더블 클릭하면 그래프에 사용된 색을 변경할 수 있습니다.</p></body></html> Columns 필드 X X Y1 Y1 Y2 Y2 Axis Type 축 타입 Here is a plot drawn when you select the x and y values above. Click on points to select them in the plot and in the table. Ctrl+Click for selecting a range of points. Use mouse-wheel for zooming and mouse drag for changing the axis range. Select the axes or axes labels to drag and zoom only in that orientation. 위에서 x와 y 값을 선택하면 여기에 플롯이 그려집니다. 플롯과 테이블에서 항목을 클릭하면 선택됩니다. 여러 범위의 항목을 선택하려면 Control+클릭을 하세요. 확대/축소를 하려면 마우스 휠을 이용하고 축 범위를 바꾸려면 마우스를 드래그하세요. 한 방향으로만 드래그 또는 확대/축소를 하고 싶다면 축 또는 축 라벨을 선택하세요. Line type: 행 타입: None 사용하지 않음 Line StepLeft 왼쪽으로 StepRight 오른쪽으로 StepCenter 중앙으로 Impulse 임펄스(Impulse) Point shape: 포인트 모양: Cross 십자가 Plus 더하기 Circle Disc 디스크(Disc) Square 정사각형 Diamond 마름모 Star Triangle 삼각형 TriangleInverted 역삼각형 CrossSquare CrossSquare PlusSquare PlusSquare CrossCircle CrossCircle PlusCircle PlusCircle Peace Peace <html><head/><body><p>Save current plot...</p><p>File format chosen by extension (png, jpg, pdf, bmp)</p></body></html> <html><head/><body><p>현재 플롯 저장하기...</p><p>파일 포맷 확장자를 선택하세요 (png, jpg, pdf, bmp)</p></body></html> Save current plot... 현재 플롯 저장하기... Load all data and redraw plot 모든 데이터를 불러와서 플롯을 다시 그립니다 Row # 행 # Copy 복사 Print... 인쇄하기... Show legend 범례 표시 Stacked bars 누적 막대 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가 소요되었습니다. PreferencesDialog Preferences 환경설정 &General 일반(&G) Remember last location 마지막 위치를 기억 Always use this location 항상 이 위치를 사용 Remember last location for session only 같은 세션에서만 마지막 위치를 기억 ... ... Default &location 기본 위치(&L) Lan&guage 언어(&G) Automatic &updates 자동 업데이트(&U) enabled 사용하기 Show remote options 원격 옵션 보기 &Database 데이터베이스(&D) Database &encoding 데이터베이스 인코딩(&E) Open databases with foreign keys enabled. 외래키 기능을 사용하며 데이터베이스를 엽니다. &Foreign keys 외래키(&F) Data &Browser 데이터 보기(&B) Remove line breaks in schema &view 스키마 뷰에서 개행을 제거합니다(&V) Prefetch block si&ze 프리패치 할 블럭 크기(&Z) SQ&L to execute after opening database 데이터베이스를 연 후 SQL을 실행(&L) Default field type 기본 필드 타입 Font 글꼴 &Font 글꼴(&F) Content 내용 Symbol limit in cell 셀 안 심볼 한계 NULL NULL Regular 보통 Binary 바이너리 Background 배경색 Filters 필터 Toolbar style 툴바 스타일 Only display the icon 아이콘만 표시 Only display the text 텍스트만 표시 The text appears beside the icon 텍스트를 아이콘 옆으로 The text appears under the icon 텍스트가 아이콘 아래로 Follow the style 애플리케이션 스타일 적용 DB file extensions 데이터베이스 파일 확장자 Manage 관리 Main Window 메인 창 Database Structure 데이터베이스 구조 Browse Data 데이터 보기 Execute SQL SQL 실행 Edit Database Cell 데이터베이스 셀 수정 When this value is changed, all the other color preferences are also set to matching colors. 이 값이 변경되면 다른 모든 색상들도 이에 일치하는 색상으로 설정됩니다. Follow the desktop style 데스크톱 스타일 적용 Dark style 어둡게 Application style 애플리케이션 스타일 This sets the font size for all UI elements which do not have their own font size option. 개별 글꼴 크기 옵션이 없는 모든 UI 요소의 글꼴 크기를 설정합니다. Font size 글꼴 크기 When enabled, the line breaks in the Schema column of the DB Structure tab, dock and printed output are removed. 활성화되면 DB 구조 탭의 스키마 열에서 줄 바꿈, 독 및 인쇄된 출력이 제거됩니다. Database structure font size 데이터베이스 구조 글꼴 크기 Font si&ze 글꼴 크기(&Z) This is the maximum number of items allowed for some computationally expensive functionalities to be enabled: Maximum number of rows in a table for enabling the value completion based on current values in the column. Maximum number of indexes in a selection for calculating sum and average. Can be set to 0 for disabling the functionalities. 연산이 많이 걸리는 일부 기능을 활성화하는데 허용되는 최대 항목 수입니다. 열의 현재 값을 기반으로 값 완성을 활성화하기 위한 테이블의 최대 행의 갯수입니다. 합계 및 평균을 계산하려는 선택 항목의 최대 인덱스 수입니다. 기능 비활성화하려면 0으로 설정하세요. This is the maximum number of rows in a table for enabling the value completion based on current values in the column. Can be set to 0 for disabling completion. 열의 현재 값을 기반으로 값 완성을 활성화하기 위한 테이블의 최대 행 수입니다. 비활성화하려면 0으로 설정하세요. Close button on tabs 탭에 닫기 버튼 If enabled, SQL editor tabs will have a close button. In any case, you can use the contextual menu or the keyboard shortcut to close them. 활성화되면 SQL 편집기 탭에 닫기 버튼이 생깁니다. 어떤 경우든 컨텍스트 메뉴나 키보드 단축기를 사용하여 닫을 수 있습니다. Proxy 프록시 Configure 설정 Field display 필드 출력 Displayed &text 출력 텍스트(&T) Click to set this color 선택하여 이 색상을 선택하세요 Text color 글자색 Background color 배경색 Preview only (N/A) 미리보기만 출력 (N/A) Escape character 이스케이프 문자 Delay time (&ms) 대기 시간 (&ms) Set the waiting time before a new filter value is applied. Can be set to 0 for disabling waiting. 새로운 필터 값을 적용하기 전에 대기할 시간을 설정하세요. 대기 시간을 0으로 하면 대기하지 않습니다. &SQL SQL(&S) Settings name 설정 이름 Context 내용 Colour 색깔 Bold 진하게 Italic 기울게 Underline 밑줄 Keyword 키워드 Function 함수 Table 테이블 Comment 주석 Identifier 식별자 String 문자열 Current line 현재 행 SQL &editor font size SQL 에디터 글꼴 크기(&E) Tab size 탭 크기 &Wrap lines 줄 바꿈(&W) Never 사용 안 함 At word boundaries 단어 경계에서 At character boundaries 문자 경계에서 At whitespace boundaries 공백에서 &Quotes for identifiers 식별자 구분 기호(&Q) Choose the quoting mechanism used by the application for identifiers in SQL code. SQL 코드의 식별자에 대해 응용 프로그램에서 사용하는 기호를 선택합니다. "Double quotes" - Standard SQL (recommended) "큰 따옴표" - SQL 표준 (권장됨) `Grave accents` - Traditional MySQL quotes '작은 따옴표' - MySQL 전통 인용 부호 [Square brackets] - Traditional MS SQL Server quotes [대괄호] - MS SQL 전통 인용 부호 Keywords in &UPPER CASE 키워드에 대해 대문자(&U) When set, the SQL keywords are completed in UPPER CASE letters. 활성화되면 SQL 키워드가 대문자로 완성됩니다. When set, the SQL code lines that caused errors during the last execution are highlighted and the results frame indicates the error in the background 활성화되면 마지막 실행 중에 오류를 일으킨 SQL 코드 줄이 강조 표시되고 결과 프레임은 백그라운드에 오류를 나타냅니다 <html><head/><body><p>SQLite provides an SQL function for loading extensions from a shared library file. Activate this if you want to use the <span style=" font-style:italic;">load_extension()</span> function from SQL code.</p><p>For security reasons, extension loading is turned off by default and must be enabled through this setting. You can always load extensions through the GUI, even though this option is disabled.</p></body></html> <html><head/><body><p>SQLite는 공유 라이브러리 파일에서 확장을 로드하기 위한 SQL 함수를 제공합니다. SQL 코드에서 <span style=" font-style:italic;">load_extension()</span> 함수를 사용하려면 이 기능을 활성화하십시오.</p><p>보안 상의 이유로 확장 로드는 기본적으로 비활성화되어 있으며 설정을 통해 활성화해야 합니다. 이 옵션이 비활성화되어 있더라도 항상 GUI를 통해 확장을 로드할 수 있습니다.</p></body></html> Allow loading extensions from SQL code SQL 코드에서 확장기능을 불러오는 것을 허용 Remote 원격 CA certificates CA 인증서 Subject CN 제목 CN Common Name 일반 이름 Subject O 제목 O Organization 기관 Valid from 유효날짜(시작) Valid to 유효날짜(끝) Serial number 시리얼 넘버 Your certificates 당신의 인증서 File 파일 Subject Common Name 주제 일반 이름 Issuer CN 이슈 등록자 CN Issuer Common Name 이슈 등록자 일반 이름 Clone databases into 데이터베이스 복제하기 SQL editor &font SQL 편집기 글꼴(&F) Error indicators 에러 표시 Hori&zontal tiling 화면 수평 나누기(&Z) If enabled the SQL code editor and the result table view are shown side by side instead of one over the other. 활성화되면 SQL 코드 편집기와 결과 테이블 뷰가 나란히 표시됩니다. Code co&mpletion 코드 완성(&M) Threshold for completion and calculation on selection 선택에 대한 완료 및 연산 임계 값 Show images in cell 셀에 이미지 표시 Enable this option to show a preview of BLOBs containing image data in the cells. This can affect the performance of the data browser, however. 셀에 이미지 데이터가 포함된 BLOB의 미리보기를 표시하려면 이 옵션을 활성화합니다. 그러나 이는 데이터 브라우저의 성능에 영향을 끼칠 수 있습니다. Foreground 전경색 SQL &results font size SQL 결과 글꼴 크기(&R) &Extensions 확장기능(&E) Select extensions to load for every database: 불러올 확장기능을 선택하세요(확장기능은 모든 데이터베이스에 반영됩니다): Add extension 확장기능 추가 Remove extension 확장기능 제거 <html><head/><body><p>While supporting the REGEXP operator SQLite doesn't implement any regular expression<br/>algorithm but calls back the running application. DB Browser for SQLite implements this<br/>algorithm for you to let you use REGEXP out of the box. However, as there are multiple possible<br/>implementations of this and you might want to use another one, you're free to disable the<br/>application's implementation and load your own by using an extension. Requires restart of the application.</p></body></html> <html><head/><body><p>SQLite에서는 기본적으로 정규 표현식 기능을 제공하지 않습니다만 애플리케이션을 실행하여 호출하는 것은 가능합니다. DB Browser for SQLite에서는 이 알고리즘을 박스 밖에서도 정규 표현식을 사용할 수 있도록 이 알고리즘을 구현해줍니다. 하지만 확장기능을 사용하여 외부에서 만든 알고리즘 구현을 사용하고자 한다면 DB Browser for SQLite에서 제공하는 구현 사용을 자유롭게 끌 수 있습니다. 이 기능은 애플리케이션을 재시작해야 합니다.</p></body></html> Disable Regular Expression extension 정규 표현식 확장기능 비활성화 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. 저장된 모든 설정을 정말로 초기화하시겠습니까? 모든 설정이 초기화되고 기본값으로 대체됩니다. ProxyDialog Proxy Configuration 프록시 설정 Pro&xy Type 프록시 종류(&X) Host Na&me 서버 주소(&M) Port 포트 Authentication Re&quired 인증 정보 필요(&Q) &User Name 사용자명(&U) Password 암호 None 사용하지 않음 System settings 시스템 설정 HTTP HTTP Socks v5 Socks v5 QObject Error importing data 데이터 가져오기 에러 from record number %1 레코드 넘버: %1 . %1 . %1 Importing CSV file... CSV 파일 가져오기... Cancel 취소 All files (*) 모든 파일(*) SQLite database files (*.db *.sqlite *.sqlite3 *.db3) SQLite 데이터베이스 파일(*.db *.sqlite *.sqlite3 *.db3) Left 왼쪽 Right 오른쪽 Center 중앙 Justify 정렬 SQLite Database Files (*.db *.sqlite *.sqlite3 *.db3) SQLite 데이터베이스 파일 (*.db *.sqlite *.sqlite3 *.db3) DB Browser for SQLite Project Files (*.sqbpro) DB Browser for SQLite 프로젝트 파일 (*.sqbpro) SQL Files (*.sql) SQL 파일 (*.sql) All Files (*) 모든 파일 (*) Text Files (*.txt) 텍스트 파일 (*.txt) Comma-Separated Values Files (*.csv) 쉼표로 구분된 파일 (*.csv) Tab-Separated Values Files (*.tsv) 탭으로 분리된 파일 (*.tsv) Delimiter-Separated Values Files (*.dsv) 구분자로 구분된 파일 (*.dsv) Concordance DAT files (*.dat) Concordance DAT 파일 (*.dat) JSON Files (*.json *.js) JSON 파일 (*.json *.js) XML Files (*.xml) XML 파일 (*.xml) Binary Files (*.bin *.dat) 바이너리 파일 (*bin *.dat) SVG Files (*.svg) SVG 파일 (*.svg) Hex Dump Files (*.dat *.bin) Hex 덤프 파일 (*.dat *bin) Extensions (*.so *.dylib *.dll) 확장기능 (*.so *.dylib *.dll) RemoteCommitsModel Commit ID 커밋 ID Message 메시지 Date 날짜 Author 저자 Size 크기 Authored and committed by %1 %1에 의해 작성되고 커밋됨 Authored by %1, committed by %2 %1에 의해 작성되고, %2에 의해 커밋됨 RemoteDatabase Error opening local databases list. %1 로컬 데이터베이스 목록을 열던 중 에러가 발생했습니다. %1 Error creating local databases list. %1 로컬 데이터베이스 목록을 생성하던 중 에러가 발생했습니다. %1 RemoteDock Remote 원격 Local 로컬 Identity 신원 Push currently opened database to server 현재 열린 데이베이스를 서버로 반영합니다 DBHub.io DBHub.io <html><head/><body><p>In this pane, remote databases from dbhub.io website can be added to DB Browser for SQLite. First you need an identity:</p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Login to the dbhub.io website (use your GitHub credentials or whatever you want)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click the button to &quot;Generate client certificate&quot; (that's your identity). That'll give you a certificate file (save it to your local disk).</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Go to the Remote tab in DB Browser for SQLite Preferences. Click the button to add a new certificate to DB Browser for SQLite and choose the just downloaded certificate file.</li></ol><p>Now the Remote panel shows your identity and you can add remote databases.</p></body></html> <html><head/><body><p>이 창에서는 DBHub.io 웹 사이트의 원격 데이터베이스를 DB Browser for SQLite에 추가할 수 있습니다.</p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DBHub.io 웹 사이트에 로그인(원하시면 GitHub 자격 증명을 사용할 수 있습니다)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">버튼을 클릭하여 &quot;클라이언트 인증서 생성&quot; (당신의 신원 정보). 그러면 인증서 파일이 제공됩니다(로컬 디스크에 저장)</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DB Browser for SQLite 설정의 원격 탭으로 이동합니다. 버튼을 클릭하여 DB Browser for SQLite에 새 인증서를 추가하고 방금 다운로드한 인증서 파일을 선택합니다.</li></ol><p>이제 원격 패널에 ID가 표시되고 원격 데이터베이스를 추가할 수 있습니다.</p></body></html> Current Database 현재 데이터베이스 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> Back 뒤로가기 Select an identity to connect 연결할 ID를 선택하세요 Public 공개 This downloads a database from a remote server for local editing. Please enter the URL to clone from. You can generate this URL by clicking the 'Clone Database in DB4S' button on the web page of the database. 로컬 편집을 위해 원격 서버에서 데이터베이스를 다운로드합니다. 복제하려는 URL을 입력하세요. 데이터베이스의 웹 페이지에서 'DB4S에서 데이터베이스 복제' 버튼을 클릭하여 이러한 URL을 생성할 수 있습니다. Invalid URL: The host name does not match the host name of the current identity. 잘못된 URL: 호스트 이름이 현재 ID의 호스트 이름과 일치하지 않습니다. Invalid URL: No branch name specified. 잘못된 URL: 지정된 브랜치 이름이 없습니다. Invalid URL: No commit ID specified. 잘못된 URL: 커밋 ID가 지정되지 않았습니다. You have modified the local clone of the database. Fetching this commit overrides these local changes. Are you sure you want to proceed? 데이터베이스의 로컬 복제본을 수정했습니다. 이 커밋을 가져오면 이러한 로컬 변경 사항이 무시됩니다. 계속하시겠습니까? The database has unsaved changes. Are you sure you want to push it before saving? 데이터베이스에 저장되지 않은 변경 사항이 있습니다. 저장하기 전에 푸시하시겠습니까? The database you are trying to delete is currently opened. Please close it before deleting. 삭제하려는 데이터베이스가 현재 열려있습니다. 삭제하기 전에 닫으십시오. This deletes the local version of this database with all the changes you have not committed yet. Are you sure you want to delete this database? 이렇게하면 아직 커밋하지 않은 모든 변경 사항과 함께 이 데이터베이스의 로컬 버전이 삭제됩니다. 정말로 데이터베이스를 삭제하시겠습니까? RemoteLocalFilesModel Name 이름 Branch 브랜치 Last modified 마지막 수정일 Size 크기 Commit 커밋 File 파일 RemoteModel Name 이름 Last modified 마지막 수정 Size 크기 Commit 커밋 Size: 크기: Last Modified: 마지막 수정: Licence: 라이센스: Default Branch: 기본 브랜치: 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. 에러: 보내려는 파일을 열 수 없습니다. RemotePushDialog Push database 데이터베이스 푸시(Push) Database na&me to push to 푸시할 데이터베이스 이름(&M) Commit message 커밋 메시지 Database licence 데이터베이스 라이센스 Public 공개 Branch 브랜치 Force push 강제 푸시 Username 사용자명 Database will be public. Everyone has read access to it. 공개 데이터베이스로 지정합니다. 누구나 읽기 접근이 가능합니다. Database will be private. Only you have access to it. 비공개 데이터베이스로 지정합니다. 당신만 접근할 수 있습니다. Use with care. This can cause remote commits to be deleted. 주의해서 사용하세요. 원격 커밋을 삭제하는 결과를 초래할 수 있습니다. RunSql Execution aborted by user 사용자에 의해서 실행이 취소되었습니다 , %1 rows affected , %1 행이 영향 받았습니다 query executed successfully. Took %1ms%2 %2 데이터베이스에 쿼리가 성공적으로 실행되었습니다. %1ms 걸렸습니다 executing query 쿼리 실행 중 SelectItemsPopup A&vailable 사용 가능한(&V) Sele&cted 선택됨(&C) SqlExecutionArea Form Find previous match [Shift+F3] 이전 찾기 [Shift+F3] Find previous match with wrapping 랩핑(Wrapping)된 이전 일치내역 검색하기 Shift+F3 The found pattern must be a whole word 온전한 낱말 일치 검색패턴 Whole Words 온전한 낱말 일치 Text pattern to find considering the checks in this frame 이 프레임 안에서 확인하기 위해 검색하고자 하는 문자열 패턴 Find in editor 편집기 내에서 찾기 The found pattern must match in letter case 대소문자 일치 검색패턴 Case Sensitive 대소문자 일치 Find next match [Enter, F3] 다음 찾기 [Enter,F3] Find next match with wrapping 랩핑(Wrapping)으로 다음 찾기 F3 Interpret search pattern as a regular expression 검색 패턴 정규 표현식 사용 <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>선택하면 찾을 패턴이 UNIX 정규 표현식으로 해석됩니다. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>를 참고하십시오.</p></body></html> Regular Expression 정규 표현식 Close Find Bar 검색바 닫기 <html><head/><body><p>Results of the last executed statements.</p><p>You may want to collapse this panel and use the <span style=" font-style:italic;">SQL Log</span> dock with <span style=" font-style:italic;">User</span> selection instead.</p></body></html> <html><head/><body><p>마지막으로 실행된 명령문의 결과입니다.</p><p>이 패널을 축소하고 대신 <span style=" font-style:italic;">사용자</span> 선택과 함께 <span style=" font-style:italic;">SQL 로그</span> 독을 사용할 수 있습니다.</p></body></html> Results of the last executed statements 가장 최근 실행 구문 결과 This field shows the results and status codes of the last executed statements. 이 필드는 가장 최근에 실행된 구문의 결과와 상태 코드를 보여줍니다. 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 SqlTextEdit Ctrl+/ SqlUiLexer (X) The abs(X) function returns the absolute value of the numeric argument X. (X) abs(X) 함수는 숫자 매개변수 X의 절대값을 반환합니다. () The changes() function returns the number of database rows that were changed or inserted or deleted by the most recently completed INSERT, DELETE, or UPDATE statement. () changes() 함수는 가장 최근에 실행된 INSERT, DELETE, UPDATE 구문에서 데이터베이스에서 변경되거나 추가되거나 삭제된 행 수를 반환합니다. (X1,X2,...) The char(X1,X2,...,XN) function returns a string composed of characters having the unicode code point values of integers X1 through XN, respectively. (X1,X2,...) char(X1,X2,...,XN) 함수는 각각의 X1에서 XN 숫자 값의 유니코드 포인트 값을 가진 문자들로 구성된 문자열을 반환합니다. (X,Y,...) The coalesce() function returns a copy of its first non-NULL argument, or NULL if all arguments are NULL (X,Y,...) coalesce() 함수는 첫번째 NULL이 아닌 인자 값의 사본을 반환합니다. 만약 인자 값이 모두 NULL이라면 NULL을 반환합니다 (X,Y) The glob(X,Y) function is equivalent to the expression "Y GLOB X". (X,Y) glob(X,Y) 함수는 "Y GLOB X" 표현식과 같습니다. (X,Y) The ifnull() function returns a copy of its first non-NULL argument, or NULL if both arguments are NULL. (X,Y) ifnull() 함수는 첫번째 NULL이 아닌 인자 값의 사본을 반환합니다. 만약 인자값 둘 다 NULL이라면 NULL을 반환합니다. (X,Y) The instr(X,Y) function finds the first occurrence of string Y within string X and returns the number of prior characters plus 1, or 0 if Y is nowhere found within X. (X,Y) instr(X,Y) 함수는 문자열 X에서 문자열 Y가 있다면 첫 글자 위치 + 1 값을 리턴합니다. 만약 문자열 X에서 문자열 Y가 발견되지 않는다면 0을 반환합니다. (X) The hex() function interprets its argument as a BLOB and returns a string which is the upper-case hexadecimal rendering of the content of that blob. (X) hex() 함수는 매개변수를 BLOB으로 변환한 후 blob의 내용을 대문자 16진수 문자열로 변환하여 반환합니다. () The last_insert_rowid() function returns the ROWID of the last row insert from the database connection which invoked the function. () last_insert_rowid() 함수는 함수가 호출된 데이터베이스 연결에서 가장 최근에 추가된 행의 ROWID를 반환합니다. (X) For a string value X, the length(X) function returns the number of characters (not bytes) in X prior to the first NUL character. (X) 문자열 변수 X를 위한 것으로 length(X) 함수는 첫 번째 NUL 문자를 만날 때까지의 (바이트 수가 아닌)문자 수를 반환합니다. (X,Y) The like() function is used to implement the "Y LIKE X" expression. (X,Y) like() 함수는 "Y LIKE X" 표현식을 구현하기위해 사용합니다. (X,Y,Z) The like() function is used to implement the "Y LIKE X ESCAPE Z" expression. (X,Y,Z) like() 함수는 "Y LIKE X ESCAPE Z" 표현식을 구현하기 위해 사용합니다. (X) The load_extension(X) function loads SQLite extensions out of the shared library file named X. Use of this function must be authorized from Preferences. (X) load_extension(X) 함수는 X라는 공유 라이브러리 파일에서 SQLite 확장을 로드합니다. 이 기능의 사용은 환경설정에서 승인하여야 합니다. (X,Y) The load_extension(X) function loads SQLite extensions out of the shared library file named X using the entry point Y. Use of this function must be authorized from Preferences. (X,Y) The load_extension(X) 함수는 진입점 Y를 사용하여 X라는 공유 라이브러리 파일에서 SQLite 확장을 로드합니다. 이 기능의 사용은 환경설정에서 승인되어야 합니다. (X) The lower(X) function returns a copy of string X with all ASCII characters converted to lower case. (X) lower(X) 함수는 문자열 X에서 모든 ASCII 문자를 소문자로 변경한 문자열 사본을 반환합니다. (X) ltrim(X) removes spaces from the left side of X. (X) ltrim(X) 함수는 X의 좌측의 공백 여백을 제거합니다. (X,Y) The ltrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the left side of X. (X,Y) ltrim(X,Y) 함수는 X의 좌측에서 Y에 있는 모든 문자를 제거한 문자열을 반환합니다. (X,Y,...) The multi-argument max() function returns the argument with the maximum value, or return NULL if any argument is NULL. (X,Y,...) 다중 인자를 제공하는 max() 함수는 주어진 인자 값 중에서 가장 큰 값을 반환합니다. 만약 주어진 인자 중에 NULL 값이 하나라도 있으면 NULL을 반환합니다. (X,Y,...) The multi-argument min() function returns the argument with the minimum value. (X,Y,...) 다중 인자를 제공하는 min() 함수는 주어진 인자 값 중에서 가장 작은 값을 반환합니다. (X,Y) The nullif(X,Y) function returns its first argument if the arguments are different and NULL if the arguments are the same. Y) nullif(X,Y) 함수는 두 인자 값이 서로 다르면 X를 반환하고 두 인자 값이 같으면 NULL을 반환합니다. (FORMAT,...) The printf(FORMAT,...) SQL function works like the sqlite3_mprintf() C-language function and the printf() function from the standard C library. (FORMAT,...) printf(FORMAT,...) SQL 함수는 sqlite3_mprintf() C-언어 함수와 표준 C 라이브러리에서의 printf() 함수처럼 동작합니다. (X) The quote(X) function returns the text of an SQL literal which is the value of its argument suitable for inclusion into an SQL statement. (X) quote(X) 함수는 X를 SQL문 안에 포함되기에 적절하도록 SQL 리터럴 문자열로 반환합니다. () The random() function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807. () random() 함수는 -9223372036854775808와 +9223372036854775807 사이의 pseudo-랜덤 정수를 반환합니다. (N) The randomblob(N) function return an N-byte blob containing pseudo-random bytes. (N) randomblob(N) 함수는 psedo-랜덤 바이트를 포함한 N-바이트 blob을 반환합니다. (X,Y,Z) The replace(X,Y,Z) function returns a string formed by substituting string Z for every occurrence of string Y in string X. (X,Y,Z) replace(X,Y,Z) 함수는 문자열 X에 있는 모든 문자열 Y를 Z로 치환한 문자열을 반환합니다. (X) The round(X) function returns a floating-point value X rounded to zero digits to the right of the decimal point. (X) round(X) 함수는 부동소수점 값 X를 0의 자리에서 반올림한 값을 반환합니다. (X,Y) The round(X,Y) function returns a floating-point value X rounded to Y digits to the right of the decimal point. (X,Y) round(X,Y) 함수는 부동소수점 값 X를 소수점 우측에서 Y자리에서 반올림한 값을 반환합니다. (X) rtrim(X) removes spaces from the right side of X. (X) rtrim(X)은 X의 우측 공백을 제거합니다. (X,Y) The rtrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the right side of X. (X,Y) rtrim(X,Y) 함수는 X의 우측에서 Y에 있는 모든 문자를 삭제한 문자열을 반환합니다. (X) The soundex(X) function returns a string that is the soundex encoding of the string X. (X) soundex(X) 함수는 문자열 X의 사운덱스(Soundex) 인코딩 문자열을 반환합니다. (X,Y) substr(X,Y) returns all characters through the end of the string X beginning with the Y-th. (X,Y) substr(X,Y) 함수는 문자열 X에서 Y번째부터 끝까지 모든 문자열을 반환합니다. (X,Y,Z) The substr(X,Y,Z) function returns a substring of input string X that begins with the Y-th character and which is Z characters long. (X,Y,Z) substr(X,Y,Z) 함수는 문자열 X에서 Y번째 문자부터 Z문자 수만큼 반환합니다. () The total_changes() function returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the current database connection was opened. () total_changes() 함수는 현재 데이터베이스 연결이 열린 후 INSERT, UPDATE, DELETE 구문에 의해서 변경된 레코드 행 수를 반환합니다. (X) trim(X) removes spaces from both ends of X. (X) trim(X) 함수는 X의 양쪽 공백을 제거합니다. (X,Y) The trim(X,Y) function returns a string formed by removing any and all characters that appear in Y from both ends of X. (X,Y) trim(X,Y) 함수는 X의 양끝에서 Y에 해당하는 문자들을 삭제한 문자열을 반환합니다. (X) The typeof(X) function returns a string that indicates the datatype of the expression X. (X) typeof(X) 함수는 표현식 X의 데이터 타입을 나타내는 문자열을 반환합니다. (X) The unicode(X) function returns the numeric unicode code point corresponding to the first character of the string X. (X) unicode(X) 함수는 문자열 X의 첫 글자에 해당하는 숫자 유니코드 포인트를 반환합니다. (X) The upper(X) function returns a copy of input string X in which all lower-case ASCII characters are converted to their upper-case equivalent. (X) upper(X) 함수는 입력 문자열 X에서 ASCII 문자에 해당하는 글자를 대문자로 변경한 문자열 사본을 반환합니다. (N) The zeroblob(N) function returns a BLOB consisting of N bytes of 0x00. (N) zeroblob(N) 함수는 N 바이트의 0x00으로 이루어진 BLOB을 구성하여 반환합니다. (timestring,modifier,modifier,...) (timestring,modifier,modifier,...) (format,timestring,modifier,modifier,...) (format,timestring,modifier,modifier,...) (X) The avg() function returns the average value of all non-NULL X within a group. (X) avg() 함수는 그룹에서 모든 NULL이 아닌 X의 값의 평균을 반환합니다. (X) The count(X) function returns a count of the number of times that X is not NULL in a group. (X) count(X) 함수는 그룹에서 NULL이 아닌 개수를 세어 반환합니다. (X) The group_concat() function returns a string which is the concatenation of all non-NULL values of X. (X) group_concat() 함수는 X의 모든 NULL이 아닌 값들의 문자열로 합쳐서 반환합니다. (X,Y) The group_concat() function returns a string which is the concatenation of all non-NULL values of X. If parameter Y is present then it is used as the separator between instances of X. (X,Y) group_concat() 함수는 X의 모든 NULL이 아닌 값들의 문자열로 합쳐서 반환합니다. 만약 매개변수 Y가 있다면 값들을 문자열로 합칠 때 구분자로 사용합니다. (X) The max() aggregate function returns the maximum value of all values in the group. (X) max() 집계 함수는 그룹에서 모든 값들 중 가장 큰 값을 반환합니다. (X) The min() aggregate function returns the minimum non-NULL value of all values in the group. (X) min() 집계 함수는 그룹에서 NULL이 아닌 모든 값들 중 가장 작은 값을 반환합니다. (X) The sum() and total() aggregate functions return sum of all non-NULL values in the group. (X) sum(x)과 total() 집계 함수는 그룹의 모든 NULL이 아닌 값들의 합을 반환합니다. () The number of the row within the current partition. Rows are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition, or in arbitrary order otherwise. () 현재 파티션 내의 행 번호입니다. 행은 창 정의의 ORDER BY 절에 정의된 순서대로 1부터 시작하거나 임의의 순서로 번호가 지정됩니다. () The row_number() of the first peer in each group - the rank of the current row with gaps. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1. () 각 그룹의 첫 번째 피어의 row_number ()-간격이 있는 현재 행의 순위. ORDER BY 절이 없으면 모든 행이 피어로 간주되고 이 함수는 항상 1을 반환합니다. () The number of the current row's peer group within its partition - the rank of the current row without gaps. Partitions are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1. () 파티션 내 현재 행의 피어 그룹 번호 - 간격이 없는 현재 행의 순위, 파티션은 창 정의의 ORDER BY절에 정의된 순서대로 1부터 시작됩니다. ORDER BY 절이 없으면 모든 행이 피어로 간주되어 이 함수는 항상 1을 반환합니다. () Despite the name, this function always returns a value between 0.0 and 1.0 equal to (rank - 1)/(partition-rows - 1), where rank is the value returned by built-in window function rank() and partition-rows is the total number of rows in the partition. If the partition contains only one row, this function returns 0.0. () 이름에도 불구하고 이 함수는 항상 (rank - 1)/(partition-rows - 1)과 같은 0.0에서 1.0 사이의 값을 반환합니다. 여기서 rank는 내장 창 함수 rank() 및 partition에서 반환한 값입니다. rows는 파티션의 총 행 수 입니다. 파티션에 행이 하나만 포함된 경우 이 함수는 0.0을 반환합니다. () The cumulative distribution. Calculated as row-number/partition-rows, where row-number is the value returned by row_number() for the last peer in the group and partition-rows the number of rows in the partition. () 누적 분포. row-number/partition-rows로 계산됩니다. 여기서 row-number는 그룹의 마지막 피어에 대해 row_number()에서 반환한 값이고 partition-rows는 파티션의 행 수입니다. (N) Argument N is handled as an integer. This function divides the partition into N groups as evenly as possible and assigns an integer between 1 and N to each group, in the order defined by the ORDER BY clause, or in arbitrary order otherwise. If necessary, larger groups occur first. This function returns the integer value assigned to the group that the current row is a part of. (N) 인자 N은 정수로 취급됩니다. 이 함수는 ORDER BY 구문이 있다면 그 순서대로, 없다면 임의의 순서로 가능하면 균등하게 N개의 그룹으로 나누고 각 그룹에 1부터 N 사이의 정수를 할당합니다. 필요한 경우 큰 그룹이 먼저 나옵니다. 이 함수는 현재 행이 속해있는 그룹이 할당된 정수를 반환합니다. (expr) Returns the result of evaluating expression expr against the previous row in the partition. Or, if there is no previous row (because the current row is the first), NULL. (expr) 파티션의 이전 행에 대해 expr 표현식을 평가한 결과를 반환합니다. 또는 이전 행이 없는 경우(현재 행이 첫번째일 때) NULL 반환됩니다. (expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows before the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows before the current row, NULL is returned. (expr,offset) offset 인수가 제공되면 음이 아닌 정수여야합니다. 이 경우 반환된 값은 파티션 내의 현재 행 이전에 행 오프셋 행에 대해 expr를 평가한 결과입니다. 오프셋이 0이면 expr이 현재 행에 대해 평가됩니다. 현재 행 앞에 행 오프셋 행이 없으면 NULL이 반환됩니다. (expr,offset,default) If default is also provided, then it is returned instead of NULL if the row identified by offset does not exist. (expr,offset,default) default도 제공되면 offset으로 식별된 행이 존재하지 않았을 때 NULL 대신 반환됩니다. (expr) Returns the result of evaluating expression expr against the next row in the partition. Or, if there is no next row (because the current row is the last), NULL. (expr) 파티션의 다음 행에 대해 expr 표현식을 평가한 결과를 반환합니다. 또는 다음 행이 없는 경우(현재 행이 마지막 행일 때) NULL이 반환됩니다. (expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows after the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows after the current row, NULL is returned. (expr,offset) offset 인수가 제공되면 음이 아닌 정수여야 합니다. 이 경우 반환된 값은 파티션 내에서 현재 행 뒤에 있는 행 오프셋 행에 대해 expr을 평가한 결과입니다. 오프셋이 0이면 expr이 현재 행에 대해 평가됩니다. 현재 행 뒤에 행 오프셋 행이 없으면 NULL이 반환됩니다. (expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the first row in the window frame for each row. (expr)이 내장 창 함수는 집계 창 함수와 동일한 방식으로 각 행의 창 프레임을 계산합니다. 각 행의 창 프레임에서 첫 번째 행에 대해 평가된 expr의 값을 리턴합니다. (expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the last row in the window frame for each row. (expr)이 내장 창 함수는 집계 창 함수와 동일한 방식으로 각 행의 창 프레임을 계산합니다. 각 행의 창 프레임에서 마지막 행에 대해 평가 된 expr의 값을 리턴합니다. (expr,N) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the row N of the window frame. Rows are numbered within the window frame starting from 1 in the order defined by the ORDER BY clause if one is present, or in arbitrary order otherwise. If there is no Nth row in the partition, then NULL is returned. (expr,N)이 내장 창 함수는 집계 창 함수와 동일한 방식으로 각 행의 창 프레임을 계산합니다. 창 프레임의 N 행에 대해 평가 된 expr의 값을 리턴합니다. 행은 ORDER BY 절에 정의 된 순서대로 1부터 시작하여 창 프레임 내에서 번호가 매겨집니다. 그렇지 않으면 임의의 순서로 번호가 매겨집니다. 파티션에 N 번째 행이 없으면 NULL이 반환됩니다. SqliteTableModel reading rows 행을 읽는 중 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 취소 TableBrowser Browse Data 데이터 탐색 &Table: 테이블(&T): Select a table to browse data 탐색하려는 데이터가 있는 테이블을 선택하세요 Use this list to select a table to be displayed in the database view 리스트에서 테이블을 선택하면 데이터베이스 뷰에서 볼 수 있습니다 This is the database table view. You can do the following actions: - Start writing for editing inline the value. - Double-click any record to edit its contents in the cell editor window. - Alt+Del for deleting the cell content to NULL. - Ctrl+" for duplicating the current record. - Ctrl+' for copying the value from the cell above. - Standard selection and copy/paste operations. 이것은 데이터베이스의 테이블 뷰입니다. 다음 작업을 수행할 수 있습니다: - 값을 인라인으로 편집하기 위한 작성을 시작합니다. - 셀 편집기 창에서 내용을 편집하려면 레코드를 더블 클릭합니다. - 셀 내용을 NULL 값으로 삭제하려면 Alt+Del - Ctrl + "는 현재 레코드를 복제합니다. - 위의 셀에서 값을 복사하려면 Ctrl + ' - 표준 선택 및 복사 / 붙여넣기 작업. Text pattern to find considering the checks in this frame 이 프레임 안에서 확인하기 위해 검색하고자 하는 문자열 패턴 Find in table 테이블에서 찾기 Find previous match [Shift+F3] 이전 찾기 [Shift+F3] Find previous match with wrapping 랩핑된 이전 일치내역 검색하기 Shift+F3 Find next match [Enter, F3] 다음 찾기 [Enter, F3] Find next match with wrapping 랩핑(Wrapping)으로 다음 찾기 F3 The found pattern must match in letter case 대소문자 일치 검색패턴 Case Sensitive 대소문자 일치 The found pattern must be a whole word 온전한 낱말 일치 검색패턴 Whole Cell 전체 셀 Interpret search pattern as a regular expression 검색 패턴을 정규 표현식으로 해석 <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>선택하면 찾으려는 패턴이 UNIX 정규식으로 해석됩니다. <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>을 참고하세요.</p></body></html> Regular Expression 정규 표현식 Close Find Bar 검색바 닫기 Text to replace with 바꾸려는 텍스트 Replace with ~로 바꾸기 Replace next match 일치하는 다음 텍스트 바꾸기 Replace 바꾸기 Replace all matches 일치하는 모든 텍스트 바꾸기 Replace all 모두 바꾸기 <html><head/><body><p>Scroll to the beginning</p></body></html> <html><head/><body><p>첫 페이지로 갑니다.</p></body></html> <html><head/><body><p>Clicking this button navigates to the beginning in the table view above.</p></body></html> <html><head/><body><p>테이블 뷰 맨 위로 가기 위해서는 이 버튼을 클릭하세요.</p></body></html> |< |< Scroll one page upwards 한 페이지 위로 스크롤합니다 <html><head/><body><p>Clicking this button navigates one page of records upwards in the table view above.</p></body></html> <html><head/><body><p>위 테이블 뷰에서 레코드를 한 페이지 앞으로 가려면 이 버튼을 클릭하세요.</p></body></html> < < 0 - 0 of 0 0 - 0 of 0 Scroll one page downwards 한 페이지 아래로 스크롤합니다 <html><head/><body><p>Clicking this button navigates one page of records downwards in the table view above.</p></body></html> <html><head/><body><p>위 테이블 뷰에서 레코드를 한 페이지 뒤로 가려면 이 버튼을 클릭하세요.</p></body></html> > > Scroll to the end 마지막 페이지로 이동 <html><head/><body><p>Clicking this button navigates up to the end in the table view above.</p></body></html> <html><head/><body><p>테이블 뷰 맨 아래로 가기 위해서는 이 버튼을 클릭하세요.</p></body></html> >| >| <html><head/><body><p>Click here to jump to the specified record</p></body></html> <html><head/><body><p>특정 레코드로 이동하려면 여기를 클릭하세요</p></body></html> <html><head/><body><p>This button is used to navigate to the record number specified in the Go to area.</p></body></html> <html><head/><body><p>이 버튼은 특정 위치의 레코드 넘버로 가기 위해서 사용합니다.</p></body></html> Go to: 특정 레코드 행으로 가기: Enter record number to browse 찾을 레코드 행 번호를 입력하세요 Type a record number in this area and click the Go to: button to display the record in the database view 레코드 행 번호를 입력하고 '특정 레코드 행으로 가기:' 버튼을 클릭하면 데이터베이스 뷰에 레코드가 표시됩니다 1 1 Show rowid column 컬럼의 rowid 표시하기 Toggle the visibility of the rowid column rowid 컬럼을 표시하거나 숨깁니다 Unlock view editing 뷰 수정 잠금 해제하기 This unlocks the current view for editing. However, you will need appropriate triggers for editing. 수정을 위하여 현재 뷰의 잠금을 해제합니다. 하지만 수정을 위해서는 적절한 트리거가 필요할 것입니다. Edit display format 표시 형식 변경 Edit the display format of the data in this column 이 컬럼에 있는 데이터의 표시 형식을 수정합니다 New Record 새 레코드 Insert a new record in the current table 현재 테이블에 새 레코드를 추가합니다 <html><head/><body><p>This button creates a new record in the database. Hold the mouse button to open a pop-up menu of different options:</p><ul><li><span style=" font-weight:600;">New Record</span>: insert a new record with default values in the database.</li><li><span style=" font-weight:600;">Insert Values...</span>: open a dialog for entering values before they are inserted in the database. This allows to enter values acomplishing the different constraints. This dialog is also open if the <span style=" font-weight:600;">New Record</span> option fails due to these constraints.</li></ul></body></html> <html><head/><body><p>이 버튼은 데이터베이스에 새 레코드를 생성합니다.</p><ul><li><span style=" font-weight:600;">새 레코드</span>: 데이터베이스의 기본값으로 새 레코드를 생성합니다.</li><li><span style=" font-weight:600;">값 삽입...</span>: 데이터베이스에 값을 삽입하기 전에 값을 입력할 수 있는 대화상자를 엽니다. 이를 통해 다양한 제약 조건에 충족하는 값을 입력할 수 있습니다. 이러한 제약으로 인해 <span style=" font-weight:600;">새 레코드</span> 옵션이 실패한 경우에도 이 대화상자가 열립니다.</li></ul></body></html> Delete Record 레코드 삭제 Delete the current record 현재 레코드 삭제하기 This button deletes the record or records currently selected in the table 이 버튼은 테이블에서 현재 선택된 레코드를 삭제합니다 Insert new record using default values in browsed table 현재 탐색한 테이블의 기본값을 사용하여 새 레코드 삽입 Insert Values... 값 추가... Open a dialog for inserting values in a new record 새 레코드의 값을 삽입하기 위한 대화상자를 엽니다 Export to &CSV CSV로 내보내기(&C) Export the filtered data to CSV 필러링된 데이터를 CSV로 내보내기 This button exports the data of the browsed table as currently displayed (after filters, display formats and order column) as a CSV file. 이 버튼은 현재 표시된대로(필터, 표시 형식 및 열 순서) 탐색된 테이블의 데이터를 CSV 파일로 내보냅니다. Save as &view 뷰로 저장하기(&V) Save the current filter, sort column and display formats as a view 현재 필터, 열 정렬 및 표시 형식을 뷰로 저장 This button saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements. 이 버튼은 검색된 테이블의 현재 설정(필터, 표시 형식 및 열 순서)을 나중에 SQL 문에서 검색하거나 사용할 수 있는 SQL 뷰로 저장합니다. Save Table As... 다른 이름으로 테이블 저장... Save the table as currently displayed 현재 출력된 형태로 테이블 저장 <html><head/><body><p>This popup menu provides the following options applying to the currently browsed and filtered table:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export to CSV: this option exports the data of the browsed table as currently displayed (after filters, display formats and order column) to a CSV file.</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Save as view: this option saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.</li></ul></body></html> <html><head/><body><p>이 팝업 메뉴는 현재 탐색 및 필터링된 표에 적용되는 다음 옵션을 제공합니다.</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CSV로 내보내기: 이 옵션은 현재 표시된대로(필터, 표시 형식 및 열 순서) 탐색된 테이블의 데이터를 CSV 파일로 내보냅니다.</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">뷰로 저장: 이 옵션은 검색된 테이블의 현재 설정(필터, 표시 형식 및 열 순서)을 나중에 SQL 문에서 검색하거나 사용할 수 있는 SQL 뷰로 저장합니다.</li></ul></body></html> Hide column(s) 컬럼(들) 숨기기 Hide selected column(s) 선택한 컬럼(들)을 숨기기 Show all columns 전체 컬럼 보기 Show all columns that were hidden 숨겨진 전체 컬럼 보기 Set encoding 인코딩 지정하기 Change the encoding of the text in the table cells 테이블 셀 안의 텍스트 인코딩을 변경합니다 Set encoding for all tables 모든 테이블의 인코딩 지정하기 Change the default encoding assumed for all tables in the database 데이터베이스 안에 있는 모든 테이블의 기본 인코딩을 변경합니다 Clear Filters 필터 지우기 Clear all filters 모든 필터 지우기 This button clears all the filters set in the header input fields for the currently browsed table. 이 버튼은 현재 탐색된 테이블의 헤더 입력 필드에 설정된 모든 필터를 지웁니다. Clear Sorting 정렬 초기화 Reset the order of rows to the default 행 순서를 기본값으로 재설정 This button clears the sorting columns specified for the currently browsed table and returns to the default order. 이 버튼은 현재 검색된 테이블에 지정된 열 정렬을 지우고 기본 순서로 돌아갑니다. Print 인쇄하기 Print currently browsed table data 현재 탐색한 테이블 데이터를 인쇄합니다 Print currently browsed table data. Print selection if more than one cell is selected. 현재 찾아본 테이블 데이터를 인쇄합니다. 둘 이상의 셀이 선택된 경우 선택 항목만 인쇄합니다. Ctrl+P Refresh 새로고침 Refresh the data in the selected table 선택한 테이블의 데이터 새로고치기 This button refreshes the data in the currently selected table. 이 버튼은 현재 선택된 테이블의 데이터를 새로고칩니다. F5 Find in cells 셀에서 찾기 Open the find tool bar which allows you to search for values in the table view below. 아래 표 보기에서 값을 검색할 수 있는 도구 모음을 엽니다. Bold 진하게 Ctrl+B Italic 기울임 Underline 밑줄 Ctrl+U Align Right 우측으로 정렬 Align Left 좌측으로 정렬 Center Horizontally 가운데 정렬 Justify 정렬 Edit Conditional Formats... 조건부 서식 편집... Edit conditional formats for the current column 이 컬럼의 조건부 서식 편집 Clear Format 서식 지우기 Clear All Formats 모든 필터 지우기 Clear all cell formatting from selected cells and all conditional formats from selected columns 선택한 셀의 모든 셀 서식과 선택한 열의 모든 조건부 서식 지우기 Font Color 글자색 Background Color 배경색 Toggle Format Toolbar 서식 툴바 토글 Show/hide format toolbar 서식 툴바 표시/숨기기 This button shows or hides the formatting toolbar of the Data Browser 이 버튼은 데이터 브라우저의 서식 도구 모음을 표시하거나 숨깁니다 Select column 컬럼 선택 Ctrl+Space Replace text in cells 셀의 텍스트 바꾸기 Filter in any column 모든 열에서 필터링 Ctrl+R %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개의 교체가 이루어졌습니다. VacuumDialog Compact Database 데이터베이스 크기 줄이기(Vacuum) Warning: Compacting the database will commit all of your changes. 주의: 데이터베이스 크기 줄이기를 하면 저장되지 않은 모든 수정사항이 반영됩니다. Please select the databases to co&mpact: 크기를 줄일 데이터베이스를 선택하세요(&M):