Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knights for openSUSE:Factory checked in at 2026-04-17 21:50:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knights (Old) and /work/SRC/openSUSE:Factory/.knights.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knights" Fri Apr 17 21:50:50 2026 rev:90 rq:1347479 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knights/knights.changes 2026-03-07 20:11:02.658633503 +0100 +++ /work/SRC/openSUSE:Factory/.knights.new.11940/knights.changes 2026-04-17 21:54:10.577192502 +0200 @@ -1,0 +2,24 @@ +Sat Apr 11 16:14:13 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.04.0/ +- No code change since 26.03.90 + +------------------------------------------------------------------- +Mon Mar 30 12:10:34 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.90 + * New feature release +- No code change since 26.03.80 + +------------------------------------------------------------------- +Sat Mar 14 09:09:42 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.80 + * New feature release +- Changes since 25.12.3: + * documentation.yml is no more needed + +------------------------------------------------------------------- Old: ---- knights-25.12.3.tar.xz knights-25.12.3.tar.xz.sig New: ---- knights-26.04.0.tar.xz knights-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knights.spec ++++++ --- /var/tmp/diff_new_pack.QYGsP0/_old 2026-04-17 21:54:11.765241612 +0200 +++ /var/tmp/diff_new_pack.QYGsP0/_new 2026-04-17 21:54:11.769241778 +0200 @@ -1,7 +1,7 @@ # # spec file for package knights # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_without released Name: knights -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: A simple chess board License: GPL-2.0-or-later ++++++ knights-25.12.3.tar.xz -> knights-26.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/.flatpak-manifest.json new/knights-26.04.0/.flatpak-manifest.json --- old/knights-25.12.3/.flatpak-manifest.json 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/.flatpak-manifest.json 2026-04-09 05:26:33.000000000 +0200 @@ -2,7 +2,7 @@ "id": "org.kde.knights", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.8", + "runtime-version": "6.10", "sdk": "org.kde.Sdk", "command": "knights", "tags": ["nightly"], @@ -20,7 +20,7 @@ "config-opts": [ "-DBUILD_TESTING=OFF" ], "name": "libplasma", "buildsystem": "cmake-ninja", - "sources": [ { "type": "git", "url": "https://invent.kde.org/plasma/libplasma.git", "tag": "v6.1.2", "commit": "5b775c4f51b2cb2b571eb9709f1af4891ae986b7" } ] + "sources": [ { "type": "git", "url": "https://invent.kde.org/plasma/libplasma.git" } ] }, { "name": "knights", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/.gitlab-ci.yml new/knights-26.04.0/.gitlab-ci.yml --- old/knights-25.12.3/.gitlab-ci.yml 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/.gitlab-ci.yml 2026-04-09 05:26:33.000000000 +0200 @@ -10,3 +10,4 @@ - /gitlab-templates/flatpak.yml - /gitlab-templates/xml-lint.yml - /gitlab-templates/yaml-lint.yml + - /gitlab-templates/snap-snapcraft-lxd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/CMakeLists.txt new/knights-26.04.0/CMakeLists.txt --- old/knights-25.12.3/CMakeLists.txt 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/CMakeLists.txt 2026-04-09 05:26:33.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR) # Release Service version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "25") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "26") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump KNIGHTS_BASE_VERSION once new features are added @@ -78,7 +78,7 @@ find_package(KDEGames6 6.0.0 REQUIRED) ecm_set_disabled_deprecation_versions( - QT 6.9.0 + QT 6.10.0 KF 6.5 KDEGAMES 6.0 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ar/knights.po new/knights-26.04.0/po/ar/knights.po --- old/knights-25.12.3/po/ar/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ar/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-19 07:05+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ast/knights.po new/knights-26.04.0/po/ast/knights.po --- old/knights-25.12.3/po/ast/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ast/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2023-11-07 21:27+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/bg/knights.po new/knights-26.04.0/po/bg/knights.po --- old/knights-25.12.3/po/bg/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/bg/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-20 17:54+0100\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/bs/knights.po new/knights-26.04.0/po/bs/knights.po --- old/knights-25.12.3/po/bs/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/bs/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2014-10-20 19:25+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ca/knights.po new/knights-26.04.0/po/ca/knights.po --- old/knights-25.12.3/po/ca/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ca/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 10:52+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ca@valencia/knights.po new/knights-26.04.0/po/ca@valencia/knights.po --- old/knights-25.12.3/po/ca@valencia/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ca@valencia/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 10:52+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/cs/knights.po new/knights-26.04.0/po/cs/knights.po --- old/knights-25.12.3/po/cs/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/cs/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-12-02 11:19+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/da/knights.po new/knights-26.04.0/po/da/knights.po --- old/knights-25.12.3/po/da/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/da/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2022-11-22 18:08+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/de/knights.po new/knights-26.04.0/po/de/knights.po --- old/knights-25.12.3/po/de/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/de/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-28 23:19+0100\n" "Last-Translator: Johannes Obermayr <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/el/knights.po new/knights-26.04.0/po/el/knights.po --- old/knights-25.12.3/po/el/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/el/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-09-19 22:17+0300\n" "Last-Translator: Antonis Geralis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/en_GB/knights.po new/knights-26.04.0/po/en_GB/knights.po --- old/knights-25.12.3/po/en_GB/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/en_GB/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-05-23 19:58+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/eo/knights.po new/knights-26.04.0/po/eo/knights.po --- old/knights-25.12.3/po/eo/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/eo/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-27 10:42+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/es/knights.po new/knights-26.04.0/po/es/knights.po --- old/knights-25.12.3/po/es/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/es/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-04-07 21:37+0100\n" "Last-Translator: Sofía Priego <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/et/knights.po new/knights-26.04.0/po/et/knights.po --- old/knights-25.12.3/po/et/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/et/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2019-11-11 19:17+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/eu/knights.po new/knights-26.04.0/po/eu/knights.po --- old/knights-25.12.3/po/eu/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/eu/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-07-23 14:05+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/fa/knights.po new/knights-26.04.0/po/fa/knights.po --- old/knights-25.12.3/po/fa/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/fa/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2014-07-22 16:23+0430\n" "Last-Translator: Mohi Mirdamadi <[email protected]>\n" "Language-Team: Farsi (Persian) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/fi/knights.po new/knights-26.04.0/po/fi/knights.po --- old/knights-25.12.3/po/fi/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/fi/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-01-12 19:53+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/fr/knights.po new/knights-26.04.0/po/fr/knights.po --- old/knights-25.12.3/po/fr/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/fr/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-19 09:05+0100\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ga/knights.po new/knights-26.04.0/po/ga/knights.po --- old/knights-25.12.3/po/ga/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ga/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2011-12-28 13:57-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/gl/knights.po new/knights-26.04.0/po/gl/knights.po --- old/knights-25.12.3/po/gl/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/gl/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-01-19 12:36+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Proxecto Trasno ([email protected])\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/he/knights.po new/knights-26.04.0/po/he/knights.po --- old/knights-25.12.3/po/he/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/he/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 08:37+0200\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/hi/knights.po new/knights-26.04.0/po/hi/knights.po --- old/knights-25.12.3/po/hi/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/hi/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-15 19:31+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/hu/knights.po new/knights-26.04.0/po/hu/knights.po --- old/knights-25.12.3/po/hu/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/hu/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-02-03 21:16+0100\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ia/knights.po new/knights-26.04.0/po/ia/knights.po --- old/knights-25.12.3/po/ia/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ia/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-11-05 15:16+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/id/knights.po new/knights-26.04.0/po/id/knights.po --- old/knights-25.12.3/po/id/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/id/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-11-16 08:33+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: https://t.me/Localizations_KDE_Indonesia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/it/knights.po new/knights-26.04.0/po/it/knights.po --- old/knights-25.12.3/po/it/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/it/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 17:36+0100\n" "Last-Translator: Valter Mura <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ja/knights.po new/knights-26.04.0/po/ja/knights.po --- old/knights-25.12.3/po/ja/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ja/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2010-05-08 12:40-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ka/knights.po new/knights-26.04.0/po/ka/knights.po --- old/knights-25.12.3/po/ka/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ka/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 03:15+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/km/knights.po new/knights-26.04.0/po/km/knights.po --- old/knights-25.12.3/po/km/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/km/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2012-07-13 10:01+0700\n" "Last-Translator: sutha <[email protected]>\n" "Language-Team: Khmer <support@khmeros>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ko/knights.po new/knights-26.04.0/po/ko/knights.po --- old/knights-25.12.3/po/ko/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ko/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: KDE 한국어 번역\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-24 17:20+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/lt/knights.po new/knights-26.04.0/po/lt/knights.po --- old/knights-25.12.3/po/lt/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/lt/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-07-11 14:08+0300\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/lv/knights.po new/knights-26.04.0/po/lv/knights.po --- old/knights-25.12.3/po/lv/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/lv/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-03-04 16:48+0200\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ml/knights.po new/knights-26.04.0/po/ml/knights.po --- old/knights-25.12.3/po/ml/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ml/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2019-12-12 21:50+0000\n" "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n" "Language-Team: Swathantra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/mr/knights.po new/knights-26.04.0/po/mr/knights.po --- old/knights-25.12.3/po/mr/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/mr/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-03-11 18:08+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/nb/knights.po new/knights-26.04.0/po/nb/knights.po --- old/knights-25.12.3/po/nb/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/nb/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-01-07 20:11+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/nds/knights.po new/knights-26.04.0/po/nds/knights.po --- old/knights-25.12.3/po/nds/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/nds/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2014-05-28 17:52+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/nl/knights.po new/knights-26.04.0/po/nl/knights.po --- old/knights-25.12.3/po/nl/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/nl/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-02-11 11:18+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/nn/knights.po new/knights-26.04.0/po/nn/knights.po --- old/knights-25.12.3/po/nn/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/nn/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2023-03-11 13:50+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/pl/knights.po new/knights-26.04.0/po/pl/knights.po --- old/knights-25.12.3/po/pl/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/pl/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-21 11:11+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/pt/knights.po new/knights-26.04.0/po/pt/knights.po --- old/knights-25.12.3/po/pt/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/pt/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2021-11-10 18:34+0000\n" "Last-Translator: Pedro Morais <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/pt_BR/knights.po new/knights-26.04.0/po/pt_BR/knights.po --- old/knights-25.12.3/po/pt_BR/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/pt_BR/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" -"PO-Revision-Date: 2025-11-08 21:16-0300\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" +"PO-Revision-Date: 2025-11-08 21:10-0300\n" "Last-Translator: Guilherme Marçal Silva <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ro/knights.po new/knights-26.04.0/po/ro/knights.po --- old/knights-25.12.3/po/ro/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ro/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2012-12-22 11:47+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ru/knights.po new/knights-26.04.0/po/ru/knights.po --- old/knights-25.12.3/po/ru/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ru/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-03-17 11:52+0300\n" "Last-Translator: Olesya Gerasimenko <[email protected]>\n" "Language-Team: Basealt Translation Team\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sa/knights.po new/knights-26.04.0/po/sa/knights.po --- old/knights-25.12.3/po/sa/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sa/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-24 20:39+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Sanskrit <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sk/knights.po new/knights-26.04.0/po/sk/knights.po --- old/knights-25.12.3/po/sk/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sk/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2023-12-05 17:24+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 23.08.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -34,8 +34,7 @@ msgstr "Postúpenie" #: board.cpp:583 -#, fuzzy, kde-format -#| msgid "Promote" +#, kde-format msgctxt "@action:button" msgid "Promote" msgstr "Postúpiť" @@ -155,9 +154,7 @@ msgstr "Nová hra" #: gamedialog.cpp:266 -#, fuzzy, kde-format -#| msgid " minute" -#| msgid_plural " minutes" +#, kde-format msgctxt "@item:valuesuffix" msgid " minute" msgid_plural " minutes" @@ -166,9 +163,7 @@ msgstr[2] " minúty" #: gamedialog.cpp:267 -#, fuzzy, kde-format -#| msgid " second" -#| msgid_plural " seconds" +#, kde-format msgctxt "@item:valuesuffix" msgid " second" msgid_plural " seconds" @@ -177,9 +172,7 @@ msgstr[2] " sekundy" #: gamedialog.cpp:268 -#, fuzzy, kde-format -#| msgid " move" -#| msgid_plural " moves" +#, kde-format msgctxt "@item:valuesuffix" msgid " move" msgid_plural " moves" @@ -365,15 +358,13 @@ msgstr "Šach mat" #: historywidget.cpp:26 -#, fuzzy, kde-format -#| msgid "White" +#, kde-format msgctxt "@title:column" msgid "White" msgstr "Biela" #: historywidget.cpp:27 -#, fuzzy, kde-format -#| msgid "Black" +#, kde-format msgctxt "@title:column" msgid "Black" msgstr "Čierna" @@ -409,21 +400,18 @@ msgstr "Súradnice" #: knights.cpp:95 -#, fuzzy, kde-format -#| msgid "Custom" +#, kde-format msgctxt "@item difficulty" msgid "Custom" msgstr "Vlastné" #: knights.cpp:140 -#, fuzzy, kde-format -#| msgid "%1 is thinking..." +#, kde-format msgid "%1 is thinking…" msgstr "%1 premýšľa..." #: knights.cpp:147 -#, fuzzy, kde-format -#| msgid "Clock" +#, kde-format msgctxt "@title:window" msgid "Clock" msgstr "Hodiny" @@ -435,78 +423,67 @@ msgstr "História ťahov" #: knights.cpp:197 -#, fuzzy, kde-format -#| msgid "Resign" +#, kde-format msgctxt "@action" msgid "Resign" msgstr "Vzdať sa" #: knights.cpp:198 -#, fuzzy, kde-format -#| msgid "Admit your inevitable defeat" +#, kde-format msgctxt "@info:tooltip" msgid "Admit your inevitable defeat" msgstr "Priznať vašu nevyhnutnú prehru" #: knights.cpp:203 -#, fuzzy, kde-format -#| msgid "Undo" +#, kde-format msgctxt "@action" msgid "Undo" msgstr "Späť" #: knights.cpp:204 -#, fuzzy, kde-format -#| msgid "Take back your last move" +#, kde-format msgctxt "@info:tooltip" msgid "Take back your last move" msgstr "Vrátiť váš posledný ťah" #: knights.cpp:210 -#, fuzzy, kde-format -#| msgid "Redo" +#, kde-format msgctxt "@action" msgid "Redo" msgstr "Znovu" #: knights.cpp:211 -#, fuzzy, kde-format -#| msgid "Repeat your last move" +#, kde-format msgctxt "@info:tooltip" msgid "Repeat your last move" msgstr "Opakovať váš posledný ťah" #: knights.cpp:218 -#, fuzzy, kde-format -#| msgid "Offer &Draw" +#, kde-format msgctxt "@action" msgid "Offer &Draw" msgstr "Ponúknuť ťah" #: knights.cpp:219 -#, fuzzy, kde-format -#| msgid "Offer a draw to your opponent" +#, kde-format msgctxt "@info:tooltip" msgid "Offer a draw to your opponent" msgstr "Ponúknuť ťah vášmu protivníkovi" #: knights.cpp:224 -#, fuzzy, kde-format -#| msgid "Adjourn" +#, kde-format msgctxt "@action" msgid "Adjourn" msgstr "Odložiť" #: knights.cpp:225 -#, fuzzy, kde-format -#| msgid "Continue this game at a later time" +#, kde-format msgctxt "@info:tooltip" msgid "Continue this game at a later time" msgstr "Pokračovať v tejto hre neskôr" #: knights.cpp:230 -#, fuzzy, kde-format -#| msgid "Abort" +#, kde-format msgctxt "@action" msgid "Abort" msgstr "Prerušiť" @@ -517,43 +494,37 @@ msgstr "Ukončiť hru okamžite" #: knights.cpp:235 -#, fuzzy, kde-format -#| msgid "Show Clock" +#, kde-format msgctxt "@option:check" msgid "Show Clock" msgstr "Zobrazovať hodiny" #: knights.cpp:241 -#, fuzzy, kde-format -#| msgid "Show History" +#, kde-format msgctxt "@option:check" msgid "Show History" msgstr "Zobraziť históriu" #: knights.cpp:248 -#, fuzzy, kde-format -#| msgid "Show White Console" +#, kde-format msgctxt "@option:check" msgid "Show White Console" msgstr "Zobraziť bielu konzolu" #: knights.cpp:254 -#, fuzzy, kde-format -#| msgid "Show Black Console" +#, kde-format msgctxt "@option:check" msgid "Show Black Console" msgstr "Zobraziť čiernu konzolu" #: knights.cpp:260 -#, fuzzy, kde-format -#| msgid "Show Chat" +#, kde-format msgctxt "@option:check" msgid "Show Chat" msgstr "Zobraziť rozhovor" #: knights.cpp:299 -#, fuzzy, kde-format -#| msgid "Open File" +#, kde-format msgctxt "@title:window" msgid "Open File" msgstr "Otvoriť súbor" @@ -564,29 +535,25 @@ msgstr "Prenosná notácia hry (*.pgn)" #: knights.cpp:463 -#, fuzzy, kde-format -#| msgid "General" +#, kde-format msgctxt "@title:tab" msgid "General" msgstr "Všeobecné" #: knights.cpp:467 -#, fuzzy, kde-format -#| msgid "Computer Engines" +#, kde-format msgctxt "@title:tab" msgid "Computer Engines" msgstr "Engine počítača" #: knights.cpp:475 -#, fuzzy, kde-format -#| msgid "Accessibility" +#, kde-format msgctxt "@title:tab" msgid "Accessibility" msgstr "Prístupnosť" #: knights.cpp:480 -#, fuzzy, kde-format -#| msgid "Theme" +#, kde-format msgctxt "@title:tab" msgid "Theme" msgstr "Téma" @@ -597,8 +564,7 @@ msgstr "Naozaj sa chcete vzdať?" #: knights.cpp:489 -#, fuzzy, kde-format -#| msgid "Resign" +#, kde-format msgctxt "@title:window" msgid "Resign" msgstr "Vzdať sa" @@ -610,9 +576,7 @@ msgstr "Vzdať sa" #: knights.cpp:537 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Game over" +#, kde-format msgctxt "@title:window" msgid "Game Over" msgstr "Koniec hry" @@ -647,8 +611,7 @@ msgstr "Hra skončila víťazstvom pre hráča <em>%1</em>, hrajúceho čiernymi" #: knights.cpp:624 -#, fuzzy, kde-format -#| msgid "%1 vs. %2" +#, kde-format msgctxt "@title:window" msgid "%1 vs. %2" msgstr "%1 vs. %2" @@ -884,8 +847,7 @@ #. i18n: ectx: label, entry (speakOpponentsMoves), group (Accessibility) #: knights.kcfg:180 -#, fuzzy, kde-format -#| msgid "whether opponents' moves are spoken by Jovie" +#, kde-format msgid "whether opponent's moves are spoken" msgstr "či sa majú ťahy protivníka hovoriť cez Jovie" @@ -986,15 +948,13 @@ msgstr "Dokument na otvorenie" #: offerwidget.cpp:21 -#, fuzzy, kde-format -#| msgid "Accept" +#, kde-format msgctxt "@action" msgid "Accept" msgstr "Akceptovať" #: offerwidget.cpp:24 -#, fuzzy, kde-format -#| msgid "Decline" +#, kde-format msgctxt "@action" msgid "Decline" msgstr "Odmietnuť" @@ -1236,8 +1196,7 @@ msgstr "Sedenie spustené" #: proto/ficsdialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Logging in..." +#, kde-format msgid "Logging in…" msgstr "Prihlasuje sa..." @@ -1482,7 +1441,6 @@ msgstr "Hodnotenie protivníka" #, fuzzy -#~| msgid "Save" #~ msgctxt "@title:window" #~ msgid "Save" #~ msgstr "Uložiť" @@ -1509,7 +1467,6 @@ #~ msgstr "Nastaviť enginy:" #, fuzzy -#~| msgid "Knights" #~ msgid "KNights" #~ msgstr "Rytieri" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sl/knights.po new/knights-26.04.0/po/sl/knights.po --- old/knights-25.12.3/po/sl/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sl/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 07:15+0100\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sr/knights.po new/knights-26.04.0/po/sr/knights.po --- old/knights-25.12.3/po/sr/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sr/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-10-06 17:14+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sr@ijekavian/knights.po new/knights-26.04.0/po/sr@ijekavian/knights.po --- old/knights-25.12.3/po/sr@ijekavian/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sr@ijekavian/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-10-06 17:14+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sr@ijekavianlatin/knights.po new/knights-26.04.0/po/sr@ijekavianlatin/knights.po --- old/knights-25.12.3/po/sr@ijekavianlatin/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sr@ijekavianlatin/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-10-06 17:14+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sr@latin/knights.po new/knights-26.04.0/po/sr@latin/knights.po --- old/knights-25.12.3/po/sr@latin/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sr@latin/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2017-10-06 17:14+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/sv/knights.po new/knights-26.04.0/po/sv/knights.po --- old/knights-25.12.3/po/sv/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/sv/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2025-01-11 12:11+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/tr/knights.po new/knights-26.04.0/po/tr/knights.po --- old/knights-25.12.3/po/tr/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/tr/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: extragear-games-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 12:33+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/ug/knights.po new/knights-26.04.0/po/ug/knights.po --- old/knights-25.12.3/po/ug/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/ug/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/uk/knights.po new/knights-26.04.0/po/uk/knights.po --- old/knights-25.12.3/po/uk/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/uk/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: knights\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-18 09:29+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/zh_CN/knights.po new/knights-26.04.0/po/zh_CN/knights.po --- old/knights-25.12.3/po/zh_CN/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/zh_CN/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/po/zh_TW/knights.po new/knights-26.04.0/po/zh_TW/knights.po --- old/knights-25.12.3/po/zh_TW/knights.po 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/po/zh_TW/knights.po 2026-04-09 05:26:33.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:39+0000\n" +"POT-Creation-Date: 2025-11-17 11:50+0000\n" "PO-Revision-Date: 2024-12-19 17:39+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/snapcraft.yaml new/knights-26.04.0/snapcraft.yaml --- old/knights-25.12.3/snapcraft.yaml 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/snapcraft.yaml 2026-04-09 05:26:33.000000000 +0200 @@ -30,16 +30,13 @@ libplasma: plugin: cmake source: https://invent.kde.org/plasma/libplasma.git - source-branch: Plasma/6.1 + source-branch: Plasma/6.6 cmake-parameters: - -DCMAKE_INSTALL_PREFIX=/usr - -DCMAKE_BUILD_TYPE=Release - -DQT_MAJOR_VERSION=6 - -DBUILD_WITH_QT6=ON - -DBUILD_TESTING=OFF - build-environment: &build-environment - - LD_LIBRARY_PATH: > - "/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH" build-packages: - libxcb-composite0-dev - libxcb-damage0-dev @@ -70,7 +67,17 @@ plugin: cmake source: . source-type: local + build-snaps: + - kde-qt6-core24-sdk/latest/beta + - kf6-core24-sdk/latest/beta build-packages: + - libxml2-dev + - gettext + - doxygen + - graphviz + - libxml2-utils + - docbook-xml + - docbook-xsl - libpulse0 stage-packages: - libasound2 @@ -92,14 +99,6 @@ - -DQT_MAJOR_VERSION=6 - -DBUILD_WITH_QT6=ON - -DBUILD_TESTING=OFF - - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/snap/kf6-core24-sdk/current/usr" - - "-DCMAKE_PREFIX_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/snap/kf6-core24-sdk/current/usr" - build-environment: - - PATH: /snap/kde-qt6-core24-sdk/current/usr/bin${PATH:+:$PATH} - - PKG_CONFIG_PATH: /snap/kde-qt6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH} - - XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kde-qt6-core24-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS} - - XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kde-qt6-core24-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME} - - LD_LIBRARY_PATH: "/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:/snap/kde-qt6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/snap/kde-qt6-core24-sdk/current/usr/lib:/snap/kf6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/snap/kf6-core24-sdk/current/usr/lib:$CRAFT_STAGE/usr/lib:$CRAFT_STAGE/lib/:$CRAFT_STAGE/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" prime: - -usr/lib/*/cmake/* - -usr/include/* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-25.12.3/src/org.kde.knights.appdata.xml new/knights-26.04.0/src/org.kde.knights.appdata.xml --- old/knights-25.12.3/src/org.kde.knights.appdata.xml 2026-02-28 12:47:31.000000000 +0100 +++ new/knights-26.04.0/src/org.kde.knights.appdata.xml 2026-04-09 05:26:33.000000000 +0200 @@ -839,6 +839,7 @@ <li xml:lang="pt-BR">Fale os movimentos do oponente</li> <li xml:lang="ru">Произношение ходов противника</li> <li xml:lang="sa">प्रतिद्वन्द्वस्य चालाः वदतु</li> + <li xml:lang="sk">Speak opponent’s moves</li> <li xml:lang="sl">Govori nasprotnikove poteze</li> <li xml:lang="sv">Läs upp motståndarens drag</li> <li xml:lang="tr">Rakibin hamlelerini seslendir</li> @@ -969,7 +970,7 @@ <caption xml:lang="sk">Hlavné okno - Človek vs. Počítač</caption> <caption xml:lang="sl">Glavno okno - Človek proti računalniku</caption> <caption xml:lang="sv">Huvudfönster: Människa mot schackprogram</caption> - <caption xml:lang="tr">Ana Pencere - İnsan, Satranç İşletkesine Karşı</caption> + <caption xml:lang="tr">Ana Pencere — İnsan, Satranç İşletkesine Karşı</caption> <caption xml:lang="uk">Головне вікно — людина проти шахового рушія</caption> <caption xml:lang="zh-CN">主窗口 - 人与国际象棋引擎的对决</caption> <caption xml:lang="zh-TW">主視窗 - 人類 vs. 引擎</caption> @@ -1011,7 +1012,7 @@ <caption xml:lang="sk">Hlavné okno - Počítač vs. Počítač</caption> <caption xml:lang="sl">Glavno okno - Računalnik proti računalniku</caption> <caption xml:lang="sv">Huvudfönster: Schackprogram mot schackprogram</caption> - <caption xml:lang="tr">Ana Pencere - Satranç İşletkesi, Kendisine Karşı</caption> + <caption xml:lang="tr">Ana Pencere — Satranç İşletkesi, Kendisine Karşı</caption> <caption xml:lang="uk">Головне вікно — шаховий рушій проти шахового рушія</caption> <caption xml:lang="zh-CN">主窗口 - 国际象棋引擎之间的对决</caption> <caption xml:lang="zh-TW">主視窗 - 引擎 vs. 引擎</caption> @@ -1054,7 +1055,7 @@ <caption xml:lang="sk">Dialógové okno "Nová Hra"</caption> <caption xml:lang="sl">Pogovor o 'Novi igri'</caption> <caption xml:lang="sv">Dialogrutan "Nytt spel"</caption> - <caption xml:lang="tr">"Yeni Oyun" Penceresi</caption> + <caption xml:lang="tr">“Yeni Oyun” Penceresi</caption> <caption xml:lang="uk">Діалогове вікно «Нова гра»</caption> <caption xml:lang="zh-CN">“新建游戏”窗口</caption> <caption xml:lang="zh-TW">「新遊戲」對話框</caption> @@ -1136,7 +1137,7 @@ <caption xml:lang="sk">Hranie online - konzola FICS</caption> <caption xml:lang="sl">Sprotna igra - konzola FICS</caption> <caption xml:lang="sv">Spela på nätet: FICS-terminal</caption> - <caption xml:lang="tr">Çevrimiçi oyna - FICS Konsolu</caption> + <caption xml:lang="tr">Çevrim içi oyna — FICS Konsolu</caption> <caption xml:lang="uk">Гра у мережі — консоль FICS</caption> <caption xml:lang="zh-CN">在线播放 - 公务员协联控制台</caption> <caption xml:lang="zh-TW">線上遊玩 - FICS 控制台</caption> @@ -1177,7 +1178,7 @@ <caption xml:lang="sk">Hra online - grafický Seek-Graph</caption> <caption xml:lang="sl">Sprotna igra - grafični prikaz iskanja potez</caption> <caption xml:lang="sv">Spela på nätet: Grafiskt sökdiagram</caption> - <caption xml:lang="tr">Çevrimiçi oyna - grafik Seek-Graph</caption> + <caption xml:lang="tr">Çevrim içi oyna — grafiksel Seek-Graph</caption> <caption xml:lang="uk">Гра у мережі — граф пошуку гравців</caption> <caption xml:lang="zh-CN">在线播放-图形搜索图</caption> <caption xml:lang="zh-TW">線上遊玩 - 圖形化 Seek-Graph</caption> @@ -1195,6 +1196,8 @@ <binary>knights</binary> </provides> <releases> + <release version="2.6.26040" date="2026-04-16"/> + <release version="2.6.26040" date="2026-04-16"/> <release version="2.6.25123" date="2026-03-05"/> <release version="2.6.25122" date="2026-02-05"/> <release version="2.6.25121" date="2026-01-08"/>
