Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
Former-commit-id: f2faa51
  • Loading branch information
tkashkin committed Jul 13, 2018
1 parent b490899 commit 1fb4820
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 46 deletions.
5 changes: 5 additions & 0 deletions data/com.github.tkashkin.gamehub.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
</screenshots>

<releases>
<release type="development" version="0.5.1" date="2018-07-13">
<description>
<p>Fixes for flatpak packaging.</p>
</description>
</release>
<release type="development" version="0.5.0" date="2018-07-07">
<description>
<p>New features:</p>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.tkashkin.gamehub (0.5.1) xenial; urgency=low

* Fixes for flatpak packaging

-- tkashkin <[email protected]> Fri, 13 Jul 2018 05:28:15 +0300

com.github.tkashkin.gamehub (0.5.0) xenial; urgency=low

* Games list view
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.5.0')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.5.1')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
52 changes: 30 additions & 22 deletions po/com.github.tkashkin.gamehub.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.gamehub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-09 11:48+0300\n"
"POT-Creation-Date: 2018-07-13 05:25+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -31,7 +31,7 @@ msgid "All your games in one place"
msgstr ""

#: data/com.github.tkashkin.gamehub.appdata.xml.in:12
msgid "Manage your Steam and GOG games in one place."
msgid "Manage your Steam, GOG and Humble Bundle games in one place."
msgstr ""

#: src/data/Game.vala:73
Expand All @@ -42,12 +42,20 @@ msgstr ""
msgid "Installing"
msgstr ""

#: src/data/Game.vala:77
#: src/data/Game.vala:75
msgid "Download started"
msgstr ""

#: src/data/Game.vala:76
msgid "Download finished"
msgstr ""

#: src/data/Game.vala:79
#, c-format
msgid "Downloading: %d%% (%s / %s)"
msgstr ""

#: src/data/Game.vala:79
#: src/data/Game.vala:81
msgid "Not installed"
msgstr ""

Expand All @@ -61,16 +69,16 @@ msgid ""
"Login into your account in Steam client and return to GameHub"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:199
#: src/data/sources/humble/HumbleGame.vala:203
msgid "Select main executable of the game"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:208
#: src/data/sources/humble/HumbleGame.vala:212
#: src/ui/dialogs/GameInstallDialog.vala:90
msgid "Cancel"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:209
#: src/data/sources/humble/HumbleGame.vala:213
msgid "Select"
msgstr ""

Expand All @@ -94,15 +102,15 @@ msgstr ""
msgid "Steam installation directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:40
#: src/ui/dialogs/SettingsDialog.vala:41
msgid "GOG games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:44
#: src/ui/dialogs/SettingsDialog.vala:47
msgid "Humble Bundle games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:57
#: src/ui/dialogs/SettingsDialog.vala:61
#: src/ui/dialogs/GameDetailsDialog.vala:30
msgid "Close"
msgstr ""
Expand All @@ -116,7 +124,7 @@ msgid "Import"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:97
#: src/ui/views/GameDetailsView/GameDetailsView.vala:131
#: src/ui/views/GameDetailsView/GameDetailsView.vala:141
msgid "Install"
msgstr ""

Expand All @@ -129,7 +137,7 @@ msgid "Enable some game sources in settings"
msgstr ""

#: src/ui/views/WelcomeView.vala:34 src/ui/views/WelcomeView.vala:59
#: src/ui/views/GamesView/GamesView.vala:134
#: src/ui/views/GamesView/GamesView.vala:147
msgid "Settings"
msgstr ""

Expand Down Expand Up @@ -162,46 +170,46 @@ msgstr ""
msgid "Return to GameHub after installing"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:86
#: src/ui/views/GamesView/GamesView.vala:92
msgid "Grid view"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:87
#: src/ui/views/GamesView/GamesView.vala:93
msgid "List view"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:102
#: src/ui/views/GamesView/GamesView.vala:107
msgid "All games"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:112
#: src/ui/views/GamesView/GamesView.vala:117
#, c-format
msgid "%s games"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:118
#: src/ui/views/GamesView/GamesView.vala:123
msgid "Downloads"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:129
#: src/ui/views/GamesView/GamesView.vala:142
msgid "Search"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:170
#: src/ui/views/GamesView/GamesView.vala:183
#, c-format
msgid "%u game"
msgid_plural "%u games"
msgstr[0] ""
msgstr[1] ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:132
#: src/ui/views/GameDetailsView/GameDetailsView.vala:142
msgid "Run"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:133
#: src/ui/views/GameDetailsView/GameDetailsView.vala:143
msgid "Open installation directory"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:134
#: src/ui/views/GameDetailsView/GameDetailsView.vala:144
msgid "Open store page"
msgstr ""
60 changes: 37 additions & 23 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.gamehub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-09 11:48+0300\n"
"POT-Creation-Date: 2018-07-13 05:25+0300\n"
"PO-Revision-Date: 2018-05-27 03:39+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand All @@ -18,15 +18,21 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: data/com.github.tkashkin.gamehub.appdata.xml.in:8
#: data/com.github.tkashkin.gamehub.desktop.in:3
#: data/com.github.tkashkin.gamehub.desktop.in:4
msgid "GameHub"
msgstr ""

#: data/com.github.tkashkin.gamehub.appdata.xml.in:9
#: data/com.github.tkashkin.gamehub.desktop.in:5
#: src/ui/views/WelcomeView.vala:38
msgid "All your games in one place"
msgstr "Все игры в одном месте"

