Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio-gdrive for openSUSE:Factory 
checked in at 2022-04-23 19:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-gdrive (Old)
 and      /work/SRC/openSUSE:Factory/.kio-gdrive.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio-gdrive"

Sat Apr 23 19:46:02 2022 rev:40 rq:971483 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes    2022-03-04 
20:19:02.312757269 +0100
+++ /work/SRC/openSUSE:Factory/.kio-gdrive.new.1538/kio-gdrive.changes  
2022-04-23 19:47:08.243066870 +0200
@@ -1,0 +2,23 @@
+Mon Apr 18 07:51:45 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:19:15 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:14:13 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Add GitLab CI
+  * Bump minimum cmake/qt versions
+
+-------------------------------------------------------------------

Old:
----
  kio-gdrive-21.12.3.tar.xz
  kio-gdrive-21.12.3.tar.xz.sig

New:
----
  kio-gdrive-22.04.0.tar.xz
  kio-gdrive-22.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kio-gdrive.spec ++++++
--- /var/tmp/diff_new_pack.jGaRUQ/_old  2022-04-23 19:47:08.807067541 +0200
+++ /var/tmp/diff_new_pack.jGaRUQ/_new  2022-04-23 19:47:08.811067546 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kio-gdrive
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Google Drive KIO slave for KDE applications
 License:        GPL-2.0-or-later


++++++ kio-gdrive-21.12.3.tar.xz -> kio-gdrive-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/.gitlab-ci.yml 
new/kio-gdrive-22.04.0/.gitlab-ci.yml
--- old/kio-gdrive-21.12.3/.gitlab-ci.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/kio-gdrive-22.04.0/.gitlab-ci.yml       2022-04-13 00:04:16.000000000 
+0200
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/.kde-ci.yml 
new/kio-gdrive-22.04.0/.kde-ci.yml
--- old/kio-gdrive-21.12.3/.kde-ci.yml  1970-01-01 01:00:00.000000000 +0100
+++ new/kio-gdrive-22.04.0/.kde-ci.yml  2022-04-13 00:04:16.000000000 +0200
@@ -0,0 +1,13 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kdoctools': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/purpose': '@stable'
+    'network/kaccounts-integration': '@same'
+    'pim/libkgapi': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/CMakeLists.txt 
new/kio-gdrive-22.04.0/CMakeLists.txt
--- old/kio-gdrive-21.12.3/CMakeLists.txt       2022-03-01 01:19:23.000000000 
+0100
+++ new/kio-gdrive-22.04.0/CMakeLists.txt       2022-04-15 02:24:15.000000000 
+0200
@@ -1,13 +1,13 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.16)
 
 # KDE Application Version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "22")
+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(kio-gdrive VERSION ${RELEASE_SERVICE_VERSION})
 
-set(QT_MIN_VERSION 5.2.0)
+set(QT_MIN_VERSION 5.15.0)
 set(KF5_MIN_VERSION 5.71.0)
 set(KGAPI_MIN_VERSION 5.11.41)
 set(KACCOUNTS_MIN_VERSION 20.03.80)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/desktop/gdrive-network.desktop 
new/kio-gdrive-22.04.0/desktop/gdrive-network.desktop
--- old/kio-gdrive-21.12.3/desktop/gdrive-network.desktop       2022-02-27 
19:43:14.000000000 +0100
+++ new/kio-gdrive-22.04.0/desktop/gdrive-network.desktop       2022-04-13 
00:04:16.000000000 +0200
@@ -20,6 +20,7 @@
 Name[hi]=???????????? ??????????????????
 Name[hu]=Google Drive
 Name[ia]=Google Drive
+Name[id]=Google Drive
 Name[it]=Google Drive
 Name[ko]=Google ????????????
 Name[lt]=Google diskas
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-21.12.3/desktop/org.kde.kio_gdrive.metainfo.xml 
new/kio-gdrive-22.04.0/desktop/org.kde.kio_gdrive.metainfo.xml
--- old/kio-gdrive-21.12.3/desktop/org.kde.kio_gdrive.metainfo.xml      
2022-02-27 19:43:14.000000000 +0100
+++ new/kio-gdrive-22.04.0/desktop/org.kde.kio_gdrive.metainfo.xml      
2022-04-13 00:04:16.000000000 +0200
@@ -23,7 +23,7 @@
   <name xml:lang="fr">KIO GDrive</name>
   <name xml:lang="gl">KIO GDrive</name>
   <name xml:lang="hi">??????-????????? ??????-??????????????????</name>
