AboutDialogAbout SQLiteStudio and licenses關於 SQLiteStudio 和許可協議About關於<html><head/><body><p align="center"><span style=" font-size:11pt; font-weight:600;">SQLiteStudio v%1</span></p><p align="center">Free, open-source, cross-platform SQLite database manager.<br/><a href="https://sqlitestudio.pl"><span style=" text-decoration: underline; color:#0000ff;">https://sqlitestudio.pl</span></a><br/></p><p align="center">%2<br/></p><p align="center">Author and active maintainer:<br/>SalSoft (<a href="https://salsoft.com.pl"><span style=" text-decoration: underline; color:#0000ff;">https://salsoft.com.pl</span></a>)<br/></p></body></html><html><head/><body><p align="center"><span style=" font-size:11pt; font-weight:600;">SQLiteStudio v%1</span></p><p align="center">自由、開源、跨平臺的 SQLite 資料庫管理工具。<br/><a href="https://sqlitestudio.pl"><span style=" text-decoration: underline; color:#0000ff;">https://sqlitestudio.pl</span></a><br/></p><p align="center">%2<br/></p><p align="center">作者和活躍維護人:<br/>SalSoft (<a href="https://salsoft.com.pl"><span style=" text-decoration: underline; color:#0000ff;">https://salsoft.com.pl</span></a>)<br/></p></body></html>Licenses許可協議Environment環境Icon directories圖示目錄Form directories表單目錄SQLite extension directoriesSQLite extension directoriesPlugin directories外掛目錄Configuration directory設定檔檔案目錄Application directory應用程式目錄Qt version:Qt 版本:SQLite 3 version:SQLite 3 版本:Portable distribution.便攜版。MacOS X application bundle distribution.MacOS X application bundle distribution.Operating system managed distribution.系統提供版。<h3>Table of contents:</h3><ol>%2</ol><h3>目錄:</h3><ol>%2</ol>BindParamsDialogQuery parameters查詢引數Please provide values for query parameters請提供一個值作為查詢引數CodeSnippetEditorFilter snippetsFilter snippets<html><head/><body><p>Optional shortcut, that will work only in context of the active code assistant window. It allows user to use key combinations, that would otherwise be conflicting with other shortcuts. Having the code assistant window as required context makes the choice of keys more versatile.</p></body></html><html><head/><body><p>Optional shortcut, that will work only in context of the active code assistant window. It allows user to use key combinations, that would otherwise be conflicting with other shortcuts. Having the code assistant window as required context makes the choice of keys more versatile.</p></body></html><html><head/><body><p>The name of the snippet will be displayed in the code assistant. To access the list of snippets user has to hit the code assistant shortcut twice.</p></body></html><html><head/><body><p>The name of the snippet will be displayed in the code assistant. To access the list of snippets user has to hit the code assistant shortcut twice.</p></body></html>Snippet nameSnippet nameCode assistant shortcutCode assistant shortcutSnippet codeSnippet codeCode Snippets editor window has uncommitted modifications.Code Snippets editor window has uncommitted modifications.Code Snippets editorCode Snippets editorCommit all snippet changesCommit all snippet changesRollback all snippet changesRollback all snippet changesCreate new snippetCreate new snippetDelete selected snippetDelete selected snippetMove the snippet upMove the snippet upMove the snippet downMove the snippet downCode snippets manualCode snippets manualEnter a non-empty, unique name of the snippet.Enter a non-empty, unique name of the snippet.Enter a non-empty snippet content.Enter a non-empty snippet content.This hotkey is not unique in context of a code assistant.This hotkey is not unique in context of a code assistant.CollationsEditorFilter collations篩選字元序Databases資料庫Register in all databases在所有資料庫中註冊Register in following databases:在下列資料庫中註冊:Implementation code:實現程式碼:Collation name:字元序名稱:Implementation language:實現語言:Collations editor字元序編輯器Commit all collation changes提交全部字元序更改Rollback all collation changes回滾所有字元序更改Create new collation建立新字元序Delete selected collation刪除選中字元序Editing collations manual手動編輯字元序Enter a non-empty, unique name of the collation.請為字元序輸入一個非空且唯一的名稱。Pick the implementation language.選擇實現語言。Enter a non-empty implementation code.請輸入非空的實現程式碼。Collations editor window has uncommitted modifications.字元序編輯器有未提交的修改。ColorButtonPick a color選擇一種顏色ColumnCollatePanelCollation name:字元序名稱:Named constraint:命名約束:Enter a name of the constraint.輸入約束名稱。Enter a collation name.輸入字元序名稱。ColumnDefaultPanelDefault value:預設值:Named constraint:命名約束:Enter a default value expression.輸入預設值表示式。Invalid default value expression: %1. If you want to use simple string as value, remember to surround it with quote characters.無效的預設值表示式:%1。如果你想使用簡單的字串作為值,記得用引號將其框起來。Invalid default value expression. If you want to use simple string as value, remember to surround it with quote characters.無效的預設值表示式。如果你想使用簡單的字串作為值,記得用引號將其框起來。Enter a name of the constraint.輸入約束名:ColumnDialogColumn列Name and type名稱和型別Scale小數位數Precision精度Data type:資料型別:Column name:列名:Size:大小:Constraints約束Generated value生成的值Unique唯一Configure設定檔Foreign Key外來鍵Collate字元序Not NULL非空Check condition條件Primary Key主鍵Default預設Advanced mode高階模式Add constraintcolumn dialog新增約束Edit constraintcolumn dialog編輯約束Delete constraintcolumn dialog刪除約束Move constraint upcolumn dialog上移約束Move constraint downcolumn dialog下移約束Add a primary keycolumn dialog新增主鍵Add a foreign keycolumn dialog新增外來鍵Add an unique constraintcolumn dialog新增唯一約束Add a check constraintcolumn dialog新增條件約束Add a not null constraintcolumn dialog新增非空約束Add a collate constraintcolumn dialog新增字元序約束Add a generated value constraintcolumn dialog新增生成的值約束Add a default constraintcolumn dialog新增預設約束Are you sure you want to delete constraint '%1'?column dialog確定要刪除約束“%1”嗎?Correct the constraint's configuration.請糾正約束設定檔。Scale is not allowed for INTEGER PRIMARY KEY columns.INTEGER PRIMARY KEY 列中不允許小數位數。Precision cannot be defined without the scale.有小數位數才能定義精度。Cannot use type other than INTEGER if AUTOINCREMENT is enabled in PRIMARY KEY.主鍵 (PRIMARY KEY) 已啟用自動遞增 (AUTOINCREMENT),不能使用 INTEGER 以外的型別。INTEGER type was enforced due to enabled AUTOINCREMENT in PRIMARY KEY.主鍵 (PRIMARY KEY) 已啟用自動遞增 (AUTOINCREMENT),強制使用 INTEGER 型別。Precision is not allowed for INTEGER PRIMARY KEY columns.不允許對整型主鍵 (INTEGER PRIMARY KEY) 設定精度。Could not match valid STRICT table datatype from declared type: %1.Could not match valid STRICT table datatype from declared type: %1.ColumnDialogConstraintsModelTypecolumn dialog constraints型別Namecolumn dialog constraints名稱Detailscolumn dialog constraints詳情ColumnForeignKeyPanelForeign table:外部表:Foreign column:外部欄位:Reactions響應Deferred foreign key延遲外來鍵約束Named constraint命名的約束Constraint name約束名稱Pick the foreign table.選擇一個外部表。Pick the foreign column.選擇一個外部欄位。Enter a name of the constraint.輸入約束名稱ColumnGeneratedPanelGenerating code:生成程式碼:Explicit type:顯式型別:Use "GENERATED ALWAYS" keywords使用 "GENERATED ALWAYS" 關鍵字Named constraint:命名的約束:Enter the column value generating expression.請輸入列值生成表示式。Invalid value generating expression: %1.無效的值生成表示式:%1。Invalid value generating expression.無效的值生成表示式。Enter a name of the constraint.輸入約束名稱。ColumnPrimaryKeyPanelAutoincrement自動遞增Sort order:排序:Named constraint:命名的約束:On conflict:當衝突時:Enter a name of the constraint.請輸入約束名稱。Descending order is not allowed with AUTOINCREMENT.自增不允許降序。ColumnUniqueAndNotNullPanelNamed constraint:命名的約束:On conflict:當衝突時:Enter a name of the constraint.請輸入約束名稱。CompleterWindowColumn: %1completer statusbar列:%1Table: %1completer statusbar表:%1Index: %1completer statusbar索引:%1Trigger: %1completer statusbar觸發器:%1View: %1completer statusbar檢視:%1Database: %1completer statusbar資料庫:%1Keyword: %1completer statusbar關鍵字:%1Function: %1completer statusbar函式:%1Operator: %1completer statusbar運算子:%1Stringcompleter statusbar字串Numbercompleter statusbar數值Binary datacompleter statusbar二進位制資料Collation: %1completer statusbar字元序:%1Pragma function: %1completer statusbarPragma 函式:%1Insert a code snippetInsert a code snippetConfigDialogConfiguration設定檔Search搜尋General通用Keyboard shortcuts快捷鍵Look & feel外觀Style風格Fonts字型Code colorsCode colorsDatabase list資料庫清單Code assistantCode assistantData browsing瀏覽資料Data editors資料編輯器Plugins外掛Code formatters程式碼格式化器If switched off, then columns will be sorted in the order they are typed in CREATE TABLE statement.如果關閉,列將按照 CREATE TABLE 中的順序排序。Sort table columns alphabetically按字母順序列出表的列Expand tables node when connected to a database連線到資料庫時展開表節點<p>Additional labels are those displayed next to the names on the databases list (they are blue, unless configured otherwise). Enabling this option will result in labels for databases, invalid databases and aggregated nodes (column group, index group, trigger group). For more labels see options below.<p><p>附加標籤是顯示在資料庫清單的名稱旁邊的文字標籤 (除非另有設定檔,否則為藍色)。啟用此選項將為資料庫、無效資料庫和聚合節點 (列組、索引組、觸發器組) 顯示標籤。更多標籤見下方選項。<p>Display additional labels on the list在清單中顯示附加標籤For regular tables labels will show number of columns, indexes and triggers for each of tables.對於普通表,標籤將顯示每個表的列、索引和觸發器的數量。Display labels for regular tables為普通表顯示標籤Virtual tables will be marked with a 'virtual' label.虛擬表將附以“虛擬”標籤。Display labels for virtual tables為虛擬表顯示標籤Expand views node when connected to a database連線到資料庫時展開檢視節點If this option is switched off, then objects will be sorted in order they appear in sqlite_master table (which is in order they were created)如果關閉此選項,則物件將按照 sqlite_master 表中的順序 (即它們被建立的順序) 排列Sort objects (tables, indexes, triggers and views) alphabetically按字母順序排列物件 (表、索引、觸發器及檢視)Display system tables and indexes on the list在清單中顯示系統表和索引Database dialog window資料庫對話方塊視窗<p>When adding new database it is marked to be "permanent" (stored in configuration) by default. Checking this option makes every new database to NOT be "permanent" by default.</p><p>新增新的資料庫時,預設會將其標記為“永久”(儲存在設定檔檔案中)。選中此選項則新新增的資料庫將預設不標記為“永久”。</p>Do not mark database to be "permanent" by default預設不將新新增的資料庫標為“永久”<p>When this option is enabled, then files dropped from file manager onto database list will be automatically added to the list, bypassing standard database dialog. If for various reasons automatic process fails, then standard dialog will be presented to the user.</p><p>啟用此選項後,將檔案從檔案管理器拖放到資料庫清單中時,將自動繞過標準的資料庫對話方塊,直接新增到清單中。如果由於各種原因自動處理失敗,則還會向用戶顯示標準對話方塊。</p>Try to bypass dialog completly when dropping database file onto the list拖放資料庫檔案到清單中時嘗試完全繞過對話方塊Data browsing and editing瀏覽和編輯資料<p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p><p>在設定檔檔案中儲存,“表填充”對話方塊中的最大數量。值 100 應已足夠。</p>Number of memorized table populating configurations表填充設定檔中的預設填充行數Data column widthData column width<html><head/><body><p>When user enters new value into column and the value is bigger than the current column width, the application will enlarge the column to fit the new value, but not wider than the limit defined in the option above.</p></body></html><html><head/><body><p>When user enters new value into column and the value is bigger than the current column width, the application will enlarge the column to fit the new value, but not wider than the limit defined in the option above.</p></body></html>Enlarge column when entering value longer than current widthEnlarge column when entering value longer than current width<p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p><p>當資料被載入到網格檢視時,列寬會自動調整。此值限制初始化時的列寬度,之後您仍可以手動調整列寬,不受此限制。</p>Number of data rows per page:每頁資料行數:<p>When this is enabled and user holds mouse pointer over a cell in any data view (query results, a table data, a view data) a tooltip will appear with details about the cell - it includes details like column data type, constraints, ROWID and others.</p><p>此項啟用後,使用者滑鼠懸停在任意資料檢視 (查詢結果、表資料、檢視資料) 的單元格上時,工具提示將顯示該單元格的詳細資訊——包括列資料型別、約束、ROWID 等。</p>Show column and row details tooltip in data view在資料檢視中展示列與行的詳細資訊<p>When editing a cell which used to have NULL value and entering empty string as new value, then this option determinates whether the new value should remain NULL (have this option enabled), or should it be overwritten with empty string value (have this option disabled).</p><p>編輯一個過去為 NULL 值的單元格且新輸入的值為空字串時,此選項啟用則該單元格的值保持 NULL 不變,此選項未啟用則空字串覆蓋原 NULL 值。</p>Keep NULL value when entering empty value當輸入空值時保持 NULL 值<html><head/><body><p>Enable this to always enforce DEFAULT value when committing a NULL value for a column that has DEFAULT value defined, even though the column is allowed to contain NULL values.</p><p>Disable this option to use DEFAULT value exclusively when NULL value is committed for column with NOT NULL constraint.</p></body></html><html><head/><body><p>啟用此選項後,提交一個 NULL 值時,如果該列已定義 DEFAULT 值,即使該列允許包含 NULL 值,也始終採用 DEFAULT 值。</p><p>禁用此選項則僅在列有非空 (NOT NULL) 約束時將 NULL 值轉變為 DEFAULT 值。</p></body></html>Use DEFAULT value (if defined), when committing NULL value提交 NULL 值時使用 DEFAULT 值 (如果已定義)<html><head/><body><p>If query results contain dozens (or hundreds) of columns, it is more likely that it will exhaust free memory of your computer by loading several gigabytes of data at once. SQLiteStudio may try to limit number of results displayed on one page in such cases to protect your computer. If you know that you don't work with big values in database, you can disable this limit and you will always see as many rows as defined per page.</p></body></html><html><head/><body><p>如果查詢結果包含數十乃至上百個列,則載入可能佔用數個 GB 的空閒記憶體。SQLiteStudio 在這種情況下可能限制一頁上顯示的結果數量以保護您的計算機。如果您瞭解自己不會在如此大的資料庫上作業,則可以禁用此限制以始終在一頁上看到大量的行。</p></body></html>Limit number of rows for in case of dozens of columns列數過多時限制每頁顯示的行數Inserting new row in data grid網格檢視中插入新行時Before currently selected row在選中行之前After currently selected row在選中行之後At the end of data view在資料檢視的末尾Table windows表視窗<p>When enabled, Table Windows will show up with the data tab, instead of the structure tab.</p><p>啟用後,表視窗將顯示資料選項卡,而不是結構選項卡。</p>Open Table Windows with the data tab for start開啟表視窗時顯示“資料”選項卡<p>When enabled the "Data" tab will be placed as first tab in every Table Window, instead of being at second place.</p><p>啟用後,“資料”選項卡將作為第一個選項卡放置在每個表視窗中,而不是位於第二位。</p>Place data tab as first tab in a Table Window將資料作為表視窗的第一項View windows檢視視窗<p>When enabled, View Windows will show up with the data tab, instead of the structure tab.</p><p>啟用後,檢視視窗將顯示資料選項卡,而不是結構選項卡。</p>Open View Windows with the data tab for start開啟檢視視窗時顯示“資料”選項卡<p>When enabled the "Data" tab will be placed as first tab in every View Window, instead of being at second place.</p><p>啟用後,“資料”選項卡將作為第一個選項卡放置在每個檢視視窗中,而不是位於第二個位置。</p>Place data tab as first tab in a View Window將“資料”選項卡放置為檢視視窗的首個選項卡Data types資料型別Available editors:可用的編輯器:Editors selected for this data type:已為該資料型別選擇的編輯器:Schema editing結構編輯Number of DDL changes kept in history.DDL 變更歷史的記錄數量。DDL history size:DDL 歷史大小:Don't show DDL preview dialog when committing schema changes提交結構更改時不顯示 DDL 預覽對話方塊SQL queriesSQL 查詢Number of queries kept in the history.查詢歷史記錄數量。<html><head/><body><p>If there is more than one query in the SQL editor window, then (if this option is enabled) only a single query will be executed - the one under the keyboard insertion cursor. Otherwise all queries will be executed. You can always limit queries to be executed by selecting those queries before calling to execute. You can also use dedicated shortcuts for executing in one mode or the other (currently configured to %1 for single query execution and %2 for all queries execution).</p></body></html><html><head/><body><p>If there is more than one query in the SQL editor window, then (if this option is enabled) only a single query will be executed - the one under the keyboard insertion cursor. Otherwise all queries will be executed. You can always limit queries to be executed by selecting those queries before calling to execute. You can also use dedicated shortcuts for executing in one mode or the other (currently configured to %1 for single query execution and %2 for all queries execution).</p></body></html>History size:歷史大小:<p>Maximum number of query parameters (:param, @param, $param, ?) stored in history. When you re-use parameter with the same name/position, SQLiteStudio will pre-initialize it with most recent memorized value (you will still be able to change it). Value of 1000 should be sufficient.</p><p>歷史記錄中儲存查詢引數 (:param, @param, $param, ?) 的最大數量。當您重新在同一名稱/位置下使用引數時,SQLiteStudio 將使用最近記憶的值預填充初始化它 (仍可修改)。值 1000 應已足夠。</p>Execute only the query under the cursor只執行輸入符所在行的語句Number of memorized query parameters預設的查詢引數數量<html><head/><body><p>By default (when this option is disabled) a real number is displayed in the format of decimals with decimal point. In some cases, when the number is really small (several places after decimal point), the default representation may appear inaccurate. In such case you may want to enable this option to use the scientific notation (i.e. <span style=" font-style:italic;">5.3e-21</span>).</p></body></html><html><head/><body><p>By default (when this option is disabled) a real number is displayed in the format of decimals with decimal point. In some cases, when the number is really small (several places after decimal point), the default representation may appear inaccurate. In such case you may want to enable this option to use the scientific notation (i.e. <span style=" font-style:italic;">5.3e-21</span>).</p></body></html>Use scientific notation for real numbers in the grid viewUse scientific notation for real numbers in the grid view<html><head/><body><p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit. This value is also used when enlarging column upon new, longer value entered by the user (see option below).</p></body></html><html><head/><body><p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit. This value is also used when enlarging column upon new, longer value entered by the user (see option below).</p></body></html>Limit automatic data column width to (in pixels):Limit automatic data column width to (in pixels):<html><head/><body><p>Initial width of data columns will be set to at least show complete name of the column in the header. This can still be overwritten by the initial limit of column width specified in pixels (the setting above).</p></body></html><html><head/><body><p>Initial width of data columns will be set to at least show complete name of the column in the header. This can still be overwritten by the initial limit of column width specified in pixels (the setting above).</p></body></html>Keep at least the width to show complete column nameKeep at least the width to show complete column name<html><head/><body><p>If enabled, lines longer than the editor width will be wrapped, so horizontal scrolling will not be needed.</p></body></html><html><head/><body><p>If enabled, lines longer than the editor width will be wrapped, so horizontal scrolling will not be needed.</p></body></html>Wrap lines in SQL editorWrap lines in SQL editor<html><head/><body><p>Highlights entire query that is currently under the insertion cursor. It's the same query that will be executed when you hit "Execute query" hotkey or button (unless configured otherwise).</p></body></html><html><head/><body><p>Highlights entire query that is currently under the insertion cursor. It's the same query that will be executed when you hit "Execute query" hotkey or button (unless configured otherwise).</p></body></html>Highlight current queryHighlight current queryUpdates更新Automatically check for updates at startup啟動時自動檢查更新Session會話Restore last session (active MDI windows) after startup啟動後恢復上一次會話Allow multiple instances of the application at the same time允許同時開啟多個此程式Status Field狀態列<p>When user manually closes the Status panel, this option makes sure that if any new message is printed in the Status panel it will be reopened. If it's disabled, then Status panel can only be open manually by the user from the "View" menu.</p><p>在使用者手動關閉了狀態面板後,此選項能確保有新訊息被出現時狀態面板自動被重新開啟。如果禁用,狀態面板只能由使用者手動透過“檢視”選單來重新開啟。</p>Always open Status panel when new message is printed有新訊息輸出時就開啟狀態面板Code syntax colorsCode syntax colorsKeyword foregroundKeyword foregroundRegular foregroundRegular foregroundString foregroundString foregroundComment foregroundComment foregroundValid objects foregroundValid objects foregroundCurrent query backgroundCurrent query backgroundBind parameter foregroundBind parameter foregroundCurrent line backgroundCurrent line backgroundMatched parenthesis backgroundMatched parenthesis background<html><head/><body><p>You can disable current query highlighting entirely on the General settings page.</p></body></html><html><head/><body><p>You can disable current query highlighting entirely on the General settings page.</p></body></html>Number foregroundNumber foregroundBLOB value foregroundBLOB value foregroundMatched parenthesis foregroundMatched parenthesis foregroundReset to defaultsReset to defaultsFilter shortcuts by name or key combination以名稱或按鍵組合篩選快捷鍵Action操作Key combination按鍵組合Language語言Changing language requires application restart to take effect.語言變更在程式重啟後生效。Compact layout緊湊佈局<p>Compact layout reduces all margins and spacing on the UI to minimum, making space for displaying more data. It makes the interface a little bit less aesthetic, but allows to display more data at once.</p><p>緊湊佈局會將介面中的邊框與留白減至最小,然後用這些區域展示更多資料。這會使介面看起來有一點不美觀,但將可以同時展示更多的資料。</p>Use compact layout使用緊湊佈局Main window dock areas主視窗停靠區域Left and right areas occupy corners左右佈局Top and bottom areas occupy corners上下佈局Hide built-in plugins隱藏內建外掛Current style:當前風格:Preview預覽Enabled已啟用Disabled已禁用Active formatter plugin啟用格式化外掛SQL editor fontSQL 編輯器字型Database list font資料庫清單字型Database list additional label font資料庫清單額外資訊字型Data view font資料檢視字型Status field font狀態列字型Code assistant settingsCode assistant settings<html><head/><body><p>If this option is enabled, the code assistant will be triggered in cases, when user types for example <span style=" font-weight:700;">tableName.</span> to propose columns of the table. If the option is disabled, user will have to hit the assistant hotkey explicitly.</p></body></html><html><head/><body><p>If this option is enabled, the code assistant will be triggered in cases, when user types for example <span style=" font-weight:700;">tableName.</span> to propose columns of the table. If the option is disabled, user will have to hit the assistant hotkey explicitly.</p></body></html>Automatically trigger the assistant after a dot is typed after an object nameAutomatically trigger the assistant after a dot is typed after an object nameDescription:plugin details描述:Category:plugin details分類:Version:plugin details版本:Author:plugin details作者:Internal name:plugin details內部名稱:Dependencies:plugin details依賴:Conflicts:plugin details衝突:Plugin details外掛詳情Plugins are loaded/unloaded immediately when checked/unchecked, but modified list of plugins to load at startup is not saved until you commit the whole configuration dialog.切換時外掛會立即載入/解除安裝。但此清單的修改僅在點選確定按鈕後被儲存。%1 (built-in)plugins manager in configuration dialog%1 (內建)Details詳情No plugins in this category.沒有此分類下的外掛。Add new data type新增新的資料型別Rename selected data type重新命名所選資料型別Delete selected data type刪除所選資料型別Help for configuring data type editors設定檔資料型別編輯器幫助Clear hotkey for this actionClear hotkey for this actionRestore original hotkey for this actionRestore original hotkey for this actionHere you can configure colors for code syntax highlighting. They are shared across different languages - not only for SQL, but also JavaScript and others. By default a theme-based color is used. To define your own color, enable a custom color by selecting a checkbox next to a particular color.Here you can configure colors for code syntax highlighting. They are shared across different languages - not only for SQL, but also JavaScript and others. By default a theme-based color is used. To define your own color, enable a custom color by selecting a checkbox next to a particular color.ConstraintCheckPanelThe condition條件Named constraint:命名的約束:On conflict當衝突時Enter a valid condition.輸入一個有效的條件。Enter a name of the constraint.輸入一個約束名稱。ConstraintDialogNew constraintconstraint dialog新建約束Createconstraint dialog建立Edit constraintdialog window編輯約束Applyconstraint dialog應用Primary keytable constraints主鍵Foreign keytable constraints外來鍵Uniquetable constraints唯一Not NULLtable constraints非空Checktable constraints條件Generatedtable constraints生成Collatetable constraints字元序Defaulttable constraints預設ConstraintTabModelTabletable constraints表Column (%1)table constraints列 (%1)Scopetable constraints作用域Typetable constraints型別Detailstable constraints詳情Nametable constraints名稱CssDebugDialogSQLiteStudio CSS consoleSQLiteStudio CSS 控制檯DataViewFilter datadata view篩選資料Grid view網格檢視Form view表單檢視Refresh table datadata view重新整理表資料First pagedata view第一頁Previous pagedata view上一頁Next pagedata view下一頁Last pagedata view最後一頁Commit changes for selected cellsdata view提交選中單元格的更改Rollback changes for selected cellsdata view回滾選中單元格的修改Show grid view of resultsdata view顯示結果的網格檢視Show form view of resultsdata view顯示結果的表格檢視Filter by text (if contains)data viewFilter by text (if contains)Filter strictly by text (if equals)data viewFilter strictly by text (if equals)Tabs on topdata view頂部標籤Tabs at bottomdata view底部標籤Place new rows above selected rowdata view放置新行於選中行之上Place new rows below selected rowdata view放置新行於選中行之下Place new rows at the end of the data viewdata view放置新行於資料檢視末尾Total number of rows is being counted.
Browsing other pages will be possible after the row counting is done.正在統計總行數。
請在此操作完成後再瀏覽其他頁面。Row: %1行:%1Filter篩選Hit Enter key or press "Apply filter" button on toolbar to apply new value.按回車鍵或點選工具欄上的“應用篩選”按鈕來應用新值。Filter by the Regular Expressiondata view以正則表示式篩選Filter by SQL expressiondata view以 SQL 表示式篩選Show filter inputs per columndata view在每個列上展示篩選器輸入框Apply filterdata view應用篩選器DbDialogDatabase資料庫Database type資料庫型別Database driver資料庫驅動File檔案Name (on the list)名稱 (顯示在清單中)Options選項<p>Enable this if you want the database to be stored in configuration file and restored every time SQLiteStudio is started.</p>aasfd<p>啟用此選項後,設定檔檔案中將記住該資料庫,並在每次啟動 SQLiteStudio 時還原 (開啟) 它。</p>Permanent (keep it in configuration)記住此資料庫Test connection測試連線Select new or existing file on local computerSelect new or existing file on local computerBrowse瀏覽Database type not selected.Database type not selected.Database path not specified.Database path not specified.Enter an unique database name.請輸入一個唯一的資料庫名稱。This name is already in use. Please enter unique name.此名稱已被使用,請輸入一個未被佔用的名稱。<p>Automatic name generation was disabled, because the name was edited manually. To restore automatic generation please erase contents of the name field.</p><p>名稱已手動編輯,自動命名已禁用。清空名稱欄中的內容將恢復自動命名。</p>Enter a database file path.輸入一個數據庫檔案的路徑。This database is already on the list under name: %1該資料庫已在清單中,名為:%1Select a database type.請選擇一個數據庫型別。DbObjectDialogsDelete table刪除表Are you sure you want to delete table %1?確定要刪除表“%1”嗎?Delete index刪除索引Are you sure you want to delete index %1?確定要刪除索引“%1”嗎?Delete trigger刪除觸發器Are you sure you want to delete trigger %1?確定要刪除觸發器“%1”嗎?Delete view刪除檢視Are you sure you want to delete view %1?確定要刪除檢視“%1”嗎?Error while dropping %1: %2丟棄 %1 時出錯:%2Delete objects刪除物件Are you sure you want to delete following objects:
%1您確認要刪除以下物件嗎:
%1Cannot start transaction. Details: %1無法開始事務。詳細資訊:%1Cannot commit transaction. Details: %1無法提交事務。詳細資訊:%1DbTreeDatabases資料庫Filter by name按名稱過濾Copy複製Paste貼上Select all全選Create a group建立分組Delete the group刪除分組Rename the group重新命名分組&Add a database新增資料庫(&A)&Edit the database編輯資料庫(&E)&Remove the database移除資料庫(&R)&Connect to the database連線到資料庫(&C)&Disconnect from the database斷開資料庫連線(&D)Import匯入&Export the database匯出資料庫(&E)Vac&uum釋放空閒佔用 (VACUUM) (&U)&Integrity check檢查完整性(&I)Create a &table新建表(&T)Edit the t&able編輯表(&A)Delete the ta&ble刪除表(&B)Export the table匯出表Import into the table匯入到表Populate table填充表Create similar table建立相似的表Reset autoincrement sequence重置自動遞增序列Create an &index建立索引(&I)Edit the i&ndex編輯索引(&N)Delete the in&dex刪除索引(&D)Create a trig&ger建立觸發器(&G)Edit the trigg&er編輯觸發器(&E)Delete the trigge&r刪除觸發器(&R)Create a &view建立檢視(&V)Edit the v&iew編輯檢視(&I)Delete the vi&ew刪除檢視(&E)Add a column新增欄位Edit the column編輯欄位Delete the column刪除欄位Delete selected items刪除已選專案Clear filter清除過濾器&Refresh all database schemas重新整理全部資料庫結構(&R)Re&fresh selected database schema重新整理已選資料庫結構(&F)Erase table data擦除表資料Open file's directory開啟檔案所在目錄Execute SQL from file從檔案執行 SQLIncrease font sizedatabase listIncrease font sizeDecrease font sizedatabase listDecrease font sizeDatabase資料庫Grouping分組Generate query for table生成對錶的查詢Create group建立分組Group name分組名Entry with name %1 already exists in group %2.名稱 %1 在分組 %2 中已存在。Delete group刪除分組Are you sure you want to delete group %1?
All objects from this group will be moved to parent group.確認刪除組 %1 嗎?
刪除後該組下的全部內容將被移動到其所屬的父分組中。Are you sure you want to remove database '%1' from the list?確定要移除資料庫 %1 嗎?Are you sure you want to remove following databases from the list:
%1確定要從清單中移除下列資料庫嗎:
%1Remove database移除資料庫Cannot import, because no import plugin is loaded.無法匯入,沒有載入匯入外掛。Cannot export, because no export plugin is loaded.無法匯出,沒有載入匯出外掛。Vacuum (%1)釋放空閒佔用 (VACUUM) (%1)Integrity check (%1)完整性檢查 (%1)Reset autoincrement重置自動遞增Are you sure you want to reset autoincrement value for table '%1'?您確定要重置表“%1”的自動遞增值嗎?An error occurred while trying to reset autoincrement value for table '%1': %2重置表“%1”的自動遞增值時出錯:%2Autoincrement value for table '%1' has been reset successfully.成功重置表“%1”的自動遞增值。Are you sure you want to delete all data from table(s): %1?您確定要刪除表 %1 的所有資料嗎?An error occurred while trying to delete data from table '%1': %2刪除表“%1”中的資料時出錯:%2All data has been deleted for table '%1'.表“%1”中的全部資料已被刪除。Following objects will be deleted: %1.下列物件將被刪除:%1。Following databases will be removed from list: %1.下列資料庫將從清單中移除:%1。Remainig objects from deleted group will be moved in place where the group used to be.已刪除分組中的剩餘物件將被移開。%1<br><br>Are you sure you want to continue?%1<br><br>確定繼續?Delete objects刪除物件DbTreeItemDelegateerrordbtree labels錯誤(system table)database tree label (系統表)(virtual)virtual table label (虛擬)(system index)database tree label (系統索引)DbTreeModelDatabase: %1dbtree tooltip資料庫:%1URI:dbtree tooltipURI:Version:dbtree tooltip版本:File size:dbtree tooltip檔案大小:Encoding:dbtree tooltip編碼:Error:dbtree tooltip錯誤:Table : %1dbtree tooltip表:%1Columns (%1):dbtree tooltip列 (%1):Indexes (%1):dbtree tooltip索引 (%1):Triggers (%1):dbtree tooltip觸發器 (%1):Copy複製Move移動Include data包含資料Include indexes包含索引Include triggers包含觸發器Abort中止Could not add dropped database file '%1' automatically. Manual setup is necessary.無法自動新增拖放的資料庫檔案 '%1'。需要手動設定。Referenced tables引用的表Do you want to include following referenced tables as well:
%1是否要包含以下引用的表:
%1Name conflict名稱衝突Following object already exists in the target database.
Please enter new, unique name, or press '%1' to abort the operation:下列物件已存在於目標資料庫。
請輸入一個新的不重複的名稱,或按下 '%1' 中止操作:SQL statements conversionSQL 語句轉換Following error occurred while converting SQL statements to the target SQLite version:將 SQL 語句轉換為目標 SQLite 版本時發生以下錯誤:Would you like to ignore those errors and proceed?是否忽略錯誤並繼續?DdlHistoryWindowFilter by database:按資料庫過濾:Clear entire historyClear entire history-- Queries executed on database %1 (%2)
-- Date and time of execution: %3
%4-- 在資料庫 %1 (%2) 執行的查詢
-- 執行日期和時間:%3
%4Clear historyClear historyAre you sure you want to erase entire DDL history?Are you sure you want to erase entire DDL history?DDL historyDDL 歷史DdlPreviewDialogQueries to be executed將要執行的語句Don't show again不再顯示DebugConsoleSQLiteStudio Debug ConsoleSQLiteStudio 除錯終端EditorWindowSQL editorSQL editorQuery查詢History歷史Results in the separate tab在新選項卡中顯示結果Results below the query在查詢下方顯示結果SQL editor %1SQL 編輯器 %1Results結果Execute query執行語句Explain query解釋查詢Clear execution historysql editor清除執行歷史Export resultssql editor匯出結果Create view from querysql editor從查詢建立檢視Previous database前一個數據庫Next database後一個數據庫Show next tabsql editor顯示下一個標籤Show previous tabsql editor顯示上一個標籤Focus results belowsql editor切換焦點到下方的結果Focus SQL editor abovesql editor切換焦點到上方的 SQL 編輯器Delete selected SQL history entriessql editor刪除選中的 SQL 歷史記錄項Execute single query under cursorExecute single query under cursorExecute all queries in editorExecute all queries in editorActive database (%1/%2)活動資料庫 (%1/%2)Query finished in %1 second(s). Rows affected: %2查詢用時 %1 秒。影響行數:%2Query finished in %1 second(s).查詢用時 %1 秒。Clear execution history清除執行歷史Are you sure you want to erase the entire SQL execution history? This cannot be undone.確定要刪除全部的 SQL 執行歷史嗎?刪除後不能恢復。Cannot export, because no export plugin is loaded.無法匯出,沒有載入匯出外掛。No database selected in the SQL editor. Cannot create a view for unknown database.沒有在 SQL 編輯器中選中資料庫。無法為未知的資料庫建立檢視。Editor window "%1" has uncommitted data.編輯器視窗“%1”內有未提交的資料。ErrorsConfirmDialogErrors錯誤Following errors occured:發生了以下錯誤:Would you like to proceed?仍要繼續嗎?ExecFromFileDialogExecute SQL from file從檔案執行 SQLInput file輸入檔案Path to file檔案路徑Browse for file瀏覽檔案Options選項File encoding檔案編碼Skip failing SQL statements跳過失敗的 SQL 語句SQL scripts (*.sql);;All files (*)SQL 指令碼 (*.sql);;所有檔案 (*)Execute SQL file執行 SQL 檔案Please provide file to be executed.請提供一個檔案以供執行。Provided file does not exist or cannot be read.提供的檔案不存在或無法讀取。ExportDialogExport匯出What do you want to export?您想匯出什麼?A database資料庫A single table一張表Query results查詢結果Table to export要匯出的表Database資料庫Table表Options選項When this option is unchecked, then only table DDL (CREATE TABLE statement) is exported.不選中此選項時,僅匯出表的 DDL (CREATE TABLE 語句)。Export table data匯出表的資料Export table indexes匯出表的索引Export table triggers匯出表的觸發器Note, that exporting table indexes and triggers may be unsupported by some output formats.注意,某些輸出格式可能不支援匯出表索引和觸發器。Select database objects to export選擇要匯出的資料庫物件Export data from tables從表中匯出資料Select all全選Deselect all全不選Database:資料庫:Query to export results for匯出結果所需的查詢Query to be executed for results:對匯出結果執行的查詢:Export format and options匯出格式和選項Export format匯出格式Output輸出Exported file path匯出檔案路徑Clipboard剪貼簿File檔案Exported text encoding:匯出文字編碼:Export format options匯出格式選項Cancel取消Select database to export.選擇要匯出的資料庫。Select table to export.選擇要匯出的表。Enter valid query to export.輸入要匯出的有效查詢。Select at least one object to export.至少選擇一個物件進行匯出。You must provide a file name to export to.您必須選擇一個匯出檔案。Path you provided is an existing directory. You cannot overwrite it.您提供的路徑是一個現存的目錄,不能覆蓋。The directory '%1' does not exist.目錄 '%1' 不存在。The file '%1' exists and will be overwritten.檔案“%1”存在且將被覆蓋。All files (*)所有檔案 (*)Pick file to export to選擇檔案匯出到Internal error during export. This is a bug. Please report it.匯出時發生內部錯誤。這是一個 Bug,請反饋。FileExecErrorsDialogExecution errors執行錯誤Following errors were encountered during execution of SQL statements from the file:從檔案執行 SQL 語句時遇到以下錯誤:SQLSQLError錯誤Statements that were executed successfully were commited.成功執行的語句已提交。Statements that were executed successfully were rolled back.成功執行的語句已回滾。FkComboBoxCannot edit this cell. Details: %1無法編輯此單元格。詳情:%1FontEditChoose fontfont configuration選擇字型FormActive SQL formatter plugin啟用 SQL 語句格式化外掛FormViewCommit rowform view提交行Rollback rowform view回滾行First rowform view首行Previous rowform view上一行Next rowform view下一行Last rowform view末行Insert new rowform view插入新行Delete current rowform view刪除當前行FunctionsEditorFilter functionsFilter functionsInput arguments輸入引數Undefined未定義Databases資料庫Register in all databases在所有資料庫中註冊Register in following databases:在下列資料庫中註冊:Type:型別:Function name:函式名:Implementation language:實現語言:DeterministicDeterministicInitialization code:初始化程式碼:Function implementation code:函式實現程式碼:Final step implementation code:最終一步實現程式碼:SQL functions editorSQL functions editorCommit all function changes提交所有對函式的更改Rollback all function changes回滾所有對函式的更改Create new function新建函式Delete selected function刪除已選函式Custom SQL functions manual自訂 SQL 函式手冊Add function argument新增函式引數Rename function argument重新命名函式引數Delete function argument刪除函式引數Move function argument up上移函式引數Move function argument down下移函式引數Scalar標量函式Aggregate聚合函式Enter a non-empty, unique name of the function.請輸入非空且唯一的函式名稱。Pick the implementation language.選擇實現語言。Per step code:步進程式碼:Enter a non-empty implementation code.請輸入非空的實現程式碼。argumentnew function argument name in function editor window引數Functions editor window has uncommitted modifications.函式編輯器視窗有未提交的更改。ImportDialogImport data匯入資料Table to import to匯入目標Table表Database資料庫Data source to import from匯入資料來源Data source type資料來源型別Options選項Text encoding:文字編碼:Input file:輸入檔案:<p>If enabled, any constraint violation, or invalid data format (wrong column count), or any other problem encountered during import will be ignored and the importing will be continued.</p><p>如果啟用,則匯入期間遇到的任何約束違背、無效資料格式 (錯誤列數) 或其他問題都將被忽略,匯入不中止。</p>Ignore errors忽略錯誤Data source options資料來源選項Cancel取消If you type table name that doesn't exist, it will be created.如果您輸入的表不存在,則將建立該表。Enter the table name輸入表名Select import plugin.選擇匯入外掛。You must provide a file to import from.您必須提供一個匯入原始檔。The file '%1' does not exist.檔案“%1”不存在。Path you provided is a directory. A regular file is required.您提供的是一個目錄,而需要的是一個一般檔案。Pick file to import from選擇要匯入的檔案IndexDialogIndex索引Column列Sort排序Collation字元序On table:表:Delete selected indexed expression刪除選定的索引表示式Moves selected index column up in the order, making it more significant in the index.向上移動選中的索引,使它在索引中變得更重要。Moves selected index column down in the order, making it less significant in the index.向下移動選中的索引,使它在索引中變得不重要。Partial index condition部分索引條件Unique index唯一索引Index name:索引名:Edit selected indexed expression編輯選定的索引表示式Add indexed expression新增索引表示式DDLDDLTried to open index dialog for closed or inexisting database.試圖開啟已關閉或不存在的資料庫的索引對話方塊。Could not process index %1 correctly. Unable to open an index dialog.無法正確處理索引 %1。無法開啟索引對話方塊。Unique index cannot have indexed expressions. Either remove expressions from list below, or uncheck this option.唯一索引不能有索引表示式。從下面的清單中刪除表示式,或取消選中此選項。Pick the table for the index.為索引選擇一個表。Select at least one column.選擇至少一個列。Enter a valid condition.輸入一個有效的條件。defaultindex dialog預設Sort ordertable constraints排序Errorindex dialog錯誤Cannot create unique index, because values in selected columns are not unique. Would you like to execute SELECT query to see problematic values?無法建立唯一索引,因為選中的列中的值不是唯一的。您想要執行 SELECT 查詢以檢視有問題的值嗎?An error occurred while executing SQL statements:
%1在執行 SQL 語句時發生了錯誤:%1IndexExprColumnDialogIndexed expression索引表示式Expression to index索引表示式This expression is already indexed by the index.此表示式已被該索引所索引。Column should be indexed directly, not by expression. Either extend this expression to contain something more than just column name, or abort and select this column in index dialog directly.列應該直接索引而非透過表示式。擴充套件此表示式來包含列名稱以外的內容,或者中止並在索引對話方塊中直接選擇此列。Column '%1' does not belong to the table covered by this index. Indexed expressions can refer only to columns from the indexed table.列 '%1' 不屬於此索引所在的表。索引表示式只能引用索引表中的列。It's forbidden to use 'SELECT' statements in indexed expressions.索引表示式中禁止使用 'SELECT' 語句。Enter an indexed expression.請輸入一個索引表示式。Invalid expression.無效的表示式。LanguageDialogLanguage語言Please choose language:請選擇一種語言:MainWindowDatabase toolbar資料庫工具欄Structure toolbar結構工具欄Tools工具Window list視窗清單View toolbar檢視工具欄Configuration widgets設定檔部件Syntax highlighting engines語法高亮引擎Data editors資料編輯器Running in debug mode. Press %1 or use 'Help / Open debug console' menu entry to open the debug console.正在以除錯模式執行。按下 %1 或使用 幫助 - 開啟除錯控制檯 選單來開啟除錯控制檯。Running in debug mode. Debug messages are printed to the standard output.正在以除錯模式執行。除錯資訊將會被輸出在標準輸出中。You need to restart application to make the language change take effect.語言變更在程式重啟後生效。Open SQL &editor開啟 SQL 編輯器(&E)Open DDL &history開啟 DDL 歷史(&H)Open SQL &functions editor開啟 SQL 函式編輯器(&F)Open code &snippets editorOpen code &snippets editorOpen &collations editor開啟字元序編輯器(&C)Open ex&tension manager開啟擴充套件管理器(&T)&Import匯入(&I)E&xport匯出(&X)Open confi&guration dialog開啟設定檔對話方塊(&G)&Tile windows平鋪視窗(&T)Tile windows &horizontally水平排列視窗(&H)Tile windows &vertically垂直排列視窗(&V)&Cascade windows層疊視窗(&C)Next window下一個視窗Previous window上一個視窗Hide status field隱藏狀態列Close &all windows關閉全部視窗(&A)Re&store recently closed window還原最近關閉的視窗(&S)Close current &windowClose current &windowClose &other windowsClose &other windowsClose windows on the &leftClose windows on the &leftClose windows on the &rightClose windows on the &rightRe&name selected windowRe&name selected windowOpen Debug Console開啟除錯終端Open CSS Console開啟 CSS 控制檯Report a &bug提報 Bug (&B)D&onate捐贈(&O)Propose a new &feature提議新增功能(&F)&About關於(&A)&Licenses許可協議(&L)Open home &page訪問主頁(&P)User &Manual使用者手冊(&M)SQLite &documentationSQLite 文件(&D)Bugs and feature &requestsBug 與功能請求(&R)Quit退出Check for &updates檢查更新(&U)&Databasemenubar資料庫(&D)&Structuremenubar結構(&S)&Viewmenubar檢視(&V)Window listmenubar view menu視窗清單&Toolsmenubar工具(&T)&Help幫助(&H)Could not set style: %1main window未能設定風格:%1Cannot export, because no export plugin is loaded.無法匯出,沒有載入匯出外掛。Cannot import, because no import plugin is loaded.無法匯入,沒有載入匯入外掛。Rename window重新命名視窗Enter new name for the window:請輸入視窗的新名稱:New updates are available. <a href="%1">Click here for details</a>.有新更新 <a href="%1">點此檢視更新詳情</a>.You're running the most recent version. No updates are available.您使用的是最新版,不需要更新。Database passed in command line parameters (%1) was already on the list under name: %2命令列引數傳遞的資料庫 (%1) 已在清單中,名為:%2Database passed in command line parameters (%1) has been temporarily added to the list under name: %2命令列引數傳遞的資料庫 (%1) 已臨時新增到清單中,名為:%2Could not add database %1 to list.未能將資料 %1 新增到清單MdiWindowUncommitted changes未提交的更改Close anyway仍然關閉Don't close不關閉MultiEditorNull valuemultieditorNull 值Configure editors for this data type為資料型別設定編輯器Open another tab開啟另一個選項卡Foreign Key外來鍵Data editor plugin '%1' not loaded, while it is defined for editing '%2' data type.資料編輯器外掛 '%1' 未載入,而它已被定義為編輯 '%1' 資料型別的編輯器。 {1'?} {2'?} {1' or 2'?}Deletedmultieditor已刪除Read onlymultieditor只讀MultiEditorBoolPluginBoolean布林MultiEditorDatePluginDate日期MultiEditorDateTimePluginDate & time日期和時間MultiEditorHexPluginHex十六進位制MultiEditorNumericPluginNumbernumeric multi editor tab name數值MultiEditorTextTab changes focusTab 鍵更改焦點Cut剪下Copy複製Paste貼上Delete刪除Undo撤銷Redo重做MultiEditorTextPluginText文字MultiEditorTimePluginTime時間NewConstraintDialogNew constraint新約束Primary Keynew constraint dialog主鍵Foreign Keynew constraint dialog外來鍵Uniquenew constraint dialog唯一Checknew constraint dialog條件Not NULLnew constraint dialog非空Collatenew constraint dialog字元序Generatednew constraint dialog生成Defaultnew constraint dialog預設NewVersionDialogSQLiteStudio updatesSQLiteStudio 更新New version is available!有新版本可用!Download new version!下載新版本New version package will be downloaded. It will be up to you to install it whenever you're ready.下載新版本程式包。將在準備就緒時提醒您安裝。Open SQLiteStudio home page.開啟 SQLiteStudio 主頁Read release notes && download package yourself.閱讀發行說明和自行下載程式包。Just close this window.關閉此視窗。Check for updates on startup在啟動時檢查更新Not now.暫不更新PopulateConfigDialogPopulating configuration設定檔填充Configuring <b>%1</b> for column <b>%2</b>給欄位 <b>%2</b> 設定檔 <b>%1</b>PopulateDialogPopulate table填充表Database資料庫Table表Columns列Number of rows to populate:填充的行數:Populatepopulate dialog button填充Abort中止Configure設定檔Populating configuration for this column is invalid or incomplete.此列的填充設定檔無效或不完整。Select database with table to populate選擇要填充表的資料庫Select table to populate選擇要填充的表You have to select at least one column.您須選擇至少一個欄位。QObjectCannot edit columns that are result of compound %1 statements (one that includes %2, %3 or %4 keywords).無法編輯列,它是複合 %1 語句 (包含 %2、%3 或 %4 關鍵字) 的結果。The query execution mechanism had problems with extracting ROWID's properly. This might be a bug in the application. You may want to report this.查詢執行機制提取 ROWID 的屬性時遇到問題。這可能是軟體中的 bug,您可以報告該問題。Requested column is a result of SQL expression, instead of a simple column selection. Such columns cannot be edited.請求的列是一個 SQL 表示式的結果,而非普通的列。不能編輯這些列。Requested column belongs to restricted SQLite table. Those tables cannot be edited directly.請求的列屬於受限制的 SQLite 表。這些表不能被直接編輯。Cannot edit results of query other than %1.無法編輯 %1 以外的查詢結果。Cannot edit columns that are result of aggregated %1 statements.無法編輯列,它是聚合的 %1 語句的結果。Cannot edit columns that are result of %1 statement.無法編輯列,它是 %1 語句的結果。Cannot edit columns that are result of common table expression statement (%1).無法編輯列,它是通用表生成語句 %1 的結果。Cannot edit table generated columns.無法編輯表生成的列。Cannot edit columns that are result of a view if the executed query reads from any multilevel views (i.e. a view that queries another view).Cannot edit columns that are result of a view if the executed query reads from any multilevel views (i.e. a view that queries another view).on conflict: %1data view tooltip當衝突時:%1references table %1, column %2data view tooltip引用表 %1,列 %2condition: %1data view tooltip字元序:%1collation name: %1data view tooltip字元序名稱:%1Data grid view資料網格檢視Edit current cell inlineEdit current cell inlineCopy cell(s) contents to clipboard複製單元格內容至剪貼簿Copy cell(s) contents together with header to clipboard複製單元格內容與表頭至剪貼簿Paste cell(s) contents from clipboard貼上剪貼簿中的單元格內容Set empty value to selected cell(s)設定選中單元格為空值Set NULL value to selected cell(s)設定選中單元格為 NULL 值Commit changes to cell(s) contents提交單元格內容更改Rollback changes to cell(s) contents回滾單元格內容更改Delete selected data row刪除所選資料行Insert new data row插入新資料行Open contents of selected cell in a separate editor在單獨編輯器中開啟所選單元格的內容Toggle the height adjustment of rowsToggle the height adjustment of rowsIncrease font sizedata viewIncrease font sizeDecrease font sizedata viewDecrease font sizeTotal pages available: %1總計可用頁數:%1Total rows loaded: %1已載入行數:%1Data view (both grid and form)資料檢視 (網格 + 表格)Refresh data重新整理資料Switch to grid view of the data切換至資料的網格檢視Switch to form view of the data切換至資料的表單檢視Database list資料庫清單Delete selected item刪除選中項Clear filter contents清空篩選器內容Refresh schema重新整理結構Refresh all schemas重新整理全部結構Add database新增資料庫Select all items選中所有項Copy selected item(s)複製選中項Paste from clipboard從剪貼簿貼上Increase font sizedatabase listIncrease font sizeDecrease font sizedatabase listDecrease font sizeTables表Indexes索引Triggers觸發器Views檢視Columns列Data form view資料表單檢視Commit changes for current row提交當前行的更改Rollback changes for current row回滾當前行的更改Go to first row on current page前往當前頁的第一行Go to next row前往下一行Go to previous row前往上一行Go to last row on current page前往當前頁的最後一行Insert new row插入新行Delete current row刪除當前行Main window主視窗Open SQL editor開啟 SQL 編輯器Open DDL history windowOpen DDL history windowOpen snippets editor windowOpen snippets editor windowOpen function editor windowOpen function editor windowOpen collation editor windowOpen collation editor windowOpen extension manager windowOpen extension manager windowPrevious window上一個視窗Next window下一個視窗Hide status area隱藏狀態列Open user manualOpen user manualOpen configuration dialog開啟設定檔對話方塊Open Debug Console開啟除錯終端Open CSS Console開啟 CSS 控制檯Open the About dialogOpen the About dialogQuit the application退出程式Cell text value editor單元格文字值編輯器Cut selected text剪下選中文字Copy selected text複製選中文字Delete selected text刪除選中文字Undo撤銷Redo重做SQL editor input fieldSQL 編輯器輸入框Select whole editor contents選中整個編輯器的內容Save contents into a file將內容儲存至檔案Load contents from a file從檔案載入內容Find in text查詢文字Find next查詢下一個Find previous查詢上一個Replace in text替換文字Delete current line刪除當前行Request code assistant請求程式碼輔助Format contents格式化內容Move selected block of text one line down選中文字塊下移一行Move selected block of text one line up選中文字塊上移一行Copy selected block of text and paste it a line below選中文字塊複製並貼上到下一行Copy selected block of text and paste it a line above選中文字塊複製並貼上到上一行Toggle comment切換註釋Increase font sizesql editorIncrease font sizeDecrease font sizesql editorDecrease font sizeAll SQLite databases所有 SQLite 資料庫All files所有檔案Select database fileSelect database fileSelectSelectFile typeFile typeSQL editor windowSQL 編輯器視窗Execute query執行語句Execute single query under cursorExecute single query under cursorExecute all queries in editorExecute all queries in editorExecute "%1" query執行 "%1" 查詢Switch current working database to previous on the list切換當前工作資料庫到清單中的上一個Switch current working database to next on the list切換當前工作資料庫到清單中的下一個Go to next editor tab前往下一編輯器選項卡Go to previous editor tab前往上一編輯器選項卡Move keyboard input focus to the results view below將鍵盤輸入焦點移動到下面的結果檢視Move keyboard input focus to the SQL editor above將鍵盤輸入焦點移到上面的 SQL 編輯器Delete selected SQL history entries刪除選中的 SQL 歷史記錄Table window表視窗Commit the table structureCommit the table structureRollback pending changes in the table structureRollback pending changes in the table structureRefresh table structure重新整理表結構Add new column新增新列Edit selected column編輯選中列Delete selected column刪除選中列Export table data匯出表資料Import data to the table匯入資料至表Add new table constraint新增表約束Edit selected table constraint編輯選中表約束Delete selected table constraint刪除選中表約束Refresh table index list重新整理表索引清單Add new index新增索引Edit selected index編輯選中索引Delete selected index刪除選中索引Refresh table trigger list重新整理表觸發器清單Add new trigger新增新觸發器Edit selected trigger編輯選中觸發器Delete selected trigger刪除選中觸發器Go to next tab前往下一選項卡Go to previous tab前往上一選項卡A view window檢視視窗Commit the view's queryCommit the view's queryRollback pending changes in the view's queryRollback pending changes in the view's queryRefresh view trigger list重新整理檢視觸發器清單Execute the view's queryExecute the view's queryA code snippets editor windowA code snippets editor windowCommit the pending changesCommit the pending changesRollback the pending changesRollback the pending changesA collation editor windowA collation editor windowA function editor windowA function editor windowA SQLite extension editor windowA SQLite extension editor windowQuitConfirmDialogUncommitted changes未提交的更改Are you sure you want to quit the application?
Following items are pending:確定要退出本程式嗎?
下列專案仍待處置:SearchTextDialogFind or replace查詢與替換Find:查詢:Case sensitive區分大小寫Search backwards反向搜尋Regular expression matching正則表示式匹配Replace &&
find next替換並查詢下一項Replace with:替換為:Replace all全部替換Find查詢SortDialogSort by columns按列排序Column列Order排序Sort by: %1排序按照 %1Move column up上移列Move column down下移列SqlEditorWrap wordssql editorWrap wordsCutsql editor剪下Copysql editor複製Pastesql editor貼上Deletesql editor刪除Select allsql editor全選Undosql editor撤銷Redosql editor重做Completesql editor完成Format SQLsql editor格式化 SQLSave SQL to filesql editor儲存 SQL 到檔案Select file to save SQLsql editor選擇 SQL 要儲存到的檔案Load SQL from filesql editor從檔案載入 SQLDelete linesql editor刪除行Move block downsql editor整塊下移Move block upsql editor整塊上移Copy block downsql editor副本貼上方Copy up downsql editor副本貼下方Findsql editor查詢Find nextsql editor查詢下一個Find previoussql editor查詢上一個Replacesql editor替換Toggle commentsql editor切換註釋Increase font sizesql editorIncrease font sizeDecrease font sizesql editorDecrease font sizeCould not open file '%1' for writing: %2無法以寫模式開啟檔案 %1:%2Saved SQL contents to file: %1儲存 SQL 內容至檔案:%1Syntax completion can be used only when a valid database is set for the SQL editor.SQL 編輯器的語法補全功能僅當存在有效資料庫時可用。Contents of the SQL editor are huge, so errors detecting and existing objects highlighting are temporarily disabled.SQL 編輯器有大量內容,因此錯誤偵測和現有物件的高亮顯示功能被暫時禁用。Save to file儲存到檔案SQL scripts (*.sql);;All files (*)SQL檔案 (*.sql);;所有檔案 (*)Open file開啟檔案Could not open file '%1' for reading: %2無法以讀模式開啟檔案 %1:%2Reached the end of document. Hit the find again to restart the search.已到文件底部。再次點選查詢將從頭開始搜尋。SqlQueryItemCommitting error:data view tooltip提交出錯:Column:data view tooltip列:Data type:data view資料型別:Table:data view tooltip表:Constraints:data view tooltip約束:SqlQueryItemDelegateCannot edit this cell. Details: %1無法編輯此單元格。詳情:%1The row is marked for deletion.該行已被標記為刪除。Structure of this table has changed since last data was loaded. Reload the data to proceed.在上次載入資料後,此表的結構已更改。重新載入資料以繼續。Editing a huge contents in an inline cell editor is not a good idea. It can become slow and inconvenient. It's better to edit such big contents in a Form View, or in popup editor (available under rick-click menu).在內聯單元格編輯器中編輯大型內容不是一個好主意。它很可能變得緩慢和不便。最好在表單檢視或者彈出式編輯器 (從右鍵選單開啟) 中編輯此類大內容。Foreign key for column %2 has more than %1 possible values. It's too much to display in drop down list. You need to edit value manually.列 %2 的外來鍵有超過 %1 個可能的值。這太多而不能顯示在下拉清單。您需要手動編輯值。SqlQueryModelOnly one query can be executed simultaneously.只允許同時執行一條查詢。Cannot execute query on undefined or invalid database.無法執行語句,因為資料庫無效或未定義。Cannot execute empty query.無法執行空的查詢。Uncommitted data未提交的資料There are uncommitted data changes. Do you want to proceed anyway? All uncommitted changes will be lost.存在未提交的資料更改。是否仍要繼續?所有未提交的更改都將丟失。Cannot commit the data for a cell that refers to the already closed database.無法從單元格中載入資料,因為它引用了已經被關閉的資料庫。Could not begin transaction on the database. Details: %1無法在此資料庫上開始事務。詳細資訊:%1An error occurred while committing the transaction: %1在提交事務時發生錯誤:%1An error occurred while rolling back the transaction: %1在回滾事務時發生錯誤:%1Tried to commit a cell which is not editable (yet modified and waiting for commit)! This is a bug. Please report it.嘗試提交不可編輯的單元格 (本應該無法編輯)!這是一個錯誤,請報告。An error occurred while committing the data: %1在提交資料時發生錯誤:%1Number of rows per page was decreased to %1 due to number of columns (%2) in the data view.資料檢視中,已因列數 (%2) 將每頁行數減小 %1。Error while executing SQL query on database '%1': %2在資料庫“%1”執行 SQL 查詢時發生錯誤:%2Error while loading query results: %1在載入查詢結果時出錯:%1Insert multiple rows插入多行Number of rows to insert:要插入的行數:Delete rows刪除行You're about to delete newly inserted rows that are not committed yet. Row numbers: %1
Such deletion will be permanent. Are you sure you want to delete them?您即將刪除未提交的新插入的行。行數:%1
刪除不能撤銷,確定刪除嗎?SqlQueryViewGo to referenced row in...轉到引用的行...Copy複製Copy with headers帶表頭複製Copy as...複製為...Paste貼上Paste as...貼上為...Set NULL values設為 NULL 值Erase values擦除值Commit提交Rollback回滾Commit selected cells提交選中單元格Rollback selected cells回滾選中單元格Edit current cell inlineEdit current cell inlineDefine columns to sort by定義列排序方式Remove custom sorting移除自訂排序Insert row插入行Insert multiple rows插入多行Delete selected row刪除已選行Adjust height of rowsAdjust height of rowsIncrease font sizedata viewIncrease font sizeDecrease font sizedata viewDecrease font sizeInvert selectiondata viewInvert selectionEdit value in editor在編輯器中編輯數值Show value in a viewer在檢視器中顯示值Generate query for selected cells為選中單元格生成查詢No items selected to paste clipboard contents to.沒有選擇用來貼上剪貼簿內容的項。Cannot paste data. Details: %1無法貼上資料。詳情:%1Structure of at least one table used has changed since last data was loaded. Reload the data to proceed.至少一個表的結構在上次的資料載入後已變更。重新載入資料以繼續。Cannot paste to a cell. Details: %1無法貼上到單元格。詳情:%1The row is marked for deletion.該行已被標記為刪除。Cannot paste to column %1. Details: %2無法貼上到列 %1。詳情:%2Go to referenced row in table '%1'轉至表 '%1' 中的引用的行table '%1'表“%1”Referenced row (%1)引用的行 (%1)Trim pasted text?移除貼上文字兩端的空白?The pasted text contains leading or trailing white space. Trim it automatically?貼上的文字兩端含有空白符號。自動移除?Paste "NULL" as null value?Paste "NULL" as null value?The pasted text contains "NULL" literals. Do you want to consider them as NULL values?The pasted text contains "NULL" literals. Do you want to consider them as NULL values?Edit value編輯值SqlTableModelError while committing new row: %1提交新行時發生錯誤:%1Error while deleting row from table %1: %2從表 %1 中刪除行時發生錯誤:%2SqliteExtensionEditorFilter extensions擴充套件篩選器Leave empty to use default function留空則使用預設函式Extension file擴充套件檔案Initialization function初始化函式Databases資料庫Register in all databases在所有資料庫中註冊Register in following databases:在下列資料庫中註冊:Extension manager window has uncommitted modifications.擴充套件管理視窗有未提交的更改。Extension manager擴充套件管理器Commit all extension changes提交所有擴充套件更改Rollback all extension changes回滾所有擴充套件更改Add new extension新增新擴充套件Remove selected extension移除所選擴充套件Editing extensions manual手動編輯擴充套件File with given path does not exist or is not readable.指定路徑的檔案不存在或無法讀取。Unable to load extension: %1無法載入擴充套件:%1Invalid initialization function name. Function name can contain only alpha-numeric characters and underscore.初始化函式名無效。函式名只能包含字母數字字元和下劃線。Dynamic link libraries (*.dll);;All files (*)動態連結庫 (*.dll);;所有檔案 (*)Shared objects (*.so);;All files (*)共享庫 (*.so);;All files (*)Dynamic libraries (*.dylib);;All files (*)動態庫 (*.dylib);;所有檔案 (*)All files (*)所有檔案 (*)Open file開啟檔案StatusFieldStatus狀態列Copy複製Clear清除TableConstraintsModelTypetable constraints型別Detailstable constraints詳情Nametable constraints名稱TableForeignKeyPanelForeign table:外部表:Columns列Local column本地列Foreign column外部列Reactions響應Deferred foreign key延遲外來鍵約束Named constraint命名的約束Constraint name約束名稱Pick the foreign column.選擇一個外部列。Pick the foreign table.選擇一個外部表。Select at least one foreign column.請至少選擇一個外部列。Enter a name of the constraint.輸入一個約束的名稱。Foreign columntable constraints外部列TablePrimaryKeyAndUniquePanelColumns列Column列Collation字元序Sort排序Valid only for a single column with INTEGER data type僅對整數 (INTEGER) 資料型別的單個列有效Autoincrement自動遞增Named constraint命名的約束Constraint name約束名稱On conflict當衝突時Collatetable constraints字元序Sort ordertable constraints排序方式Select at least one column.至少選擇一個列。Enter a name of the constraint.輸入一個約束的名稱。TableStructureModelNametable structure columns名稱Data typetable structure columns資料型別Primary
Keytable structure columns主鍵Foreign
Keytable structure columns外來鍵Uniquetable structure columns唯一Checktable structure columns條件Not
NULLtable structure columns非空Collatetable structure columns字元序Generatedtable structure columns生成Default valuetable structure columns預設值TableWindowStructure結構Table name:表名:<html><head/><body><p>Enables/disabled the WITHOUT ROWID clause on the table. Such table will no longer have the "rowid" hidden column. For such table an explicit PRIMARY KEY column is mandatory. You can read more details on this in SQLite official documentation.</p></body></html><html><head/><body><p>Enables/disabled the WITHOUT ROWID clause on the table. Such table will no longer have the "rowid" hidden column. For such table an explicit PRIMARY KEY column is mandatory. You can read more details on this in SQLite official documentation.</p></body></html><html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite bahavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html><html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite bahavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html>Data資料Constraints約束Indexes索引Triggers觸發器DDLDDLExport tabletable window匯出表Import data to tabletable window匯入資料至表Populate tabletable window填充表Refresh structuretable window重新整理結構Commit structure changestable window提交結構更改Rollback structure changestable window回滾結構更改Add columntable window新增列Edit columntable window編輯列Delete columntable window刪除列Move column uptable window上移列Move column downtable window下移列Create similar tabletable window建立相似的表Reset autoincrement valuetable window重置自動遞增值Add table constrainttable window新增表約束Edit table constrainttable window編輯表約束Delete table constrainttable window刪除表約束Move table constraint uptable window向上移動表約束Move table constraint downtable window向下一移動表約束Add table primary keytable window新增主鍵Add table foreign keytable window新增外來鍵Add table unique constrainttable window新增表唯一約束Add table check constrainttable window新增表檢查約束Refresh index listtable window重新整理索引清單Create indextable window建立索引Edit indextable window編輯索引Delete indextable window刪除索引Refresh trigger listtable window重新整理觸發器清單Create triggertable window建立觸發器Edit triggertable window編輯觸發器Delete triggertable window刪除觸發器Are you sure you want to delete column '%1'?table window您確定要刪除欄位“%1”嗎?Following problems will take place while modifying the table.
Would you like to proceed?table window修改該表時將出現以下問題。
是否繼續?Table modificationtable window修改表Could not load data for table %1. Error details: %2無法載入表 %1 的資料。錯誤詳情:%2Could not process the %1 table correctly. Unable to open a table window.無法正確處理表 %1。無法開啟表視窗。Database資料庫Could not restore window %1, because no database or table was stored in session for this window.無法還原視窗 %1,此視窗中沒有儲存資料庫或表的會話。Could not restore window '%1', because no database or table was stored in session for this window.無法還原視窗“%1”,此視窗中沒有儲存資料庫或表的會話。Could not restore window '%1', because database %2 could not be resolved.無法還原視窗“%1”,無法解析資料庫 %2。Could not restore window '%1', because the table %2 doesn't exist in the database %3.Could not restore window '%1', because the table %2 doesn't exist in the database %3.New table %1新表 %1Committed changes for table '%1' successfully.成功提交表 '%1' 的修改。Committed changes for table '%1' (named before '%2') successfully.成功提交對錶 '%1' (原名 '%2') 的更改。Could not commit table structure. Error message: %1table window無法提交表結構。錯誤資訊:%1Reset autoincrement重置自動遞增Are you sure you want to reset autoincrement value for table '%1'?您確定要重置表“%1”的自動遞增值嗎?An error occurred while trying to reset autoincrement value for table '%1': %2重置表“%1”的自動遞增值時出錯:%2Autoincrement value for table '%1' has been reset successfully.成功重置表“%1”的自動遞增值。Empty name空名稱A blank name for the table is allowed in SQLite, but it is not recommended.
Are you sure you want to create a table with blank name?SQLite 允許為表使用空白名稱,但不推薦使用空白名稱。
您確定要建立一個空白名稱的表?Cannot create a table without at least one column.無法建立沒有任何列的表。Cannot create table %1, if it has no primary key defined. Either uncheck the %2, or define a primary key.無法建立表 %1,沒有定義主鍵。取消選中 %2 或者定義一個主鍵。Cannot use autoincrement for primary key when %1 clause is used. Either uncheck the %2, or the autoincrement in a primary key.使用 %1 語句時無法為主鍵使用自動遞增。取消選中 %2,或者將一個主鍵設為自動遞增。Following columns have non-strict data type: %1. Either disable strict mode of the table, or fix column data types. Valid strict data types are: %2Following columns have non-strict data type: %1. Either disable strict mode of the table, or fix column data types. Valid strict data types are: %2Are you sure you want to delete table constraint '%1'?table window您確定要刪除表約束“%1”嗎?Delete constrainttable window刪除約束Cannot export, because no export plugin is loaded.無法匯出,沒有載入匯出外掛。Cannot import, because no import plugin is loaded.無法匯入,沒有載入匯入外掛。Uncommitted changes未提交的更改There are uncommitted structure modifications. You cannot browse or edit data until you have table structure settled.
Do you want to commit the structure, or do you want to go back to the structure tab?有未提交的結構修改。您不能瀏覽或編輯資料,直至表結構完工。
立即提交現有結構?或者返回結構選項卡?Go back to structure tab返回結構選項卡Commit modifications and browse data.提交修改並瀏覽資料。Nametable window indexes名稱Uniquetable window indexes唯一Columnstable window indexes列Partial index conditiontable window indexes部分索引條件Nametable window triggers名稱Eventtable window triggers事件Conditiontable window triggers條件Detailstable window triggers詳情Table window "%1" has uncommitted structure modifications and data.表視窗“%1”有未提交的結構更改與資料。Table window "%1" has uncommitted data.表視窗“%1”有未提交的資料。Table window "%1" has uncommitted structure modifications.表視窗“%1”有未提交的結構更改。TriggerColumnsDialogTrigger columns觸發器列Triggering columns:觸發列:Select all全選Deselect all全不選TriggerDialogTrigger觸發器On table:表:Action:動作:<p>SQL condition that will be evaluated before the actual trigger code. In case the condition returns false, the trigger will not be fired for that row.</p><p>用來判斷觸發器程式碼是否執行的 SQL 條件表示式。如果條件返回 false,則觸發器不會對該行生效。</p>Pre-condition:前提條件:The scope is still not fully supported by the SQLite database.SQLite 資料庫仍未完全支援作用域。Trigger name:觸發器名稱:When:當:List of columns for UPDATE OF action.UPDATE OF 動作的列清單Scope:作用域:Code:程式碼:Trigger statements to be executed.需要執行的觸發器語句DDLDDLOn view:檢視:Could not process trigger %1 correctly. Unable to open a trigger dialog.無法正確處理觸發器 %1。無法開啟觸發器對話方塊。Enter a valid condition.請輸入一個有效的條件。Enter a valid trigger code.請輸入一個有效的觸發器程式碼。Errortrigger dialog錯誤An error occurred while executing SQL statements:
%1執行下列 SQL 語句時出錯:
%1VersionConvertSummaryDialogDatabase version convert資料庫版本轉換Following changes to the SQL statements will be made:SQL 語句變更如下:Before之前After之後ViewWindowQuery查詢View name:檢視名稱:Output column names輸出列名稱Data資料Triggers觸發器DDLDDLCould not restore window '%1', because no database or view was stored in session for this window.無法還原視窗“%1”,此視窗中沒有儲存資料庫或表的會話。Could not restore window '%1', because database %2 could not be resolved.無法還原視窗“%1”,無法解析資料庫 %2。Could not restore window '%1', because database %2 could not be open.無法還原視窗“%1”,資料庫 %2 沒有被開啟。Could not restore window '%1', because the view %2 doesn't exist in the database %3.無法還原視窗“%1”,資料庫 %3 中不存在檢視 %2。New view %1新檢視 %1Database資料庫Refresh the viewview window重新整理檢視Commit the view changesview window提交檢視更改Rollback the view changesview window回滾檢視更改Explicit column names明確列名稱Generate output column names automatically basing on result columns of the view.基於檢視的結果列自動生成輸出列名稱。Add columnview window新增列Edit columnview window編輯列Delete columnview window刪除列Move column upview window上移列Move column downview window下移列Refresh trigger listview window重新整理觸發器清單Create new triggerview window建立新觸發器Edit selected triggerview window編輯選中觸發器Delete selected triggerview window刪除選中觸發器View window "%1" has uncommitted structure modifications and data.檢視“%1”有未提交的結構更改和資料。View window "%1" has uncommitted data.檢視“%1”有未提交的資料。View window "%1" has uncommitted structure modifications.檢視“%1”有未提交的結構更改。Could not load data for view %1. Error details: %2無法載入檢視 %1 的資料。錯誤詳情:%2Uncommitted changes未提交的更改There are uncommitted structure modifications. You cannot browse or edit data until you have the view structure settled.
Do you want to commit the structure, or do you want to go back to the structure tab?有未提交的結構修改。您不能瀏覽或編輯資料,直至表結構完工。
立即提交現有結構?或者返回結構選項卡?Go back to structure tab返回結構選項卡Commit modifications and browse data.提交更改並瀏覽資料。View '%1' was committed successfully.成功提交檢視“%1”。Committed changes for view '%1' successfully.成功提交對檢視“%1”的更改。Committed changes for view '%1' (named before '%2') successfully.成功提交對檢視“%1” (原名“%2”)的更改。Could not commit view changes. Error message: %1view window無法提交檢視更改。錯誤資訊:%1Override columns覆蓋列Currently defined columns will be overriden. Do you want to continue?當前定義的列將被覆蓋。您要繼續嗎?Could not determinate columns returned from the view. The query is problably incomplete or contains errors.無法確定檢視所返回的列。查詢可能不完整或包含錯誤。Nameview window triggers名稱Instead ofview window triggersInstead ofConditionview window triggers條件Detailstable window triggers詳情Could not process the %1 view correctly. Unable to open a view window.無法正確處理檢視 %1。無法開啟檢視視窗。Empty name空名稱A blank name for the view is allowed in SQLite, but it is not recommended.
Are you sure you want to create a view with blank name?SQLite 允許為檢視使用空白名稱,但不推薦使用空白名稱。
您確定要建立一個空白名稱的檢視?The SELECT statement could not be parsed. Please correct the query and retry.
Details: %1SELECT 語句解析失敗。請更正查詢並重試。
詳情:%1The view could not be modified due to internal SQLiteStudio error. Please report this!因 SQLiteStudio 內部錯誤,無法修改該檢視。請報告該問題!The view code could not be parsed properly for execution. This is a SQLiteStudio's bug. Please report it.用於執行的檢視程式碼無法正確解析。這是 SQLiteStudio 的 bug,請報告。Following problems will take place while modifying the view.
Would you like to proceed?view window修改該檢視時將出現以下問題。
是否繼續?View modificationview window檢視更改WidgetCoverInterrupt停止