#: data/com.github.tkashkin.gamehub.appdata.xml.in:12
msgid "Manage your Steam and GOG games in one place."
msgstr "Управляйте играми из Steam и GOG в одном месте"
msgid "Manage your Steam, GOG and Humble Bundle games in one place."
msgstr "Управляйте играми из Steam, GOG и Humble Bundle в одном месте"

#: src/data/Game.vala:73
msgid "Installed"
Expand All @@ -36,12 +42,20 @@ msgstr "Установлена"
msgid "Installing"
msgstr "Установка"

#: src/data/Game.vala:77
#: src/data/Game.vala:75
msgid "Download started"
msgstr "Загрузка начата"

#: src/data/Game.vala:76
msgid "Download finished"
msgstr "Загрузка завершена"

#: src/data/Game.vala:79
#, c-format
msgid "Downloading: %d%% (%s / %s)"
msgstr "Загрузка: %d%% (%s / %s)"

#: src/data/Game.vala:79
#: src/data/Game.vala:81
msgid "Not installed"
msgstr "Не установлена"

Expand All @@ -57,16 +71,16 @@ msgstr ""
"Файл конфигурации Steam не найден.\n"
"Войдите в ваш аккаунт в клиенте Steam и вернитесь в GameHub"

#: src/data/sources/humble/HumbleGame.vala:199
#: src/data/sources/humble/HumbleGame.vala:203
msgid "Select main executable of the game"
msgstr "Выберите исполняемый файл игры"

#: src/data/sources/humble/HumbleGame.vala:208
#: src/data/sources/humble/HumbleGame.vala:212
#: src/ui/dialogs/GameInstallDialog.vala:90
msgid "Cancel"
msgstr "Отмена"

#: src/data/sources/humble/HumbleGame.vala:209
#: src/data/sources/humble/HumbleGame.vala:213
msgid "Select"
msgstr "Выбрать"

Expand All @@ -90,15 +104,15 @@ msgstr "API-ключ Steam"
msgid "Steam installation directory"
msgstr "Папка установки Steam"

#: src/ui/dialogs/SettingsDialog.vala:40
#: src/ui/dialogs/SettingsDialog.vala:41
msgid "GOG games directory"
msgstr "Папка игр GOG"

#: src/ui/dialogs/SettingsDialog.vala:44
#: src/ui/dialogs/SettingsDialog.vala:47
msgid "Humble Bundle games directory"
msgstr "Папка игр Humble Bundle"

#: src/ui/dialogs/SettingsDialog.vala:57
#: src/ui/dialogs/SettingsDialog.vala:61
#: src/ui/dialogs/GameDetailsDialog.vala:30
msgid "Close"
msgstr "Закрыть"
Expand All @@ -112,7 +126,7 @@ msgid "Import"
msgstr "Импортировать"

#: src/ui/dialogs/GameInstallDialog.vala:97
#: src/ui/views/GameDetailsView/GameDetailsView.vala:131
#: src/ui/views/GameDetailsView/GameDetailsView.vala:141
msgid "Install"
msgstr "Установить"

Expand All @@ -125,7 +139,7 @@ msgid "Enable some game sources in settings"
msgstr "Включите источники в настройках"

#: src/ui/views/WelcomeView.vala:34 src/ui/views/WelcomeView.vala:59
#: src/ui/views/GamesView/GamesView.vala:134
#: src/ui/views/GamesView/GamesView.vala:147
msgid "Settings"
msgstr "Настройки"

Expand Down Expand Up @@ -158,47 +172,47 @@ msgstr "Установить %s"
msgid "Return to GameHub after installing"
msgstr "Вернитесь в GameHub после установки"

#: src/ui/views/GamesView/GamesView.vala:86
#: src/ui/views/GamesView/GamesView.vala:92
msgid "Grid view"
msgstr "Сетка"

#: src/ui/views/GamesView/GamesView.vala:87
#: src/ui/views/GamesView/GamesView.vala:93
msgid "List view"
msgstr "Список"

#: src/ui/views/GamesView/GamesView.vala:102
#: src/ui/views/GamesView/GamesView.vala:107
msgid "All games"
msgstr "Все игры"

#: src/ui/views/GamesView/GamesView.vala:112
#: src/ui/views/GamesView/GamesView.vala:117
#, c-format
msgid "%s games"
msgstr "Игры из %s"

#: src/ui/views/GamesView/GamesView.vala:118
#: src/ui/views/GamesView/GamesView.vala:123
msgid "Downloads"
msgstr "Загрузки"

#: src/ui/views/GamesView/GamesView.vala:129
#: src/ui/views/GamesView/GamesView.vala:142
msgid "Search"
msgstr "Поиск"

#: src/ui/views/GamesView/GamesView.vala:170
#: src/ui/views/GamesView/GamesView.vala:183
#, c-format
msgid "%u game"
msgid_plural "%u games"
msgstr[0] "%u игра"
msgstr[1] "%u игры"
msgstr[2] "%u игр"

#: src/ui/views/GameDetailsView/GameDetailsView.vala:132
#: src/ui/views/GameDetailsView/GameDetailsView.vala:142
msgid "Run"
msgstr "Запустить"

#: src/ui/views/GameDetailsView/GameDetailsView.vala:133
#: src/ui/views/GameDetailsView/GameDetailsView.vala:143
msgid "Open installation directory"
msgstr "Открыть папку установки"

#: src/ui/views/GameDetailsView/GameDetailsView.vala:134
#: src/ui/views/GameDetailsView/GameDetailsView.vala:144
msgid "Open store page"
msgstr "Открыть страницу в магазине"

0 comments on commit 1fb4820

Please sign in to comment.