mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Embedded: do not mention mention that SD card can be removed
This commit is contained in:
parent
652da25661
commit
03e083b4f3
11 changed files with 994 additions and 762 deletions
|
@ -88,47 +88,47 @@
|
|||
<translation>等待FAT分区挂载</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>挂载FAT32分区错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>操作系统未能挂载FAT32分区</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>使用自定义镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>在FAT分区上创建firstrun.sh脚本文件时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>在FAT分区上写入config.txt时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>在FAT分区上写入cmdline.txt时出错</translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||
<translation>存储容量不足。<br>至少需要%1 GB的空白空间.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>下载和写入镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>选择镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,112 +340,112 @@
|
|||
<translation>永久保存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>禁用扫描</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>设置主机名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>开启SSH服务</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>使用密码登录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>只允许使用公匙登录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation>设置'%1'用户的密码:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation>设置%1用户的登录密匙:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>配置WiFi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>热点名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>密码:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>显示密码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>WIFI国家:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>语言设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>时区:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>键盘布局:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>跳过首次启动向导</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>永久设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>完成后播放提示音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>完成后弹出磁盘</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>启用遥测</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>保存</translation>
|
||||
</message>
|
||||
|
@ -494,18 +494,18 @@
|
|||
<translation>树莓派镜像烧录器 v%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>你确定你要退出吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager还未完成任务。<br>您确定要退出吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>请选择需要写入的操作系统</translation>
|
||||
</message>
|
||||
|
@ -516,13 +516,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>储存卡</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>选择SD卡</translation>
|
||||
</message>
|
||||
|
@ -537,7 +537,7 @@
|
|||
<translation>烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>写入中...%1%</translation>
|
||||
</message>
|
||||
|
@ -562,7 +562,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>取消...</translation>
|
||||
</message>
|
||||
|
@ -573,121 +573,146 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>正在完成...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<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>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>擦除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>将SD卡格式化为FAT32格式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>使用自定义镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>使用下载的系统镜像文件烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>本地文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[写保护]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>警告</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>准备写入...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>检测到更新</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>有较新版本的rpi-imager。<br>需要下载更新吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>写入中 (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation><b>%1 </ b>已被删除<br> <br>您现在可以从读取器中取出SD卡</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="973"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> 已经成功烧录到 <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>解析 os_list.json 错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||
<translation>连接包含镜像的U盘。<br>镜像必须位于U盘的根文件夹中。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||
<translation>SD卡具有写保护。<br>尝试向上推SD卡的左侧的锁定开关,然后重试。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>返回</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>回到主页</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>发布时间:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>缓存在本地磁盘里</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>需要下载:%1 GB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>挂载到:%1 上</translation>
|
||||
</message>
|
||||
|
@ -700,27 +725,27 @@
|
|||
<translation type="vanished">继续</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>下载镜像列表错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>验证文件中...%1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>烧录成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue