Skip to content

Commit 0d27a27

Browse files
committed
Version Number
1 parent 72845e0 commit 0d27a27

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

RMEssentials.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CONFIG += warn_on c++11
33
win32: CONFIG += skip_target_version_ext
44

5-
VERSION = 7.1.1
6-
RMEVERSION = 20170101
5+
VERSION = 7.1.31
6+
RMEVERSION = 20170131
77
DEFINES += "RMEVERSION=\\\"$$RMEVERSION\\\"" "RMEVERSIONNUMBER=\\\"$$VERSION\\\""
88

99
DEFINES += QT_NO_CAST_FROM_ASCII

src/rmessentials/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="org.RMEssentials" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="7.1.1" android:versionCode="20170101" android:installLocation="auto">
2+
<manifest package="org.RMEssentials" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="7.1.31" android:versionCode="20170131" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
44
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="@string/app_name" android:screenOrientation="landscape" android:launchMode="singleTop">
55
<intent-filter>

src/rmessentials/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "main.h"
1+
#include "main.h"
22

33
#include "changename.h"
44
#include "download.h"
@@ -126,7 +126,7 @@ void MainDialog::about()
126126
{
127127
QString aboutContent = tr(
128128
"The version of RMEssentials frontend is: %1.\n\n"
129-
"RMEssentials is a small software written by Fsu0413. \n"
129+
"RMEssentials is a small software written by Fsu0413(from Wings of Melody). \n"
130130
"It is used to operate the files for a game by Tencent: Rhythm Master. \n"
131131
"It now contains 4 main features: ChangeName, Download, SongClientEdit, PapaSongClientEdit. \n\n"
132132
"This Program is linked against Qt %2, and loads Qt %3 to run.\n"

src/rmessentials/translations/rmessentials.ts

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ Are you sure?</source>
206206
<source>Cancel</source>
207207
<translation>取消</translation>
208208
</message>
209+
<message>
210+
<source>Song &amp;&amp; IMDs</source>
211+
<translation>歌曲与IMD</translation>
212+
</message>
209213
</context>
210214
<context>
211215
<name>MainDialog</name>
@@ -257,31 +261,32 @@ Are you sure?</source>
257261
<source> new version %1 available</source>
258262
<translation> 新版本 %1 可用</translation>
259263
</message>
264+
<message>
265+
<source>
266+
This Program is linked against QuaZip %1.
267+
Since Quazip does not provide a way to detect version number, we cannot know which version we are loading when running.</source>
268+
<translation>
269+
这个程序链接时使用Quazip%1。
270+
因为Quazip不提供检测版本号的方法,无法得知运行时加载的Quazip的版本号。</translation>
271+
</message>
260272
<message>
261273
<source>The version of RMEssentials frontend is: %1.
262274

263-
RMEssentials is a small software written by Fsu0413.
275+
RMEssentials is a small software written by Fsu0413(from Wings of Melody).
264276
It is used to operate the files for a game by Tencent: Rhythm Master.
265277
It now contains 4 main features: ChangeName, Download, SongClientEdit, PapaSongClientEdit.
266278

267279
This Program is linked against Qt %2, and loads Qt %3 to run.
268280
This Program is linked against libRMEssentials %1, and loads libRMEssentials %4 to run.</source>
269281
<translation>当前节奏大师工具箱前端的版本是:%1.
270282

271-
节奏大师工具箱是由Fsu0413编写的小软件
283+
节奏大师工具箱是由Wom★Fsu0413编写的小软件
272284
用来操作节奏大师(一款由腾讯开发的游戏)相关的文件的软件。
273285
现在包含4个主要功能:修改名字,下载歌曲和谱面,客户端歌曲编辑,星动模式客户端歌曲编辑。
274286

275287
这个程序链接时使用Qt %2,运行时加载Qt %3。
276288
这个程序链接时使用libRMEssentials %1,运行时加载libRMEssentials %4。</translation>
277289
</message>
278-
<message>
279-
<source>
280-
This Program is linked against QuaZip %1.
281-
Since Quazip does not provide a way to detect version number, we cannot know which version we are loading when running.</source>
282-
<translation>这个程序链接时使用Quazip%1。
283-
因为Quazip不提供检测版本号的方法,无法得知运行时加载的Quazip的版本号。</translation>
284-
</message>
285290
</context>
286291
<context>
287292
<name>PapaSongClientEditDialog</name>
@@ -404,10 +409,6 @@ Since Quazip does not provide a way to detect version number, we cannot know whi
404409
<source>bin files</source>
405410
<translation>bin文件</translation>
406411
</message>
407-
<message>
408-
<source>File is already exists, do you want to overwrite?</source>
409-
<translation>文件已存在,覆盖?</translation>
410-
</message>
411412
<message>
412413
<source>open an other file</source>
413414
<translation>打开一个其他文件</translation>
@@ -432,14 +433,6 @@ Since Quazip does not provide a way to detect version number, we cannot know whi
432433
<source>Search</source>
433434
<translation>搜索</translation>
434435
</message>
435-
<message>
436-
<source>Merge Song List</source>
437-
<translation>合并歌单</translation>
438-
</message>
439-
<message>
440-
<source>Are you sure to merge the current loaded file to the select file?</source>
441-
<translation>你确定要将现在载入的文件合并到你选择的文件中么?</translation>
442-
</message>
443436
<message>
444437
<source>All Song Unlock</source>
445438
<translation>所有歌曲解锁</translation>
@@ -472,5 +465,13 @@ Since Quazip does not provide a way to detect version number, we cannot know whi
472465
<source>Apply patch from device failed</source>
473466
<translation>从设备应用补丁失败</translation>
474467
</message>
468+
<message>
469+
<source>xml files</source>
470+
<translation>xml文件</translation>
471+
</message>
472+
<message>
473+
<source> - User Made Notes Mode</source>
474+
<translation> - 自制谱模式</translation>
475+
</message>
475476
</context>
476477
</TS>

0 commit comments

Comments
 (0)