diff -Nru kate-23.08.4/.craft.ini kate-23.08.5/.craft.ini --- kate-23.08.4/.craft.ini 1970-01-01 00:00:00.000000000 +0000 +++ kate-23.08.5/.craft.ini 2024-02-13 04:03:24.000000000 +0000 @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +[BlueprintSettings] +kde/applications/kate.packageAppx = True diff -Nru kate-23.08.4/.gitlab-ci.yml kate-23.08.5/.gitlab-ci.yml --- kate-23.08.4/.gitlab-ci.yml 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/.gitlab-ci.yml 2024-02-13 04:03:24.000000000 +0000 @@ -2,11 +2,15 @@ # 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 - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/craft-appimage.yml \ No newline at end of file + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/linux.yml + - /gitlab-templates/freebsd.yml + - /gitlab-templates/windows.yml + - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/flatpak.yml + - /gitlab-templates/craft-appimage.yml + - /gitlab-templates/craft-windows-x86-64.yml + - /gitlab-templates/craft-windows-appx-qt5.yml diff -Nru kate-23.08.4/CMakeLists.txt kate-23.08.5/CMakeLists.txt --- kate-23.08.4/CMakeLists.txt 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/CMakeLists.txt 2024-02-13 04:03:24.000000000 +0000 @@ -4,7 +4,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "4") +set(RELEASE_SERVICE_VERSION_MICRO "5") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kate VERSION ${RELEASE_SERVICE_VERSION}) diff -Nru kate-23.08.4/addons/eslint/EslintPlugin.json kate-23.08.5/addons/eslint/EslintPlugin.json --- kate-23.08.4/addons/eslint/EslintPlugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/eslint/EslintPlugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -13,6 +13,7 @@ "Description[fi]": "Suorittaa ESLintin nykyiselle tiedostolle", "Description[fr]": "Exécute ESLint sur le fichier courant", "Description[gl]": "Executa ESLint no ficheiro actual.", + "Description[hu]": "ESLint futtatása a jelenlegi fájlon", "Description[ia]": "Executa ESLint dur file currente", "Description[it]": "Esegue ESLint sul file corrente", "Description[ka]": "მიმდინარე ფაილზე ESLint-ის გაშვება", @@ -43,6 +44,7 @@ "Name[fi]": "ESLint", "Name[fr]": "ESLint", "Name[gl]": "ESLint", + "Name[hu]": "ESLint", "Name[ia]": "ESLint", "Name[it]": "ESLint", "Name[ka]": "ESLint", diff -Nru kate-23.08.4/addons/filetree/katefiletreeplugin.json kate-23.08.5/addons/filetree/katefiletreeplugin.json --- kate-23.08.4/addons/filetree/katefiletreeplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/filetree/katefiletreeplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -47,6 +47,7 @@ "Name[fi]": "Tiedostopuu", "Name[fr]": "Arborescence des documents", "Name[gl]": "Árbore de documentos", + "Name[hu]": "Dokumentumfa", "Name[ia]": "Arbore de documentos", "Name[it]": "Albero dei documenti", "Name[ka]": "დოკუმენტის ხე", diff -Nru kate-23.08.4/addons/format/FormatPlugin.json kate-23.08.5/addons/format/FormatPlugin.json --- kate-23.08.4/addons/format/FormatPlugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/format/FormatPlugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -14,6 +14,7 @@ "Description[fi]": "Koodinmuotoiluliitännäinen", "Description[fr]": "Module externe pour le formatage du code", "Description[gl]": "Complemento para formatar código.", + "Description[hu]": "Bővítmény forráskódformázáshoz", "Description[ia]": "Plugi per formattar codice", "Description[it]": "Estensione per la formattazione del codice", "Description[ka]": "დამატება კოდის ფორმატირებისთვის", @@ -45,6 +46,7 @@ "Name[fi]": "Muotoilu", "Name[fr]": "Formatage en cours", "Name[gl]": "Formato", + "Name[hu]": "Formázás", "Name[ia]": "Formattation", "Name[it]": "Formattazione", "Name[ka]": "ფორმატირება", diff -Nru kate-23.08.4/addons/gdbplugin/kategdbplugin.json kate-23.08.5/addons/gdbplugin/kategdbplugin.json --- kate-23.08.4/addons/gdbplugin/kategdbplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/gdbplugin/kategdbplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -13,6 +13,7 @@ "Description[fi]": "Tarjoaa virheenpaikannineheytyksen", "Description[fr]": "Fournit l'intégration du débogueur", "Description[gl]": "Fornece información de depuración.", + "Description[hu]": "Hibakereső integrációjának biztosítása", "Description[ia]": "Forni integration de cribrator", "Description[it]": "Fornisce l'integrazione col debugger", "Description[ka]": "გამმართველის ინტეგრაცია", @@ -40,6 +41,7 @@ "Name[fi]": "Kate-virheenpaikannin", "Name[fr]": "Débogueur de Kate", "Name[gl]": "Depurador de Kate", + "Name[hu]": "Kate hibakereső", "Name[ia]": "Cribrator (Debugger) de Kate", "Name[it]": "Debugger di Kate", "Name[ka]": "Kate-ის გამმართველი", diff -Nru kate-23.08.4/addons/git-blame/kategitblameplugin.h kate-23.08.5/addons/git-blame/kategitblameplugin.h --- kate-23.08.4/addons/git-blame/kategitblameplugin.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/git-blame/kategitblameplugin.h 2024-02-13 04:03:24.000000000 +0000 @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff -Nru kate-23.08.4/addons/keyboardmacros/keyboardmacrosplugin.json kate-23.08.5/addons/keyboardmacros/keyboardmacrosplugin.json --- kate-23.08.4/addons/keyboardmacros/keyboardmacrosplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/keyboardmacros/keyboardmacrosplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -14,6 +14,7 @@ "Description[fi]": "Nauhoita ja toista näppäinmakroja (ts. näppäimistön toimintasarjoja)", "Description[fr]": "Enregistrer et lire les macros de clavier (Par exemple, séquences d'actions au clavier)", "Description[gl]": "Grava e reproduce macros de teclado (é dicir, secuencias de acción de teclado).", + "Description[hu]": "Billentyűzetmakrók rögzítése és lejátszása (például billentyűzet műveletsorozatok)", "Description[ia]": "Registra e exeque macros de claviero (i.e. sequentias de action de claviero)", "Description[ie]": "Registrar e reproducter macros de tastatura (t.e. sequenties de tastes)", "Description[it]": "Registra ed esegui le macro da tastiera (cioè una sequenza di azioni da tastiera)", @@ -46,6 +47,7 @@ "Name[fi]": "Näppäinmakrot", "Name[fr]": "Macros pour le clavier", "Name[gl]": "Macros de teclado", + "Name[hu]": "Billentyűzetmakrók", "Name[ia]": "Macros de Claviero", "Name[ie]": "Macros de tastatura", "Name[it]": "Macro da tastiera", diff -Nru kate-23.08.4/addons/konsole/katekonsoleplugin.json kate-23.08.5/addons/konsole/katekonsoleplugin.json --- kate-23.08.4/addons/konsole/katekonsoleplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/konsole/katekonsoleplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -46,6 +46,7 @@ "Name[fi]": "Pääte", "Name[fr]": "Console", "Name[gl]": "Terminal", + "Name[hu]": "Terminál", "Name[ia]": "Terminal", "Name[it]": "Terminale", "Name[ka]": "ტერმინალი", @@ -55,6 +56,7 @@ "Name[pt]": "Terminal", "Name[pt_BR]": "Terminal", "Name[ru]": "Терминал", + "Name[sk]": "Terminál", "Name[sl]": "Terminal", "Name[sv]": "Terminal", "Name[tr]": "Uçbirim", diff -Nru kate-23.08.4/addons/openlink/OpenLinkPlugin.json kate-23.08.5/addons/openlink/OpenLinkPlugin.json --- kate-23.08.4/addons/openlink/OpenLinkPlugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/openlink/OpenLinkPlugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -13,6 +13,7 @@ "Description[fi]": "Korosta ja avaa linkit", "Description[fr]": "Mettre en valeur et ouvrir les liens", "Description[gl]": "Realzar e abrir ligazóns.", + "Description[hu]": "Hivatkozások kiemelése és megnyitása", "Description[ia]": "Evidentia e aperi ligamines", "Description[it]": "Evidenzia e apre i collegamenti", "Description[ka]": "ბმულების გამოკვეთა და გასნა", @@ -41,6 +42,7 @@ "Name[fi]": "Avaa linkki", "Name[fr]": "Ouvrir un lien", "Name[gl]": "Abrir a ligazón", + "Name[hu]": "Hivatkozás megnyitása", "Name[ia]": "Aperi Ligamine", "Name[it]": "Apri collegamento", "Name[ka]": "ბმულის გახსნა", @@ -50,6 +52,7 @@ "Name[pt]": "Abrir a Ligação", "Name[pt_BR]": "Abrir link", "Name[ru]": "Открытие ссылок", + "Name[sk]": "Otvoriť odkaz", "Name[sl]": "Odpri povezavo", "Name[sv]": "Öppna länk", "Name[tr]": "Bağlantı Aç", diff -Nru kate-23.08.4/addons/project/git/gitstatus.h kate-23.08.5/addons/project/git/gitstatus.h --- kate-23.08.4/addons/project/git/gitstatus.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/project/git/gitstatus.h 2024-02-13 04:03:24.000000000 +0000 @@ -5,6 +5,7 @@ */ #pragma once +#include #include #include diff -Nru kate-23.08.4/addons/project/gitstatusmodel.h kate-23.08.5/addons/project/gitstatusmodel.h --- kate-23.08.4/addons/project/gitstatusmodel.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/project/gitstatusmodel.h 2024-02-13 04:03:24.000000000 +0000 @@ -5,6 +5,7 @@ */ #pragma once +#include #include #include "git/gitstatus.h" diff -Nru kate-23.08.4/addons/project/kateproject.h kate-23.08.5/addons/project/kateproject.h --- kate-23.08.4/addons/project/kateproject.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/project/kateproject.h 2024-02-13 04:03:24.000000000 +0000 @@ -7,6 +7,8 @@ #pragma once +#include + #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) #include #endif diff -Nru kate-23.08.4/addons/project/kateprojectitem.h kate-23.08.5/addons/project/kateprojectitem.h --- kate-23.08.4/addons/project/kateprojectitem.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/project/kateprojectitem.h 2024-02-13 04:03:24.000000000 +0000 @@ -7,6 +7,8 @@ #pragma once +#include + #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) #include #else diff -Nru kate-23.08.4/addons/snippets/katesnippetsplugin.json kate-23.08.5/addons/snippets/katesnippetsplugin.json --- kate-23.08.4/addons/snippets/katesnippetsplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/snippets/katesnippetsplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -48,6 +48,7 @@ "Name[fi]": "Katkelmat", "Name[fr]": "Fragments de code", "Name[gl]": "Fragmentos", + "Name[hu]": "Kódrészletek", "Name[ia]": "Fragmentos (Snippets)", "Name[it]": "Frammenti", "Name[ka]": "ფრაგმენტები", @@ -56,6 +57,7 @@ "Name[pl]": "Wstawki", "Name[pt]": "Excertos", "Name[ru]": "Фрагменты", + "Name[sk]": "Úryvky", "Name[sl]": "Delčki besedil", "Name[sv]": "Textsnuttar", "Name[tr]": "Kod Parçacıkları", diff -Nru kate-23.08.4/addons/tabswitcher/tabswitcherplugin.json kate-23.08.5/addons/tabswitcher/tabswitcherplugin.json --- kate-23.08.4/addons/tabswitcher/tabswitcherplugin.json 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/addons/tabswitcher/tabswitcherplugin.json 2024-02-13 04:03:24.000000000 +0000 @@ -28,7 +28,7 @@ "Description[sk]": "Rýchle prepínanie dokumentov pomocou Alt+Tab", "Description[sl]": "Hitri preklop med dokumenti z obnašanjem Alt+Tab", "Description[sv]": "Snabbt dokumentbyte med Alt+Tabulator beteende", - "Description[tr]": "Seçenek+Sekme davranışı ile hızlı belge değiştirme", + "Description[tr]": "Seçenek+Sekme davranışı ile tez belge değiştirme", "Description[uk]": "Поведінка швидкого перемикача між документами за Alt+Tab", "Description[vi]": "Chuyển tài liệu nhanh với hành vi theo kiểu Alt+Tab", "Description[x-test]": "xxQuick document switching with Alt+Tab behaviorxx", diff -Nru kate-23.08.4/apps/kate/data/org.kde.kate.appdata.xml kate-23.08.5/apps/kate/data/org.kde.kate.appdata.xml --- kate-23.08.4/apps/kate/data/org.kde.kate.appdata.xml 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/apps/kate/data/org.kde.kate.appdata.xml 2024-02-13 04:03:24.000000000 +0000 @@ -101,7 +101,7 @@ Потужний текстовий редактор Trình biên tập văn bản nâng cao xxAdvanced Text Editorxx - 高级文本编辑器 + 多功能文本编辑器 進階文字編輯器

