feat(pdf): add configurable PDF export and improve print rendering
This commit is contained in:
@@ -366,6 +366,32 @@
|
||||
"editor.enablePage": "Włącz stronę",
|
||||
"editor.enablePageTitle": "Włącz lub wyłącz opublikowaną stronę",
|
||||
"editor.extendedMarkdown": "Rozszerzony Markdown",
|
||||
"editor.pdfPopupBlocked": "Przeglądarka zablokowała okno eksportu PDF.",
|
||||
"editor.pdfExportFailed": "Nie udało się przygotować PDF.",
|
||||
"editor.a4Portrait": "A4 — pionowo",
|
||||
"editor.a4Landscape": "A4 — poziomo",
|
||||
"editor.a3Portrait": "A3 — pionowo",
|
||||
"editor.a3Landscape": "A3 — poziomo",
|
||||
"editor.a5Portrait": "A5 — pionowo",
|
||||
"editor.letterPortrait": "Letter — pionowo",
|
||||
"editor.letterLandscape": "Letter — poziomo",
|
||||
"editor.exportPdf": "Eksport PDF",
|
||||
"editor.generatePdf": "Generuj PDF",
|
||||
"editor.includeDocumentTitle": "Dołącz tytuł dokumentu",
|
||||
"editor.margins": "Marginesy",
|
||||
"editor.narrowMargin": "Wąskie (8 mm)",
|
||||
"editor.normalMargin": "Normalne (12 mm)",
|
||||
"editor.pageBreak": "Podział strony (PDF)",
|
||||
"editor.pageBreakShortcut": "Podział strony (PDF) · Ctrl/Cmd+Enter",
|
||||
"editor.pageFormat": "Format strony",
|
||||
"editor.pdfPageBreakHelp": "Użyj --- lub Ctrl/Cmd+Enter, aby rozpocząć nową stronę PDF.",
|
||||
"editor.preservePdfColors": "Zachowaj kolory i tła",
|
||||
"editor.pdfColorHelp": "Zachowuje w PDF kolorowanie składni, alerty, cytaty, wyróżnienia, nagłówki tabel i inne kolory.",
|
||||
"editor.pdfPrintHelp": "Otworzy się okno drukowania przeglądarki. Wybierz Zapisz jako PDF.",
|
||||
"editor.pdfGeneratedFooter": "Wygenerowano przez RustPad",
|
||||
"editor.presentation16x9": "16:9 — prezentacja",
|
||||
"editor.presentation4x3": "4:3 — prezentacja",
|
||||
"editor.wideMargin": "Szerokie (20 mm)",
|
||||
"editor.failedMermaid": "Nie udało się załadować Mermaid.",
|
||||
"editor.fileCount": "{count} plików",
|
||||
"editor.font": "Czcionka",
|
||||
|
||||
Reference in New Issue
Block a user