Translations:Extra tools/34/zh: Difference between revisions
Appearance
Created page with "=== map_diff ===" |
No edit summary |
||
Line 1: | Line 1: | ||
* 如果提供的参数不正确会显示用法示例; | |||
* 如果在打开源文件<code>''src_map_file''</code> 时出错则会显示<code>failed to open source map</code> ; | |||
* 如果在打开目标文件<code>''dest_map_file''</code> 时出错则会显示<code>failed to open destination map</code> ; | |||
* 如果磁盘空间不足或有其他存储问题则会显示<code>error loading storage</code> ; | |||
* 如果在打开PNG图片时出错则会显示<code>failed to open image file</code> ; | |||
* 如果图片格式错误则会显示<code>invalid image format</code> 。 |
Latest revision as of 09:24, 18 January 2025
- 如果提供的参数不正确会显示用法示例;
- 如果在打开源文件
src_map_file
时出错则会显示failed to open source map
; - 如果在打开目标文件
dest_map_file
时出错则会显示failed to open destination map
; - 如果磁盘空间不足或有其他存储问题则会显示
error loading storage
; - 如果在打开PNG图片时出错则会显示
failed to open image file
; - 如果图片格式错误则会显示
invalid image format
。