Jump to content

Translations:Extra tools/34/zh: Difference between revisions

From DDraceNetwork
Darkh (talk | contribs)
Created page with "=== map_diff ==="
 
Darkh (talk | contribs)
No edit summary
 
Line 1: Line 1:
=== map_diff ===
* 如果提供的参数不正确会显示用法示例;
* 如果在打开源文件<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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Extra tools)
*an usage message if incorrect arguments are provided
*<code>failed to open source map</code> if an error happens when opening the source map
*<code>failed to open destination map</code> if an error happens when opening the destination map
*<code>error loading storage</code> if failed to open storage for some reason
*<code>failed to open image file</code> if error happens on opening PNG image
*<code>invalid image format</code> if incorrectly formatted PNG.
  • 如果提供的参数不正确会显示用法示例;
  • 如果在打开源文件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