-  <name xml:lang="hu">KIO GDrive</name>
+  <name xml:lang="hu"> </name>
   <name xml:lang="ia">KIO GDrive</name>
   <name xml:lang="id">KIO GDrive</name>
   <name xml:lang="it">KIO GDrive</name>
@@ -47,7 +47,7 @@
   <summary>Google Drive integration with KDE Plasma and KDE 
applications</summary>
   <summary xml:lang="ast">Integraci??n de Google Drive con Plasma y les 
aplicaciones de KDE</summary>
   <summary xml:lang="ca">Integraci?? del Drive de Google amb el Plasma del KDE 
i les aplicacions KDE</summary>
-  <summary xml:lang="ca-valencia">Integraci?? del Drive de Google amb el 
Plasma del KDE i les aplicacions KDE</summary>
+  <summary xml:lang="ca-valencia">Integraci?? del Drive de Google amb Plasma 
de KDE i les aplicacions KDE</summary>
   <summary xml:lang="cs">Integrace Google Drive do KDE Plasma a aplikac?? 
KDE</summary>
   <summary xml:lang="da">Google Drive-integration med KDE Plasma og 
KDE-programmer</summary>
   <summary xml:lang="de">Integration von Google Drive mit Plasma und den 
KDE-Anwendungen</summary>
@@ -85,7 +85,7 @@
     <p>KIO GDrive is a KIO slave that enables KIO-aware applications (such as 
Dolphin, Kate or Gwenview) to access and edit Google Drive files on the 
cloud.</p>
     <p xml:lang="ast">KIO GDrive ye un esclavu pa KIO que permite a les 
aplicaciones qu'usen KIO (como Dolphin, Kate o Gwenview) acceder y editar 
ficheros de Google Drive na ??ube.</p>
     <p xml:lang="ca">El KIO GDrive ??s un esclau del KIO que permet a les 
aplicacions preparades per al KIO (com el Dolphin, el Kate o el Gwenview) que 
accedeixin i editin els fitxers del Drive de Google en el n??vol.</p>
-    <p xml:lang="ca-valencia">El KIO GDrive ??s un esclau del KIO que permet a 
les aplicacions preparades per al KIO (com el Dolphin, el Kate o el Gwenview) 
que accedisquen i editin els fitxers del Drive de Google en el n??vol.</p>
+    <p xml:lang="ca-valencia">KIO GDrive ??s un esclau de KIO que permet a les 
aplicacions preparades per a KIO (com Dolphin, Kate o Gwenview) que accedisquen 
i editin els fitxers del Drive de Google en el n??vol.</p>
     <p xml:lang="da">KIO GDrive er en KIO-slave der g??r det muligt for 
KIO-bevidste programmer (s??som Dolphin, Kate eller Gwenview) at tilg?? og 
redigere Google Drive-filer i skyen.</p>
     <p xml:lang="de">KIO GDrive ist ein Ein-/Ausgabemodul, mit dem Anwendungen 
wie Dolphin, Kate oder Gwenview auf Dateien in der Cloud Google Drive zugreifen 
und bearbeiten k??nnen.</p>
     <p xml:lang="el">???? KIO GDrive ?????????? ???????? KIO slave ?????? 
?????????????????????? ?????????????????? ???? ???????????????? ?????? KIO 
(???????? Dolphin, Kate ?? Gwenview) ?????? ?????? ???????????????? ?????? 
?????????????????????? ?????????????? ?????? Google Drive ?????? ??????????.</p>
@@ -112,7 +112,7 @@
     <p xml:lang="sk">KIO GDrive je KIO slave, ktor?? umo????uje nie KIO 
aplik??ci??m (ako Dolphin, Kate alebo Gwenview) pristupova?? a upravova?? 
s??bory na Google Drive na cloude.</p>
     <p xml:lang="sl">KIO GDrive je odvisen od KIO, ki omogo??a aplikacijam, ki 
se zavedajo KIO (npr. Dolphin, Kate ali Gwenview) za dostop do datotek Google 
Drive in urejajo datoteke v storitvi oblaka Google Drive.</p>
     <p xml:lang="sv">KIO GDrive ??r en I/O-slav som g??r det m??jligt f??r 
