Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2021-03-19 16:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Fri Mar 19 16:41:52 2021 rev:126 rq:879636 version:5.21.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2021-03-10 
08:52:59.406624834 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.2401/plasma-nm5.changes  
2021-03-19 16:41:55.726014611 +0100
@@ -1,0 +2,11 @@
+Tue Mar 16 13:55:27 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.21.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.21.3
+- Changes since 5.21.2:
+  * [applet] Remove broken call to closeSearch()
+  * [applet] Manually bind width of list item
+
+-------------------------------------------------------------------

Old:
----
  plasma-nm-5.21.2.tar.xz
  plasma-nm-5.21.2.tar.xz.sig

New:
----
  plasma-nm-5.21.3.tar.xz
  plasma-nm-5.21.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.tPhw77/_old  2021-03-19 16:41:56.238015302 +0100
+++ /var/tmp/diff_new_pack.tPhw77/_new  2021-03-19 16:41:56.238015302 +0100
@@ -19,15 +19,15 @@
 %bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.21.2
+Version:        5.21.3
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (LGPL-2.1-only OR LGPL-3.0-only) AND (GPL-2.0-only OR 
GPL-3.0-only)
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         plasma-nm-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz
 %if %{with lang}
-Source1:        plasma-nm-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  NetworkManager-devel >= 0.9.8.4

++++++ plasma-nm-5.21.2.tar.xz -> plasma-nm-5.21.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/CMakeLists.txt 
new/plasma-nm-5.21.3/CMakeLists.txt
--- old/plasma-nm-5.21.2/CMakeLists.txt 2021-03-02 14:09:31.000000000 +0100
+++ new/plasma-nm-5.21.3/CMakeLists.txt 2021-03-16 13:36:21.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-networkmanagement)
 
-set(PROJECT_VERSION "5.21.2")
+set(PROJECT_VERSION "5.21.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/applet/contents/ui/PopupDialog.qml 
new/plasma-nm-5.21.3/applet/contents/ui/PopupDialog.qml
--- old/plasma-nm-5.21.2/applet/contents/ui/PopupDialog.qml     2021-03-02 
14:09:00.000000000 +0100
+++ new/plasma-nm-5.21.3/applet/contents/ui/PopupDialog.qml     2021-03-16 
13:35:47.000000000 +0100
@@ -102,7 +102,9 @@
                 highlight: PlasmaComponents.Highlight { }
                 highlightMoveDuration: units.longDuration
                 highlightResizeDuration: units.longDuration
-                delegate: ConnectionItem { }
+                delegate: ConnectionItem {
+                    width: connectionView.width
+                }
             }
         }
 
@@ -116,7 +118,6 @@
                     full.connectionModel = 
networkModelComponent.createObject(full)
                 } else {
                     full.connectionModel.destroy()
-                    toolbar.closeSearch();
                 }
             }
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/kded/networkmanagement.notifyrc 
new/plasma-nm-5.21.3/kded/networkmanagement.notifyrc
--- old/plasma-nm-5.21.2/kded/networkmanagement.notifyrc        2021-03-02 
14:09:00.000000000 +0100
+++ new/plasma-nm-5.21.3/kded/networkmanagement.notifyrc        2021-03-16 
13:35:47.000000000 +0100
@@ -622,6 +622,7 @@
 Name[fr]=Connectivit?? limit??e
 Name[hu]=Korl??tozott kapcsolat
 Name[ia]=Connectivitate limitate
+Name[id]=Konektivitas Terbatas
 Name[it]=Connettivit?? limitata
 Name[lt]=Ribotas jungiamumas
 Name[nl]=Beperkte connectiviteit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasma_applet_org.kde.plasma.networkmanagement.po 
new/plasma-nm-5.21.3/po/id/plasma_applet_org.kde.plasma.networkmanagement.po
--- 
old/plasma-nm-5.21.2/po/id/plasma_applet_org.kde.plasma.networkmanagement.po    
    2021-03-02 14:09:13.000000000 +0100
+++ 
new/plasma-nm-5.21.3/po/id/plasma_applet_org.kde.plasma.networkmanagement.po    
    2021-03-16 13:36:01.000000000 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
 # Lorenz Adam Damara <lorenzr...@gmail.com>, 2018.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-23 09:01+0100\n"
