Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package artikulate for openSUSE:Factory checked in at 2021-12-13 20:42:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/artikulate (Old) and /work/SRC/openSUSE:Factory/.artikulate.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "artikulate" Mon Dec 13 20:42:25 2021 rev:94 rq:937866 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/artikulate/artikulate.changes 2021-11-06 18:18:39.636904106 +0100 +++ /work/SRC/openSUSE:Factory/.artikulate.new.2520/artikulate.changes 2021-12-13 20:47:05.724508215 +0100 @@ -1,0 +2,27 @@ +Fri Dec 3 19:21:21 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:10:16 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:54:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * Add freebsd CI + * Add CI linux + * Use KDE Gear version to make version auto-incrementable on each release + * fix: add oars rating to appstream metadata + +------------------------------------------------------------------- Old: ---- artikulate-21.08.3.tar.xz artikulate-21.08.3.tar.xz.sig New: ---- artikulate-21.12.0.tar.xz artikulate-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ artikulate.spec ++++++ --- /var/tmp/diff_new_pack.eodBt9/_old 2021-12-13 20:47:06.296508581 +0100 +++ /var/tmp/diff_new_pack.eodBt9/_new 2021-12-13 20:47:06.304508586 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: artikulate -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Pronunciation Self-Teaching License: LGPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause ++++++ artikulate-21.08.3.tar.xz -> artikulate-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/.arcconfig.license new/artikulate-21.12.0/.arcconfig.license --- old/artikulate-21.08.3/.arcconfig.license 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/.arcconfig.license 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandw...@kde.org> -SPDX-License-Identifier: CC0-1.0 - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/.gitlab-ci.yml new/artikulate-21.12.0/.gitlab-ci.yml --- old/artikulate-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/artikulate-21.12.0/.gitlab-ci.yml 2021-12-02 22:05:20.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/.kde-ci.yml new/artikulate-21.12.0/.kde-ci.yml --- old/artikulate-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/artikulate-21.12.0/.kde-ci.yml 2021-12-02 22:05:20.000000000 +0100 @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/karchive': '@stable' + 'frameworks/kconfig': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/knewstuff': '@stable' + 'frameworks/kirigami2': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/CMakeLists.txt new/artikulate-21.12.0/CMakeLists.txt --- old/artikulate-21.08.3/CMakeLists.txt 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/CMakeLists.txt 2021-12-02 22:05:20.000000000 +0100 @@ -1,12 +1,19 @@ # SPDX-FileCopyrightText: 2013-2016 Andreas Cord-Landwehr <cordlandw...@kde.org> # SPDX-License-Identifier: BSD-2-Clause -project(artikulate) - cmake_minimum_required(VERSION 3.5.0) set(QT_MIN_VERSION "5.11.0") set(KF5_MIN_VERSION "5.64.0") +# KDE Application Version, managed by release script +set (RELEASE_SERVICE_VERSION_MAJOR "21") +set (RELEASE_SERVICE_VERSION_MINOR "12") +set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") +set (ARTIKULATE_VERSION "1.0.0.${RELEASE_SERVICE_COMPACT_VERSION}") + +project(artikulate VERSION ${ARTIKULATE_VERSION}) + find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) find_package(KF5DocTools) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json new/artikulate-21.12.0/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json --- old/artikulate-21.08.3/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/libsound/src/qtgstreamerbackend/qtgstreamerbackend.json 2021-12-02 22:05:20.000000000 +0100 @@ -17,6 +17,7 @@ "Description[fr]": "Moteur de son pour GStreamer.", "Description[gl]": "Infraestrutura de son para GStreamer.", "Description[hi]": "??????-???????????????????????? ?????? ????????? ??????????????? ?????????????????????", + "Description[hu]": "Hangmodul GStreamerhez.", "Description[ia]": "Retro-administration de Sono per GStreamer.", "Description[it]": "Motore sonoro per GStreamer.", "Description[ko]": "GStreamer ?????? ??????????????????.", @@ -51,6 +52,7 @@ "Name[fr]": "Moteur GStreamer", "Name[gl]": "Infraestrutura de GStreamer", "Name[hi]": "??????-???????????????????????? ??????????????????", + "Name[hu]": "GStreamer modul", "Name[ia]": "Retro-administration de GStreamer", "Name[it]": "Motore GStreamer", "Name[ko]": "GStreamer ?????????", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/libsound/src/qtmultimediabackend/qtmultimediabackend.json new/artikulate-21.12.0/libsound/src/qtmultimediabackend/qtmultimediabackend.json --- old/artikulate-21.08.3/libsound/src/qtmultimediabackend/qtmultimediabackend.json 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/libsound/src/qtmultimediabackend/qtmultimediabackend.json 2021-12-02 22:05:20.000000000 +0100 @@ -17,6 +17,7 @@ "Description[fr]": "Moteur de son pour QtMultimedia", "Description[gl]": "Infraestrutura de son para QtMultimedia.", "Description[hi]": "?????????????????? ????????????????????????????????? ?????? ????????? ??????????????? ?????????????????????", + "Description[hu]": "Hangmodul QtMultimediahoz.", "Description[ia]": "Retro-administration de Sono per QtMultimedia.", "Description[it]": "Motore sonoro per QtMultimedia.", "Description[ko]": "QtMultimedia ?????? ??????????????????.", @@ -51,6 +52,7 @@ "Name[fr]": "Moteur QtMultimedia", "Name[gl]": "Infraestrutura de QtMultimedia", "Name[hi]": "?????????????????? ????????????????????????????????? ??????????????????", + "Name[hu]": "QtMultimedia modul", "Name[ia]": "Retro-Administration QtMultimedia", "Name[it]": "Motore QtMultimedia", "Name[ko]": "QtMultimedia ?????????", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/org.kde.artikulate.appdata.xml new/artikulate-21.12.0/org.kde.artikulate.appdata.xml --- old/artikulate-21.08.3/org.kde.artikulate.appdata.xml 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/org.kde.artikulate.appdata.xml 2021-12-02 22:05:20.000000000 +0100 @@ -102,6 +102,7 @@ <p xml:lang="fr">Artikulate est un programme d'entra??nement ?? la prononciation pour am??liorer et perfectionner les comp??tences dans une langue ??trang??re. Il fournit des cours avec les enregistrements d'un locuteur natif pour plusieurs langues d'entra??nement. L'??l??ve t??l??charge ces cours, s??lectionne une cat??gorie ou des phrases ?? travailler, enregistre sa propre voix en pronon??ant les phrases, puis se compare aux enregistrement du locuteur natif. En ajustant et en r??p??tant sa propre prononciation, l'??l??ve s'am??liore au fur et ?? mesure.</p> <p xml:lang="gl">Artikulate ?? un adestrador de pronuncia para axudarlo a mellorar e perfeccionar a s??a pronuncia de distintos idiomas. Fornece cursos con gravaci??ns de falantes nativos para varios idiomas. O estudante descarga os cursos, selecciona unha categor??a de frases para adestrar, e comeza coa gravaci??n da s??a propia voz pronunciando as frases, e comparando os resultados coas gravaci??ns do falante nativo, escoitando ambas as d??as gravaci??ns. Axustando e repetindo a s??a gravaci??n, o estudante pode mellorar a s??a pronuncia.</p> <p xml:lang="hi">?????????????????????????????? ?????? ????????????????????? ??????????????????????????? ?????? ?????? ?????? ?????????????????????????????? ?????? ?????????????????? ???????????? ?????? ????????????????????? ???????????? ?????? ????????????????????? ?????? ???????????????????????? ???????????? ????????? ????????? ???????????? ????????? ?????? ???????????? ?????????????????? ?????????????????????????????? ????????? ?????? ??????????????????????????? ?????????????????? ?????? ????????? ??????????????????????????? ?????????????????? ???????????? ????????? ?????????????????????????????? ?????? ????????????????????????????????? ?????? ????????????????????? ????????????/?????? ??????, ?????????????????????????????? ???????????? ?????? ????????? ?????????????????????????????? ?????? ?????? ?????????????????? ?????? ????????? ????????????/?????? ??????, ????????? ?????????????????????????????? ?????? ??????????????? ????????? ???????????? ???????????? ???????????? ????? ? ?????????????????????????????? ???????????? ?????? ????????????????????? ????????????/?????? ??????, ?????? ????????? ????????? ???????????? ?????????????????? ?????? ?????????????????????????????? ?????? ??????????????? ????????????/?????? ????????? ????????????????????? ?????? ????????? ?????? ????????????????????? ?????? ????????????????????? ??????, ?????????????????????????????? ???????????? ???????????? ????????? ??????????????? ?????? ????????????/?????? ?????????</p> + <p xml:lang="hu">Az Artikulate egy olyan kiejt??si tr??ner, amely seg??t jav??tani ??s t??k??letes??teni a tanul?? kiejt??si k??szs??g??t egy idegen nyelven. Anyanyelvi besz??l??k felv??teleivel ell??tott tanfolyamokat k??n??l sz??mos gyakorl?? nyelvhez. A tanul?? let??lti ezeket a tanfolyamokat, kiv??lasztja a gyakorolni k??v??nt kifejez??sek kateg??ri??j??t, majd elkezdi a saj??t hangj??nak r??gz??t??s??vel, amikor a kifejez??seket kimondja, ??s ??sszehasonl??tja az ??gy kapott eredm??nyeket az anyanyelvi besz??l??k felv??teleivel, mindkett??t meghallgatva. A saj??t kiejt??s kiigaz??t??s??val ??s ism??tl??s??vel a tanul?? jav??that a saj??t kiejt??s??n.</p> <p xml:lang="ia">Artikulate es un instrutor de pronunciation que adjuta meliorar e perfectionar le habilitates de pronunciation del studente per un linguage estranie. Il forni cursos con registrationes de parlator native per multe linguage de exercitar. Le studete discarga iste cursos, selige un categoria de phrase de exercitar postea initia a registrar co proprie voce quando parla le phrases e compara los con le exitos del registration del parlator native ascoltante ambes. Con le adjustamento e le repetition del proprie pronunciation, le studente pote meliorar su proprie habilitate.</p> <p xml:lang="id">Artikulate adalah pelatih pengucapan yang membantu meningkatkan dan menyempurnakan keterampilan pengucapan pembelajar untuk bahasa asing. Ini memberikan kursus dengan rekaman penutur asli untuk beberapa bahasa pelatihan. Pelajar mengunduh kursus-kursus tersebut, memilih kategori frasa untuk dilatih, kemudian mulai dengan merekam suaranya sendiri ketika mengucapkan frasa dan membandingkan hasilnya dengan rekaman penutur asli dengan mendengarkan keduanya. Dengan menyesuaikan dan mengulangi pengucapannya sendiri, pelajar dapat meningkatkan keterampilannya.</p> <p xml:lang="ko">Artikulate??? ????????? ???????????? ????????? ???????????? ?????? ???????????????. ?????? ????????? ????????? ????????? ????????? ????????? ???????????????. ???????????? ?????? ????????? ??????????????? ?????? ????????? ????????? ???????????? ????????? ???????????? ????????? ?????? ????????? ????????? ????????? ???????????? ???????????????. ?????? ????????? ????????? ????????? ????????? ??? ????????? ?????? ????????? ???????????? ??? ????????????.</p> @@ -142,6 +143,7 @@ <caption xml:lang="fr">S??ance d'entra??nement sur Artikulate</caption> <caption xml:lang="gl">Adestrando en Artikulate</caption> <caption xml:lang="hi">?????????????????????????????? ????????? ???????????????????????????</caption> + <caption xml:lang="hu">Gyakorl??s az Artikulate-ben</caption> <caption xml:lang="ia">Instruer in Artikulate</caption> <caption xml:lang="id">Berlatih di Artikulate</caption> <caption xml:lang="ko">Artikulate??? ????????????</caption> @@ -151,6 +153,7 @@ <caption xml:lang="pt">Exerc??cio no Artikulate</caption> <caption xml:lang="pt-BR">Treinando no Artikulate</caption> <caption xml:lang="ru">???????????????????? ?? Artikulate</caption> + <caption xml:lang="sk">Tr??novanie v Artikulate</caption> <caption xml:lang="sl">Vaje v Artikulate</caption> <caption xml:lang="sv">??vning i Artikulate</caption> <caption xml:lang="uk">???????????????????? ?? Artikulate</caption> @@ -164,4 +167,5 @@ <provides> <binary>artikulate</binary> </provides> + <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/po/ca/docs/artikulate/index.docbook new/artikulate-21.12.0/po/ca/docs/artikulate/index.docbook --- old/artikulate-21.08.3/po/ca/docs/artikulate/index.docbook 2021-11-02 01:04:51.000000000 +0100 +++ new/artikulate-21.12.0/po/ca/docs/artikulate/index.docbook 2021-12-03 01:06:39.000000000 +0100 @@ -398,7 +398,7 @@ >Frases:</term> <listitem> <para ->Les frases v??nen donades per una cadena de text i un enregistrament per un parlant nadiu. Les diferenciem per la seva longitud. Existeixen les seg??ents longituds de frase <itemizedlist> +>Les frases s??n donades per una cadena de text i un enregistrament per un parlant nadiu. Les diferenciem per la seva longitud. Existeixen les seg??ents longituds de frase <itemizedlist> <listitem> <para ><inlinemediaobject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/po/ca@valencia/artikulate.po new/artikulate-21.12.0/po/ca@valencia/artikulate.po --- old/artikulate-21.08.3/po/ca@valencia/artikulate.po 2021-11-02 01:04:50.000000000 +0100 +++ new/artikulate-21.12.0/po/ca@valencia/artikulate.po 2021-12-03 01:06:39.000000000 +0100 @@ -839,3 +839,6 @@ msgctxt "@action:button" msgid "Start Training" msgstr "Inicia l'entrenament" + +#~ msgid "About" +#~ msgstr "Quant a" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/po/hu/artikulate.po new/artikulate-21.12.0/po/hu/artikulate.po --- old/artikulate-21.08.3/po/hu/artikulate.po 2021-11-02 01:04:50.000000000 +0100 +++ new/artikulate-21.12.0/po/hu/artikulate.po 2021-12-03 01:06:39.000000000 +0100 @@ -3,20 +3,21 @@ # # Bal??zs ??r <urbal...@gmail.com>, 2013, 2014. # Krist??f Kiszel <ulys...@kubuntu.org>, 2014, 2020. +# Kristof Kiszel <ulys...@fsf.hu>, 2021. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-24 02:08+0200\n" -"PO-Revision-Date: 2020-12-01 16:01+0100\n" -"Last-Translator: Krist??f Kiszel <kiszel.kris...@gmail.com>\n" +"PO-Revision-Date: 2021-11-24 13:21+0100\n" +"Last-Translator: Kristof Kiszel <ulys...@fsf.hu>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.03.70\n" +"X-Generator: Lokalize 21.08.3\n" #: data/languages/ba.xml:9 #, kde-format @@ -106,22 +107,22 @@ #, kde-format msgctxt "@title:column" msgid "Learning Goal" -msgstr "" +msgstr "Tanul??si c??l" #: liblearnerprofile/src/profilemanager.cpp:146 #, kde-format msgid "Open Image" -msgstr "" +msgstr "K??p megnyit??sa" #: liblearnerprofile/src/profilemanager.cpp:146 #, kde-format msgid "Image Files (*.png *.jpg *.bmp)" -msgstr "" +msgstr "K??pf??jlok (*.png *.jpg *.bmp)" #: liblearnerprofile/src/storage.cpp:567 #, kde-format msgid "Invalid database version '%1'." -msgstr "" +msgstr "??rv??nytelen adatb??zisverzi??: ???%1???." #: libsound/src/qtgstreamerbackend/qtgstreamercapturebackend.cpp:34 #, kde-format @@ -133,7 +134,7 @@ #: src/artikulate.kcfg:13 #, kde-format msgid "If true, the main menu bar is shown." -msgstr "" +msgstr "Ha igaz, a f?? men??sor megjelenik." #. i18n: ectx: label, entry (UseCourseRepository), group (artikulate) #: src/artikulate.kcfg:17 @@ -181,10 +182,9 @@ msgstr "" #: src/core/drawertrainingactions.cpp:16 -#, fuzzy, kde-format -#| msgid "Please select a language." +#, kde-format msgid "Please select a course" -msgstr "V??lasszon egy nyelvet." +msgstr "K??rj??k, v??lasszon egy kurzust" #: src/core/resources/editablecourseresource.cpp:263 #, kde-format @@ -198,8 +198,7 @@ msgstr "Artikulate" #: src/main.cpp:30 -#, fuzzy, kde-format -#| msgid "Artikulate Pronunciation Trainer" +#, kde-format msgctxt "@title KAboutData: short program description" msgid "Artikulate Pronunciation Trainer" msgstr "Artikulate kiejt??s oktat??" @@ -247,11 +246,10 @@ msgstr "Oindrila Gupta" #: src/main.cpp:40 src/main.cpp:42 -#, fuzzy, kde-format -#| msgid "Developer and Course Data" +#, kde-format msgctxt "@info:credit Role" msgid "Developer and Course Data" -msgstr "Fejleszt?? ??s kurzus adatok" +msgstr "Fejleszt??i ??s kurzusadatok" #: src/main.cpp:42 #, kde-format @@ -263,45 +261,42 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "??r Bal??zs" +msgstr "Kiszel Krist??f,??r Bal??zs" #: src/main.cpp:44 #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "urbal...@gmail.com" +msgstr "ulys...@fsf.hu,urbal...@gmail.com" #: src/main_editor.cpp:26 -#, fuzzy, kde-format -#| msgid "Artikulate!" +#, kde-format msgctxt "@title Displayed program name" msgid "Artikulate Editor" -msgstr "Artikulate!" +msgstr "Artikulate szerkeszt??" #: src/main_editor.cpp:28 -#, fuzzy, kde-format -#| msgid "Close Editor" +#, kde-format msgctxt "@title KAboutData: short program description" msgid "Artikulate Course Editor" -msgstr "Szerkeszt?? bez??r??sa" +msgstr "Artikulate kurzusszerkeszt??" #: src/main_editor.cpp:30 -#, fuzzy, kde-format -#| msgid "Copyright (C) 2013-2014, The Artikulate Developers" +#, kde-format msgctxt "@info:credit" msgid "(c) 2013-2019 The Artikulate Developers" -msgstr "Copyright ?? Az Artikulate fejleszt??i, 2013-2014." +msgstr "?? Az Artikulate fejleszt??i, 2013-2019." #: src/main_editor.cpp:31 #, kde-format msgctxt "@title Short program description" msgid "Edit Artikulate course files." -msgstr "" +msgstr "Artikulate kurzusf??jlok szerkeszt??se." #: src/mainwindow.cpp:40 src/qml/ProfileSelector.qml:18 #, kde-format msgid "Unnamed Identity" -msgstr "" +msgstr "N??vtelen identit??s" #: src/models/coursemodel.cpp:102 src/models/languageresourcemodel.cpp:71 #: src/models/phonememodel.cpp:61 src/models/phraselistmodel.cpp:96 @@ -316,7 +311,7 @@ #, kde-format msgctxt "@title:column" msgid "Course" -msgstr "" +msgstr "Kurzus" #: src/models/languageresourcemodel.cpp:150 #, kde-format @@ -404,7 +399,7 @@ #: src/qml/CourseConfigurationPage.qml:15 src/qml/EditorDrawer.qml:58 #, kde-format msgid "Course Configuration" -msgstr "" +msgstr "Kurzusbe??ll??t??s" #: src/qml/CourseConfigurationPage.qml:15 #, kde-format @@ -412,16 +407,14 @@ msgstr "" #: src/qml/CourseConfigurationPage.qml:20 -#, fuzzy, kde-format -#| msgid "Description:" +#, kde-format msgid "Prototype Description" -msgstr "Le??r??s:" +msgstr "Protot??pus le??r??sa" #: src/qml/CourseConfigurationPage.qml:20 -#, fuzzy, kde-format -#| msgid "Description:" +#, kde-format msgid "Course Description" -msgstr "Le??r??s:" +msgstr "Kurzusle??r??s" #: src/qml/CourseConfigurationPage.qml:24 #, kde-format @@ -444,21 +437,19 @@ msgstr "Nyelv:" #: src/qml/CourseConfigurationPage.qml:52 -#, fuzzy, kde-format -#| msgid "Edit State:" +#, kde-format msgid "Prototype" -msgstr "??llapot szerkeszt??se:" +msgstr "Protot??pus" #: src/qml/CourseConfigurationPage.qml:57 -#, fuzzy, kde-format -#| msgid "Edit State:" +#, kde-format msgid "Update from Prototype:" -msgstr "??llapot szerkeszt??se:" +msgstr "Friss??t??s protot??pusb??l:" #: src/qml/CourseConfigurationPage.qml:60 #, kde-format msgid "Update" -msgstr "" +msgstr "Friss??t??s" #: src/qml/CourseConfigurationPage.qml:65 #, kde-format @@ -474,30 +465,29 @@ #, kde-format msgctxt "@action:button" msgid "Update" -msgstr "" +msgstr "Friss??t??s" #: src/qml/DownloadPage.qml:79 #, kde-format msgctxt "@action:button" msgid "Install" -msgstr "" +msgstr "Telep??t??s" #: src/qml/DownloadPage.qml:84 #, kde-format msgctxt "@action:button" msgid "Remove" -msgstr "" +msgstr "Elt??vol??t??s" #: src/qml/EditCoursePage.qml:16 -#, fuzzy, kde-format -#| msgid "Editor" +#, kde-format msgid "Edit Course" -msgstr "Szerkeszt??" +msgstr "Kurzus szerkeszt??se" #: src/qml/EditCoursePage.qml:25 #, kde-format msgid "Previous" -msgstr "" +msgstr "El??z??" #: src/qml/EditCoursePage.qml:26 #, kde-format @@ -507,7 +497,7 @@ #: src/qml/EditCoursePage.qml:32 src/qml/TrainingPage.qml:40 #, kde-format msgid "Next" -msgstr "" +msgstr "K??vetkez??" #: src/qml/EditCoursePage.qml:33 #, kde-format @@ -521,16 +511,14 @@ msgstr "T??rl??s" #: src/qml/EditCoursePage.qml:41 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgid "Delete this phrase." -msgstr "T??rl??s" +msgstr "Kifejez??s t??rl??se." #: src/qml/EditCoursePage.qml:49 -#, fuzzy, kde-format -#| msgid "Create New Recording:" +#, kde-format msgid "Create Phrase" -msgstr "??j felv??tel l??trehoz??sa:" +msgstr "Kifejez??s l??trehoz??sa" #: src/qml/EditCoursePage.qml:50 #, kde-format @@ -538,69 +526,61 @@ msgstr "" #: src/qml/EditorCourseSelectionPage.qml:15 -#, fuzzy, kde-format -#| msgid "Close Editor" +#, kde-format msgid "Welcome to Artikulate Course Editor" -msgstr "Szerkeszt?? bez??r??sa" +msgstr "??dv??zli az Artikulate kurzusszerkeszt??" #: src/qml/EditorCourseSelectionPage.qml:46 src/qml/WelcomePage.qml:46 #, kde-format msgctxt "@title:window language / course name" msgid "%1 / %2" -msgstr "" +msgstr "%1 / %2" #: src/qml/EditorCourseSelectionPage.qml:60 -#, fuzzy, kde-format -#| msgid "Editor" +#, kde-format msgctxt "@action:button" msgid "Edit Course" -msgstr "Szerkeszt??" +msgstr "Kurzus szerkeszt??se" #: src/qml/EditorDrawer.qml:34 #, kde-format msgid "Courses" -msgstr "" +msgstr "Kurzusok" #: src/qml/EditorDrawer.qml:45 -#, fuzzy, kde-format -#| msgid "Close Editor" +#, kde-format msgid "Repository" -msgstr "Szerkeszt?? bez??r??sa" +msgstr "T??rol??" #: src/qml/EditorDrawer.qml:121 #, kde-format msgid "Save" -msgstr "" +msgstr "Ment??s" #: src/qml/EditorDrawer.qml:147 -#, fuzzy, kde-format -#| msgid "Artikulate!" +#, kde-format msgid "About Artikulate Editor" -msgstr "Artikulate!" +msgstr "Az Artikulate szerkeszt?? n??vjegye" #: src/qml/EditorSkeletonSelectionPage.qml:15 -#, fuzzy, kde-format -#| msgid "Edit State:" +#, kde-format msgid "Select Prototype" -msgstr "??llapot szerkeszt??se:" +msgstr "Protot??pus kiv??laszt??sa" #: src/qml/EditorSkeletonSelectionPage.qml:46 #, kde-format msgctxt "@title:window prototype name" msgid "%1" -msgstr "" +msgstr "%1" #: src/qml/EditorSkeletonSelectionPage.qml:60 -#, fuzzy, kde-format -#| msgid "Edit State:" +#, kde-format msgctxt "@action:button" msgid "Edit Prototype" -msgstr "??llapot szerkeszt??se:" +msgstr "Protot??pus szerkeszt??se" #: src/qml/PhraseEditor.qml:106 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Unit" +#, kde-format msgid "Unit" msgstr "Egys??g" @@ -615,17 +595,14 @@ msgstr "" #: src/qml/PhraseEditor.qml:122 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Phrase" +#, kde-format msgid "Phrase: " -msgstr "Kifejez??s" +msgstr "Kifejez??s: " #: src/qml/PhraseEditor.qml:127 -#, fuzzy, kde-format -#| msgid "Original Phrase:" +#, kde-format msgid "Localized Phrase:" -msgstr "Eredeti kifejez??s:" +msgstr "Lokaliz??lt kifejez??s:" #: src/qml/PhraseEditorEditStateComponent.qml:48 #, kde-format @@ -633,22 +610,19 @@ msgstr "??llapot szerkeszt??se:" #: src/qml/PhraseEditorEditStateComponent.qml:53 -#, fuzzy, kde-format -#| msgid "Unknown" +#, kde-format msgctxt "state" msgid "Unknown" msgstr "Ismeretlen" #: src/qml/PhraseEditorEditStateComponent.qml:62 -#, fuzzy, kde-format -#| msgid "Translated" +#, kde-format msgctxt "state" msgid "Translated" msgstr "Leford??tva" #: src/qml/PhraseEditorEditStateComponent.qml:71 -#, fuzzy, kde-format -#| msgid "Completed" +#, kde-format msgctxt "state" msgid "Completed" msgstr "Befejezve" @@ -669,8 +643,7 @@ msgstr "??j felv??tel l??trehoz??sa:" #: src/qml/PhraseEditorSoundComponent.qml:60 -#, fuzzy, kde-format -#| msgid "Replace existing recording" +#, kde-format msgid "Replace Existing Recording" msgstr "L??tez?? felv??tel cser??je" @@ -682,7 +655,7 @@ #: src/qml/PhraseEditorTypeComponent.qml:51 #, kde-format msgid "Difficulty:" -msgstr "" +msgstr "Neh??zs??g:" #: src/qml/PhraseEditorTypeComponent.qml:57 #, kde-format @@ -725,11 +698,9 @@ msgstr "" #: src/qml/ProfileSettingsPage.qml:17 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Configure Artikulate" +#, kde-format msgid "Configure Profile" -msgstr "Artikulate be??ll??t??sa" +msgstr "Profilbe??ll??t??s" #: src/qml/ProfileSettingsPage.qml:29 src/qml/ProfileUserItem.qml:68 #, kde-format @@ -774,7 +745,7 @@ #: src/qml/ProfileUserItem.qml:177 #, kde-format msgid "Cancel" -msgstr "M??gse" +msgstr "M??gsem" #: src/qml/RepositoryConfigurationPage.qml:16 #, kde-format @@ -794,22 +765,22 @@ #: src/qml/RepositoryConfigurationPage.qml:39 #, kde-format msgid "Change Folder" -msgstr "" +msgstr "Mappa m??dos??t??sa" #: src/qml/SoundPlayer.qml:19 #, kde-format msgid "Play" -msgstr "" +msgstr "Lej??tsz??s" #: src/qml/SoundRecorder.qml:19 #, kde-format msgid "Record" -msgstr "" +msgstr "Felv??tel" #: src/qml/TrainerCourseStatistics.qml:46 #, kde-format msgid "Attempts" -msgstr "" +msgstr "Pr??b??lkoz??sok" #: src/qml/TrainingPage.qml:28 #, kde-format @@ -819,7 +790,7 @@ #: src/qml/TrainingPage.qml:31 #, kde-format msgid "Category: %1" -msgstr "" +msgstr "Kateg??ria: %1" #: src/qml/TrainingPage.qml:41 #, kde-format @@ -829,7 +800,7 @@ #: src/qml/TrainingPage.qml:46 #, kde-format msgid "Skip" -msgstr "" +msgstr "Kihagy??s" #: src/qml/TrainingPage.qml:47 #, kde-format @@ -860,7 +831,7 @@ #, kde-format msgctxt "@action:button" msgid "Start Training" -msgstr "" +msgstr "Gyakorl??s elkezd??se" #, fuzzy #~| msgid "Title:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/po/sk/artikulate.po new/artikulate-21.12.0/po/sk/artikulate.po --- old/artikulate-21.08.3/po/sk/artikulate.po 2021-11-02 01:04:51.000000000 +0100 +++ new/artikulate-21.12.0/po/sk/artikulate.po 2021-12-03 01:06:39.000000000 +0100 @@ -1,19 +1,19 @@ # translation of artikulate.po to Slovak -# Roman Paholik <wizzar...@gmail.com>, 2013, 2014, 2015, 2016, 2017. +# Roman Paholik <wizzar...@gmail.com>, 2013, 2014, 2015, 2016, 2017, 2021. # Matej Mrenica <matejm98m...@gmail.com>, 2019. msgid "" msgstr "" "Project-Id-Version: artikulate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-24 02:08+0200\n" -"PO-Revision-Date: 2019-12-16 09:12+0100\n" -"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n" -"Language-Team: Slovak <kde-i18n-...@kde.org>\n" +"PO-Revision-Date: 2021-11-18 17:35+0100\n" +"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" +"Language-Team: Slovak <kde...@linux.sk>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.12.0\n" +"X-Generator: Lokalize 21.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: data/languages/ba.xml:9 @@ -205,12 +205,10 @@ msgstr "Tr??ner v??slovnosti Artikulate" #: src/main.cpp:32 -#, fuzzy, kde-format -#| msgctxt "@info:credit" -#| msgid "(c) 2013-2019 The Artikulate Developers" +#, kde-format msgctxt "@info:credit" msgid "(c) 2013-2020 The Artikulate Developers" -msgstr "(c) 2013-2019 V??voj??ri Artikulate" +msgstr "(c) 2013-2020 V??voj??ri Artikulate" #: src/main.cpp:33 #, kde-format @@ -561,11 +559,9 @@ msgstr "Ulo??i??" #: src/qml/EditorDrawer.qml:147 -#, fuzzy, kde-format -#| msgctxt "@title Displayed program name" -#| msgid "Artikulate Editor" +#, kde-format msgid "About Artikulate Editor" -msgstr "Editor Artikulate" +msgstr "O editore Artikulate" #: src/qml/EditorSkeletonSelectionPage.qml:15 #, kde-format @@ -585,9 +581,7 @@ msgstr "Upravi?? prototyp" #: src/qml/PhraseEditor.qml:106 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Unit" +#, kde-format msgid "Unit" msgstr "Jednotka" @@ -597,23 +591,19 @@ msgstr "Jednotka: " #: src/qml/PhraseEditor.qml:111 -#, fuzzy, kde-format -#| msgid "Localized Title:" +#, kde-format msgid "Localized Unit:" -msgstr "Prelo??en?? n??zov:" +msgstr "Prelo??en?? jednotka:" #: src/qml/PhraseEditor.qml:122 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Phrase" +#, kde-format msgid "Phrase: " -msgstr "Fr??za" +msgstr "Fr??za: " #: src/qml/PhraseEditor.qml:127 -#, fuzzy, kde-format -#| msgid "Localized Title:" +#, kde-format msgid "Localized Phrase:" -msgstr "Prelo??en?? n??zov:" +msgstr "Prelo??en?? fr??za:" #: src/qml/PhraseEditorEditStateComponent.qml:48 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/po/zh_CN/artikulate.po new/artikulate-21.12.0/po/zh_CN/artikulate.po --- old/artikulate-21.08.3/po/zh_CN/artikulate.po 2021-11-02 01:04:51.000000000 +0100 +++ new/artikulate-21.12.0/po/zh_CN/artikulate.po 2021-12-03 01:06:39.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-24 02:08+0200\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/artikulate-21.08.3/src/CMakeLists.txt new/artikulate-21.12.0/src/CMakeLists.txt --- old/artikulate-21.08.3/src/CMakeLists.txt 2021-07-10 11:35:46.000000000 +0200 +++ new/artikulate-21.12.0/src/CMakeLists.txt 2021-12-02 22:05:20.000000000 +0100 @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2013-2019 Andreas Cord-Landwehr <cordlandw...@kde.org> # SPDX-License-Identifier: BSD-2-Clause -ecm_setup_version(1.0.0 +ecm_setup_version(${ARTIKULATE_VERSION} VARIABLE_PREFIX ARTIKULATE VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/ArtikulateConfigVersion.cmake"