program medvetna om KIO (s??som Dolphin, Kate eller Gwenview) att komma ??t och 
redigera Google Drive-filer i molnet.</p>
-    <p xml:lang="tr">KIO GDrive, buluttaki Google Drive dosylar??na eri??imek 
ve d??zenleme yapmak i??in, KIO uygulamalar??n?? etkinle??tiren bir KIO 
ba????ml??l??????d??r.</p>
+    <p xml:lang="tr">KIO GDrive, buluttaki Google Drive dosyalar??na eri??imek 
ve d??zenleme yapmak i??in, KIO uygulamalar??n?? etkinle??tiren bir KIO 
ba????ml??l??????d??r.</p>
     <p xml:lang="uk">KIO GDrive ??? ???????????????????? ?????????? 
????????????????-?????????????????? ??????????, ???????? ???????????????????? 
?????? ?????????????? ???? ???????????????????? KIO (?????????????? Dolphin, 
Kate ???? Gwenview) ???????????? ???? ?????????????????????? ?????????? 
???????????? ???? ?????????? Google ?? ???????????????????????????? 
??????????????.</p>
     <p xml:lang="x-test">xxKIO GDrive is a KIO slave that enables KIO-aware 
applications (such as Dolphin, Kate or Gwenview) to access and edit Google 
Drive files on the cloud.xx</p>
     <p xml:lang="zh-CN">KIO GDrive ??? Google Drive ??? KIO 
????????????????????????????????? KIO ????????? (?????? Dolphin???Kate ?????? 
Gwenview) ??????????????? Google Drive ???????????????</p>
@@ -126,7 +126,7 @@
       <caption>Dolphin showing KIO GDrive in lower right, and Falkon browsing 
Google Drive in upper left.</caption>
       <caption xml:lang="ast">Dolphin amuesa KIO GDrive na parte baxera 
derecha y el restolador Falkon na parte cimera esquierda.</caption>
       <caption xml:lang="ca">El Dolphin mostra el KIO GDrive a la part 
inferior dreta, i el Falkon mostra el Google Drive a la part superior 
esquerra.</caption>
-      <caption xml:lang="ca-valencia">El Dolphin mostra el KIO GDrive a la 
part inferior dreta, i el Falkon mostra el Google Drive a la part superior 
esquerra.</caption>
+      <caption xml:lang="ca-valencia">Dolphin mostra KIO GDrive a la part 
inferior dreta, i Falkon mostra Google Drive a la part superior 
esquerra.</caption>
       <caption xml:lang="da">Dolphin viser KIO GDrev nederst til h??jre, og 
Falkon som gennemser Google Drev ??verst til venstre.</caption>
       <caption xml:lang="de">Ansicht von Dolphin mit KIO GDrive unten rechts 
und Falkon auf Google Drive oben links.</caption>
       <caption xml:lang="el">???? Dolphin ?????????????????? ???? KIO GDrive 
???????? ??????????, ?????? ???? Falkon ???????? ????????????????.</caption>
@@ -153,6 +153,7 @@
       <caption xml:lang="sk">Dolphin zobrazuje KIO GDrive vpravo dole a Falkon 
prehliadaj??ci Google Drive vpravo hore.</caption>
       <caption xml:lang="sl">Dolphin prikazuje KIO GDrive v spodnjem desnem 
kotu in Falkon brska po Googlu Drive v zgornjem levem kotu.</caption>
       <caption xml:lang="sv">Dolphin som visar KIO GDrive nere till h??ger, 
och Falkon som bl??ddrat till Google Drive uppe till v??nster.</caption>
+      <caption xml:lang="tr">Dolphin KIO GDrive'?? sa?? altta g??sterirken ve 
Falkon Google Drive'a sol ??stte g??z atarken.</caption>
       <caption xml:lang="uk">Dolphin ???? ?????????????????? KIO GDrive 
?????????? ???????????????? ?? Falkon ?? ?????????????????? ?????????????????? 
Google ???????? ?????????? ??????????????.</caption>
       <caption xml:lang="x-test">xxDolphin showing KIO GDrive in lower right, 
and Falkon browsing Google Drive in upper left.xx</caption>
       <caption xml:lang="zh-CN">?????????????????? Dolphin ???????????? KIO 
GDrive????????????????????? Falkon ???????????? Google Drive 
????????????</caption>
@@ -160,10 +161,10 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="22.04.0" date="2022-04-21"/>
     <release version="21.12.3" date="2022-03-03"/>
     <release version="21.12.2" date="2022-02-03"/>
     <release version="21.12.1" date="2022-01-06"/>
-    <release version="21.12.0" date="2021-12-09"/>
   </releases>
   <project_group>KDE</project_group>
   <categories>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/kaccounts/gdrive.notifyrc 