-"PO-Revision-Date: 2020-02-23 07:36+0700\n"
+"PO-Revision-Date: 2021-03-05 18:22+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -16,7 +16,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 19.12.1\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: contents/ui/ConnectionItem.qml:61
 #, kde-format
@@ -51,7 +51,7 @@
 #: contents/ui/ConnectionItem.qml:275
 #, kde-format
 msgid "Connected, ??? %1/s, ??? %2/s"
-msgstr ""
+msgstr "Terkoneksi, ??? %1/dt,  ??? %2/dt"
 
 #: contents/ui/ConnectionItem.qml:279
 #, kde-format
@@ -111,7 +111,7 @@
 #: contents/ui/Toolbar.qml:80
 #, kde-format
 msgid "Enable Wi-Fi"
-msgstr ""
+msgstr "Fungsikan Wi-Fi"
 
 #: contents/ui/Toolbar.qml:96
 #, kde-format
@@ -123,12 +123,14 @@
 msgctxt "@info"
 msgid "Disable airplane mode<nl/><nl/>This will enable Wi-Fi and Bluetooth"
 msgstr ""
+"Nonfungsikan mode pesawat<nl/><nl/>Ini akan memfungsikan Wi-Fi dan Bluetooth"
 
 #: contents/ui/Toolbar.qml:132
 #, kde-kuit-format
 msgctxt "@info"
 msgid "Enable airplane mode<nl/><nl/>This will disable Wi-Fi and Bluetooth"
 msgstr ""
+"Fungsikan mode pesawat<nl/><nl/>Ini akan menonfungsikan Wi-Fi dan Bluetooth"
 
 #: contents/ui/Toolbar.qml:142
 #, kde-format
@@ -159,7 +161,7 @@
 #: contents/ui/TrafficMonitor.qml:50 contents/ui/TrafficMonitor.qml:114
 #, kde-format
 msgid "/s"
-msgstr "/s"
+msgstr "/dt"
 
 #: contents/ui/TrafficMonitor.qml:96
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement-kded.po 
new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement-kded.po
--- old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement-kded.po  2021-03-02 
14:09:13.000000000 +0100
+++ new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement-kded.po  2021-03-16 
13:36:01.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:30+0200\n"
-"PO-Revision-Date: 2020-04-23 21:44+0700\n"
+"PO-Revision-Date: 2021-03-05 18:37+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,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 19.12.1\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: bluetoothmonitor.cpp:82
 #, kde-format
@@ -40,7 +40,7 @@
 #: connectivitymonitor.cpp:100
 #, kde-format
 msgid "Limited Connectivity"
-msgstr ""
+msgstr "Konektivitas Terbatas"
 
 #: connectivitymonitor.cpp:101
 #, kde-format
@@ -48,6 +48,8 @@
 "This device appears to be connected to a network but is unable to reach the "
 "internet."
 msgstr ""
+"Perangkat ini tampaknya terkoneksi ke jaringan tetapi tidak dapat menjangkau "
+"internet."
 
 #: modemmonitor.cpp:203
 #, kde-format
@@ -477,40 +479,33 @@
 msgstr "Koneksi VPN '%1' diaktifkan."
 
 #: notification.cpp:473
-#, fuzzy, kde-format
-#| msgid "VPN connection '%1' activated."
+#, kde-format
 msgid "VPN connection '%1' failed to activate."
-msgstr "Koneksi VPN '%1' diaktifkan."
+msgstr "Koneksi VPN '%1' gagal untuk diaktifkan."
 
 #: notification.cpp:476 notification.cpp:484
-#, fuzzy, kde-format
-#| msgid "VPN connection '%1' activated."
+#, kde-format
 msgid "VPN connection '%1' deactivated."
-msgstr "Koneksi VPN '%1' diaktifkan."
+msgstr "Koneksi VPN '%1' dinonaktifkan."
 
 #: notification.cpp:487
-#, fuzzy, kde-format
-#| msgid ""
-#| "The VPN connection changed state because the device it was using was "
-#| "disconnected."
+#, kde-format
 msgid ""
 "VPN connection '%1' was deactivated because the device it was using was "
 "disconnected."
 msgstr ""
