diff --git a/data/com.github.tkashkin.boiler.appdata.xml.in b/data/com.github.tkashkin.boiler.appdata.xml.in index f37f176..b43c3de 100644 --- a/data/com.github.tkashkin.boiler.appdata.xml.in +++ b/data/com.github.tkashkin.boiler.appdata.xml.in @@ -35,11 +35,28 @@ - https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/1.png + https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/connect.png + + + https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_31.png + + + https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_60.png + + + https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_90.png + + + https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_100.png + + +

Updated appdata. Fixed untranslatable string.

+
+

Initial release.

diff --git a/debian/changelog b/debian/changelog index e477273..f8b9c59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ +com.github.tkashkin.boiler (0.1.1) xenial; urgency=low + + * Updated appdata. Fixed untranslatable string + + -- tkashkin Mon, 06 Aug 2018 19:57:11 +0300 + com.github.tkashkin.boiler (0.1.0) xenial; urgency=low * Initial release - -- tkashkin Sun, 05 Aug 2018 21:34:20 +0300 + -- tkashkin Sun, 05 Aug 2018 21:34:20 +0300 \ No newline at end of file diff --git a/meson.build b/meson.build index 0f72a12..c12aafe 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.0') +project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.1') i18n = import('i18n') gnome = import('gnome') diff --git a/po/POTFILES b/po/POTFILES index 083b2d2..9bfde81 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -11,4 +11,6 @@ src/ui/views/BaseView.vala src/ui/views/connect/ConnectView.vala src/ui/views/connect/DeviceRow.vala -src/ui/views/kettle/KettleView.vala \ No newline at end of file +src/ui/views/kettle/KettleView.vala + +src/devices/kettle/redmond/RK_G2XX.vala \ No newline at end of file diff --git a/po/com.github.tkashkin.boiler.pot b/po/com.github.tkashkin.boiler.pot index fba9e78..cddb9d6 100644 --- a/po/com.github.tkashkin.boiler.pot +++ b/po/com.github.tkashkin.boiler.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.tkashkin.boiler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-05 21:35+0300\n" +"POT-Creation-Date: 2018-08-06 19:51+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -76,3 +76,9 @@ msgstr "" #: src/ui/views/kettle/KettleView.vala:162 msgid "Enable" msgstr "" + +#: src/devices/kettle/redmond/RK_G2XX.vala:29 +msgid "" +"Your PC is not paired to the kettle.\n" +"Hold kettle power button for 5 seconds" +msgstr "" diff --git a/po/ru.po b/po/ru.po index f9efefa..9756f6f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.tkashkin.boiler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-05 21:35+0300\n" +"POT-Creation-Date: 2018-08-06 19:51+0300\n" "PO-Revision-Date: 2018-07-30 10:26+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -77,3 +77,11 @@ msgstr "Выключить" #: src/ui/views/kettle/KettleView.vala:162 msgid "Enable" msgstr "Включить" + +#: src/devices/kettle/redmond/RK_G2XX.vala:29 +msgid "" +"Your PC is not paired to the kettle.\n" +"Hold kettle power button for 5 seconds" +msgstr "" +"Ваш компьютер не подключен к чайнику.\n" +"Удерживайте кнопку питания чайника около 5 секунд" \ No newline at end of file