Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolphin-plugins for openSUSE:Factory checked in at 2023-03-03 22:26:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin-plugins (Old) and /work/SRC/openSUSE:Factory/.dolphin-plugins.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin-plugins" Fri Mar 3 22:26:15 2023 rev:116 rq:1068747 version:22.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes 2023-02-04 14:13:31.416917488 +0100 +++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new.31432/dolphin-plugins.changes 2023-03-03 22:27:42.491181964 +0100 @@ -1,0 +2,8 @@ +Tue Feb 28 09:45:30 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 22.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.3/ + +------------------------------------------------------------------- Old: ---- dolphin-plugins-22.12.2.tar.xz dolphin-plugins-22.12.2.tar.xz.sig New: ---- dolphin-plugins-22.12.3.tar.xz dolphin-plugins-22.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin-plugins.spec ++++++ --- /var/tmp/diff_new_pack.y28TLE/_old 2023-03-03 22:27:43.215184274 +0100 +++ /var/tmp/diff_new_pack.y28TLE/_new 2023-03-03 22:27:43.223184298 +0100 @@ -1,7 +1,7 @@ # # spec file for package dolphin-plugins # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: dolphin-plugins -Version: 22.12.2 +Version: 22.12.3 Release: 0 Summary: Version control plugins for Dolphin License: GPL-2.0-or-later @@ -70,8 +70,7 @@ %find_lang %{name} --with-man --all-name -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license LICENSES/* ++++++ dolphin-plugins-22.12.2.tar.xz -> dolphin-plugins-22.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/CMakeLists.txt new/dolphin-plugins-22.12.3/CMakeLists.txt --- old/dolphin-plugins-22.12.2/CMakeLists.txt 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/CMakeLists.txt 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ # Release service version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "22") set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/bazaar/fileviewbazaarplugin.json new/dolphin-plugins-22.12.3/bazaar/fileviewbazaarplugin.json --- old/dolphin-plugins-22.12.2/bazaar/fileviewbazaarplugin.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/bazaar/fileviewbazaarplugin.json 2023-02-25 05:53:40.000000000 +0100 @@ -38,7 +38,8 @@ "Name[uk]": "Bazaar", "Name[vi]": "Bazaar", "Name[x-test]": "xxBazaarxx", - "Name[zh_CN]": "Bazaar" + "Name[zh_CN]": "Bazaar", + "Name[zh_TW]": "Bazaar" }, "MimeType": "text/plain;" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/dropbox/fileviewdropboxplugin.json new/dolphin-plugins-22.12.3/dropbox/fileviewdropboxplugin.json --- old/dolphin-plugins-22.12.2/dropbox/fileviewdropboxplugin.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/dropbox/fileviewdropboxplugin.json 2023-02-25 05:53:40.000000000 +0100 @@ -38,7 +38,8 @@ "Name[uk]": "Dropbox", "Name[vi]": "Dropbox", "Name[x-test]": "xxDropboxxx", - "Name[zh_CN]": "Dropbox" + "Name[zh_CN]": "Dropbox", + "Name[zh_TW]": "Dropbox" }, "MimeType": "text/plain;" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/git/fileviewgitplugin.json new/dolphin-plugins-22.12.3/git/fileviewgitplugin.json --- old/dolphin-plugins-22.12.2/git/fileviewgitplugin.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/git/fileviewgitplugin.json 2023-02-25 05:53:40.000000000 +0100 @@ -39,7 +39,8 @@ "Name[uk]": "Git", "Name[vi]": "Git", "Name[x-test]": "xxGitxx", - "Name[zh_CN]": "Git" + "Name[zh_CN]": "Git", + "Name[zh_TW]": "Git" }, "MimeType": "text/plain;" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/hg/fileviewhgplugin.json new/dolphin-plugins-22.12.3/hg/fileviewhgplugin.json --- old/dolphin-plugins-22.12.2/hg/fileviewhgplugin.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/hg/fileviewhgplugin.json 2023-02-25 05:53:40.000000000 +0100 @@ -38,7 +38,8 @@ "Name[uk]": "Mercurial", "Name[vi]": "Mercurial", "Name[x-test]": "xxMercurialxx", - "Name[zh_CN]": "Mercurial" + "Name[zh_CN]": "Mercurial", + "Name[zh_TW]": "Mercurial" }, "MimeType": "text/plain;" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/mountiso/mountisoaction.json new/dolphin-plugins-22.12.3/mountiso/mountisoaction.json --- old/dolphin-plugins-22.12.2/mountiso/mountisoaction.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/mountiso/mountisoaction.json 2023-02-25 05:53:40.000000000 +0100 @@ -41,7 +41,8 @@ "Name[uk]": "ÐонÑÑÐ²Ð°Ð½Ð½Ñ Ð¾Ð±ÑазÑв ISO Ñ Ð´Ð¸ÑкÑв", "Name[vi]": "Gắn kết ISO và ảnh ÄÄ©a", "Name[x-test]": "xxMount ISO and disk imagesxx", - "Name[zh_CN]": "æè½½ ISO åç£çæ å" + "Name[zh_CN]": "æè½½ ISO åç£çæ å", + "Name[zh_TW]": "æè¼ ISO èå ç¢æ åæª" }, "MimeType": "application/x-cd-image;application/x-raw-disk-image;" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/org.kde.dolphin-plugins.metainfo.xml new/dolphin-plugins-22.12.3/org.kde.dolphin-plugins.metainfo.xml --- old/dolphin-plugins-22.12.2/org.kde.dolphin-plugins.metainfo.xml 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/org.kde.dolphin-plugins.metainfo.xml 2023-02-25 05:53:40.000000000 +0100 @@ -103,6 +103,7 @@ <p xml:lang="id">Plugin-plugin tersebut mengintegrasikan Dolphin dengan sistem kendali revisi Bazaar, Mercurial dan Git. Sebuah plugin Dropbox memberikan item aksi untuk tetap menjaga file-filemu tersinkron ke layanan Dropbox. Sebuah plugin integrasi citra disk menambahkan aksi kait (mount) dan lepaskan kaitan (unmount).</p> <p xml:lang="ie">Ti plugines integra Dolphin con sistemas de control de versiones Bazaar, Mercurial e Git. Un plugin de images de discos adjunte actiones de monter o desmonter.</p> <p xml:lang="it">Queste estensioni integrano Dolphin con i sistemi di controllo di revisione Bazaar, Mercurial e Git. Un'estensione per Dropbox fornisce le voci per le azioni che mantengono i tuoi file sincronizzati con il servizio Dropbox. Un'estensione di integrazione delle immagine disco aggiunge un'azione di montaggio o di smontaggio.</p> + <p xml:lang="ka">áá¡ ááááá¢ááááá Dolphin-áá¡ áá¡áá á ááááááá¡ áááá¢á áááá¡ á¡áá¡á¢ááááááá áááá¢ááá áá ááá¡, á áááá ááªáá Bazaar, Mercurial áá Git. Dropbox -áá¡ ááááá¢ááá á¡áá¨á£áááááá¡ ááá«áááá, áá¥áááá á¤áááááá Dropbox -áá¡ á¡áá ááá¡ááá áááá¡ááá¥á áááá. ááá¡ááá¡ áá¡ááá¡ ááá¢ááá ááªááá¡ ááááá¢ááá áá áááááá áááá¡á áá ááá®á¡ááá¡ á¥ááááááá¡ áááá¢ááá¡.</p> <p xml:lang="ko">ì´ íë¬ê·¸ì¸ì Dolphinì Bazaar, Mercurial, Gitì ê°ì ë²ì ê´ë¦¬ ìì¤í ì íµí©í©ëë¤. Dropbox íë¬ê·¸ì¸ì ì¬ì©íì¬ ë´ íì¼ì Dropboxì ë기íí ì ììµëë¤. ëì¤í¬ ì´ë¯¸ì§ íµí© íë¬ê·¸ì¸ì ì¬ì©íì¬ ì´ë¯¸ì§ë¥¼ ë§ì´í¸ ë° ë§ì´í¸ í´ì í ì ììµëë¤.</p> <p xml:lang="nb">Disse programtilleggene gir integrasjon mellom Dolphin og versjonskontrollsystemer som Bazaar, Mercurial og Git. Dropbox-tillegget legger til handlinger for Ã¥ holde filene dine synkronisert med Dropbox-tjenesten. Et tillegg for diskbilder gir støtte for Ã¥ montere og avmontere ISO-filer og diskbilder.</p> <p xml:lang="nl">Deze plug-ins integreren Dolphin met het besturen van de revisiesystemen Bazaar, Mercurial en Git. Een Dropbox-plug-in geeft actie-items om uw bestanden gesynchroniseerd te houden met de Dropbox service. Een plug-in voor integratie van images van schijven voegt een functie toe voor een actie aan- en afkoppelen.</p> @@ -136,9 +137,9 @@ </categories> <icon type="stock">system-file-manager</icon> <releases> + <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"/> - <release version="22.08.3" date="2022-11-03"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/eu/fileviewhgplugin.po new/dolphin-plugins-22.12.3/po/eu/fileviewhgplugin.po --- old/dolphin-plugins-22.12.2/po/eu/fileviewhgplugin.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/eu/fileviewhgplugin.po 2023-02-25 05:53:40.000000000 +0100 @@ -1,16 +1,16 @@ # Translation for fileviewhgplugin.po to Euskara/Basque (eu). -# Copyright (C) 2022 This file is copyright: +# Copyright (C) 2022-2023 This file is copyright: # This file is distributed under the same license as the dolphin-plugins package. # KDE euskaratzeko proiektuko arduraduna <xa...@ni.eus>. # # Translators: -# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2022. +# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: dolphin-plugins\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-17 00:49+0000\n" -"PO-Revision-Date: 2022-09-11 18:18+0200\n" +"PO-Revision-Date: 2023-02-09 21:39+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n" "Language-Team: Basque <kde-i18n...@kde.org>\n" "Language: eu\n" @@ -18,37 +18,37 @@ "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.08.0\n" +"X-Generator: Lokalize 22.12.2\n" #: backoutdialog.cpp:31 #, kde-kuit-format msgctxt "@title:window" msgid "<application>Hg</application> Backout" -msgstr "" +msgstr "<application>Hg</application> Atzera egin («Backout»)" #: backoutdialog.cpp:33 #, kde-kuit-format msgctxt "@action:button" msgid "Backout" -msgstr "" +msgstr "Atzera egin («Backout»)" #: backoutdialog.cpp:60 #, kde-kuit-format msgctxt "@label:checkbox" msgid "Merge with old dirstate parent after backout" -msgstr "" +msgstr "Atera egin ondoren, bateratu direktorio-egoera zaharraren gurasoarekin" #: backoutdialog.cpp:62 backoutdialog.cpp:64 bundledialog.cpp:57 #, kde-kuit-format msgctxt "@label:button" msgid "Select Changeset" -msgstr "" +msgstr "Hautatu aldaketa-multzoa («Changeset»)" #: backoutdialog.cpp:68 #, kde-kuit-format msgctxt "@label" msgid "Revision to Backout: " -msgstr "" +msgstr "Atzera egin («Backout») beharreko berrikuspena:" #: backoutdialog.cpp:73 #, kde-kuit-format @@ -60,7 +60,7 @@ #, kde-kuit-format msgctxt "@title:window" msgid "Select Changeset" -msgstr "" +msgstr "Hautatu aldaketa-multzoa («Changeset»)" #: backoutdialog.cpp:140 bundledialog.cpp:190 #, kde-kuit-format @@ -117,7 +117,7 @@ #, kde-kuit-format msgctxt "@label" msgid "Bundle all changesets in repository." -msgstr "" +msgstr "Bildu gordetegiko aldaketa-multzo guztiak." #: bundledialog.cpp:76 exportdialog.cpp:55 importdialog.cpp:61 #: pulldialog.cpp:44 pushdialog.cpp:44 @@ -430,6 +430,8 @@ msgctxt "@message:error" msgid "Please select at least one changeset to be exported!" msgstr "" +"Mesedez, hautatu gutxienez esportatu beharreko aldaketa-multzo («changeset») " +"bat!" #: fileviewhgplugin.cpp:95 #, kde-kuit-format @@ -525,7 +527,7 @@ #, kde-kuit-format msgctxt "@action:inmenu" msgid "<application>Hg</application> Rollback" -msgstr "" +msgstr "<application>Hg</application> Atzeraka kendu («rollback»)" #: fileviewhgplugin.cpp:207 #, kde-kuit-format @@ -555,19 +557,19 @@ #, kde-kuit-format msgctxt "@action:inmenu" msgid "<application>Hg</application> Unbundle" -msgstr "" +msgstr "<application>Hg</application> Fardeletik atera («unbundle»)" #: fileviewhgplugin.cpp:242 #, kde-kuit-format msgctxt "@action:inmenu" msgid "<application>Hg</application> Serve" -msgstr "" +msgstr "<application>Hg</application> Zerbitzatu" #: fileviewhgplugin.cpp:249 #, kde-kuit-format msgctxt "@action:inmenu" msgid "<application>Hg</application> Backout" -msgstr "" +msgstr "<application>Hg</application> Atzera egin («Backout»)" #: fileviewhgplugin.cpp:256 #, kde-kuit-format @@ -607,11 +609,9 @@ msgstr "Hautatutako fitxategiak gordetegitik kendu nahi zenituzke?" #: fileviewhgplugin.cpp:512 -#, fuzzy, kde-format -#| msgctxt "@label:button" -#| msgid "Remove Patches" +#, kde-format msgid "Remove Files" -msgstr "Kendu adabakiak" +msgstr "Kendu fitxategiak" #: fileviewhgplugin.cpp:522 #, kde-kuit-format @@ -749,7 +749,7 @@ #: fileviewhgplugin.cpp:706 fileviewhgplugin.cpp:735 #, kde-format msgid "Revert" -msgstr "" +msgstr "Lehengoratu" #: fileviewhgplugin.cpp:716 fileviewhgplugin.cpp:745 #, kde-kuit-format @@ -786,7 +786,7 @@ #: fileviewhgplugin.cpp:735 #, kde-format msgid "Revert All" -msgstr "" +msgstr "Lehengoratu dena" #: fileviewhgplugin.cpp:758 #, kde-kuit-format @@ -816,30 +816,31 @@ #, kde-kuit-format msgctxt "@info:message" msgid "No rollback information available!" -msgstr "" +msgstr "Ez dago erabilgarri leheneratze informaziorik!" #: fileviewhgplugin.cpp:821 #, kde-kuit-format msgctxt "@message:yesorno" msgid "Would you like to rollback last transaction?" -msgstr "" +msgstr "Azken transakzioa lehengoratu nahi zenuke?" #: fileviewhgplugin.cpp:822 #, kde-format msgid "Rollback" -msgstr "" +msgstr "Atzeraka kendu («rollback»)" #: fileviewhgplugin.cpp:832 #, kde-kuit-format msgctxt "@info:status" msgid "Executing Rollback <application>Hg</application> repository..." msgstr "" +"<application>Hg</application> gordetegian atzera kentzea exekutatzen..." #: fileviewhgplugin.cpp:834 #, kde-kuit-format msgctxt "@info:status" msgid "Rollback of <application>Hg</application> repository failed." -msgstr "" +msgstr "<application>Hg</application> gordetegian atzera kentzea huts egin du." #: fileviewhgplugin.cpp:836 #, kde-kuit-format @@ -847,6 +848,7 @@ msgid "" "Rollback of <application>Hg</application> repository completed successfully." msgstr "" +"<application>Hg</application> gordetegian atzera kentzea ondo burutu da." #. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings) #. i18n: ectx: label, entry (configDialogHeight), group (ConfigDialogSettings) @@ -926,19 +928,19 @@ #, kde-kuit-format msgctxt "@label" msgid "Skip test for outstanding uncommitted changes" -msgstr "" +msgstr "Saltatu proba oraindik egiteko baliozkotu gabeko aldaketetarako" #: importdialog.cpp:67 #, kde-kuit-format msgctxt "@label" msgid "Apply patch to the nodes from which it was generated" -msgstr "" +msgstr "Ezarri adabakia sortu zeneko korapiluneei" #: importdialog.cpp:69 #, kde-kuit-format msgctxt "@label" msgid "Apply patch without touching working directory" -msgstr "Ezarri adabakiak laneko direktorioa ukitu gabe" +msgstr "Ezarri adabakia laneko direktorioa ukitu gabe" #: importdialog.cpp:81 #, kde-kuit-format @@ -980,19 +982,19 @@ #, kde-kuit-format msgctxt "@title:window" msgid "<application>Hg</application> Pull Repository" -msgstr "" +msgstr "<application>Hg</application> Ekarri gordetegia" #: pulldialog.cpp:38 #, kde-kuit-format msgctxt "@label:checkbox" msgid "Update to new branch head if changesets were pulled" -msgstr "" +msgstr "Eguneratu adar berriaren burura aldaketa-multzoak ekarri badira" #: pulldialog.cpp:42 #, kde-kuit-format msgctxt "@label:checkbox" msgid "Force Pull" -msgstr "" +msgstr "Behartu ekartzea" #: pulldialog.cpp:54 #, kde-kuit-format @@ -1064,7 +1066,7 @@ #, kde-kuit-format msgctxt "@title:window" msgid "<application>Hg</application> Serve" -msgstr "" +msgstr "<application>Hg</application> Zerbitzatu" #: servedialog.cpp:63 #, kde-kuit-format @@ -1197,7 +1199,7 @@ #: updatedialog.cpp:36 #, kde-format msgid "Changeset/Revision" -msgstr "" +msgstr "Aldaketa-multzoa/Berrikuspena" #: updatedialog.cpp:41 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/nn/mountisoaction.po new/dolphin-plugins-22.12.3/po/nn/mountisoaction.po --- old/dolphin-plugins-22.12.2/po/nn/mountisoaction.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/nn/mountisoaction.po 2023-02-25 05:53:40.000000000 +0100 @@ -1,12 +1,12 @@ # Translation of mountisoaction to Norwegian Nynorsk # -# Karl Ove Hufthammer <k...@huftis.org>, 2020. +# Karl Ove Hufthammer <k...@huftis.org>, 2020, 2023. msgid "" msgstr "" "Project-Id-Version: dolphin-plugins\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-07 00:49+0000\n" -"PO-Revision-Date: 2020-10-31 11:24+0100\n" +"PO-Revision-Date: 2023-02-22 22:12+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" "Language: nn\n" @@ -14,7 +14,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 20.08.2\n" +"X-Generator: Lokalize 22.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -23,10 +23,10 @@ #, kde-format msgctxt "@action:inmenu Action to mount a disk image" msgid "Mount" -msgstr "" +msgstr "Monter" #: mountisoaction.cpp:228 #, kde-format msgctxt "@action:inmenu Action to unmount a disk image" msgid "Unmount" -msgstr "" +msgstr "Avmonter" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/zh_CN/fileviewbazaarplugin.po new/dolphin-plugins-22.12.3/po/zh_CN/fileviewbazaarplugin.po --- old/dolphin-plugins-22.12.2/po/zh_CN/fileviewbazaarplugin.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/zh_CN/fileviewbazaarplugin.po 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-07-12 00:49+0000\n" -"PO-Revision-Date: 2023-01-15 15:27\n" +"PO-Revision-Date: 2023-02-24 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/zh_CN/fileviewgitplugin.po new/dolphin-plugins-22.12.3/po/zh_CN/fileviewgitplugin.po --- old/dolphin-plugins-22.12.2/po/zh_CN/fileviewgitplugin.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/zh_CN/fileviewgitplugin.po 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-08-05 00:47+0000\n" -"PO-Revision-Date: 2023-01-15 15:27\n" +"PO-Revision-Date: 2023-02-24 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/zh_CN/fileviewhgplugin.po new/dolphin-plugins-22.12.3/po/zh_CN/fileviewhgplugin.po --- old/dolphin-plugins-22.12.2/po/zh_CN/fileviewhgplugin.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/zh_CN/fileviewhgplugin.po 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-17 00:49+0000\n" -"PO-Revision-Date: 2023-01-15 15:27\n" +"PO-Revision-Date: 2023-02-24 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/zh_CN/fileviewsvnplugin.po new/dolphin-plugins-22.12.3/po/zh_CN/fileviewsvnplugin.po --- old/dolphin-plugins-22.12.2/po/zh_CN/fileviewsvnplugin.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/zh_CN/fileviewsvnplugin.po 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-03-12 00:46+0000\n" -"PO-Revision-Date: 2023-01-15 15:27\n" +"PO-Revision-Date: 2023-02-24 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/po/zh_CN/mountisoaction.po new/dolphin-plugins-22.12.3/po/zh_CN/mountisoaction.po --- old/dolphin-plugins-22.12.2/po/zh_CN/mountisoaction.po 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/po/zh_CN/mountisoaction.po 2023-02-25 05:53:40.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-07 00:49+0000\n" -"PO-Revision-Date: 2023-01-15 15:27\n" +"PO-Revision-Date: 2023-02-24 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-22.12.2/svn/fileviewsvnplugin.json new/dolphin-plugins-22.12.3/svn/fileviewsvnplugin.json --- old/dolphin-plugins-22.12.2/svn/fileviewsvnplugin.json 2023-01-30 00:20:19.000000000 +0100 +++ new/dolphin-plugins-22.12.3/svn/fileviewsvnplugin.json 2023-02-25 05:53:40.000000000 +0100 @@ -39,7 +39,8 @@ "Name[uk]": "Subversion", "Name[vi]": "Subversion", "Name[x-test]": "xxSubversionxx", - "Name[zh_CN]": "Subversion" + "Name[zh_CN]": "Subversion", + "Name[zh_TW]": "Subversion" }, "MimeType": "text/plain;" }