Skip to content

Commit 0d3edab

Browse files
author
stsdc
committed
Merge branch 'unstable'
2 parents f7ea206 + d71edaa commit 0d3edab

File tree

8 files changed

+186
-8
lines changed

8 files changed

+186
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You'll need the following dependencies to build:
4545
sudo ninja install
4646

4747
### Debug
48-
`G_MESSAGES_DEBUG=all ./com.github.stsdc.monitor`
48+
`G_MESSAGES_DEBUG=all ./com.github.stsdc.monitor`
4949

5050
## Arch Linux
5151

data/com.github.stsdc.monitor.appdata.xml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</description>
1212
<custom>
1313
<value key="x-appcenter-color-primary">#d7f4d7</value>
14-
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
14+
<value key="x-appcenter-color-primary-text">#242d40</value>
1515
<value key="x-appcenter-suggested-price">0</value>
1616
</custom>
1717
<screenshots>
@@ -25,12 +25,12 @@
2525
<url type="help">https://github.com/stsdc/monitor/issues</url>
2626

2727
<releases>
28-
<release version="0.4.1" date="2019-02-20">
28+
<release version="0.4.2" date="2019-03-11">
2929
​ <description>
3030
​ <ul>
31-
<li>Add CPU and RAM icons</li>
32-
<li>Update Polish and Russian translation</li>
33-
<li>Fix bug, that caused hanging</li>
31+
<li>Minor bug fix</li>
32+
<li>End process button is now red</li>
33+
<li>Add Japanese translation</li>
3434
</ul>
3535
​ </description>
3636
​ </release>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.stsdc.monitor (0.4.2) bionic; urgency=low
2+
3+
* Minor bug fix
4+
* Make End process button red
5+
* Add Japanese translation
6+
7+
-- Stanisław Dac <[email protected]> Mon, 11 Mar 2019 21:06:18 +0100
8+
19
com.github.stsdc.monitor (0.4.1) bionic; urgency=low
210

311
* Add CPU and RAM icons

po/POTFILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ src/Indicator/Indicator.vala
55
src/Widgets/Headerbar.vala
66
src/Widgets/OverallView.vala
77
src/Widgets/Search.vala
8-
src/Widgets/Statusbar.vala
8+
src/Widgets/Statusbar/Statusbar.vala
99
src/Managers/AppManager.vala
1010
src/Managers/ProcessManager.vala
1111
src/Managers/Process.vala

po/extra/ja.po

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Japanese translations for extra package.
2+
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the extra package.
4+
# Ryo Nakano <[email protected]>, 2019.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: extra\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2019-02-20 11:51+0900\n"
11+
"PO-Revision-Date: 2019-02-20 11:58+0900\n"
12+
"Last-Translator: Ryo Nakano <[email protected]>\n"
13+
"Language-Team: none\n"
14+
"Language: ja\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=1; plural=0;\n"
19+
"X-Generator: Poedit 2.2.1\n"
20+
21+
#: data/com.github.stsdc.monitor.appdata.xml.in:7
22+
#: data/com.github.stsdc.monitor.desktop.in:3
23+
msgid "Monitor"
24+
msgstr "モニター"
25+
26+
#: data/com.github.stsdc.monitor.appdata.xml.in:8
27+
msgid "Manage processes and monitor system resources"
28+
msgstr "プロセスを管理し、システムリソースを監視します"
29+
30+
#: data/com.github.stsdc.monitor.appdata.xml.in:10
31+
msgid "Display usage of system resources, filter and manage processes."
32+
msgstr "システムリソースの消費量を表示し、プロセスをフィルターし管理します。"
33+
34+
#: data/com.github.stsdc.monitor.appdata.xml.in:22
35+
msgid "Stanisław Dac"
36+
msgstr "Stanisław Dac"
37+
38+
#: data/com.github.stsdc.monitor.appdata.xml.in:31
39+
msgid "Add CPU and RAM icons"
40+
msgstr "CPU と RAM のアイコンを追加"
41+
42+
#: data/com.github.stsdc.monitor.appdata.xml.in:32
43+
msgid "Update Polish and Russian translation"
44+
msgstr "ポーランド語とロシア語の翻訳をアップデート"
45+
46+
#: data/com.github.stsdc.monitor.appdata.xml.in:33
47+
msgid "Fix bug, that caused hanging"
48+
msgstr "フリーズの原因となるバグを修正"
49+
50+
#: data/com.github.stsdc.monitor.desktop.in:4
51+
msgid "System Monitor"
52+
msgstr "システムモニター"
53+
54+
#: data/com.github.stsdc.monitor.desktop.in:5
55+
msgid "Manage processes and monitor resource usage of the system"
56+
msgstr "プロセスを管理し、システムリソースの消費量を監視します"
57+
58+
#: data/com.github.stsdc.monitor.desktop.in:8
59+
msgid "com.github.stsdc.monitor"
60+
msgstr "com.github.stsdc.monitor"
61+
62+
#: data/com.github.stsdc.monitor.desktop.in:12
63+
msgid "System monitor;System usage;Task manager;"
64+
msgstr "System monitor;System usage;Task manager;システムモニター;システム消費量;タスクマネージャー;"

