diff --git a/kaccounts/kaccountsplugin.json b/kaccounts/kaccountsplugin.json index 1fce100..cc71043 100644 --- a/kaccounts/kaccountsplugin.json +++ b/kaccounts/kaccountsplugin.json @@ -1,29 +1,31 @@ { "KPlugin": { "Description": "Integrate KIO gdrive", "Description[ca@valencia]": "Integra el KIO del GDrive", "Description[ca]": "Integra el KIO del GDrive", "Description[es]": "Integra KIO gdrive", "Description[it]": "Integra KIO gdrive", + "Description[ko]": "KIO gdrive 통합", "Description[nl]": "KIO gdrive integreren", "Description[sv]": "Integrera KIO gdrive", "Description[uk]": "Інтеграція із KIO gdrive", "Description[x-test]": "xxIntegrate KIO gdrivexx", "Description[zh_TW]": "整合 KIO gdrive", "EnabledByDefault": true, "Icon": "system-file-manager", "Id": "kaccounts_kio_gdrive", "License": "GPL", "Name": "KIO gdrive", "Name[ca@valencia]": "KIO GDrive", "Name[ca]": "KIO GDrive", "Name[es]": "KIO gdrive", "Name[it]": "KIO gdrive", + "Name[ko]": "KIO gdrive", "Name[nl]": "KIO gdrive", "Name[sv]": "KIO gdrive", "Name[uk]": "KIO GDrive", "Name[x-test]": "xxKIO gdrivexx", "Name[zh_TW]": "KIO gdrive", "Version": "0.1" } } diff --git a/src/copyurlitemaction.json b/src/copyurlitemaction.json index cab7cba..e257e6f 100644 --- a/src/copyurlitemaction.json +++ b/src/copyurlitemaction.json @@ -1,25 +1,26 @@ { "KPlugin": { "Icon": "folder-gdrive", "MimeTypes": [ "application/octet-stream", "inode/directory" ], "Name": "'Copy Google URL to clipboard' action", "Name[ca@valencia]": "Acció «Copia l'URL de Google al porta-retalls»", "Name[ca]": "Acció «Copia l'URL de Google al porta-retalls»", "Name[cs]": "Činnost 'Kopírovat URL Google do schránky'", "Name[es]": "Acción «Copiar URL de Google en el portapapeles»", "Name[fr]": "Action « Copier l'URL Google dans le presse-papiers »", "Name[it]": "Azione «Copia l'URL di Google negli appunti»", + "Name[ko]": "'Google URL을 클립보드로 복사' 동작", "Name[nl]": "Actie 'Google-URL kopiëren naar klembord' action", "Name[sv]": "Åtgärden 'Kopiera Google webbadress till klippbordet'", "Name[uk]": "Дія «Копіювати адресу Google до буфера обміну»", "Name[x-test]": "xx'Copy Google URL to clipboard' actionxx", "Name[zh_TW]": "「複製 Google 網址至剪貼簿」動作", "ServiceTypes": [ "KFileItemAction/Plugin" ] }, "MimeType": "application/octet-stream;inode/directory;" }