-"Koneksi VPN berubah keadaan karena perangkat yang digunakannya telah "
-"terdiskoneksi."
+"Koneksi VPN '%1' telah dinonaktifkan karena perangkat yang digunakannya "
+"telah terputus koneksi."
 
 #: notification.cpp:490
-#, fuzzy, kde-format
-#| msgid "The service providing the VPN connection was stopped."
+#, kde-format
 msgid "The service providing the VPN connection '%1' was stopped."
-msgstr "Layanan yang menyediakan koneksi VPN telah berhenti."
+msgstr "Layanan yang menyediakan koneksi VPN '%1' telah berhenti."
 
 #: notification.cpp:493
-#, fuzzy, kde-format
-#| msgid "The IP config of the VPN connection was invalid."
+#, kde-format
 msgid "The IP config of the VPN connection '%1', was invalid."
-msgstr "Config IP pada koneksi VPN telah tak absah."
+msgstr "Config IP pada koneksi VPN '%1', adalah tidak valid."
 
 #: notification.cpp:496
 #, kde-format
@@ -518,27 +513,23 @@
 msgstr "Percobaan koneksi ke layanan VPN waktunya habis."
 
 #: notification.cpp:499
-#, fuzzy, kde-format
-#| msgid ""
-#| "A timeout occurred while starting the service providing the VPN "
-#| "connection."
+#, kde-format
 msgid ""
 "A timeout occurred while starting the service providing the VPN connection "
 "'%1'."
 msgstr ""
-"Sebuah timeout terjadi selagi memulai layanan yang menyediakan koneksi VPN."
+"Sebuah timeout terjadi selagi memulai layanan yang menyediakan koneksi VPN "
+"'%1'."
 
 #: notification.cpp:502
-#, fuzzy, kde-format
-#| msgid "Starting the service providing the VPN connection failed."
+#, kde-format
 msgid "Starting the service providing the VPN connection '%1' failed."
-msgstr "Pemulaian layanan yang menyediakan koneksi VPN, gagal."
+msgstr "Pemulaian layanan yang menyediakan koneksi VPN '%1', gagal."
 
 #: notification.cpp:505
-#, fuzzy, kde-format
-#| msgid "Necessary secrets for the VPN connection were not provided."
+#, kde-format
 msgid "Necessary secrets for the VPN connection '%1' were not provided."
-msgstr "Diperlukan kerahasiaan untuk koneksi VPN yang tidak disediakan."
+msgstr "Secrets yang diperlukan untuk koneksi VPN '%1' belum disediakan."
 
 #: notification.cpp:508
 #, kde-format
@@ -546,13 +537,9 @@
 msgstr "Autentikasi ke server VPN, gagal."
 
 #: notification.cpp:511
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@info:status Notification when the device failed due to "
-#| "ConnectionRemovedReason"
-#| msgid "The connection was removed"
+#, kde-format
 msgid "The connection was deleted."
-msgstr "Koneksi telah dihapus"
+msgstr "Koneksi telah dihapus."
 
 #: notification.cpp:594
 #, kde-format
@@ -570,16 +557,14 @@
 msgstr "Autentikasi %1"
 
 #: passworddialog.cpp:113
-#, fuzzy, kde-format
-#| msgid "Please provide the password for activating connection %1:"
+#, kde-format
 msgid "Provide the password for the wireless network '%1':"
-msgstr "Silakan sediakan sandi untuk mengaktifkan koneksi %1:"
+msgstr "Sediakan sandi untuk jaringan wireless '%1':"
 
 #: passworddialog.cpp:115
-#, fuzzy, kde-format
-#| msgid "Please provide the password for activating connection %1:"
+#, kde-format
 msgid "Provide the password for the connection '%1':"
-msgstr "Silakan sediakan sandi untuk mengaktifkan koneksi %1:"
+msgstr "Sediakan sandi untuk koneksi '%1':"
 
 #: passworddialog.cpp:121
 #, kde-format
@@ -587,10 +572,9 @@
 msgstr "Dialog sandi %1"
 
 #: passworddialog.cpp:149
