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_CN.ts | 352 ++++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts (limited to 'Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts') diff --git a/Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts b/Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts new file mode 100644 index 0000000..318f662 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_zh_CN.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 文件。 It's required for 2 of 3 connections supported by the Android plugin. 更多细节见 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. + 由于'在您的机器上不可见,无法连接到设备%1 + + + + 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. + 由于'在您的机器上不可见,无法连接到设备%1 + + + + 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