From e2dd8a3d918d1626b6fc8ab8a29938c320a46b47 Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:41:55 +0000 Subject: [PATCH 1/9] :globe_with_meridians: Sync Translations + Update README Progress Table (#2987) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> From a67fd82c42d8103b50dede11919ab5ab719a103a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:54:48 +0000 Subject: [PATCH 2/9] name change for view PDF to view/edit PDF (#2988) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- README.md | 1 - src/main/resources/messages_ar_AR.properties | 4 ++-- src/main/resources/messages_az_AZ.properties | 4 ++-- src/main/resources/messages_bg_BG.properties | 4 ++-- src/main/resources/messages_ca_CA.properties | 4 ++-- src/main/resources/messages_cs_CZ.properties | 4 ++-- src/main/resources/messages_da_DK.properties | 4 ++-- src/main/resources/messages_de_DE.properties | 4 ++-- src/main/resources/messages_el_GR.properties | 4 ++-- src/main/resources/messages_en_GB.properties | 8 ++++---- src/main/resources/messages_en_US.properties | 8 ++++---- src/main/resources/messages_es_ES.properties | 4 ++-- src/main/resources/messages_eu_ES.properties | 4 ++-- src/main/resources/messages_fa_IR.properties | 4 ++-- src/main/resources/messages_fr_FR.properties | 4 ++-- src/main/resources/messages_ga_IE.properties | 4 ++-- src/main/resources/messages_hi_IN.properties | 4 ++-- src/main/resources/messages_hr_HR.properties | 4 ++-- src/main/resources/messages_hu_HU.properties | 4 ++-- src/main/resources/messages_id_ID.properties | 4 ++-- src/main/resources/messages_it_IT.properties | 4 ++-- src/main/resources/messages_ja_JP.properties | 4 ++-- src/main/resources/messages_ko_KR.properties | 4 ++-- src/main/resources/messages_nl_NL.properties | 4 ++-- src/main/resources/messages_no_NB.properties | 4 ++-- src/main/resources/messages_pl_PL.properties | 4 ++-- src/main/resources/messages_pt_BR.properties | 4 ++-- src/main/resources/messages_pt_PT.properties | 4 ++-- src/main/resources/messages_ro_RO.properties | 4 ++-- src/main/resources/messages_ru_RU.properties | 4 ++-- src/main/resources/messages_sk_SK.properties | 4 ++-- src/main/resources/messages_sl_SI.properties | 4 ++-- src/main/resources/messages_sr_LATN_RS.properties | 4 ++-- src/main/resources/messages_sv_SE.properties | 4 ++-- src/main/resources/messages_th_TH.properties | 4 ++-- src/main/resources/messages_tr_TR.properties | 4 ++-- src/main/resources/messages_uk_UA.properties | 4 ++-- src/main/resources/messages_vi_VN.properties | 4 ++-- src/main/resources/messages_zh_BO.properties | 4 ++-- src/main/resources/messages_zh_CN.properties | 4 ++-- src/main/resources/messages_zh_TW.properties | 4 ++-- 41 files changed, 84 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index eed4b426..05060be1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/frooodle/s-pdf)](https://hub.docker.com/r/frooodle/s-pdf) [![Discord](https://img.shields.io/discord/1068636748814483718?label=Discord)](https://discord.gg/HYmhKj45pU) -[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/frooodle/s-pdf/latest)](https://github.com/Stirling-Tools/Stirling-PDF/) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Stirling-Tools/Stirling-PDF/badge)](https://scorecard.dev/viewer/?uri=github.com/Stirling-Tools/Stirling-PDF) [![GitHub Repo stars](https://img.shields.io/github/stars/stirling-tools/stirling-pdf?style=social)](https://github.com/Stirling-Tools/stirling-pdf) diff --git a/src/main/resources/messages_ar_AR.properties b/src/main/resources/messages_ar_AR.properties index 7c6fc1d9..9b116fdf 100644 --- a/src/main/resources/messages_ar_AR.properties +++ b/src/main/resources/messages_ar_AR.properties @@ -262,7 +262,7 @@ home.desc=متجرك الشامل المستضاف محليًا لجميع اح home.searchBar=البحث عن الميزات... -home.viewPdf.title=عرض PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=عرض وتعليق وإضافة نص أو صور viewPdf.tags=عرض,قراءة,تعليق,نص,صورة @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=هذه الميزة متوفرة في صفحة الأدوات المتعددة لدينا. اطلع عليها للحصول على واجهة مستخدم محسّنة لكل صفحة وميزات إضافية! #view pdf -viewPdf.title=عرض PDF +viewPdf.title=View/Edit PDF viewPdf.header=عرض PDF #pageRemover diff --git a/src/main/resources/messages_az_AZ.properties b/src/main/resources/messages_az_AZ.properties index b401532a..1854f882 100644 --- a/src/main/resources/messages_az_AZ.properties +++ b/src/main/resources/messages_az_AZ.properties @@ -262,7 +262,7 @@ home.desc=Bütün PDF ehtiyaclarınız üçün lokal-host edilən biraddımlıq home.searchBar=Xüsusiyyətləri axtar... -home.viewPdf.title=PDF-ə bax +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Bax, sitat götür, mətn və ya şəkil əlavə et viewPdf.tags=bax,oxu,sitat götür,mətn,şəkil @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=Bu xüsusiyyət bizim multi-alət səhifəmizdə də mövcuddur. Əlavə xüsusiyyətlər və səhifə-səhifə interfeys üçün sınaqdan keçirin! #view pdf -viewPdf.title=PDF-ə baxın +viewPdf.title=View/Edit PDF viewPdf.header=PDF-ə baxın #pageRemover diff --git a/src/main/resources/messages_bg_BG.properties b/src/main/resources/messages_bg_BG.properties index 85e17d8a..79c300f6 100644 --- a/src/main/resources/messages_bg_BG.properties +++ b/src/main/resources/messages_bg_BG.properties @@ -262,7 +262,7 @@ home.desc=Вашето локално хоствано обслужване на home.searchBar=Търсене на функции... -home.viewPdf.title=Преглед на PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Преглеждайте, коментирайте, добавяйте текст или изображения viewPdf.tags=преглед,четене,анотиране,текст,изображение @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Преглед на PDF +viewPdf.title=View/Edit PDF viewPdf.header=Преглед на PDF #pageRemover diff --git a/src/main/resources/messages_ca_CA.properties b/src/main/resources/messages_ca_CA.properties index b449059e..3a366142 100644 --- a/src/main/resources/messages_ca_CA.properties +++ b/src/main/resources/messages_ca_CA.properties @@ -262,7 +262,7 @@ home.desc=L'eina allotjada localment per a necessitats de PDF. home.searchBar=Cerca funcions... -home.viewPdf.title=Visualitza PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Visualitza, anota, afegeix text o imatges viewPdf.tags=view,read,annotate,text,image @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Visualitza PDF +viewPdf.title=View/Edit PDF viewPdf.header=Visualitza PDF #pageRemover diff --git a/src/main/resources/messages_cs_CZ.properties b/src/main/resources/messages_cs_CZ.properties index fe4e6b23..c77901d0 100644 --- a/src/main/resources/messages_cs_CZ.properties +++ b/src/main/resources/messages_cs_CZ.properties @@ -262,7 +262,7 @@ home.desc=Vaše lokálně hostované řešení pro všechny vaše potřeby PDF. home.searchBar=Hledat funkce... -home.viewPdf.title=Zobrazit PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Zobrazit, anotovat, přidat text nebo obrázky viewPdf.tags=zobrazit,číst,anotovat,text,obrázek @@ -1035,7 +1035,7 @@ decrypt.success=Soubor byl úspěšně dešifrován. multiTool-advert.message=Tato funkce je také k dispozici na naší stránce multi-nástroje. Podívejte se na ni pro vylepšené rozhraní pro práci se stránkami a další funkce! #view pdf -viewPdf.title=Zobrazit PDF +viewPdf.title=View/Edit PDF viewPdf.header=Zobrazit PDF #pageRemover diff --git a/src/main/resources/messages_da_DK.properties b/src/main/resources/messages_da_DK.properties index 14d7ffd7..7db1bd53 100644 --- a/src/main/resources/messages_da_DK.properties +++ b/src/main/resources/messages_da_DK.properties @@ -262,7 +262,7 @@ home.desc=Dit lokalt hostede one-stop-shop for alle dine PDF-behov. home.searchBar=Søg efter funktioner... -home.viewPdf.title=Se PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Se, annotér, tilføj tekst eller billeder viewPdf.tags=se,læs,annotér,tekst,billede @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Se PDF +viewPdf.title=View/Edit PDF viewPdf.header=Se PDF #pageRemover diff --git a/src/main/resources/messages_de_DE.properties b/src/main/resources/messages_de_DE.properties index eda7d0ba..ef442185 100644 --- a/src/main/resources/messages_de_DE.properties +++ b/src/main/resources/messages_de_DE.properties @@ -262,7 +262,7 @@ home.desc=Ihr lokal gehosteter One-Stop-Shop für alle Ihre PDF-Anforderungen. home.searchBar=Suche nach Funktionen... -home.viewPdf.title=PDF anzeigen +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Anzeigen, Kommentieren, Text oder Bilder hinzufügen viewPdf.tags=anzeigen,lesen,kommentieren,text,bild @@ -1035,7 +1035,7 @@ decrypt.success=Datei erfolgreich entschlüsselt. multiTool-advert.message=Diese Funktion ist auch auf unserer PDF-Multitool-Seite verfügbar. Probieren Sie sie aus, denn sie bietet eine verbesserte Benutzeroberfläche und zusätzliche Funktionen! #view pdf -viewPdf.title=PDF anzeigen +viewPdf.title=View/Edit PDF viewPdf.header=PDF anzeigen #pageRemover diff --git a/src/main/resources/messages_el_GR.properties b/src/main/resources/messages_el_GR.properties index 36a3dd2c..554ff22e 100644 --- a/src/main/resources/messages_el_GR.properties +++ b/src/main/resources/messages_el_GR.properties @@ -262,7 +262,7 @@ home.desc=Ο τοπικά φιλοξενούμενος προορισμός σα home.searchBar=Αναζήτηση λειτουργιών... -home.viewPdf.title=Προβολή PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Προβολή, σχολιασμός, προσθήκη κειμένου ή εικόνων viewPdf.tags=προβολή,ανάγνωση,σχολιασμός,κείμενο,εικόνα @@ -1035,7 +1035,7 @@ decrypt.success=Το αρχείο αποκρυπτογραφήθηκε με επ multiTool-advert.message=Αυτή η λειτουργία είναι επίσης διαθέσιμη στη σελίδα πολυεργαλείου μας. Δείτε την για βελτιωμένο περιβάλλον χρήστη σελίδα-προς-σελίδα και επιπλέον λειτουργίες! #view pdf -viewPdf.title=Προβολή PDF +viewPdf.title=View/Edit PDF viewPdf.header=Προβολή PDF #pageRemover diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 3f7320f8..a77d3671 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -262,9 +262,9 @@ home.desc=Your locally hosted one-stop-shop for all your PDF needs. home.searchBar=Search for features... -home.viewPdf.title=View PDF -home.viewPdf.desc=View, annotate, add text or images -viewPdf.tags=view,read,annotate,text,image +home.viewPdf.title=View/Edit PDF +home.viewPdf.desc=View, annotate, draw, add text or images +viewPdf.tags=view,read,annotate,text,image,highlight,edit home.setFavorites=Set Favourites home.hideFavorites=Hide Favourites @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=View PDF +viewPdf.title=View/Edit PDF viewPdf.header=View PDF #pageRemover diff --git a/src/main/resources/messages_en_US.properties b/src/main/resources/messages_en_US.properties index 3268e73a..b1bfeaab 100644 --- a/src/main/resources/messages_en_US.properties +++ b/src/main/resources/messages_en_US.properties @@ -262,9 +262,9 @@ home.desc=Your locally hosted one-stop-shop for all your PDF needs. home.searchBar=Search for features... -home.viewPdf.title=View PDF -home.viewPdf.desc=View, annotate, add text or images -viewPdf.tags=view,read,annotate,text,image +home.viewPdf.title=View/Edit PDF +home.viewPdf.desc=View, annotate, draw, add text or images +viewPdf.tags=view,read,annotate,text,image,highlight,edit home.setFavorites=Set Favourites home.hideFavorites=Hide Favourites @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=View PDF +viewPdf.title=View/Edit PDF viewPdf.header=View PDF #pageRemover diff --git a/src/main/resources/messages_es_ES.properties b/src/main/resources/messages_es_ES.properties index 3bb64e50..0124b9e4 100644 --- a/src/main/resources/messages_es_ES.properties +++ b/src/main/resources/messages_es_ES.properties @@ -262,7 +262,7 @@ home.desc=Su ventanilla única autohospedada para todas sus necesidades PDF home.searchBar=Buscar características... -home.viewPdf.title=Ver PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Ver, anotar, añadir texto o imágenes viewPdf.tags=ver,leer,anotar,texto,imagen @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Ver PDF +viewPdf.title=View/Edit PDF viewPdf.header=Ver PDF #pageRemover diff --git a/src/main/resources/messages_eu_ES.properties b/src/main/resources/messages_eu_ES.properties index c02b3585..2a62b8fa 100644 --- a/src/main/resources/messages_eu_ES.properties +++ b/src/main/resources/messages_eu_ES.properties @@ -262,7 +262,7 @@ home.desc=Zure leihatila bakarra autoostatatua zure PDF behar guztietarako home.searchBar=Search for features... -home.viewPdf.title=View PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=View, annotate, add text or images viewPdf.tags=view,read,annotate,text,image @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=View PDF +viewPdf.title=View/Edit PDF viewPdf.header=View PDF #pageRemover diff --git a/src/main/resources/messages_fa_IR.properties b/src/main/resources/messages_fa_IR.properties index 0f70b562..ffac791c 100644 --- a/src/main/resources/messages_fa_IR.properties +++ b/src/main/resources/messages_fa_IR.properties @@ -262,7 +262,7 @@ home.desc=مغازه‌ همه‌کاره میزبانی‌شده به صورت home.searchBar=جستجو برای ویژگی‌ها... -home.viewPdf.title=مشاهده PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=مشاهده، حاشیه‌نویسی، افزودن متن یا تصاویر viewPdf.tags=مشاهده،خواندن،حاشیه‌نویسی،متن،تصویر @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=این ویژگی همچنین در صفحه ابزار چندگانه ما موجود است. برای رابط کاربری صفحه به صفحه پیشرفته و ویژگی‌های اضافی بررسی کنید! #view pdf -viewPdf.title=مشاهده PDF +viewPdf.title=View/Edit PDF viewPdf.header=مشاهده PDF #pageRemover diff --git a/src/main/resources/messages_fr_FR.properties b/src/main/resources/messages_fr_FR.properties index c37bad26..08a669f5 100644 --- a/src/main/resources/messages_fr_FR.properties +++ b/src/main/resources/messages_fr_FR.properties @@ -262,7 +262,7 @@ home.desc=Votre application Web hébergée localement pour répondre à tous vos home.searchBar=Rechercher des fonctionnalités... -home.viewPdf.title=Visionner le PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Visionner, annoter, ajouter du texte ou des images. viewPdf.tags=visualiser,lire,annoter,texte,image @@ -1035,7 +1035,7 @@ decrypt.success=Fichier déchiffré avec succès. multiTool-advert.message=Cette fonctionnalité est aussi disponible dans la page de l'outil multifonction. Allez-y pour une interface page par page améliorée et des fonctionnalités additionnelles ! #view pdf -viewPdf.title=Visualiser un PDF +viewPdf.title=View/Edit PDF viewPdf.header=Visualiser un PDF #pageRemover diff --git a/src/main/resources/messages_ga_IE.properties b/src/main/resources/messages_ga_IE.properties index fce93407..34b571c5 100644 --- a/src/main/resources/messages_ga_IE.properties +++ b/src/main/resources/messages_ga_IE.properties @@ -262,7 +262,7 @@ home.desc=Do shiopa ilfhreastail arna óstáil go háitiúil do do riachtanais P home.searchBar=Cuardaigh gnéithe... -home.viewPdf.title=Féach PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Féach ar, nótáil, cuir téacs nó íomhánna leis viewPdf.tags=amharc, léamh, anótáil, téacs, íomhá @@ -1035,7 +1035,7 @@ decrypt.success=D'éirigh le díchriptiú an chomhaid. multiTool-advert.message=Tá an ghné seo ar fáil inár leathanach il-uirlisí freisin. Seiceáil é le haghaidh Chomhéadain leathanach ar leathanach feabhsaithe agus gnéithe breise! #view pdf -viewPdf.title=Féach PDF +viewPdf.title=View/Edit PDF viewPdf.header=Féach PDF #pageRemover diff --git a/src/main/resources/messages_hi_IN.properties b/src/main/resources/messages_hi_IN.properties index b932c24a..472b71c6 100644 --- a/src/main/resources/messages_hi_IN.properties +++ b/src/main/resources/messages_hi_IN.properties @@ -262,7 +262,7 @@ home.desc=आपकी सभी PDF आवश्यकताओं के ल home.searchBar=सुविधाएं खोजें... -home.viewPdf.title=PDF देखें +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=देखें, टिप्पणी करें, टेक्स्ट या छवियां जोड़ें viewPdf.tags=देखें,पढ़ें,टिप्पणी,टेक्स्ट,छवि @@ -1035,7 +1035,7 @@ decrypt.success=फ़ाइल सफलतापूर्वक डिक् multiTool-advert.message=यह सुविधा हमारे मल्टी-टूल पृष्ठ में भी उपलब्ध है। बेहतर पृष्ठ-दर-पृष्ठ UI और अतिरिक्त सुविधाओं के लिए इसे देखें! #view pdf -viewPdf.title=PDF देखें +viewPdf.title=View/Edit PDF viewPdf.header=PDF देखें #pageRemover diff --git a/src/main/resources/messages_hr_HR.properties b/src/main/resources/messages_hr_HR.properties index 1646b337..e25d901a 100644 --- a/src/main/resources/messages_hr_HR.properties +++ b/src/main/resources/messages_hr_HR.properties @@ -262,7 +262,7 @@ home.desc=Sve na jednom mjestu za sve vaše PDF potrebe. home.searchBar=Pretraži funkcije... -home.viewPdf.title=Pregledaj PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Pregledaj, komentiraj, dodaj tekst ili slike viewPdf.tags=pregled,čitanje,komentiranje,tekst,slika @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Pogledaj +viewPdf.title=View/Edit PDF viewPdf.header=Pogledaj PDF #pageRemover diff --git a/src/main/resources/messages_hu_HU.properties b/src/main/resources/messages_hu_HU.properties index 61f8454b..e89e8cda 100644 --- a/src/main/resources/messages_hu_HU.properties +++ b/src/main/resources/messages_hu_HU.properties @@ -262,7 +262,7 @@ home.desc=Az Ön helyi PDF-szükségleteinek teljes körű megoldása. home.searchBar=Funkciók keresése... -home.viewPdf.title=PDF megtekintése +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Megtekintés, jegyzetelés, szöveg vagy képek hozzáadása viewPdf.tags=megtekintés,olvasás,jegyzetelés,szöveg,kép @@ -1035,7 +1035,7 @@ decrypt.success=A fájl visszafejtése sikeres. multiTool-advert.message=Ez a funkció elérhető a többfunkciós eszköz oldalon is. Nézze meg a fejlett oldalankénti felületet és további funkciókat! #view pdf -viewPdf.title=PDF megtekintése +viewPdf.title=View/Edit PDF viewPdf.header=PDF megtekintése #pageRemover diff --git a/src/main/resources/messages_id_ID.properties b/src/main/resources/messages_id_ID.properties index 7c359156..4f2cc88c 100644 --- a/src/main/resources/messages_id_ID.properties +++ b/src/main/resources/messages_id_ID.properties @@ -262,7 +262,7 @@ home.desc=Semua kebutuhan PDF Anda, langsung dari komputer lokal Anda. home.searchBar=Mencari fitur... -home.viewPdf.title=Lihat PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Melihat, membuat anotasi, menambahkan teks atau gambar viewPdf.tags=melihat,membaca,membuat anotasi,teks,gambar @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Lihat PDF +viewPdf.title=View/Edit PDF viewPdf.header=Lihat PDF #pageRemover diff --git a/src/main/resources/messages_it_IT.properties b/src/main/resources/messages_it_IT.properties index 896edfee..f17e7f58 100644 --- a/src/main/resources/messages_it_IT.properties +++ b/src/main/resources/messages_it_IT.properties @@ -262,7 +262,7 @@ home.desc=La tua pagina auto-gestita per modificare qualsiasi PDF. home.searchBar=Cerca funzionalità... -home.viewPdf.title=Visualizza PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Visualizza, annota, aggiungi testo o immagini viewPdf.tags=visualizzare,leggere,annotare,testo,immagine @@ -1035,7 +1035,7 @@ decrypt.success=File decrittografato con successo. multiTool-advert.message=Questa funzione è disponibile anche nella nostra pagina multi-strumento. Scoprila per un'interfaccia utente pagina per pagina migliorata e funzionalità aggiuntive! #view pdf -viewPdf.title=Visualizza PDF +viewPdf.title=View/Edit PDF viewPdf.header=Visualizza PDF #pageRemover diff --git a/src/main/resources/messages_ja_JP.properties b/src/main/resources/messages_ja_JP.properties index 1bbe4291..1f0e4d71 100644 --- a/src/main/resources/messages_ja_JP.properties +++ b/src/main/resources/messages_ja_JP.properties @@ -262,7 +262,7 @@ home.desc=PDFのあらゆるニーズに対応するローカルホスティン home.searchBar=機能検索... -home.viewPdf.title=PDFを表示 +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=表示、注釈、テキストや画像の追加 viewPdf.tags=view,read,annotate,text,image @@ -1035,7 +1035,7 @@ decrypt.success=ファイルの暗号化が正常に完了しました。 multiTool-advert.message=この機能は、マルチツールでもご利用いただけます。強化されたページごとのUIと追加機能についてはこちらをご覧ください。 #view pdf -viewPdf.title=PDFを表示 +viewPdf.title=View/Edit PDF viewPdf.header=PDFを表示 #pageRemover diff --git a/src/main/resources/messages_ko_KR.properties b/src/main/resources/messages_ko_KR.properties index 2bd6372f..c102b0fa 100644 --- a/src/main/resources/messages_ko_KR.properties +++ b/src/main/resources/messages_ko_KR.properties @@ -262,7 +262,7 @@ home.desc=PDF 관련 모든 작업을 위한 로컬 호스팅 원스톱 솔루 home.searchBar=기능 검색... -home.viewPdf.title=PDF 보기 +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=보기, 주석 달기, 텍스트 또는 이미지 추가 viewPdf.tags=보기,읽기,주석,텍스트,이미지 @@ -1035,7 +1035,7 @@ decrypt.success=파일이 성공적으로 복호화되었습니다. multiTool-advert.message=이 기능은 멀티 도구 페이지에서도 사용할 수 있습니다. 향상된 페이지별 UI와 추가 기능을 확인해보세요! #view pdf -viewPdf.title=PDF 보기 +viewPdf.title=View/Edit PDF viewPdf.header=PDF 보기 #pageRemover diff --git a/src/main/resources/messages_nl_NL.properties b/src/main/resources/messages_nl_NL.properties index 395b8c11..0820703f 100644 --- a/src/main/resources/messages_nl_NL.properties +++ b/src/main/resources/messages_nl_NL.properties @@ -262,7 +262,7 @@ home.desc=Jouw lokaal gehoste one-stop-shop voor al je PDF-behoeften. home.searchBar=Zoek naar functies... -home.viewPdf.title=PDF bekijken +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Bekijk, annoteer, voeg tekst of afbeeldingen toe viewPdf.tags=bekijken,lezen,annoteren,tekst,afbeelding @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=PDF bekijken +viewPdf.title=View/Edit PDF viewPdf.header=PDF bekijken #pageRemover diff --git a/src/main/resources/messages_no_NB.properties b/src/main/resources/messages_no_NB.properties index e8094a4c..8b820a7b 100644 --- a/src/main/resources/messages_no_NB.properties +++ b/src/main/resources/messages_no_NB.properties @@ -262,7 +262,7 @@ home.desc=Din lokale one-stop-shop for alle dine PDF-behov. home.searchBar=Søk etter funksjoner... -home.viewPdf.title=Vis PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Vis, annoter, legg til tekst eller bilder viewPdf.tags=vis,les,annoter,tekst,bilde @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Vis PDF +viewPdf.title=View/Edit PDF viewPdf.header=Vis PDF #pageRemover diff --git a/src/main/resources/messages_pl_PL.properties b/src/main/resources/messages_pl_PL.properties index 4aed398a..c7575ecc 100644 --- a/src/main/resources/messages_pl_PL.properties +++ b/src/main/resources/messages_pl_PL.properties @@ -262,7 +262,7 @@ home.desc=Twoja lokalna aplikacja do kompleksowej obsługi Twoich potrzeb związ home.searchBar=Szukaj opcji ... -home.viewPdf.title=Podejrzyj PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Wyświetl, adnotuj, dodaj tekst lub obrazy viewPdf.tags=wyświetl,czytaj,adnotuj,tekst,obraz @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Podejrzyj PDF +viewPdf.title=View/Edit PDF viewPdf.header=Podejrzyj PDF #pageRemover diff --git a/src/main/resources/messages_pt_BR.properties b/src/main/resources/messages_pt_BR.properties index 23248088..30a57ee5 100644 --- a/src/main/resources/messages_pt_BR.properties +++ b/src/main/resources/messages_pt_BR.properties @@ -262,7 +262,7 @@ home.desc=Seu tudo-em-um hospedado localmente para tudo relacionado a PDFs home.searchBar=Pesquisar funcionalidades... -home.viewPdf.title=Visualizar PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Visualizar, anotar, adicionar texto ou imagens ao PDF. viewPdf.tags=visualizar,ler,anotar,texto,imagem @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=Esta função também está disponível em Multiferramentas de PDF. Com uma interface mais completa e funções adicionais. #view pdf -viewPdf.title=Visualizar PDF +viewPdf.title=View/Edit PDF viewPdf.header=Visualizar PDF #pageRemover diff --git a/src/main/resources/messages_pt_PT.properties b/src/main/resources/messages_pt_PT.properties index 6712c051..9c0ce181 100644 --- a/src/main/resources/messages_pt_PT.properties +++ b/src/main/resources/messages_pt_PT.properties @@ -262,7 +262,7 @@ home.desc=O seu centro local para todas as suas necessidades de PDF. home.searchBar=Pesquisar funcionalidades... -home.viewPdf.title=Ver PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Ver, anotar, adicionar texto ou imagens viewPdf.tags=ver,ler,anotar,texto,imagem @@ -1035,7 +1035,7 @@ decrypt.success=Ficheiro desencriptado com sucesso. multiTool-advert.message=Esta funcionalidade também está disponível na nossa página multi-ferramenta. Experimente para uma interface melhorada página a página e funcionalidades adicionais! #view pdf -viewPdf.title=Ver PDF +viewPdf.title=View/Edit PDF viewPdf.header=Ver PDF #pageRemover diff --git a/src/main/resources/messages_ro_RO.properties b/src/main/resources/messages_ro_RO.properties index b4b2117d..b12368e7 100644 --- a/src/main/resources/messages_ro_RO.properties +++ b/src/main/resources/messages_ro_RO.properties @@ -262,7 +262,7 @@ home.desc=Un singur punct de oprire găzduit local pentru toate nevoile tale leg home.searchBar=Caută funcționalități... -home.viewPdf.title=Vizualizează PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Vizualizează, adnotează, adaugă text sau imagini viewPdf.tags=vizualizare,citește,adnotează,text,imagine @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Vizualizează PDF +viewPdf.title=View/Edit PDF viewPdf.header=Vizualizează PDF #pageRemover diff --git a/src/main/resources/messages_ru_RU.properties b/src/main/resources/messages_ru_RU.properties index 22310ba1..6e4d1b47 100644 --- a/src/main/resources/messages_ru_RU.properties +++ b/src/main/resources/messages_ru_RU.properties @@ -262,7 +262,7 @@ home.desc=Ваше локальное решение для всех потре home.searchBar=Поиск функций... -home.viewPdf.title=Просмотр PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Просмотр, аннотирование, добавление текста или изображений viewPdf.tags=просмотр,чтение,аннотации,текст,изображение @@ -1035,7 +1035,7 @@ decrypt.success=Файл успешно расшифрован. multiTool-advert.message=Эта функция также доступна на нашей странице мультиинструмента. Попробуйте её для улучшенного постраничного интерфейса и дополнительных возможностей! #view pdf -viewPdf.title=Просмотр PDF +viewPdf.title=View/Edit PDF viewPdf.header=Просмотр PDF #pageRemover diff --git a/src/main/resources/messages_sk_SK.properties b/src/main/resources/messages_sk_SK.properties index 78217098..3c192ce1 100644 --- a/src/main/resources/messages_sk_SK.properties +++ b/src/main/resources/messages_sk_SK.properties @@ -262,7 +262,7 @@ home.desc=Vaša lokálne hostovaná jednorazová zástavka pre všetky potreby P home.searchBar=Vyhľadať funkcie... -home.viewPdf.title=Zobraziť PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Zobraziť, anotovať, pridať text alebo obrázky viewPdf.tags=zobraziť,čítať,anotovať,text,obrázok @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Zobraziť PDF +viewPdf.title=View/Edit PDF viewPdf.header=Zobraziť PDF #pageRemover diff --git a/src/main/resources/messages_sl_SI.properties b/src/main/resources/messages_sl_SI.properties index ea362718..aa18879c 100644 --- a/src/main/resources/messages_sl_SI.properties +++ b/src/main/resources/messages_sl_SI.properties @@ -262,7 +262,7 @@ home.desc=Vaša lokalna trgovina na enem mestu za vse vaše potrebe po PDF-jih. home.searchBar=Išči funkcije... -home.viewPdf.title=Ogled PDF-ja +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Oglejte si, komentirajte, dodajte besedilo ali slike viewPdf.tags=ogled, branje, opomba, besedilo, slika @@ -1035,7 +1035,7 @@ decrypt.success=Datoteka uspešno dešifrirana. multiTool-advert.message=Ta funkcija je na voljo tudi na naši strani z več orodji. Oglejte si izboljšan uporabniški vmesnik od strani do strani in dodatne funkcije! #view pdf -viewPdf.title=Oglejte si PDF +viewPdf.title=View/Edit PDF viewPdf.header=Ogled PDF-ja #pageRemover diff --git a/src/main/resources/messages_sr_LATN_RS.properties b/src/main/resources/messages_sr_LATN_RS.properties index 9c9fd073..078c097d 100644 --- a/src/main/resources/messages_sr_LATN_RS.properties +++ b/src/main/resources/messages_sr_LATN_RS.properties @@ -262,7 +262,7 @@ home.desc=Vaš lokalno hostovan jedinstveni alat za sve vaše potrebe vezane za home.searchBar=Pretraži funkcije... -home.viewPdf.title=Pregledaj PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Pregledaj, anotiraj, dodaj tekst ili slike viewPdf.tags=pregled,čitanje,anotiranje,tekst,slika @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Prikaz +viewPdf.title=View/Edit PDF viewPdf.header=Prikaz PDF-a #pageRemover diff --git a/src/main/resources/messages_sv_SE.properties b/src/main/resources/messages_sv_SE.properties index 5602e53a..4c0c4113 100644 --- a/src/main/resources/messages_sv_SE.properties +++ b/src/main/resources/messages_sv_SE.properties @@ -262,7 +262,7 @@ home.desc=Din lokala one-stop-shop för alla dina PDF-behov. home.searchBar=Sök efter funktioner... -home.viewPdf.title=Visa PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Visa, kommentera, lägg till text eller bilder viewPdf.tags=visa,läs,kommentera,text,bild @@ -1035,7 +1035,7 @@ decrypt.success=Fil avkrypterad. multiTool-advert.message=Denna funktion finns också tillgänglig i vår multi-tool page. Spana in den för bättre sida-för-sida anpassning och ytterligare funktioner! #view pdf -viewPdf.title=Visa PDF +viewPdf.title=View/Edit PDF viewPdf.header=Visa PDF #pageRemover diff --git a/src/main/resources/messages_th_TH.properties b/src/main/resources/messages_th_TH.properties index 729261ed..96c68f1f 100644 --- a/src/main/resources/messages_th_TH.properties +++ b/src/main/resources/messages_th_TH.properties @@ -262,7 +262,7 @@ home.desc=ศูนย์รวมทุกความต้องการข home.searchBar=ค้นหาคุณสมบัติ... -home.viewPdf.title=ดู PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=ดู เพิ่มคำอธิบาย เพิ่มข้อความหรือรูปภาพ viewPdf.tags=ดู, อ่าน, เพิ่มคำอธิบาย, ข้อความ, รูปภาพ @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=ดู PDF +viewPdf.title=View/Edit PDF viewPdf.header=ดู PDF #pageRemover diff --git a/src/main/resources/messages_tr_TR.properties b/src/main/resources/messages_tr_TR.properties index 58df7a55..3ecafba0 100644 --- a/src/main/resources/messages_tr_TR.properties +++ b/src/main/resources/messages_tr_TR.properties @@ -262,7 +262,7 @@ home.desc=Yerel olarak barındırılan tüm PDF ihtiyaçlarınız için tek dura home.searchBar=Özellikleri arayın... -home.viewPdf.title=PDF Görüntüle +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Görüntüleyin, açıklama ekleyin, metin veya resim ekleyin viewPdf.tags=görüntüle,oku,açıklama ekle,metin,görüntü @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=PDF Görüntüle +viewPdf.title=View/Edit PDF viewPdf.header=PDF Görüntüle #pageRemover diff --git a/src/main/resources/messages_uk_UA.properties b/src/main/resources/messages_uk_UA.properties index e8337371..edabc7c1 100644 --- a/src/main/resources/messages_uk_UA.properties +++ b/src/main/resources/messages_uk_UA.properties @@ -262,7 +262,7 @@ home.desc=Ваш локальний універсальний магазин д home.searchBar=Пошук функцій... -home.viewPdf.title=Перегляд PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Перегляд, анотація, додавання тексту або зображень viewPdf.tags=view,read,annotate,text,image @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Переглянути PDF +viewPdf.title=View/Edit PDF viewPdf.header=Переглянути PDF #pageRemover diff --git a/src/main/resources/messages_vi_VN.properties b/src/main/resources/messages_vi_VN.properties index 23277e1e..e3b6d5b1 100644 --- a/src/main/resources/messages_vi_VN.properties +++ b/src/main/resources/messages_vi_VN.properties @@ -262,7 +262,7 @@ home.desc=Giải pháp toàn diện cho mọi nhu cầu về PDF ngay trên máy home.searchBar=Tìm kiếm tính năng... -home.viewPdf.title=Xem PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=Xem, chú thích, thêm văn bản hoặc hình ảnh viewPdf.tags=xem,đọc,chú thích,văn bản,hình ảnh @@ -1035,7 +1035,7 @@ decrypt.success=File decrypted successfully. multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=Xem PDF +viewPdf.title=View/Edit PDF viewPdf.header=Xem PDF #pageRemover diff --git a/src/main/resources/messages_zh_BO.properties b/src/main/resources/messages_zh_BO.properties index 5a5c14e8..be8aae05 100644 --- a/src/main/resources/messages_zh_BO.properties +++ b/src/main/resources/messages_zh_BO.properties @@ -262,7 +262,7 @@ home.desc=ཁྱེད་ཀྱི་ PDF དགོས་མཁོ་ཚང་ home.searchBar=ནུས་པ་འཚོལ་བཤེར། -home.viewPdf.title=PDF ལྟ་བ། +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=ལྟ་བ། མཆན་འགྲེལ། ཡི་གེ་དང་པར་རིས་སྣོན་པ། viewPdf.tags=ལྟ་བ།,ཀློག་པ།,མཆན་འགྲེལ།,ཡི་གེ,པར་རིས། @@ -1035,7 +1035,7 @@ decrypt.success=ཡིག་ཆའི་གསང་སྡོམ་གྲོལ multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! #view pdf -viewPdf.title=PDF ལྟ་བ། +viewPdf.title=View/Edit PDF viewPdf.header=PDF ལྟ་བ། #pageRemover diff --git a/src/main/resources/messages_zh_CN.properties b/src/main/resources/messages_zh_CN.properties index 05fc1743..7261a243 100644 --- a/src/main/resources/messages_zh_CN.properties +++ b/src/main/resources/messages_zh_CN.properties @@ -262,7 +262,7 @@ home.desc=本地部署的一站式服务,满足您的所有 PDF 需求。 home.searchBar=搜索您需要的功能... -home.viewPdf.title=浏览 PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=浏览、注释、添加文本或图像 viewPdf.tags=浏览、阅读、注释、文本、图像 @@ -1035,7 +1035,7 @@ decrypt.success=文件解密成功。 multiTool-advert.message=此功能也适用于我们的“多功能工具页面”。查看它以获得增强的逐页 UI 以及其他功能! #view pdf -viewPdf.title=浏览 PDF +viewPdf.title=View/Edit PDF viewPdf.header=浏览 PDF #pageRemover diff --git a/src/main/resources/messages_zh_TW.properties b/src/main/resources/messages_zh_TW.properties index d14d3303..3547fdad 100644 --- a/src/main/resources/messages_zh_TW.properties +++ b/src/main/resources/messages_zh_TW.properties @@ -262,7 +262,7 @@ home.desc=您的本機一站式 PDF 解決方案。 home.searchBar=搜尋功能... -home.viewPdf.title=檢視 PDF +home.viewPdf.title=View/Edit PDF home.viewPdf.desc=檢視、註釋、新增文字或圖片 viewPdf.tags=檢視,閱讀,註釋,文字,圖片 @@ -1035,7 +1035,7 @@ decrypt.success=檔案已成功解密。 multiTool-advert.message=此功能也可以在我們的複合工具頁面中使用。前往查看並體驗更強大的逐頁操作介面及其他進階功能! #view pdf -viewPdf.title=檢視 PDF +viewPdf.title=View/Edit PDF viewPdf.header=檢視 PDF #pageRemover From f9cf75e247c0da15cb50b273145c616272baa8ea Mon Sep 17 00:00:00 2001 From: albanobattistella <34811668+albanobattistella@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:55:15 +0100 Subject: [PATCH 3/9] Update messages_it_IT.properties (#2993) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- src/main/resources/messages_it_IT.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/messages_it_IT.properties b/src/main/resources/messages_it_IT.properties index f17e7f58..bbd88bd0 100644 --- a/src/main/resources/messages_it_IT.properties +++ b/src/main/resources/messages_it_IT.properties @@ -992,7 +992,7 @@ pdfOrganiser.mode.7=Rimuovi prima pdfOrganiser.mode.8=Rimuovi ultima pdfOrganiser.mode.9=Rimuovi la prima e l'ultima pdfOrganiser.mode.10=Unione pari-dispari -pdfOrganiser.mode.11=Duplicate all pages +pdfOrganiser.mode.11=Duplica tutte le pagine pdfOrganiser.placeholder=(ad es. 1,3,2 o 4-8,2,10-12 o 2n-1) @@ -1035,7 +1035,7 @@ decrypt.success=File decrittografato con successo. multiTool-advert.message=Questa funzione è disponibile anche nella nostra pagina multi-strumento. Scoprila per un'interfaccia utente pagina per pagina migliorata e funzionalità aggiuntive! #view pdf -viewPdf.title=View/Edit PDF +viewPdf.title=Visualizza/Modifica PDF viewPdf.header=Visualizza PDF #pageRemover From 696e5ff9ca96e8b99369de55c00c92d7b7a5dc8a Mon Sep 17 00:00:00 2001 From: IT Creativity + Art Team Date: Wed, 19 Feb 2025 23:40:37 +0200 Subject: [PATCH 4/9] Update messages_bg_BG.properties (#2996) BG lang strings sync # Description of Changes Please provide a summary of the changes, including: - What was changed - the language strings only towards the current ones - Why the change was made - to have an up-to-date translation - Any challenges encountered - none --- ## Checklist ### General - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [x]I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [x]I have performed a self-review of my own code - [x] My changes generate no new warnings ### Documentation - [x]I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [x] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [x] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- src/main/resources/messages_bg_BG.properties | 298 +++++++++---------- 1 file changed, 149 insertions(+), 149 deletions(-) diff --git a/src/main/resources/messages_bg_BG.properties b/src/main/resources/messages_bg_BG.properties index 79c300f6..5f7702b6 100644 --- a/src/main/resources/messages_bg_BG.properties +++ b/src/main/resources/messages_bg_BG.properties @@ -79,10 +79,10 @@ info=Информация pro=Pro page=Страница pages=Страници -loading=Loading... -addToDoc=Add to Document -reset=Reset -apply=Apply +loading=Зареждане на... +addToDoc=Добавяне към документ +reset=Нулиране +apply=Приложи legal.privacy=Политика за поверителност legal.terms=Правила и условия @@ -138,13 +138,13 @@ analytics.settings=Можете да промените настройките # NAVBAR # ############# navbar.favorite=Любими -navbar.recent=New and recently updated +navbar.recent=Нови и наскоро актуализирани navbar.darkmode=Тъмна тема navbar.language=Езици navbar.settings=Настройки navbar.allTools=Инструменти navbar.multiTool=Мулти инструменти -navbar.search=Search +navbar.search=Търсене navbar.sections.organize=Организирайте navbar.sections.convertTo=Преобразуване в PDF navbar.sections.convertFrom=Преобразуване от PDF @@ -240,20 +240,20 @@ database.creationDate=Дата на създаване database.fileSize=Размер на файла database.deleteBackupFile=Изтриване на архивен файл database.importBackupFile=Импортиране на архивен файл -database.createBackupFile=Create Backup File +database.createBackupFile=Създаване на файл с резервно копие database.downloadBackupFile=Изтеглете архивен файл database.info_1=Когато импортирате данни, е от решаващо значение да осигурите правилната структура. Ако не сте сигурни в това, което правите, потърсете съвет и подкрепа от професионалист. Грешка в структурата може да причини неизправност на приложението, включително пълна невъзможност за стартиране на приложението. database.info_2=Името на файла няма значение при качване. След това ще бъде преименуван, за да следва формата backup_user_yyyyMMddHHmm.sql, осигурявайки последователна конвенция за именуване. database.submit=Импортиране на резервно копие database.importIntoDatabaseSuccessed=Импортирането в базата данни бе успешно -database.backupCreated=Database backup successful +database.backupCreated=Успешно архивиране на базата данни database.fileNotFound=Файлът не е намерен database.fileNullOrEmpty=Файлът не трябва да е нулев или празен database.failedImportFile=Неуспешно импортиране на файл -database.notSupported=This function is not available for your database connection. +database.notSupported=Тази функция не е налична за вашата връзка с база данни. session.expired=Вашата сесия е изтекла. Моля, опреснете страницата и опитайте отново. -session.refreshPage=Refresh Page +session.refreshPage=Презареждане на страницата ############# # HOME-PAGE # @@ -262,18 +262,18 @@ home.desc=Вашето локално хоствано обслужване на home.searchBar=Търсене на функции... -home.viewPdf.title=View/Edit PDF +home.viewPdf.title=Преглед/Редактиране PDF home.viewPdf.desc=Преглеждайте, коментирайте, добавяйте текст или изображения viewPdf.tags=преглед,четене,анотиране,текст,изображение -home.setFavorites=Set Favourites -home.hideFavorites=Hide Favourites -home.showFavorites=Show Favourites -home.legacyHomepage=Old homepage -home.newHomePage=Try our new homepage! -home.alphabetical=Alphabetical -home.globalPopularity=Global Popularity -home.sortBy=Sort by: +home.setFavorites=Задаване на предпочитани +home.hideFavorites=Скриване на предпочитани +home.showFavorites=Покажи предпочитани +home.legacyHomepage=Стара начална страница +home.newHomePage=Опитайте новата ни начална страница! +home.alphabetical=По азбучен ред +home.globalPopularity=Световна популярност +home.sortBy=Сортиране по: home.multiTool.title=PDF Мулти инструмент home.multiTool.desc=Обединяване, завъртане, пренареждане и премахване на страници @@ -462,9 +462,9 @@ home.MarkdownToPDF.title=Markdown към PDF home.MarkdownToPDF.desc=Преобразува всеки Markdown файл към PDF MarkdownToPDF.tags=маркиране,уеб-съдържание,трансформация,преобразуване -home.PDFToMarkdown.title=PDF to Markdown -home.PDFToMarkdown.desc=Converts any PDF to Markdown -PDFToMarkdown.tags=markup,web-content,transformation,convert,md +home.PDFToMarkdown.title=PDF към Markdown +home.PDFToMarkdown.desc=Преобразува всеки PDF файл в Markdown +PDFToMarkdown.tags=маркиране, уеб-съдържание, трансформация, конвертиране, MD home.getPdfInfo.title=Вземете ЦЯЛАТА информация от PDF home.getPdfInfo.desc=Взима всяка възможна информация от PDF файлове @@ -489,11 +489,11 @@ home.autoRedact.title=Автоматично редактиране home.autoRedact.desc=Автоматично редактира (зачернява) текст в PDF въз основа на въведен текст autoRedact.tags=Редактиране,Скриване,затъмняване,черен,маркер,скрит -home.redact.title=Manual Redaction -home.redact.desc=Redacts a PDF based on selected text, drawn shapes and/or selected page(s) -redact.tags=Redact,Hide,black out,black,marker,hidden,manual +home.redact.title=Ръчно редактиране +home.redact.desc=Редактиране на PDF файл въз основа на избран текст, нарисувани форми и/или избрана страница(и) +redact.tags=Редактиране, скриване, затъмнение, черно, маркер, скрито, ръчно -home.tableExtraxt.title=PDF в CSV +home.tableExtraxt.title=PDF към CSV home.tableExtraxt.desc=Извлича таблици от PDF, като ги конвертира в CSV tableExtraxt.tags=CSV,извличане на таблица,извличане,конвертиране @@ -533,9 +533,9 @@ home.splitPdfByChapters.title=Разделете PDF по глави home.splitPdfByChapters.desc=Разделете PDF на множество файлове въз основа на неговата структура на глави. splitPdfByChapters.tags=разделяне, глави, отметки, организиране -home.validateSignature.title=Validate PDF Signature -home.validateSignature.desc=Verify digital signatures and certificates in PDF documents -validateSignature.tags=signature,verify,validate,pdf,certificate,digital signature,Validate Signature,Validate certificate +home.validateSignature.title=Валидиране на PDF подпис +home.validateSignature.desc=Проверка на цифрови подписи и сертификати в PDF документи +validateSignature.tags=подпис,проверка,валидиране,pdf,сертификат,цифров подпис,валидиране на подпис,валидиране на сертификат #replace-invert-color replace-color.title=Замени-инвертиране-на-цвят @@ -580,7 +580,7 @@ login.oauth2invalidRequest=Невалидна заявка login.oauth2AccessDenied=Отказан достъп login.oauth2InvalidTokenResponse=Невалиден отговор на токена login.oauth2InvalidIdToken=Невалиден токен за идентификатор -login.relyingPartyRegistrationNotFound=No relying party registration found +login.relyingPartyRegistrationNotFound=Не е открита регистрация на доверяваща се страна login.userIsDisabled=Потребителят е деактивиран, влизането в момента е блокирано с това потребителско име. Моля, свържете се с администратора. login.alreadyLoggedIn=Вече сте влезли в login.alreadyLoggedIn2=устройства. Моля, излезте от устройствата и опитайте отново. @@ -599,31 +599,31 @@ autoRedact.convertPDFToImageLabel=Преобразуване на PDF към PDF autoRedact.submitButton=Изпращане #redact -redact.title=Manual Redaction -redact.header=Manual Redaction -redact.submit=Redact -redact.textBasedRedaction=Text based Redaction -redact.pageBasedRedaction=Page-based Redaction -redact.convertPDFToImageLabel=Convert PDF to PDF-Image (Used to remove text behind the box) -redact.pageRedactionNumbers.title=Pages -redact.pageRedactionNumbers.placeholder=(e.g. 1,2,8 or 4,7,12-16 or 2n-1) -redact.redactionColor.title=Redaction Color -redact.export=Export -redact.upload=Upload -redact.boxRedaction=Box draw redaction -redact.zoom=Zoom -redact.zoomIn=Zoom in -redact.zoomOut=Zoom out -redact.nextPage=Next Page -redact.previousPage=Previous Page -redact.toggleSidebar=Toggle Sidebar -redact.showThumbnails=Show Thumbnails -redact.showDocumentOutline=Show Document Outline (double-click to expand/collapse all items) -redact.showAttatchments=Show Attachments -redact.showLayers=Show Layers (double-click to reset all layers to the default state) -redact.colourPicker=Colour Picker -redact.findCurrentOutlineItem=Find current outline item -redact.applyChanges=Apply Changes +redact.title=Ръчно редактиране +redact.header=Ръчно редактиране +redact.submit=Редактиране +redact.textBasedRedaction=Редактиране на базата на текст +redact.pageBasedRedaction=Редактиране на базата на страници +redact.convertPDFToImageLabel=Конвертиране на PDF в PDF-изображение (използва се за премахване на текста зад полето) +redact.pageRedactionNumbers.title=Страници +redact.pageRedactionNumbers.placeholder=(напр. 1,2,8 или 4,7,12-16 или 2n-1) +redact.redactionColor.title=Цвят на редактиране +redact.export=Експорт +redact.upload=Качване +redact.boxRedaction=Редактиране на рисунката в квадратчето +redact.zoom=Увеличаване +redact.zoomIn=Увеличаване на мащаба +redact.zoomOut=Намаляване на мащаба +redact.nextPage=Следваща страница +redact.previousPage=Предишна страница +redact.toggleSidebar=Превключване на страничната лента +redact.showThumbnails=Показване на миниатюри +redact.showDocumentOutline=Показване на контура на документа (кликнете два пъти, за да разгънете/свиете всички елементи) +redact.showAttatchments=Показване на прикачени файлове +redact.showLayers=Показване на слоеве (щракнете два пъти, за да върнете всички слоеве в състояние по подразбиране) +redact.colourPicker=Избор на цвят +redact.findCurrentOutlineItem=Намиране на текущия елемент от контура +redact.applyChanges=Прилагане на промените #showJS showJS.title=Покажи Javascript @@ -661,9 +661,9 @@ MarkdownToPDF.credit=Използва WeasyPrint #pdf-to-markdown -PDFToMarkdown.title=PDF To Markdown -PDFToMarkdown.header=PDF To Markdown -PDFToMarkdown.submit=Convert +PDFToMarkdown.title=PDF към Markdown +PDFToMarkdown.header=PDF към Markdown +PDFToMarkdown.submit=Преобразуване #url-to-pdf @@ -809,7 +809,7 @@ certSign.showSig=Показване на подпис certSign.reason=Причина certSign.location=Местоположение certSign.name=Име -certSign.showLogo=Show Logo +certSign.showLogo=Покажи лого certSign.submit=Подпишете PDF @@ -844,9 +844,9 @@ compare.highlightColor.2=Цвят на маркирането 2: compare.document.1=Документ 1 compare.document.2=Документ 2 compare.submit=Сравнявай -compare.complex.message=One or both of the provided documents are large files, accuracy of comparison may be reduced -compare.large.file.message=One or Both of the provided documents are too large to process -compare.no.text.message=One or both of the selected PDFs have no text content. Please choose PDFs with text for comparison. +compare.complex.message=Един или и двата предоставени документа са големи файлове, точността на сравнението може да бъде намалена. +compare.large.file.message=Един или и двата предоставени документа са твърде големи за обработка +compare.no.text.message=Един или и двата избрани PDF файла нямат текстово съдържание. Моля, изберете PDF файлове с текст за сравнение. #BookToPDF BookToPDF.title=Книги и комикси в PDF @@ -869,18 +869,18 @@ sign.draw=Начертайте подпис sign.text=Въвеждане на текст sign.clear=Изчисти sign.add=Добави -sign.saved=Saved Signatures -sign.save=Save Signature -sign.personalSigs=Personal Signatures -sign.sharedSigs=Shared Signatures -sign.noSavedSigs=No saved signatures found -sign.addToAll=Add to all pages -sign.delete=Delete -sign.first=First page -sign.last=Last page -sign.next=Next page -sign.previous=Previous page -sign.maintainRatio=Toggle maintain aspect ratio +sign.saved=Съхранени подписи +sign.save=Запазване на подпис +sign.personalSigs=Лични подписи +sign.sharedSigs=Споделени подписи +sign.noSavedSigs=Не са намерени запазени подписи +sign.addToAll=Дибави към всички страници +sign.delete=Изтрий +sign.first=Първа страница +sign.last=Последна страница +sign.next=Следваща страница +sign.previous=Предишна стараница +sign.maintainRatio=Превключване за поддържане на съотношението на страните #repair @@ -952,7 +952,7 @@ compress.title=Компресиране compress.header=Компресиране на PDF compress.credit=Тази услуга използва qpdf за PDF компресиране/оптимизиране. compress.selectText.1=Ръчен режим - от 1 до 5 -compress.selectText.1.1=In optimization levels 6 to 9, in addition to general PDF compression, image resolution is scaled down to further reduce file size. Higher levels result in stronger image compression (up to 50% of the original size), achieving greater size reduction but with potential quality loss in images. +compress.selectText.1.1=При нива на оптимизация от 6 до 9, в допълнение към общото компресиране на PDF, резолюцията на изображението се намалява, за да се намали допълнително размерът на файла. По-високите нива водят до по-силна компресия на изображенията (до 50% от оригиналния размер), като се постига по-голямо намаляване на размера, но с потенциална загуба на качество на изображенията. compress.selectText.2=Ниво на оптимизация: compress.selectText.3=4 (Ужасно за текстови изображения) compress.selectText.4=Автоматичен режим - Автоматично настройва качеството, за да получи PDF с точен размер @@ -992,7 +992,7 @@ pdfOrganiser.mode.7=Премахни първо pdfOrganiser.mode.8=Премахване на последния pdfOrganiser.mode.9=Премахване на първия и последния pdfOrganiser.mode.10=Обединяване на четно и нечетно -pdfOrganiser.mode.11=Duplicate all pages +pdfOrganiser.mode.11=Дублиране на всички страници pdfOrganiser.placeholder=(напр. 1,3,2 или 4-8,2,10-12 или 2n-1) @@ -1000,42 +1000,42 @@ pdfOrganiser.placeholder=(напр. 1,3,2 или 4-8,2,10-12 или 2n-1) multiTool.title=PDF Мулти инструмент multiTool.header=PDF Мулти инструмент multiTool.uploadPrompts=Име на файл -multiTool.selectAll=Select All -multiTool.deselectAll=Deselect All -multiTool.selectPages=Page Select -multiTool.selectedPages=Selected Pages -multiTool.page=Page -multiTool.deleteSelected=Delete Selected -multiTool.downloadAll=Export -multiTool.downloadSelected=Export Selected +multiTool.selectAll=Изберете всички +multiTool.deselectAll=Отмяна на избора на всички +multiTool.selectPages=Избор на страница +multiTool.selectedPages=Избрани страници +multiTool.page=Страница +multiTool.deleteSelected=Изтриване на избраното +multiTool.downloadAll=Експорт +multiTool.downloadSelected=Избрано за експортиране -multiTool.insertPageBreak=Insert Page Break -multiTool.addFile=Add File -multiTool.rotateLeft=Rotate Left -multiTool.rotateRight=Rotate Right -multiTool.split=Split -multiTool.moveLeft=Move Left -multiTool.moveRight=Move Right -multiTool.delete=Delete -multiTool.dragDropMessage=Page(s) Selected -multiTool.undo=Undo -multiTool.redo=Redo +multiTool.insertPageBreak=Вмъкване на прекъсване на страница +multiTool.addFile=Добавяне на файл +multiTool.rotateLeft=Завъртете наляво +multiTool.rotateRight=Завъртете надясно +multiTool.split=Разделяне +multiTool.moveLeft=Преместване наляво +multiTool.moveRight=Преместване надясно +multiTool.delete=Изтрий +multiTool.dragDropMessage=Избран(и) страница(/и) +multiTool.undo=Отмяна на +multiTool.redo=Повтори #decrypt -decrypt.passwordPrompt=This file is password-protected. Please enter the password: -decrypt.cancelled=Operation cancelled for PDF: {0} -decrypt.noPassword=No password provided for encrypted PDF: {0} -decrypt.invalidPassword=Please try again with the correct password. -decrypt.invalidPasswordHeader=Incorrect password or unsupported encryption for PDF: {0} -decrypt.unexpectedError=There was an error processing the file. Please try again. -decrypt.serverError=Server error while decrypting: {0} -decrypt.success=File decrypted successfully. +decrypt.passwordPrompt=Този файл е защитен с парола. Моля, въведете паролата: +decrypt.cancelled=Операцията за PDF е отменена: {0} +decrypt.noPassword=Не е предоставена парола за шифрирания PDF: {0} +decrypt.invalidPassword=Моля, опитайте отново с правилната парола. +decrypt.invalidPasswordHeader=Неправилна парола или неподдържано криптиране за PDF: {0} +decrypt.unexpectedError=Възникна грешка при обработката на файла. Моля, опитайте отново. +decrypt.serverError=Грешка в работата на сървъра повреме на дешифриране: {0} +decrypt.success=Файлът е успешно дешифриран. #multiTool-advert -multiTool-advert.message=This feature is also available in our multi-tool page. Check it out for enhanced page-by-page UI and additional features! +multiTool-advert.message=Тази функция е налична и в нашата страница с множество инструменти. Проверете го за подобрен потребителски интерфейс страница по страница и допълнителни функции! #view pdf -viewPdf.title=View/Edit PDF +viewPdf.title=Преглед/Редактиране на PDF viewPdf.header=Преглед на PDF #pageRemover @@ -1336,51 +1336,51 @@ splitByChapters.desc.4=Разрешаване на дубликати: Ако е splitByChapters.submit=Разделяне на PDF #File Chooser -fileChooser.click=Click -fileChooser.or=or -fileChooser.dragAndDrop=Drag & Drop -fileChooser.dragAndDropPDF=Drag & Drop PDF file -fileChooser.dragAndDropImage=Drag & Drop Image file -fileChooser.hoveredDragAndDrop=Drag & Drop file(s) here +fileChooser.click=Щракнете +fileChooser.or=или +fileChooser.dragAndDrop=Влачете и пуснете +fileChooser.dragAndDropPDF=Влачете и пуснете PDF файл +fileChooser.dragAndDropImage=Влачете и пуснете изображение +fileChooser.hoveredDragAndDrop=Влачете и пуснете файл(ове) тук #release notes -releases.footer=Releases -releases.title=Release Notes -releases.header=Release Notes -releases.current.version=Current Release -releases.note=Release notes are only available in English +releases.footer=Версии +releases.title=Бележки към версиите +releases.header=Бележки към версиите +releases.current.version=Текуща версия +releases.note=Бележките към изданието са налични само на английски език #Validate Signature -validateSignature.title=Validate PDF Signatures -validateSignature.header=Validate Digital Signatures -validateSignature.selectPDF=Select signed PDF file -validateSignature.submit=Validate Signatures -validateSignature.results=Validation Results -validateSignature.status=Status -validateSignature.signer=Signer -validateSignature.date=Date -validateSignature.reason=Reason -validateSignature.location=Location -validateSignature.noSignatures=No digital signatures found in this document -validateSignature.status.valid=Valid -validateSignature.status.invalid=Invalid -validateSignature.chain.invalid=Certificate chain validation failed - cannot verify signer's identity -validateSignature.trust.invalid=Certificate not in trust store - source cannot be verified -validateSignature.cert.expired=Certificate has expired -validateSignature.cert.revoked=Certificate has been revoked -validateSignature.signature.info=Signature Information -validateSignature.signature=Signature -validateSignature.signature.mathValid=Signature is mathematically valid BUT: -validateSignature.selectCustomCert=Custom Certificate File X.509 (Optional) -validateSignature.cert.info=Certificate Details -validateSignature.cert.issuer=Issuer -validateSignature.cert.subject=Subject -validateSignature.cert.serialNumber=Serial Number -validateSignature.cert.validFrom=Valid From -validateSignature.cert.validUntil=Valid Until -validateSignature.cert.algorithm=Algorithm -validateSignature.cert.keySize=Key Size -validateSignature.cert.version=Version -validateSignature.cert.keyUsage=Key Usage -validateSignature.cert.selfSigned=Self-Signed -validateSignature.cert.bits=bits +validateSignature.title=Удостоверяване на PDF подписи +validateSignature.header=Потвърждаване на цифрови подписи +validateSignature.selectPDF=Изберете подписания PDF файл +validateSignature.submit=Потвърждаване на подписите +validateSignature.results=Резултати от валидирането +validateSignature.status=Статус +validateSignature.signer=Подписващ +validateSignature.date=Дата +validateSignature.reason=Причина +validateSignature.location=Местоположение +validateSignature.noSignatures=В този документ не са открити цифрови подписи +validateSignature.status.valid=Валиден +validateSignature.status.invalid=Невалиден +validateSignature.chain.invalid=Удостоверяването на веригата на сертификата е неуспешно - не може да се провери самоличността на подписващия +validateSignature.trust.invalid=Сертификатът не е в хранилището за доверие - източникът не може да бъде проверен +validateSignature.cert.expired=Сертификатът е изтекъл +validateSignature.cert.revoked=Сертификатът е отменен +validateSignature.signature.info=Информация за подписа +validateSignature.signature=Подпис +validateSignature.signature.mathValid=Подписът е математически валиден, НО: +validateSignature.selectCustomCert=Файл със сертификат X.509 по поръчка (по избор) +validateSignature.cert.info=Подробности за сертификата +validateSignature.cert.issuer=Издател +validateSignature.cert.subject=Тема +validateSignature.cert.serialNumber=Сериен номер +validateSignature.cert.validFrom=Валиден от +validateSignature.cert.validUntil=Валиден до +validateSignature.cert.algorithm=Алгоритъм +validateSignature.cert.keySize=Размер на ключ +validateSignature.cert.version=Версия +validateSignature.cert.keyUsage=Предназначение на ключа за използване +validateSignature.cert.selfSigned=Самостоятелно подписан +validateSignature.cert.bits=битове From e145f25ba4f3125a4ac0fe6a000d52be8629132a Mon Sep 17 00:00:00 2001 From: Ludy Date: Wed, 19 Feb 2025 22:41:02 +0100 Subject: [PATCH 5/9] Enhance Java Development Configuration and Code Formatting (#2991) # Description of Changes Please provide a summary of the changes, including: This PR improves Java development settings and code formatting by: - Removing the deprecated `Checkstyle` extension from `.vscode/extensions.json`. - Updating `.vscode/settings.json` with: - Structured formatting for better readability. - Improved Java formatting with `google-java-format`. - Enhanced auto-save behavior. - Additional Java cleanup actions for better code quality. - Optimized project resource filtering. - More precise import sorting and ordering. - Refining `build.gradle` to: - Extend the `importOrder` rule to include `jakarta`, `lombok`, `me`, and `stirling`. - Improve `spotless` formatting configurations. These changes streamline the development workflow, enhance code consistency, and improve maintainability. --- ## Checklist ### General - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [x] I have performed a self-review of my own code - [x] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- .vscode/extensions.json | 1 - .vscode/settings.json | 116 +++++++++++++++++++++++++++++++++++----- build.gradle | 10 ++-- 3 files changed, 108 insertions(+), 19 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 7dc2bc1f..cc11d6a1 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -9,7 +9,6 @@ // "ms-vscode-remote.vscode-remote-extensionpack", // Remote Development Pack for SSH, WSL, and Containers "Oracle.oracle-java", // Oracle Java extension with additional features for Java development "redhat.java", // Java support by Red Hat with IntelliSense, debugging, and code navigation - "shengchen.vscode-checkstyle", // Checkstyle integration for Java code quality checks "streetsidesoftware.code-spell-checker", // Spell checker for code to avoid typos "vmware.vscode-boot-dev-pack", // Developer tools for Spring Boot by VMware "vmware.vscode-spring-boot", // Spring Boot tools by VMware for enhanced Spring development diff --git a/.vscode/settings.json b/.vscode/settings.json index b7ac1b3c..34f41eb4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,57 +2,147 @@ "java.compile.nullAnalysis.mode": "automatic", "files.eol": "auto", "java.configuration.updateBuildConfiguration": "interactive", - "black-formatter.args": ["--line-length", "127"], - "flake8.args": ["--max-line-length", "127"], - "pylint.args": ["max-line-length", "127"], + "black-formatter.args": [ + "--line-length", + "127" + ], + "flake8.args": [ + "--max-line-length", + "127" + ], "[java]": { "editor.tabSize": 4, "editor.detectIndentation": false, - "editor.rulers": [127] + "editor.rulers": [ + 127 + ], + "editor.defaultFormatter": "josevseb.google-java-format-for-vs-code" }, "[python]": { "editor.tabSize": 2, "editor.detectIndentation": false, - "editor.rulers": [127] + "editor.rulers": [ + 127 + ] }, "[gradle-build]": { "editor.tabSize": 4, "editor.detectIndentation": false, - "editor.rulers": [127] + "editor.rulers": [ + 127 + ] }, "[gradle]": { "editor.tabSize": 4, "editor.detectIndentation": false, - "editor.rulers": [127] + "editor.rulers": [ + 127 + ] }, "[html]": { "editor.tabSize": 2, - "editor.rulers": [127], + "editor.rulers": [ + 127 + ], "files.trimFinalNewlines": false, "files.insertFinalNewline": false }, "[javascript]": { "editor.tabSize": 2, - "editor.rulers": [127] + "editor.rulers": [ + 127 + ] }, "[yaml]": { "files.trimFinalNewlines": false, "files.insertFinalNewline": false }, + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, + "files.trimTrailingWhitespace": true, + "files.autoSave": "onFocusChange", + "files.autoSaveWhenNoErrors": true, "diffEditor.maxComputationTime": 0, "editor.wordSegmenterLocales": "", "editor.guides.bracketPairs": "active", "editor.guides.bracketPairsHorizontal": "active", - "files.insertFinalNewline": true, - "files.trimFinalNewlines": true, - "files.trimTrailingWhitespace": true, "editor.indentSize": "tabSize", "editor.stickyScroll.enabled": false, "editor.minimap.enabled": false, "editor.formatOnSave": true, + "editor.insertSpaces": true, "java.format.enabled": true, "java.format.settings.profile": "GoogleStyle", "java.format.settings.google.version": "1.25.2", "java.format.settings.google.mode": "jar-file", - "java.format.settings.google.extra": "--aosp --skip-sorting-imports" + "java.format.settings.google.extra": "--aosp --skip-sorting-imports --skip-javadoc-formatting", + // (DE) Aktiviert Kommentare im Java-Format. + // (EN) Enables comments in Java formatting. + // "java.format.comments.enabled": true, + // (DE) Generiert automatisch Kommentare im Code. + // (EN) Automatically generates comments in code. + // "java.codeGeneration.generateComments": true, + // https://github.com/redhat-developer/vscode-java/blob/master/document/_java.learnMoreAboutCleanUps.md#java-clean-ups + "java.saveActions.cleanup": true, + "java.cleanup.actions": [ + "invertEquals", // Inverts calls to Object.equals(Object) and String.equalsIgnoreCase(String) to avoid useless null pointer exception. + "instanceofPatternMatch" // Replaces instanceof checks with pattern matching. + ], + // (DE) Aktiviert die Code-Vervollständigung für Java. + // (EN) Enables code completion for Java. + "java.completion.engine": "dom", + "java.completion.enabled": true, + "java.completion.importOrder": [ + "java", + "javax", + "org", + "com", + "net", + "io", + "jakarta", + "lombok", + "me", + "stirling", + ], + "java.project.resourceFilters": [ + ".devcontainer/", + ".git/", + ".github/", + ".gradle/", + ".venv/", + ".venv*/", + ".vscode/", + "bin/", + "build/", + "configs/", + "customFiles/", + "docs/", + "exampleYmlFiles", + "gradle/", + "images/", + "logs/", + "pipeline/", + "scripts/", + "testings/", + ".git-blame-ignore-revs", + ".gitattributes", + ".gitignore", + ".pre-commit-config.yaml", + ], + // Enables signature help in Java. + "java.signatureHelp.enabled": true, + // Enables detailed signature help descriptions. + "java.signatureHelp.description.enabled": true, + // Downloads sources for Maven dependencies. + "java.maven.downloadSources": true, + // Enables Gradle project import. + "java.import.gradle.enabled": true, + // Downloads sources for Eclipse projects. + "java.eclipse.downloadSources": true, + // Enables import of the Gradle wrapper. + "java.import.gradle.wrapper.enabled": true, + "spring.initializr.defaultLanguage": "Java", + "spring.initializr.defaultGroupId": "stirling.software.SPDF", + "spring.initializr.defaultArtifactId": "SPDF", + "cSpell.enabled": false, } diff --git a/build.gradle b/build.gradle index 182e91f4..7c13593a 100644 --- a/build.gradle +++ b/build.gradle @@ -260,7 +260,7 @@ spotless { googleJavaFormat("1.25.2").aosp().reorderImports(false) - importOrder("java", "javax", "org", "com", "net", "io") + importOrder("java", "javax", "org", "com", "net", "io", "jakarta", "lombok", "me", "stirling") toggleOffOn() trimTrailingWhitespace() leadingTabsToSpaces() @@ -272,7 +272,7 @@ sonar { properties { property "sonar.projectKey", "Stirling-Tools_Stirling-PDF" property "sonar.organization", "stirling-tools" - + property "sonar.exclusions", "**/build-wrapper-dump.json, src/main/java/org/apache/**, src/main/resources/static/pdfjs/**, src/main/resources/static/pdfjs-legacy/**, src/main/resources/static/js/thirdParty/**" property "sonar.coverage.exclusions", "src/main/java/org/apache/**, src/main/resources/static/pdfjs/**, src/main/resources/static/pdfjs-legacy/**, src/main/resources/static/js/thirdParty/**" property "sonar.cpd.exclusions", "src/main/java/org/apache/**, src/main/resources/static/pdfjs/**, src/main/resources/static/pdfjs-legacy/**, src/main/resources/static/js/thirdParty/**" @@ -297,14 +297,14 @@ dependencies { implementation 'ch.qos.logback:logback-core:1.5.15' implementation 'ch.qos.logback:logback-classic:1.5.15' - - // Exclude vulnerable BouncyCastle version used in tableau + + // Exclude vulnerable BouncyCastle version used in tableau configurations.all { exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on' exclude group: 'org.bouncycastle', module: 'bcutil-jdk15on' exclude group: 'org.bouncycastle', module: 'bcmail-jdk15on' } - + if (System.getenv("STIRLING_PDF_DESKTOP_UI") != "false") { implementation 'org.apache.commons:commons-compress:1.26.0' implementation "me.friwi:jcefmaven:127.3.1" From 69c6544877649e303d1386efeed956fda28bbbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:08:45 +0000 Subject: [PATCH 6/9] Bump io.micrometer:micrometer-core from 1.14.3 to 1.14.4 (#2927) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.14.3 to 1.14.4.
Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.14.4

:lady_beetle: Bug Fixes

  • Log4j2Metrics does not work with multiple registries and non-root loggers #5893
  • Fix LongTaskTimer output for LoggingMeterRegistry #5834
  • Log4j2Metrics creates more MetricsFilter instances than needed #5818
  • Fix unit discrepancy between Timer and FunctionTimer in LoggingMeterRegistry #5816
  • Distribution bucket_counts sum does not equal the count #4868

:notebook_with_decorative_cover: Documentation

  • Remove obviated GraalVM native image compilation section from Stackdriver docs #5819
  • Update Docs with right contract of MeterFilter #5480

:hammer: Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 #5907
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 #5876
  • Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final #5872
  • Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 #5871
  • Bump jersey3 from 3.1.9 to 3.1.10 #5870
  • Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 #5869
  • Bump jetty9 from 9.4.56.v20240826 to 9.4.57.v20241219 #5868
  • Bump dropwizard-metrics from 4.2.29 to 4.2.30 #5867
  • Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 #5895
  • Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #5865

:memo: Tasks

  • Increase sleep time to avoid exemplar sampling rate limiting for openMetricsScrapeWithExemplars() #5908
  • Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatraceSummaryInstrumentsNotUsed() #5900
  • Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() #5899
  • Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() #5894
  • Increase wait duration in PushMeterRegistryTest.closeRespectsInterrupt() #5890
  • Enable TimedAspectTest.pjpFunctionThrows() #5889
  • Add .kotlin to .gitignore #5888
  • Polish #5886
  • Migrate to dependabot auto-merge function #5874
  • Back-port LoggingMeterRegistry tests #5833
  • Bump build machine image to ubuntu-2404:2024.11.1 #5829
  • Bump build JDKs to 21.0.6, 17.0.14, 11.0.26 #5828
  • Upgrade to Gradle Wrapper 8.12.1 #5823

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​izeye

Commits
  • e387558 Merge branch '1.13.x' into 1.14.x
  • f334566 Increase sleep time to avoid exemplar sampling rate limiting for openMetricsS...
  • 94686e8 Merge branch '1.13.x' into 1.14.x
  • 9e4dfbf Migrates post actions to java gh action
  • e44147a Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 (#5907)
  • 7c65ad6 Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatra...
  • f879d3a Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() (#...
  • 20d0a9e Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() (#5894)
  • fd6d438 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5898)
  • 9311c17 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5895)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micrometer:micrometer-core&package-manager=gradle&previous-version=1.14.3&new-version=1.14.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c13593a..7d8a9898 100644 --- a/build.gradle +++ b/build.gradle @@ -408,7 +408,7 @@ dependencies { implementation "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion" implementation "org.bouncycastle:bcpkix-jdk18on:$bouncycastleVersion" implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion" - implementation "io.micrometer:micrometer-core:1.14.3" + implementation "io.micrometer:micrometer-core:1.14.4" implementation group: "com.google.zxing", name: "core", version: "3.5.3" // https://mvnrepository.com/artifact/org.commonmark/commonmark implementation "org.commonmark:commonmark:0.24.0" From 896258f0111ffcfdf43c59b8222743d94cbfb54a Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:10:05 +0000 Subject: [PATCH 7/9] :globe_with_meridians: Sync Translations + Update README Progress Table (#2989) ### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`messages_*.properties`) to reflect changes in the reference file `messages_en_GB.properties`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. #### **2. Update README.md** - Generated the translation progress table in `README.md`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 05060be1..cde8e5c4 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,10 @@ Stirling-PDF currently supports 39 languages! | Arabic (العربية) (ar_AR) | ![89%](https://geps.dev/progress/89) | | Azerbaijani (Azərbaycan Dili) (az_AZ) | ![88%](https://geps.dev/progress/88) | | Basque (Euskara) (eu_ES) | ![51%](https://geps.dev/progress/51) | -| Bulgarian (Български) (bg_BG) | ![85%](https://geps.dev/progress/85) | +| Bulgarian (Български) (bg_BG) | ![99%](https://geps.dev/progress/99) | | Catalan (Català) (ca_CA) | ![80%](https://geps.dev/progress/80) | -| Croatian (Hrvatski) (hr_HR) | ![87%](https://geps.dev/progress/87) | -| Czech (Česky) (cs_CZ) | ![98%](https://geps.dev/progress/98) | +| Croatian (Hrvatski) (hr_HR) | ![86%](https://geps.dev/progress/86) | +| Czech (Česky) (cs_CZ) | ![97%](https://geps.dev/progress/97) | | Danish (Dansk) (da_DK) | ![85%](https://geps.dev/progress/85) | | Dutch (Nederlands) (nl_NL) | ![85%](https://geps.dev/progress/85) | | English (English) (en_GB) | ![100%](https://geps.dev/progress/100) | @@ -142,15 +142,15 @@ Stirling-PDF currently supports 39 languages! | Polish (Polski) (pl_PL) | ![85%](https://geps.dev/progress/85) | | Portuguese (Português) (pt_PT) | ![97%](https://geps.dev/progress/97) | | Portuguese Brazilian (Português) (pt_BR) | ![98%](https://geps.dev/progress/98) | -| Romanian (Română) (ro_RO) | ![81%](https://geps.dev/progress/81) | -| Russian (Русский) (ru_RU) | ![98%](https://geps.dev/progress/98) | +| Romanian (Română) (ro_RO) | ![80%](https://geps.dev/progress/80) | +| Russian (Русский) (ru_RU) | ![97%](https://geps.dev/progress/97) | | Serbian Latin alphabet (Srpski) (sr_LATN_RS) | ![63%](https://geps.dev/progress/63) | | Simplified Chinese (简体中文) (zh_CN) | ![99%](https://geps.dev/progress/99) | | Slovakian (Slovensky) (sk_SK) | ![74%](https://geps.dev/progress/74) | -| Slovenian (Slovenščina) (sl_SI) | ![97%](https://geps.dev/progress/97) | -| Spanish (Español) (es_ES) | ![87%](https://geps.dev/progress/87) | +| Slovenian (Slovenščina) (sl_SI) | ![96%](https://geps.dev/progress/96) | +| Spanish (Español) (es_ES) | ![86%](https://geps.dev/progress/86) | | Swedish (Svenska) (sv_SE) | ![92%](https://geps.dev/progress/92) | -| Thai (ไทย) (th_TH) | ![86%](https://geps.dev/progress/86) | +| Thai (ไทย) (th_TH) | ![85%](https://geps.dev/progress/85) | | Tibetan (བོད་ཡིག་) (zh_BO) | ![94%](https://geps.dev/progress/94) | | Traditional Chinese (繁體中文) (zh_TW) | ![98%](https://geps.dev/progress/98) | | Turkish (Türkçe) (tr_TR) | ![82%](https://geps.dev/progress/82) | From 11a5b2e79fcd2ba4aca445eeb8fc11676a207a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:17:42 +0000 Subject: [PATCH 8/9] Bump actions/create-github-app-token from 1.11.2 to 1.11.3 (#2878) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.2 to 1.11.3.
Release notes

Sourced from actions/create-github-app-token's releases.

v1.11.3

1.11.3 (2025-02-04)

Bug Fixes

Commits
  • 67e27a7 build(release): 1.11.3 [skip ci]
  • 8e85a3c fix(deps): bump the production-dependencies group with 3 updates (#203)
  • See full diff in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-github-app-token&package-manager=github_actions&previous-version=1.11.2&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Co-authored-by: Ludy --- .github/workflows/licenses-update.yml | 2 +- .github/workflows/pre_commit.yml | 2 +- .github/workflows/sync_files.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index 6eb89c41..2db7e023 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -24,7 +24,7 @@ jobs: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 + uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index 161be517..9398feb4 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -22,7 +22,7 @@ jobs: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 + uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/sync_files.yml b/.github/workflows/sync_files.yml index 690734df..e415ba67 100644 --- a/.github/workflows/sync_files.yml +++ b/.github/workflows/sync_files.yml @@ -30,7 +30,7 @@ jobs: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 + uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -63,7 +63,7 @@ jobs: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 + uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} From 505c4bd2a7a1ebaf589ab8c7d8687c3ca5a6caca Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:36:07 +0000 Subject: [PATCH 9/9] Update 3rd Party Licenses (#2997) Auto-generated by StirlingBot Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> --- src/main/resources/static/3rdPartyLicenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index b56f77c8..0cd33d7c 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -560,7 +560,7 @@ { "moduleName": "io.micrometer:micrometer-core", "moduleUrl": "https://github.com/micrometer-metrics/micrometer", - "moduleVersion": "1.14.3", + "moduleVersion": "1.14.4", "moduleLicense": "The Apache Software License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" },