-#, fuzzy, kde-format
-#| msgid "Please provide the password for activating connection %1:"
+#, kde-format
 msgid "Provide the secrets for the VPN connection '%1':"
-msgstr "Silakan sediakan sandi untuk mengaktifkan koneksi %1:"
+msgstr "Sediakan secrets untuk koneksi VPN '%1':"
 
 #: passworddialog.cpp:150
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement-libs.po  2021-03-02 
14:09:13.000000000 +0100
+++ new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement-libs.po  2021-03-16 
13:36:01.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:30+0200\n"
-"PO-Revision-Date: 2020-03-02 06:26+0700\n"
+"PO-Revision-Date: 2021-03-05 18:37+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,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 19.12.1\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: declarative/networkstatus.cpp:120
 #, kde-format
@@ -723,8 +723,7 @@
 
 #. i18n: ectx: property (text), item, widget (KComboBox, peapVersion)
 #: editor/settings/ui/802-1x.ui:635
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "PEAP version"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -981,8 +980,7 @@
 
 #. i18n: ectx: property (text), item, widget (KComboBox, metered)
 #: editor/settings/ui/connectionwidget.ui:160
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "Item in the Metered: list"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -1065,8 +1063,7 @@
 #: editor/settings/ui/infiniband.ui:80
 #: editor/settings/ui/wificonnectionwidget.ui:271
 #: editor/settings/ui/wiredconnectionwidget.ui:112
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "MTU:"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -1084,7 +1081,7 @@
 #: editor/settings/ui/ipv4.ui:17 editor/settings/ui/ipv6.ui:20
 #, kde-format
 msgid "Advanced IP settings"
-msgstr ""
+msgstr "Pengaturan IP Tingkat Lanjut"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: editor/settings/ui/ipv4.ui:29 editor/settings/ui/ipv6.ui:49
@@ -1094,8 +1091,7 @@
 
 #. i18n: ectx: property (text), item, widget (KComboBox, method)
 #: editor/settings/ui/ipv4.ui:49 editor/settings/ui/ipv6.ui:227
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "Method:"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -1532,8 +1528,7 @@
 
 #. i18n: ectx: property (text), item, widget (KComboBox, band)
 #: editor/settings/ui/wificonnectionwidget.ui:141
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "Band:"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -1810,8 +1805,7 @@
 
 #. i18n: ectx: property (text), item, widget (QComboBox, linkNegotiation)
 #: editor/settings/ui/wiredconnectionwidget.ui:197
-#, fuzzy, kde-format
-#| msgid "Automatic"
+#, kde-format
 msgctxt "Link negotiation:"
 msgid "Automatic"
 msgstr "Otomatis"
@@ -2802,10 +2796,9 @@
 msgstr "Adsl"
 
 #: models/networkmodelitem.cpp:683
-#, fuzzy, kde-format
-#| msgid "Service:"
+#, kde-format
 msgid "Device"
-msgstr "Layanan:"
+msgstr "Perangkat"
 
 #: uiutils.cpp:144
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_fortisslvpnui.po 
2021-03-02 14:09:13.000000000 +0100
+++ new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_fortisslvpnui.po 
2021-03-16 13:36:01.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-30 02:41+0100\n"
-"PO-Revision-Date: 2019-06-23 09:29+0700\n"
+"PO-Revision-Date: 2021-03-05 18:24+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,6 +15,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.12.1\n"
 
 #. i18n: ectx: property (text), widget (QPushButton, advancedButton)
 #: fortisslvpn.ui:36
@@ -102,7 +103,7 @@
 #: fortisslvpnadvanced.ui:50
 #, kde-format
 msgid "2FA"
-msgstr ""
+msgstr "2FA"
 
 #. i18n: ectx: property (text), widget (QLabel, realmLabel)
 #: fortisslvpnadvanced.ui:68
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_openconnectui.po 
new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_openconnectui.po
--- old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_openconnectui.po 
2021-03-02 14:09:13.000000000 +0100
+++ new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_openconnectui.po 
2021-03-16 13:36:01.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-21 02:51+0100\n"
-"PO-Revision-Date: 2019-11-11 08:18+0700\n"
+"PO-Revision-Date: 2021-03-05 18:26+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,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 19.12.1\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: openconnectauth.cpp:310
 #, kde-format
