-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 增加loading框文字,更新翻译文件 增加loading框文字,更新翻译文件 Log: 增加loading框文字,更新翻译文件 * feat: loading框的文字和翻译添加 loading框的文字和翻译添加 Log: loading框的文字和翻译添加
- Loading branch information
1 parent
0847967
commit 6e17241
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
deepin-system-monitor-daemon/translations/deepin-system-monitor-daemon_id.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
34 changes: 34 additions & 0 deletions
34
deepin-system-monitor-plugin/translations/deepin-system-monitor-plugin_id.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |