Skip to content

Commit 6dea569

Browse files
committed
Updated appdata. Fixed untranslatable string
1 parent 137735c commit 6dea569

6 files changed

+45
-6
lines changed

data/com.github.tkashkin.boiler.appdata.xml.in

+18-1
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,28 @@
3535

3636
<screenshots>
3737
<screenshot type="default">
38-
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/1.png</image>
38+
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/connect.png</image>
39+
</screenshot>
40+
<screenshot>
41+
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_31.png</image>
42+
</screenshot>
43+
<screenshot>
44+
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_60.png</image>
45+
</screenshot>
46+
<screenshot>
47+
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_90.png</image>
48+
</screenshot>
49+
<screenshot>
50+
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_100.png</image>
3951
</screenshot>
4052
</screenshots>
4153

4254
<releases>
55+
<release type="development" version="0.1.1" date="2018-08-06">
56+
<description>
57+
<p>Updated appdata. Fixed untranslatable string.</p>
58+
</description>
59+
</release>
4360
<release type="development" version="0.1.0" date="2018-08-05">
4461
<description>
4562
<p>Initial release.</p>

debian/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
com.github.tkashkin.boiler (0.1.1) xenial; urgency=low
2+
3+
* Updated appdata. Fixed untranslatable string
4+
5+
-- tkashkin <tkashkin@gmail.com> Mon, 06 Aug 2018 19:57:11 +0300
6+
17
com.github.tkashkin.boiler (0.1.0) xenial; urgency=low
28

39
* Initial release
410

5-
-- tkashkin <tkashkin@gmail.com> Sun, 05 Aug 2018 21:34:20 +0300
11+
-- tkashkin <tkashkin@gmail.com> Sun, 05 Aug 2018 21:34:20 +0300

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.0')
1+
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.1')
22

33
i18n = import('i18n')
44
gnome = import('gnome')

po/POTFILES

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ src/ui/views/BaseView.vala
1111
src/ui/views/connect/ConnectView.vala
1212
src/ui/views/connect/DeviceRow.vala
1313

14-
src/ui/views/kettle/KettleView.vala
14+
src/ui/views/kettle/KettleView.vala
15+
16+
src/devices/kettle/redmond/RK_G2XX.vala

po/com.github.tkashkin.boiler.pot

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.tkashkin.boiler\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-08-05 21:35+0300\n"
11+
"POT-Creation-Date: 2018-08-06 19:51+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -76,3 +76,9 @@ msgstr ""
7676
#: src/ui/views/kettle/KettleView.vala:162
7777
msgid "Enable"
7878
msgstr ""
79+
80+
#: src/devices/kettle/redmond/RK_G2XX.vala:29
81+
msgid ""
82+
"Your PC is not paired to the kettle.\n"
83+
"Hold kettle power button for 5 seconds"
84+
msgstr ""

po/ru.po

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: com.github.tkashkin.boiler\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-08-05 21:35+0300\n"
10+
"POT-Creation-Date: 2018-08-06 19:51+0300\n"
1111
"PO-Revision-Date: 2018-07-30 10:26+0300\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -77,3 +77,11 @@ msgstr "Выключить"
7777
#: src/ui/views/kettle/KettleView.vala:162
7878
msgid "Enable"
7979
msgstr "Включить"
80+
81+
#: src/devices/kettle/redmond/RK_G2XX.vala:29
82+
msgid ""
83+
"Your PC is not paired to the kettle.\n"
84+
"Hold kettle power button for 5 seconds"
85+
msgstr ""
86+
"Ваш компьютер не подключен к чайнику.\n"
87+
"Удерживайте кнопку питания чайника около 5 секунд"

0 commit comments

Comments
 (0)