AboutDialogAbout 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>AddRecordDialogAdd 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레코드 추가 도중 에러가 발생했습니다. 데이터베이스 엔진 메시지:
%1Are you sure you want to restore all the entered values to their defaults?정말로 모든 입력한 값들을 초기 값으로 복원합니까?ApplicationPossible 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잘못된 옵션을 사용하였거나 파일이 존재하지 않습니다: %1SQLite 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 %1Qt 버전 %1CipherDialogSQLCipher encryptionSQLCipher 암호화&Password암호(&P)&Reenter password암호 재입력(&R)Encr&yption settings암호화 설정(&Y)SQLCipher &3 defaultsSQLCipher &3 기본값SQLCipher &4 defaultsSQLCipher &4 기본값Custo&m수동(&M)Page si&ze페이지 크기(&Z)&KDF iterations&KDF 반복 횟수HMAC algorithmHMAC 알고리즘KDF algorithmKDF 알고리즘Plaintext Header Size평문 헤더 크기Passphrase암호Raw keyRaw 키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.데이터베이스를 암호화기 위해 사용할 키를 다시 입력해주세요.
데이터베이스 파일을 변경하기 위해서는 이 정보를 다시 입력해야만 합니다.ColumnDisplayFormatDialogChoose 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 number16진수Apple NSDate to dateApple NSDate 날짜Java epoch (milliseconds) to dateJava 시간(밀리초)을 날짜로.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사용자 정의 표시 형식에서 에러가 발생했습니다. 데이터베이스 엔진의 메시지:
%1Custom display format must return only one column but it returned %1.사용자 지정 표시 형식은 하나의 열만 반환해야 하지만 %1개를 반환했습니다.Octal number8진수Round number라운드 수Unix epoch to date유닉스 시간(타임스탬프)을 날짜로Upper case대문자Windows DATE to dateWindows 날짜Custom사용자 지정CondFormatManagerConditional 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?이 필드의 모든 조건부 서식을 정말로 삭제하시겠습니까?DBBrowserDBPlease 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명령을 실행할 수 없습니다: %1Cannot 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 메시지: %1Renaming the column failed. DB says:
%1열 이름을 변경하지 못했습니다. DB 메시지:
%1Releasing savepoint failed. DB says: %1세이브 포인트를 해제하지 못했습니다. DB 메시지: %1Creating new table failed. DB says: %1새 테이블을 생성하지 못했습니다. DB 메시지: %1Copying data to new table failed. DB says:
%1새 테이블에 데이터를 복사하지 못했습니다. DB 메시지:
%1Deleting old table failed. DB says: %1이전 테이블을 삭제하지 못했습니다. DB 메시지: %1Error renaming table '%1' to '%2'.
Message from database engine:
%3테이블 '%1'의 이름을 '%2'(으)로 변경하는 동안 오류가 발생했습니다.
데이터베이스 엔진 메시지:
%3could not get list of db objects: %1DB 개체 목록을 가져알 수 없습니다: %1Restoring 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데이터베이스 목록을 가져올 수 없습니다: %1Error loading extension: %1확장기능을 불러오기 에러: %1could not get column information열 정보를 가져올 수 없습니다Error setting pragma %1 to %2: %3pragma 설정을 %1에서 %2로 변경하는데 에러: %3File not found.파일을 찾을 수 없습니다.DbStructureModelName이름Object객체Type타입Schema스키마Database데이터베이스Browsables열기All모두 선택Temporary임시Tables (%1)테이블 (%1)Indices (%1)인덱스 (%1)Views (%1)뷰 (%1)Triggers (%1)트리거 (%1)EditDialogEdit 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 TextRTL TextImage이미지JSONJSONXMLXMLAutomatically 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+POpen preview dialog for printing displayed text출력된 텍스트를 인쇄하기 위한 인쇄 미리보기 창을 엽니다Copy Hex and ASCIIHex와 ASCII를 복사합니다Copy selected hexadecimal and ASCII columns to the clipboard선택된 16진수와 ASCII 필드를 클립보드로 복사합니다Ctrl+Shift+CSet as &NULLNULL로 만들기(&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현재 데이터 타입: 유효한 JSONCouldn'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이전 인덱스를 삭제하는데 실패했습니다: %1Creating the index failed:
%1인덱스 생성에 실패했습니다:
%1EditTableDialogEdit 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 RowidRowid 필드 없음Fields필드Database sche&ma데이터베이스 스키마(&M)Add추가Remove삭제Move to top최상단으로 올리기Move up위로 올리기Move down아래로 내리기Move to bottom최하단으로 내리기Name필드명Type타입NNNNNot nullNot nullPKPKPrimary key기본 키AIAIAutoincrement자동 증가(Autoincrement)UUUnique유니크(Unique)Default기본값Default value기본값Check체크Check constraint제약조건(Check constraint)Collation콜레이션Foreign Key외래키Constraints제약 조건Add constraint제약 조건 추가Remove constraint제약 조건 삭제Columns필드SQLSQL<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테이블 생성 에러. 데이터베이스 메시지:
%1There 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) 사용하지 않음ExportDataDialogExport 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내보낸 파일을 열 수 없습니다: %1Choose a filename to export data데이터를 내보낼 파일 이름을 정하세요Export data as JSONJSON으로 내보내기exporting CSVCSV로 내보내기exporting JSONJSON으로 내보내기Please select at least 1 table.최소한 테이블 1개는 선택하세요.Choose a directory디렉터리를 선택하세요Export completed.내보내기가 완료되었습니다.ExportSqlDialogExport SQL...SQL로 내보내기...Tab&le(s)테이블(&l)Select All모두 선택Deselect All모두 선택 해제&Options옵션(&O)Keep column names in INSERT INTOINSERT 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.내보내기가 취소되었거나 실패했습니다.ExtendedScintillaCtrl+HCtrl+FCtrl+PFind...찾기...Find and Replace...검색과 바꾸기...Print...인쇄하기...ExtendedTableWidgetUse 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 NULLNULL로 변경하기Copy복사하기Copy with Headers헤더 포함 복사하기Copy as SQLSQL로 복사하기Paste붙여넣기Print...인쇄하기...Use in Filter Expression필터 표현식 적용하기Alt+DelCtrl+Shift+CCtrl+Alt+CThe 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 제약 조건이 있습니다.FileExtensionManagerFile Extension Manager파일 확장자 관리자&Up위로(&U)&Down아래로(&D)&Add추가하기(&A)&Remove삭제하기(&R)Description설명Extensions확장자*.extension*.확장자FilterLineEditFilter필터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 NULLNULL임Is not NULLNULL이 아님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...정규 표현식...FindReplaceDialogFind 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 등.)ImportCsvDialogImport CSV fileCSV 파일 가져오기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-8UTF-8UTF-16UTF-16ISO-8859-1ISO-8859-1Trim 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복원 포인트를 생성하는데 실패했습니다: %1Creating the table failed: %1테이블 생성에 실패했습니다: %1importing CSVCSV 가져오기Importing the file '%1' took %2ms. Of this %3ms were spent in the row function.파일 '%1' 가져오는데 %2ms가 걸렸습니다. 이 중에서 행 기능을 적용하는데 %3ms가 걸렸습니다.Inserting row failed: %1행 추가에 실패했습니다: %1MainWindowDB Browser for SQLiteDB Browser for SQLitetoolBar1toolBar1Opens the SQLCipher FAQ in a browser windowSQLCipher 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 codeSQL 코드 블럭 주석 처리/해제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 executionSQL 실행 중단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 ToolbarDB 툴바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&maDB 스키마(&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+F5Sa&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+WRevert 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+SCompact the database file, removing space wasted by deleted records삭제된 레코드로 낭비되는 공간을 제거하여 데이터베이스 파일 압축Compact the database file, removing space wasted by deleted records.삭제된 레코드로 낭비되는 공간을 제거하여 데이터베이스 파일 압축.E&xit종료(&X)Ctrl+QImport 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 ToolbarDB 툴바(&D)Shows or hides the Database toolbar.데이터베이스 툴바를 보이거나 숨깁니다.Shift+F1&Recently opened최근 열었던 파일들(&R)Open &tab탭 열기(&T)Ctrl+TDatabase StructureThis 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 DataThis has to be equal to the tab title in all the main tabs데이터 보기Edit PragmasThis has to be equal to the tab title in all the main tabsPragma 수정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 SQLThis has to be equal to the tab title in all the main tabsSQL 실행Ctrl+F4Compact &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)F1Bug &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 &FAQSQLCipher 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+OSave results결과 저장Save the results view결과 뷰 저장This button lets you save the results of the last executed query이 버튼은 마지막으로 실행한 쿼리의 결과값을 저장합니다Find text in SQL editorSQL 편집기에서 텍스트 찾기This button opens the search bar of the editor이 버튼은 편집기의 검색창을 엽니다Ctrl+FFind or replace text in SQL editorSQL 편집기에서 텍스트 찾아 바꾸기This button opens the find/replace dialog for the current editor tab이 버튼은 현재 열려 있는 편집기의 찾기 바꾸기 대화상자를 엽니다Ctrl+HExport to &CSVCSV로 내보내기(&C)Save as &view뷰로 저장하기(&V)Save as view다른 이름의 뷰로 저장하기Shows or hides the Project toolbar.프로젝트 툴바를 표시하거나 숨깁니다.Extra DB Toolbar확장 DB 툴바New In-&Memory DatabaseIn-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 filesDB 파일, 프로젝트 파일 및 열린 SQL 파일 저장Ctrl+Shift+SOpen 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 &LogSQL 로그(&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 SQLSQL 실행하기(&E)Save SQL fileSQL 파일 저장하기Execute current line현재 행 실행하기Ctrl+EExport as CSV fileCSV 파일로 내보내기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 asSQL 파일 다름 이름으로 저장하기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+ReturnCtrl+LCtrl+PCtrl+DCtrl+IEncrypted암호화됨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데이터베이스 파일을 저장하던 중 에러가 발생했습니다. 이 말은 모든 변경사항들이 데이터베이스에 저장되지 못했음을 의미합니다. 다음에 나오는 에러를 먼저 해결하세요.
%1Are 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데이터 가져오기 에러: %1Import 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리소스 파일을 찾을 수 없습니다: %1Choose a project file to open불러올 프로젝트 파일을 선택하세요Could not open project file for writing.
Reason: %1쓰기 모드로 프로젝트 파일을 열 수 없습니다.
원인: %1Busy (%1)사용 중 (%1)Setting PRAGMA values will commit your current transaction.
Are you sure?PRAGMA 설정을 변경하려면 여러분의 현재 트랜잭션을 커밋해야합니다.
동의하십니까?Window Layout창 레이아웃Reset Window Layout창 레이아웃 초기화Alt+0Simplify Window Layout창 레이아웃 단순화Shift+Alt+0Dock 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데이터베이스 파일을 열 수 없습니다.
원인: %1In-Memory databaseIn-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데이터베이스 엔진 메시지:
%1Editing the table requires to save all pending changes now.
Are you sure you want to save the database?'pending'의 뜻이 보류입니다만, 여기서는 작업 중이던이 더 맞다고 판단했습니다.테이블을 편집하려면 작업 중이던 모든 변경 사항을 저장해야합니다.
데이터베이스를 저장하시겠습니까?Edit View %1뷰 편집 %1Edit Trigger %1트리거 편집 %1You 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결과: %1Result: %2결과: %2Setting 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확장기능 불러오기 에러: %1Don'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뷰 생성 에러: %1This 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.에러 없이 실행 완료.NullLineEditSet to NULLNULL로 변경하기Alt+DelPlotDockPlot플롯<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 "yyyy-MM-dd hh:mm:ss" or "yyyy-MM-ddThh:mm:ss"</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 "yyyy-MM-dd"</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 "hh:mm:ss"</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 "yyyy-MM-dd hh:mm:ss" or "yyyy-MM-ddThh:mm:ss"</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>: 문자열 포맷 "yyyy-MM-dd"</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>: 문자열 포맷 "hh:mm:ss"</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필드XXY1Y1Y2Y2Axis 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역삼각형CrossSquareCrossSquarePlusSquarePlusSquareCrossCircleCrossCirclePlusCirclePlusCirclePeacePeace<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가 소요되었습니다.PreferencesDialogPreferences환경설정&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셀 안 심볼 한계NULLNULLRegular보통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 SQLSQL 실행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으로 하면 대기하지 않습니다.&SQLSQL(&S)Settings name설정 이름Context내용Colour색깔Bold진하게Italic기울게Underline밑줄Keyword키워드Function함수Table테이블Comment주석Identifier식별자String문자열Current line현재 행SQL &editor font sizeSQL 에디터 글꼴 크기(&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 codeSQL 코드에서 확장기능을 불러오는 것을 허용Remote원격CA certificatesCA 인증서Subject CN제목 CNCommon Name일반 이름Subject O제목 OOrganization기관Valid from유효날짜(시작)Valid to유효날짜(끝)Serial number시리얼 넘버Your certificates당신의 인증서File파일Subject Common Name주제 일반 이름Issuer CN이슈 등록자 CNIssuer Common Name이슈 등록자 일반 이름Clone databases into데이터베이스 복제하기SQL editor &fontSQL 편집기 글꼴(&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 sizeSQL 결과 글꼴 크기(&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.저장된 모든 설정을 정말로 초기화하시겠습니까?
모든 설정이 초기화되고 기본값으로 대체됩니다.ProxyDialogProxy Configuration프록시 설정Pro&xy Type프록시 종류(&X)Host Na&me서버 주소(&M)Port포트Authentication Re&quired인증 정보 필요(&Q)&User Name사용자명(&U)Password암호None사용하지 않음System settings시스템 설정HTTPHTTPSocks v5Socks v5QObjectError importing data데이터 가져오기 에러 from record number %1 레코드 넘버: %1.
%1.
%1Importing 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)RemoteCommitsModelCommit ID커밋 IDMessage메시지Date날짜Author저자Size크기Authored and committed by %1%1에 의해 작성되고 커밋됨Authored by %1, committed by %2%1에 의해 작성되고, %2에 의해 커밋됨RemoteDatabaseError opening local databases list.
%1로컬 데이터베이스 목록을 열던 중 에러가 발생했습니다. %1Error creating local databases list.
%1로컬 데이터베이스 목록을 생성하던 중 에러가 발생했습니다. %1RemoteDockRemote원격Local로컬Identity신원Push currently opened database to server현재 열린 데이베이스를 서버로 반영합니다DBHub.ioDBHub.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 "Generate client certificate" (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;">버튼을 클릭하여 "클라이언트 인증서 생성" (당신의 신원 정보). 그러면 인증서 파일이 제공됩니다(로컬 디스크에 저장)</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모든 데이터를 다시 로드하고 뷰를 업데이트합니다F5Clone 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?이렇게하면 아직 커밋하지 않은 모든 변경 사항과 함께 이 데이터베이스의 로컬 버전이 삭제됩니다. 정말로 데이터베이스를 삭제하시겠습니까?RemoteLocalFilesModelName이름Branch브랜치Last modified마지막 수정일Size크기Commit커밋File파일RemoteModelName이름Last modified마지막 수정Size크기Commit커밋Size: 크기: Last Modified: 마지막 수정: Licence: 라이센스: Default Branch: 기본 브랜치: RemoteNetworkChoose a location to save the file파일을 저장할 위치를 선택하세요Error opening remote file at %1.
%2%1 에 있는 원격 파일을 열던 중 에러가 발생했습니다.
%2Error: 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.에러: 보내려는 파일을 열 수 없습니다.RemotePushDialogPush 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.주의해서 사용하세요. 원격 커밋을 삭제하는 결과를 초래할 수 있습니다.RunSqlExecution aborted by user사용자에 의해서 실행이 취소되었습니다, %1 rows affected, %1 행이 영향 받았습니다query executed successfully. Took %1ms%2%2 데이터베이스에 쿼리가 성공적으로 실행되었습니다. %1ms 걸렸습니다executing query쿼리 실행 중SelectItemsPopupA&vailable사용 가능한(&V)Sele&cted선택됨(&C)SqlExecutionAreaForm폼Find previous match [Shift+F3]이전 찾기 [Shift+F3]Find previous match with wrapping랩핑(Wrapping)된 이전 일치내역 검색하기Shift+F3The 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)으로 다음 찾기F3Interpret 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" 파일이 다른 프로그램에 의해 수정되었습니다. 다시 불러오겠습니까?%2SqlTextEditCtrl+/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이 반환됩니다.SqliteTableModelreading rows행을 읽는 중loading...로딩 중...References %1(%2)
Hold %3Shift and click to jump there참조 %1(%2)
%3Shift를 누른 상태에서 이동하고자 하는 곳을 클릭하세요Error changing data:
%1데이터 수정 에러:
%1retrieving list of columns컬럼은 필드로 표현합니다.필드 목록 가져오기Fetching data...데이터를 가져오는 중입니다...Cancel취소TableBrowserBrowse 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+F3Find next match [Enter, F3]다음 찾기 [Enter, F3]Find next match with wrapping랩핑(Wrapping)으로 다음 찾기F3The 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 00 - 0 of 0Scroll 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레코드 행 번호를 입력하고 '특정 레코드 행으로 가기:' 버튼을 클릭하면 데이터베이스 뷰에 레코드가 표시됩니다11Show rowid column컬럼의 rowid 표시하기Toggle the visibility of the rowid columnrowid 컬럼을 표시하거나 숨깁니다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 &CSVCSV로 내보내기(&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+PRefresh새로고침Refresh the data in the selected table선택한 테이블의 데이터 새로고치기This button refreshes the data in the currently selected table.이 버튼은 현재 선택된 테이블의 데이터를 새로고칩니다.F5Find in cells셀에서 찾기Open the find tool bar which allows you to search for values in the table view below.아래 표 보기에서 값을 검색할 수 있는 도구 모음을 엽니다.Bold진하게Ctrl+BItalic기울임Underline밑줄Ctrl+UAlign 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+SpaceReplace 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, 최대값: %4Conditional formats for "%1""%1"에 대한 조건부 서식determining row count...행 개수 결정 중...%1 - %2 of >= %3%1 - %2 of >= %3%1 - %2 of %3%1 - %2 of %3Please 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레코드 추가 에러:
%1Please 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개의 교체가 이루어졌습니다.VacuumDialogCompact Database데이터베이스 크기 줄이기(Vacuum)Warning: Compacting the database will commit all of your changes.주의: 데이터베이스 크기 줄이기를 하면 저장되지 않은 모든 수정사항이 반영됩니다.Please select the databases to co&mpact:크기를 줄일 데이터베이스를 선택하세요(&M):