Compare commits
2 Commits
coffeehorr
...
v2.12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc52cc3051 | ||
|
|
91c6753559 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "page.kramo.Cartridges.Devel",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "47",
|
||||
"runtime-version": "48",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"command": "cartridges",
|
||||
"finish-args": [
|
||||
|
||||
@@ -54,9 +54,9 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="2.11.1" date="2025-03-15">
|
||||
<release version="2.12" date="2025-03-19">
|
||||
<description translate="no">
|
||||
<p>Updated the location of Steam covers, so they should correctly import again</p>
|
||||
<p>Updated for GNOME 48</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.11" date="2024-12-21">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'cartridges',
|
||||
version: '2.11.1',
|
||||
version: '2.12',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [
|
||||
'warning_level=2',
|
||||
|
||||
30
po/ca.po
30
po/ca.po
@@ -2,13 +2,14 @@
|
||||
# Copyright (C) YEAR kramo
|
||||
# This file is distributed under the same license as the Cartridges package.
|
||||
# jolupa <jolupameister@gmail.com>, 2023.
|
||||
# Moreno <hibarioath@proton.me>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-05 14:01+0100\n"
|
||||
"PO-Revision-Date: 2023-12-15 13:10+0000\n"
|
||||
"Last-Translator: jolupa <jolupameister@gmail.com>\n"
|
||||
"PO-Revision-Date: 2025-03-15 04:51+0000\n"
|
||||
"Last-Translator: Moreno <hibarioath@proton.me>\n"
|
||||
"Language-Team: Catalan <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/ca/>\n"
|
||||
"Language: ca\n"
|
||||
@@ -16,7 +17,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.3\n"
|
||||
"X-Generator: Weblate 5.11-dev\n"
|
||||
|
||||
#: data/page.kramo.Cartridges.desktop.in:3
|
||||
#: data/page.kramo.Cartridges.metainfo.xml.in:9
|
||||
@@ -205,7 +206,7 @@ msgstr "Esborrar tots els jocs"
|
||||
|
||||
#: data/gtk/preferences.blp:65
|
||||
msgid "Import Games Automatically"
|
||||
msgstr ""
|
||||
msgstr "Importar jocs automàticament"
|
||||
|
||||
#: data/gtk/preferences.blp:69
|
||||
msgid "Remove Uninstalled Games"
|
||||
@@ -538,7 +539,6 @@ msgstr "{} mostrar"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: cartridges/game.py:153
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgstr "{} eliminat"
|
||||
|
||||
@@ -587,29 +587,27 @@ msgstr "Descartar"
|
||||
|
||||
#: cartridges/utils/relative_date.py:30
|
||||
msgid "Today"
|
||||
msgstr ""
|
||||
msgstr "Avui"
|
||||
|
||||
#: cartridges/utils/relative_date.py:32
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
msgstr "Ahir"
|
||||
|
||||
#: cartridges/utils/relative_date.py:36
|
||||
#, fuzzy
|
||||
msgid "Last Week"
|
||||
msgstr "Últim jugat"
|
||||
msgstr "Última setmana"
|
||||
|
||||
#: cartridges/utils/relative_date.py:38
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "Aquest mes"
|
||||
|
||||
#: cartridges/utils/relative_date.py:40
|
||||
msgid "Last Month"
|
||||
msgstr ""
|
||||
msgstr "Últim mes"
|
||||
|
||||
#: cartridges/utils/relative_date.py:44
|
||||
#, fuzzy
|
||||
msgid "Last Year"
|
||||
msgstr "Últim jugat"
|
||||
msgstr "Any passat"
|
||||
|
||||
#: cartridges/importer/importer.py:144
|
||||
msgid "Importing Games…"
|
||||
@@ -625,19 +623,17 @@ msgstr "No s'han trobat jocs nous"
|
||||
|
||||
#. The variable is the number of games.
|
||||
#: cartridges/importer/importer.py:379
|
||||
#, fuzzy
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "{} jocs importats"
|
||||
msgstr[0] "{} joc importat"
|
||||
msgstr[1] "{} jocs importats"
|
||||
|
||||
#. The variable is the number of games. This text comes after "{0} games imported".
|
||||
#: cartridges/importer/importer.py:383
|
||||
#, fuzzy
|
||||
msgid ", {} removed"
|
||||
msgid_plural ", {} removed"
|
||||
msgstr[0] "{} eliminat"
|
||||
msgstr[1] "{} eliminat"
|
||||
msgstr[1] "{} eliminats"
|
||||
|
||||
#. The variable is the name of the source
|
||||
#: cartridges/importer/location.py:34
|
||||
|
||||
29
po/de.po
29
po/de.po
@@ -3,16 +3,18 @@
|
||||
# This file is distributed under the same license as the Cartridges package.
|
||||
# Jummit <jummit@web.de>, 2023.
|
||||
# WebSnke <websnke@tutanota.com>, 2023.
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2023.
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2023, 2025.
|
||||
# Simon Hahne <simonhahne@web.de>, 2023.
|
||||
# Konstantin Tutsch <mail@konstantintutsch.com>, 2024.
|
||||
# Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-05 14:01+0100\n"
|
||||
"PO-Revision-Date: 2024-02-19 06:35+0000\n"
|
||||
"Last-Translator: Konstantin Tutsch <mail@konstantintutsch.com>\n"
|
||||
"PO-Revision-Date: 2025-03-15 16:28+0000\n"
|
||||
"Last-Translator: Weblate Translation Memory <noreply-mt-weblate-translation-"
|
||||
"memory@weblate.org>\n"
|
||||
"Language-Team: German <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/de/>\n"
|
||||
"Language: de\n"
|
||||
@@ -20,7 +22,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.4\n"
|
||||
"X-Generator: Weblate 5.11-dev\n"
|
||||
|
||||
#: data/page.kramo.Cartridges.desktop.in:3
|
||||
#: data/page.kramo.Cartridges.metainfo.xml.in:9
|
||||
@@ -209,7 +211,7 @@ msgstr "Alle Spiele entfernen"
|
||||
|
||||
#: data/gtk/preferences.blp:65
|
||||
msgid "Import Games Automatically"
|
||||
msgstr ""
|
||||
msgstr "Spiele automatisch importieren"
|
||||
|
||||
#: data/gtk/preferences.blp:69
|
||||
msgid "Remove Uninstalled Games"
|
||||
@@ -550,7 +552,6 @@ msgstr "{} unversteckt"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: cartridges/game.py:153
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgstr "{} entfernt"
|
||||
|
||||
@@ -606,22 +607,20 @@ msgid "Yesterday"
|
||||
msgstr "Gestern"
|
||||
|
||||
#: cartridges/utils/relative_date.py:36
|
||||
#, fuzzy
|
||||
msgid "Last Week"
|
||||
msgstr "Zuletzt gespielt"
|
||||
msgstr "Letzte Woche"
|
||||
|
||||
#: cartridges/utils/relative_date.py:38
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "Dieser Monat"
|
||||
|
||||
#: cartridges/utils/relative_date.py:40
|
||||
msgid "Last Month"
|
||||
msgstr ""
|
||||
msgstr "Letzter Monat"
|
||||
|
||||
#: cartridges/utils/relative_date.py:44
|
||||
#, fuzzy
|
||||
msgid "Last Year"
|
||||
msgstr "Zuletzt gespielt"
|
||||
msgstr "Letztes Jahr"
|
||||
|
||||
#: cartridges/importer/importer.py:144
|
||||
msgid "Importing Games…"
|
||||
@@ -637,7 +636,6 @@ msgstr "Keine neuen Spiele gefunden"
|
||||
|
||||
#. The variable is the number of games.
|
||||
#: cartridges/importer/importer.py:379
|
||||
#, fuzzy
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "{} Spiele importiert"
|
||||
@@ -645,11 +643,10 @@ msgstr[1] "{} Spiele importiert"
|
||||
|
||||
#. The variable is the number of games. This text comes after "{0} games imported".
|
||||
#: cartridges/importer/importer.py:383
|
||||
#, fuzzy
|
||||
msgid ", {} removed"
|
||||
msgid_plural ", {} removed"
|
||||
msgstr[0] "{} entfernt"
|
||||
msgstr[1] "{} entfernt"
|
||||
msgstr[0] ", {} entfernt"
|
||||
msgstr[1] ", {} entfernt"
|
||||
|
||||
#. The variable is the name of the source
|
||||
#: cartridges/importer/location.py:34
|
||||
|
||||
33
po/en_GB.po
33
po/en_GB.po
@@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the Cartridges package.
|
||||
# kramo <contact@kramo.page>, 2024.
|
||||
# Bruce Cowan <bruce@bcowan.me.uk>, 2024.
|
||||
# Andi Chandler <andi@gowling.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-05 14:01+0100\n"
|
||||
"PO-Revision-Date: 2024-03-24 15:19+0000\n"
|
||||
"Last-Translator: Bruce Cowan <bruce@bcowan.me.uk>\n"
|
||||
"PO-Revision-Date: 2025-02-20 14:20+0000\n"
|
||||
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
||||
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
|
||||
"cartridges/cartridges/en_GB/>\n"
|
||||
"Language: en_GB\n"
|
||||
@@ -17,7 +18,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.5-dev\n"
|
||||
"X-Generator: Weblate 5.10.1-dev\n"
|
||||
|
||||
#: data/page.kramo.Cartridges.desktop.in:3
|
||||
#: data/page.kramo.Cartridges.metainfo.xml.in:9
|
||||
@@ -206,7 +207,7 @@ msgstr "Remove All Games"
|
||||
|
||||
#: data/gtk/preferences.blp:65
|
||||
msgid "Import Games Automatically"
|
||||
msgstr ""
|
||||
msgstr "Import Games Automatically"
|
||||
|
||||
#: data/gtk/preferences.blp:69
|
||||
msgid "Remove Uninstalled Games"
|
||||
@@ -437,9 +438,10 @@ msgstr "{} launched"
|
||||
|
||||
#. Translators: Replace this with Your Name, Your Name <your.email@example.com>, or Your Name https://your-site.com for it to show up in the About dialog.
|
||||
#: cartridges/main.py:291
|
||||
#, fuzzy
|
||||
msgid "translator-credits"
|
||||
msgstr "Bruce Cowan <bruce@bcowan.me.uk>"
|
||||
msgstr ""
|
||||
"Bruce Cowan <bruce@bcowan.me.uk>\n"
|
||||
"Andi Chandler <andi@gowling.com>"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: cartridges/window.py:382
|
||||
@@ -540,7 +542,6 @@ msgstr "{} unhidden"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: cartridges/game.py:153
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgstr "{} removed"
|
||||
|
||||
@@ -588,29 +589,27 @@ msgstr "Dismiss"
|
||||
|
||||
#: cartridges/utils/relative_date.py:30
|
||||
msgid "Today"
|
||||
msgstr ""
|
||||
msgstr "Today"
|
||||
|
||||
#: cartridges/utils/relative_date.py:32
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
msgstr "Yesterday"
|
||||
|
||||
#: cartridges/utils/relative_date.py:36
|
||||
#, fuzzy
|
||||
msgid "Last Week"
|
||||
msgstr "Last Played"
|
||||
msgstr "Last Week"
|
||||
|
||||
#: cartridges/utils/relative_date.py:38
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "This Month"
|
||||
|
||||
#: cartridges/utils/relative_date.py:40
|
||||
msgid "Last Month"
|
||||
msgstr ""
|
||||
msgstr "Last Month"
|
||||
|
||||
#: cartridges/utils/relative_date.py:44
|
||||
#, fuzzy
|
||||
msgid "Last Year"
|
||||
msgstr "Last Played"
|
||||
msgstr "Last Year"
|
||||
|
||||
#: cartridges/importer/importer.py:144
|
||||
msgid "Importing Games…"
|
||||
@@ -626,15 +625,13 @@ msgstr "No new games found"
|
||||
|
||||
#. The variable is the number of games.
|
||||
#: cartridges/importer/importer.py:379
|
||||
#, fuzzy
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "{} games imported"
|
||||
msgstr[0] "{} game imported"
|
||||
msgstr[1] "{} games imported"
|
||||
|
||||
#. The variable is the number of games. This text comes after "{0} games imported".
|
||||
#: cartridges/importer/importer.py:383
|
||||
#, fuzzy
|
||||
msgid ", {} removed"
|
||||
msgid_plural ", {} removed"
|
||||
msgstr[0] "{} removed"
|
||||
|
||||
29
po/ko.po
29
po/ko.po
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) YEAR kramo
|
||||
# This file is distributed under the same license as the Cartridges package.
|
||||
# MJKim <kmj10727@gmail.com>, 2023.
|
||||
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2024.
|
||||
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2024, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-05 14:01+0100\n"
|
||||
"PO-Revision-Date: 2024-03-02 19:01+0000\n"
|
||||
"PO-Revision-Date: 2025-02-24 14:34+0000\n"
|
||||
"Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
|
||||
"Language-Team: Korean <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/ko/>\n"
|
||||
@@ -17,7 +17,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.5-dev\n"
|
||||
"X-Generator: Weblate 5.10.1-dev\n"
|
||||
|
||||
#: data/page.kramo.Cartridges.desktop.in:3
|
||||
#: data/page.kramo.Cartridges.metainfo.xml.in:9
|
||||
@@ -207,7 +207,7 @@ msgstr "모든 게임 제거"
|
||||
|
||||
#: data/gtk/preferences.blp:65
|
||||
msgid "Import Games Automatically"
|
||||
msgstr ""
|
||||
msgstr "자동으로 게임 가져오기"
|
||||
|
||||
#: data/gtk/preferences.blp:69
|
||||
msgid "Remove Uninstalled Games"
|
||||
@@ -361,7 +361,7 @@ msgstr "숨긴 게임 없음"
|
||||
|
||||
#: data/gtk/window.blp:41
|
||||
msgid "Games you hide will appear here"
|
||||
msgstr "숨긴 게임이 이곳에 나타납니다"
|
||||
msgstr "숨긴 게임은 이곳에 나타납니다"
|
||||
|
||||
#: data/gtk/window.blp:76 data/gtk/window.blp:113 cartridges/main.py:249
|
||||
msgid "All Games"
|
||||
@@ -541,7 +541,6 @@ msgstr "{} 숨김 해제함"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: cartridges/game.py:153
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgstr "{} 제거함"
|
||||
|
||||
@@ -589,29 +588,27 @@ msgstr "버리기"
|
||||
|
||||
#: cartridges/utils/relative_date.py:30
|
||||
msgid "Today"
|
||||
msgstr ""
|
||||
msgstr "오늘"
|
||||
|
||||
#: cartridges/utils/relative_date.py:32
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
msgstr "어제"
|
||||
|
||||
#: cartridges/utils/relative_date.py:36
|
||||
#, fuzzy
|
||||
msgid "Last Week"
|
||||
msgstr "최근 플레이"
|
||||
msgstr "지난 주"
|
||||
|
||||
#: cartridges/utils/relative_date.py:38
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "이번 달"
|
||||
|
||||
#: cartridges/utils/relative_date.py:40
|
||||
msgid "Last Month"
|
||||
msgstr ""
|
||||
msgstr "지난 달"
|
||||
|
||||
#: cartridges/utils/relative_date.py:44
|
||||
#, fuzzy
|
||||
msgid "Last Year"
|
||||
msgstr "최근 플레이"
|
||||
msgstr "작년"
|
||||
|
||||
#: cartridges/importer/importer.py:144
|
||||
msgid "Importing Games…"
|
||||
@@ -627,17 +624,15 @@ msgstr "새 게임이 없습니다"
|
||||
|
||||
#. The variable is the number of games.
|
||||
#: cartridges/importer/importer.py:379
|
||||
#, fuzzy
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "게임 {}건을 가져왔습니다"
|
||||
|
||||
#. The variable is the number of games. This text comes after "{0} games imported".
|
||||
#: cartridges/importer/importer.py:383
|
||||
#, fuzzy
|
||||
msgid ", {} removed"
|
||||
msgid_plural ", {} removed"
|
||||
msgstr[0] "{} 제거함"
|
||||
msgstr[0] ", {} 제거함"
|
||||
|
||||
#. The variable is the name of the source
|
||||
#: cartridges/importer/location.py:34
|
||||
|
||||
Reference in New Issue
Block a user