From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts | 352 ++++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts (limited to 'Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts') diff --git a/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts b/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts new file mode 100644 index 0000000..e39a12f --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + 無效或不完整的 Android 資料庫 URL。 + + + + Android database URL + Android 資料庫 URL + + + + Select Android database + 選擇 Android 資料庫 + + + + Select ADB + 選擇 ADB + + + + Using Android Debug Bridge: %1 + 使用 Android 除錯橋 (ADB):%1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + 您可以從工具選單取得 Android 聯結器 JAR 檔案。Android 外掛支援的 3 種連線方式有 2 個需要它。更多細節見 SQLiteStudio wiki 頁面上的<a href="%1">外掛文件</a>。 + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + 找不到 ADB 應用程式。<a href="%1">點選此處</a> 來指定 ADB 應用程式的位置。否則 %2 外掛將不支援 USB 線纜連線,只能使用網路連線.. + + + + Invalid ADB + 無效的 ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + 選擇的 ADB 不正確。 +選擇另一個?或者不做設定檔? + + + + Select another ADB + 選擇其他 ADB + + + + Leave unconfigured + 不做設定檔 + + + + Save jar file + 儲存 jar 檔案 + + + + Get Android connector JAR file + 獲取 Android 聯結器 JAR 檔案 + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite 驅動程式不支援可載入的擴充套件。 + + + + Connection with Android database '%1' lost. + 與 Android 資料庫 '%1' 的連線丟失。 + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + 為裝置 %1 建立 %2 埠轉發失敗。 + + + + Could not connect to network host: %1:%2 + 無法連線到網路主機:%1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + 無法連線到 %1:%2,密碼無效。 + + + + Unable to execute query on Android device (connection was closed): %1 + 無法在 Android 裝置上執行查詢 (連線已關閉):%1 + + + + Error while parsing response from Android: %1 + 解析來自 Android 響應出錯:%1 + + + + Generic error from Android: %1 + 來自 Android 的一般錯誤:%1 + + + + + Missing 'columns' in response from Android. + 來自 Android 的響應中缺少 'columns'。 + + + + Response from Android has missing data for column '%1' in row %2. + 來自 Android 的響應中,缺少資料行 %2、列 '%1' 的資料。 + + + + DbAndroidPathDialog + + + Android database URL + Android 資料庫 URL + + + + Connection method + 連線方式 + + + + USB cable - port forwarding + USB 線纜 - 埠轉發 + + + + USB cable - sqlite3 command + USB 線纜 - sqlite3 命令 + + + + Network (IP address) + 網路 (IP 地址) + + + + Device + 裝置 + + + + IP address + IP 地址 + + + + Port + + + + + Remote access password + 遠端訪問密碼 + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>這是在 Android 應用程式中嵌入的為 SQLiteStudio 服務設定檔的密碼。</p> + + + + Application + 應用程式 + + + + Filter + 篩選器 + + + + Database + 資料庫 + + + + Create a new database directly on the device. + 直接在該裝置上新建一個數據庫。 + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + 從裝置中刪除當前選中的資料庫。當前選中的資料庫顯示在此按鈕左側的清單中。 + + + + Enter valid IP address. + 請鍵入有效的 IP 地址。 + + + + Pick Android device. + 選擇 Android 裝置。 + + + + Pick Android database. + 選擇 Android 資料庫。 + + + + Selected Android application is unknown, or not debuggable. + 所選的 Android 應用程式未知或者不可除錯。 + + + + Create new database + 建立新資料庫 + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + 請提供新資料庫的名稱。 +Android 應用程式將用此來連線該資料庫: + + + + + + Invalid name + 無效名稱 + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + 裝置上已存在相同名稱的資料庫 (%1)。 +名稱必須唯一。 + + + + Could not create database '%1', because could not connect to the device. + 無法建立資料庫 '%1',無法連線到該裝置。 + + + + Could not create database '%1'. +Details: %2 + 無法建立資料庫 '%1'。 +詳細資訊:%2 + + + + Delete database + 刪除資料庫 + + + + Are you sure you want to delete database '%1' from %2? + 確定從 %2 中刪除資料庫 '%1' 嗎? + + + + + Error deleting + 刪除出錯 + + + + Could not connect to %1 in order to delete database '%2'. + 無法連線到 %1 以刪除資料庫 '%2'。 + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + 無法從該裝置中刪除資料庫 '%1'。 +Android 裝置拒絕或無法完成刪除。 + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + 無法連線裝置 %1,應用程式 %2 似乎沒有在該裝置上安裝。 + + + + Cannot connect to device %1, because the application %2 is not debuggable. + 無法連線裝置 %1,應用程式 %2 不可除錯。 + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + 無法連線裝置 %1,命令 '%2' 在該裝置上似乎不可用。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + 無法連線裝置 %1,無法訪問該裝置上的 '%2' 資料庫。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + 無法連線裝置 %1,無法訪問該裝置上的 '%2' 資料庫。詳細資訊:%3 + + + + Cannot get list of databases for application %1. Details: %2 + 無法獲取應用程式 %1 的資料庫清單。詳細資訊:%2 + + + + + Could not execute query on database '%1': %2 + 無法在資料庫 '%1' 上執行查詢:%2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + 無法在此查詢中繫結引數 '%1',因為缺少它的值。 + + + -- cgit v1.2.3