Compare commits

..

5 Commits

Author SHA1 Message Date
dependabot[bot]
499dd12892
Bump github/codeql-action from 3.28.18 to 3.28.19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.28.19.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ff0a06e83c...fca7ace96b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 07:12:22 +00:00
stirlingbot[bot]
3c507eb303
🌐 Sync Translations + Update README Progress Table (#3685)
### 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>
2025-06-12 18:30:53 +01:00
Balázs Szücs
0ee52a4181
Update Hungarian translations for language names and EML to PDF functionality (#3662)
# Description of Changes
This pull request updates the Hungarian localization file
(`messages_hu_HU.properties`) with corrected translations and
improvements in language consistency. The most significant changes
include revising language names to their Hungarian equivalents and
updating the descriptions and labels for the "Email to PDF" feature.

### Localization Updates:

* **Language Names**: Updated all language names to their Hungarian
equivalents for better localization consistency (e.g., `lang.eng=angol`
for English).

* **"Email to PDF" Feature**: Rewritten descriptions, titles, and labels
for the "Email to PDF" functionality to provide accurate Hungarian
translations (e.g., `home.EMLToPDF.desc=E-mail (EML) fájlok konvertálása
PDF formátumba, beleértve a fejléceket, törzset és beágyazott képeket`).
---

## Checklist

### General

- [x] 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)
- [x] 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)
- [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.
2025-06-12 18:29:45 +01:00
thiagoor-cpu
d1b677726b
Update messages_pt_BR.properties (#3676)
Up-to-date PT-BR Translation

# Description of Changes

Up-to-date PT-BR Translation

---

## 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.

Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2025-06-12 16:14:10 +01:00
Anthony Stirling
0cbe7fe255
Update check_language_properties.py (#3684)
# 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.
2025-06-12 16:03:29 +01:00
4 changed files with 192 additions and 192 deletions

View File

@ -196,7 +196,7 @@ def check_for_differences(reference_file, file_list, branch, actor):
if len(file_list) == 1:
file_arr = file_list[0].split()
base_dir = os.path.abspath(os.path.join(os.getcwd(), "src", "main", "resources"))
base_dir = os.path.abspath(os.path.join(os.getcwd(), "stirling-pdf", "src", "main", "resources"))
for file_path in file_arr:
file_normpath = os.path.normpath(file_path)
@ -216,10 +216,10 @@ def check_for_differences(reference_file, file_list, branch, actor):
or (
# only local windows command
not file_normpath.startswith(
os.path.join("", "src", "main", "resources", "messages_")
os.path.join("", "stirling-pdf", "src", "main", "resources", "messages_")
)
and not file_normpath.startswith(
os.path.join(os.getcwd(), "src", "main", "resources", "messages_")
os.path.join(os.getcwd(), "stirling-pdf", "src", "main", "resources", "messages_")
)
)
or not file_normpath.endswith(".properties")
@ -377,7 +377,7 @@ if __name__ == "__main__":
else:
file_list = glob.glob(
os.path.join(
os.getcwd(), "src", "main", "resources", "messages_*.properties"
os.getcwd(), "stirling-pdf", "src", "main", "resources", "messages_*.properties"
)
)
update_missing_keys(args.reference_file, file_list)

View File

@ -131,7 +131,7 @@ Stirling-PDF currently supports 40 languages!
| German (Deutsch) (de_DE) | ![93%](https://geps.dev/progress/93) |
| Greek (Ελληνικά) (el_GR) | ![75%](https://geps.dev/progress/75) |
| Hindi (हिंदी) (hi_IN) | ![75%](https://geps.dev/progress/75) |
| Hungarian (Magyar) (hu_HU) | ![86%](https://geps.dev/progress/86) |
| Hungarian (Magyar) (hu_HU) | ![95%](https://geps.dev/progress/95) |
| Indonesian (Bahasa Indonesia) (id_ID) | ![69%](https://geps.dev/progress/69) |
| Irish (Gaeilge) (ga_IE) | ![76%](https://geps.dev/progress/76) |
| Italian (Italiano) (it_IT) | ![87%](https://geps.dev/progress/87) |
@ -141,7 +141,7 @@ Stirling-PDF currently supports 40 languages!
| Persian (فارسی) (fa_IR) | ![72%](https://geps.dev/progress/72) |
| Polish (Polski) (pl_PL) | ![80%](https://geps.dev/progress/80) |
| Portuguese (Português) (pt_PT) | ![76%](https://geps.dev/progress/76) |
| Portuguese Brazilian (Português) (pt_BR) | ![81%](https://geps.dev/progress/81) |
| Portuguese Brazilian (Português) (pt_BR) | ![84%](https://geps.dev/progress/84) |
| Romanian (Română) (ro_RO) | ![64%](https://geps.dev/progress/64) |
| Russian (Русский) (ru_RU) | ![76%](https://geps.dev/progress/76) |
| Serbian Latin alphabet (Srpski) (sr_LATN_RS) | ![49%](https://geps.dev/progress/49) |

View File

@ -5,135 +5,135 @@
language.direction=ltr
# Language names for reuse throughout the application
lang.afr=Afrikaans
lang.amh=Amharic
lang.ara=Arabic
lang.asm=Assamese
lang.aze=Azerbaijani
lang.aze_cyrl=Azerbaijani (Cyrillic)
lang.bel=Belarusian
lang.ben=Bengali
lang.bod=Tibetan
lang.bos=Bosnian
lang.bre=Breton
lang.bul=Bulgarian
lang.cat=Catalan
lang.ceb=Cebuano
lang.ces=Czech
lang.chi_sim=Chinese (Simplified)
lang.chi_sim_vert=Chinese (Simplified, Vertical)
lang.chi_tra=Chinese (Traditional)
lang.chi_tra_vert=Chinese (Traditional, Vertical)
lang.chr=Cherokee
lang.cos=Corsican
lang.cym=Welsh
lang.dan=Danish
lang.dan_frak=Danish (Fraktur)
lang.deu=German
lang.deu_frak=German (Fraktur)
lang.div=Divehi
lang.dzo=Dzongkha
lang.ell=Greek
lang.eng=English
lang.enm=English, Middle (1100-1500)
lang.epo=Esperanto
lang.equ=Math / equation detection module
lang.est=Estonian
lang.eus=Basque
lang.fao=Faroese
lang.fas=Persian
lang.fil=Filipino
lang.fin=Finnish
lang.fra=French
lang.frk=Frankish
lang.frm=French, Middle (ca.1400-1600)
lang.fry=Western Frisian
lang.gla=Scottish Gaelic
lang.gle=Irish
lang.glg=Galician
lang.grc=Ancient Greek
lang.guj=Gujarati
lang.hat=Haitian, Haitian Creole
lang.heb=Hebrew
lang.hin=Hindi
lang.hrv=Croatian
lang.hun=Hungarian
lang.hye=Armenian
lang.iku=Inuktitut
lang.ind=Indonesian
lang.isl=Icelandic
lang.ita=Italian
lang.ita_old=Italian (Old)
lang.jav=Javanese
lang.jpn=Japanese
lang.jpn_vert=Japanese (Vertical)
lang.kan=Kannada
lang.kat=Georgian
lang.kat_old=Georgian (Old)
lang.kaz=Kazakh
lang.khm=Central Khmer
lang.kir=Kirghiz, Kyrgyz
lang.kmr=Northern Kurdish
lang.kor=Korean
lang.kor_vert=Korean (Vertical)
lang.lao=Lao
lang.lat=Latin
lang.lav=Latvian
lang.lit=Lithuanian
lang.ltz=Luxembourgish
lang.mal=Malayalam
lang.mar=Marathi
lang.mkd=Macedonian
lang.mlt=Maltese
lang.mon=Mongolian
lang.mri=Maori
lang.msa=Malay
lang.mya=Burmese
lang.nep=Nepali
lang.nld=Dutch; Flemish
lang.nor=Norwegian
lang.oci=Occitan (post 1500)
lang.ori=Oriya
lang.osd=Orientation and script detection module
lang.pan=Panjabi, Punjabi
lang.pol=Polish
lang.por=Portuguese
lang.pus=Pushto, Pashto
lang.que=Quechua
lang.ron=Romanian, Moldavian, Moldovan
lang.rus=Russian
lang.san=Sanskrit
lang.sin=Sinhala, Sinhalese
lang.slk=Slovak
lang.slk_frak=Slovak (Fraktur)
lang.slv=Slovenian
lang.snd=Sindhi
lang.spa=Spanish
lang.spa_old=Spanish (Old)
lang.sqi=Albanian
lang.srp=Serbian
lang.srp_latn=Serbian (Latin)
lang.sun=Sundanese
lang.swa=Swahili
lang.swe=Swedish
lang.syr=Syriac
lang.tam=Tamil
lang.tat=Tatar
lang.tel=Telugu
lang.tgk=Tajik
lang.tgl=Tagalog
lang.tha=Thai
lang.tir=Tigrinya
lang.ton=Tonga (Tonga Islands)
lang.tur=Turkish
lang.uig=Uighur, Uyghur
lang.ukr=Ukrainian
lang.urd=Urdu
lang.uzb=Uzbek
lang.uzb_cyrl=Uzbek (Cyrillic)
lang.vie=Vietnamese
lang.yid=Yiddish
lang.yor=Yoruba
lang.afr=afrikaans
lang.amh=amhara
lang.ara=arab
lang.asm=asszámi
lang.aze=azeri
lang.aze_cyrl=azeri (cirill)
lang.bel=belarusz
lang.ben=bengáli
lang.bod=tibeti
lang.bos=bosnyák
lang.bre=breton
lang.bul=bolgár
lang.cat=katalán
lang.ceb=cebuano
lang.ces=cseh
lang.chi_sim=kínai (egyszerűsített)
lang.chi_sim_vert=kínai (egyszerűsített, függőleges)
lang.chi_tra=kínai (hagyományos)
lang.chi_tra_vert=kínai (hagyományos, függőleges)
lang.chr=cseroki
lang.cos=korzikai
lang.cym=walesi
lang.dan=dán
lang.dan_frak=dán (fraktúr)
lang.deu=német
lang.deu_frak=német (fraktúr)
lang.div=divehi
lang.dzo=dzongkha
lang.ell=görög
lang.eng=angol
lang.enm=középangol (1100-1500)
lang.epo=eszperantó
lang.equ=matematikai / egyenletfelismerő modul
lang.est=észt
lang.eus=baszk
lang.fao=feröeri
lang.fas=perzsa
lang.fil=filippínó
lang.fin=finn
lang.fra=francia
lang.frk=frank
lang.frm=középfrancia (kb. 1400-1600)
lang.fry=nyugati fríz
lang.gla=skót gael
lang.gle=ír
lang.glg=galíciai
lang.grc=ógörög
lang.guj=gudzsaráti
lang.hat=haiti kreol
lang.heb=héber
lang.hin=hindi
lang.hrv=horvát
lang.hun=magyar
lang.hye=örmény
lang.iku=inuktitut
lang.ind=indonéz
lang.isl=izlandi
lang.ita=olasz
lang.ita_old=óolasz
lang.jav=jávai
lang.jpn=japán
lang.jpn_vert=japán (függőleges)
lang.kan=kannada
lang.kat=grúz
lang.kat_old=ógrúz
lang.kaz=kazah
lang.khm=közép-khmer
lang.kir=kirgiz
lang.kmr=északi kurd
lang.kor=koreai
lang.kor_vert=koreai (függőleges)
lang.lao=laoszi
lang.lat=latin
lang.lav=lett
lang.lit=litván
lang.ltz=luxemburgi
lang.mal=malajálam
lang.mar=maráthi
lang.mkd=macedón
lang.mlt=máltai
lang.mon=mongol
lang.mri=maori
lang.msa=maláj
lang.mya=burmai
lang.nep=nepáli
lang.nld=holland; flamand
lang.nor=norvég
lang.oci=okcitán (1500 után)
lang.ori=orija
lang.osd=Tájolás- és írásfelismerő modul
lang.pan=pandzsábi
lang.pol=lengyel
lang.por=portugál
lang.pus=pastu
lang.que=kecsua
lang.ron=román; moldáv
lang.rus=orosz
lang.san=szanszkrit
lang.sin=szingaléz
lang.slk=szlovák
lang.slk_frak=szlovák (fraktúr)
lang.slv=szlovén
lang.snd=szindhi
lang.spa=spanyol
lang.spa_old=óspanyol
lang.sqi=albán
lang.srp=szerb
lang.srp_latn=szerb (latin)
lang.sun=szundanéz
lang.swa=szuahéli
lang.swe=svéd
lang.syr=szír
lang.tam=tamil
lang.tat=tatár
lang.tel=telugu
lang.tgk=tadzsik
lang.tgl=tagalog
lang.tha=thai
lang.tir=tigrinya
lang.ton=tongai (Tonga-szigetek)
lang.tur=török
lang.uig=ujgur
lang.ukr=ukrán
lang.urd=urdu
lang.uzb=üzbég
lang.uzb_cyrl=üzbég (cirill)
lang.vie=vietnámi
lang.yid=jiddis
lang.yor=joruba
addPageNumbers.fontSize=Betűméret
addPageNumbers.fontName=Betűtípus
@ -664,21 +664,21 @@ home.HTMLToPDF.desc=HTML fájl vagy ZIP konvertálása PDF-be
HTMLToPDF.tags=jelölőnyelv,webtartalom,átalakítás,konvertálás
#eml-to-pdf
home.EMLToPDF.title=Email to PDF
home.EMLToPDF.desc=Converts email (EML) files to PDF format including headers, body, and inline images
EMLToPDF.tags=email,conversion,eml,message,transformation,convert,mail
home.EMLToPDF.title=E-mail PDF-be
home.EMLToPDF.desc=E-mail (EML) fájlok konvertálása PDF formátumba, beleértve a fejléceket, törzset és beágyazott képeket
EMLToPDF.tags=e-mail,konverzió,eml,üzenet,átalakítás,konvertálás,levél
EMLToPDF.title=Email To PDF
EMLToPDF.header=Email To PDF
EMLToPDF.submit=Convert
EMLToPDF.downloadHtml=Download HTML intermediate file instead of PDF
EMLToPDF.downloadHtmlHelp=This allows you to see the HTML version before PDF conversion and can help debug formatting issues
EMLToPDF.includeAttachments=Include attachments in PDF
EMLToPDF.maxAttachmentSize=Maximum attachment size (MB)
EMLToPDF.help=Converts email (EML) files to PDF format including headers, body, and inline images
EMLToPDF.troubleshootingTip1=Email to HTML is a more reliable process, so with batch-processing it is recommended to save both
EMLToPDF.troubleshootingTip2=With a small number of Emails, if the PDF is malformed, you can download HTML and override some of the problematic HTML/CSS code.
EMLToPDF.troubleshootingTip3=Embeddings, however, do not work with HTMLs
EMLToPDF.title=E-mail PDF-be
EMLToPDF.header=E-mail PDF-be
EMLToPDF.submit=Konvertálás
EMLToPDF.downloadHtml=HTML köztes fájl letöltése PDF helyett
EMLToPDF.downloadHtmlHelp=Ez lehetővé teszi a HTML verzió megtekintését a PDF konverzió előtt, és segíthet a formázási problémák hibakeresésében
EMLToPDF.includeAttachments=Mellékletek belefoglalása a PDF-be
EMLToPDF.maxAttachmentSize=Maximális mellékletméret (MB)
EMLToPDF.help=E-mail (EML) fájlok konvertálása PDF formátumba, beleértve a fejléceket, törzset és beágyazott képeket
EMLToPDF.troubleshootingTip1=Az e-mail HTML-be konvertálása megbízhatóbb folyamat, ezért nagy mennyiségű feldolgozás esetén ajánlott mindkettőt menteni
EMLToPDF.troubleshootingTip2=Kis számú e-mail esetén, ha a PDF hibásan formázott, letöltheti a HTML-t, és felülírhatja a problémás HTML/CSS kódot.
EMLToPDF.troubleshootingTip3=A beágyazások azonban nem működnek HTML-ekkel
home.MarkdownToPDF.title=Markdown konvertálása PDF-be
home.MarkdownToPDF.desc=Markdown fájl konvertálása PDF-be

View File

@ -538,9 +538,9 @@ home.compressPdfs.title=Comprimir
home.compressPdfs.desc=Comprimir PDFs para reduzir o tamanho do arquivo.
compressPdfs.tags=compactar,pequeno,mínimo
home.unlockPDFForms.title=Unlock PDF Forms
home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document.
unlockPDFForms.tags=remove,delete,form,field,readonly
home.unlockPDFForms.title=Desbloquear Formulários do PDF
home.unlockPDFForms.desc=Remove a propriedade de apenas leitura de formulários em um documento PDF.
unlockPDFForms.tags=remoção,apagar,formulario,campo,apenasleitura
home.changeMetadata.title=Alterar Metadados
home.changeMetadata.desc=Alterar/remover/adicionar metadados de um PDF.
@ -664,21 +664,21 @@ home.HTMLToPDF.desc=Converter qualquer arquivo HTML ou zip para PDF.
HTMLToPDF.tags=marcação,conteúdo-web,transformação,converter
#eml-to-pdf
home.EMLToPDF.title=Email to PDF
home.EMLToPDF.desc=Converts email (EML) files to PDF format including headers, body, and inline images
EMLToPDF.tags=email,conversion,eml,message,transformation,convert,mail
home.EMLToPDF.title=Email para PDF
home.EMLToPDF.desc=Converte arquivos de email (EML) para o formato PDF, incluindo cabecalhos, corpo e imagens.
EMLToPDF.tags=email,conversao,eml,mensagem,transformacao,conversao
EMLToPDF.title=Email To PDF
EMLToPDF.header=Email To PDF
EMLToPDF.submit=Convert
EMLToPDF.downloadHtml=Download HTML intermediate file instead of PDF
EMLToPDF.downloadHtmlHelp=This allows you to see the HTML version before PDF conversion and can help debug formatting issues
EMLToPDF.includeAttachments=Include attachments in PDF
EMLToPDF.maxAttachmentSize=Maximum attachment size (MB)
EMLToPDF.help=Converts email (EML) files to PDF format including headers, body, and inline images
EMLToPDF.troubleshootingTip1=Email to HTML is a more reliable process, so with batch-processing it is recommended to save both
EMLToPDF.troubleshootingTip2=With a small number of Emails, if the PDF is malformed, you can download HTML and override some of the problematic HTML/CSS code.
EMLToPDF.troubleshootingTip3=Embeddings, however, do not work with HTMLs
EMLToPDF.title=Email para PDF
EMLToPDF.header=Email para PDF
EMLToPDF.submit=Converter
EMLToPDF.downloadHtml=Download do arquivo intermediário HTML ao invés do PDF
EMLToPDF.downloadHtmlHelp=Com isso, é possível ver a versão HTML antes da conversão para PDF e pode ajudar a detectar problemas de formatação
EMLToPDF.includeAttachments=Incluir anexos no PDF
EMLToPDF.maxAttachmentSize=Tamanho máximo de anexos (MB)
EMLToPDF.help=Converte arquivos de email (EML) para o formato PDF, incluindo cabeçalhos, corpo e imagens.
EMLToPDF.troubleshootingTip1=Email para HTML é um processo mais confiável, desta forma, com processamento em lotes é recomendado salvar ambos.
EMLToPDF.troubleshootingTip2=Em uma quantidade pequena de emails, se o PDF está mal formatado, você pode realizar o download do HTML e substituir o código HTML/CSS problemático.
EMLToPDF.troubleshootingTip3=Incorporações, porém, não funcionam com HTMLs.
home.MarkdownToPDF.title=Markdown para PDF
home.MarkdownToPDF.desc=Converte qualquer arquivo Markdown para PDF.
@ -799,7 +799,7 @@ login.userIsDisabled=O usuário está desativado, o login está atualmente bloqu
login.alreadyLoggedIn=Você já está conectado em
login.alreadyLoggedIn2=aparelhos. Por favor saia dos aparelhos e tente novamente.
login.toManySessions=Você tem muitas sessões ativas
login.logoutMessage=You have been logged out.
login.logoutMessage=Você foi desconectado.
#auto-redact
autoRedact.title=Ocultação de Texto Automática
@ -865,28 +865,28 @@ getPdfInfo.title=Obter Informações do PDF
getPdfInfo.header=Obter Informações do PDF
getPdfInfo.submit=Obter Informações
getPdfInfo.downloadJson=Baixar JSON
getPdfInfo.summary=PDF Summary
getPdfInfo.summary.encrypted=This PDF is encrypted so may face issues with some applications
getPdfInfo.summary.permissions=This PDF has {0} restricted permissions which may limit what you can do with it
getPdfInfo.summary.compliance=This PDF complies with the {0} standard
getPdfInfo.summary.basicInfo=Basic Information
getPdfInfo.summary.docInfo=Document Information
getPdfInfo.summary.encrypted.alert=Encrypted PDF - This document is password protected
getPdfInfo.summary.not.encrypted.alert=Unencrypted PDF - No password protection
getPdfInfo.summary.permissions.alert=Restricted Permissions - {0} actions are not allowed
getPdfInfo.summary.all.permissions.alert=All Permissions Allowed
getPdfInfo.summary.compliance.alert={0} Compliant
getPdfInfo.summary.no.compliance.alert=No Compliance Standards
getPdfInfo.summary.security.section=Security Status
getPdfInfo.section.BasicInfo=Basic Information about the PDF document including file size, page count, and language
getPdfInfo.section.Metadata=Document metadata including title, author, creation date and other document properties
getPdfInfo.section.DocumentInfo=Technical details about the PDF document structure and version
getPdfInfo.section.Compliancy=PDF standards compliance information (PDF/A, PDF/X, etc.)
getPdfInfo.section.Encryption=Security and encryption details of the document
getPdfInfo.section.Permissions=Document permission settings that control what actions can be performed
getPdfInfo.section.Other=Additional document components like bookmarks, layers, and embedded files
getPdfInfo.section.FormFields=Interactive form fields present in the document
getPdfInfo.section.PerPageInfo=Detailed information about each page in the document
getPdfInfo.summary=Resumo do PDF
getPdfInfo.summary.encrypted=Este PDF é criptografado, logo, pode ter problemas com certas aplicações
getPdfInfo.summary.permissions=Este PDF tem {0} permissões restritas, que podem limitar o que você pode fazer com ele
getPdfInfo.summary.compliance=Este PDF está em conformidade com os padrões {0}
getPdfInfo.summary.basicInfo=Informações Básicas
getPdfInfo.summary.docInfo=Informações do Documento
getPdfInfo.summary.encrypted.alert=PDF Criptografado - Este documento é protegido por senha
getPdfInfo.summary.not.encrypted.alert=PDF não Criptografado - Sem proteção por senha
getPdfInfo.summary.permissions.alert=Permissões Restritas - {0} ações não são permitidas
getPdfInfo.summary.all.permissions.alert=Todas as Permissões Permitidas
getPdfInfo.summary.compliance.alert={0} Compatível
getPdfInfo.summary.no.compliance.alert=Sem Padrões de Conformidade
getPdfInfo.summary.security.section=Situação de Segurança
getPdfInfo.section.BasicInfo=Informações básicas sobre o PDF, incluindo tamanho do arquivo, número de páginas e idioma
getPdfInfo.section.Metadata=Metadados do documento, incluindo: título, autor, data de criação e outras propriedades dele
getPdfInfo.section.DocumentInfo=Detalhes técnicos sobre a estrutura e versão do documento PDF
getPdfInfo.section.Compliancy=Informações dos padrões de conformidade de PDF (PDF/A, PDF/X, etc.)
getPdfInfo.section.Encryption=Detalhes de segurança e criptografia do documento
getPdfInfo.section.Permissions=Configurações de permissão do documento, que controlam quais ações podem ser realizadas
getPdfInfo.section.Other=Informações adicionais do documento, como favoritos, camadas, e arquivos embutidos
getPdfInfo.section.FormFields=Campos interativos presentes no documento
getPdfInfo.section.PerPageInfo=Informações detalhadas sobre cada página presente no documento
#markdown-to-pdf
@ -1410,9 +1410,9 @@ changeMetadata.selectText.5=Adicionar Entrada de Metadados Personalizada
changeMetadata.submit=Alterar
#unlockPDFForms
unlockPDFForms.title=Remove Read-Only from Form Fields
unlockPDFForms.header=Unlock PDF Forms
unlockPDFForms.submit=Remove
unlockPDFForms.title=Remover Apenas Leitura de Formulários
unlockPDFForms.header=Desbloquear Formulários do PDF
unlockPDFForms.submit=Remover
#pdfToPDFA
pdfToPDFA.title=PDF para PDF/A