AboutDialog About DB Browser for SQLite DB Browser for SQLite について Version バージョン <html><head/><body><p>DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt">https://www.mozilla.org/MPL/2.0/index.txt</a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html> <html><head/><body><p>DB Browser for SQLite は SQLite データベースを作成、デザイン、編集できる、オープンソースで無料のヴィジュアルツールです。</p><p>このソフトウェアは Mozilla Public License Version 2 と the GNU General Public License Version 3 (もしくはそれ以降のもの) の2つでライセンスされています。あなたはこれらのライセンスの条件の下でこのソフトウェアを変更、もしくは、再配布できます。</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 and 3.0 license の元で使用しています。<br/>詳細は </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> をご覧ください。</span></p></body></html> AddRecordDialog Add New Record 新しいレコードを追加 Enter values for the new record considering constraints. Fields in bold are mandatory. 制約を考慮して新しいレコードに値を入力します。太字のフィールドは必須です。 In the Value column you can specify the value for the field identified in the Name column. The Type column indicates the type of the field. Default values are displayed in the same style as NULL values. 「値」列では、「名前」列で識別されたフィールドの値を指定できます。「データ型」列はフィールドのデータ型を示します。 デフォルト値はNULL値と同じスタイルで表示されます。 Name 名前 Type データ型 Value Values to insert. Pre-filled default values are inserted automatically unless they are changed. 挿入する値。変更されない限り、事前入力されたデフォルト値が自動的に挿入されます。 When you edit the values in the upper frame, the SQL query for inserting this new record is shown here. You can edit manually the query before saving. 上のフレームで値を編集すると、この新しいレコードを挿入する SQL クエリーがここに表示されます。保存する前にこのクエリーを手動で編集できます。 <html><head/><body><p><span style=" font-weight:600;">Save</span> will submit the shown SQL statement to the database for inserting the new record.</p><p><span style=" font-weight:600;">Restore Defaults</span> will restore the initial values in the <span style=" font-weight:600;">Value</span> column.</p><p><span style=" font-weight:600;">Cancel</span> will close this dialog without executing the query.</p></body></html> <html><head/><body><p><span style=" font-weight:600;">保存</span>は表示されている新しいレコードを挿入するSQL文をデータベースに適用します。</p><p><span style=" font-weight:600;">デフォルトに戻す</span>は<span style=" font-weight:600;">「値」</span>列を初期値に戻します。</p><p><span style=" font-weight:600;">キャンセル</span>はクエリーを実行せずにダイアログを閉じます。</p></body></html> Auto-increment 自動増加 Unique constraint 一意性制約 Check constraint: %1 検査誓約: %1 Foreign key: %1 外部キー: %1 Default value: %1 デフォルト値: %1 Error adding record. Message from database engine: %1 レコード追加でエラー。データベースエンジンからのメッセージ: %1 Are you sure you want to restore all the entered values to their defaults? 入力した値をすべてデフォルトに戻しますか? Application Possible command line arguments: 使用可能なコマンドライン引数: Usage: %1 [options] [<database>|<project>] 使い方: %1 [オプション] [<DB>|<プロジェクト>] -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 <テーブル> 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 オプションは引数が必要です 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オプションは グループ/設定=値 の形式で引数が必要です SQLite Version SQLite バージョン SQLCipher Version %1 (based on SQLite %2) SQLCipher バージョン %1 (SQLite %2 がベース) DB Browser for SQLite Version %1. DB Browser for SQLite バージョン %1. Built for %1, running on %2 %1 向けビルド, %2 で動作中 Qt Version %1 Qt バージョン %1 Invalid option/non-existant file: %1 不正なオプション/存在しないファイルです: %1 CipherDialog SQLCipher encryption SQLCipher 暗号化 &Password パスワード(&P) &Reenter password パスワードの再入力(&R) Passphrase パスフレーズ Raw key 生のキー Encr&yption settings 暗号化設定(&Y) SQLCipher &3 defaults SQLCipher 3 デフォルト(&3) SQLCipher &4 defaults SQLCipher 4 デフォルト(&4) Custo&m カスタム(&M) Page si&ze ページサイズ(&Z) &KDF iterations KDF反復回数(&K) HMAC algorithm HMACアルゴリズム KDF algorithm KDFアルゴリズム Plaintext Header Size プレーンテキストヘッダーサイズ Please set a key to encrypt the database. Note that if you change any of the other, optional, settings you'll need to re-enter them as well every time you open the database file. Leave the password fields empty to disable the encryption. The encryption process might take some time and you should have a backup copy of your database! Unsaved changes are applied before modifying the encryption. データベースを暗号化するキーを設定してください。 そのほかの任意の設定を変更すると、データベースファイルを開くときは毎回再入力が必要になることに注意してください。 暗号化を無効にするにはパスワード欄を空白にします。 暗号化工程には少し時間がかかるでしょう。データベースのバックアップを作成するべきです! 保存していない変更は暗号化の前に反映されます。 Please enter the key used to encrypt the database. If any of the other settings were altered for this database file you need to provide this information as well. データベースの暗号化に使用するキーを入力してください。 このデータベースファイルの他の設定が変更された場合は、この情報も指定する必要があります。 ColumnDisplayFormatDialog Choose display format 表示書式を選択 Display format 表示書式 Choose a display format for the column '%1' which is applied to each value prior to showing it. カラム '%1' の表示形式を選択してください。これは表示前に各値に適用されます。 Default デフォルト Decimal number 十進数 Exponent notation 指数表記 Hex blob 十六進Blob Hex number 十六進数 Octal number 八進数 Round number 概数 Apple NSDate to date Apple NSDate を日付に Java epoch (milliseconds) to date Java エポック (ミリ秒) を日付に .NET DateTime.Ticks to date .NET DateTime.Ticks を日付に Julian day to date ユリウス日を日付に Unix epoch to date Unix エポックを日付に Unix epoch to local time Unix エポックを地方時に Windows DATE to date Windows DATE を日付に Date as dd/mm/yyyy 日付(dd/mm/yyyy) Lower case 小文字 Upper case 大文字 Custom カスタム Custom display format must contain a function call applied to %1 カスタム表示形式には、%1 に適用される関数呼び出しが含まれている必要があります Error in custom display format. Message from database engine: %1 カスタム表示形式でエラー。データベースエンジンからのメッセージ: %1 Custom display format must return only one column but it returned %1. カスタム表示形式はただ1つのカラムを返す必要がありますが、%1 が返ってきました。 CondFormatManager Conditional Format Manager 条件付き書式管理 This dialog allows creating and editing conditional formats. Each cell style will be selected by the first accomplished condition for that cell data. Conditional formats can be moved up and down, where those at higher rows take precedence over those at lower. Syntax for conditions is the same as for filters and an empty condition applies to all values. このダイアログで条件付き書式の作成と編集ができます。それぞれのセルスタイルはセルのデータが最初に一致した条件のものが選択されます。条件付き書式は上下に移動でき、上の行は下の行に優先します。条件の構文はフィルターと同じで、空白の条件は全ての値に適用されます。 Add new conditional format 新しい条件付き書式を追加します &Add 追加(&A) Remove selected conditional format 選択した条件付き書式を削除します &Remove 削除(&R) Move selected conditional format up 選択した条件付き書式を上へ移動します Move &up 上へ(&U) Move selected conditional format down 選択した条件付き書式を下へ移動します Move &down 下へ(&D) Foreground 前景 Text color 文字色 Background 背景 Background color 背景色 Font フォント Size サイズ Bold 太字 Italic イタリック Underline 下線 Alignment 配置 Condition 条件 Click to select color クリックで色を選択 Are you sure you want to clear all the conditional formats of this field? 本当にこのフィールドの条件付き書式をすべて削除しますか? DBBrowserDB This database has already been attached. Its schema name is '%1'. このデータベースには既に接続しています。このスキーマの名前は '%1' です。 Please specify the database name under which you want to access the attached database 接続したデータベースへのアクセス時に使用するデータベース名を指定してください Invalid file format 不正なファイルフォーマット Do you really want to close this temporary database? All data will be lost. 本当にこの一時データベースを閉じますか? すべてのデータは喪失します。 Do you want to save the changes made to the database file %1? データベースファイル '%1' への変更を保存しますか? Database didn't close correctly, probably still busy データベースが正常に閉じられませんでした。多分まだビジー状態です The database is currently busy: データベースは現在ビジー状態です: Do you want to abort that other operation? 他の操作を中断しますか? Exporting database to SQL file... データベースをSQLファイルにエクスポート... Cancel キャンセル No database file opened データベースファイルを開いていません Executing SQL... SQLを実行... Action cancelled. 操作をキャンセルしました。 Error in statement #%1: %2. Aborting execution%3. この文でエラー #%1: %2。 実行を中断%3。 and rolling back ロールバックしました didn't receive any output from %1 %1 から出力を得られませんでした could not execute command: %1 コマンド: %1 を実行できませんでした Cannot delete this object このオブジェクトは削除できません Cannot set data on this object このオブジェクトにデータ設定はできません A table with the name '%1' already exists in schema '%2'. 名前が '%1' のテーブルはスキーマ '%2' に既に存在します。 No table with name '%1' exists in schema '%2'. スキーマ '%2' に名前が '%1' のテーブルがありません。 Cannot find column %1. カラム %1 が見つかりません。 Creating savepoint failed. DB says: %1 セーブポイントの作成に失敗。DBの反応: %1 Renaming the column failed. DB says: %1 カラム名変更に失敗。DBの反応: %1 Releasing savepoint failed. DB says: %1 セーブポイントの解放に失敗。DBの反応: %1 Creating new table failed. DB says: %1 新しいテーブルの作成に失敗。DBの反応: %1 Copying data to new table failed. DB says: %1 新しいテーブルへのデータのコピーに失敗。DBの反応: %1 Deleting old table failed. DB says: %1 古いテーブルの削除に失敗。DBの反応: %1 Error renaming table '%1' to '%2'. Message from database engine: %3 テーブル名の '%1' から '%2' への変更でエラー。 データベースエンジンからのメッセージ: %3 could not get list of db objects: %1 DBオブジェクトの一覧を取得できません: %1 Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here's the SQL statement which you might want to fix and execute manually: このテーブルに関連するオブジェクトの復元に失敗しました。これはおそらく一部のカラム名が変更されたためです。このSQL文を手動で修正し実行してください。 Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here's the SQL statement which you might want to fix and execute manually: could not get list of databases: %1 データベースの一覧を取得できません: %1 Error setting pragma %1 to %2: %3 プラグマ %1 を %2 に設定時にエラー: %3 File not found. ファイルが見つかりません。 Error loading extension: %1 拡張の読み込みでエラー: %1 could not get column information カラム情報が取得できませんでした DbStructureModel Name 名前 Object オブジェクト Type データ型 Schema スキーマ Database データベース Browsables 表示可能 All すべて Temporary 一時 Tables (%1) テーブル (%1) Indices (%1) インデックス (%1) Views (%1) ビュー (%1) Triggers (%1) トリガー (%1) EditDialog Edit database cell データベースのセルを編集 Mode: モード: This is the list of supported modes for the cell editor. Choose a mode for viewing or editing the data of the current cell. これはサポートしているセル編集モードの一覧です。現在のセルデータの表示修正に使用するモードを選んでください。 Text テキスト RTL Text RTL テキスト Binary バイナリー Image 画像 JSON JSON XML XML Automatically adjust the editor mode to the loaded data type 編集モードを読み込んだデータ型に自動的に調整 This checkable button enables or disables the automatic switching of the editor mode. When a new cell is selected or new data is imported and the automatic switching is enabled, the mode adjusts to the detected data type. You can then change the editor mode manually. If you want to keep this manually switched mode while moving through the cells, switch the button off. このチェックボタンは編集モードの自動切り替えを有効/無効にします。新しいセルが選択されるか新しいデータがインポートされた時に自動切り替えが有効だと、検出したデータ型にモードを調整します。その後、編集モードは手動で変更できます。セル間の移動時に手動で変更したモードを維持したいならば、このボタンをオフにします。 Auto-switch 自動切替 The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving. Errors are indicated with a red squiggle underline. この編集モードは構文強調して、プレーンテキストだけでなく、JSONやXMLデータを編集しやすくします。保存前に自動的に整形と検証をします。 エラーは赤い破線で示されます。 This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected. このQtエディターは右書きの文章に使われます。これはデフォルトのテキストエディターではサポートされていません。右書きの文字の存在が検知されると、このエディターモードが自動的に選択されます。 Apply data to cell セルにデータを適用 Open preview dialog for printing 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. このデータベースのセルの内容をファイルにエクスポートするファイルダイアログを開きます。 Erases the contents of the cell セルの内容を削除 Set as &NULL NULLに設定(&N) This area displays information about the data present in this database cell このデータベースのセルに存在するデータの情報をここに表示 Type of data currently in cell 現在セルにあるデータの種類 Size of data currently in table 現在テーブルにあるデータのサイズ This button saves the changes performed in the cell editor to the database cell. このボタンはエディターで行われた変更をデータベースのセルに保存します。 Apply 適用 Print... 印刷... Open preview dialog for printing displayed image 表示された画像を印刷するプレビューダイアログを開く Ctrl+P Open preview dialog for printing displayed text 表示されたテキストを印刷するプレビューダイアログを開く Copy Hex and ASCII 十六進数とASCIIをコピー Copy selected hexadecimal and ASCII columns to the clipboard 選択した十六進数とASCIIのカラムをクリップボードにコピー Ctrl+Shift+C 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 画像 Choose a filename to export data エクスポートデータのファイル名を選択 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。本当にセルに適用しますか? Type of data currently in cell: Text / Numeric 現在セルにあるデータの種類: テキスト / 数値 %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 現在セルにあるデータの種類: NULL %n byte(s) %n バイト Type of data currently in cell: Valid JSON 現在セルにあるデータの種類: 正規なJSON Type of data currently in cell: Binary 現在セルにあるデータの種類: バイナリー Couldn't save file: %1. ファイルを保存できません: %1. The data has been saved to a temporary file and has been opened with the default application. You can now edit the file and, when you are ready, apply the saved new data to the cell editor or cancel any changes. データは一時ファイルに保存され、デフォルトのアプリケーションで開かれました。すぐにファイルを編集でき、準備ができたら、保存した新しいデータをセルエディターに適用するか、変更をキャンセルできます。 EditIndexDialog Edit Index Schema インデックスのスキーマを編集 &Name 名前(&N) &Table テーブル(&T) &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 インデックス指定節(&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 インデックスカラム Order 順番 Deleting the old index failed: %1 古いインデックスの削除に失敗: %1 Creating the index failed: %1 インデックスの作成に失敗: %1 EditTableDialog Edit table definition テーブルの定義を編集 Table テーブル Advanced 高度な設定 Without Rowid Rowidなし 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なしで作成します。これを設定するには、主キーに設定された自動増加なしのINTEGERフィールドが必要です。 Fields フィールド Database sche&ma データベーススキーマ(&M) Add 追加 Remove 削除 Move to top 先頭へ Move up 上へ Move down 下へ Move to bottom 末尾へ Name 名前 Type データ型 NN NN Not null 非null PK PK Primary key 主キー AI AI Autoincrement 自動増加 U U Unique 一意 Default デフォルト Default value デフォルト値 Check 検査 Check constraint 検査制約 Collation 照合順序 Foreign Key 外部キー Constraints 制約 Add constraint 制約を追加 Remove constraint 制約を削除 Columns カラム SQL SQL <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result in problems.</p></body></html> <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">警告: </span>テーブル定義に構文解析できないものがあります。このテーブルを変更し保存すると問題が起きるかもしれません。.</p></body></html> Primary Key 主キー Add a primary key constraint 主キー制約を追加 Add a foreign key constraint 外部キー制約を追加 Add a unique constraint 一意性制約を追加 Add a check constraint 検査誓約を追加 There can only be one primary key for each table. Please modify the existing primary key instead. 主キーは各テーブルに一つだけ存在できます。替わりに既存の主キーを変更してください。 Error creating table. Message from database engine: %1 テーブル作成でエラー。データベースエンジンからのメッセージ: %1 There already is a field with that name. Please rename it first or choose a different name for this field. この名前は既に別のフィールドに使用されています。既存のフィールド名を変更するか、別の名前を付けてください。 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. 少なくとも1つの行でこのフィールドに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. 少なくとも1つの行でこのフィールドにINTEGERでない値が設定されています。そのため、自動増加を設定するのは不可能です。先にテーブルのデータを変更してください。 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をなしにして、以下の条件に合うフィールドを追加してください。 - 主キーにする - 自動増加なし ExportDataDialog Export data as CSV データをCSVにエクスポート Tab&le(s) テーブル(&L) Colu&mn names in first line 先頭行をカラム名に(&M) Fie&ld separator フィールド区切り(&L) , , ; ; Tab タブ | | Other その他 &Quote character 引用符文字(&Q) " " ' ' New line characters 改行文字 Windows: CR+LF (\r\n) Windows: CR+LF (\r\n) Unix: LF (\n) Unix: LF (\n) Pretty print 整形 Export data as JSON データをJSONにエクスポート exporting CSV CSVにエクスポート Could not open output file: %1 出力ファイルを開けません: %1 exporting JSON JSONにエクスポート Choose a filename to export data エクスポートデータのファイル名を選択 Please select at least 1 table. 少なくとも1つのテーブルを選択してください。 Choose a directory ディレクトリーを選択 Export completed. エクスポート完了。 ExportSqlDialog Export SQL... SQLにエクスポート... Tab&le(s) テーブル(&L) Select All すべて選択 Deselect All すべて非選択 &Options オプション(&O) Keep column names in INSERT INTO INSERT INTO にカラム名を保持 Multiple rows (VALUES) per INSERT statement INSERT文に複数行(VALUES) Export everything すべてエクスポート Export schema only スキーマのみをエクスポート 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 した後に CREATE TABLE) Please select at least one table. 少なくとも1つのテーブルを選択してください。 Choose a filename to export エクスポートするファイル名を選択 Export completed. エクスポート完了。 Export cancelled or failed. エクスポートをキャンセルまたは失敗しました。 ExtendedScintilla Ctrl+H Ctrl+F Ctrl+P Find... 検索... Find and Replace... 検索と置換... Print... 印刷... ExtendedTableWidget Use as Exact Filter 抽出フィルターに使う Containing 含む Not containing 含まない Not equal to 等しくない Greater than より大きい Less than 未満 Greater or equal 以上 Less or equal 以下 Between this and... これとの間... Regular expression 正規表現 Edit Conditional Formats... 条件付き書式を編集... Set to NULL NULLに設定 Copy コピー Copy with Headers ヘッダーを含めてコピー Copy as SQL SQLとしてコピー Paste 貼り付け Print... 印刷... Use in Filter Expression フィルター式を使用 Alt+Del Ctrl+Shift+C Ctrl+Alt+C The content of the clipboard is bigger than the range selected. Do you want to insert it anyway? クリップボードの内容は選択された範囲より大きいです. それでも挿入しますか? <p>Not all data has been loaded. <b>Do you want to load all data before selecting all the rows?</b><p><p>Answering <b>No</b> means that no more data will be loaded and the selection will not be performed.<br/>Answering <b>Yes</b> might take some time while the data is loaded but the selection will be complete.</p>Warning: Loading all the data might require a great amount of memory for big tables. <p>読み込まれていないデータがあります。<b>すべての行を選択する前に、すべてのデータを読み込みますか?</b><p><p>答えが <b>いいえ</b> ならば、データは読み込まれず、選択は実行されません。<br/>答えが <b>はい</b> ならば、時間がかかりますが、すべてのデータを読み込み、選択が実行されます。</p>警告: 大きいテーブルにあるすべてのデータの読み込みにはかなりの記憶領域を必要とします。 Cannot set selection to NULL. Column %1 has a NOT NULL constraint. 選択範囲にNULLを設定できません。カラム %1 には非NULL制約があります。 FileExtensionManager File Extension Manager ファイル拡張子管理 &Up 上へ(&U) &Down 下へ(&D) &Add 追加(&A) &Remove 削除(&R) Description 説明 Extensions 拡張子 *.extension *.拡張子 FilterLineEdit Filter フィルター These input fields allow you to perform quick filters in the currently selected table. By default, the rows containing the input text are filtered out. The following operators are also supported: % Wildcard > Greater than < Less than >= Equal to or greater <= Equal to or less = Equal to: exact match <> Unequal: exact inverse match x~y Range: values between x and y /regexp/ Values matching the regular expression この入力欄は現在選択したテーブルの即席フィルターになります。 デフォルトでは入力テキストが含まれる行が抽出されます。 以下の演算子にも対応しています。: % ワイルドカード > より大きい < 未満 >= 以上 <= 以下 = 等しい: 完全に一致 <> 等しくない: 不一致 x~y 範囲: xとyの間 /regexp/ 正規表現に一致する値 Set Filter Expression フィルター式を設定 What's This? これは何? Is NULL NULL Is not NULL NULLでない Is empty 空文字 Is not empty 空文字でない Not containing... 含まない... Equal to... 等しい... Not equal to... 等しくない... Greater than... より大きい... Less than... 未満... Greater or equal... 以上... Less or equal... 以下... In range... 範囲内... Regular expression... 正規表現... Clear All Conditional Formats すべての条件付き書式を削除 Use for Conditional Format 条件付き書式を使う Edit Conditional Formats... 条件付き書式を編集... FindReplaceDialog Find and Replace 検索と置換 Fi&nd text: 検索文字列(&N): Re&place with: 置換文字列(&P): Match &exact case 大/小文字を区別(&E) Match &only whole words 単語一致のみ(&O) When enabled, the search continues from the other end when it reaches one end of the page 有効にすると、ページの最後に到達すると先頭に戻って検索します &Wrap around 折り返しあり(&W) When set, the search goes backwards from cursor position, otherwise it goes forward 設定するとカーソル位置から戻って検索します。設定しないとカーソル位置の先を検索します Search &backwards 戻って検索(&B) <html><head/><body><p>When checked, the pattern to find is searched only in the current selection.</p></body></html> <html><head/><body><p>設定すると、現在選択した範囲のみを検索します。</p></body></html> &Selection only 選択範囲のみ(&S) <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>設定すると、検索文字列はUNIX正規表現と解釈されます。以下を参照 <a href="https://ja.wikibooks.org/wiki/%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%8F%BE">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. 検索文字列が1つありました。 The searched text was found %1 times. 検索文字列が%1つありました。 The searched text was replaced one time. 検索文字列を1つ置き換えました。 The searched text was replaced %1 times. 検索文字列を%1つ置き換えました。 ForeignKeyEditor &Reset リセット(&R) Foreign key clauses (ON UPDATE, ON DELETE etc.) 外部キー節 (ON UPDATE, ON DELETE など。) ImportCsvDialog Import CSV file CSVファイルをインポート Table na&me テーブル名(&M) &Column names in first line 先頭行をカラム名に(&C) Field &separator フィールド区切り(&S) , , ; ; Tab タブ | | Other その他 &Quote character 引用符文字(&Q) Other (printable) その他 (印刷可能) Other (code) その他 (文字コード) " " ' ' &Encoding エンコード(&E) UTF-8 UTF-8 UTF-16 UTF-16 ISO-8859-1 ISO-8859-1 Trim fields? フィールドをトリムする? Separate tables テーブルを分ける Advanced 高度な設定 When importing an empty value from the CSV file into an existing table with a default value for this column, that default value is inserted. Activate this option to insert an empty value instead. 空値をCSVファイルから既存のテーブルのデフォルト値があるカラムにインポートすると、デフォルト値が挿入されます。このオプションを有効にすると代わりに空値が挿入されます。 Ignore default &values デフォルト値を無視(&V) Activate this option to stop the import when trying to import an empty value into a NOT NULL column without a default value. このオプションを有効にすると、デフォルト値がなく NOT NULL なカラムに空値をインポートしようとしたときに、インポートを中止します。 Fail on missing values 値がない場合中止 Disable data type detection データ型検出を無効 Disable the automatic data type detection when creating a new table. 新しいテーブルを作るときに自動データ型検出を無効にします。 When importing into an existing table with a primary key, unique constraints or a unique index there is a chance for a conflict. This option allows you to select a strategy for that case: By default the import is aborted and rolled back but you can also choose to ignore and not import conflicting rows or to replace the existing row in the table. 主キー、一意性制約、一意なインデックスがある既存のテーブルにインポートすると、競合が発生する可能性があります。このオプションで、競合の解決方法を選択できます。デフォルトではインポートを中止しロールバックしますが、無視を選択して競合した行をインポートしない、もしくは、テーブル内の既存の行を置き換えることもできます。 Abort import インポートを中止 Ignore row 行を無視 Replace existing row 既存の行を置き換え Conflict strategy 競合の解決方法 Deselect All すべて非選択 Match Similar 類似に一致 Select All すべて選択 There is already a table named '%1' and an import into an existing table is only possible if the number of columns match. 名前が '%1' のテーブルは既に存在しています。既存のテーブルへのインポートはカラムの数が一致する場合のみ可能です。 There is already a table named '%1'. Do you want to import the data into it? 名前が '%1' のテーブルは既に存在しています。データをこれにインポートしますか? Creating restore point failed: %1 復元ポイントの作成に失敗: %1 Creating the table failed: %1 テーブルの作成に失敗: %1 importing CSV CSVのインポート Inserting row failed: %1 行の挿入に失敗: %1 Importing the file '%1' took %2ms. Of this %3ms were spent in the row function. ファイル '%1' のインポートに %2msかかりました。内 %3ms は行関数に費やされました。 MainWindow DB Browser for SQLite DB Browser for SQLite Database Structure This has to be equal to the tab title in all the main tabs データベース構造 This is the structure of the opened database. You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'. これは開いているデータベースの構造です。 SQL文をオブジェクト行からドラッグしほかのアプリケーションや'DB Browser for SQLite'の他のインスタンスにドロップできます。 Browse Data This has to be equal to the tab title in all the main tabs データ閲覧 Edit Pragmas This has to be equal to the tab title in all the main tabs プラグマ編集 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. 警告: このプラグマは読み取り可能でなく、この値は推定です。プラグマを書き込んでも、SQLite 拡張などで上書きされるかもしれません。 Execute SQL This has to be equal to the tab title in all the main tabs SQL実行 toolBar1 ツールバー1 &File ファイル(&F) &Import インポート(&I) &Export エクスポート(&E) &Edit 編集(&E) &View ビュー(&V) &Help ヘルプ(&H) &Tools ツール(&T) DB Toolbar DBツールバー Edit Database &Cell データベースのセルを編集(&C) SQL &Log SQLログ(&L) Show S&QL submitted by 表示するSQLの送信元は(&Q) User ユーザー Application アプリケーション Error Log エラーログ This button clears the contents of the SQL logs このボタンでSQLログの内容を消去します &Clear 消去(&C) This panel lets you examine a log of all SQL commands issued by the application or by yourself このパネルでアプリケーションやあなたが発行した全てのSQLコマンドのログを調査できます &Plot プロット(&P) DB Sche&ma DBスキーマ(&M) This is the structure of the opened database. You can drag multiple object names from the Name column and drop them into the SQL editor and you can adjust the properties of the dropped names using the context menu. This would help you in composing SQL statements. You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications. これは開いているデータベースの構造です。 複数のオブジェクト名を名前カラムからドラッグしSQLエディターにドロップできます。ドロップした名前のプロパティはコンテキストメニューで調節できます。これはSQL文の作成に役立ちます。 SQL文をスキーマカラムからSQLエディターや他のアプリケーションにドロップできます。 &Remote リモート(&R) Project Toolbar プロジェクトツールバー Extra DB toolbar 追加DBツールバー Close the current database file 現在のデータベースファイルを閉じます &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 このボタンで現在開いているデータベースファイルとの接続を閉じます Open SQL file(s) SQLファイルを開く This button opens files containing SQL statements and loads them in new editor tabs このボタンでSQL文を含むファイルを新しいエディタータブに開きます Execute line 行を実行 Sa&ve Project プロジェクトを保存(&V) This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project file このボタンで開いているDBに関連付けられる全ての設定をSQLiteプロジェクトファイルに保存します This button lets you open a DB Browser for SQLite project file このボタンでSQLiteプロジェクトファイルを開きます Ctrl+Shift+O Find 検索 Find or replace 検索と置換 Print text from current SQL editor tab 現在のSQLエディタータブのテキストを印刷します Print the structure of the opened database 開いているデータベースの構造を印刷します Un/comment block of SQL code SQLコードのブロックをコメント/非コメントに Un/comment block ブロックをコメント/非コメント Comment or uncomment current line or selected block of code 現在行かコードの選択されたブロックをコメント/非コメントにします Comment or uncomment the selected lines or the current line, when there is no selection. All the block is toggled according to the first line. 選択された行か、選択がないならば現在行をコメント/非コメントにします。ブロック全体はその先頭行に従いコメント/非コメントされます。 Ctrl+/ Stop SQL execution SQLの実行を中止 Stop execution 実行を中止 Stop the currently running SQL script 現在実行中の SQL スクリプトを中止します &Save Project As... プロジェクトに名前を付けて保存(&S)... Save the project in a file selected in a dialog ダイアログで選択したファイルにプロジェクトを保存します Save A&ll すべて保存(&L) Save DB file, project file and opened SQL files DBファイル、プロジェクトファイル、開いているSQLファイルを保存します Ctrl+Shift+S Browse Table テーブルを閲覧 Ctrl+W &Revert Changes 変更を取り消し(&R) Revert database to last saved state 最後に保存した状態へデータベースを戻します This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost. このオプションは現在のデータベースファイルを最後に保存した状態に戻すために使います。最後の保存の後に行われたすべての変更は失われます。 &Write Changes 変更を書き込み(&W) Write changes to the database file データベースファイルに変更を書き込みます This option is used to save changes to the database file. このオプションはデータベースファイルに変更を保存するために使います。 Ctrl+S Compact &Database... データベースを圧縮(&D)... Compact the database file, removing space wasted by deleted records 削除されたレコードが残っているスペースを取り除き、データベースファイルを圧縮します Compact the database file, removing space wasted by deleted records. 削除されたレコードが残っているスペースを取り除き、データベースファイルを圧縮します。 E&xit 終了(&X) Ctrl+Q &Database from SQL file... SQLファイルからデータベースへ(&D)... Import data from an .sql dump text file into a new or existing database. SQLダンプテキストファイルからデータを、新しいもしくは既存のデータベースにインポートします。 This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL. このオプションでSQLダンプテキストファイルからデータを、新しいもしくは既存のデータベースにインポートできます。SQLダンプファイルは、MySQLやPostgreSQLなど、ほとんどのデータベースエンジンで作成できます。 &Table from CSV file... CSVファイルからテーブルへ(&T)... Open a wizard that lets you import data from a comma separated text file into a database table. カンマ区切りのテキストファイルのデータをデータベースのテーブルにインポートするウィザードを開きます。 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ファイルはほとんどのデータベースや表計算アプリケーションで作成できます。 &Database to SQL file... データベースをSQLファイルへ(&D)... 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など、ほとんどのデータベースエンジンで利用できます。 &Table(s) as CSV file... テーブルをCSVファイルへ(&T)... Export a database table as a comma separated text file. データベースのテーブルをカンマ区切りのテキストファイルにエクスポートします。 Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications. データベースのテーブルをカンマ区切りのテキストファイルにエクスポートします。他のデータベースや表計算アプリケーションでインポートできます。 &Create Table... テーブルを作成(&C)... Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database データベースに新しいテーブルの名前とフィールドを定義できる、テーブル作成ウイザードを開きます &Delete Table... テーブルを削除(&D)... Delete Table テーブルを削除 Open the Delete Table wizard, where you can select a database table to be dropped. 削除するデータベーステーブルを選択できる、テーブル削除ウィザードをひらきます。 &Modify Table... テーブルを変更(&M)... 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. 既存のテーブル名を変更できる、テーブル変更ウィザードを開きます。テーブルのフィールドを追加削除したり、フィールド名やデータ型の変更もできます。 Create &Index... インデックスの作成(&I)... Open the Create Index wizard, where it is possible to define a new index on an existing database table. 既存のデータベーステーブルに新しいインデックスを定義できる、インデックスウィザードを開きます。 &Preferences... 設定(&P)... Open the preferences window. 設定ウィンドウを開きます。 &DB Toolbar DBツールバー(&D) Shows or hides the Database toolbar. データベースツールバーを表示/非表示します。 Ctrl+T W&hat's This? これは何(&H)? Ctrl+F4 Shift+F1 &About DB Browser for SQLite について(&A) &Recently opened 最近開いたファイル(&R) Open &tab タブを開く(&T) This button opens a new tab for the SQL editor このボタンでSQLエディターの新しいタブを開きます &Execute SQL SQLを実行(&E) This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed. このボタンで現在選択しているSQL文を実行します。テキストが選択されていない場合、すべてのSQL文が実行されます。 Save SQL file SQLファイルを保存 &Load Extension... 拡張を読み込み(&L)... Execute current line 現在行を実行 This button executes the SQL statement present in the current editor line このボタンは現在エディターの行にあるSQL文を実行します Shift+F5 Export as CSV file CSVファイルにエクスポート Export table as comma separated values file テーブルをカンマ区切りのファイルにエクスポートします &Wiki ウィキ(&W) F1 Bug &Report... バグレポート(&R)... Feature Re&quest... 機能を要求(&Q)... Web&site ウェブサイト(&S) &Donate on Patreon... Patreonで寄付(&D)... Save the current session to a file 現在のセッションをファイルに保存します Open &Project... プロジェクトを開く(&P)... Load a working session from a file 作業中のセッションをファイルから読み込みます &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)... Save SQL file as 名前を付けてSQLファイルを保存 This button saves the content of the current SQL editor tab to a file このボタンは現在のSQLエディタータブの内容をファイルに保存します &Browse Table テーブルを閲覧(&B) Copy Create statement CREATE文をコピー Copy the CREATE statement of the item to the clipboard このアイテムのCREATE文をクリップボードにコピーします SQLCipher &FAQ SQLCipher FAQ(&F) Opens the SQLCipher FAQ in a browser window SQLCipher の FAQ をブラウザで開きます Table(&s) to JSON... テーブルをJSONへ(&S)... Export one or more table(s) to a JSON file 1つ以上のテーブルをJSONファイルにエクスポートします Open Data&base Read Only... データベースを読み取り専用で開く(&B)... Open an existing database file in read only mode 既存のデータベースファイルを読み取り専用モードで開きます Save results 結果を保存 Save the results view 結果のビューを保存 This button lets you save the results of the last executed query このボタンで最後に実行したクエリーの結果を保存します Find text in SQL editor SQLエディターの文字列を検索 This button opens the search bar of the editor このボタンはエディターの検索バーを開きます Ctrl+F Find or replace text in SQL editor SQLエディターの文字列を検索/置換します This button opens the find/replace dialog for the current editor tab このボタンは現在のエディタータブの検索/置換ダイアログを開きます Ctrl+H Export to &CSV CSVにエクスポート(&C) Save as &view ビューとして保存(&V) Save as view ビューとして保存 Shows or hides the Project toolbar. プロジェクトツールバーを表示/非表示します。 Extra DB Toolbar 追加DBツールバー New In-&Memory Database 新しいインメモリーデータベース(&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. 開いているデータベースの整合性検査プラグマを実行し、結果をSQL実行タブに出力します。このプラグマはすべてのデータベースの整合性検査を行います。 &Foreign-Key Check 外部キー検査(&F) Runs the foreign_key_check pragma over the opened database and returns the results in the Execute SQL tab 開いているデータベースの外部キー検査プラグマを実行し、結果をSQL実行タブに出力します &Quick Integrity Check 即時整合性検査(&Q) Run a quick integrity check over the open DB 開いている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. 開いているデータベースの高速整合性検査プラグマを実行し、結果をSQL実行タブに出力します。このコマンドは(通常の)整合性検査PRAGMAの大部分を行いますが、より高速に動作します。 &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. 開いているデータベースの最適化プラグマを実行します。このプラグマは将来のクエリーの性能を改善させます。 Print 印刷 Open a dialog for printing the text in the current SQL editor tab 現在のSQLエディタータブの文字列を印刷するダイアログを開きます Open a dialog for printing the structure of the opened database 開いているデータベースの構造を印刷するダイアログを開きます Ctrl+P Execute all/selected SQL すべて/選択したSQLを実行 Ctrl+Return Ctrl+Return Ctrl+L Ctrl+D Ctrl+I Ctrl+E Window Layout ウィンドウレイアウト Reset Window Layout ウィンドウレイアウトをリセット Alt+0 Simplify Window Layout ウィンドウレイアウトをシンプルに Shift+Alt+0 Dock Windows at Bottom ウィンドウを下にドッキング Dock Windows at Left Side ウィンドウを左にドッキング Dock Windows at Top ウィンドウを上にドッキング The database is currenctly busy. データベースは現在ビジー状態です。 Click here to interrupt the currently running query. ここをクリックして、現在実行中のクエリーを中断します。 Encrypted 暗号化 Database is encrypted using SQLCipher データベースはSQLCipherで暗号化されています Read only 読み取り専用 Database file is read only. Editing the database is disabled. データベースは読み取り専用です。データベースの編集はできません。 Database encoding データベースのエンコード Choose a database file データベースファイルを選択 Could not open database file. Reason: %1 データベースファイルを開けません。 理由: %1 Choose a filename to save under セーブするファイル名を下から選択 In-Memory database インメモリーデータベース 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文を実行中です。今、データベースを閉じると、実行が中止され、データベースに一貫性がない状態を残すかもしれません。本当にデータベースを閉じますか? Edit View %1 ビュー %1 を編集 Edit Trigger %1 トリガー %1 を編集 Opened '%1' in read-only mode from recent file list 最近使ったファイルリストから読み取り専用モードで '%1' を開きました Opened '%1' from recent file list 最近使ったファイルリストから '%1' を開きました Could not find resource file: %1 リソースファイルが見つかりません: %1 Could not open project file for writing. Reason: %1 書き込むプロジェクトファイルを開くことができません。 理由: %1 Project saved to file '%1' プロジェクトをファイル '%1' に保存しました This action will open a new SQL tab with the following statements for you to edit and run: この操作はこの文の編集と実行ができる新しいSQLタブを開きます: Busy (%1) ビジー (%1) 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 Are you sure you want to delete the table '%1'? All data associated with the table will be lost. 本当にテーブル '%1' を削除しますか? テーブルに関連するすべてのデータは失われます。 Are you sure you want to delete the view '%1'? 本当にビュー '%1' を削除しますか? Are you sure you want to delete the trigger '%1'? 本当にトリガー '%1' を削除しますか? Are you sure you want to delete the index '%1'? 本当にインデックス '%1' を削除しますか? Error: could not delete the table. エラー: テーブルを削除できませんでした。 Error: could not delete the view. エラー: ビューを削除できませんでした。 Error: could not delete the trigger. エラー: トリガーを削除できませんでした。 Error: could not delete the index. エラー: インデックスを削除できませんでした。 Message from database engine: %1 データベースエンジンからのメッセージ。 %1 Editing the table requires to save all pending changes now. Are you sure you want to save the database? テーブルの編集には保留中のすべての変更を今保存する必要があります。 本当にデータベースを保存しますか? 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/>'ツール | 外部キー検査' を実行し、報告された問題を解決します。 You are already executing SQL statements. Do you want to stop them in order to execute the current statements instead? Note that this might leave the database in an inconsistent state. SQL文は既に実行中です。替わりに現在の文を実行するため、中止しますか? 注意: これはデータベースに一貫性がない状態を残すかもしれません。 -- EXECUTING SELECTION IN '%1' -- -- '%1 内の選択部分を実行中' -- -- EXECUTING LINE IN '%1' -- -- '%1 内の行を実行中' -- -- EXECUTING ALL IN '%1' -- -- '%1 内をすべて実行中' -- Result: %1 結果: %1 Setting PRAGMA values or vacuuming will commit your current transaction. Are you sure? PRAGMA 値の設定やバキュームは現在のトランザクションをコミットします。 本当に行いますか? %1 rows returned in %2ms %1 行が %2ms で返されました At line %1: %1 行目: Result: %2 結果: %2 Choose text files テキストファイルを選択 Error while saving the database file. This means that not all changes to the database were saved. You need to resolve the following error first. %1 データベースの保存中にエラー。これは全ての変更がデータベースに保存されていなかったためです。まず、以下のエラーを解決してください。 %1 Are you sure you want to undo all changes made to the database file '%1' since the last save? 本当にデータベースファイル '%1' への最後の保存後に行われたすべての変更を元に戻しますか? Choose a file to import インポートするファイルを選択 &%1 %2%3 &%1 %2%3 (read only) (読み取り専用) Open Database or Project データベース化プロジェクトを開く Attach Database... データベースに接続... Import CSV file(s)... CSVファイルをインポート... Select the action to apply to the dropped file(s). <br/>Note: only 'Import' will process more than one file. ドロップされたファイルに対して行う操作を選択してください。 <br/>注意: 'インポート' のみが複数ファイルを処理できます。 Do you want to save the changes made to SQL tabs in a new project file? 新しいプロジェクトファイルにSQLタブで行われた変更を保存しますか? Do you want to save the changes made to SQL tabs in the project file '%1'? プロジェクトファイル '%1' にSQLタブで行われた変更を保存しますか? Do you want to save the changes made to the SQL file %1? 変更をSQLファイル %1 に保存しますか? 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? このタブの文はまだ実行中です。タブを閉じると実行が中止されます。これはデータベースに一貫性がない状態を残すかもしれません。本当にタブを閉じますか? 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ファイルからのデータを現在のデータベースにインポートしようとします。 Do you want to save the changes made to the project file '%1'? プロジェクトファイル '%1' に変更を保存しますか? Execution finished with errors. エラーがありましたが、実行が終了しました。 Execution finished without errors. エラーなしで実行が終了しました。 File %1 already exists. Please choose a different name. ファイル %1 は既に存在しています。違う名前を選んでください。 Error importing data: %1 データのインポートでエラー: %1 Import completed. Some foreign key constraints are violated. Please fix them before saving. インポートが終了しました。いくつかの外部キー制約に違反があります。保存前に修正してください。 Import completed. インポート完了。 Delete View ビューを削除 Modify View ビューを変更 Delete Trigger トリガーを削除 Modify Trigger トリガーを変更 Delete Index インデックスを削除 Modify Index インデックスを変更 Modify Table テーブルを変更 Setting PRAGMA values will commit your current transaction. Are you sure? PRAGMA 値の設定は現在のトランザクションをコミットします。 本当に行いますか? Select SQL file to open 開くSQLファイルを選択 Select file name ファイル名を選択 Select extension file 拡張ファイルを選択 Extension successfully loaded. 拡張の読み込みに成功しました。 Error loading extension: %1 拡張の読み込みでエラー: %1 Don't show again 二度と表示しない New version available. 新しいバージョンがあります。 A new DB Browser for SQLite version is available (%1.%2.%3).<br/><br/>Please download at <a href='%4'>%4</a>. 新しいバージョンの DB Browser for SQLite (%1.%2.%3)があります。<br/><br/><a href='%4'>%4</a>からダウンロードしてください。 Choose a project file to open 開くプロジェクトファイルを選択 DB Browser for SQLite project file (*.sqbpro) DB Browser for SQLite プロジェクトファイル (*.sqbpro) 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 version 3.10 以下のバージョンで使われた、古いファイルフォーマットを使用しています。このファイルフォーマットの読み込みはいまだ完全にサポートされていますが、将来古いフォーマットのサポートはなくなるため、すべてのプロジェクトファイルを新しいフォーマットに変換することをおすすめします。ファイルを変換するには単純にファイルを開き再保存します。 Collation needed! Proceed? 照合順序が必要です!続行しますか? A table in this database requires a special collation function '%1' that this application can't provide without further knowledge. If you choose to proceed, be aware bad things can happen to your database. Create a backup! このデータベースにあるテーブルは特別な照合順序関数 '%1' が必要ですが、このアプリケーションは更なる知識なしでは提供できません。 続行すると、データベースに何か悪いことがあるかもしれません。 バックアップを作成してください! creating collation 照合順序の作成中 Set a new name for the SQL tab. Use the '&&' character to allow using the following character as a keyboard shortcut. SQLタブに新しい名前を設定してください。'&&'の文字を使うと、その次の文字をキーボードショートカットにできます。 Please specify the view name ビューの名前を指定してください There is already an object with that name. Please choose a different name. その名前のオブジェクトは既に存在します。別の名前を選んでください。 View successfully created. ビューの作成に成功しました。 Error creating view: %1 ビューの作成でエラー: %1 This action will open a new SQL tab for running: この操作は実行のため新しいSQLタブを開きます: Press Help for opening the corresponding SQLite reference page. ヘルプを押すと、対応する SQLite のリファレンスページを開きます。 NullLineEdit Set to NULL NULL に設定 Alt+Del Alt+Del PlotDock Plot プロット <html><head/><body><p>This pane shows the list of columns of the currently browsed table or the just executed query. You can select the columns that you want to be used as X or Y axis for the plot pane below. The table shows detected axis type that will affect the resulting plot. For the Y axis you can only select numeric columns, but for the X axis you will be able to select:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date/Time</span>: strings with format &quot;yyyy-MM-dd hh:mm:ss&quot; or &quot;yyyy-MM-ddThh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Date</span>: strings with format &quot;yyyy-MM-dd&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Time</span>: strings with format &quot;hh:mm:ss&quot;</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Label</span>: other string formats. Selecting this column as X axis will produce a Bars plot with the column values as labels for the bars</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Numeric</span>: integer or real values</li></ul><p>Double-clicking the Y cells you can change the used color for that graph.</p></body></html> <html><head/><body><p>このペインは現在閲覧中のテーブルか直前に実行したクエリーのカラムの一覧を表示します。下のプロットペインでXもしくはY軸として使用されるカラムを選択できます。表は結果のプロットに使用できる軸の種類を表示します。Y軸には数値のカラムのみ選択できますが、X軸にはこれらが選択できます:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">日時</span>: &quot;yyyy-MM-dd hh:mm:ss&quot; もしくは &quot;yyyy-MM-ddThh:mm:ss&quot; 形式の文字列</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">日付</span>: &quot;yyyy-MM-dd&quot; 形式の文字列</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">時刻</span>: &quot;hh:mm:ss&quot; 形式の文字列</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ラベル</span>: その他の形式の文字列。これをX軸に選択すると、カラムの値を棒グラフのラベルとして表示します</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">数値</span>: INTEGER か REAL の値</li></ul><p>Yのセルをダブルクリックすると、グラフに使用する色を変更できます。</p></body></html> Columns カラム X X Y1 Y1 Y2 Y2 Axis Type 軸のデータ型 Here is a plot drawn when you select the x and y values above. Click on points to select them in the plot and in the table. Ctrl+Click for selecting a range of points. Use mouse-wheel for zooming and mouse drag for changing the axis range. Select the axes or axes labels to drag and zoom only in that orientation. 上でXとY軸を選択すると、ここにグラフが描画されます。 点をクリックすると、点と該当するテーブルの値が選択できます。Ctrl+クリックで点を範囲選択できます。 マウスホイールでズーム、ドラッグで軸の範囲を変更できます。 軸か軸のラベルを選択すると、ズームやドラッグの方向を限定できます。 Line type: 線の種類: None なし Line 直線 StepLeft 階段(左値) StepRight 階段(右値) StepCenter 階段(最近値) Impulse インパルス Point shape: 点の形状: Cross × Plus Circle Disc Square Diamond Star Triangle TriangleInverted CrossSquare ×+□ PlusSquare ++□ CrossCircle ×+○ PlusCircle ++○ Peace 静謐 <html><head/><body><p>Save current plot...</p><p>File format chosen by extension (png, jpg, pdf, bmp)</p></body></html> <html><head/><body><p>現在のプロットを保存...</p><p>ファイルフォーマットは拡張子 (png, jpg, pdf, bmp) から選択されます</p></body></html> Save current plot... 現在のプロットを保存... Load all data and redraw plot すべてのデータを読み込み再描画 Copy コピー Print... 印刷... Show legend 凡例を表示 Stacked bars 値を積み重ねる Date/Time 日時 Date 日付 Time 時刻 Numeric 数値 Label ラベル Invalid 不正 Row # 行 # Load all data and redraw plot. Warning: not all data has been fetched from the table yet due to the partial fetch mechanism. すべてのデータを読み込み再描画します。 警告: 部分的なフェッチ機構により、まだテーブルからすべてのデータがフェッチされているわけではありません。 Choose an axis color 軸の色を選択 Choose a filename to save under 以下を保存するファイル名を選択 PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;All Files(*) PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;すべてのファイル(*) There are curves in this plot and the selected line style can only be applied to graphs sorted by X. Either sort the table or query by X to remove curves or select one of the styles supported by curves: None or Line. このプロットには未ソートなデータがあります。選択した線の種類はX軸でソートされたデータのみに適用できます。テーブルやクエリーをX軸でソートするか、未ソートのデータでも使用できる、 なし や 直線 形式を選択してください。 Loading all remaining data for this table took %1ms. このテーブルの残っているデータすべての読み込みに %1ms かかりました。 PreferencesDialog Preferences 設定 &General 全般(&G) Default &location デフォルトのフォルダー(&L) Remember last location 最後に使用したディレクトリーを記憶 Always use this location 常にこのディレクトリーを使用 Remember last location for session only セッションだけで最後に使用したディレクトリーを記憶 ... ... Lan&guage 言語(&L) 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 スタイルに従う Show remote options リモートオプションを表示する enabled 有効 Automatic &updates 自動アップデート(&U) DB file extensions DBファイル拡張子 Manage 管理 Main Window メインウィンドウ Database Structure データベース構造 Browse Data データ閲覧 Execute SQL SQL実行 Edit Database Cell データベースセル編集 When this value is changed, all the other color preferences are also set to matching colors. この値が変更されると、他の色設定すべても一致する色に設定されます。 Follow the desktop style デスクトップスタイルに従う Dark style ダークスタイル Application style アプリケーションスタイル This sets the font size for all UI elements which do not have their own font size option. これは独自のフォントサイズオプションを持たない全てのUI要素のフォントサイズを設定します。 Font size フォントサイズ &Database データベース(&D) Database &encoding データベースのエンコード(&E) Open databases with foreign keys enabled. 外部キーを有効にしてデータベースを開く。 &Foreign keys 外部キー(&F) Remove line breaks in schema &view スキーマビューから改行を取り除く(&V) When enabled, the line breaks in the Schema column of the DB Structure tab, dock and printed output are removed. 有効にすると、DB構造タブのカラムスキーマ、ドックや印刷された出力にある改行が取り除かれます。 Prefetch block si&ze 先読みブロックサイズ(&Z) SQ&L to execute after opening database データベースを開いた後に実行するSQL(&L) Default field type デフォルトのフィールドデータ形式 Database structure font size データベース構造のフォントサイズ Data &Browser データ閲覧(&B) Font フォント &Font フォント(&F) Font si&ze フォントサイズ(&Z) Content 内容 Symbol limit in cell セル内のシンボル上限 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. これは現在の値を基にしたカラムの値補完を有効にしたときのテーブル内の行数の最大値です。 Field display フィールド表示 Displayed &text 表示されたテキスト(&T) Binary バイナリー NULL NULL Regular 通常 Click to set this color クリックでこの色を設定 Text color 文字色 Background color 背景色 Preview only (N/A) 閲覧のみ(設定不可) Filters フィルター Escape character エスケープ文字 Delay time (&ms) 遅延時間 (ms) (&M) Set the waiting time before a new filter value is applied. Can be set to 0 for disabling waiting. 新しいフィルターの値が適用される前の待機時間を設定します。0にすると待機しません。 &SQL SQL(&S) Settings name 設定名 Context 内容 Colour Bold 太字 Italic イタリック Underline 下線 Keyword キーワード Function 関数 Table テーブル Comment コメント Identifier 識別子 String 文字列 Current line 現在行 Background 背景 Foreground 前景 SQL editor &font SQLエディターフォント(&F) SQL &editor font size SQLエディターフォントサイズ(&E) SQL &results font size SQL結果フォントサイズ(&R) 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 Server のクォート Code co&mpletion コード補完(&M) Keywords in &UPPER CASE キーワードを大文字に(&U) When set, the SQL keywords are completed in UPPER CASE letters. 設定すると、SQLキーワードを大文字に補完します。 Error indicators エラー指摘 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コードの行が強調され、結果フレームがバックグラウンドでエラーを指摘します 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コードエディターと結果タブビューが並んで表示されます。 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エディタータブに閉じるボタンを表示します。どのような場合でも、コンテキストメニューやキーボートショートカットを使って閉じることはできます。 &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>REGEXP演算子がサポートされている間、SQLite は正規表現を実装しませんが、実行中のアプリケーションをコールバックします。DB Browser for SQLite はこれを実装しているので、REGEXP をすぐに使えます。しかし、これには複数の実装があり、アプリケーションの実装を無効にし拡張を使って他の実装を読み込むことが自由にできます。アプリケーションの再起動が必要です。</p></body></html> Disable Regular Expression extension 正規表現拡張を無効 <html><head/><body><p>SQLite provides an SQL function for loading extensions from a shared library file. Activate this if you want to use the <span style=" font-style:italic;">load_extension()</span> function from SQL code.</p><p>For security reasons, extension loading is turned off by default and must be enabled through this setting. You can always load extensions through the GUI, even though this option is disabled.</p></body></html> <html><head/><body><p>SQLite は共有ライブラリファイルから拡張を読み込むSQL関数を提供します。SQLコードから<span style=" font-style:italic;">load_extension()</span>関数を使いたいならば、.これを有効にします。</p><p>セキュリティー上の理由から、拡張の読み込みはデフォルトで無効になっており、使用するにはこの設定を有効にする必要があります。このオプションが無効でも、GUIを通じて拡張を読み込むことは常にできます。</p></body></html> Allow loading extensions from SQL code SQLコードで拡張の読み込みを許可する Remote リモート CA certificates 認証局証明書 Proxy プロキシ Configure 設定 Subject CN 対象CN Common Name Common Name Subject O 対象O Organization Organization Valid from 証明開始 Valid to 証明終了 Serial number シリアル番号 Your certificates あなたの証明書 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 のプレビューができます。しかし、これはデータ閲覧の性能に影響します。 File ファイル Subject Common Name 対象Common Name Issuer CN 発行者CN Issuer Common Name 発行者Common Name Clone databases into ここにデータベースを複製 Choose a directory ディレクトリーを選択 The language will change after you restart the application. アプリケーションを再起動すると、言語が変更されます。 Select extension file 拡張ファイルを選択 Extensions(*.so *.dylib *.dll);;All files(*) 拡張(*.so *.dylib *.dll);;すべてのファイル(*) Import certificate file 証明書ファイルをインポート No certificates found in this file. このファイルに証明書が見つかりません。 Are you sure you want do remove this certificate? All certificate data will be deleted from the application settings! 本当にこの証明書を削除しますか? すべての証明書データはこのアプリケーション設定から削除されます! Are you sure you want to clear all the saved settings? All your preferences will be lost and default values will be used. 本当に保存された設定を削除しますか? すべての設定は失われ、デフォルト値が使用されます。 ProxyDialog Proxy Configuration プロキシ設定 Pro&xy Type プロキシタイプ(&X) Host Na&me ホスト名(&M) Port ポート Authentication Re&quired 認証が必要(&Q) &User Name ユーザー名(&U) Password パスワード None なし System settings システム設定 HTTP HTTP Socks v5 Socks v5 QObject All files (*) すべてのファイル (*) Error importing data データのインポートでエラー from record number %1 レコード番号 %1 で . %1 . %1 Importing CSV file... CSVファイルをインポート中... Cancel キャンセル 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) 用語索引 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) 十六進ダンプファイル (*.dat *.bin) Extensions (*.so *.dylib *.dll) 拡張 (*.so *.dylib *.dll) RemoteCommitsModel Commit ID コミットID Message メッセージ Date 日付 Author 作者 Size サイズ Authored and committed by %1 %1 が作成・コミットしました Authored by %1, committed by %2 %1 が作成, %2 がコミットしました RemoteDatabase Error opening local databases list. %1 ローカルデータベースの一覧を開くときにエラー。 %1 Error creating local databases list. %1 ローカルデータベースの一覧の作成でエラー。 %1 RemoteDock Remote リモート Identity アイデンティティー Push currently opened database to server 現在開いているデータベースをサーバーにプッシュします DBHub.io DBHub.io <html><head/><body><p>In this pane, remote databases from dbhub.io website can be added to DB Browser for SQLite. First you need an identity:</p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Login to the dbhub.io website (use your GitHub credentials or whatever you want)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click the button to &quot;Generate client certificate&quot; (that's your identity). That'll give you a certificate file (save it to your local disk).</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Go to the Remote tab in DB Browser for SQLite Preferences. Click the button to add a new certificate to DB Browser for SQLite and choose the just downloaded certificate file.</li></ol><p>Now the Remote panel shows your identity and you can add remote databases.</p></body></html> <html><head/><body><p>このペインでは、dbhub.io ウェブサイトのリモートデータベースを DB Browser for SQLite に追加します。最初にアイデンティティーが必要です。:</p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">dbhub.io ウェブサイトにログインします。(GitHubかあなたが望む認証情報を使います)</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ボタンをクリックし&quotクライアント証明書を作成&quotします(これがあなたのアイデンティティです)。 証明書ファイルが与えられます(あなたのローカルディスクに保存します)。</li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> DB Browser for SQLite 設定のリモートタブに行き、新しい証明書を DB Browsser for SQLite に追加するボタンをクリックし、ダウンロードした証明書ファイルを選択します。</li></ol><p>これで、リモートパネルにあなたのアイデンティティが表示され、リモートデータベースが追加できます。</p></body></html> Local ローカル Current Database 現在のデータベース Clone クローン User ユーザー Database データベース Branch ブランチ Commits コミット Commits for これにコミット Delete Database データベースを削除 Delete the local clone of this database このデータベースのローカルクローンを削除 Open in Web Browser ウェブブラウザーで開く Open the web page for the current database in your browser ブラウザで現在のデータベースのウェブページを開く Clone from Link リンクからクローン Use this to download a remote database for local editing using a URL as provided on the web page of the database. データベースのウェブページで提供されるURLを使って、ローカル編集用のリモートデータベースをダウンロードするには、これを使います。 Refresh 更新 Reload all data and update the views 全てのデータを再読み込みしビューを更新する F5 Clone Database データベースをクローン Open Database データベースを開く Open the local copy of this database このデータベースのローカルコピーを開く Check out Commit コミットをチェックアウト Download and open this specific commit この特定のコミットをダウンロードし開く Check out Latest Commit 最新のコミットをチェックアウト Check out the latest commit of the current branch 現在のブランチの最新のコミットをチェックアウト Save Revision to File リヴィジョンをファイルに保存 Saves the selected revision of the database to another file データベースの選択したリヴィジョンをほかのファイルに保存 Upload Database データベースをアップロード Upload this database as a new commit このデータベースを新しいコミットとしてアップロード <html><head/><body><p>You are currently using a built-in, read-only identity. For uploading your database, you need to configure and use your DBHub.io account.</p><p>No DBHub.io account yet? <a href="https://dbhub.io/"><span style=" text-decoration: underline; color:#007af4;">Create one now</span></a> and import your certificate <a href="#preferences"><span style=" text-decoration: underline; color:#007af4;">here</span></a> to share your databases.</p><p>For online help visit <a href="https://dbhub.io/about"><span style=" text-decoration: underline; color:#007af4;">here</span></a>.</p></body></html> <html><head/><body><p>あなたは現在組み込みの読み込み専用のアイデンティティーを使用しています。あなたのデータベースをアップロードするには、あなたの 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 接続するアイデンティティーを選択 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を入力してください。このURLはデータベースの ウェブページにある 'Clone Database in DB4S' ボタンを クリックして生成できます。 Invalid URL: The host name does not match the host name of the current identity. 不正なURL: ホスト名が現在のアイデンティティーのホスト名と一致しません。 Invalid URL: No branch name specified. 不正なURL: ブランチ名が指定されていません。 Invalid URL: No commit ID specified. 不正なURL: コミットIDが指定されていません。 You have modified the local clone of the database. Fetching this commit overrides these local changes. Are you sure you want to proceed? データベースのローカルクローンが編集されています。このコミットをフェッチするとローカルの変更が無視されます。 本当に実行しますか? The database has unsaved changes. Are you sure you want to push it before saving? データベースに保存されていない変更があります。本当に保存前にプッシュしますか? The database you are trying to delete is currently opened. Please close it before deleting. 削除しようとしたデータベースは現在開かれています。削除前に閉じてください。 This deletes the local version of this database with all the changes you have not committed yet. Are you sure you want to delete this database? これはこのデータベースのローカルバージョンをまだコミットしていない変更と共に削除します。本当にこのデータベースを削除しますか? RemoteLocalFilesModel Name 名前 Branch ブランチ Last modified 最終変更 Size サイズ Commit コミット File ファイル RemoteModel Name 名前 Commit コミット Last modified 最終変更 Size サイズ Size: サイズ: Last Modified: 最終変更: Licence: ライセンス: Default Branch: デフォルトブランチ: RemoteNetwork Choose a location to save the file ファイルを保存する場所を選択 Error opening remote file at %1. %2 %1 のリモートファイルを開くときにエラー. %2 Error: Invalid client certificate specified. エラー: 不正なクライアント証明書が指定されました。 Please enter the passphrase for this client certificate in order to authenticate. このクライアント証明書を確認するためパスフレーズを入力してください。 Cancel キャンセル Uploading remote database to %1 リモートデータベースをここにアップロード中 %1 Downloading remote database from %1 リモートデータベースをここからダウンロード中 %1 Error: The network is not accessible. エラー: ネットワークにアクセスできません。 Error: Cannot open the file for sending. エラー: 送信するファイルを開けません。 RemotePushDialog Push database データベースをプッシュ Database na&me to push to プッシュするデータベースの名前(&M) Commit message コミットメッセージ Database licence データベースライセンス Public 公開 Branch ブランチ Force push 強制プッシュ Username ユーザー名 Database will be public. Everyone has read access to it. データベースを公開にします。すべての人がアクセスできます。 Database will be private. Only you have access to it. データベースを非公開にします。あなただけがアクセスできます。 Use with care. This can cause remote commits to be deleted. 注意して使用してください。これはリモートコミットが削除される可能性があります。 RunSql Execution aborted by user 実行はユーザーにより中止されました , %1 rows affected , %1 行に影響を与えました query executed successfully. Took %1ms%2 クエリーの実行に成功しました。 %1ms%2 かかりました executing query 実行クエリー SelectItemsPopup A&vailable 使用可能(&V) Sele&cted 選択済(&C) SqlExecutionArea Form フォーム Find previous match [Shift+F3] 前を検索 [Shift+F3] Find previous match with wrapping ワードラップ込みで前を検索 Shift+F3 The found pattern must be a whole word 単語単位で検索します Whole Words 単語単位 Text pattern to find considering the checks in this frame このフレームでのチェックボックスを考慮した検索文字列 Find in editor エディター内を検索 The found pattern must match in letter case 大/小文字を区別します Case Sensitive 大/小文字を区別 Find next match [Enter, F3] 次を検索 [Enter, F3] Find next match with wrapping マッピングで次を検索 F3 Interpret search pattern as a regular expression 正規表現で検索 <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>設定すると、検索条件はUNIX正規表現と解釈されます。以下を参照 <a href="https://ja.wikibooks.org/wiki/%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%8F%BE">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;">SQL Log</span>ドックで<span style=" font-style:italic;">ユーザー</span>を選択して表示させることもできます。</p></body></html> This field shows the results and status codes of the last executed statements. このフィールドには最後に実行した文の結果とステータスコードが表示されます。 Results of the last executed statements 最後に実行した文の結果 Couldn't read file: %1. ファイルを読めません: %1. Couldn't save file: %1. ファイルを保存できません: %1. Your changes will be lost when reloading it! 再読み込みすると変更が失われます! The file "%1" was modified by another program. Do you want to reload it?%2 ファイル "%1" は他のプログラムによって変更されました。再読み込みしますか?%2 SqlTextEdit Ctrl+/ SqlUiLexer (X) The abs(X) function returns the absolute value of the numeric argument X. (X) abs(X) 関数は、数値である引数 X の絶対値を返します。 () The changes() function returns the number of database rows that were changed or inserted or deleted by the most recently completed INSERT, DELETE, or UPDATE statement. () changes() 関数は、最後に成功した INSERT, DELETE, UPDATE 文で、変更、挿入、削除されたデータベースの行数を返します。 (X1,X2,...) The char(X1,X2,...,XN) function returns a string composed of characters having the unicode code point values of integers X1 through XN, respectively. (X1,X2,...) char(X1,X2,...,XN) 関数は、それぞれの文字が Unicode 符号位置で整数値 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 と解釈し、その中身を大文字の十六進数の文字列として返します。 () The last_insert_rowid() function returns the ROWID of the last row insert from the database connection which invoked the function. () last_insert_rowid() 関数は、この関数を呼び出したデータベース接続が最後に INSERT した行の ROWID を返します。of the last row insert from the database connection which invoked the function. (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) 関数は、最初の NULL 文字の前にある文字数(バイト数でなく)を返します。 (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) load_extension(X,Y) 関数は、名前が X の共有ライブラリのエントリーポイント Y からすぐに SQLite 拡張を読み込みます。. この関数の使用には、設定ダイアログからの認証が必要です。 (X) The lower(X) function returns a copy of string X with all ASCII characters converted to lower case. (X) lower(X) 関数は、すべて ASCII 文字である文字列 X を、すべて小文字に変換した文字列を返します。 (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() 関数は引数の最小値を返します。引数に NULL が含まれている場合は NULL を返します。 (X,Y) The nullif(X,Y) function returns its first argument if the arguments are different and NULL if the arguments are the same. (X,Y) nullif(X,Y) 関数は、二つの引数が違う場合第一引数を、同じ場合は 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 関数は、C言語の sqlite3_mprintf() 関数や、標準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) 関数は、引数をSQL文に含めるのに適したSQLリテラルの文字にして返します。 () The random() function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807. () random() 関数は、範囲が -9223372036854775808 から +9223372036854775807 の整数である疑似乱数を返します。 (N) The randomblob(N) function return an N-byte blob containing pseudo-random bytes. (N) randomblob(N) 関数は、疑似乱数で構成された N バイトの BLOB を返します。function return an N-byte blob containing pseudo-random bytes. (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 の小数点以下を四捨五入して返します。 (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で変更された行数を返します。 returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the current database connection was opened. (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 の最初の文字に対応する Unicode 符号位置を返します。 (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) 関数は、すべて ASCII 文字である文字列 X を、すべて大文字に変換した文字列を返します。 (N) The zeroblob(N) function returns a BLOB consisting of N bytes of 0x00. (N) zeroblob(N) 関数は、すべて 0x00 で埋められた、N バイトの BLOB を返します。 (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) 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 の件数を返します。 (X) The group_concat() function returns a string which is the concatenation of all non-NULL values of X. (X) group_concat() 関数は、非NULLなすべての X を連結した文字列を返します。 (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() 関数は、非NULLなすべての X を連結した文字列を返します。もし、引数 Y が存在するならば、X を連結するときの区切り文字として使用します。 (X) The max() aggregate function returns the maximum value of all values in the group. (X) max() 集計関数は、グループ内の(非NULLである)最大値を返します。 (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() と 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. () 各グループの順位 - 同値は同順位で、次の値は重複分だけ順位がずれます。もし、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. () 各グループの順位 - 同値は同順位で、次の値は重複に関わらず前の順位+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. () その名前にも関わらず、この関数は常に 0.0 から 1.0 の値を返します。この値は、(rank - 1)/(パーティション行数 - 1) です。ここで、rank は組み込みウィンドウ関数の rank()、パーティション行数はパーティション内の行の数です。もし、パーティションに1行しか含まれていなければ、この関数は 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() で返された値、パーティション行数はパーティション内の行の数です。 (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 はINTEGERとして扱われます。この関数はパーティションを ORDER BY 句やそれ以外の任意の順序に従い N 個のグループに可能な限り等分し、それぞれのグループに 1 から N のINTEGERをつけます。必要があれば、先頭のほうにあるグループの件数を多くするように割り当てられます。この関数は現在の行が含まれるグループに割り当てられたINTEGERを返します。 (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 が与えられる場合、非負のINTEGERである必要があります。この場合、パーティション内の offset だけ前の行に対して式 expr を評価した結果を返します。offset が 0 ならば、現在行に対して評価します。前の行がなければ、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 が与えられる場合、該当の行がなければ、NULL の代わりに defaul 値を返します。 (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 が与えられる場合、非負のINTEGERである必要があります。この場合、パーティション内の offset だけ次の行に対して式 expr を評価した結果を返します。offset が 0 ならば、現在行に対して評価します。次の行がなければ、NULLを返します。 (expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the first row in the window frame for each row. (expr) この組み込みウィンドウ関数は、同じ集計ウィンドウ関数を使ってそれぞれの行のウィンドウフレームを計算します。各行のウィンドウフレームの最初の行に対して評価される expr の値を返します。 (expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the last row in the window frame for each row. (expr) この組み込みウィンドウ関数は、同じ集計ウィンドウ関数を使ってそれぞれの行のウィンドウフレームを計算します。各行のウィンドウフレームの最後の行に対して評価される expr の値を返します。 (expr,N) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the row N of the window frame. Rows are numbered within the window frame starting from 1 in the order defined by the ORDER BY clause if one is present, or in arbitrary order otherwise. If there is no Nth row in the partition, then NULL is returned. (expr,N) この組み込みウィンドウ関数は、同じ集計ウィンドウ関数を使ってそれぞれの行のウィンドウフレームを計算します。各行のウィンドウフレームの N 番目の行に対して評価される expr の値を返します。行は、ウィンドウ定義の ORDER BY 句やそれ以外の任意の順序に従い、1 から順に番号付けされます。 N 番目の行がパーティションにない場合、NULL が返されます。 SqliteTableModel reading rows 行を読み込み中 loading... 読み込み中... References %1(%2) Hold %3Shift and click to jump there これを参照 %1(%2) %3Shift を保持しクリックでジャンプ Error changing data: %1 データの変更でエラー: %1 retrieving list of columns カラムの一覧を取得中 Fetching data... データを取得中... Cancel キャンセル TableBrowser Browse Data データ閲覧 &Table: テーブル(&T): Select a table to browse data 閲覧するデータのテーブルを選択 Use this list to select a table to be displayed in the database view この一覧を使ってデータベースビューに表示するテーブルを選択 This is the database table view. You can do the following actions: - Start writing for editing inline the value. - Double-click any record to edit its contents in the cell editor window. - Alt+Del for deleting the cell content to NULL. - Ctrl+" for duplicating the current record. - Ctrl+' for copying the value from the cell above. - Standard selection and copy/paste operations. これはデータベーステーブルのビューです。以下の操作ができます: - 値をインライン編集できます。 - レコードをダブルクリックすると、セル編集ウィンドウで内容を編集できます。 - Alt+Del でセルの内容をNULLにできます。 - Ctrl+" で現在のレコードを複製できます。 - Ctrl+' で上のセルの値をコピーできます。 - 通常の操作で、選択/コピー/貼り付けができます。 Text pattern to find considering the checks in this frame このフレームでのチェックボックスを考慮した検索文字列 Find in table テーブルを検索 Find previous match [Shift+F3] 前を検索 [Shift+F3] Find previous match with wrapping 折り返して前を検索 Shift+F3 Find next match [Enter, F3] 次を検索 [Enter, F3] Find next match with wrapping 折り返して次を検索 F3 The found pattern must match in letter case 大/小文字を区別します Case Sensitive 大/小文字を区別 The found pattern must be a whole word 単語単位で検索します Whole Cell セル全体に一致 Interpret search pattern as a regular expression 正規表現で検索 <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> <html><head/><body><p>設定すると、検索条件はUNIX正規表現と解釈されます。以下を参照 <a href="https://ja.wikibooks.org/wiki/%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%8F%BE">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>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 1ページ前へ <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>このボタンをクリックすると、上のテーブルビューを1ページ前へ移動します。</p></body></html> < < 0 - 0 of 0 0 - 0 of 0 Scroll one page downwards 1ページ後へ <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>このボタンをクリックすると、上のテーブルビューを1ページ後へ移動します。</p></body></html> > > Scroll to the end 末尾へ <html><head/><body><p>Clicking this button navigates up to the end in the table view above.</p></body></html> <html><head/><body><p>このボタンをクリックすると、上のテーブルビューを末尾まで移動します。</p></body></html> >| >| <html><head/><body><p>Click here to jump to the specified record</p></body></html> <html><head/><body><p>ここをクリックして指定のレコードまで移動</p></body></html> <html><head/><body><p>This button is used to navigate to the record number specified in the Go to area.</p></body></html> <html><head/><body><p>このボタンは ここへ移動 の入力欄で指定された番号のレコードへ移動するために使用します。</p></body></html> Go to: ここへ移動: Enter record number to browse 閲覧するレコードの番号を入力 Type a record number in this area and click the Go to: button to display the record in the database view この欄にレコードの番号を入力し、ここへ移動ボタンをクリックすると、データベースビューにレコードが表示されます 1 1 Show rowid column rowidカラムを表示 Toggle the visibility of the rowid column rowidカラムの表示を切り替えます Unlock view editing ビューの編集を開放 This unlocks the current view for editing. However, you will need appropriate triggers for editing. これは現在のビューで編集できるようにします。しかし、編集時のトリガーに対応する必要があります。 Edit display format 表示書式を編集 Edit the display format of the data in this column このカラムのデータの表示書式を編集します New Record 新しいレコード Insert a new record in the current table 新しいレコードを現在のテーブルに挿入 <html><head/><body><p>This button creates a new record in the database. Hold the mouse button to open a pop-up menu of different options:</p><ul><li><span style=" font-weight:600;">New Record</span>: insert a new record with default values in the database.</li><li><span style=" font-weight:600;">Insert Values...</span>: open a dialog for entering values before they are inserted in the database. This allows to enter values acomplishing the different constraints. This dialog is also open if the <span style=" font-weight:600;">New Record</span> option fails due to these constraints.</li></ul></body></html> <html><head/><body><p>このボタンは新しいレコードをデータベースに作成します。マウスボタンを押したままにすると、違うオプションのポップアップメニューが開きます:</p><ul><li><span style=" font-weight:600;">新しいレコード</span>: データベースにデフォルト値で新しいレコードを挿入します。</li><li><span style=" font-weight:600;">値を挿入...</span>: データベースに挿入する前にデータを入力するダイアログを開きます。これで他の制約を満たす値が入力できます。このダイアログは<span style=" font-weight:600;">新しいレコード</span>オプションがそれらの制約のせいで失敗したときにも開きます。</li></ul></body></html> Delete Record レコードを削除 Delete the current record 現在のレコードを削除 This button deletes the record or records currently selected in the table このボタンはテーブルにある現在選択中のレコードを削除します Insert new record using default values in browsed table 閲覧中のテーブルのデフォルト値を使い新しいレコードを挿入します Insert Values... 値を挿入... Open a dialog for inserting values in a new record 新しいレコードに値を挿入するダイアログを開きます Export to &CSV CSVにエクスポート(&C) Export the filtered data to CSV フィルターされたデータをCSVにエクスポート This button exports the data of the browsed table as currently displayed (after filters, display formats and order column) as a CSV file. このボタンは閲覧中のテーブルのデータを現在の表示通り(フィルター、表示形式、カラム順番)にCSVファイルにエクスポートします。 Save as &view ビューとして保存(&V) Save the current filter, sort column and display formats as a view 現在のフィルター、カラム順番、表示形式をビューに保存 This button saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements. このボタンは閲覧中のテーブルの現在の表示設定(フィルター、表示形式、カラム順番)をSQLビューとして保存し、あとで閲覧やSQL文として使用できるようにします。 Save Table As... テーブルに名前を付けて保存... Save the table as currently displayed 現在表示されているものをテーブルに保存 <html><head/><body><p>This popup menu provides the following options applying to the currently browsed and filtered table:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export to CSV: this option exports the data of the browsed table as currently displayed (after filters, display formats and order column) to a CSV file.</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Save as view: this option saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.</li></ul></body></html> <html><head/><body><p>このポップアップメニューは現在閲覧しているテーブルに適用される以下のオプションを提供します。:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CSVにエクスポート: このオプションは閲覧中のテーブルのデータを現在の表示通り(フィルター、表示形式、カラム順番)にCSVファイルにエクスポートします。</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ビューとして保存: このオプションは閲覧中のテーブルの現在の表示設定(フィルター、表示形式、カラム順番)をSQLビューとして保存し、あとで閲覧やSQL文として使用できるようにします。</li></ul></body></html> Hide column(s) カラムを隠す Hide selected column(s) 選択したカラムを隠す Show all columns すべてのカラムを表示 Show all columns that were hidden 隠されたすべてのカラムを表示 Set encoding エンコードの設定 Change the encoding of the text in the table cells テーブルのセルにあるテキストのエンコードを変更します Set encoding for all tables すべてのテーブルのエンコードの設定 Change the default encoding assumed for all tables in the database データベース内のすべてのテーブルのデフォルトエンコードを変更します Clear Filters フィルターを削除 Clear all filters すべてのフィルターを消去 This button clears all the filters set in the header input fields for the currently browsed table. このボタンで現在閲覧しているテーブルのヘッダー入力欄に設定されたすべてのフィルターを消去します。 Clear Sorting 並べ替えを解除 Reset the order of rows to the default 行の順番をデフォルトにリセットします This button clears the sorting columns specified for the currently browsed table and returns to the default order. このボタンは、現在閲覧中のテーブルにある並び替えたカラムをデフォルトの順番に戻します。 Print 印刷 Print currently browsed table data 現在閲覧中のテーブルデータを印刷 Print currently browsed table data. Print selection if more than one cell is selected. 現在閲覧中のテーブルデータを印刷します。複数のセルを選択している場合、選択範囲を印刷します。 Ctrl+P Refresh 更新 Refresh the data in the selected table 選択したテーブルのデータを更新 This button refreshes the data in the currently selected table. このボタンで現在選択しているテーブルのデータを更新します。 F5 Find in cells セル内を検索 Open the find tool bar which allows you to search for values in the table view below. テーブルビューの下に値を検索するための検索ツールバーを開きます。 Bold 太字 Ctrl+B Italic イタリック Underline 下線 Ctrl+U Align Right 右揃え Align Left 左揃え Center Horizontally 中央揃え Justify 均等割付 Edit Conditional Formats... 条件付き書式を編集... Edit conditional formats for the current column 現在のカラムの条件付き書式を編集します Clear Format 書式を削除 Clear All Formats すべての書式を削除 Clear all cell formatting from selected cells and all conditional formats from selected columns 選択したセルのすべての書式を削除し、選択したカラムのすべての条件付き書式を削除します Font Color フォント色 Background Color 背景色 Toggle Format Toolbar フォーマットツールバーを切り替え Show/hide format toolbar フォーマットツールバーを表示/非表示します This button shows or hides the formatting toolbar of the Data Browser このボタンでデータ閲覧の書式ツールバーを表示/非表示します Select column カラムを選択 Ctrl+Space Ctrl+スペース Replace text in cells セル内のテキストを置き換え Filter in any column カラムをフィルター Ctrl+R %n row(s) %n 行 , %n column(s) , %n カラム . Sum: %1; Average: %2; Min: %3; Max: %4 . 合計: %1; 平均: %2; 最低: %3; 最高: %4 Conditional formats for "%1" "%1" の条件付き書式 determining row count... 行数を計算中... %1 - %2 of >= %3 %1 - %2 of >= %3 %1 - %2 of %3 %1 - %2 of %3 Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view. このビューでの編集を有効にするため、疑似主キーを入力してください。ビューに一意なカラムの名前が必要です。 Delete Records レコードを削除 Duplicate records レコードを複製 Duplicate record レコードを複製 Ctrl+" Adjust rows to contents 行を内容に合わせ調整 Error deleting record: %1 レコードの削除でエラー: %1 Please select a record first 最初にレコードを選択してください There is no filter set for this table. View will not be created. このテーブルにフィルターの設定はありません。ビューは作成されません。 Please choose a new encoding for all tables. すべてのテーブルの新しいエンコードを選択してください。 Please choose a new encoding for this table. すべてのテーブルの新しいエンコードを選択してください。 %1 Leave the field empty for using the database encoding. %1 データベースのエンコードを使うため、フィールドを空にします。 This encoding is either not valid or not supported. このエンコードは不正かサポートされていません。 %1 replacement(s) made. %1 つ置き換えました。 VacuumDialog Compact Database データベースを圧縮 Warning: Compacting the database will commit all of your changes. 警告: データベースの圧縮はあなたの変更をすべてコミットします。 Please select the databases to co&mpact: 圧縮するデータベースを選択してください(&M):