Compare commits

..

1 Commits

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