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: if len(file_list) == 1:
file_arr = file_list[0].split() 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: for file_path in file_arr:
file_normpath = os.path.normpath(file_path) file_normpath = os.path.normpath(file_path)
@ -216,10 +216,10 @@ def check_for_differences(reference_file, file_list, branch, actor):
or ( or (
# only local windows command # only local windows command
not file_normpath.startswith( 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( 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") or not file_normpath.endswith(".properties")
@ -377,7 +377,7 @@ if __name__ == "__main__":
else: else:
file_list = glob.glob( file_list = glob.glob(
os.path.join( 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) 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) | | German (Deutsch) (de_DE) | ![93%](https://geps.dev/progress/93) |
| Greek (Ελληνικά) (el_GR) | ![75%](https://geps.dev/progress/75) | | Greek (Ελληνικά) (el_GR) | ![75%](https://geps.dev/progress/75) |
| Hindi (हिंदी) (hi_IN) | ![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) | | Indonesian (Bahasa Indonesia) (id_ID) | ![69%](https://geps.dev/progress/69) |
| Irish (Gaeilge) (ga_IE) | ![76%](https://geps.dev/progress/76) | | Irish (Gaeilge) (ga_IE) | ![76%](https://geps.dev/progress/76) |
| Italian (Italiano) (it_IT) | ![87%](https://geps.dev/progress/87) | | 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) | | Persian (فارسی) (fa_IR) | ![72%](https://geps.dev/progress/72) |
| Polish (Polski) (pl_PL) | ![80%](https://geps.dev/progress/80) | | Polish (Polski) (pl_PL) | ![80%](https://geps.dev/progress/80) |
| Portuguese (Português) (pt_PT) | ![76%](https://geps.dev/progress/76) | | 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) | | Romanian (Română) (ro_RO) | ![64%](https://geps.dev/progress/64) |
| Russian (Русский) (ru_RU) | ![76%](https://geps.dev/progress/76) | | Russian (Русский) (ru_RU) | ![76%](https://geps.dev/progress/76) |
| Serbian Latin alphabet (Srpski) (sr_LATN_RS) | ![49%](https://geps.dev/progress/49) | | Serbian Latin alphabet (Srpski) (sr_LATN_RS) | ![49%](https://geps.dev/progress/49) |

View File

@ -5,135 +5,135 @@
language.direction=ltr language.direction=ltr
# Language names for reuse throughout the application # Language names for reuse throughout the application
lang.afr=Afrikaans lang.afr=afrikaans
lang.amh=Amharic lang.amh=amhara
lang.ara=Arabic lang.ara=arab
lang.asm=Assamese lang.asm=asszámi
lang.aze=Azerbaijani lang.aze=azeri
lang.aze_cyrl=Azerbaijani (Cyrillic) lang.aze_cyrl=azeri (cirill)
lang.bel=Belarusian lang.bel=belarusz
lang.ben=Bengali lang.ben=bengáli
lang.bod=Tibetan lang.bod=tibeti
lang.bos=Bosnian lang.bos=bosnyák
lang.bre=Breton lang.bre=breton
lang.bul=Bulgarian lang.bul=bolgár
lang.cat=Catalan lang.cat=katalán
lang.ceb=Cebuano lang.ceb=cebuano
lang.ces=Czech lang.ces=cseh
lang.chi_sim=Chinese (Simplified) lang.chi_sim=kínai (egyszerűsített)
lang.chi_sim_vert=Chinese (Simplified, Vertical) lang.chi_sim_vert=kínai (egyszerűsített, függőleges)
lang.chi_tra=Chinese (Traditional) lang.chi_tra=kínai (hagyományos)
lang.chi_tra_vert=Chinese (Traditional, Vertical) lang.chi_tra_vert=kínai (hagyományos, függőleges)
lang.chr=Cherokee lang.chr=cseroki
lang.cos=Corsican lang.cos=korzikai
lang.cym=Welsh lang.cym=walesi
lang.dan=Danish lang.dan=dán
lang.dan_frak=Danish (Fraktur) lang.dan_frak=dán (fraktúr)
lang.deu=German lang.deu=német
lang.deu_frak=German (Fraktur) lang.deu_frak=német (fraktúr)
lang.div=Divehi lang.div=divehi
lang.dzo=Dzongkha lang.dzo=dzongkha
lang.ell=Greek lang.ell=görög
lang.eng=English lang.eng=angol
lang.enm=English, Middle (1100-1500) lang.enm=középangol (1100-1500)
lang.epo=Esperanto lang.epo=eszperantó
lang.equ=Math / equation detection module lang.equ=matematikai / egyenletfelismerő modul
lang.est=Estonian lang.est=észt
lang.eus=Basque lang.eus=baszk
lang.fao=Faroese lang.fao=feröeri
lang.fas=Persian lang.fas=perzsa
lang.fil=Filipino lang.fil=filippínó
lang.fin=Finnish lang.fin=finn
lang.fra=French lang.fra=francia
lang.frk=Frankish lang.frk=frank
lang.frm=French, Middle (ca.1400-1600) lang.frm=középfrancia (kb. 1400-1600)
lang.fry=Western Frisian lang.fry=nyugati fríz
lang.gla=Scottish Gaelic lang.gla=skót gael
lang.gle=Irish lang.gle=ír
lang.glg=Galician lang.glg=galíciai
lang.grc=Ancient Greek lang.grc=ógörög
lang.guj=Gujarati lang.guj=gudzsaráti
lang.hat=Haitian, Haitian Creole lang.hat=haiti kreol
lang.heb=Hebrew lang.heb=héber
lang.hin=Hindi lang.hin=hindi
lang.hrv=Croatian lang.hrv=horvát
lang.hun=Hungarian lang.hun=magyar
lang.hye=Armenian lang.hye=örmény
lang.iku=Inuktitut lang.iku=inuktitut
lang.ind=Indonesian lang.ind=indonéz
lang.isl=Icelandic lang.isl=izlandi
lang.ita=Italian lang.ita=olasz
lang.ita_old=Italian (Old) lang.ita_old=óolasz
lang.jav=Javanese lang.jav=jávai
lang.jpn=Japanese lang.jpn=japán
lang.jpn_vert=Japanese (Vertical) lang.jpn_vert=japán (függőleges)
lang.kan=Kannada lang.kan=kannada
lang.kat=Georgian lang.kat=grúz
lang.kat_old=Georgian (Old) lang.kat_old=ógrúz
lang.kaz=Kazakh lang.kaz=kazah
lang.khm=Central Khmer lang.khm=közép-khmer
lang.kir=Kirghiz, Kyrgyz lang.kir=kirgiz
lang.kmr=Northern Kurdish lang.kmr=északi kurd
lang.kor=Korean lang.kor=koreai
lang.kor_vert=Korean (Vertical) lang.kor_vert=koreai (függőleges)
lang.lao=Lao lang.lao=laoszi
lang.lat=Latin lang.lat=latin
lang.lav=Latvian lang.lav=lett
lang.lit=Lithuanian lang.lit=litván
lang.ltz=Luxembourgish lang.ltz=luxemburgi
lang.mal=Malayalam lang.mal=malajálam
lang.mar=Marathi lang.mar=maráthi
lang.mkd=Macedonian lang.mkd=macedón
lang.mlt=Maltese lang.mlt=máltai
lang.mon=Mongolian lang.mon=mongol
lang.mri=Maori lang.mri=maori
lang.msa=Malay lang.msa=maláj
lang.mya=Burmese lang.mya=burmai
lang.nep=Nepali lang.nep=nepáli
lang.nld=Dutch; Flemish lang.nld=holland; flamand
lang.nor=Norwegian lang.nor=norvég
lang.oci=Occitan (post 1500) lang.oci=okcitán (1500 után)
lang.ori=Oriya lang.ori=orija
lang.osd=Orientation and script detection module lang.osd=Tájolás- és írásfelismerő modul
lang.pan=Panjabi, Punjabi lang.pan=pandzsábi
lang.pol=Polish lang.pol=lengyel
lang.por=Portuguese lang.por=portugál
lang.pus=Pushto, Pashto lang.pus=pastu
lang.que=Quechua lang.que=kecsua
lang.ron=Romanian, Moldavian, Moldovan lang.ron=román; moldáv
lang.rus=Russian lang.rus=orosz
lang.san=Sanskrit lang.san=szanszkrit
lang.sin=Sinhala, Sinhalese lang.sin=szingaléz
lang.slk=Slovak lang.slk=szlovák
lang.slk_frak=Slovak (Fraktur) lang.slk_frak=szlovák (fraktúr)
lang.slv=Slovenian lang.slv=szlovén
lang.snd=Sindhi lang.snd=szindhi
lang.spa=Spanish lang.spa=spanyol
lang.spa_old=Spanish (Old) lang.spa_old=óspanyol
lang.sqi=Albanian lang.sqi=albán
lang.srp=Serbian lang.srp=szerb
lang.srp_latn=Serbian (Latin) lang.srp_latn=szerb (latin)
lang.sun=Sundanese lang.sun=szundanéz
lang.swa=Swahili lang.swa=szuahéli
lang.swe=Swedish lang.swe=svéd
lang.syr=Syriac lang.syr=szír
lang.tam=Tamil lang.tam=tamil
lang.tat=Tatar lang.tat=tatár
lang.tel=Telugu lang.tel=telugu
lang.tgk=Tajik lang.tgk=tadzsik
lang.tgl=Tagalog lang.tgl=tagalog
lang.tha=Thai lang.tha=thai
lang.tir=Tigrinya lang.tir=tigrinya
lang.ton=Tonga (Tonga Islands) lang.ton=tongai (Tonga-szigetek)
lang.tur=Turkish lang.tur=török
lang.uig=Uighur, Uyghur lang.uig=ujgur
lang.ukr=Ukrainian lang.ukr=ukrán
lang.urd=Urdu lang.urd=urdu
lang.uzb=Uzbek lang.uzb=üzbég
lang.uzb_cyrl=Uzbek (Cyrillic) lang.uzb_cyrl=üzbég (cirill)
lang.vie=Vietnamese lang.vie=vietnámi
lang.yid=Yiddish lang.yid=jiddis
lang.yor=Yoruba lang.yor=joruba
addPageNumbers.fontSize=Betűméret addPageNumbers.fontSize=Betűméret
addPageNumbers.fontName=Betűtípus 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 HTMLToPDF.tags=jelölőnyelv,webtartalom,átalakítás,konvertálás
#eml-to-pdf #eml-to-pdf
home.EMLToPDF.title=Email to PDF home.EMLToPDF.title=E-mail PDF-be
home.EMLToPDF.desc=Converts email (EML) files to PDF format including headers, body, and inline images 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=email,conversion,eml,message,transformation,convert,mail EMLToPDF.tags=e-mail,konverzió,eml,üzenet,átalakítás,konvertálás,levél
EMLToPDF.title=Email To PDF EMLToPDF.title=E-mail PDF-be
EMLToPDF.header=Email To PDF EMLToPDF.header=E-mail PDF-be
EMLToPDF.submit=Convert EMLToPDF.submit=Konvertálás
EMLToPDF.downloadHtml=Download HTML intermediate file instead of PDF EMLToPDF.downloadHtml=HTML köztes fájl letöltése PDF helyett
EMLToPDF.downloadHtmlHelp=This allows you to see the HTML version before PDF conversion and can help debug formatting issues 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=Include attachments in PDF EMLToPDF.includeAttachments=Mellékletek belefoglalása a PDF-be
EMLToPDF.maxAttachmentSize=Maximum attachment size (MB) EMLToPDF.maxAttachmentSize=Maximális mellékletméret (MB)
EMLToPDF.help=Converts email (EML) files to PDF format including headers, body, and inline images 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=Email to HTML is a more reliable process, so with batch-processing it is recommended to save both 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=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.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=Embeddings, however, do not work with HTMLs EMLToPDF.troubleshootingTip3=A beágyazások azonban nem működnek HTML-ekkel
home.MarkdownToPDF.title=Markdown konvertálása PDF-be home.MarkdownToPDF.title=Markdown konvertálása PDF-be
home.MarkdownToPDF.desc=Markdown fájl 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. home.compressPdfs.desc=Comprimir PDFs para reduzir o tamanho do arquivo.
compressPdfs.tags=compactar,pequeno,mínimo compressPdfs.tags=compactar,pequeno,mínimo
home.unlockPDFForms.title=Unlock PDF Forms home.unlockPDFForms.title=Desbloquear Formulários do PDF
home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. home.unlockPDFForms.desc=Remove a propriedade de apenas leitura de formulários em um documento PDF.
unlockPDFForms.tags=remove,delete,form,field,readonly unlockPDFForms.tags=remoção,apagar,formulario,campo,apenasleitura
home.changeMetadata.title=Alterar Metadados home.changeMetadata.title=Alterar Metadados
home.changeMetadata.desc=Alterar/remover/adicionar metadados de um PDF. 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 HTMLToPDF.tags=marcação,conteúdo-web,transformação,converter
#eml-to-pdf #eml-to-pdf
home.EMLToPDF.title=Email to PDF home.EMLToPDF.title=Email para PDF
home.EMLToPDF.desc=Converts email (EML) files to PDF format including headers, body, and inline images home.EMLToPDF.desc=Converte arquivos de email (EML) para o formato PDF, incluindo cabecalhos, corpo e imagens.
EMLToPDF.tags=email,conversion,eml,message,transformation,convert,mail EMLToPDF.tags=email,conversao,eml,mensagem,transformacao,conversao
EMLToPDF.title=Email To PDF EMLToPDF.title=Email para PDF
EMLToPDF.header=Email To PDF EMLToPDF.header=Email para PDF
EMLToPDF.submit=Convert EMLToPDF.submit=Converter
EMLToPDF.downloadHtml=Download HTML intermediate file instead of PDF EMLToPDF.downloadHtml=Download do arquivo intermediário HTML ao invés do PDF
EMLToPDF.downloadHtmlHelp=This allows you to see the HTML version before PDF conversion and can help debug formatting issues 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=Include attachments in PDF EMLToPDF.includeAttachments=Incluir anexos no PDF
EMLToPDF.maxAttachmentSize=Maximum attachment size (MB) EMLToPDF.maxAttachmentSize=Tamanho máximo de anexos (MB)
EMLToPDF.help=Converts email (EML) files to PDF format including headers, body, and inline images EMLToPDF.help=Converte arquivos de email (EML) para o formato PDF, incluindo cabeçalhos, corpo e imagens.
EMLToPDF.troubleshootingTip1=Email to HTML is a more reliable process, so with batch-processing it is recommended to save both EMLToPDF.troubleshootingTip1=Email para HTML é um processo mais confiável, desta forma, com processamento em lotes é recomendado salvar ambos.
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.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=Embeddings, however, do not work with HTMLs EMLToPDF.troubleshootingTip3=Incorporações, porém, não funcionam com HTMLs.
home.MarkdownToPDF.title=Markdown para PDF home.MarkdownToPDF.title=Markdown para PDF
home.MarkdownToPDF.desc=Converte qualquer arquivo 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.alreadyLoggedIn=Você já está conectado em
login.alreadyLoggedIn2=aparelhos. Por favor saia dos aparelhos e tente novamente. login.alreadyLoggedIn2=aparelhos. Por favor saia dos aparelhos e tente novamente.
login.toManySessions=Você tem muitas sessões ativas login.toManySessions=Você tem muitas sessões ativas
login.logoutMessage=You have been logged out. login.logoutMessage=Você foi desconectado.
#auto-redact #auto-redact
autoRedact.title=Ocultação de Texto Automática 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.header=Obter Informações do PDF
getPdfInfo.submit=Obter Informações getPdfInfo.submit=Obter Informações
getPdfInfo.downloadJson=Baixar JSON getPdfInfo.downloadJson=Baixar JSON
getPdfInfo.summary=PDF Summary getPdfInfo.summary=Resumo do PDF
getPdfInfo.summary.encrypted=This PDF is encrypted so may face issues with some applications getPdfInfo.summary.encrypted=Este PDF é criptografado, logo, pode ter problemas com certas aplicações
getPdfInfo.summary.permissions=This PDF has {0} restricted permissions which may limit what you can do with it getPdfInfo.summary.permissions=Este PDF tem {0} permissões restritas, que podem limitar o que você pode fazer com ele
getPdfInfo.summary.compliance=This PDF complies with the {0} standard getPdfInfo.summary.compliance=Este PDF está em conformidade com os padrões {0}
getPdfInfo.summary.basicInfo=Basic Information getPdfInfo.summary.basicInfo=Informações Básicas
getPdfInfo.summary.docInfo=Document Information getPdfInfo.summary.docInfo=Informações do Documento
getPdfInfo.summary.encrypted.alert=Encrypted PDF - This document is password protected getPdfInfo.summary.encrypted.alert=PDF Criptografado - Este documento é protegido por senha
getPdfInfo.summary.not.encrypted.alert=Unencrypted PDF - No password protection getPdfInfo.summary.not.encrypted.alert=PDF não Criptografado - Sem proteção por senha
getPdfInfo.summary.permissions.alert=Restricted Permissions - {0} actions are not allowed getPdfInfo.summary.permissions.alert=Permissões Restritas - {0} ações não são permitidas
getPdfInfo.summary.all.permissions.alert=All Permissions Allowed getPdfInfo.summary.all.permissions.alert=Todas as Permissões Permitidas
getPdfInfo.summary.compliance.alert={0} Compliant getPdfInfo.summary.compliance.alert={0} Compatível
getPdfInfo.summary.no.compliance.alert=No Compliance Standards getPdfInfo.summary.no.compliance.alert=Sem Padrões de Conformidade
getPdfInfo.summary.security.section=Security Status getPdfInfo.summary.security.section=Situação de Segurança
getPdfInfo.section.BasicInfo=Basic Information about the PDF document including file size, page count, and language getPdfInfo.section.BasicInfo=Informações básicas sobre o PDF, incluindo tamanho do arquivo, número de páginas e idioma
getPdfInfo.section.Metadata=Document metadata including title, author, creation date and other document properties getPdfInfo.section.Metadata=Metadados do documento, incluindo: título, autor, data de criação e outras propriedades dele
getPdfInfo.section.DocumentInfo=Technical details about the PDF document structure and version getPdfInfo.section.DocumentInfo=Detalhes técnicos sobre a estrutura e versão do documento PDF
getPdfInfo.section.Compliancy=PDF standards compliance information (PDF/A, PDF/X, etc.) getPdfInfo.section.Compliancy=Informações dos padrões de conformidade de PDF (PDF/A, PDF/X, etc.)
getPdfInfo.section.Encryption=Security and encryption details of the document getPdfInfo.section.Encryption=Detalhes de segurança e criptografia do documento
getPdfInfo.section.Permissions=Document permission settings that control what actions can be performed getPdfInfo.section.Permissions=Configurações de permissão do documento, que controlam quais ações podem ser realizadas
getPdfInfo.section.Other=Additional document components like bookmarks, layers, and embedded files getPdfInfo.section.Other=Informações adicionais do documento, como favoritos, camadas, e arquivos embutidos
getPdfInfo.section.FormFields=Interactive form fields present in the document getPdfInfo.section.FormFields=Campos interativos presentes no documento
getPdfInfo.section.PerPageInfo=Detailed information about each page in the document getPdfInfo.section.PerPageInfo=Informações detalhadas sobre cada página presente no documento
#markdown-to-pdf #markdown-to-pdf
@ -1410,9 +1410,9 @@ changeMetadata.selectText.5=Adicionar Entrada de Metadados Personalizada
changeMetadata.submit=Alterar changeMetadata.submit=Alterar
#unlockPDFForms #unlockPDFForms
unlockPDFForms.title=Remove Read-Only from Form Fields unlockPDFForms.title=Remover Apenas Leitura de Formulários
unlockPDFForms.header=Unlock PDF Forms unlockPDFForms.header=Desbloquear Formulários do PDF
unlockPDFForms.submit=Remove unlockPDFForms.submit=Remover
#pdfToPDFA #pdfToPDFA
pdfToPDFA.title=PDF para PDF/A pdfToPDFA.title=PDF para PDF/A