new/kio-gdrive-22.04.0/kaccounts/gdrive.notifyrc
--- old/kio-gdrive-21.12.3/kaccounts/gdrive.notifyrc    2022-02-27 
19:43:14.000000000 +0100
+++ new/kio-gdrive-22.04.0/kaccounts/gdrive.notifyrc    2022-04-13 
00:04:16.000000000 +0200
@@ -20,6 +20,7 @@
 Comment[hi]=??????-????????? ??????-??????????????????
 Comment[hu]=KIO GDrive
 Comment[ia]=KIO GDrive
+Comment[id]=KIO GDrive
 Comment[it]=KIO GDrive
 Comment[ko]=KIO GDrive
 Comment[lt]=KIO GDrive
@@ -60,6 +61,7 @@
 Name[hi]=????????? ??????????????? ???????????? ????????? ??????
 Name[hu]=??j fi??k hozz??adva
 Name[ia]=Nove conto addite
+Name[id]=Ditambahkan Akun Baru
 Name[it]=Nuovo account aggiunto
 Name[ko]=??? ?????? ?????????
 Name[lt]=Prid??ta nauja paskyra
@@ -97,6 +99,7 @@
 Comment[hi]=????????? ???????????? ???????????? ?????????????????? ?????? 
???????????? ??????????????? ????????????????????? ????????????????????? 
???????????? ?????? ????????????????????????
 Comment[hu]= Gyorsbillenty?? a Google Drive f??jlok b??ng??sz??s??hez, amint 
az ??j Google fi??kot hozz??adt??k.
 Comment[ia]=Via breve pro cercar files de Google Drive quando un nove conto de 
Google ha essite addite.
+Comment[id]= Pintasan untuk menelusuri file Google Drive segera sesudah akun 
baru Google ditambahkan.
 Comment[it]= Scorciatoia per navigare tra i file di Google Drive dopo che ?? 
stato aggiunto un nuovo account di Google.
 Comment[ko]= ????????? Google ????????? ???????????? ??? Google 
??????????????? ?????? ????????? ??? ??? ?????? ?????? ????????? 
???????????????.
 Comment[lt]= ??aukinys, skirtas nar??yti Google disko failus i?? karto, 
prid??jus nauj?? Google paskyr??.
@@ -110,7 +113,7 @@
 Comment[sk]=Skratka na prehliadanie s??borov na Google Drive akon??hle je 
pridan?? nov?? Google ????et.
 Comment[sl]= Bli??njica za brskanje po Google Drive takoj po dodatku novega 
ra??una Google.
 Comment[sv]= Genv??g f??r att bl??ddra i Google Drive-filer s?? snart ett nytt 
Google-konto har lagts till.
-Comment[tr]=Yeni bir Google hesab?? eklendi??inde Google Drive dosyalar??na 
g??z atma k??sayolu.
+Comment[tr]= Yeni bir Google hesab?? eklendi??inde Google Drive dosyalar??na 
g??z atma k??sayolu.
 Comment[uk]=???????????? ?????? ?????????????????? ???????????? Google 
???????? ?????????? ?????????????????? ???????????? ???????????????????? 
???????????? Google.
 Comment[x-test]=xx Shortcut to browse Google Drive files as soon as a new 
Google account has been added.xx
 Comment[zh_CN]= ?????? Google Drive ?????????????????????????????? Google 