@@ -181,10 +181,9 @@
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbProtocol)
 #: openconnectprop.ui:123
-#, fuzzy, kde-format
-#| msgid "Juniper/Pulse Network Connect"
+#, kde-format
 msgid "Juniper Network Connect"
-msgstr "Konek Jaringan Pulse/Juniper"
+msgstr "Juniper Network Connect"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbProtocol)
 #: openconnectprop.ui:128
@@ -196,49 +195,49 @@
 #: openconnectprop.ui:133
 #, kde-format
 msgid "Pulse Connect Secure"
-msgstr ""
+msgstr "Pulse Connect Secure"
 
 #. i18n: ectx: property (text), widget (QLabel, label_8)
 #: openconnectprop.ui:141
 #, kde-format
 msgid "Reported OS:"
-msgstr ""
+msgstr "OS yang dilaporkan:"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:160
 #, kde-format
 msgid "GNU/Linux"
-msgstr ""
+msgstr "GNU/Linux"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:165
 #, kde-format
 msgid "GNU/Linux 64-bit"
-msgstr ""
+msgstr "GNU/Linux 64-bit"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:170
 #, kde-format
 msgid "Windows"
-msgstr ""
+msgstr "Windows"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:175
 #, kde-format
 msgid "Mac OS X"
-msgstr ""
+msgstr "Mac OS X"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:180
 #, kde-format
 msgid "Android"
-msgstr ""
+msgstr "Android"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbReportedOs)
 #: openconnectprop.ui:185
 #, kde-format
 msgid "Apple iOS"
-msgstr ""
+msgstr "Apple iOS"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: openconnectprop.ui:196
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_openvpnui.po 
new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_openvpnui.po
--- old/plasma-nm-5.21.2/po/id/plasmanetworkmanagement_openvpnui.po     
2021-03-02 14:09:13.000000000 +0100
+++ new/plasma-nm-5.21.3/po/id/plasmanetworkmanagement_openvpnui.po     
2021-03-16 13:36:01.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-nm package.
-# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-nm\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-03 02:31+0100\n"
-"PO-Revision-Date: 2019-07-19 20:12+0700\n"
+"PO-Revision-Date: 2021-03-05 18:26+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,7 +15,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 19.12.1\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: openvpn.cpp:191
 #, kde-format
@@ -412,17 +412,15 @@
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseCompression)
 #. i18n: ectx: property (toolTip), widget (QComboBox, cmbUseCompression)
 #: openvpnadvanced.ui:96 openvpnadvanced.ui:109
-#, fuzzy, kde-format
-#| msgid "Use LZO compression"
+#, kde-format
 msgid "Use compression."
-msgstr "Gunakan kompresi LZO"
+msgstr "Gunakan kompresi."
 
 #. i18n: ectx: property (text), widget (QCheckBox, chkUseCompression)
 #: openvpnadvanced.ui:99
-#, fuzzy, kde-format
-#| msgid "Use LZO compression"
+#, kde-format
 msgid "Use compression"
-msgstr "Gunakan kompresi LZO"
+msgstr "Gunakan kompresi"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbUseCompression)
 #: openvpnadvanced.ui:113
@@ -434,19 +432,19 @@
 #: openvpnadvanced.ui:118
 #, kde-format
 msgid "LZO"
-msgstr ""
+msgstr "LZO"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbUseCompression)
 #: openvpnadvanced.ui:123
 #, kde-format
 msgid "LZ4"
-msgstr ""
+msgstr "LZ4"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbUseCompression)
 #: openvpnadvanced.ui:128
 #, kde-format
 msgid "LZ4 v2"
