Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmouth for openSUSE:Factory checked in at 2023-04-23 22:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmouth (Old) and /work/SRC/openSUSE:Factory/.kmouth.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmouth" Sun Apr 23 22:46:26 2023 rev:141 rq:1080643 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes 2023-03-03 22:29:28.139530384 +0100 +++ /work/SRC/openSUSE:Factory/.kmouth.new.1533/kmouth.changes 2023-04-23 22:49:07.947277228 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:01 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:42:12 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:43:47 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kmouth-22.12.3.tar.xz kmouth-22.12.3.tar.xz.sig New: ---- kmouth-23.04.0.tar.xz kmouth-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmouth.spec ++++++ --- /var/tmp/diff_new_pack.K3bHjp/_old 2023-04-23 22:49:08.487280280 +0200 +++ /var/tmp/diff_new_pack.K3bHjp/_new 2023-04-23 22:49:08.491280302 +0200 @@ -16,11 +16,9 @@ # -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kmouth -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Speech Synthesizer Frontend License: GPL-2.0-or-later ++++++ kmouth-22.12.3.tar.xz -> kmouth-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/.gitignore new/kmouth-23.04.0/.gitignore --- old/kmouth-22.12.3/.gitignore 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/.gitignore 2023-04-12 18:20:16.000000000 +0200 @@ -21,3 +21,4 @@ *.unc-backup* .cmake/ .clang-format +.cache/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/CMakeLists.txt new/kmouth-23.04.0/CMakeLists.txt --- old/kmouth-22.12.3/CMakeLists.txt 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/CMakeLists.txt 2023-04-12 18:20:16.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) # KDE Gear version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "22") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "23") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kmouth VERSION ${RELEASE_SERVICE_VERSION}) @@ -17,14 +17,15 @@ include(FeatureSummary) set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.90.0") +set(KF_MIN_VERSION "5.92.0") -find_package(ECM ${KF5_MIN_VERSION} NO_MODULE REQUIRED) +find_package(ECM ${KF_MIN_VERSION} NO_MODULE REQUIRED) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) include(KDEInstallDirs) include(KDECMakeSettings) +include(ECMDeprecationSettings) include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMSetupVersion) @@ -32,6 +33,7 @@ include(ECMInstallIcons) include(ECMAddAppIcon) + find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS Core PrintSupport @@ -40,7 +42,7 @@ Widgets ) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS +find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Crash Completion Config @@ -59,12 +61,7 @@ ) include_directories (${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ) -add_definitions( - #-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 - -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600 - -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -) +ecm_set_disabled_deprecation_versions(QT 5.14.0 KF 5.101.0) add_subdirectory( doc ) add_subdirectory( icons ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/org.kde.kmouth.appdata.xml new/kmouth-23.04.0/org.kde.kmouth.appdata.xml --- old/kmouth-22.12.3/org.kde.kmouth.appdata.xml 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/org.kde.kmouth.appdata.xml 2023-04-12 18:20:16.000000000 +0200 @@ -123,9 +123,9 @@ </provides> <launchable type="desktop-id">org.kde.kmouth.desktop</launchable> <releases> + <release version="23.04.0" date="2023-04-20"/> <release version="22.12.3" date="2023-03-02"/> <release version="22.12.2" date="2023-02-02"/> <release version="22.12.1" date="2023-01-05"/> - <release version="22.12.0" date="2022-12-08"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/ar/kmouth.po new/kmouth-23.04.0/po/ar/kmouth.po --- old/kmouth-22.12.3/po/ar/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/ar/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -939,7 +939,7 @@ msgid "" "If you select this check box the words are spell-checked before they are " "inserted into the new dictionary." -msgstr "إذا ØªØØ¯Ùد تÙÙÙØ¯ Ù Ø±Ø¨ÙØ¹ ØªÙØ¬Ø¦Ø© ٠ؤÙÙØ¯ ÙØ¨Ù Ø¬Ø¯ÙØ¯." +msgstr "إذا ØªØØ¯Ùد تÙÙÙØ¯ Ù Ø±Ø¨ÙØ¹ ØªÙØ¬ÙØ© ٠ؤÙÙØ¯ ÙØ¨Ù Ø¬Ø¯ÙØ¯." #. i18n: ectx: property (text), widget (QCheckBox, spellCheckBox) #: wordcompletion/creationsourcedetailsui.ui:25 @@ -1070,7 +1070,7 @@ "documentation. The frequentness of the individual words is detect by simply " "counting the occurrences of each word." msgstr "" -"إذا ØªØØ¯Ùد Ù Ø±Ø¨ÙØ¹ a Ø¬Ø¯ÙØ¯ Ù٠أداء ÙØ¯Ù ØªÙØ«Ù٠اÙÙ Ù Ù ÙÙ ÙØ´Ù أداء ØØ¯Ùثات Ù Ù ÙÙÙ Ø©." +"إذا ØªØØ¯Ùد Ù Ø±Ø¨ÙØ¹ a Ø¬Ø¯ÙØ¯ Ù٠أداء ÙÙÙØ¯ÙÙ ØªÙØ«Ù٠اÙÙ Ù Ù ÙÙ ÙØ´Ù أداء ØØ¯Ùثات Ù Ù ÙÙÙ Ø©." #. i18n: ectx: property (text), widget (QRadioButton, directoryButton) #: wordcompletion/creationsourceui.ui:95 @@ -1163,7 +1163,7 @@ msgid "" "If you select this check box the words from the KDE documentation are spell-" "checked before they are inserted into the new dictionary." -msgstr "إذا ØªØØ¯Ùد تÙÙÙØ¯ Ù Ø±Ø¨ÙØ¹ Ù Ù ÙØ¯Ù ØªÙØ«ÙÙ ØªÙØ¬Ø¦Ø© ٠ؤÙÙØ¯ ÙØ¨Ù Ø¬Ø¯ÙØ¯." +msgstr "إذا ØªØØ¯Ùد تÙÙÙØ¯ Ù Ø±Ø¨ÙØ¹ Ù Ù ÙÙÙØ¯ÙÙ ØªÙØ«ÙÙ ØªÙØ¬ÙØ© ٠ؤÙÙØ¯ ÙØ¨Ù Ø¬Ø¯ÙØ¯." #. i18n: ectx: property (whatsThis), widget (QLabel, languageLabel) #: wordcompletion/kdedocsourceui.ui:64 @@ -1338,7 +1338,7 @@ #~ "on linux, and native speech systems on other platforms.</p></body></html>" #~ msgstr "" #~ "ÙØ°Ø§ تÙÙÙØ¯ Ù Ø±Ø¨ÙØ¹ KMouth Ø¥Ù٠استخدا٠KTTSD اÙÙÙØ§Ù خد٠ة Ø¥Ù٠اÙÙÙØ§Ù اÙÙ KTTSD " -#~ "اÙÙÙØ§Ù خد٠ة ÙÙ a ÙØ¯Ù رÙÙØ¨ ÙØ¯Ù تطبÙÙØ§Øª a ÙØ§Ø¬ÙØ© Ù٠اÙÙÙØ§Ù تÙÙÙÙ Ø ØªØ£ÙÙÙ Ø " +#~ "اÙÙÙØ§Ù خد٠ة ÙÙ a ÙÙÙØ¯Ù٠رÙÙØ¨ ÙÙÙØ¯Ù٠تطبÙÙØ§Øª a ÙØ§Ø¬ÙØ© Ù٠اÙÙÙØ§Ù تÙÙÙÙ Ø ØªØ£ÙÙÙ Ø " #~ "Ø´Ù ÙÙÙØ© Ø ØªÙ Ø«ÙÙØ Ø§ØµØ·ÙØ§Ø¹ Ø ØªØ®ÙÙÙ Ù ÙÙ Ø¨ÙØµØ© CVS." #, fuzzy @@ -1352,7 +1352,7 @@ #, fuzzy #~ msgid "KDE Text-to-Speech Daemon Configuration" -#~ msgstr "ÙØ¯Ù ÙØµ Ø¥Ù٠خطبة Ù Ø±Ø§ÙØ¨ ÙØ±Øµ ٠تÙÙÙØ° إعدادات" +#~ msgstr "ÙÙÙØ¯ÙÙ ÙØµ Ø¥Ù٠خطبة Ù Ø±Ø§ÙØ¨ ÙØ±Øµ ٠تÙÙÙØ° إعدادات" #, fuzzy #~ msgid "&Use Jovie speech service if possible" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/en_GB/kmouth.po new/kmouth-23.04.0/po/en_GB/kmouth.po --- old/kmouth-22.12.3/po/en_GB/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/en_GB/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2022-11-26 15:16+0000\n" +"PO-Revision-Date: 2022-12-31 15:29+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" "Language: en_GB\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/fi/kmouth.po new/kmouth-23.04.0/po/fi/kmouth.po --- old/kmouth-22.12.3/po/fi/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/fi/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -14,7 +14,7 @@ "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2022-04-15 23:17+0300\n" +"PO-Revision-Date: 2022-11-05 21:11+0200\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" "Language: fi\n" @@ -23,7 +23,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:22:40+0000\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 21.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -433,16 +433,13 @@ msgstr "&Korvaa" #: phrasebook/phrasebook.cpp:305 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has a different extension than <i>." -#| "phrasebook</i>. Do you wish to add <i>.phrasebook</i> to the filename?" +#, kde-format msgid "" "Your chosen filename <i>%1</i> has a different extension than <i>." "phrasebook</i>. " msgstr "" "Valitsemassasi tiedostonimessä <i>%1</i> on muu pääte kuin <i>.phrasebook</" -"i>. Haluatko lisätä <i>.phrasebook</i> nimeen?" +"i>. " #: phrasebook/phrasebook.cpp:307 #, kde-format @@ -469,14 +466,9 @@ msgstr "Ãlä lisää" #: phrasebook/phrasebook.cpp:328 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. Do " -#| "you wish to save in phrasebook format?" +#, kde-format msgid "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. " -msgstr "" -"Valitsemassasi tiedostonimessä <i>%1</i> on pääte <i>.phrasebook</i>. " -"Haluatko tallentaa tiedoston fraasisanakirjamuodossa?" +msgstr "Valitsemassasi tiedostonimessä <i>%1</i> on pääte <i>.phrasebook</i>. " #: phrasebook/phrasebook.cpp:330 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/ia/kmouth.po new/kmouth-23.04.0/po/ia/kmouth.po --- old/kmouth-22.12.3/po/ia/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/ia/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2022-12-18 22:02+0100\n" +"PO-Revision-Date: 2022-12-18 22:50+0100\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" "Language: ia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/ka/kmouth.po new/kmouth-23.04.0/po/ka/kmouth.po --- old/kmouth-22.12.3/po/ka/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/ka/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2023-01-21 19:36+0100\n" +"PO-Revision-Date: 2023-01-21 09:19+0100\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" "Language: ka\n" @@ -158,7 +158,7 @@ #: kmouth.cpp:172 kmouth.cpp:173 #, kde-format msgid "Enables/disables the statusbar" -msgstr "á¡á¢áá¢á£á¡áá¡ ááááá¡ á©áá á/ááááá á" +msgstr "" #: kmouth.cpp:177 #, kde-format @@ -525,7 +525,7 @@ #: phrasebook/phrasebookdialog.cpp:266 #, kde-format msgid "&Export..." -msgstr "" +msgstr "&ááá¢ááá..." #: phrasebook/phrasebookdialog.cpp:268 phrasebook/phrasebookdialog.cpp:269 #, kde-format @@ -711,7 +711,7 @@ #: phraselist.cpp:475 #, kde-format msgid "Save As" -msgstr "" +msgstr "á¨áááá®áá, á áááá áª" #: phraselist.cpp:481 #, kde-format @@ -729,7 +729,7 @@ #: preferencesui.ui:21 #, kde-format msgid "Preferences" -msgstr "" +msgstr "ááá áááá" #. i18n: ectx: property (whatsThis), widget (QLabel, speakLabel) #. i18n: ectx: property (whatsThis), widget (KComboBox, speakCombo) @@ -1065,7 +1065,7 @@ #, kde-format msgctxt "In which directory is the file located?" msgid "&Directory:" -msgstr "" +msgstr "&á¡áá¥áá¦áááá:" #: wordcompletion/dictionarycreationwizard.cpp:81 #: wordcompletion/dictionarycreationwizard.cpp:83 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/ko/kmouth.po new/kmouth-23.04.0/po/ko/kmouth.po --- old/kmouth-22.12.3/po/ko/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/ko/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -4,14 +4,14 @@ # Hongsoo Byun <hsb...@haansoft.com>, 2005. # Youngbin Park <shr...@nate.com>, 2005. # Sung-Jae, Cho <jac...@hanafos.com>, 2005. -# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2011, 2015, 2016, 2017, 2020, 2022. +# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2011, 2015, 2016, 2017, 2020, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2022-05-07 02:12+0200\n" +"PO-Revision-Date: 2023-03-01 02:00+0100\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" "Language: ko\n" @@ -423,16 +423,11 @@ msgstr "ë®ì´ì°ê¸°(&O)" #: phrasebook/phrasebook.cpp:305 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has a different extension than <i>." -#| "phrasebook</i>. Do you wish to add <i>.phrasebook</i> to the filename?" +#, kde-format msgid "" "Your chosen filename <i>%1</i> has a different extension than <i>." "phrasebook</i>. " -msgstr "" -"ì íí íì¼ ì´ë¦ <i>%1</i>ì íì¥ìê° <i>.phrasebook</i>ì´ ìëëë¤. íì¼ ì´" -"ë¦ì <i>.phrasebook</i>ì ë§ë¶ì´ìê² ìµëê¹?" +msgstr "ì íí íì¼ ì´ë¦ <i>%1</i>ì íì¥ìê° <i>.phrasebook</i>ì´ ìëëë¤." #: phrasebook/phrasebook.cpp:307 #, kde-format @@ -459,14 +454,9 @@ msgstr "ì¶ê°íì§ ì기" #: phrasebook/phrasebook.cpp:328 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. Do " -#| "you wish to save in phrasebook format?" +#, kde-format msgid "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. " -msgstr "" -"ì íí íì¼ ì´ë¦ <i>%1</i>ì íì¥ìê° <i>.phrasebook</i>ì ëë¤. ë¨ì´ì¥ íìì¼" -"ë¡ ì ì¥íìê² ìµëê¹?" +msgstr "ì íí íì¼ ì´ë¦ <i>%1</i>ì íì¥ìê° <i>.phrasebook</i>ì ëë¤." #: phrasebook/phrasebook.cpp:330 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/pt_BR/docs/kmouth/index.docbook new/kmouth-23.04.0/po/pt_BR/docs/kmouth/index.docbook --- old/kmouth-22.12.3/po/pt_BR/docs/kmouth/index.docbook 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/pt_BR/docs/kmouth/index.docbook 2023-04-12 18:20:16.000000000 +0200 @@ -55,9 +55,9 @@ <date ->04/01/2018</date> +>18/03/2022</date> <releaseinfo ->1.2.0 (Applications 17.12)</releaseinfo> +>1.2.0 (KDE Gear 22.04)</releaseinfo> <abstract> <para @@ -112,37 +112,20 @@ </screenshot> </para> <para ->Com a primeira página do assistente você especifica o comando que deverá ser usado para a conversão de texto para voz. Para mais detalhes veja a <link linkend="tts-config" +>Com a primeira página do assistente você especifica o mecanismo e voz que deverá ser usado para a conversão de texto para voz. Para mais detalhes veja a <link linkend="tts-config" >descrição da janela de configuração.</link > </para> <para> <screenshot> <screeninfo ->Livro de Frases Inicial</screeninfo> - <mediaobject> - <imageobject> - <imagedata fileref="kmouthwizard2.png" format="PNG"/> - </imageobject> - <textobject> - <phrase ->Livro de Frases Inicial</phrase> - </textobject> - </mediaobject> - </screenshot> - </para> - <para ->Com a segunda página você seleciona quais livros de frases você necessita. A partir dos livros de frases você poderá selecionar as frases mais usadas para que não tenha que digitá-las de novo. Claro que o &kmouth; também tem uma janela de edição para caso você queira editar os seus livros de frases. </para> - <para> - <screenshot> - <screeninfo ->Completação de Palavras</screeninfo> +>Completamento de palavras</screeninfo> <mediaobject> <imageobject> <imagedata fileref="kmouthwizard3.png" format="PNG"/> </imageobject> <textobject> <phrase ->Completação de Palavras</phrase> +>Complemento de palavras</phrase> </textobject> </mediaobject> </screenshot> @@ -194,7 +177,7 @@ > e <guilabel >Sintetizador de voz</guilabel > e a página <guilabel ->Complementação de palavras</guilabel +>Completamento de palavras</guilabel >. </para> <sect2 id="preferences"> <title @@ -209,9 +192,6 @@ <imageobject> <imagedata fileref="kmouthcpref.png" format="PNG"/> </imageobject> - <imageobject> - <imagedata fileref="kmouthcpref.eps" format="EPS"/> - </imageobject> <textobject> <phrase >Captura de tela</phrase> @@ -291,9 +271,17 @@ ></note> </para> <para ->No campo de edição da aba <guilabel ->Sintetizador de voz</guilabel -> você pode indicar o comando para invocar o sintetizador de voz. Com a lista abaixo do campo de edição você poderá indicar a codificação de caracteres que é usada para passar o texto para o sintetizador de voz. </para> +>Também é possÃvel selecionar o <guilabel +>Mecanismo</guilabel +> e <guilabel +>Voz</guilabel +> do sistema de fala. </para> + <para +>Caso o item <guilabel +>Usar o sistema de fala padrão</guilabel +> não esteja selecionado, você pode digitar o comando para invocar o sintetizador de voz no campo de edição do painel <guilabel +>Alternativo</guilabel +>. Com a lista abaixo do campo de edição você poderá indicar a codificação de caracteres que é usada para passar o texto para o sintetizador de voz. </para> <para >O &kmouth; tem duas formas de passar o texto: Se o comando esperar o texto no >entrada padrão você deverá selecionar a opção. </para> <para @@ -330,7 +318,7 @@ >%l</token ></entry> <entry ->O código do idioma associado ao dicionário da complementação de palavras atual</entry> +>O código do idioma associado ao dicionário do completamento de palavras atual</entry> </row> <row ><entry @@ -349,12 +337,12 @@ </sect2> <sect2 id="completion-config"> <title ->Página Completação de palavras</title> +>A página Completamento de palavras</title> <para> <screenshot> <screeninfo ->Página <guilabel ->Complementação de palavras</guilabel +>A página <guilabel +>Completamento de palavras</guilabel ></screeninfo> <mediaobject> <imageobject> @@ -369,8 +357,8 @@ </para> <para >A página <guilabel ->Complementação de palavras</guilabel -> contém uma lista dos dicionários usados para a complementação de palavras (o &kmouth; irá mostrar uma lista ao lado do campo de edição da janela principal se esta lista contiver mais de um dicionário. Você poderá usar esta lista para poder selecionar o dicionário que é usado atualmente para a complementação de palavras.) </para> +>Completamento de palavras</guilabel +> contém uma lista dos dicionários usados para a completamento de palavras (o &kmouth; irá mostrar uma lista ao lado do campo de edição da janela principal se esta lista contiver mais de um dicionário. Você poderá usar esta lista para poder selecionar o dicionário que é usado atualmente para a completamento de palavras.) </para> <para >Com os botões do lado direito da página você poderá adicionar e remover >dicionários, alterar a ordem dos mesmo ou exportar os dicionários para um >arquivo. Com o campo de edição e com a caixa combinada, você poderá >alterar o nome e o idioma associado ao dicionário. </para> <para @@ -664,9 +652,9 @@ >Configurações</guimenu > e <guimenu >Ajuda</guimenu ->, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink url="help:/fundamentals/ui.html#menus-settings" +>, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink url="help:/fundamentals/menus.html#menus-settings" >Menu Configurações</ulink -> e o <ulink url="help:/fundamentals/ui.html#menus-help" +> e o <ulink url="help:/fundamentals/menus.html#menus-help" >Menu Ajuda</ulink > dos Fundamentos do &kde;. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/pt_BR/docs/kmouth/man-kmouth.1.docbook new/kmouth-23.04.0/po/pt_BR/docs/kmouth/man-kmouth.1.docbook --- old/kmouth-22.12.3/po/pt_BR/docs/kmouth/man-kmouth.1.docbook 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/pt_BR/docs/kmouth/man-kmouth.1.docbook 2023-04-12 18:20:16.000000000 +0200 @@ -6,15 +6,21 @@ <refentry lang="&language;"> <refentryinfo> <title ->Manual do usuário do &kde;</title> +>Manual do usuário do KMouth</title> <author ->&Lauri.Watts; &Lauri.Watts.mail;</author> +><firstname +>Lauri</firstname +><surname +>Watts</surname +> <contrib +>Página de manual do KMouth.</contrib +> &Lauri.Watts.mail;</author> <date ->03/01/2018</date> +>18/03/2022</date> <releaseinfo ->Applications 17.12</releaseinfo> +>KMouth 22.04</releaseinfo> <productname ->Aplicativos do KDE</productname> +>KDE Gear</productname> </refentryinfo> <refmeta> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/sv/kmouth.po new/kmouth-23.04.0/po/sv/kmouth.po --- old/kmouth-22.12.3/po/sv/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/sv/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2022-11-27 11:41+0100\n" +"PO-Revision-Date: 2022-03-17 17:24+0100\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" "Language: sv\n" @@ -425,12 +425,16 @@ msgstr "Skriv &över" #: phrasebook/phrasebook.cpp:305 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Your chosen filename <i>%1</i> has a different extension than <i>." +#| "phrasebook</i>. Do you wish to add <i>.phrasebook</i> to the filename?" msgid "" "Your chosen filename <i>%1</i> has a different extension than <i>." "phrasebook</i>. " msgstr "" -"Det valda filnamnet <i>%1</i> har en annan filändelse än <i>.phrasebook</i>." +"Det valda filnamnet <i>%1</i> har en annan filändelse än <i>.phrasebook</i>. " +"Vill du lägga till <i>.phrasebook</i> i slutet pÃ¥ filnamnet?" #: phrasebook/phrasebook.cpp:307 #, kde-format @@ -457,9 +461,14 @@ msgstr "Lägg inte till" #: phrasebook/phrasebook.cpp:328 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. Do " +#| "you wish to save in phrasebook format?" msgid "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. " -msgstr "Det valda filnamnet <i>%1</i> har filändelsen <i>.phrasebook</i>." +msgstr "" +"Det valda filnamnet <i>%1</i> har filändelsen <i>.phrasebook</i>. Vill du " +"spara med parlörformat?" #: phrasebook/phrasebook.cpp:330 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/tr/kmouth.po new/kmouth-23.04.0/po/tr/kmouth.po --- old/kmouth-22.12.3/po/tr/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/tr/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -17,7 +17,7 @@ "Project-Id-Version: kdeaccessibility-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2023-01-31 22:03+0300\n" +"PO-Revision-Date: 2023-03-09 13:50+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" @@ -25,7 +25,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 22.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -781,7 +781,7 @@ "immediately spoken or just inserted into the edit field." msgstr "" "Bu açılır menü, söz kitabından seçilen sözlerin hızlı bir Åekilde okunmasını " -"veya sadece düzenleme alanına eklenmesini belirler." +"veya yalnızca düzenleme alanına eklenmesini belirler." #. i18n: ectx: property (text), widget (QLabel, speakLabel) #: preferencesui.ui:52 @@ -1127,7 +1127,7 @@ msgstr "" "EÄer bu kutuyu seçerseniz içinde girdi olmayan boÅ bir sözlük " "oluÅturulacaktır. K AÄız, yeni yazdıÄınız sözcükleri otomatik olarak bu " -"sözlüÄe ekleyecektir, böylece sözcük daÄarcıÄınızı zamanla öÄrenecektir." +"sözlüÄe ekleyecektir, böylece söz daÄarcıÄınızı zamanla öÄrenecektir." #: wordcompletion/dictionarycreationwizard.cpp:65 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/zh_CN/kmouth.po new/kmouth-23.04.0/po/zh_CN/kmouth.po --- old/kmouth-22.12.3/po/zh_CN/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/zh_CN/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2023-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:13\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -35,7 +35,7 @@ #: configwizard.cpp:59 #, kde-format msgid "Text-to-Speech Configuration" -msgstr "ææ¬å°è¯é³é ç½®" +msgstr "æå转è¯é³é ç½®" #: configwizard.cpp:73 #, kde-format @@ -372,7 +372,7 @@ #: optionsdialog.cpp:136 #, kde-format msgid "&Text-to-Speech" -msgstr "ææ¬è½¬è¯é³(&T)" +msgstr "æå转è¯é³(&T)" #: optionsdialog.cpp:138 optionsdialog.cpp:139 #, kde-format @@ -807,7 +807,7 @@ #: texttospeechconfigurationui.ui:14 #, kde-format msgid "Text-to-Speech" -msgstr "ææ¬å°è¯é³" +msgstr "æå转è¯é³" #. i18n: ectx: property (title), widget (QGroupBox, qtspeechGroupBox) #: texttospeechconfigurationui.ui:32 @@ -863,7 +863,7 @@ msgid "" "This check box specifies whether the text is sent as standard input to the " "speech synthesizer." -msgstr "è¿ä¸ªåéæ¡æå®ææ¬æ¯å¦è¦ä»¥æ åè¾å ¥å½¢å¼åéç»è¯é³åæå¨ã" +msgstr "è¿ä¸ªåéæ¡æå®ææ¬æ¯å¦è¦ä»¥æ åè¾å ¥å½¢å¼åéç»æå转è¯é³ã" #. i18n: ectx: property (text), widget (QCheckBox, stdInButton) #: texttospeechconfigurationui.ui:155 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/po/zh_TW/kmouth.po new/kmouth-23.04.0/po/zh_TW/kmouth.po --- old/kmouth-22.12.3/po/zh_TW/kmouth.po 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/po/zh_TW/kmouth.po 2023-04-12 18:20:16.000000000 +0200 @@ -1,24 +1,25 @@ # translation of kmouth.po to Chinese Traditional # translation of kmouth.po to # Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +# # Franklin Weng <frank...@goodhorse.idv.tw>, 2007, 2010. # Jeff Huang <s8321...@gmail.com>, 2017. -# # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 2007, 2008, 2009. # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007. +# Kisaragi Hiu <m...@kisaragi-hiu.com>, 2022. msgid "" msgstr "" "Project-Id-Version: kmouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-16 00:39+0000\n" -"PO-Revision-Date: 2017-09-27 08:38+0800\n" -"Last-Translator: Jeff Huang <s8321...@gmail.com>\n" -"Language-Team: Chinese <kde-i18n-...@kde.org>\n" +"PO-Revision-Date: 2022-12-30 19:16+0900\n" +"Last-Translator: Kisaragi Hiu <m...@kisaragi-hiu.com>\n" +"Language-Team: Traditional Chinese <zh-l...@linux.org.tw>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 22.12.0\n" "Plural-Forms: nplurals=1; plural=0;\n" #, kde-format @@ -420,16 +421,11 @@ msgstr "è¦å¯«(&O)" #: phrasebook/phrasebook.cpp:305 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has a different extension than <i>." -#| "phrasebook</i>. Do you wish to add <i>.phrasebook</i> to the filename?" +#, kde-format msgid "" "Your chosen filename <i>%1</i> has a different extension than <i>." "phrasebook</i>. " -msgstr "" -"æ¨é¸æçæªæ¡å稱 <i>%1</i> 延伸æªåè <i>.phrasebook</i>ä¸åãæ¯å¦æ <i>." -"phrasebook</i> å å°æªæ¡å稱ï¼" +msgstr "æ¨é¸æçæªæ¡å稱 <i>%1</i> 延伸æªå並é <i>.phrasebook</i>ã" #: phrasebook/phrasebook.cpp:307 #, kde-format @@ -456,14 +452,9 @@ msgstr "ä¸è¦" #: phrasebook/phrasebook.cpp:328 -#, fuzzy, kde-format -#| msgid "" -#| "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. Do " -#| "you wish to save in phrasebook format?" +#, kde-format msgid "Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. " -msgstr "" -"æ¨é¸æçæªæ¡å稱 <i>%1</i> æ <i>.phrasebook</i> 延伸æªåãæ¨æ¯å¦è¦ä»¥çèªæ¸æ ¼" -"å¼å²åï¼" +msgstr "æ¨é¸æçæªæ¡å稱 <i>%1</i> 延伸æªåæ¯ <i>.phrasebook</i> ã" #: phrasebook/phrasebook.cpp:330 #, kde-format @@ -835,19 +826,19 @@ #: texttospeechconfigurationui.ui:41 #, kde-format msgid "&Engine:" -msgstr "" +msgstr "弿(&E)ï¼" #. i18n: ectx: property (text), widget (QLabel, label_2) #: texttospeechconfigurationui.ui:61 #, kde-format msgid "&Voice:" -msgstr "" +msgstr "è²é³(&V)ï¼" #. i18n: ectx: property (title), widget (QGroupBox, alternativeGroupBox) #: texttospeechconfigurationui.ui:87 #, kde-format msgid "Alternative" -msgstr "" +msgstr "æ¿ä»£" #. i18n: ectx: property (whatsThis), widget (QLabel, urlLabel) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, urlReq) @@ -869,10 +860,9 @@ #. i18n: ectx: property (text), widget (QLabel, urlLabel) #: texttospeechconfigurationui.ui:123 -#, fuzzy, kde-format -#| msgid "Alternative command for speaking &texts:" +#, kde-format msgid "Command for speaking &texts:" -msgstr "å¿µåºæåçæ¿ä»£æä»¤(&T)ï¼" +msgstr "å¿µåºæåçå½ä»¤(&T)ï¼" #. i18n: ectx: property (whatsThis), widget (QCheckBox, stdInButton) #: texttospeechconfigurationui.ui:152 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/speech.cpp new/kmouth-23.04.0/speech.cpp --- old/kmouth-22.12.3/speech.cpp 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/speech.cpp 2023-04-12 18:20:16.000000000 +0200 @@ -47,7 +47,7 @@ void Speech::speak(QString command, bool stdIn, const QString &text, const QString &language, int encoding, QTextCodec *codec) { - if (text.length() > 0) { + if (!text.isEmpty()) { // 1. prepare the text: // 1.a) encode the text QTextStream ts(&encText, QIODevice::WriteOnly); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmouth-22.12.3/texttospeechsystem.cpp new/kmouth-23.04.0/texttospeechsystem.cpp --- old/kmouth-22.12.3/texttospeechsystem.cpp 2023-02-25 06:09:02.000000000 +0100 +++ new/kmouth-23.04.0/texttospeechsystem.cpp 2023-04-12 18:20:16.000000000 +0200 @@ -47,7 +47,7 @@ void TextToSpeechSystem::speak(const QString &text, const QString &language) { - if (text.length() > 0) { + if (!text.isEmpty()) { if (useQtSpeech) { m_speech->say(text); return;