???????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/kaccounts/kaccountsplugin.json 
new/kio-gdrive-22.04.0/kaccounts/kaccountsplugin.json
--- old/kio-gdrive-21.12.3/kaccounts/kaccountsplugin.json       2022-02-27 
19:43:14.000000000 +0100
+++ new/kio-gdrive-22.04.0/kaccounts/kaccountsplugin.json       2022-04-13 
00:04:16.000000000 +0200
@@ -1,7 +1,7 @@
 {
     "KPlugin": {
         "Description": "Integrate KIO gdrive",
-        "Description[ca@valencia]": "Integra el KIO del GDrive",
+        "Description[ca@valencia]": "Integra KIO del GDrive",
         "Description[ca]": "Integra el KIO del GDrive",
         "Description[cs]": "Integrovat KIO gdrive",
         "Description[da]": "Integr??r KIO gdrive",
@@ -15,6 +15,7 @@
         "Description[fr]": "Int??grer ????KIO gdrive????",
         "Description[hi]": "??????-????????? ??????-?????????????????? ?????? 
?????????????????? ????????????",
         "Description[hu]": "KIO gdrive integr??ci??",
+        "Description[id]": "Integrasi KIO gdrive",
         "Description[it]": "Integra KIO gdrive",
         "Description[ko]": "KIO gdrive ??????",
         "Description[lt]": "Integruoti KIO gdrive",
@@ -50,8 +51,9 @@
         "Name[fi]": "KIO gdrive",
         "Name[fr]": "KIO gdrive",
         "Name[hi]": "??????-????????? ??????-??????????????????",
-        "Name[hu]": "KIO GDrive",
+        "Name[hu]": "KIO gdrive",
         "Name[ia]": "KIO gdrive",
+        "Name[id]": "KIO gdrive",
         "Name[it]": "KIO gdrive",
         "Name[ko]": "KIO gdrive",
         "Name[lt]": "KIO gdrive",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/ca@valencia/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/ca@valencia/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/ca@valencia/kio5_gdrive.po        2022-03-01 
01:19:23.000000000 +0100
+++ new/kio-gdrive-22.04.0/po/ca@valencia/kio5_gdrive.po        2022-04-15 
02:24:15.000000000 +0200
@@ -30,10 +30,10 @@
 #, kde-kuit-format
 msgctxt "@info"
 msgid ""
-"You can now manage the Google Drive files of your <emphasis strong='true'>"
-"%1</emphasis> account."
+"You can now manage the Google Drive files of your <emphasis 
strong='true'>%1</"
+"emphasis> account."
 msgstr ""
-"Ara podeu gestionar els fitxers del Google Drive del vostre compte <emphasis "
+"Ara podeu gestionar els fitxers de Google Drive del vostre compte <emphasis "
 "strong='true'>%1</emphasis>."
 
 #: kaccounts/kaccountsplugin.cpp:38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/hu/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/hu/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/hu/kio5_gdrive.po 2022-03-01 01:19:23.000000000 
+0100
+++ new/kio-gdrive-22.04.0/po/hu/kio5_gdrive.po 2022-04-15 02:24:15.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kio-gdrive\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-16 02:40+0100\n"
-"PO-Revision-Date: 2022-02-10 14:49+0100\n"
+"PO-Revision-Date: 2022-02-10 14:47+0100\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/ia/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/ia/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/ia/kio5_gdrive.po 2022-03-01 01:19:23.000000000 
+0100
+++ new/kio-gdrive-22.04.0/po/ia/kio5_gdrive.po 2022-04-15 02:24:15.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-16 02:40+0100\n"
-"PO-Revision-Date: 2021-11-10 09:47+0100\n"
+"PO-Revision-Date: 2021-11-10 22:22+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\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 20.04.2\n"
+"X-Generator: Lokalize 21.08.3\n"
 
 #: kaccounts/kaccountsplugin.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/id/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/id/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/id/kio5_gdrive.po 1970-01-01 01:00:00.000000000 
+0100
+++ new/kio-gdrive-22.04.0/po/id/kio5_gdrive.po 2022-04-15 02:24:15.000000000 
+0200
@@ -0,0 +1,101 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kio-gdrive package.
+# Wantoy??k <[email protected]>, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kio-gdrive\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-01-16 02:40+0100\n"
+"PO-Revision-Date: 2022-03-29 22:09+0700\n"
+"Last-Translator: Wantoy??k <[email protected]>\n"
+"Language-Team: Indonesian <[email protected]>\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#: kaccounts/kaccountsplugin.cpp:36
+#, kde-format
+msgid "New Online Account"
+msgstr "Akun Online Baru"
+
+#: kaccounts/kaccountsplugin.cpp:37
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Anda sekarang bisa mengelola file Google Drive pada akun <emphasis "
+"strong='true'>%1</emphasis> Anda."
+
+#: kaccounts/kaccountsplugin.cpp:38
+#, kde-format
+msgid "Open"
+msgstr "Buka"
+
+#: purpose/purpose_gdrive_config.qml:24
+#, kde-format
+msgid "Select an account:"
+msgstr "Pilih akun:"
+
+#: purpose/purpose_gdrive_config.qml:63
+#, kde-format
+msgid "No account configured"
+msgstr "Tidak ada akun yang dikonfigurasi"
+
+#: purpose/purpose_gdrive_config.qml:71
+#, kde-format
+msgid "Configure Accounts"
+msgstr "Konfigurasi Akun"
+
+#: purpose/purpose_gdrive_config.qml:78
+#, kde-format
+msgid "Upload to folder:"
+msgstr "Unggahkan ke folder:"
+
+#: src/integration/contextmenuaction/contextmenuaction.cpp:52
+#, kde-format
+msgid "Google Drive"
+msgstr "Google Drive"
+
+#: src/integration/contextmenuaction/contextmenuaction.cpp:61
+#, kde-format
+msgid "Copy URL to clipboard"
+msgstr "Salin URL ke clipboard"
+
+#: src/integration/contextmenuaction/contextmenuaction.cpp:74
+#, kde-format
+msgid "Open in browser"
+msgstr "Buka di browser"
+
+#: src/kio_gdrive.cpp:260
+#, kde-format
+msgctxt "login in a new google account"
+msgid "New account"
+msgstr "Akun baru"
+
+#: src/kio_gdrive.cpp:314
+#, kde-format
+msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgstr ""
+"Tidak ada akun Google Drive yang diaktifkan. Silakan tambahkan setidaknya "
+"satu."
+
+#: src/kio_gdrive.cpp:458
+#, kde-format
+msgid "Shared Drives"
+msgstr "Shared Drives"
+
+#: src/kio_gdrive.cpp:704 src/kio_gdrive.cpp:844
+#, kde-format
+msgid "%1 isn't a known GDrive account"
+msgstr "%1 bukan akun GDrive yang dikenal"
+
+#: src/kio_gdrive.cpp:1264
+#, kde-format
+msgid "Can't delete Shared Drives root."
+msgstr "Tidak bisa menghapus root Shared Drives."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/sk/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/sk/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/sk/kio5_gdrive.po 2022-03-01 01:19:23.000000000 
+0100
+++ new/kio-gdrive-22.04.0/po/sk/kio5_gdrive.po 2022-04-15 02:24:15.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kio5_gdrive\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-16 02:40+0100\n"
-"PO-Revision-Date: 2022-01-20 17:18+0100\n"
+"PO-Revision-Date: 2022-01-25 14:45+0100\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/tr/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/tr/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/tr/kio5_gdrive.po 2022-03-01 01:19:23.000000000 
+0100
+++ new/kio-gdrive-22.04.0/po/tr/kio5_gdrive.po 2022-04-15 02:24:15.000000000 
+0200
@@ -2,27 +2,26 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Volkan Gezer <[email protected]>, 2017.
+# Emir SARI <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-16 02:40+0100\n"
-"PO-Revision-Date: 2017-05-19 20:04+0000\n"
-"Last-Translator: Mete <[email protected]>\n"
+"PO-Revision-Date: 2022-04-10 13:21+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #: kaccounts/kaccountsplugin.cpp:36
-#, fuzzy, kde-format
-#| msgctxt "login in a new google account"
-#| msgid "New account"
+#, kde-format
 msgid "New Online Account"
-msgstr "Yeni hesap"
+msgstr "Yeni ??evrimi??i Hesap"
 
 #: kaccounts/kaccountsplugin.cpp:37
 #, kde-kuit-format
@@ -31,55 +30,51 @@
 "You can now manage the Google Drive files of your <emphasis strong='true'>"
 "%1</emphasis> account."
 msgstr ""
+"Art??k <emphasis strong='true'>%1</emphasis> hesab??n??z??n Google Drive "
+"dosyalar??n?? y??netebilirsiniz."
 
 #: kaccounts/kaccountsplugin.cpp:38
 #, kde-format
 msgid "Open"
-msgstr ""
+msgstr "A??"
 
 #: purpose/purpose_gdrive_config.qml:24
-#, fuzzy, kde-format
-#| msgctxt "login in a new google account"
-#| msgid "New account"
+#, kde-format
 msgid "Select an account:"
-msgstr "Yeni hesap"
+msgstr "Bir hesap se??in:"
 
 #: purpose/purpose_gdrive_config.qml:63
 #, kde-format
 msgid "No account configured"
-msgstr ""
+msgstr "Yap??land??r??lm???? hesap yok"
 
 #: purpose/purpose_gdrive_config.qml:71
-#, fuzzy, kde-format
-#| msgctxt "login in a new google account"
-#| msgid "New account"
+#, kde-format
 msgid "Configure Accounts"
-msgstr "Yeni hesap"
+msgstr "Hesaplar?? Yap??land??r"
 
 #: purpose/purpose_gdrive_config.qml:78
 #, kde-format
 msgid "Upload to folder:"
-msgstr ""
+msgstr "Klas??re y??kle:"
 
 #: src/integration/contextmenuaction/contextmenuaction.cpp:52
 #, kde-format
 msgid "Google Drive"
-msgstr ""
+msgstr "Google Drive"
 
 #: src/integration/contextmenuaction/contextmenuaction.cpp:61
 #, kde-format
 msgid "Copy URL to clipboard"
-msgstr ""
+msgstr "URL'yi panoya kopyala"
 
 #: src/integration/contextmenuaction/contextmenuaction.cpp:74
 #, kde-format
 msgid "Open in browser"
-msgstr ""
+msgstr "Taray??c??da a??"
 
 #: src/kio_gdrive.cpp:260
-#, fuzzy, kde-format
-#| msgctxt "login in a new google account"
-#| msgid "New account"
+#, kde-format
 msgctxt "login in a new google account"
 msgid "New account"
 msgstr "Yeni hesap"
@@ -87,22 +82,22 @@
 #: src/kio_gdrive.cpp:314
 #, kde-format
 msgid "There are no Google Drive accounts enabled. Please add at least one."
-msgstr "Google Drive hesab?? etkin de??il. L??tfen en az??ndan bir tane 
ekleyin."
+msgstr "Etkin Google Drive hesab?? yok. L??tfen en az??ndan bir tane ekleyin."
 
 #: src/kio_gdrive.cpp:458
 #, kde-format
 msgid "Shared Drives"
-msgstr ""
+msgstr "Payla????lan S??r??c??ler"
 
 #: src/kio_gdrive.cpp:704 src/kio_gdrive.cpp:844
 #, kde-format
 msgid "%1 isn't a known GDrive account"
-msgstr ""
+msgstr "%1, bilinen bir GDrive hesab?? de??il"
 
 #: src/kio_gdrive.cpp:1264
 #, kde-format
 msgid "Can't delete Shared Drives root."
-msgstr ""
+msgstr "Payla????lan S??r??c??ler k??k dizini silinemiyor."
 
 #~ msgid "Log-in canceled, no account available."
 #~ msgstr "Giri?? iptal edildi, hesap mevcut de??il."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/po/zh_CN/kio5_gdrive.po 
new/kio-gdrive-22.04.0/po/zh_CN/kio5_gdrive.po
--- old/kio-gdrive-21.12.3/po/zh_CN/kio5_gdrive.po      2022-03-01 
01:19:23.000000000 +0100
+++ new/kio-gdrive-22.04.0/po/zh_CN/kio5_gdrive.po      2022-04-15 
02:24:15.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-16 02:40+0100\n"
-"PO-Revision-Date: 2022-02-26 05:18\n"
+"PO-Revision-Date: 2022-04-14 15:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-21.12.3/purpose/purpose_gdrive.json 
new/kio-gdrive-22.04.0/purpose/purpose_gdrive.json
--- old/kio-gdrive-21.12.3/purpose/purpose_gdrive.json  2022-02-27 
19:43:14.000000000 +0100
+++ new/kio-gdrive-22.04.0/purpose/purpose_gdrive.json  2022-04-13 
00:04:16.000000000 +0200
@@ -17,6 +17,7 @@
                 "Name[hi]": "?????????????????? ??????????????????",
                 "Name[hu]": "Nicolas Fella",
                 "Name[ia]": "Nicolas Fella",
+                "Name[id]": "Nicolas Fella",
                 "Name[it]": "Nicolas Fella",
                 "Name[ko]": "Nicolas Fella",
                 "Name[lt]": "Nicolas Fella",
@@ -36,7 +37,7 @@
         ],
         "Category": "Utilities",
         "Description": "Upload files to Google Drive",
-        "Description[ca@valencia]": "Puja els fitxers al Google Drive",
+        "Description[ca@valencia]": "Puja els fitxers a Google Drive",
         "Description[ca]": "Puja els fitxers al Google Drive",
         "Description[cs]": "Odeslat soubory do Google Drive",
         "Description[da]": "Upload filer til Google Drev",
@@ -49,6 +50,7 @@
         "Description[fr]": "Envoyer des fichiers vers ????Google Drive????",
         "Description[hi]": "???????????? ?????????????????? ????????? 
?????????????????? ??????????????? ????????????",
         "Description[hu]": "F??jlok felt??lt??se Google Drive-ra",
+        "Description[id]": "Unggah file ke Google Drive",
         "Description[it]": "Carica i file su Google Drive",
         "Description[ko]": "Google ??????????????? ?????? ?????????",
         "Description[lt]": "I??siun??ia failus ?? Google disk??",
@@ -81,6 +83,7 @@
         "Name[hi]": "???????????? ??????????????????",
         "Name[hu]": "Google Drive",
         "Name[ia]": "Google Drive",
+        "Name[id]": "Google Drive",
         "Name[it]": "Google Drive",
         "Name[ko]": "Google ????????????",
         "Name[lt]": "Google diskas",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-21.12.3/src/integration/contextmenuaction/contextmenuaction.json 
new/kio-gdrive-22.04.0/src/integration/contextmenuaction/contextmenuaction.json
--- 
old/kio-gdrive-21.12.3/src/integration/contextmenuaction/contextmenuaction.json 
    2022-02-27 19:43:14.000000000 +0100
+++ 
new/kio-gdrive-22.04.0/src/integration/contextmenuaction/contextmenuaction.json 
    2022-04-13 00:04:16.000000000 +0200
@@ -20,6 +20,7 @@
         "Name[fr]": "Menu d'actions ????Google Drive????",
         "Name[hi]": "'???????????? ??????????????????' 
???????????????????????? ?????? ????????????",
         "Name[hu]": "???Google Drive??? m??veletmen??",
+        "Name[id]": "Menu aksi Google Drive",
         "Name[it]": "Menu azioni di ??Google Drive??",
         "Name[ko]": "'Google ????????????' ?????? ??????",
         "Name[lt]": "???Google disko??? veiksm?? meniu",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-21.12.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 
new/kio-gdrive-22.04.0/src/integration/propertiesplugin/gdrivepropertiesplugin.json
--- 
old/kio-gdrive-21.12.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 2022-02-27 19:43:14.000000000 +0100
+++ 
new/kio-gdrive-22.04.0/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 2022-04-13 00:04:16.000000000 +0200
@@ -1,7 +1,7 @@
 {
     "KPlugin": {
         "Description": "Properties page showing additional information 
regarding a Google Drive item",
-        "Description[ca@valencia]": "P??gina de propietats que mostra 
informaci?? addicional relativa a un element del Google Drive",
+        "Description[ca@valencia]": "P??gina de propietats que mostra 
informaci?? addicional relativa a un element de Google Drive",
         "Description[ca]": "P??gina de propietats que mostra informaci?? 
addicional relativa a un element del Google Drive",
         "Description[da]": "Egenskabsside som viser yderligere information om 
et Google Drev-element",
         "Description[de]": "Eigenschaftenseite mit zus??tzliche Informationen 
zu einem Eintrag in Google Drive",
@@ -14,6 +14,7 @@
         "Description[fr]": "Affichage dans la page de propri??t??s 
d'informations suppl??mentaires concernant un ??l??ment ????Google Drive????",
         "Description[hi]": "???????????? ??????????????? ??????????????? 
?????? ??????????????? ????????? ???????????????????????? ????????????????????? 
?????????????????? ???????????? ????????? ???????????????",
         "Description[hu]": "Egy Google Drive elemmel kapcsolatos tov??bbi 
inform??ci??kat megjelen??t?? oldal",
+        "Description[id]": "Halaman properti menampilkan informasi tambahan 
tentang item Google Drive",
         "Description[it]": "Pagina delle propriet?? che mostra informazioni 
aggiuntive relative a un elemento di Google Drive",
         "Description[ko]": "Google ???????????? ????????? ?????? ????????? 
???????????? ?????? ?????????",
         "Description[lt]": "Savybi?? puslapis, rodantis papildom?? 
informacij??, susijusi?? su Google disko elementu",
@@ -36,7 +37,7 @@
             "application/octet-stream"
         ],
         "Name": "Google Drive Properties Page",
-        "Name[ca@valencia]": "P??gina de propietats del Google Drive",
+        "Name[ca@valencia]": "P??gina de propietats de Google Drive",
         "Name[ca]": "P??gina de propietats del Google Drive",
         "Name[cs]": "Str??nka vlastnost?? 'Google Drive'",
         "Name[da]": "Egenskabsside for Google Drev",
@@ -50,6 +51,7 @@
         "Name[fr]": "Page de propri??t??s de ????Google Drive????",
         "Name[hi]": "???????????? ?????????????????? ????????? 
???????????????",
         "Name[hu]": "Google Drive tulajdons??gok oldal",
+        "Name[id]": "Halaman Properti Google Drive",
         "Name[it]": "Pagina delle propriet?? di Google Drive",
         "Name[ko]": "Google ???????????? ?????? ?????????",
         "Name[lt]": "Google disko savybi?? puslapis",

Reply via email to