-msgstr ""
+msgstr "LZ4 v2"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbUseCompression)
 #: openvpnadvanced.ui:133
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_broadband.po 
new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_broadband.po
--- old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_broadband.po       2021-03-02 
14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_broadband.po       2021-03-16 
13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_hotspot.po 
new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_hotspot.po
--- old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_hotspot.po 2021-03-02 
14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_hotspot.po 2021-03-16 
13:36:17.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-22 04:02+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_wifi.po 
new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_wifi.po
--- old/plasma-nm-5.21.2/po/zh_CN/kcm_mobile_wifi.po    2021-03-02 
14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/kcm_mobile_wifi.po    2021-03-16 
13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-28 02:35+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasma_applet_org.kde.plasma.networkmanagement.po 
new/plasma-nm-5.21.3/po/zh_CN/plasma_applet_org.kde.plasma.networkmanagement.po
--- 
old/plasma-nm-5.21.2/po/zh_CN/plasma_applet_org.kde.plasma.networkmanagement.po 
    2021-03-02 14:09:28.000000000 +0100
+++ 
new/plasma-nm-5.21.3/po/zh_CN/plasma_applet_org.kde.plasma.networkmanagement.po 
    2021-03-16 13:36:17.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-23 09:01+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-kcm.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-kcm.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-kcm.po        
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-kcm.po        
2021-03-16 13:36:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-10 03:49+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-kded.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-kded.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-kded.po       
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-kded.po       
2021-03-16 13:36:17.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:30+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement-libs.po       
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement-libs.po       
2021-03-16 13:36:17.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:30+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_fortisslvpnui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_fortisslvpnui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_fortisslvpnui.po      
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_fortisslvpnui.po      
2021-03-16 13:36:17.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-30 02:41+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_iodineui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_iodineui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_iodineui.po   
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_iodineui.po   
2021-03-16 13:36:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_l2tpui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_l2tpui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_l2tpui.po     
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_l2tpui.po     
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-27 03:46+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openconnectui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openconnectui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openconnectui.po      
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openconnectui.po      
2021-03-16 13:36:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-21 02:51+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -188,7 +188,7 @@
 #: openconnectprop.ui:123
 #, kde-format
 msgid "Juniper Network Connect"
-msgstr ""
+msgstr "Juniper Network Connect"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, cmbProtocol)
 #: openconnectprop.ui:128
@@ -200,7 +200,7 @@
 #: openconnectprop.ui:133
 #, kde-format
 msgid "Pulse Connect Secure"
-msgstr ""
+msgstr "Pulse Connect Secure"
 
 #. i18n: ectx: property (text), widget (QLabel, label_8)
 #: openconnectprop.ui:141
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openswanui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openswanui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openswanui.po 
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openswanui.po 
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openvpnui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openvpnui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_openvpnui.po  
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_openvpnui.po  
2021-03-16 13:36:17.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-03 02:31+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_pptpui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_pptpui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_pptpui.po     
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_pptpui.po     
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_sshui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_sshui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_sshui.po      
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_sshui.po      
2021-03-16 13:36:17.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_sstpui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_sstpui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_sstpui.po     
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_sstpui.po     
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_strongswanui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_strongswanui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_strongswanui.po       
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_strongswanui.po       
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-14 03:30+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_vpncui.po 
new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_vpncui.po
--- old/plasma-nm-5.21.2/po/zh_CN/plasmanetworkmanagement_vpncui.po     
2021-03-02 14:09:28.000000000 +0100
+++ new/plasma-nm-5.21.3/po/zh_CN/plasmanetworkmanagement_vpncui.po     
2021-03-16 13:36:17.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:25+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop
 
new/plasma-nm-5.21.3/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop
--- 
old/plasma-nm-5.21.2/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop
  2021-03-02 14:09:00.000000000 +0100
+++ 
new/plasma-nm-5.21.3/vpn/openconnect/plasmanetworkmanagement_openconnect_juniperui.desktop
  2021-03-16 13:35:47.000000000 +0100
@@ -31,6 +31,7 @@
 Name[sv]=Juniper SSL VPN (openconnect)
 Name[uk]=Juniper SSL VPN (openconnect)
 Name[x-test]=xxJuniper SSL VPN (openconnect)xx
+Name[zh_CN]=Juniper SSL VPN (openconnect)
 Comment=Compatible with Juniper Network Connect
 Comment[ca]=Compatible amb la Juniper Network Connect
 Comment[en_GB]=Compatible with Juniper Network Connect
@@ -39,6 +40,7 @@
 Comment[fr]=Compatible avec Juniper Network Connect
 Comment[hu]=Kompatibilis a Juniper Network Connecttel
 Comment[ia]=Compatibile con Juniper Network Connect
