Skip to content

Commit

Permalink
feat:增加翻译文件和Loading文字 (#106)
Browse files Browse the repository at this point in the history
* feat: 增加loading框文字,更新翻译文件

增加loading框文字,更新翻译文件

Log: 增加loading框文字,更新翻译文件

* feat: loading框的文字和翻译添加

loading框的文字和翻译添加

Log: loading框的文字和翻译添加
  • Loading branch information
RiskVirusPro authored Apr 26, 2022
1 parent 0847967 commit 6e17241
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="id" version="2.1">
<context>
<name>SystemMonitorService</name>
<message>
<location filename="../systemmonitorservice.cpp" line="258"/>
<location filename="../systemmonitorservice.cpp" line="275"/>
<source>Warning</source>
<translation>Peringatan</translation>
</message>
<message>
<location filename="../systemmonitorservice.cpp" line="259"/>
<source>Your CPU usage is higher than %1%!</source>
<translation>Penggunaan CPU Anda lebih tinggi dari %1%!</translation>
</message>
<message>
<location filename="../systemmonitorservice.cpp" line="276"/>
<source>Your memory usage is higher than %1%!</source>
<translation>Penggunaan memori Anda lebih tinggi dari %1%!</translation>
</message>
<message>
<location filename="../systemmonitorservice.cpp" line="291"/>
<source>View</source>
<translation>Lihat</translation>
</message>
</context>
</TS>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="id" version="2.1">
<context>
<name>Plugin.DisplayName</name>
<message>
<location filename="../gui/monitor_plugin.cpp" line="60"/>
<source>System Monitor</source>
<translation>Monitor Sistem</translation>
</message>
</context>
<context>
<name>Plugin.OpenSystemMontitor</name>
<message>
<location filename="../gui/monitor_plugin.cpp" line="147"/>
<source>Open</source>
<translation>Buka</translation>
</message>
</context>
<context>
<name>Plugin.cpu</name>
<message>
<location filename="../gui/systemmonitortipswidget.cpp" line="85"/>
<source>CPU</source>
<translation>CPU</translation>
</message>
</context>
<context>
<name>Plugin.mem</name>
<message>
<location filename="../gui/systemmonitortipswidget.cpp" line="93"/>
<source>MEM</source>
<translation>MEM</translation>
</message>
</context>
</TS>

0 comments on commit 6e17241

Please sign in to comment.