-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
99 additions
and
98 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<release type="stable" version="0.16.1" date="2021-09-01" timestamp="1630521639"> | ||
<release type="stable" version="0.16.3" date="2022-05-24"> | ||
<description> | ||
<ul> | ||
<li>0.16.1: New Steam libraryfolders format (#558)</li> | ||
<li>0.16.3: Collection: Expand $game everywhere (#632, #635)</li> | ||
</ul> | ||
</description> | ||
</release> |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
com.github.tkashkin.gamehub (0.16.1) focal; urgency=low | ||
* 0.16.1 | ||
com.github.tkashkin.gamehub (0.16.3) focal; urgency=low | ||
* 0.16.3: Collection: Expand $game everywhere (#632, #635) | ||
|
||
-- Anatoliy Kashkin <[email protected]> Sun, 19 Sep 2021 22:18:30 +0300 | ||
-- Anatoliy Kashkin <[email protected]> Tue, 24 May 2022 22:18:06 +0300 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
com.github.tkashkin.gamehub (0.16.1~$VERSION_SUFFIX) $DISTRO; urgency=low | ||
* 0.16.1 | ||
com.github.tkashkin.gamehub (0.16.3~$VERSION_SUFFIX) $DISTRO; urgency=low | ||
* 0.16.3: Collection: Expand $game everywhere (#632, #635) | ||
|
||
-- Anatoliy Kashkin <[email protected]> Sun, 19 Sep 2021 22:18:30 +0300 | ||
-- Anatoliy Kashkin <[email protected]> Tue, 24 May 2022 22:18:06 +0300 |
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
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the com.github.tkashkin.gamehub package. | ||
# Omar Aglan <[email protected]>, 2019. | ||
# abidin toumi <[email protected]>, 2019, 2020. | ||
# abidin toumi <[email protected]>, 2019, 2020, 2022. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: com.github.tkashkin.gamehub\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-01-26 06:40+0300\n" | ||
"PO-Revision-Date: 2020-10-13 16:26+0000\n" | ||
"PO-Revision-Date: 2022-05-01 09:12+0000\n" | ||
"Last-Translator: abidin toumi <[email protected]>\n" | ||
"Language-Team: Arabic <https://hosted.weblate.org/projects/gamehub/" | ||
"translations/ar/>\n" | ||
|
@@ -18,7 +18,7 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" | ||
"X-Generator: Weblate 4.3-dev\n" | ||
"X-Generator: Weblate 4.12.1\n" | ||
|
||
#: src/app.vala:91 | ||
msgid "Show help" | ||
|
@@ -720,9 +720,8 @@ msgstr "DLC" | |
|
||
#: src/ui/dialogs/SettingsDialog/pages/general/Collection.vala:73 | ||
#: src/ui/views/GameDetailsView/blocks/GOGDetails.vala:197 | ||
#, fuzzy | ||
msgid "Bonus content" | ||
msgstr "المحتوى المكافأة" | ||
msgstr "المحتوى الإضافي" | ||
|
||
#: src/ui/dialogs/SettingsDialog/pages/general/Collection.vala:84 | ||
msgid "Variable syntax: <b>$var</b> or <b>${var}</b>" | ||
|
@@ -1368,13 +1367,13 @@ msgstr[4] "%u لعبة" | |
msgstr[5] "%u ألعاب" | ||
|
||
#: src/ui/views/GamesView/GamesView.vala:553 | ||
#, c-format, fuzzy | ||
#, c-format | ||
msgctxt "games_view_subtitle_filtered_games" | ||
msgid "%1$u / %2$s" | ||
msgstr "%1$u / %2$s" | ||
|
||
#: src/ui/views/GamesView/GamesView.vala:557 | ||
#, c-format, fuzzy | ||
#, c-format | ||
msgctxt "games_view_subtitle" | ||
msgid "%1$s: %2$s" | ||
msgstr "%1$s: %2$s" | ||
|
Oops, something went wrong.