+Comment[id]=Kompatibel dengan Juniper Network Connect
 Comment[it]=Compatibile con Juniper Network Connect
 Comment[nl]=Compatibel met Juniper Network Connect
 Comment[nn]=Kompatibel med Juniper Network Connect
@@ -49,3 +51,4 @@
 Comment[sv]=Kompatibel med Juniper Network Connect
 Comment[uk]=???????????????? ???? Juniper Network Connect
 Comment[x-test]=xxCompatible with Juniper Network Connectxx
+Comment[zh_CN]=??? Juniper Network Connect ??????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/vpn/openconnect/plasmanetworkmanagement_openconnect_pulseui.desktop
 
new/plasma-nm-5.21.3/vpn/openconnect/plasmanetworkmanagement_openconnect_pulseui.desktop
--- 
old/plasma-nm-5.21.2/vpn/openconnect/plasmanetworkmanagement_openconnect_pulseui.desktop
    2021-03-02 14:09:00.000000000 +0100
+++ 
new/plasma-nm-5.21.3/vpn/openconnect/plasmanetworkmanagement_openconnect_pulseui.desktop
    2021-03-16 13:35:47.000000000 +0100
@@ -31,6 +31,7 @@
 Name[sv]=Pulse Connect Secure (openconnect)
 Name[uk]=Pulse Connect Secure (openconnect)
 Name[x-test]=xxPulse Connect Secure (openconnect)xx
+Name[zh_CN]=Pulse Connect Secure (openconnect)
 Comment=Compatible with Pulse Connect Secure SSL VPN
 Comment[ca]=Compatible amb la VPN SSL de Pulse Connect Secure
 Comment[en_GB]=Compatible with Pulse Connect Secure SSL VPN
@@ -39,6 +40,7 @@
 Comment[fr]=Compatible avec les VPN Pulse Connect Secure SSL.
 Comment[hu]=Kompatibilis a Pulse Connect Sevure SSL VPN-nel
 Comment[ia]=Compatibile con Pulse Connect Secure SSL VPN
+Comment[id]=Kompatibel dengan Pulse Connect Secure SSL VPN
 Comment[it]=Compatibile con Pulse Connect Secure SSL VPN
 Comment[nl]=Compatibel met Pulse Connect Secure SSL VPN
 Comment[nn]=Kompatibel med Pulse Connect Secure SSL VPN
@@ -49,3 +51,4 @@
 Comment[sv]=Kompatibel med Pulse Connect Secure SSL VPN
 Comment[uk]=???????????????? ???? VPN SSL Pulse Connect Secure
 Comment[x-test]=xxCompatible with Pulse Connect Secure SSL VPNxx
+Comment[zh_CN]=?????? Pulse Connect Secure SSL VPN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.21.2/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop 
new/plasma-nm-5.21.3/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop
--- old/plasma-nm-5.21.2/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop        
2021-03-02 14:09:00.000000000 +0100
+++ new/plasma-nm-5.21.3/vpn/vpnc/plasmanetworkmanagement_vpncui.desktop        
2021-03-16 13:35:47.000000000 +0100
@@ -92,5 +92,5 @@
 Comment[tr]=??e??itli Cisco, Juniper, Netscreen ve Sonicwall IPsec tabanl?? 
VPN a?? ge??itleri ile uyumlu
 Comment[uk]=???????????????? ???? ???????????????????????????? ?????????????? 
VPN Cisco, Juniper, Netscreen ???? Sonicwall ???? ???????????? IPsec
 Comment[x-test]=xxCompatible with various Cisco, Juniper, Netscreen and 
Sonicwall IPsec-based VPN gatewaysxx
-Comment[zh_CN]=???????????? Cisco???Juniper???Netscreen ??? Sonicwall ?????? 
IPsec ??? VPN ??????
+Comment[zh_CN]=???????????? Cisco???Juniper???Netscreen ??? Sonicwall ?????? 
IPsec ??? VPN ??????
 Comment[zh_TW]=????????? Cisco, Juniper, Netscreen ??? Sonicwall IPsec 
???????????? VPN ???????????????

Reply via email to