po/ja.po

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Japanese translations for com.github.stsdc.monitor package.
2+
# Copyright (C) 2019 THE com.github.stsdc.monitor'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the com.github.stsdc.monitor package.
4+
# Ryo Nakano <[email protected]>, 2019.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: com.github.stsdc.monitor\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2019-02-20 11:51+0900\n"
11+
"PO-Revision-Date: 2019-02-20 11:53+0900\n"
12+
"Last-Translator: Ryo Nakano <[email protected]>\n"
13+
"Language-Team: none\n"
14+
"Language: ja\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=1; plural=0;\n"
19+
"X-Generator: Poedit 2.2.1\n"
20+
21+
#: src/Indicator/Widgets/PopoverWidget.vala:12
22+
msgid "Show Monitor"
23+
msgstr "モニターを表示"
24+
25+
#: src/Indicator/Widgets/PopoverWidget.vala:13
26+
msgid "Quit Monitor"
27+
msgstr "モニターを終了"
28+
29+
#. Some information about the indicator
30+
#. Unique name
31+
#: src/Indicator/Indicator.vala:44
32+
msgid "Monitor Indicator"
33+
msgstr "モニターインジケーター"
34+
35+
#. Localised name
36+
#: src/Indicator/Indicator.vala:45
37+
msgid "Show system resources"
38+
msgstr "システムリソースを表示"
39+
40+
#: src/Widgets/Headerbar.vala:11
41+
msgid "Monitor"
42+
msgstr "モニター"
43+
44+
#: src/Widgets/Headerbar.vala:18
45+
msgid "End process"
46+
msgstr "プロセスを終了"
47+
48+
#: src/Widgets/Headerbar.vala:21
49+
msgid "Ctrl+E"
50+
msgstr "Ctrl+E"
51+
52+
#: src/Widgets/Headerbar.vala:28
53+
msgid "Settings"
54+
msgstr "設定"
55+
56+
#: src/Widgets/Headerbar.vala:46
57+
msgid "Show an indicator"
58+
msgstr "インジケーターを表示"
59+
60+
#. setup name column
61+
#: src/Widgets/OverallView.vala:21
62+
msgid "Process Name"
63+
msgstr "プロセス名"
64+
65+
#: src/Widgets/OverallView.vala:42 src/Widgets/Statusbar/Statusbar.vala:7
66+
msgid "CPU"
67+
msgstr "CPU"
68+
69+
#: src/Widgets/OverallView.vala:53 src/Widgets/Statusbar/Statusbar.vala:10
70+
msgid "Memory"
71+
msgstr "メモリー"
72+
73+
#: src/Widgets/OverallView.vala:63
74+
msgid "PID"
75+
msgstr "PID"
76+
77+
#: src/Widgets/OverallView.vala:107
78+
msgid "KiB"
79+
msgstr "KiB"
80+
81+
#: src/Widgets/OverallView.vala:112
82+
msgid "MiB"
83+
msgstr "MiB"
84+
85+
#: src/Widgets/OverallView.vala:118 src/Widgets/Statusbar/Statusbar.vala:28
86+
msgid "GiB"
87+
msgstr "GiB"
88+
89+
#: src/Widgets/Search.vala:9
90+
msgid "Search Process"
91+
msgstr "プロセスを検索"
92+
93+
#: src/Widgets/Search.vala:10
94+
msgid "Type Process Name or PID"
95+
msgstr "プロセス名か PID を入力してください"
96+
97+
#: src/Widgets/Statusbar/Statusbar.vala:12
98+
#: src/Widgets/Statusbar/Statusbar.vala:16
99+
msgid "Calculating…"
100+
msgstr "計算しています…"
101+
102+
#: src/Models/GenericModel.vala:274
103+
msgid "Background Applications"
104+
msgstr "バックグランドアプリケーション"

src/Managers/AppManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace Monitor {
8686
}
8787
}
8888

89-
private bool has_desktop_file (string desktop_file) {
89+
private bool has_desktop_file (string? desktop_file) {
9090
return !(desktop_file == null || desktop_file == "");
9191
}
9292

src/Widgets/Headerbar.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace Monitor {
1919
kill_process_button.valign = Gtk.Align.CENTER;
2020
kill_process_button.clicked.connect (window.process_view.kill_process);
2121
kill_process_button.tooltip_text = (_("Ctrl+E"));
22+
var kill_process_button_context = kill_process_button.get_style_context ();
23+
kill_process_button_context.add_class (Gtk.STYLE_CLASS_DESTRUCTIVE_ACTION);
2224

2325
button_box.add (kill_process_button);
2426
pack_start (button_box);

0 commit comments

Comments
 (0)