2020-05-23 15:57:58 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE TS>
|
|
|
|
|
<TS version="2.1" language="zh_CN">
|
|
|
|
|
<context>
|
|
|
|
|
<name>DownloadExtractThread</name>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Error writing to storage</source>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<translation type="vanished">写入时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadextractthread.cpp" line="196"/>
|
|
|
|
|
<location filename="../downloadextractthread.cpp" line="385"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error extracting archive: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>解压 %1 时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadextractthread.cpp" line="261"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error mounting FAT32 partition</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>挂载FAT32分区错误</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadextractthread.cpp" line="281"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Operating system did not mount FAT32 partition</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>操作系统未能挂载FAT32分区</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadextractthread.cpp" line="304"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error changing to directory '%1'</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>进入文件夹 “%1” 错误</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>DownloadThread</name>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="166"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error running diskpart: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>运行 “diskpart” 命令错误 %1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="187"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error removing existing partitions</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>删除现有分区时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="213"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>Authentication cancelled</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>认证已取消</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="216"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>运行authopen以获得对磁盘设备'%1'的访问权限时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="217"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>请验证是否在隐私设置中允许“ Raspberry Pi Imager”访问“可移动卷”(在“文件和文件夹”下,或者为它提供“完全磁盘访问”)的权限。</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="239"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Cannot open storage device '%1'.</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>无法打开存储设备'%1'。</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="281"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>discarding existing data on drive</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>删除现有数据</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="301"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>zeroing out first and last MB of drive</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>清空驱动器未使用的数据</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="307"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Write error while zero'ing out MBR</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>将MBR清零时写入错误</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="826"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
|
|
|
|
<translation>从存储读取数据时错误。<br>SD卡可能已损坏。</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Waiting for FAT partition to be mounted</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">等待FAT分区挂载</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Error mounting FAT32 partition</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">挂载FAT32分区错误</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Operating system did not mount FAT32 partition</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">操作系统未能挂载FAT32分区</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="898"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Customizing image</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>使用自定义镜像</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Error creating firstrun.sh on FAT partition</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">在FAT分区上创建firstrun.sh脚本文件时出错</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Error writing to config.txt on FAT partition</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">在FAT分区上写入config.txt时出错</translation>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<translation type="vanished">在FAT分区上写入cmdline.txt时出错</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="663"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>Access denied error while writing file to disk.</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>将文件写入磁盘时访问被拒绝。</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="668"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>受控文件夹访问似乎已启用。 请将rpi-imager.exe和fat32format.exe都添加到允许的应用程序列表中,然后重试。</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="675"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>Error writing file to disk</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>将文件写入磁盘时出错</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="466"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Error downloading: %1</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>下载文件错误,已下载:%1</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="709"/>
|
|
|
|
|
<location filename="../downloadthread.cpp" line="761"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error writing to storage (while flushing)</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>刷写存储时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="716"/>
|
|
|
|
|
<location filename="../downloadthread.cpp" line="768"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error writing to storage (while fsync)</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>在fsync时写入存储时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="697"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Download corrupt. Hash does not match</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>下载的文件损坏。 哈希值不匹配</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="118"/>
|
|
|
|
|
<source>unmounting drive</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../downloadthread.cpp" line="138"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>opening drive</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>打开驱动器</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="319"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>写入镜像失败<br>SD卡可能损坏。</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../downloadthread.cpp" line="408"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>starting download</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>开始下载</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="751"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Error writing first block (partition table)</source>
|
|
|
|
|
<translation>写入第一个块(分区表)时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../downloadthread.cpp" line="845"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>验证写入失败。 SD卡的内容与写入的内容不同。</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>DriveFormatThread</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="63"/>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="124"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="185"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error partitioning: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>错误分区:%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="84"/>
|
|
|
|
|
<source>Error starting fat32format</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>启动fat32format命令时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="94"/>
|
|
|
|
|
<source>Error running fat32format: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>运行fat32format时出错:%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="104"/>
|
|
|
|
|
<source>Error determining new drive letter</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>确定新驱动器号时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="109"/>
|
|
|
|
|
<source>Invalid device: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>无效的设备:%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="146"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error formatting (through udisks2)</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>格式化错误</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="174"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error starting sfdisk</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>启动sfdisk命令时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="199"/>
|
|
|
|
|
<source>Partitioning did not create expected FAT partition %1</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../driveformatthread.cpp" line="208"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error starting mkfs.fat</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>启动mkfs.fat时出错</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="218"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error running mkfs.fat: %1</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>运行mkfs.fat时出错:%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<location filename="../driveformatthread.cpp" line="225"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Formatting not implemented for this platform</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>暂不支持此平台的格式化</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ImageWriter</name>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../imagewriter.cpp" line="248"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>存储容量不足。<br>至少需要%1 GB的空白空间.</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../imagewriter.cpp" line="254"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
|
|
|
|
<translation>输入文件不是有效的磁盘映像。<br>文件大小%1字节不是512字节的倍数。</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../imagewriter.cpp" line="442"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Downloading and writing image</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>下载和写入镜像</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../imagewriter.cpp" line="575"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Select image</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>选择镜像</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../imagewriter.cpp" line="896"/>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</context>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>LocalFileExtractThread</name>
|
|
|
|
|
<message>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<location filename="../localfileextractthread.cpp" line="34"/>
|
|
|
|
|
<source>opening image file</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>导入系统镜像</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../localfileextractthread.cpp" line="39"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Error opening image file</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>打开图像文件时出错</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>MsgPopup</name>
|
|
|
|
|
<message>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<location filename="../MsgPopup.qml" line="98"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>NO</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>不</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<location filename="../MsgPopup.qml" line="109"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>YES</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>是</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<location filename="../MsgPopup.qml" line="120"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>CONTINUE</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>继续</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<message>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<location filename="../MsgPopup.qml" line="130"/>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<source>QUIT</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</context>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>OptionsPopup</name>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="20"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Advanced options</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>高级设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="52"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Image customization options</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>镜像自定义选项</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="57"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>for this session only</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>仅限本次</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="58"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>to always use</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>永久保存</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Disable overscan</source>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<translation type="vanished">禁用扫描</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="98"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Set hostname:</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>设置主机名:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="298"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Enable SSH</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>开启SSH服务</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="317"/>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<source>Use password authentication</source>
|
|
|
|
|
<translation>使用密码登录</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="327"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Allow public-key authentication only</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>只允许使用公匙登录</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<source>Set password for '%1' user:</source>
|
2022-01-21 17:32:07 +01:00
|
|
|
|
<translation type="vanished">设置'%1'用户的密码:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="345"/>
|
2021-11-19 23:30:42 +01:00
|
|
|
|
<source>Set authorized_keys for '%1':</source>
|
|
|
|
|
<translation>设置%1用户的登录密匙:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="186"/>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<source>Configure wireless LAN</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>配置WiFi</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="205"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>SSID:</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>热点名:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="158"/>
|
|
|
|
|
<location filename="../OptionsPopup.qml" line="219"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Password:</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>密码:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="120"/>
|
2022-01-21 17:32:07 +01:00
|
|
|
|
<source>Set username and password</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="142"/>
|
2022-01-21 17:32:07 +01:00
|
|
|
|
<source>Username:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="244"/>
|
2022-01-21 17:32:07 +01:00
|
|
|
|
<source>Hidden SSID</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="238"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Show password</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>显示密码</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="71"/>
|
|
|
|
|
<source>General</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../OptionsPopup.qml" line="79"/>
|
|
|
|
|
<source>Services</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../OptionsPopup.qml" line="82"/>
|
|
|
|
|
<source>Options</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../OptionsPopup.qml" line="250"/>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<source>Wireless LAN country:</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>WIFI国家:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="261"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Set locale settings</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>语言设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="271"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Time zone:</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>时区:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="281"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Keyboard layout:</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>键盘布局:</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="../OptionsPopup.qml" line="357"/>
|
|
|
|
|
<source>RUN SSH-KEYGEN</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<message>
|
|
|
|
|
<source>Skip first-run wizard</source>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<translation type="vanished">跳过首次启动向导</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Persistent settings</source>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<translation type="vanished">永久设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="375"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Play sound when finished</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>完成后播放提示音</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="379"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Eject media when finished</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>完成后弹出磁盘</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="383"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Enable telemetry</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>启用遥测</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../OptionsPopup.qml" line="397"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>SAVE</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>保存</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>QObject</name>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../linux/linuxdrivelist.cpp" line="119"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Internal SD card reader</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>内置SD卡读卡器</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>UseSavedSettingsPopup</name>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="73"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Warning: advanced settings set</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>警告:高级设置已设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="87"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>您要应用之前保存的自定义镜像设置吗?</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="97"/>
|
2023-03-24 14:26:43 +01:00
|
|
|
|
<source>NO</source>
|
|
|
|
|
<translation type="unfinished">不</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="107"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>NO, CLEAR SETTINGS</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>清空所有设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="117"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>YES</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>是</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../UseSavedSettingsPopup.qml" line="127"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>EDIT SETTINGS</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>编辑设置</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>main</name>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="22"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Raspberry Pi Imager v%1</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>树莓派镜像烧录器 v%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="929"/>
|
2020-05-23 19:07:03 +02:00
|
|
|
|
<source>Are you sure you want to quit?</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>你确定你要退出吗?</translation>
|
2020-05-23 19:07:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="930"/>
|
2020-05-23 21:40:32 +02:00
|
|
|
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>Raspberry Pi Imager还未完成任务。<br>您确定要退出吗?</translation>
|
2020-05-23 19:07:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="97"/>
|
|
|
|
|
<location filename="../main.qml" line="413"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Operating System</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>请选择需要写入的操作系统</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="109"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>CHOOSE OS</source>
|
|
|
|
|
<translation>选择操作系统</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="133"/>
|
|
|
|
|
<location filename="../main.qml" line="780"/>
|
2021-02-08 22:06:39 +01:00
|
|
|
|
<source>Storage</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>储存卡</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="145"/>
|
|
|
|
|
<location filename="../main.qml" line="1108"/>
|
2021-02-08 22:06:39 +01:00
|
|
|
|
<source>CHOOSE STORAGE</source>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<translation>选择SD卡</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="155"/>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<source>Select this button to change the destination storage device</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>选择此按钮以更改目标存储设备</translation>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="171"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>WRITE</source>
|
|
|
|
|
<translation>烧录</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1038"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Writing... %1%</source>
|
|
|
|
|
<translation>写入中...%1%</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="216"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>CANCEL WRITE</source>
|
|
|
|
|
<translation>取消写入</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="121"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Select this button to change the operating system</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>更改操作系统</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Select this button to change the destination SD card</source>
|
2021-02-26 14:51:09 +01:00
|
|
|
|
<translation type="vanished">更改目标SD卡</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="175"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Select this button to start writing the image</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>开始写入</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="219"/>
|
|
|
|
|
<location filename="../main.qml" line="1035"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Cancelling...</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>取消...</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="227"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>CANCEL VERIFY</source>
|
|
|
|
|
<translation>取消验证</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="230"/>
|
|
|
|
|
<location filename="../main.qml" line="1058"/>
|
|
|
|
|
<location filename="../main.qml" line="1127"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Finalizing...</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>正在完成...</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="245"/>
|
2022-01-21 17:32:07 +01:00
|
|
|
|
<source>Select this button to access advanced settings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="259"/>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
<source>Using custom repository: %1</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="268"/>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="289"/>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
<source>Language: </source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="312"/>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
<source>Keyboard: </source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="437"/>
|
|
|
|
|
<source>Pi model:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../main.qml" line="448"/>
|
|
|
|
|
<source>[ All ]</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../main.qml" line="572"/>
|
|
|
|
|
<location filename="../main.qml" line="1092"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Erase</source>
|
|
|
|
|
<translation>擦除</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="573"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Format card as FAT32</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>将SD卡格式化为FAT32格式</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="582"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Use custom</source>
|
|
|
|
|
<translation>使用自定义镜像</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="583"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Select a custom .img from your computer</source>
|
|
|
|
|
<translation>使用下载的系统镜像文件烧录</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="707"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Local file</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>本地文件</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="887"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>[WRITE PROTECTED]</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>[写保护]</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="941"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Warning</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>警告</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="949"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Preparing to write...</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>准备写入...</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="962"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="973"/>
|
2020-11-23 19:23:20 +01:00
|
|
|
|
<source>Update available</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>检测到更新</translation>
|
2020-11-23 19:23:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="974"/>
|
2020-11-23 19:23:20 +01:00
|
|
|
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
2021-03-18 19:57:01 +08:00
|
|
|
|
<translation>有较新版本的rpi-imager。<br>需要下载更新吗?</translation>
|
2020-11-23 19:23:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1068"/>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
<source>Preparing to write... (%1)</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>写入中 (%1)</translation>
|
2020-11-19 19:05:09 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1093"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation><b>%1 </ b>已被删除<br> <br>您现在可以从读取器中取出SD卡</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
<source><b>%1</b> has been written to <b>%2</b></source>
|
2022-03-24 20:06:14 +01:00
|
|
|
|
<translation type="vanished"><b>%1</b> 已经成功烧录到 <b>%2</b></translation>
|
2021-11-30 23:04:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1202"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error parsing os_list.json</source>
|
|
|
|
|
<translation>解析 os_list.json 错误</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1391"/>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>连接包含镜像的U盘。<br>镜像必须位于U盘的根文件夹中。</translation>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1407"/>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
2020-08-04 11:31:41 +08:00
|
|
|
|
<translation>SD卡具有写保护。<br>尝试向上推SD卡的左侧的锁定开关,然后重试。</translation>
|
2020-07-21 15:25:01 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="528"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Back</source>
|
|
|
|
|
<translation>返回</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="529"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Go back to main menu</source>
|
|
|
|
|
<translation>回到主页</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="695"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Released: %1</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>发布时间:%1</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="705"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Cached on your computer</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>缓存在本地磁盘里</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="708"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Online - %1 GB download</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>需要下载:%1 GB</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="833"/>
|
|
|
|
|
<location filename="../main.qml" line="885"/>
|
|
|
|
|
<location filename="../main.qml" line="891"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Mounted as %1</source>
|
2021-07-05 23:43:08 +08:00
|
|
|
|
<translation>挂载到:%1 上</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>QUIT APP</source>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<translation type="vanished">退出</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>CONTINUE</source>
|
2020-06-30 00:42:39 +02:00
|
|
|
|
<translation type="vanished">继续</translation>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1017"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error downloading OS list from Internet</source>
|
|
|
|
|
<translation>下载镜像列表错误</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1061"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Verifying... %1%</source>
|
|
|
|
|
<translation>验证文件中...%1%</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1084"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Error</source>
|
|
|
|
|
<translation>错误</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1091"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source>Write Successful</source>
|
|
|
|
|
<translation>烧录成功</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2023-09-23 19:51:45 +02:00
|
|
|
|
<location filename="../main.qml" line="1100"/>
|
2020-05-23 15:57:58 +02:00
|
|
|
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
|
|
|
|
<translation><b>%1</b> 已经成功烧录到 <b>%2</b><br><br>上了,你可以卸载SD卡了</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
</TS>
|