@@ -199,7 +199,7 @@

Можливості:

Tính năng:

xxFeatures:xx

-

功能:

+

功能特性:

功能:

  • MDI, window splitting, window tabbing
  • @@ -247,7 +247,7 @@
  • Інтерфейс для одночасної роботи з багатьма документами, поділ вікна програми, можливість роботи із вкладками.
  • MDI (Giao diện đa tài liệu - Multiple Document Interface), chia cửa sổ, tạo thẻ trong cửa sổ
  • xxMDI, window splitting, window tabbingxx
  • -
  • 多文档界面 (MDI),窗口拆分,标签页
  • +
  • 多文档界面 (MDI)、窗口拆分、标签页
  • MDI,視窗分割,視窗分頁
  • Spell checking
  • تدقيق الهجاء
  • @@ -345,7 +345,7 @@
  • Підтримка форматів розриву рядків CR, CRLF та LF.
  • Hỗ trợ dòng mới kiểu CR, CRLF, LF
  • xxCR, CRLF, LF newline supportxx
  • -
  • CR, CRLF, LF 换行支持
  • +
  • CR、CRLF、LF 换行支持
  • CR, CRLF, LF 等換行符號支援
  • Encoding support (utf-8, utf-16, ascii etc.)
  • دعم التّرميز (utf-8، وutf-16 وآسكي وغيرها)
  • @@ -393,7 +393,7 @@
  • Підтримка різноманітних кодувань (utf-8, utf-16, ascii тощо).
  • Hỗ trợ mã hoá (utf-8, utf-16, ascii, v.v.)
  • xxEncoding support (utf-8, utf-16, ascii etc.)xx
  • -
  • 编码支持 (UTF-8,UTF-16,ASCII 等)
  • +
  • 编码支持 (UTF-8、UTF-16、ASCII 等)
  • 編碼支援(UTF-8,UTF-16,ASCII 等)
  • Encoding conversion
  • التّحويل بين التّرميزات
  • @@ -631,7 +631,7 @@
  • Підтримка нескінченного буфера скасування і повторення дій.
  • Hỗ trợ đảo ngược / làm lại không giới hạn
  • xxInfinite undo/redo supportxx
  • -
  • 无限制撤销/重做支持
  • +
  • 无限撤销/重做支持
  • 無限的復原/重做支援
  • Block selection mode
  • وضع التحديد الكتليّ
  • @@ -824,7 +824,7 @@
  • Інтеграція з командною оболонкою.
  • Tích hợp hệ vỏ
  • xxShell integrationxx
  • -
  • Shell 集成
  • +
  • 系统外壳程序集成
  • Shell 整合
  • Wide protocol support (http, ftp, ssh, webdav etc.)
  • دعم واسع للموافيق (http، وftp، وssh وwebdav وغيرها)
  • @@ -842,6 +842,7 @@
  • Laaja yhteyskäytäntötuki (HTTP, FTP, SSH, WebDAV jne.)
  • Prise en charge de protocoles variés (http, ftp, ssh, webdav, etc.)
  • Compatibilidade con numerosos protocolos (HTTP, FTP, SSH, WebDAV, etc.)
  • +
  • Protokollok (HTTP, FTP, SSH, Webdav, stb) széleskörű támogatása
  • Supporto de protocollo large (http, ftp, ssh, webdav etc.)
  • Dukungan protokol yang luas (http, ftp, ssh, webdav dll.)
  • Ampio supporto di protocolli (http, ftp, ssh, webdav, ecc.)
  • @@ -860,7 +861,7 @@
  • Широка підтримка протоколів (http, ftp, ssh, webdav тощо)
  • Hỗ trợ nhiều giao thức (http, ftp, ssh, webdav, v.v.)
  • xxWide protocol support (http, ftp, ssh, webdav etc.)xx
  • -
  • 支持广泛的协议 (HTTP、FTP、SSH、WebDAV 等)
  • +
  • 支持多种类型的协议 (HTTP、FTP、SSH、WebDAV 等)
  • Plugin architecture for the application and editor component
  • بنية ملحقات للتّطبيق ومكوّن المحرّر
  • Tətbiq və redaktor komponentləri üçün qoşma arxitekturası
  • @@ -906,7 +907,7 @@
  • Архітектура роботи з додатками для компонентів програми та редактора.
  • Kiến trúc phần cài cắm cho ứng dụng và thành phần trình biên tập
  • xxPlugin architecture for the application and editor componentxx
  • -
  • 为应用程序和编辑器组件而生的插件架构
  • +
  • 面向应用程序和编辑器组件设计的插件架构
  • 用於應用程式與編輯器組件的外掛架構
  • Customizable shortcuts
  • اختصارات يمكن تخصيصها
  • @@ -1049,7 +1050,7 @@
  • Можливість керування програмою за допомогою скриптів мовою JavaScript.
  • Lập kịch bản được bằng JavaScript
  • xxScriptable using JavaScriptxx
  • -
  • 支持 JavaScript 脚本化
  • +
  • 基于 JavaScript 实现的脚本编程
  • 可使用 JavaScript
