Skip to content

Commit

Permalink
modify tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikachu2333 authored Nov 29, 2023
1 parent 8e2b718 commit 7d1aa7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.aproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="rimage_gui" libEmbed="true" icon="未命名-1.ico" ui="win" output="rimage_gui_gnu.exe" CompanyName="Github release" FileDescription="rimage_gui" LegalCopyright="Copyright (C) MIKA 2023 MIT LICENSE" ProductName="rimage_gui" InternalName="rimage_gui" FileVersion="1.6.1.48" ProductVersion="1.6.1.48" publishDir="/dist/" dstrip="true">
<project ver="10" name="rimage_gui" libEmbed="true" icon="未命名-1.ico" ui="win" output="rimage_gui_gnu.exe" CompanyName="Github release" FileDescription="rimage_gui" LegalCopyright="Copyright (C) MIKA 2023 MIT LICENSE" ProductName="rimage_gui" InternalName="rimage_gui" FileVersion="1.6.1.50" ProductVersion="1.6.1.50" publishDir="/dist/" dstrip="true">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false"/>
<folder name="窗体文件" path="dlg" comment="目录" embed="true" local="false" ignored="false"/>
Expand Down
4 changes: 2 additions & 2 deletions main.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ var tips_table = {

"edit_t" = 'rimage程序运行时的线程数量,根据不同电脑的\n不同性能适当增加线程数量可以加速图片的处理。\n图片小于5M时不建议超过8。\n\nYou can increase the num of threads\naccording to the different performance of\nyour computer to accelerate processing.\nNo more than 8 when pic size is lower than\n5MB please.';
"edit_o_d" = '程序的输出目录,默认为程序所在的目录。\n双击文本框以进行更改。\n选择“原目录输出”时无效。\n\nThe dir for output, default is the dir that\nprocess start.\nDouble click text bar to change it.\nInvalid when selecting\n"PreservingFolderStructure".';
"edit_s" = '图片的输出后缀,如abc.png→abc_updated.png\n\nSuffix when output, example,\nabc.png→abc_updated.png';
"out_format" = '您可以在此处选择您希望输出的文件格式。\n不支持手动修改!\n\nYou can choose the file format you want here.\nNever change it by input!';
"edit_s" = '图片的输出后缀,如abc.png→abc_updated.png\n留空意味着以相同名字输出(可能会覆盖原文件)\n\nSuffix when output, example,\nabc.png→abc_updated.png\n\nLeaving blank means outputting with the same\nname (may overwrite the original file)';
"out_format" = '您可以在此处选择您希望输出的文件格式。\n严禁手动修改!\n\nYou can choose the file format you want here.\nNever change it by input!';

"process_show" = '显示程序运行进度\n双击右键可快捷清除文件列表\nShow the process of Rimage.\nDouble click right button to clear file list.';
"start_cov" = '开始运行\n\nStart rimage';
Expand Down

0 comments on commit 7d1aa7c

Please sign in to comment.