@@ -1113,9 +1114,9 @@ + - diff -Nru kate-23.08.4/apps/kate/data/org.kde.kate.desktop kate-23.08.5/apps/kate/data/org.kde.kate.desktop --- kate-23.08.4/apps/kate/data/org.kde.kate.desktop 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/apps/kate/data/org.kde.kate.desktop 2024-02-13 04:03:24.000000000 +0000 @@ -61,7 +61,7 @@ GenericName[uk]=Потужний текстовий редактор GenericName[vi]=Trình biên tập văn bản nâng cao GenericName[x-test]=xxAdvanced Text Editorxx -GenericName[zh_CN]=高级文本编辑器 +GenericName[zh_CN]=多功能文本编辑器 GenericName[zh_TW]=進階文字編輯器 Name=Kate Name[ar]=كيت @@ -177,7 +177,7 @@ Comment[uk]=Потужний текстовий редактор KDE Comment[vi]=Trình biên tập văn bản nâng cao của KDE Comment[x-test]=xxKDE Advanced Text Editorxx -Comment[zh_CN]=KDE 高级文本编辑器 +Comment[zh_CN]=KDE 多功能文本编辑器 Comment[zh_TW]=KDE 進階文字編輯器 MimeType=text/plain;inode/directory; Exec=kate -b %U diff -Nru kate-23.08.4/apps/kwrite/data/org.kde.kwrite.appdata.xml kate-23.08.5/apps/kwrite/data/org.kde.kwrite.appdata.xml --- kate-23.08.4/apps/kwrite/data/org.kde.kwrite.appdata.xml 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/apps/kwrite/data/org.kde.kwrite.appdata.xml 2024-02-13 04:03:24.000000000 +0000 @@ -526,9 +526,9 @@ + - diff -Nru kate-23.08.4/apps/lib/ktexteditor_utils.h kate-23.08.5/apps/lib/ktexteditor_utils.h --- kate-23.08.4/apps/lib/ktexteditor_utils.h 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/apps/lib/ktexteditor_utils.h 2024-02-13 04:03:24.000000000 +0000 @@ -7,6 +7,8 @@ #include "kateprivate_export.h" #include +#include +#include QT_BEGIN_NAMESPACE class QScrollBar; diff -Nru kate-23.08.4/debian/changelog kate-23.08.5/debian/changelog --- kate-23.08.4/debian/changelog 2023-12-06 18:42:40.000000000 +0000 +++ kate-23.08.5/debian/changelog 2024-02-15 15:22:55.000000000 +0000 @@ -1,8 +1,14 @@ -kate (4:23.08.4-0ubuntu1~ubuntu24.04~ppa1) noble; urgency=high +kate (4:23.08.5-0ubuntu1~ubuntu24.04~ppa1) noble; urgency=high + + * New upstream release (23.08.5) + + -- Scarlett Moore Thu, 15 Feb 2024 08:22:55 -0700 + +kate (4:23.08.4-0ubuntu1) noble; urgency=medium * New upstream release (23.08.4) - -- José Manuel Santamaría Lema Wed, 06 Dec 2023 19:42:40 +0100 + -- José Manuel Santamaría Lema Wed, 13 Dec 2023 10:12:57 +0000 kate (4:23.08.3-0ubuntu1) noble; urgency=medium diff -Nru kate-23.08.4/po/ca/kate.po kate-23.08.5/po/ca/kate.po --- kate-23.08.4/po/ca/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -2827,7 +2827,3 @@ #, kde-format msgid "Show for new window" msgstr "Mostra a les finestres noves" - -#~ msgid "This view may have unsaved work. Do you really want to close it?" -#~ msgstr "" -#~ "Aquesta vista pot tenir treballs sense desar. Segur que voleu tancar-la?" diff -Nru kate-23.08.4/po/ca/lspclient.po kate-23.08.5/po/ca/lspclient.po --- kate-23.08.4/po/ca/lspclient.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca/lspclient.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,16 +1,16 @@ # Translation of lspclient.po to Catalan -# Copyright (C) 2019-2022 This_file_is_part_of_KDE +# Copyright (C) 2019-2024 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep M. Ferrer , 2019, 2020, 2021, 2022. +# Josep M. Ferrer , 2019, 2020, 2021, 2022, 2024. # Antoni Bella Pérez , 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-07 02:26+0000\n" -"PO-Revision-Date: 2022-11-23 12:02+0100\n" +"PO-Revision-Date: 2024-01-12 15:52+0100\n" "Last-Translator: Josep M. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 22.12.3\n" #: gotosymboldialog.cpp:157 lspclientsymbolview.cpp:252 #, kde-format @@ -531,7 +531,7 @@ #: lspconfigwidget.ui:131 #, kde-format msgid "Highlight target line when hopping to it" -msgstr "Ressalta la línia objectiu quan s'està saltant" +msgstr "Ressalta la línia de destí quan s'hi salta" #. i18n: ectx: property (text), widget (QLabel, label_3) #: lspconfigwidget.ui:138 diff -Nru kate-23.08.4/po/ca@valencia/kate.po kate-23.08.5/po/ca@valencia/kate.po --- kate-23.08.4/po/ca@valencia/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -1463,7 +1463,7 @@ #: lib/katemainwindow.cpp:365 lib/katemainwindow.cpp:374 #, kde-format msgid "Copies the file path of the current file to clipboard." -msgstr "Copia el camí del fitxer del fitxer actual al porta-retalls." +msgstr "Copia el camí del fitxer actual a dins del porta-retalls." #: lib/katemainwindow.cpp:369 lib/welcomeview/welcomeview.cpp:265 #, kde-format diff -Nru kate-23.08.4/po/ca@valencia/kateexternaltoolsplugin.po kate-23.08.5/po/ca@valencia/kateexternaltoolsplugin.po --- kate-23.08.4/po/ca@valencia/kateexternaltoolsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/kateexternaltoolsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -92,7 +92,7 @@ #, kde-format msgctxt "External tool name" msgid "Google Selected Text" -msgstr "Busca a Google el text seleccionat" +msgstr "Busca en Google el text seleccionat" #. i18n: file: 7 #, kde-format diff -Nru kate-23.08.4/po/ca@valencia/katefiletree.po kate-23.08.5/po/ca@valencia/katefiletree.po --- kate-23.08.4/po/ca@valencia/katefiletree.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/katefiletree.po 2024-02-13 04:03:24.000000000 +0000 @@ -96,7 +96,7 @@ #: katefiletree.cpp:147 #, kde-format msgid "Copy path and filename to the clipboard." -msgstr "Copia el camí i el nom del fitxer al porta-retalls." +msgstr "Copia el camí i el nom del fitxer a dins del porta-retalls." #: katefiletree.cpp:149 #, kde-format diff -Nru kate-23.08.4/po/ca@valencia/katesearch.po kate-23.08.5/po/ca@valencia/katesearch.po --- kate-23.08.4/po/ca@valencia/katesearch.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/katesearch.po 2024-02-13 04:03:24.000000000 +0000 @@ -560,7 +560,7 @@ "to the clipboard" msgstr "" "Açò retallarà totes les línies coincidents ressaltades de la busca des del " -"document actual al porta-retalls" +"document actual a dins del porta-retalls" #: SearchPlugin.cpp:368 #, kde-format @@ -574,7 +574,7 @@ "the clipboard" msgstr "" "Copiarà totes les línies coincidents ressaltades de la busca en el document " -"actual al porta-retalls" +"actual a dins del porta-retalls" #: SearchPlugin.cpp:398 #, kde-format diff -Nru kate-23.08.4/po/ca@valencia/katetextfilter.po kate-23.08.5/po/ca@valencia/katetextfilter.po --- kate-23.08.4/po/ca@valencia/katetextfilter.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/katetextfilter.po 2024-02-13 04:03:24.000000000 +0000 @@ -92,7 +92,8 @@ #: textfilterwidget.ui:46 #, kde-format msgid "Copy the result to clipboard leaving a document unchanged." -msgstr "Copia el resultat al porta-retalls, deixant el document sense canvis." +msgstr "" +"Copia el resultat a dins del porta-retalls, deixant el document sense canvis." #. i18n: ectx: property (text), widget (QCheckBox, copyResult) #: textfilterwidget.ui:49 diff -Nru kate-23.08.4/po/ca@valencia/lspclient.po kate-23.08.5/po/ca@valencia/lspclient.po --- kate-23.08.4/po/ca@valencia/lspclient.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ca@valencia/lspclient.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,16 +1,16 @@ # Translation of lspclient.po to Catalan (Valencian) -# Copyright (C) 2019-2022 This_file_is_part_of_KDE +# Copyright (C) 2019-2024 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep M. Ferrer , 2019, 2020, 2021, 2022. +# Josep M. Ferrer , 2019, 2020, 2021, 2022, 2024. # Antoni Bella Pérez , 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-07 02:26+0000\n" -"PO-Revision-Date: 2022-11-23 12:02+0100\n" +"PO-Revision-Date: 2024-01-12 15:52+0100\n" "Last-Translator: Josep M. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 22.12.3\n" #: gotosymboldialog.cpp:157 lspclientsymbolview.cpp:252 #, kde-format @@ -531,7 +531,7 @@ #: lspconfigwidget.ui:131 #, kde-format msgid "Highlight target line when hopping to it" -msgstr "Ressalta la línia objectiu quan s'està saltant" +msgstr "Ressalta la línia de destinació quan s'hi salta" #. i18n: ectx: property (text), widget (QLabel, label_3) #: lspconfigwidget.ui:138 diff -Nru kate-23.08.4/po/fi/kate.po kate-23.08.5/po/fi/kate.po --- kate-23.08.4/po/fi/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fi/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -7,7 +7,7 @@ # Teemu Rytilahti , 2003, 2005. # Niklas Laxström , 2006. # Tommi Nieminen , 2009. -# Tommi Nieminen , 2009, 2010, 2011, 2012, 2014, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# Tommi Nieminen , 2009, 2010, 2011, 2012, 2014, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024. # Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2022. # Jorma Karvonen , 2011, 2012. # Jiri Grönroos , 2012. @@ -20,7 +20,7 @@ "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-21 02:33+0000\n" -"PO-Revision-Date: 2023-07-25 19:54+0300\n" +"PO-Revision-Date: 2024-01-29 17:51+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -86,8 +86,8 @@ "kate instance already has the given session opened), forced if no parameters " "and no URLs are given at all." msgstr "" -"Saa Katen käynnistämään uuden instanssin (ohitetaan, jos käytetään " -"käynnistystä ja toisessa Katen instanssissa on jo valittu istunto auki). " +"Saa Katen käynnistämään uuden ilmentymän (ohitetaan, jos käytetään " +"käynnistystä ja toisessa Kate-ilmentymässä on valittu istunto jo auki). " "Pakotetaan, ellei muita parametreja eikä osoitteita ole annettu." #: kate/main.cpp:161 @@ -96,7 +96,7 @@ "If using an already running kate instance, block until it exits, if URLs " "given to open." msgstr "" -"Jos käytetään jo käynnissä olevaa Katen instanssia, odotetaan kunnes se " +"Jos käytetään jo käynnissä olevaa Kate-ilmentymää, odotetaan kunnes se " "päättyy, elleivät osoitteet avaudu." #: kate/main.cpp:167 @@ -105,8 +105,8 @@ "Only try to reuse kate instance with this pid (is ignored if start is used " "and another kate instance already has the given session opened)." msgstr "" -"Yritä käyttää vain sitä Katen instanssia, jolla on tämä PID (ohitetaan, jos " -"käytetään käynnistystä ja toisessa Katen instanssissa on jo valittu istunto " +"Yritä käyttää vain sitä Kate-ilmentymää, jolla on tämä PID (ohitetaan, jos " +"käytetään käynnistystä ja toisessa Kate-ilmentymässä on valittu istunto jo " "auki)." #: kate/main.cpp:168 @@ -2493,7 +2493,7 @@ #, kde-format msgid "" "Internal error: there is more than one instance open for a given session." -msgstr "Sisäinen virhe: useampi kuin yksi instanssi auki valittuun istuntoon" +msgstr "Sisäinen virhe: valitulle istunnolle auki useampi kuin yksi ilmentymä." #: lib/session/katesessionmanager.cpp:140 #, kde-format @@ -2501,14 +2501,14 @@ "Session '%1' is already opened in another Kate instance. Switch to that or " "reopen in this instance?" msgstr "" -"Istunto ”%1” on jo auki toisessa Katen instanssissa: vaihdetaanko sinne " +"Istunto ”%1” on jo auki toisessa Kate-ilmentymässä: vaihdetaanko sinne " "uudelleenavauksen sijaan?" #: lib/session/katesessionmanager.cpp:142 #, kde-format msgctxt "@action:button" msgid "Switch to Instance" -msgstr "Vaihda instanssia" +msgstr "Vaihda ilmentymää" #: lib/session/katesessionmanager.cpp:143 #, kde-format diff -Nru kate-23.08.4/po/fi/katebuild-plugin.po kate-23.08.5/po/fi/katebuild-plugin.po --- kate-23.08.4/po/fi/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fi/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,7 +1,7 @@ # Finnish messages for katebuild-plugin. # Copyright © 2010, 2011, 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the kdebase package. -# Tommi Nieminen , 2010, 2014, 2019, 2020, 2021, 2022, 2023. +# Tommi Nieminen , 2010, 2014, 2019, 2020, 2021, 2022, 2023, 2024. # Jorma Karvonen , 2011-2012. # Lasse Liehu , 2012, 2013, 2014, 2015. # diff -Nru kate-23.08.4/po/fi/katekeyboardmacros.po kate-23.08.5/po/fi/katekeyboardmacros.po --- kate-23.08.4/po/fi/katekeyboardmacros.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fi/katekeyboardmacros.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kate package. -# Tommi Nieminen , 2022. +# Tommi Nieminen , 2022, 2024. # msgid "" msgstr "" @@ -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.12.0\n" +"X-Generator: Lokalize 22.12.3\n" #: keyboardmacrosplugin.cpp:66 keyboardmacrosplugin.cpp:102 #, kde-format diff -Nru kate-23.08.4/po/fr/kate-ctags-plugin.po kate-23.08.5/po/fr/kate-ctags-plugin.po --- kate-23.08.4/po/fr/kate-ctags-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kate-ctags-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,11 +3,11 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2008, 2010, 2012. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2014, 2015. # Simon Depiets , 2018, 2020. -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard -# Xavier BESNARD , 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -16,7 +16,7 @@ "POT-Creation-Date: 2023-07-08 01:19+0000\n" "PO-Revision-Date: 2023-10-26 12:18+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/kate-replicode-plugin.po kate-23.08.5/po/fr/kate-replicode-plugin.po --- kate-23.08.4/po/fr/kate-replicode-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kate-replicode-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ # Vincent Pinon , 2016, 2017. # Maxime Corteel , 2017. # Simon Depiets , 2018, 2019. -# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard # msgid "" msgstr "" @@ -12,7 +12,7 @@ "POT-Creation-Date: 2022-09-27 00:48+0000\n" "PO-Revision-Date: 2023-10-26 11:13+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/kate.po kate-23.08.5/po/fr/kate.po --- kate-23.08.4/po/fr/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -16,8 +16,8 @@ # Vincent Pinon , 2017. # Simon Depiets , 2018, 2019, 2020. # William Oprandi , 2019. -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard -# Xavier BESNARD , 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Xavier Besnard +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -25,14 +25,14 @@ "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-21 02:33+0000\n" "PO-Revision-Date: 2023-10-26 18:10+0200\n" -"Last-Translator: Xavier BESNARD \n" +"Last-Translator: Xavier Besnard \n" "Language-Team: fr\n" "Language: fr\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 23.08.1\n" +"X-Generator: Lokalize 23.08.4\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -46,7 +46,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -"jcorn@free.fr, mcorteel@gmail.com, sdepiets@gmail.com, xavier.besnard@neuf.fr" +"jcorn@free.fr, mcorteel@gmail.com, sdepiets@gmail.com, xavier.besnard@kde.org" #: kate/main.cpp:94 #, kde-format diff -Nru kate-23.08.4/po/fr/katebacktracebrowserplugin.po kate-23.08.5/po/fr/katebacktracebrowserplugin.po --- kate-23.08.4/po/fr/katebacktracebrowserplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katebacktracebrowserplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,7 +2,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2009, 2010, 2012. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2017. # msgid "" diff -Nru kate-23.08.4/po/fr/katebuild-plugin.po kate-23.08.5/po/fr/katebuild-plugin.po --- kate-23.08.4/po/fr/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,13 +2,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2008, 2009, 2010, 2012, 2013. -# xavier , 2013. +# Xavier Besnard , 2013. # Sebastien Renard , 2013, 2014. # Raphaël Jakse , 2014. # Maxime Corteel , 2014, 2015. # Simon Depiets , 2018, 2019, 2020. -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard -# Xavier BESNARD , 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -17,13 +17,13 @@ "POT-Creation-Date: 2023-07-08 01:19+0000\n" "PO-Revision-Date: 2023-04-29 09:57+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\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 23.08.1\n" +"X-Generator: Lokalize 23.08.4\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -Nru kate-23.08.4/po/fr/katecloseexceptplugin.po kate-23.08.5/po/fr/katecloseexceptplugin.po --- kate-23.08.4/po/fr/katecloseexceptplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katecloseexceptplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -16,7 +16,7 @@ # Sébastien Renard , 2008. # Joëlle Cornavin , 2007, 2008, 2009, 2010, 2011, 2012, 2013. # Sebastien Renard , 2013. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2015. msgid "" msgstr "" diff -Nru kate-23.08.4/po/fr/katecolorpickerplugin.po kate-23.08.5/po/fr/katecolorpickerplugin.po --- kate-23.08.4/po/fr/katecolorpickerplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katecolorpickerplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,4 +1,4 @@ -# Xavier Besnard , 2020, 2021. +# Xavier Besnard , 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kate\n" diff -Nru kate-23.08.4/po/fr/kateexternaltoolsplugin.po kate-23.08.5/po/fr/kateexternaltoolsplugin.po --- kate-23.08.4/po/fr/kateexternaltoolsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kateexternaltoolsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard # Simon Depiets , 2020. -# Xavier BESNARD , 2023. +# Xavier Besnard , 2023. msgid "" msgstr "" "Project-Id-Version: kate\n" @@ -8,7 +8,7 @@ "POT-Creation-Date: 2023-07-31 03:15+0000\n" "PO-Revision-Date: 2023-10-26 18:13+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katefilebrowserplugin.po kate-23.08.5/po/fr/katefilebrowserplugin.po --- kate-23.08.4/po/fr/katefilebrowserplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katefilebrowserplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,11 +2,11 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2007, 2008, 2009, 2012, 2013. -# xavier , 2013. +# Xavier Besnard , 2013. # Raphaël Jakse , 2014. # Maxime Corteel , 2014. -# Xavier Besnard , 2020, 2021, 2022. -# Xavier BESNARD , 2023. +# Xavier Besnard , 2020, 2021, 2022. +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "POT-Creation-Date: 2023-08-04 02:27+0000\n" "PO-Revision-Date: 2023-01-02 22:07+0100\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katefiletree.po kate-23.08.5/po/fr/katefiletree.po --- kate-23.08.4/po/fr/katefiletree.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katefiletree.po 2024-02-13 04:03:24.000000000 +0000 @@ -15,7 +15,7 @@ # Maxime Corteel , 2014. # Vincent Pinon , 2017, 2019. # Simon Depiets , 2018. -# Xavier Besnard , 2021, 2022. +# SPDX-FileCopyrightText: 2021, 2022, 2024 Xavier Besnard # msgid "" msgstr "" @@ -24,13 +24,13 @@ "POT-Creation-Date: 2023-05-15 00:49+0000\n" "PO-Revision-Date: 2022-12-16 21:37+0100\n" "Last-Translator: Xavier Besnard \n" -"Language-Team: French \n" +"Language-Team: fr\n" "Language: fr\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 22.12.0\n" +"X-Generator: Lokalize 23.08.4\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -Nru kate-23.08.4/po/fr/kategdbplugin.po kate-23.08.5/po/fr/kategdbplugin.po --- kate-23.08.4/po/fr/kategdbplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kategdbplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,10 +2,10 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2010, 2011, 2012. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2015. -# Xavier Besnard , 2020, 2021, 2022. -# Xavier BESNARD , 2023. +# Xavier Besnard , 2020, 2021, 2022. +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -14,7 +14,7 @@ "POT-Creation-Date: 2023-05-15 00:49+0000\n" "PO-Revision-Date: 2023-05-23 19:18+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/kategitblameplugin.po kate-23.08.5/po/fr/kategitblameplugin.po --- kate-23.08.4/po/fr/kategitblameplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kategitblameplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,4 +1,4 @@ -# Xavier Besnard , 2021, 2022. +# Xavier Besnard , 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kate\n" diff -Nru kate-23.08.4/po/fr/katekeyboardmacros.po kate-23.08.5/po/fr/katekeyboardmacros.po --- kate-23.08.4/po/fr/katekeyboardmacros.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katekeyboardmacros.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2022, 2023 Xavier Besnard msgid "" msgstr "" "Project-Id-Version: kate\n" @@ -6,7 +6,7 @@ "POT-Creation-Date: 2023-03-19 00:50+0000\n" "PO-Revision-Date: 2022-08-17 08:59+0200\n" "Last-Translator: Xavier Besnard \n" -"Language-Team: \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katekonsoleplugin.po kate-23.08.5/po/fr/katekonsoleplugin.po --- kate-23.08.4/po/fr/katekonsoleplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katekonsoleplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,11 +3,11 @@ # This file is distributed under the same license as the PACKAGE package. # Nicolas Ternisien , 2008. # Joëlle Cornavin , 2007, 2008, 2009, 2012. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2018. # Simon Depiets , 2019. -# Xavier Besnard , 2021. -# Xavier BESNARD , 2023. +# Xavier Besnard , 2021. +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -16,7 +16,7 @@ "POT-Creation-Date: 2023-06-09 00:51+0000\n" "PO-Revision-Date: 2023-04-05 08:23+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/kateproject.po kate-23.08.5/po/fr/kateproject.po --- kate-23.08.4/po/fr/kateproject.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/kateproject.po 2024-02-13 04:03:24.000000000 +0000 @@ -6,8 +6,8 @@ # Vincent Pinon , 2017. # Simon Depiets , 2018, 2019. # Thomas Vergnaud , 2020. -# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard -# Xavier BESNARD , 2023. +# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -16,7 +16,7 @@ "POT-Creation-Date: 2023-10-26 02:49+0000\n" "PO-Revision-Date: 2023-04-08 10:31+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katesearch.po kate-23.08.5/po/fr/katesearch.po --- kate-23.08.4/po/fr/katesearch.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katesearch.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,12 +2,12 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2011, 2012, 2013. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2015, 2017, 2019. # Vincent Pinon , 2017. # Simon Depiets , 2018, 2019. -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard -# Xavier BESNARD , 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -16,7 +16,7 @@ "POT-Creation-Date: 2023-05-15 00:49+0000\n" "PO-Revision-Date: 2023-01-01 11:21+0100\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katesnippetsplugin.po kate-23.08.5/po/fr/katesnippetsplugin.po --- kate-23.08.4/po/fr/katesnippetsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katesnippetsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,9 +2,9 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2012, 2013. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2014, 2015, 2017. -# Xavier Besnard , 2020. +# Xavier Besnard , 2020. # msgid "" msgstr "" diff -Nru kate-23.08.4/po/fr/katesql.po kate-23.08.5/po/fr/katesql.po --- kate-23.08.4/po/fr/katesql.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katesql.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,9 +2,9 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2010, 2012, 2013. -# xavier , 2013, 2014. +# Xavier Besnard , 2013, 2014. # Maxime Corteel , 2014. -# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2021, 2022, 2023 Xavier Besnard # msgid "" msgstr "" @@ -13,7 +13,7 @@ "POT-Creation-Date: 2023-06-28 00:50+0000\n" "PO-Revision-Date: 2023-10-26 12:21+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katesymbolviewer.po kate-23.08.5/po/fr/katesymbolviewer.po --- kate-23.08.4/po/fr/katesymbolviewer.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katesymbolviewer.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2007, 2008, 2010, 2012, 2013. # Simon Depiets , 2018, 2019. -# Xavier Besnard , 2021, 2022. +# Xavier Besnard , 2021, 2022. # msgid "" msgstr "" diff -Nru kate-23.08.4/po/fr/katetextfilter.po kate-23.08.5/po/fr/katetextfilter.po --- kate-23.08.4/po/fr/katetextfilter.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katetextfilter.po 2024-02-13 04:03:24.000000000 +0000 @@ -5,10 +5,10 @@ # Nicolas Ternisien , 2004. # Nicolas Ternisien , 2005. # Joëlle Cornavin , 2007, 2008, 2009, 2012. -# xavier , 2013. +# Xavier Besnard , 2013. # Maxime Corteel , 2015. # Simon Depiets , 2018. -# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard # msgid "" msgstr "" @@ -17,7 +17,7 @@ "POT-Creation-Date: 2022-09-27 00:48+0000\n" "PO-Revision-Date: 2023-10-26 11:17+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katexmlcheck.po kate-23.08.5/po/fr/katexmlcheck.po --- kate-23.08.4/po/fr/katexmlcheck.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katexmlcheck.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,8 +1,8 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Vincent Pinon , 2016. -# Xavier Besnard , 2022. -# Xavier BESNARD , 2023. +# Xavier Besnard , 2022. +# Xavier Besnard , 2023. # msgid "" msgstr "" @@ -11,7 +11,7 @@ "POT-Creation-Date: 2023-04-11 00:50+0000\n" "PO-Revision-Date: 2023-01-16 18:20+0100\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/katexmltools.po kate-23.08.5/po/fr/katexmltools.po --- kate-23.08.4/po/fr/katexmltools.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/katexmltools.po 2024-02-13 04:03:24.000000000 +0000 @@ -6,8 +6,8 @@ # Matthieu Robin , 2003. # Matthieu Robin , 2004. # Joëlle Cornavin , 2007, 2008. -# xavier , 2013, 2014. -# Xavier Besnard , 2022. +# Xavier Besnard , 2013, 2014. +# Xavier Besnard , 2022. # msgid "" msgstr "" diff -Nru kate-23.08.4/po/fr/lspclient.po kate-23.08.5/po/fr/lspclient.po --- kate-23.08.4/po/fr/lspclient.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/lspclient.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard # Simon Depiets , 2020. msgid "" msgstr "" @@ -7,7 +7,7 @@ "POT-Creation-Date: 2023-09-07 02:26+0000\n" "PO-Revision-Date: 2023-10-26 11:19+0200\n" "Last-Translator: Xavier BESNARD \n" -"Language-Team: fr\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -Nru kate-23.08.4/po/fr/tabswitcherplugin.po kate-23.08.5/po/fr/tabswitcherplugin.po --- kate-23.08.4/po/fr/tabswitcherplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/fr/tabswitcherplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,22 +1,22 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Vincent Pinon , 2017. -# Xavier Besnard , 2020, 2022. +# SPDX-FileCopyrightText: 2020, 2022, 2024 Xavier Besnard # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-19 01:01+0000\n" -"PO-Revision-Date: 2022-05-04 21:19+0200\n" -"Last-Translator: Xavier Besnard \n" +"PO-Revision-Date: 2024-02-03 17:14+0100\n" +"Last-Translator: Xavier Besnard \n" "Language-Team: French \n" "Language: fr\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 22.04.0\n" +"X-Generator: Lokalize 23.08.4\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -24,12 +24,12 @@ #: tabswitcher.cpp:49 #, kde-format msgid "Document Switcher" -msgstr "Changeur de document" +msgstr "Commutateur de documents" #: tabswitcher.cpp:94 #, kde-format msgid "Last Used Views" -msgstr "Dernière vue utilisée" +msgstr "Dernières vues utilisées" #: tabswitcher.cpp:97 #, kde-format diff -Nru kate-23.08.4/po/gl/kate.po kate-23.08.5/po/gl/kate.po --- kate-23.08.4/po/gl/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/gl/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -7,7 +7,7 @@ # mvillarino , 2008, 2009. # Marce Villarino , 2009, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández , 2015, 2016, 2017. -# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2020, 2023. +# SPDX-FileCopyrightText: 2024 Adrián Chaves (Gallaecio) # msgid "" msgstr "" @@ -16,13 +16,13 @@ "POT-Creation-Date: 2023-09-21 02:33+0000\n" "PO-Revision-Date: 2023-09-03 13:33+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" -"Language-Team: Galician \n" +"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n" "Language: gl\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 23.04.3\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/gl/katebuild-plugin.po kate-23.08.5/po/gl/katebuild-plugin.po --- kate-23.08.4/po/gl/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/gl/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -13,13 +13,13 @@ "POT-Creation-Date: 2023-07-08 01:19+0000\n" "PO-Revision-Date: 2023-10-09 13:28+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" -"Language-Team: Galician \n" +"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n" "Language: gl\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 23.08.1\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/gl/katefiletree.po kate-23.08.5/po/gl/katefiletree.po --- kate-23.08.4/po/gl/katefiletree.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/gl/katefiletree.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Adrián Chaves Fernández , 2015, 2017. -# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2023. +# SPDX-FileCopyrightText: 2024 Adrián Chaves (Gallaecio) # msgid "" msgstr "" @@ -10,13 +10,13 @@ "POT-Creation-Date: 2023-05-15 00:49+0000\n" "PO-Revision-Date: 2023-08-05 13:51+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" -"Language-Team: Galician \n" +"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n" "Language: gl\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 23.04.3\n" +"X-Generator: Lokalize 23.08.4\n" #: katefiletree.cpp:120 #, kde-format diff -Nru kate-23.08.4/po/hu/kate-ctags-plugin.po kate-23.08.5/po/hu/kate-ctags-plugin.po --- kate-23.08.4/po/hu/kate-ctags-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/kate-ctags-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -4,13 +4,13 @@ # Tamas Szanto , 2009. # Kristóf Kiszel , 2011, 2014. # Kiszel Kristóf , 2017. -# Kristof Kiszel , 2021, 2022. +# SPDX-FileCopyrightText: 2021, 2022, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: KDE 4.2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2022-01-25 10:16+0100\n" +"PO-Revision-Date: 2024-01-12 21:53+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -18,7 +18,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 21.07.70\n" +"X-Generator: Lokalize 23.08.4\n" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: CTagsGlobalConfig.ui:9 @@ -458,22 +458,19 @@ msgstr "Nincs indexelendő fájl vagy mappa" #: kate_ctags_view.cpp:558 -#, fuzzy, kde-format -#| msgid "Failed to run \"%1\". exitStatus = %2" +#, kde-format msgid "Failed to run. Error: %1, exit code: %2" -msgstr "Nem sikerült futtatni: „%1”. Kilépési kód = %2" +msgstr "Nem sikerült futtatni. Hiba: %1, kilépési kód: %2" #: kate_ctags_view.cpp:573 -#, fuzzy, kde-format -#| msgid "The CTags executable crashed." +#, kde-format msgid "The CTags executable crashed" -msgstr "A CTags program összeomlott." +msgstr "A CTags program összeomlott" #: kate_ctags_view.cpp:575 -#, fuzzy, kde-format -#| msgid "The CTags program exited with code %1: %2" +#, kde-format msgid "The CTags program exited with code %2: %1" -msgstr "A CTags program a(z) %1 kóddal lépett ki: %2." +msgstr "A CTags program a(z) %2 kóddal lépett ki: %1" #~ msgctxt "NAME OF TRANSLATORS" #~ msgid "Your names" diff -Nru kate-23.08.4/po/hu/katefilebrowserplugin.po kate-23.08.5/po/hu/katefilebrowserplugin.po --- kate-23.08.4/po/hu/katefilebrowserplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/katefilebrowserplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -4,13 +4,13 @@ # Tamas Szanto , 2009. # Kristóf Kiszel , 2011, 2014. # Balázs Úr , 2012. -# Kristof Kiszel , 2021. +# SPDX-FileCopyrightText: 2021, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: KDE 4.2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-08-04 02:27+0000\n" -"PO-Revision-Date: 2021-12-23 15:05+0100\n" +"PO-Revision-Date: 2024-01-12 21:57+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -18,7 +18,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 21.12.0\n" +"X-Generator: Lokalize 23.08.4\n" #: katefilebrowser.cpp:104 #, kde-format @@ -52,7 +52,7 @@ #, kde-format msgctxt "@action:button" msgid "Open All Files" -msgstr "" +msgstr "Összes fájl megnyitása" #: katefilebrowser.cpp:435 #, kde-format @@ -77,7 +77,7 @@ #: katefilebrowser.cpp:479 #, kde-format msgid "Highlight current file" -msgstr "" +msgstr "Jelenlegi fájl kiemelése" #: katefilebrowserconfig.cpp:63 #, kde-format @@ -105,10 +105,9 @@ msgstr "A Fájlrendszer-böngésző beállításai" #: katefilebrowserplugin.cpp:66 -#, fuzzy, kde-format -#| msgid "Filesystem Browser" +#, kde-format msgid "Filesystem" -msgstr "Fájlrendszer-böngésző" +msgstr "Fájlrendszer" #~ msgid "Filter:" #~ msgstr "Szűrő:" diff -Nru kate-23.08.4/po/hu/kategitblameplugin.po kate-23.08.5/po/hu/kategitblameplugin.po --- kate-23.08.4/po/hu/kategitblameplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/kategitblameplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,13 +1,13 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the kate package. # -# Kristof Kiszel , 2021. +# SPDX-FileCopyrightText: 2021, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2021-12-27 11:19+0100\n" +"PO-Revision-Date: 2024-01-12 21:57+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\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 21.12.0\n" +"X-Generator: Lokalize 23.08.4\n" #: kategitblameplugin.cpp:104 #, kde-format @@ -63,7 +63,7 @@ #: ui.rc:6 #, kde-format msgid "&Tools" -msgstr "" +msgstr "&Eszközök" #~ msgid "Close" #~ msgstr "Bezárás" diff -Nru kate-23.08.4/po/hu/katesymbolviewer.po kate-23.08.5/po/hu/katesymbolviewer.po --- kate-23.08.4/po/hu/katesymbolviewer.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/katesymbolviewer.po 2024-02-13 04:03:24.000000000 +0000 @@ -4,13 +4,13 @@ # Tamas Szanto , 2008. # Kristóf Kiszel , 2011. # Balázs Úr , 2013. -# Kristof Kiszel , 2021. +# SPDX-FileCopyrightText: 2021, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: KDE 4.2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2021-12-07 13:04+0100\n" +"PO-Revision-Date: 2024-01-12 21:56+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -18,7 +18,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 21.12.0\n" +"X-Generator: Lokalize 23.08.4\n" #: bash_parser.cpp:25 cpp_parser.cpp:31 fortran_parser.cpp:37 #: julia_parser.cpp:29 plugin_katesymbolviewer.cpp:88 python_parser.cpp:25 @@ -142,7 +142,7 @@ #: plugin_katesymbolviewer.cpp:134 #, kde-format msgid "Filter..." -msgstr "" +msgstr "Szűrő…" #: plugin_katesymbolviewer.cpp:143 #, kde-format diff -Nru kate-23.08.4/po/hu/katexmltools.po kate-23.08.5/po/hu/katexmltools.po --- kate-23.08.4/po/hu/katexmltools.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/katexmltools.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,13 +3,13 @@ # Tamas Szanto , 2001. # Balázs Úr , 2013. # Kristóf Kiszel , 2014. -# Kristof Kiszel , 2021. +# SPDX-FileCopyrightText: 2021, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: KDE 4.0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2021-12-07 12:49+0100\n" +"PO-Revision-Date: 2024-01-12 21:56+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -17,13 +17,12 @@ "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.0\n" +"X-Generator: Lokalize 23.08.4\n" #: plugin_katexmltools.cpp:117 -#, fuzzy, kde-format -#| msgid "Kate XML Tools" +#, kde-format msgid "XML Tools" -msgstr "Kate XML eszközök" +msgstr "XML eszközök" #: plugin_katexmltools.cpp:120 #, kde-format diff -Nru kate-23.08.4/po/hu/tabswitcherplugin.po kate-23.08.5/po/hu/tabswitcherplugin.po --- kate-23.08.4/po/hu/tabswitcherplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/hu/tabswitcherplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Kristóf Kiszel , 2014. -# Kristof Kiszel , 2021. +# SPDX-FileCopyrightText: 2021, 2024 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-19 01:01+0000\n" -"PO-Revision-Date: 2021-12-07 09:53+0100\n" +"PO-Revision-Date: 2024-01-12 21:56+0100\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\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 21.11.90\n" +"X-Generator: Lokalize 23.08.4\n" #: tabswitcher.cpp:49 #, kde-format @@ -64,7 +64,7 @@ #: ui.rc:6 #, kde-format msgid "&Go" -msgstr "" +msgstr "U&grás" #~ msgid "&View" #~ msgstr "&Nézet" diff -Nru kate-23.08.4/po/it/kate.po kate-23.08.5/po/it/kate.po --- kate-23.08.4/po/it/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,5 +1,5 @@ # translation of kate.po to Italian -# SPDX-FileCopyrightText: 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Paolo Zamponi +# SPDX-FileCopyrightText: 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Paolo Zamponi # Andrea Rizzi , 2003, 2004, 2005. # Andrea RIZZI , 2004. # Andrea RIZZI , 2004, 2005. @@ -22,7 +22,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 23.08.0\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/it/katebuild-plugin.po kate-23.08.5/po/it/katebuild-plugin.po --- kate-23.08.4/po/it/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -19,7 +19,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 23.08.0\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/it/kateexternaltoolsplugin.po kate-23.08.5/po/it/kateexternaltoolsplugin.po --- kate-23.08.4/po/it/kateexternaltoolsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/kateexternaltoolsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,21 +1,21 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2023 This file is copyright: # This file is distributed under the same license as the kate package. -# Paolo Zamponi , 2019, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2019, 2021, 2022, 2023 Paolo Zamponi # msgid "" msgstr "" "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-31 03:15+0000\n" -"PO-Revision-Date: 2023-02-25 21:40+0100\n" -"Last-Translator: Paolo Zamponi \n" +"PO-Revision-Date: 2023-12-27 20:46+0100\n" +"Last-Translator: Paolo Zamponi \n" "Language-Team: Italian \n" "Language: it\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 22.12.2\n" +"X-Generator: Lokalize 23.08.4\n" #. i18n: file: 7 #, kde-format @@ -106,7 +106,7 @@ #, kde-format msgctxt "External tool name" msgid "Prettier Format Current File" -msgstr "File corrente in formato più gradevole" +msgstr "File corrente in formato Prettier" #. i18n: file: 8 #, kde-format diff -Nru kate-23.08.4/po/it/katefiletree.po kate-23.08.5/po/it/katefiletree.po --- kate-23.08.4/po/it/katefiletree.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/katefiletree.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,4 +1,5 @@ # translation of kate.po to Italian +# SPDX-FileCopyrightText: 2016, 2018, 2019, 2021, 2022, 2024 Paolo Zamponi # Andrea Rizzi , 2003, 2004, 2005. # Andrea RIZZI , 2004. # Andrea RIZZI , 2004, 2005. @@ -8,7 +9,6 @@ # Nicola Ruggero , 2008, 2009, 2010, 2011, 2012, 2013. # Pino Toscano , 2013. # Vincenzo Reale , 2014. -# Paolo Zamponi , 2016, 2018, 2019, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kate\n" @@ -22,7 +22,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 22.12.0\n" +"X-Generator: Lokalize 23.08.4\n" #: katefiletree.cpp:120 #, kde-format diff -Nru kate-23.08.4/po/it/katekeyboardmacros.po kate-23.08.5/po/it/katekeyboardmacros.po --- kate-23.08.4/po/it/katekeyboardmacros.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/katekeyboardmacros.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2023 This file is copyright: # This file is distributed under the same license as the kate package. -# Paolo Zamponi , 2022. +# SPDX-FileCopyrightText: 2022, 2023 Paolo Zamponi # msgid "" msgstr "" @@ -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 22.04.3\n" +"X-Generator: Lokalize 23.08.4\n" #: keyboardmacrosplugin.cpp:66 keyboardmacrosplugin.cpp:102 #, kde-format diff -Nru kate-23.08.4/po/it/kateproject.po kate-23.08.5/po/it/kateproject.po --- kate-23.08.4/po/it/kateproject.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/it/kateproject.po 2024-02-13 04:03:24.000000000 +0000 @@ -17,7 +17,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 23.08.0\n" +"X-Generator: Lokalize 23.08.3\n" #: branchcheckoutdialog.cpp:29 #, kde-format diff -Nru kate-23.08.4/po/ko/kate.po kate-23.08.5/po/ko/kate.po --- kate-23.08.4/po/ko/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ko/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ # Sae-keun Kim , 2001. # Louis JANG , 2001. # Lee Seok , 2004. -# Shinjo Park , 2008, 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2008, 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park # Cedna , 2010. # JungHee Lee , 2019. msgid "" @@ -19,7 +19,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/ko/katebuild-plugin.po kate-23.08.5/po/ko/katebuild-plugin.po --- kate-23.08.4/po/ko/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ko/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park , 2008, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2008, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -Nru kate-23.08.4/po/ko/katekeyboardmacros.po kate-23.08.5/po/ko/katekeyboardmacros.po --- kate-23.08.4/po/ko/katekeyboardmacros.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ko/katekeyboardmacros.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the kate package. -# Shinjo Park , 2023. +# SPDX-FileCopyrightText: 2023, 2024 Shinjo Park # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" #: keyboardmacrosplugin.cpp:66 keyboardmacrosplugin.cpp:102 #, kde-format diff -Nru kate-23.08.4/po/ko/kateproject.po kate-23.08.5/po/ko/kateproject.po --- kate-23.08.4/po/ko/kateproject.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ko/kateproject.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park , 2012, 2013, 2014, 2015, 2016, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2016, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" #: branchcheckoutdialog.cpp:29 #, kde-format diff -Nru kate-23.08.4/po/ko/katesearch.po kate-23.08.5/po/ko/katesearch.po --- kate-23.08.4/po/ko/katesearch.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/ko/katesearch.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park , 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" #: KateSearchCommand.cpp:80 #, kde-format diff -Nru kate-23.08.4/po/nl/kategdbplugin.po kate-23.08.5/po/nl/kategdbplugin.po --- kate-23.08.4/po/nl/kategdbplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/nl/kategdbplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -2,7 +2,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Freek de Kruijf , 2010, 2011, 2012. -# Freek de Kruijf , 2011, 2013, 2014, 2018, 2020, 2022, 2023. +# Freek de Kruijf , 2011, 2013, 2014, 2018, 2020, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: \n" diff -Nru kate-23.08.4/po/sk/kate-ctags-plugin.po kate-23.08.5/po/sk/kate-ctags-plugin.po --- kate-23.08.4/po/sk/kate-ctags-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/kate-ctags-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # translation of kate-ctags-plugin.po to Slovak # Richard Fric , 2009. -# Roman Paholík , 2014, 2015. +# SPDX-FileCopyrightText: 2014, 2015, 2023 Roman Paholík # Mthw , 2019. # Matej Mrenica , 2021, 2022. msgid "" @@ -8,14 +8,14 @@ "Project-Id-Version: kate-ctags-plugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2022-08-22 17:05+0200\n" -"Last-Translator: Matej Mrenica \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:04+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.07.90\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) @@ -462,10 +462,9 @@ msgstr "Zlyhalo spustenie \"%1\". exitStatus = %2" #: kate_ctags_view.cpp:573 -#, fuzzy, kde-format -#| msgid "The CTags executable crashed." +#, kde-format msgid "The CTags executable crashed" -msgstr "Spustiteľný súbor CTags spadol." +msgstr "Spustiteľný súbor CTags spadol" #: kate_ctags_view.cpp:575 #, fuzzy, kde-format diff -Nru kate-23.08.4/po/sk/kate.po kate-23.08.5/po/sk/kate.po --- kate-23.08.4/po/sk/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -4,7 +4,7 @@ # Stanislav Visnovsky , 2003, 2004. # Richard Fric , 2006, 2009. # Jozef Riha , 2006. -# Roman Paholík , 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019. +# SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2023 Roman Paholík # Mthw , 2018, 2019. # Matej Mrenica , 2019, 2020, 2021, 2022. # Dušan Kazik , 2020. @@ -14,14 +14,14 @@ "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-21 02:33+0000\n" -"PO-Revision-Date: 2023-02-07 18:18+0100\n" -"Last-Translator: Ferdinand Galko \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:04+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -291,7 +291,7 @@ #: lib/diagnostics/diagnosticview.cpp:63 #, kde-format msgid "All" -msgstr "" +msgstr "Všetko" #: lib/diagnostics/diagnosticview.cpp:323 #, kde-format @@ -299,16 +299,14 @@ msgstr "Rýchla oprava" #: lib/diagnostics/diagnosticview.cpp:327 -#, fuzzy, kde-format -#| msgid "Next tab" +#, kde-format msgid "Next Item" -msgstr "&Nasledujúca karta" +msgstr "Ďalšia položka" #: lib/diagnostics/diagnosticview.cpp:332 -#, fuzzy, kde-format -#| msgid "Previous tab" +#, kde-format msgid "Previous Item" -msgstr "Predchádzajúca karta" +msgstr "Predošlá položka" #: lib/diagnostics/diagnosticview.cpp:339 #, fuzzy, kde-format @@ -322,16 +320,14 @@ msgstr "Diagnostika" #: lib/diagnostics/diagnosticview.cpp:408 -#, fuzzy, kde-format -#| msgid "Error" +#, kde-format msgid "Errors" -msgstr "Chyba" +msgstr "Chyby" #: lib/diagnostics/diagnosticview.cpp:424 -#, fuzzy, kde-format -#| msgid "Warning" +#, kde-format msgid "Warnings" -msgstr "Upozornenie" +msgstr "Upozornenia" #: lib/diagnostics/diagnosticview.cpp:438 #, kde-format @@ -1952,12 +1948,12 @@ #: lib/katemwmodonhddialog.cpp:347 #, kde-format msgid "[OLD]" -msgstr "" +msgstr "[staré]" #: lib/katemwmodonhddialog.cpp:348 #, kde-format msgid "[NEW]" -msgstr "" +msgstr "[nové]" #: lib/kateoutputview.cpp:189 #, kde-format @@ -2742,10 +2738,9 @@ msgstr "Žiadne uložené sedenia" #: lib/welcomeview/welcomeview.cpp:245 -#, fuzzy, kde-format -#| msgid "Open File..." +#, kde-format msgid "Open Selected Files..." -msgstr "Otvoriť súbor..." +msgstr "Otvoriť vybraté súbory..." #: lib/welcomeview/welcomeview.cpp:258 #, kde-format diff -Nru kate-23.08.4/po/sk/katebuild-plugin.po kate-23.08.5/po/sk/katebuild-plugin.po --- kate-23.08.4/po/sk/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # translation of katebuild-plugin.po to Slovak # Richard Fric , 2009. -# Roman Paholík , 2012, 2013, 2014, 2015. +# SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2023 Roman Paholík # Mthw , 2019. # Matej Mrenica , 2019, 2020, 2021, 2022. # Ferdinand Galko , 2023. @@ -9,14 +9,14 @@ "Project-Id-Version: katebuild-plugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-02-07 18:21+0100\n" -"Last-Translator: Ferdinand Galko \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:05+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -211,17 +211,13 @@ msgstr "Nemožno vykonať: %1 Nie je nastavený žiadny pracovný adresár." #: plugin_katebuild.cpp:1119 -#, fuzzy, kde-format -#| msgctxt "The same word as 'make' uses to mark an error." -#| msgid "error" +#, kde-format msgctxt "The same word as 'gcc' uses for an error." msgid "error" msgstr "chyba" #: plugin_katebuild.cpp:1122 -#, fuzzy, kde-format -#| msgctxt "The same word as 'make' uses to mark a warning." -#| msgid "warning" +#, kde-format msgctxt "The same word as 'gcc' uses for a warning." msgid "warning" msgstr "upozornenie" diff -Nru kate-23.08.4/po/sk/kategdbplugin.po kate-23.08.5/po/sk/kategdbplugin.po --- kate-23.08.4/po/sk/kategdbplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/kategdbplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # translation of kategdbplugin.po to Slovak # Richard Fric , 2010. -# Roman Paholík , 2013, 2014. +# SPDX-FileCopyrightText: 2013, 2014, 2023 Roman Paholík # Matej Mrenica , 2020, 2021, 2022. # Ferdinand Galko , 2023. msgid "" @@ -8,20 +8,19 @@ "Project-Id-Version: kategdbplugin\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-02-07 18:19+0100\n" -"Last-Translator: Ferdinand Galko \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:05+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. i18n: ectx: property (text), widget (QLabel, u_gdbLabel) #: advanced_settings.ui:17 -#, fuzzy, kde-format -#| msgid "GDB command" +#, kde-format msgid "GDB command" msgstr "GDB príkaz" @@ -187,11 +186,9 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: debugconfig.ui:41 -#, fuzzy, kde-format -#| msgctxt "Tab label" -#| msgid "Settings" +#, kde-format msgid "Settings File:" -msgstr "Nastavenia" +msgstr "Súbor nastavení:" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #: debugconfig.ui:68 @@ -200,30 +197,29 @@ msgstr "" #: debugconfigpage.cpp:72 debugconfigpage.cpp:77 -#, fuzzy, kde-format -#| msgid "Debug" +#, kde-format msgid "Debugger" -msgstr "Ladenie" +msgstr "Debugger" #: debugconfigpage.cpp:128 #, kde-format msgid "No JSON data to validate." -msgstr "" +msgstr "Žiadne JSON údaje na overenie." #: debugconfigpage.cpp:136 #, kde-format msgid "JSON data is valid." -msgstr "" +msgstr "Údaje JSON sú platné." #: debugconfigpage.cpp:138 #, kde-format msgid "JSON data is invalid: no JSON object" -msgstr "" +msgstr "Údaje JSON sú neplatné: žiadny objekt JSON" #: debugconfigpage.cpp:141 #, kde-format msgid "JSON data is invalid: %1" -msgstr "" +msgstr "Údaje JSON sú neplatné: %1" #: debugview.cpp:35 #, kde-format @@ -641,10 +637,9 @@ msgstr "pomenované položky" #: plugin_kategdb.cpp:106 -#, fuzzy, kde-format -#| msgid "Kate GDB" +#, kde-format msgid "Kate Debug" -msgstr "Kate GDB" +msgstr "Kate ladenie" #: plugin_kategdb.cpp:110 #, kde-format @@ -674,12 +669,10 @@ msgstr "Rámec" #: plugin_kategdb.cpp:200 -#, fuzzy, kde-format -#| msgctxt "Tab label" -#| msgid "GDB Output" +#, kde-format msgctxt "Tab label" msgid "Debug Output" -msgstr "GDB výstup" +msgstr "Ladiaci výstup" #: plugin_kategdb.cpp:201 #, kde-format @@ -804,7 +797,7 @@ #, fuzzy, kde-format #| msgid "GDB Plugin" msgid "Debug Plugin" -msgstr "GDB Plugin" +msgstr "Ladiaci plugin" #~ msgctxt "NAME OF TRANSLATORS" #~ msgid "Your names" diff -Nru kate-23.08.4/po/sk/kateproject.po kate-23.08.5/po/sk/kateproject.po --- kate-23.08.4/po/sk/kateproject.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/kateproject.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,5 +1,5 @@ # translation of kateproject.po to Slovak -# Roman Paholík , 2012, 2013, 2014, 2015, 2016, 2019. +# SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2016, 2019, 2023 Roman Paholík # Mthw , 2018, 2019. # Matej Mrenica , 2019, 2020, 2021, 2022, 2023. # Ferdinand Galko , 2023. @@ -8,14 +8,14 @@ "Project-Id-Version: kateproject\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-10-26 02:49+0000\n" -"PO-Revision-Date: 2023-01-31 18:13+0100\n" -"Last-Translator: Ferdinand Galko \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:03+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: branchcheckoutdialog.cpp:29 @@ -698,11 +698,10 @@ msgstr "Spustiť analýzu..." #: kateprojectinfoviewcodeanalysis.cpp:41 -#, fuzzy, kde-format -#| msgid "Code Analysis" +#, kde-format msgctxt "'%1' refers to project name, e.g,. Code Analysis - MyProject" msgid "Code Analysis - %1" -msgstr "Analýza kódu" +msgstr "Analýza kódu - %1" #: kateprojectinfoviewcodeanalysis.cpp:100 #, kde-format diff -Nru kate-23.08.4/po/sk/katesql.po kate-23.08.5/po/sk/katesql.po --- kate-23.08.4/po/sk/katesql.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/sk/katesql.po 2024-02-13 04:03:24.000000000 +0000 @@ -1,6 +1,6 @@ # translation of katesql.po to Slovak # Richard Fric , 2010. -# Roman Paholík , 2012, 2014. +# SPDX-FileCopyrightText: 2012, 2014, 2023 Roman Paholík # Matej Mrenica , 2022. # Ferdinand Galko , 2023. msgid "" @@ -8,14 +8,14 @@ "Project-Id-Version: katesql\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-28 00:50+0000\n" -"PO-Revision-Date: 2023-02-02 18:29+0100\n" -"Last-Translator: Ferdinand Galko \n" -"Language-Team: Slovak \n" +"PO-Revision-Date: 2023-12-11 18:03+0100\n" +"Last-Translator: Roman Paholik \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: connectionwizard.cpp:28 @@ -231,14 +231,9 @@ msgstr "Súbor" #: exportwizard.cpp:56 exportwizard.cpp:58 -#, fuzzy, kde-format -#| msgid "" -#| "*.csv|Comma Separated Values\n" -#| "*|All files" +#, kde-format msgid "Comma Separated Values" -msgstr "" -"*.csv|Hodnoty oddelené čiarkou\n" -"*|Všetky súbory" +msgstr "Čiarkou oddelené hodnoty" #: exportwizard.cpp:101 #, kde-format diff -Nru kate-23.08.4/po/tr/kate.po kate-23.08.5/po/tr/kate.po --- kate-23.08.4/po/tr/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/tr/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -18,7 +18,7 @@ "Project-Id-Version: applications-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-21 02:33+0000\n" -"PO-Revision-Date: 2023-10-28 02:30+0300\n" +"PO-Revision-Date: 2023-12-27 14:25+0300\n" "Last-Translator: Emir SARI \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -26,7 +26,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 23.08.2\n" +"X-Generator: Lokalize 24.01.85\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -303,7 +303,7 @@ #: lib/diagnostics/diagnosticview.cpp:323 #, kde-format msgid "Quick Fix" -msgstr "Hızlı Düzelt" +msgstr "Tez Düzelt" #: lib/diagnostics/diagnosticview.cpp:327 #, kde-format diff -Nru kate-23.08.4/po/zh_CN/kate-ctags-plugin.po kate-23.08.5/po/zh_CN/kate-ctags-plugin.po --- kate-23.08.4/po/zh_CN/kate-ctags-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kate-ctags-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/kate-replicode-plugin.po kate-23.08.5/po/zh_CN/kate-replicode-plugin.po --- kate-23.08.4/po/zh_CN/kate-replicode-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kate-replicode-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-27 00:48+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/kate.po kate-23.08.5/po/zh_CN/kate.po --- kate-23.08.4/po/zh_CN/kate.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kate.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-21 02:33+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -42,7 +42,7 @@ #: kate/main.cpp:96 #, kde-format msgid "Kate - Advanced Text Editor" -msgstr "Kate - 高级文本编辑器" +msgstr "Kate - 多功能文本编辑器" #: kate/main.cpp:98 kwrite/main.cpp:46 #, kde-format @@ -1006,7 +1006,7 @@ "tabs.\n" "This option does not affect the bottom sidebar." msgstr "" -"启用后,显示区域大小将由标签位置决定。\n" +"启用后,显示区域大小将由标签页位置决定。\n" "此选项不影响底部侧边栏。" #: lib/kateconfigdialog.cpp:416 @@ -1041,12 +1041,12 @@ #: lib/kateconfigdialog.cpp:459 #, kde-format msgid "&Auto hide tabs" -msgstr "自动隐藏标签(&A)" +msgstr "自动隐藏标签页(&A)" #: lib/kateconfigdialog.cpp:461 #, kde-format msgid "When checked tabs will be hidden if only one document is open." -msgstr "选中后,如果只打开一个文档,标签将自动隐藏" +msgstr "选中后,如果只打开一个文档,标签页将自动隐藏" #: lib/kateconfigdialog.cpp:465 #, kde-format @@ -1056,17 +1056,17 @@ #: lib/kateconfigdialog.cpp:467 #, kde-format msgid "When checked each tab will display a close button." -msgstr "选中时,每个标签将显示一个关闭按钮。" +msgstr "选中时,每个标签页将显示一个关闭按钮。" #: lib/kateconfigdialog.cpp:471 #, kde-format msgid "&Expand tabs" -msgstr "扩展标签(&E)" +msgstr "扩展标签页(&E)" #: lib/kateconfigdialog.cpp:473 #, kde-format msgid "When checked tabs take as much size as possible." -msgstr "选中后,标签会占据尽可能多的宽度。" +msgstr "选中后,标签页会占据尽可能多的宽度。" #: lib/kateconfigdialog.cpp:477 #, kde-format @@ -1098,7 +1098,7 @@ msgid "" "When checked this will allow scrolling in tab bar when number of tabs is " "large." -msgstr "勾选此项后,标签页数量较多时可以滚动标签栏。" +msgstr "勾选此项后,标签页数量较多时可以滚动标签页栏。" #: lib/kateconfigdialog.cpp:495 #, kde-format @@ -1327,7 +1327,7 @@ #: lib/katemainwindow.cpp:245 #, kde-format msgid "Use this command to show or hide the tabs for the views" -msgstr "使用此命令来显示或隐藏视图的标签栏" +msgstr "使用此命令来显示或隐藏视图的标签页栏" #: lib/katemainwindow.cpp:247 #, kde-format @@ -1357,7 +1357,7 @@ #: lib/katemainwindow.cpp:271 #, kde-format msgid "Focus the previous tab." -msgstr "聚焦于上一个标签页。" +msgstr "焦点转移到上一个标签页。" #: lib/katemainwindow.cpp:276 #, kde-format @@ -1367,7 +1367,7 @@ #: lib/katemainwindow.cpp:277 #, kde-format msgid "Focus the next tab." -msgstr "聚焦于下一个标签页。" +msgstr "焦点转移到下一个标签页。" #: lib/katemainwindow.cpp:284 #, kde-format @@ -2281,7 +2281,7 @@ #: lib/kateviewspace.cpp:1036 #, kde-format msgid "D&etach Document" -msgstr "拆分文档(&E)" +msgstr "分离文档(&E)" #: lib/kateviewspace.cpp:1038 #, kde-format diff -Nru kate-23.08.4/po/zh_CN/katebacktracebrowserplugin.po kate-23.08.5/po/zh_CN/katebacktracebrowserplugin.po --- kate-23.08.4/po/zh_CN/katebacktracebrowserplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katebacktracebrowserplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katebuild-plugin.po kate-23.08.5/po/zh_CN/katebuild-plugin.po --- kate-23.08.4/po/zh_CN/katebuild-plugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katebuild-plugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katecloseexceptplugin.po kate-23.08.5/po/zh_CN/katecloseexceptplugin.po --- kate-23.08.4/po/zh_CN/katecloseexceptplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katecloseexceptplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-27 00:48+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katecolorpickerplugin.po kate-23.08.5/po/zh_CN/katecolorpickerplugin.po --- kate-23.08.4/po/zh_CN/katecolorpickerplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katecolorpickerplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/kateexternaltoolsplugin.po kate-23.08.5/po/zh_CN/kateexternaltoolsplugin.po --- kate-23.08.4/po/zh_CN/kateexternaltoolsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kateexternaltoolsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-31 03:15+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katefilebrowserplugin.po kate-23.08.5/po/zh_CN/katefilebrowserplugin.po --- kate-23.08.4/po/zh_CN/katefilebrowserplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katefilebrowserplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-08-04 02:27+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katefiletree.po kate-23.08.5/po/zh_CN/katefiletree.po --- kate-23.08.4/po/zh_CN/katefiletree.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katefiletree.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/kategdbplugin.po kate-23.08.5/po/zh_CN/kategdbplugin.po --- kate-23.08.4/po/zh_CN/kategdbplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kategdbplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -231,14 +231,14 @@ #: debugview.cpp:160 #, kde-format msgid "Please set the executable in the 'Settings' tab in the 'Debug' panel." -msgstr "请在“调试”面板的“设置”选项卡中设置可执行文件。" +msgstr "请在“调试”面板的“设置”标签页中设置可执行文件。" #: debugview.cpp:169 #, kde-format msgid "" "No debugger selected. Please select one in the 'Settings' tab in the 'Debug' " "panel." -msgstr "没有选择调试器。请在“调试”面板“设置”选项卡中选择一个。" +msgstr "没有选择调试器。请在“调试”面板“设置”标签页中选择一个。" #: debugview.cpp:178 #, kde-format diff -Nru kate-23.08.4/po/zh_CN/kategitblameplugin.po kate-23.08.5/po/zh_CN/kategitblameplugin.po --- kate-23.08.4/po/zh_CN/kategitblameplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kategitblameplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katekeyboardmacros.po kate-23.08.5/po/zh_CN/katekeyboardmacros.po --- kate-23.08.4/po/zh_CN/katekeyboardmacros.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katekeyboardmacros.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-19 00:50+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katekonsoleplugin.po kate-23.08.5/po/zh_CN/katekonsoleplugin.po --- kate-23.08.4/po/zh_CN/katekonsoleplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katekonsoleplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-09 00:51+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/kateproject.po kate-23.08.5/po/zh_CN/kateproject.po --- kate-23.08.4/po/zh_CN/kateproject.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/kateproject.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-10-26 02:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katesearch.po kate-23.08.5/po/zh_CN/katesearch.po --- kate-23.08.4/po/zh_CN/katesearch.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katesearch.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -620,7 +620,7 @@ #: SearchPlugin.cpp:2313 #, kde-format msgid "Open as Editor Tab" -msgstr "以编辑器选项卡打开" +msgstr "打开为编辑器标签页" #: SearchPlugin.cpp:2320 #, kde-format diff -Nru kate-23.08.4/po/zh_CN/katesnippetsplugin.po kate-23.08.5/po/zh_CN/katesnippetsplugin.po --- kate-23.08.4/po/zh_CN/katesnippetsplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katesnippetsplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katesql.po kate-23.08.5/po/zh_CN/katesql.po --- kate-23.08.4/po/zh_CN/katesql.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katesql.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-06-28 00:50+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katesymbolviewer.po kate-23.08.5/po/zh_CN/katesymbolviewer.po --- kate-23.08.4/po/zh_CN/katesymbolviewer.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katesymbolviewer.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katetextfilter.po kate-23.08.5/po/zh_CN/katetextfilter.po --- kate-23.08.4/po/zh_CN/katetextfilter.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katetextfilter.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-27 00:48+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katexmlcheck.po kate-23.08.5/po/zh_CN/katexmlcheck.po --- kate-23.08.4/po/zh_CN/katexmlcheck.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katexmlcheck.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-04-11 00:50+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/katexmltools.po kate-23.08.5/po/zh_CN/katexmltools.po --- kate-23.08.4/po/zh_CN/katexmltools.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/katexmltools.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-05-15 00:49+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/ktexteditorpreviewplugin.po kate-23.08.5/po/zh_CN/ktexteditorpreviewplugin.po --- kate-23.08.4/po/zh_CN/ktexteditorpreviewplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/ktexteditorpreviewplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-08 01:19+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/po/zh_CN/lspclient.po kate-23.08.5/po/zh_CN/lspclient.po --- kate-23.08.4/po/zh_CN/lspclient.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/lspclient.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-09-07 02:26+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -228,7 +228,7 @@ #: lspclientpluginview.cpp:612 #, kde-format msgid "Close All Dynamic Reference Tabs" -msgstr "关闭所有动态参考标签" +msgstr "关闭所有动态参考标签页" #: lspclientpluginview.cpp:614 #, kde-format diff -Nru kate-23.08.4/po/zh_CN/tabswitcherplugin.po kate-23.08.5/po/zh_CN/tabswitcherplugin.po --- kate-23.08.4/po/zh_CN/tabswitcherplugin.po 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/po/zh_CN/tabswitcherplugin.po 2024-02-13 04:03:24.000000000 +0000 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-19 01:01+0000\n" -"PO-Revision-Date: 2023-11-25 02:33\n" +"PO-Revision-Date: 2024-02-05 11:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru kate-23.08.4/snapcraft.yaml kate-23.08.5/snapcraft.yaml --- kate-23.08.4/snapcraft.yaml 2023-12-04 03:09:43.000000000 +0000 +++ kate-23.08.5/snapcraft.yaml 2024-02-13 04:03:24.000000000 +0000 @@ -150,6 +150,7 @@ - libqt5xml5 - libqt5waylandclient5 - libqt5waylandcompositor5 + - qtwayland5 - sonnet-plugins - darcs - exuberant-ctags