diff --git a/README.md b/README.md index 29bfabc6..3ad12812 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,14 @@ Markdown Viewer handles the usual Markdown basics, but its real value is helping 5. **Share Snapshot Links**: create view-only or editable point-in-time links when you need to send a document state quickly. Large stored snapshots expire after 90 days. 6. **LaTeX Math Notation**: render inline and display formulas with MathJax, useful for math-heavy notes, papers, and technical explanations. 7. **Markdown to PDF, HTML & PNG Export**: export Markdown, HTML, PNG, Browser Print / Save as PDF, or Legacy Raster PDF for documents that need sharing, printing, or archiving. -8. **Privacy and Security Controls**: use Private mode to prevent document persistence, clear saved local data, and rely on sanitized previews, hardened export HTML, and restricted desktop native APIs. +8. **Privacy and Security Controls**: enable Private mode from Workspace settings to keep document and review data session-only, and rely on sanitized previews, hardened export HTML, and restricted desktop native APIs. For the full feature list, details, limitations, and privacy notes, see the [features reference](wiki/Features.md#product-summary). ## Markdown Editing and Live Preview - Write plain Markdown in a focused editor while the live preview renders GitHub-Flavored Markdown, syntax highlighting, math, alerts, footnotes, tables, task lists, and sanitized HTML. -- Work with multiple Markdown documents in tabs, rename or duplicate tabs, import local Markdown files, and keep normal workspace state in browser storage. +- Organize up to 50 Markdown files in a closable, responsive left sidebar with a persistent tab-strip toggle, fixed Default and Secret workspaces, one-level folders, search, Recent, Favorites, single-click opening, and drag-and-drop moves. Secret Workspace content is password-encrypted on the device, and multi-file imports show compact progress without blocking the editor. - Use WYSIWYG-style toolbar helpers for common Markdown syntax while keeping full control of the plain-text Markdown source. - Preview large documents with debounced rendering and a background worker so typing stays responsive. @@ -271,11 +271,12 @@ Some advanced diagram engines use remote renderers such as PlantUML, Kroki, or m Markdown Viewer is not a cloud workspace. Normal typing, preview rendering, local file import, tab autosave, theme settings, and most exports happen on your device. No login is required, and the app does not implement analytics, telemetry, ads, or tracking cookies. -Network use is user-triggered for features such as GitHub import, remote diagram renderers, Share Snapshot, Live Share, CDN libraries, and external document assets. Private mode stops saving document content and workspace state locally; the About dialog also provides a Clear local data action. For the full reference, read the [data handling summary](wiki/Features.md#data-handling-summary). +Network use is user-triggered for features such as GitHub import, remote diagram renderers, Share Snapshot, Live Share, CDN libraries, and external document assets. Private mode in Workspace settings keeps document content, workspace state, and review feedback session-only while editing and review tools remain available. For the full reference, read the [data handling summary](wiki/Features.md#data-handling-summary). ## Security and Privacy Controls - Preview HTML is sanitized before insertion, and exported HTML includes a restrictive CSP plus SRI metadata for its external assets. +- Secret Workspace derives a local encryption key from the user's password with PBKDF2-SHA-256 and encrypts its files and folder names with AES-GCM. The key is kept only for the unlocked browser session, and forgotten passwords cannot be recovered. - Cloudflare Pages deployments use `_headers` for CSP, clickjacking protection, referrer and permissions policies, and no-sniff protection; sensitive paths are redirected to 404 responses. - Stored Share Snapshot API CORS is limited to the production app, `null`, and local development origins. Stored responses are `no-store`, and creators receive a deletion token from the API. - STL rendering rejects oversized sources, non-finite geometry, and excessive vertex counts before WebGL rendering. diff --git a/assets/BOOTSTRAP-ICONS-LICENSE.txt b/assets/BOOTSTRAP-ICONS-LICENSE.txt new file mode 100644 index 00000000..f9524391 --- /dev/null +++ b/assets/BOOTSTRAP-ICONS-LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019-2024 The Bootstrap Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/assets/LUCIDE-LICENSE.txt b/assets/LUCIDE-LICENSE.txt new file mode 100644 index 00000000..718bb3f0 --- /dev/null +++ b/assets/LUCIDE-LICENSE.txt @@ -0,0 +1,43 @@ +ISC License + +Copyright (c) 2026 Lucide Icons and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +--- + +The following Lucide icons are derived from the Feather project: + +airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out + +The MIT License (MIT) (for the icons listed above) + +Copyright (c) 2013-present Cole Bemis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/assets/i18n/de.json b/assets/i18n/de.json new file mode 100644 index 00000000..d7edb357 --- /dev/null +++ b/assets/i18n/de.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-Dokumentlimit wurde erreicht.", + "-document limit would be exceeded.": "-Dokumentlimit würde überschritten.", + "-document limit.": "-Dokumentenlimit.", + "— Copy/Paste": "– Kopieren/Einfügen", + "— Open Find & Replace": "– Öffnen Sie „Suchen und Ersetzen“.", + "— Redo": "– Wiederholen", + "— Undo": "– Rückgängig machen", + ", and": ", und", + ", favorite": ", Favorit", + ", file location": ", Dateispeicherort", + ", locked": ", gesperrt", + ", or": ", oder", + ".md or .markdown files supported": ".md- oder .markdown-Dateien werden unterstützt", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%; Höhe: 100 %; Anzeige:flex; align-items:center; justify-content:center; overflow:hidden;\">", + "{{0}} characters": "{{0}} Zeichen", + "{{0}} details go here.": "{{0}} Details finden Sie hier.", + "{{0}} file selected": "{{0}} Datei ausgewählt", + "{{0}} files selected": "{{0}} Dateien ausgewählt", + "{{0}} imported": "{{0}} importiert", + "{{0}} Min Read": "{{0}} Min. Lesevorgang", + "{{0}} of {{1}} files": "{{0}} von {{1}} Dateien", + "{{0}} of {{1}} matches": "{{0}} von {{1}} Übereinstimmungen", + "{{0}} selected": "{{0}} ausgewählt", + "{{0}} Viewer": "{{0}} Zuschauer", + "{{0}} words": "{{0}} Wörter", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 von", + "0 of 0": "0 von 0", + "0 of 0 matches": "0 von 0 Treffern", + "0 selected": "0 ausgewählt", + "1 of 50 files": "1 von 50 Dateien", + "3D Model Viewer": "3D-Modell-Viewer", + "3D Models": "3D-Modelle", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Ein browserbasierter Markdown Editor, Viewer, Previewer und Reader.", + "Ab": "Ab", + "About": "Über", + "About Markdown Viewer": "Über Markdown Viewer", + "Access": "Zugriff", + "Access key": "Zugriffsschlüssel", + "Access keys do not match.": "Zugriffsschlüssel stimmen nicht überein.", + "Access:": "Zugriff:", + "Actions": "Aktionen", + "Active document,": "Aktives Dokument,", + "Active document, Welcome to Markdown": "Aktives Dokument, Willkommen bei Markdown", + "Activity Diagram": "Aktivitätsdiagramm", + "Add comment": "Kommentar hinzufügen", + "Add feedback": "Feedback hinzufügen", + "Add syntax highlighting for code blocks": "Syntaxhervorhebung für Codeblöcke hinzufügen", + "Add to Favorites": "Zu Favoriten hinzufügen", + "Address / Link": "Adresse / Link", + "Address / URL": "Adresse / URL", + "Address & Data Buses": "Adress- und Datenbusse", + "Advanced insertion": "Erweitertes Einfügen", + "Advanced Options": "Erweiterte Optionen", + "alert alert-danger": "Warnung Warnung-Gefahr", + "Align center": "Mitte ausrichten", + "Align left": "Nach links ausrichten", + "Align right": "Rechts ausrichten", + "Alignment and direction": "Ausrichtung und Richtung", + "All": "Alle", + "All changes saved": "Alle Änderungen gespeichert", + "All workspace folders collapsed.": "Alle Arbeitsbereichsordner wurden minimiert.", + "All workspace folders expanded.": "Alle Arbeitsbereichsordner erweitert.", + "Alt Text (used for title)": "Alt-Text (wird für den Titel verwendet)", + "Apache License 2.0": "Apache-Lizenz 2.0", + "Appearance": "Aussehen", + "Application information": "Anwendungsinformationen", + "Application language": "Anwendungssprache", + "Application menu": "Anwendungsmenü", + "Application Programming Interface": "Anwendungsprogrammierschnittstelle", + "Application shortcuts": "Anwendungsverknüpfungen", + "Apply": "Anwenden", + "Architecture Diagram": "Architekturdiagramm", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Sind Sie sicher, dass Sie den Inhalt des aktiven Dokuments löschen möchten? Das Dokument selbst wird nicht gelöscht.", + "Area Chart": "Flächendiagramm", + "Audio playback is not supported in this browser.": "Die Audiowiedergabe wird in diesem Browser nicht unterstützt.", + "Back to content": "Zurück zum Inhalt", + "Bar Chart": "Balkendiagramm", + "bi bi-github": "bi bi-github", + "Binary Counter": "Binärzähler", + "Blockquote": "Blockzitat", + "Bold": "Fett", + "Browser Print (Recommended)": "Browser-Druck (empfohlen)", + "Bubble Plot": "Blasendiagramm", + "Bulleted list": "Aufzählungsliste", + "C4 Container": "C4-Container", + "C4 Container Diagram": "C4-Containerdiagramm", + "Calculating...": "Berechnung...", + "Calibration Cube": "Kalibrierungswürfel", + "Can edit": "Kann bearbeiten", + "Cancel": "Abbrechen", + "Cancel feedback": "Feedback abbrechen", + "Cancel Image generation": "Bilderzeugung abbrechen", + "Cancel PDF generation": "PDF-Generierung abbrechen", + "Cannot import: The selected file appears to be a binary file.": "Import nicht möglich: Die ausgewählte Datei scheint eine Binärdatei zu sein.", + "Capturing document": "Dokument erfassen", + "Capturing image": "Bild wird aufgenommen", + "Change text case": "Text-Groß-/Kleinschreibung ändern", + "Changelog": "Änderungsprotokoll", + "Chars": "Zeichen", + "Checkbox Map": "Kontrollkästchen-Karte", + "Checklist Map": "Checklistenkarte", + "Choose a document to edit beside “": "Wählen Sie ein zu bearbeitendes Dokument neben „", + "Choose a second document to edit beside the current one.": "Wählen Sie neben dem aktuellen ein zweites Dokument zur Bearbeitung aus.", + "Choose how the PDF should be generated.": "Wählen Sie, wie das PDF generiert werden soll.", + "Choose how you want to begin.": "Wählen Sie, wie Sie beginnen möchten.", + "Choose one or more Markdown files": "Wählen Sie eine oder mehrere Markdown-Dateien aus", + "Choose text style": "Wählen Sie den Textstil", + "Chords Strum": "Akkorde Strum", + "Class Diagram": "Klassendiagramm", + "Clear active document?": "Aktives Dokument löschen?", + "Clear All": "Alles löschen", + "Clear Document": "Dokument löschen", + "Clear document search": "Dokumentsuche löschen", + "Clear search": "Suche löschen", + "Close": "Schließen", + "Close {{0}}": "Schließen {{0}}", + "Close 3D modal": "3D-Modal schließen", + "Close about dialog": "Info-Dialog schließen", + "Close clear document dialog": "Dialog zum Löschen des Dokuments schließen", + "Close comments and suggestions": "Kommentare und Vorschläge schließen", + "Close confirmation": "Bestätigung schließen", + "Close diagram dialog": "Diagrammdialog schließen", + "Close diagram modal": "Diagramm modal schließen", + "Close dialog": "Dialog schließen", + "Close diff preview dialog": "Diff-Vorschaudialog schließen", + "Close document sidebar": "Seitenleiste des Dokuments schließen", + "Close expired live share dialog": "Abgelaufenen Live-Share-Dialog schließen", + "Close Explorer": "Schließen Sie den Explorer", + "Close find and replace panel": "Schließen Sie das Feld „Suchen und Ersetzen“.", + "Close GitHub Emojis dialog": "GitHub Emojis-Dialog schließen", + "Close GitHub import dialog": "GitHub-Importdialog schließen", + "Close help dialog": "Hilfedialog schließen", + "Close image dialog": "Bilddialog schließen", + "Close link dialog": "Link-Dialog schließen", + "Close live share dialog": "Live-Share-Dialog schließen", + "Close Markdown alerts dialog": "Markdown-Warndialog schließen", + "Close menu": "Menü schließen", + "Close move dialog": "Verschiebedialog schließen", + "Close others": "Andere schließen", + "Close PDF export dialog": "PDF-Exportdialog schließen", + "Close reference dialog": "Referenzdialog schließen", + "Close rename dialog": "Umbenennungsdialog schließen", + "Close reset confirmation dialog": "Bestätigungsdialog zum Zurücksetzen schließen", + "Close review deletion dialog": "Dialog zum Löschen der Rezension schließen", + "Close review mode": "Überprüfungsmodus schließen", + "Close secret workspace dialog": "Geheimen Arbeitsbereich-Dialog schließen", + "Close share dialog": "Freigabedialog schließen", + "Close share error dialog": "Freigabefehlerdialog schließen", + "Close split view dialog": "Geteilte Ansichtsdialog schließen", + "Close Symbols and HTML Entities dialog": "Dialogfeld „Symbole und HTML-Entitäten“ schließen", + "Close table dialog": "Tabellendialog schließen", + "Close to the left": "Ganz links", + "Close to the right": "Ganz rechts", + "Close Welcome to Markdown": "Schließen Willkommen bei Markdown", + "Closed:": "Geschlossen:", + "Closed: Not closed": "Geschlossen: Nicht geschlossen", + "Closed: Unavailable": "Geschlossen: Nicht verfügbar", + "closed. Select it in Files to reopen it.": "geschlossen. Wählen Sie es unter „Dateien“ aus, um es erneut zu öffnen.", + "Cluster Subgraph": "Cluster-Untergraph", + "Code block": "Codeblock", + "Code blocks only": "Nur Codeblöcke", + "Code copied": "Code kopiert", + "code copied.": "-Code kopiert.", + "Code Mindmap": "Code-Mindmap", + "Collaborators can edit and sync.": "Mitarbeiter können bearbeiten und synchronisieren.", + "Collaborators can view without editing.": "Mitwirkende können die Inhalte ansehen, ohne sie zu bearbeiten.", + "Collapse all folders": "Alle Ordner reduzieren", + "Collapse Workspace": "Arbeitsbereich reduzieren", + "Column count": "Spaltenanzahl", + "Comment": "Kommentar", + "Comment added.": "Kommentar hinzugefügt.", + "comment.": "Kommentar.", + "Comments & suggestions": "Kommentare und Vorschläge", + "Commit Replacements": "Ersetzungen festschreiben", + "Common formatting": "Allgemeine Formatierung", + "Common symbols": "Gemeinsame Symbole", + "Complete": "Abgeschlossen", + "Complex Transaction": "Komplexe Transaktion", + "Component Diagram": "Komponentendiagramm", + "Confirm access key": "Zugriffsschlüssel bestätigen", + "Confirm action": "Aktion bestätigen", + "Connection lost": "Verbindung verloren", + "Content structure": "Inhaltsstruktur", + "Copied": "Kopiert", + "Copied!": "Kopiert!", + "Copy": "Kopieren", + "Copy failed": "Kopieren fehlgeschlagen", + "Copy failed. Retry": "Kopieren fehlgeschlagen. Versuchen Sie es noch einmal", + "Copy image": "Bild kopieren", + "Copy Image": "Bild kopieren", + "Copy image to clipboard": "Bild in die Zwischenablage kopieren", + "Copy invite link": "Einladungslink kopieren", + "Copy JavaScript code": "JavaScript-Code kopieren", + "Copy link": "Link kopieren", + "Copy Markdown": "Kopieren Markdown", + "Copy review summary": "Zusammenfassung der Kopienüberprüfung", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Erstellen Sie einen lokalen Zugriffsschlüssel, um in diesem Arbeitsbereich gespeicherte Dateien und Ordnernamen zu verschlüsseln. Der Schlüssel kann nicht wiederhergestellt werden.", + "Create access key": "Zugriffsschlüssel erstellen", + "Create folder": "Ordner erstellen", + "Create headings with": "Überschriften erstellen mit", + "Create new file": "Neue Datei erstellen", + "Create or import a document": "Erstellen oder importieren Sie ein Dokument", + "Create responsive layout": "Erstellen Sie ein responsives Layout", + "Create share link": "Freigabelink erstellen", + "Created after session starts": "Wird nach Sitzungsstart erstellt", + "Ctrl": "Strg", + "Current Step": "Aktueller Schritt", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Dunkelmodus", + "Data Bus States": "Datenbuszustände", + "Data is stored locally": "Daten werden lokal gespeichert", + "Data Visualization": "Datenvisualisierung", + "Date and time": "Datum und Uhrzeit", + "Delete": "Löschen", + "Delete “{{0}}”?": "„{{0}}“ löschen?", + "Delete {{0}} selected items?": "{{0}} ausgewählte Elemente löschen?", + "Delete all": "Alle löschen", + "Delete all review items": "Alle Bewertungselemente löschen", + "Delete all review items?": "Alle Bewertungselemente löschen?", + "Delete feedback": "Feedback löschen", + "Delete folder?": "Ordner löschen?", + "Delete item": "Element löschen", + "Delete review item?": "Bewertungselement löschen?", + "Deployment Nodes": "Bereitstellungsknoten", + "Destination": "Ziel", + "details go here.": "Details finden Sie hier.", + "Developed and maintained by": "Entwickelt und gepflegt von", + "Diagram and more": "Diagramm und mehr", + "Diagram Categories": "Diagrammkategorien", + "Diagram source code...": "Diagramm-Quellcode...", + "Diagram templates": "Diagrammvorlagen", + "Diagram Viewer": "Diagrammbetrachter", + "Digite seu markdown aqui...": "Geben Sie Ihren Markdown ein...", + "Directed Graph": "Gerichteter Graph", + "Disable synchronized scrolling": "Synchronisiertes Scrollen deaktivieren", + "Display name": "Anzeigename", + "Document added to favorites.": "Dokument zu Favoriten hinzugefügt.", + "Document block": "Dokumentblock", + "Document removed from favorites.": "Dokument aus den Favoriten entfernt.", + "Document statistics": "Dokumentstatistiken", + "Document statistics and save status": "Dokumentstatistiken und Speicherstatus", + "Document tools": "Dokumentwerkzeuge", + "Document utilities and view mode": "Dokumentdienstprogramme und Ansichtsmodus", + "Document views": "Dokumentansichten", + "documents reached. Delete an existing document to create or import another.": "Dokumente erreicht. Löschen Sie ein vorhandenes Dokument, um ein anderes zu erstellen oder zu importieren.", + "Download {{0}}": "Laden Sie {{0}} herunter", + "Download Markdown": "Markdown herunterladen", + "Download PNG": "PNG herunterladen", + "Download started": "Download gestartet", + "Download SVG": "SVG herunterladen", + "Drag files to move": "Ziehen Sie Dateien zum Verschieben", + "Drop your Markdown files anywhere": "Legen Sie Ihre Markdown-Dateien irgendwo ab", + "Duet Accord": "Duett-Akkord", + "Duplicate": "Duplizieren", + "Duplicate {{0}}": "Duplikat {{0}}", + "Edit": "Bearbeiten", + "Edit feedback": "Feedback bearbeiten", + "Edit Markdown": "Bearbeiten Markdown", + "Editing": "Bearbeiten", + "Editing and preview enabled.": "Bearbeitung und Vorschau aktiviert.", + "Emoji list": "Emoji-Liste", + "Emoji shortcode": "Emoji-Shortcode", + "Emojis loaded.": "Emojis geladen.", + "Emphasize text with": "Text hervorheben mit", + "Enable mermaid diagrams": "Meerjungfrauendiagramme aktivieren", + "Enable synchronized scrolling": "Synchronisiertes Scrollen aktivieren", + "Encrypting…": "Verschlüsseln…", + "End live session": "Live-Sitzung beenden", + "End session": "Sitzung beenden", + "English": "Englisch", + "Enter fullscreen": "Geben Sie den Vollbildmodus ein", + "Enter the local access key used to encrypt this workspace on this device.": "Geben Sie den lokalen Zugriffsschlüssel ein, der zum Verschlüsseln dieses Arbeitsbereichs auf diesem Gerät verwendet wird.", + "Entire Document": "Gesamtes Dokument", + "Entity Relationship": "Entitätsbeziehung", + "ER (Graphviz style)": "ER (Graphviz-Stil)", + "ER Diagram": "ER-Diagramm", + "ER preview": "ER-Vorschau", + "ERD Table": "ERD-Tabelle", + "Error rendering 3D model: {{0}}": "Fehler beim Rendern des 3D-Modells: {{0}}", + "Error rendering map: {{0}}": "Fehler beim Rendern der Karte: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Fehler beim Rendern des Markdowns: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Beschreibe hier deinen Markdown...", + "Estimated remaining": "Geschätzte verbleibende Anzahl", + "Exit fullscreen": "Vollbild beenden", + "Exit split view": "Geteilte Ansicht verlassen", + "Expand all folders": "Erweitern Sie alle Ordner", + "Expand or collapse all is available in All files": "Alle erweitern oder reduzieren ist in „Alle Dateien“ verfügbar", + "Expand Secret Workspace": "Erweitern Sie den geheimen Arbeitsbereich", + "Explore features with an example": "Entdecken Sie Funktionen anhand eines Beispiels", + "Explorer": "Explorer", + "Explorer item": "Explorer-Element", + "Explorer items deleted.": "Explorer-Elemente gelöscht.", + "Explorer selection cleared.": "Explorer-Auswahl gelöscht.", + "Export": "Exportieren", + "Export as HTML": "Als HTML exportieren", + "Export as Image": "Als Bild exportieren", + "Export as Markdown": "Exportieren als Markdown", + "Export as PDF": "Als PDF exportieren", + "Export document": "Dokument exportieren", + "Export failed:": "Export fehlgeschlagen:", + "Export PDF Options": "PDF-Optionen exportieren", + "External Image (URL)": "Externes Bild (URL)", + "Faceted Gear Wheel": "Facettiertes Zahnrad", + "Failed to copy HTML:": "HTML konnte nicht kopiert werden:", + "Failed to copy Markdown:": "Fehler beim Kopieren von Markdown:", + "Failed to copy review summary:": "Rezensionszusammenfassung konnte nicht kopiert werden:", + "Failed to copy share link:": "Freigabelink konnte nicht kopiert werden:", + "Failed to import {{0}}": "Fehler beim Importieren von {{0}}", + "Failed to load emojis.": "Emojis konnten nicht geladen werden.", + "Failed to load sharing library. Please check your connection and reload.": "Die Freigabebibliothek konnte nicht geladen werden. Bitte überprüfen Sie Ihre Verbindung und laden Sie neu.", + "Failed to load sharing library. Please check your internet connection.": "Die Freigabebibliothek konnte nicht geladen werden. Bitte überprüfen Sie Ihre Internetverbindung.", + "Failed to locate Markdown files.": "Markdown-Dateien konnten nicht gefunden werden.", + "Failed to read the file. Please check permissions and try again.": "Die Datei konnte nicht gelesen werden. Bitte überprüfen Sie die Berechtigungen und versuchen Sie es erneut.", + "Failed to start Live Share. Please check your connection and try again.": "Live Share konnte nicht gestartet werden. Bitte überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.", + "FAQ": "FAQ", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Schneller, empfohlen für große Dokumente. Hinweis: Bilder, Diagramme usw. können beschädigt werden.", + "Favorite": "Favorit", + "Favorites": "Favoriten", + "Favs": "Favoriten", + "Feature Collection Map": "Feature-Collection-Karte", + "Feedback type": "Feedback-Typ", + "Fetching file tree...": "Dateibaum wird abgerufen...", + "file": "-Datei", + "File actions": "Dateiaktionen", + "File created": "Datei erstellt", + "File deleted": "Datei gelöscht", + "File is already in that location.": "Die Datei befindet sich bereits an diesem Speicherort.", + "File is too large (maximum 10MB supported).": "Datei ist zu groß (maximal 10 MB unterstützt).", + "File moved to": "Datei verschoben nach", + "File name": "Dateiname", + "File options": "Dateioptionen", + "File options for": "Dateioptionen für", + "File options for Welcome to Markdown": "Dateioptionen für Willkommen bei Markdown", + "File renamed": "Datei umbenannt", + "files": "-Dateien", + "files available in the tree.": "-Dateien im Baum verfügbar.", + "Files deleted": "Dateien gelöscht", + "Filter review items": "Bewertungselemente filtern", + "Find": "Finden", + "Find & Replace": "Suchen und Ersetzen", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Suchen & Ersetzen und Vollbild sind direkte Symbolleistenaktionen; Über Markdown Viewer werden Projekt-, Markdown-, Datenschutz-, Lizenz- und Supportinformationen geöffnet.", + "Find and replace": "Suchen und ersetzen", + "Find and Replace": "Suchen und Ersetzen", + "Find in Selection": "In Auswahl suchen", + "Find in Selection (Sel)": "In Auswahl suchen (Auswahl)", + "Find query": "Suchabfrage", + "Finite State Machine": "Endliche Zustandsmaschine", + "Fit": "Passen", + "Fit diagram to screen": "Diagramm an Bildschirm anpassen", + "Flowchart (Left-Right)": "Flussdiagramm (Links-Rechts)", + "Flowchart (LR)": "Flussdiagramm (LR)", + "Flowchart (TD)": "Flussdiagramm (TD)", + "Flowchart (Top-Down)": "Flussdiagramm (von oben nach unten)", + "folder": "-Ordner", + "Folder created": "Ordner erstellt", + "Folder created:": "Ordner erstellt:", + "Folder deleted": "Ordner gelöscht", + "Folder deleted. Documents moved to the workspace root.": "Ordner gelöscht. Dokumente wurden in das Stammverzeichnis des Arbeitsbereichs verschoben.", + "Folder name": "Ordnername", + "Folder renamed": "Ordner umbenannt", + "Folder renamed to": "Ordner umbenannt in", + "folders": "-Ordner", + "Folders stay one level deep inside a workspace.": "Ordner bleiben eine Ebene tief in einem Arbeitsbereich.", + "Folk & Lyrics": "Folk & Texte", + "for this block.": "für diesen Block.", + "Forgot access key? Reset Secret Workspace": "Zugangsschlüssel vergessen? Geheimen Arbeitsbereich zurücksetzen", + "Fresh Tomato": "Frische Tomate", + "From files": "Aus Dateien", + "From GitHub": "Von GitHub", + "FSM Diagram": "FSM-Diagramm", + "Fullscreen": "Vollbild", + "Gantt Chart": "Gantt-Diagramm", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Bild wird generiert", + "Generating Image...": "Bild wird generiert...", + "Generating PDF": "PDF generieren", + "Generating PDF...": "PDF wird generiert...", + "Git Graph": "Git-Diagramm", + "GitHub Emojis": "GitHub-Emojis", + "GitHub files loaded.": "GitHub-Dateien geladen.", + "GitHub import": "GitHub-Import", + "GitHub import failed:": "GitHub-Import fehlgeschlagen:", + "GitHub import failed.": "GitHub-Import fehlgeschlagen.", + "GitHub import failed. The repository folder could not be created.": "GitHub-Import fehlgeschlagen. Der Repository-Ordner konnte nicht erstellt werden.", + "GitHub Repository": "GitHub-Repository", + "GitHub URL": "GitHub-URL", + "Glitchy Waveform": "Glitchy Wellenform", + "Graphical User Interface": "Grafische Benutzeroberfläche", + "Grid Layout": "Rasterlayout", + "Grouped Nodes": "Gruppierte Knoten", + "Guitar Chords": "Gitarrenakkorde", + "Heading 1": "Überschrift 1", + "Heading 2": "Überschrift 2", + "Heading 3": "Überschrift 3", + "Heading 4": "Überschrift 4", + "Heading 5": "Überschrift 5", + "Heading 6": "Überschrift 6", + "Heading levels": "Überschriftenebenen", + "Headings only": "Nur Überschriften", + "Heatmap Matrix": "Heatmap-Matrix", + "Hide access key": "Zugriffsschlüssel ausblenden", + "Hide sidebar": "Seitenleiste ausblenden", + "Hierarchy Tree": "Hierarchiebaum", + "History": "Geschichte", + "Horizontal rule": "Horizontale Regel", + "HTML": "HTML", + "HTML entities": "HTML-Entitäten", + "HTML export failed:": "HTML-Export fehlgeschlagen:", + "Image": "Bild", + "Image (.png)": "Bild (.png)", + "Image description": "Bildbeschreibung", + "Image generation progress": "Fortschritt der Bildgenerierung", + "Image URL": "Bild-URL", + "Implement live preview with GitHub styling": "Live-Vorschau mit GitHub-Stil implementieren", + "Import": "Importieren", + "Import complete": "Import abgeschlossen", + "Import completed with errors": "Import mit Fehlern abgeschlossen", + "Import failed": "Import fehlgeschlagen", + "Import finished with issues": "Import mit Problemen abgeschlossen", + "Import from files": "Aus Dateien importieren", + "Import from GitHub": "Von GitHub importieren", + "Import Markdown from GitHub": "Importieren Sie Markdown von GitHub", + "Import Selected": "Ausgewählte importieren", + "Importing {{0}}": "Importieren von {{0}}", + "Importing file": "Datei wird importiert", + "Importing files": "Dateien importieren", + "Importing from GitHub": "Importieren von GitHub", + "Importing selected files from GitHub...": "Ausgewählte Dateien von GitHub importieren...", + "Importing...": "Importieren...", + "Inline code": "Inline-Code", + "Inline Code Blocks": "Inline-Codeblöcke", + "Insert": "Einfügen", + "Insert Diagram & More": "Diagramm und mehr einfügen", + "Insert image": "Bild einfügen", + "Insert link": "Link einfügen", + "Insert reference": "Referenz einfügen", + "Insert table": "Tabelle einfügen", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Plant Seitenumbrüche intelligent, um Bilder, Tabellen, Gleichungen und Diagramme zusammenzuhalten. Blöcke werden auf die nächste Seite verschoben, wenn nicht genügend Platz vorhanden ist. Empfohlen für kurze Dokumente.", + "Invite link": "Einladungslink", + "Italic": "Kursiv", + "item": "Artikel", + "items": "Artikel", + "items available.": "Artikel verfügbar.", + "Items deleted": "Elemente gelöscht", + "JavaScript": "JavaScript", + "JSON Document": "JSON-Dokument", + "JSON Viewer": "JSON-Viewer", + "Key Signature & Tempo": "Tonart und Tempo", + "Keyboard shortcuts": "Tastaturkürzel", + "Landmark Point": "Wahrzeichen", + "Language:": "Sprache:", + "Language: JavaScript": "Sprache: JavaScript", + "LaTeX blocks only": "Nur LaTeX-Blöcke", + "Leave a focused comment for the author...": "Hinterlassen Sie einen gezielten Kommentar für den Autor ...", + "Leave session": "Sitzung verlassen", + "Lecteur Markdown": "Dozent Markdown", + "Left Live Share session.": "Live Share-Sitzung verlassen.", + "Left-to-right text": "Text von links nach rechts", + "Legacy Raster PDF": "Legacy-Raster-PDF", + "Light mode": "Heller Modus", + "Line Chart": "Liniendiagramm", + "Link": "Link", + "Link copied": "Link kopiert", + "Link Text": "Linktext", + "Link title": "Linktitel", + "Listen to score": "Partitur anhören", + "Live collaborators": "Live-Mitarbeiter", + "Live Share": "Live-Freigabe", + "Live Share access mode": "Live Share-Zugriffsmodus", + "Live Share invite link": "Live Share-Einladungslink", + "Live Share is view only.": "Live Share ist nur zum Ansehen verfügbar.", + "Live Share participants": "Live Share-Teilnehmer", + "Live Share room expired": "Live Share-Raum abgelaufen", + "Live Share session ended by the host.": "Live Share-Sitzung vom Host beendet.", + "Live Share session ended.": "Live Share-Sitzung beendet.", + "Live Share session started.": "Live Share-Sitzung gestartet.", + "Loading document assets": "Dokument-Assets werden geladen", + "Loading emojis...": "Emojis werden geladen...", + "Loading image renderer": "Bildrenderer wird geladen", + "Loading PDF libraries": "Laden von PDF-Bibliotheken", + "Loading...": "Laden...", + "Lock workspace": "Arbeitsbereich sperren", + "Locked": "Gesperrt", + "lowercase": "Kleinbuchstaben", + "Lyrics Song": "Liedtext", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown Warnung", + "Markdown alert types": "Markdown Alarmtypen", + "Markdown alerts": "Markdown Warnungen", + "Markdown document": "Markdown Dokument", + "Markdown editor input with live preview": "Markdown Editoreingabe mit Live-Vorschau", + "Markdown file import progress": "Markdown Dateiimportfortschritt", + "Markdown formatting toolbar for plain-text editing": "Markdown Formatierungssymbolleiste für die Nur-Text-Bearbeitung", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown Nur Vorschau", + "Markdown source is unavailable for view-only snapshots": "Die Quelle Markdown ist für schreibgeschützte Snapshots nicht verfügbar", + "Markdown tips": "Markdown Tipps", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Hilfe", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown wird angezeigt", + "Markdown 阅读器": "Markdown Zurück", + "Markdown'ınızı buraya yazın...": "Markdown'ızı buraya yazın...", + "Markmap preview": "Markmap-Vorschau", + "match": "Übereinstimmung", + "Match Case": "Streichholzkoffer", + "Match Case (Aa)": "Match-Fall (Aa)", + "Match Whole Word": "Ganzes Wort abgleichen", + "Match Whole Word (W)": "Ganzes Wort abgleichen (W)", + "matches": "Übereinstimmungen", + "Maximum document limit reached.": "Maximale Dokumentengrenze erreicht.", + "Maximum of": "Maximal", + "Menu": "Menü", + "Mermaid blocks only": "Nur Meerjungfrau-Blöcke", + "meter, composed by": "Meter, komponiert von", + "Min Read": "Min. Messwert", + "Mind Maps": "Mindmaps", + "Mindmap Diagram": "Mindmap-Diagramm", + "Mindmap Outline": "Mindmap-Übersicht", + "Model actions": "Modellaktionen", + "more participant": "mehr Teilnehmer", + "More tools": "Weitere Werkzeuge", + "Move": "Bewegen", + "Move “": "Verschieben „", + "Move {{0}} selected items": "Verschieben Sie {{0}} ausgewählte Elemente", + "Move document": "Dokument verschieben", + "Multi-Voice Harmony": "Mehrstimmige Harmonie", + "Music notation block": "Musiknotationsblock", + "Name": "Name", + "Name item": "Element benennen", + "Native HTML save failed:": "Natives HTML-Speichern fehlgeschlagen:", + "Native import failed:": "Nativer Import fehlgeschlagen:", + "Native save failed:": "Natives Speichern fehlgeschlagen:", + "Native tab download failed:": "Download des nativen Tabs fehlgeschlagen:", + "Network (nwdiag)": "Netzwerk (nwdiag)", + "Network error while loading shared content.": "Netzwerkfehler beim Laden freigegebener Inhalte.", + "Network Map": "Netzwerkkarte", + "Network Topology": "Netzwerktopologie", + "New": "Neu", + "New document": "Neues Dokument", + "New file": "Neue Datei", + "New file (Ctrl+T)": "Neue Datei (Strg+T)", + "New folder": "Neuer Ordner", + "New folder in": "Neuer Ordner in", + "New folder in Workspace": "Neuer Ordner in Workspace", + "New Markdown file in": "Neue Markdown-Datei in", + "New Markdown file in Workspace": "Neue Markdown-Datei in Workspace", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Neu, Teilen, Live-Freigabe, Problem melden, Info und Einstellungen sind in der Kopfzeilensymbolleiste verfügbar.", + "Next match": "Nächstes Spiel", + "Next match (Enter)": "Nächstes Spiel (Eingabe)", + "No data is stored": "Es werden keine Daten gespeichert", + "No diagrams found.": "Keine Diagramme gefunden.", + "No document is open": "Es ist kein Dokument geöffnet", + "No documents open": "Keine Dokumente geöffnet", + "No documents to show.": "Keine Dokumente zum Anzeigen.", + "No emojis found.": "Keine Emojis gefunden.", + "No favorite documents yet.": "Noch keine Lieblingsdokumente.", + "No feedback yet": "Noch kein Feedback", + "No file open": "Keine Datei geöffnet", + "No files selected": "Keine Dateien ausgewählt", + "No live room active": "Kein Live-Raum aktiv", + "No Markdown files were found at that GitHub location.": "An diesem GitHub-Speicherort wurden keine Markdown-Dateien gefunden.", + "No matching files": "Keine passenden Dateien", + "No open feedback": "Keine offene Rückmeldung", + "No recent documents": "Keine aktuellen Dokumente", + "No resolved feedback": "Kein gelöstes Feedback", + "No results": "Keine Ergebnisse", + "No symbols found.": "Keine Symbole gefunden.", + "Numbered list": "Nummerierte Liste", + "Object Diagram": "Objektdiagramm", + "Object Instances": "Objektinstanzen", + "Object Types": "Objekttypen", + "of": "von", + "Off": "Aus", + "On": "Ein", + "Only the first": "Nur der Erste", + "Open": "Öffnen", + "Open a file or repository": "Öffnen Sie eine Datei oder ein Repository", + "Open comments and suggestions": "Kommentare und Vorschläge öffnen", + "Open diagram viewer": "Diagramm-Viewer öffnen", + "Open diagram viewer with zoom and pan controls": "Öffnen Sie den Diagramm-Viewer mit Zoom- und Schwenksteuerungen", + "Open document tabs": "Dokumentregisterkarten öffnen", + "Open Explorer": "Öffnen Sie den Explorer", + "Open export menu": "Exportmenü öffnen", + "Open from device": "Vom Gerät aus öffnen", + "Open in split view": "In geteilter Ansicht öffnen", + "Open menu": "Menü öffnen", + "Open new document menu": "Neues Dokumentmenü öffnen", + "Open or create another document before starting split view.": "Öffnen oder erstellen Sie ein anderes Dokument, bevor Sie die geteilte Ansicht starten.", + "open review item": "Bewertungselement öffnen", + "open review items": "offene Bewertungselemente", + "Open source": "Open Source", + "Open split view": "Geteilte Ansicht öffnen", + "Open workspace settings": "Arbeitsbereichseinstellungen öffnen", + "Opened document": "Geöffnetes Dokument", + "opened in split view.": "in geteilter Ansicht geöffnet.", + "Opened:": "Geöffnet:", + "Opens a read-only preview.": "Öffnet eine schreibgeschützte Vorschau.", + "Optimizing page breaks": "Seitenumbrüche optimieren", + "or": "oder", + "Overlap Set": "Überlappungssatz", + "Parsing markdown": "Parsing-Markdown", + "Participants": "Teilnehmer", + "Paste a GitHub file or repository URL.": "Paste a GitHub file or repository URL.", + "PDF": "PDF", + "PDF export failed:": "PDF export failed:", + "PDF generation progress": "PDF generation progress", + "Pie Chart": "Kreisdiagramm", + "Plain text only": "Nur Klartext", + "Please enter a GitHub URL.": "Please enter a GitHub URL.", + "Please enter a valid GitHub URL.": "Please enter a valid GitHub URL.", + "Please select at least one file to import.": "Bitte wählen Sie mindestens eine Datei zum Importieren aus.", + "Please upload Markdown files (.md or .markdown)": "Bitte laden Sie Markdown Dateien hoch (.md oder .markdown)", + "PNG": "PNG", + "PNG export failed:": "PNG export failed:", + "Polyphony Voices": "Polyphony Voices", + "prefixes.": "Präfixe.", + "Preparing": "Vorbereitung", + "Preparing document": "Preparing document", + "Preparing download": "Preparing download", + "Preparing import…": "Preparing import…", + "Preparing repository folder…": "Preparing repository folder…", + "Preserve Case": "Fall bewahren", + "Preserve Case (Ab)": "Fall bewahren (Ab)", + "Preview": "Vorschau", + "Preview Markdown": "Vorschau Markdown", + "Previous match": "Vorheriges Spiel", + "Previous match (Shift+Enter)": "Previous match (Shift+Enter)", + "Private mode": "Privatmodus", + "Project links": "Projektlinks", + "Project Roadmap": "Projekt-Roadmap", + "Protect Secret Workspace": "Geheimen Arbeitsbereich schützen", + "Quadrant Chart": "Quadrantendiagramm", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Die Schnellformatierung umfasst Hervorhebung, Anführungszeichen, Ausrichtung und Listen; In Insert finden seltenere Werkzeuge Platz, während Diagram & More direkt verfügbar bleibt.", + "Quick start": "Schnellstart", + "Ready to copy": "Bereit zum Kopieren", + "Recent": "Neu", + "Recent files": "Aktuelle Dateien", + "Recent queries...": "Aktuelle Anfragen...", + "Reconnect": "Erneut verbinden", + "Record Struct": "Datensatzstruktur", + "Record Structure": "Datensatzstruktur", + "Redo": "Wiederholen", + "Reference": "Referenz", + "Reference Number": "Referenznummer", + "Reference title": "Referenztitel", + "Remove all files and review data": "Entfernen Sie alle Dateien und überprüfen Sie die Daten", + "Remove from Favorites": "Aus Favoriten entfernen", + "Rename": "Umbenennen", + "Rename {{0}}": "{{0}} umbenennen", + "Rename file": "Datei umbenennen", + "Rename folder": "Ordner umbenennen", + "Rendered Markdown live preview": "Gerenderte Markdown Live-Vorschau", + "Rendering diagram…": "Rendering-Diagramm…", + "Rendering diagrams": "Diagramme rendern", + "Rendering math": "Mathematik rendern", + "Rendering music notation": "Musiknotation rendern", + "Rendering page {{0}} of {{1}}": "Rendering-Seite {{0}} von {{1}}", + "Rendering pages": "Seiten rendern", + "Replace": "Ersetzen", + "Replace All": "Alle ersetzen", + "Replace All Diff Preview": "Alle Diff-Vorschau ersetzen", + "Replace with": "Ersetzen durch", + "Report": "Melden", + "Report an issue": "Ein Problem melden", + "Requirements Diagram": "Anforderungsdiagramm", + "Reset": "Zurücksetzen", + "Reset & Enable": "Zurücksetzen und aktivieren", + "Reset all": "Alles zurücksetzen", + "Reset all files": "Alle Dateien zurücksetzen", + "Reset all files?": "Alle Dateien zurücksetzen?", + "Reset Position": "Position zurücksetzen", + "Reset Secret Workspace?": "Geheimen Arbeitsbereich zurücksetzen?", + "Reset Sequence": "Sequenz zurücksetzen", + "Reset view": "Ansicht zurücksetzen", + "Reset workspace": "Arbeitsbereich zurücksetzen", + "Reset zoom": "Zoom zurücksetzen", + "Resize document sidebar": "Größe der Seitenleiste des Dokuments ändern", + "Resize panes": "Fenstergröße ändern", + "Resolve all open review items": "Alle offenen Überprüfungselemente auflösen", + "Resolve feedback": "Feedback beheben", + "Resolved": "Gelöst", + "Resolved comments and suggestions will appear here.": "Gelöste Kommentare und Vorschläge werden hier angezeigt.", + "Review actions": "Überprüfen Sie die Aktionen", + "Review actions for": "Überprüfen Sie die Aktionen für", + "Review deletion cancelled because the active document changed.": "Das Löschen der Rezension wurde abgebrochen, da sich das aktive Dokument geändert hat.", + "review item": "Bewertungselement", + "Review mode": "Überprüfungsmodus", + "Review mode uses the read-only preview.": "Der Überprüfungsmodus verwendet die schreibgeschützte Vorschau.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review öffnet eine schreibgeschützte Vorschau, in der Sie Kommentare abgeben oder Änderungen an Überschriften, Absätzen, Codeblöcken und Diagrammen vorschlagen können.", + "Review pins": "Überprüfen Sie die Pins", + "Review summary copied.": "Rezensionszusammenfassung kopiert.", + "Right-to-left text": "Text von rechts nach links", + "Row count": "Zeilenanzahl", + "Saisissez votre markdown ici...": "Klicken Sie hier, um Ihren Markdown anzuzeigen...", + "Sankey Chart": "Sankey-Diagramm", + "Sankey Flow Chart": "Sankey-Flussdiagramm", + "Save": "Speichern", + "Saved": "Gespeichert", + "Saving image": "Bild speichern", + "Saving to Workspace /": "Speichern im Arbeitsbereich /", + "Saving...": "Speichern...", + "Scatter Plot": "Streudiagramm", + "Scope Filter": "Scope-Filter", + "Score in": "Punkte erzielen", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Partitur in {{0}}, {{1}} Meter, komponiert von {{2}}.", + "Scrivi il tuo markdown qui...": "Schreiben Sie Ihr Markdown-Qu...", + "Scroll left": "Scrollen Sie nach links", + "Scroll right": "Nach rechts scrollen", + "Scroll tabs left": "Tabs nach links scrollen", + "Scroll tabs right": "Tabs nach rechts scrollen", + "Search": "Suche", + "Search diagram templates": "Diagrammvorlagen durchsuchen", + "Search diagrams...": "Diagramme durchsuchen...", + "Search emojis": "Emojis suchen", + "Search files": "Dateien durchsuchen", + "Search History": "Suchverlauf", + "Search symbols": "Suchsymbole", + "Searching...": "Suche...", + "Second document": "Zweites Dokument", + "Secondary document": "Sekundärdokument", + "Secondary Markdown document": "Sekundäres Markdown-Dokument", + "Secondary Markdown preview": "Sekundäre Markdown-Vorschau", + "Secret Workspace": "Geheimer Arbeitsbereich", + "Secret Workspace encryption is unavailable in this browser or context.": "Die Secret Workspace-Verschlüsselung ist in diesem Browser oder Kontext nicht verfügbar.", + "Secret Workspace locked.": "Geheimer Arbeitsbereich gesperrt.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace benötigt lokalen Speicher. Schalten Sie den privaten Modus aus, bevor Sie den Zugriffsschlüssel festlegen oder entsperren.", + "Secret Workspace options": "Optionen für den geheimen Arbeitsbereich", + "Secret Workspace reset.": "Geheimer Arbeitsbereich zurückgesetzt.", + "Secret Workspace unlocked.": "Geheimer Arbeitsbereich freigeschaltet.", + "Secret Workspace, locked": "Geheimer Arbeitsbereich, gesperrt", + "Select": "Auswählen", + "Select a comment pin in the preview to add feedback.": "Wählen Sie in der Vorschau einen Kommentar-Pin aus, um Feedback hinzuzufügen.", + "Select all": "Alle auswählen", + "Select All": "Alle auswählen", + "Select Markdown file(s) to import": "Wählen Sie Markdown Datei(en) zum Importieren aus", + "Select Markdown files": "Wählen Sie Markdown-Dateien aus", + "Select no more than": "Wählen Sie nicht mehr als aus", + "selected": "ausgewählt", + "Selected block": "Ausgewählter Block", + "Selected diagram source": "Ausgewählte Diagrammquelle", + "selected items": "ausgewählte Elemente", + "selected items?": "ausgewählte Elemente?", + "selected.": "ausgewählt.", + "Sequence Diagram": "Sequenzdiagramm", + "Sequence preview": "Sequenzvorschau", + "Session active": "Sitzung aktiv", + "Session Active": "Sitzung aktiv", + "Session ended": "Sitzung beendet", + "Set password": "Passwort festlegen", + "Settings": "Einstellungen", + "Share": "Teilen", + "Share link appears here": "Der Link zum Teilen erscheint hier", + "Share link failed": "Link zum Teilen fehlgeschlagen", + "Share snapshot": "Schnappschuss teilen", + "Share Snapshot": "Schnappschuss teilen", + "Share URL": "Freigabe-URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Freigegebene Snapshot-Registerkarten sind temporär und können nicht heruntergeladen werden.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Freigegebene Snapshot-Registerkarten sind temporär und können nicht dupliziert werden.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Freigegebene Snapshot-Registerkarten sind temporär und können nicht erneut freigegeben werden.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Geteilte Snapshot-Registerkarten sind temporär und können Live Share nicht starten.", + "Shared snapshot tabs cannot be shared again.": "Freigegebene Snapshot-Registerkarten können nicht erneut freigegeben werden.", + "Shared snapshot tabs cannot start Live Share.": "Geteilte Snapshot-Registerkarten können Live Share nicht starten.", + "Sharing...": "Teilen...", + "Sheet music for:": "Noten für:", + "Sheet music for: {{0}}": "Noten für: {{0}}", + "Shift": "Verschiebung", + "Show access key": "Zugriffsschlüssel anzeigen", + "Show confirmation access key": "Bestätigungszugriffsschlüssel anzeigen", + "Show Diff Preview before replace": "Diff-Vorschau vor dem Ersetzen anzeigen", + "Show sidebar": "Seitenleiste anzeigen", + "Showing": "Wird angezeigt", + "Signal Glitches": "Signalstörungen", + "Signature and Speed": "Signatur und Geschwindigkeit", + "Simple Flow": "Einfacher Ablauf", + "Simple Tune": "Einfache Melodie", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Kleine Dokumente bleiben in der URL codiert. Große Dokumente nutzen temporäres Cloudflare KV für bis zu 90 Tage. Geteilte Tabs werden nicht lokal auf dem Gerät des Empfängers gespeichert.", + "Solid": "Solide", + "Solid Mode": "Solid-Modus", + "Spiked Round Ball": "Runder Ball mit Stacheln", + "Split": "Geteilt", + "Split document divider": "Geteilter Dokumententeiler", + "Split editor and live preview": "Geteilter Editor und Live-Vorschau", + "Split editor and preview": "Geteilter Editor und Vorschau", + "Split view closed.": "Geteilte Ansicht geschlossen.", + "Split view:": "Geteilte Ansicht:", + "Stacked Bar": "Gestapelter Balken", + "Stacked Bar Chart": "Gestapeltes Balkendiagramm", + "Start a session first": "Starten Sie zuerst eine Sitzung", + "Start a session to create an invite link": "Starten Sie eine Sitzung, um einen Einladungslink zu erstellen", + "Start session": "Sitzung starten", + "Start with a blank document or bring Markdown in from somewhere else.": "Beginnen Sie mit einem leeren Dokument oder bringen Sie Markdown von einer anderen Stelle ein.", + "Start with a clean Markdown file": "Beginnen Sie mit einer sauberen Markdown-Datei", + "Starting GitHub import...": "GitHub-Import wird gestartet...", + "Starting PNG Export": "PNG-Export starten", + "Starting…": "Beginnt…", + "State Diagram": "Zustandsdiagramm", + "STL 3D model zoom view": "Zoomansicht des STL-3D-Modells", + "Stop playback": "Wiedergabe stoppen", + "Strikethrough": "Durchgestrichen", + "Study Plan": "Studienplan", + "Study Topics": "Studienthemen", + "Suggested change": "Vorgeschlagene Änderung", + "Suggestion": "Vorschlag", + "Suggestion added.": "Vorschlag hinzugefügt.", + "suggestion.": "Vorschlag.", + "Support math expressions with LaTeX": "Unterstützt mathematische Ausdrücke mit LaTeX", + "Surface Angle": "Oberflächenwinkel", + "Surface Angle Mode": "Oberflächenwinkelmodus", + "SVG": "SVG", + "Switch language": "Sprache wechseln", + "Switch Language": "Sprache wechseln", + "Switch to dark appearance": "Zur dunklen Darstellung wechseln", + "Switch to light appearance": "Wechseln Sie zur hellen Erscheinung", + "Switch to LTR": "Wechseln Sie zu LTR", + "Switch to RTL": "Wechseln Sie zu RTL", + "Symbol list": "Symbolliste", + "Symbols & entities": "Symbole und Entitäten", + "Symbols & HTML Entities": "Symbole und HTML-Entitäten", + "Sync Off": "Synchronisierung aus", + "Sync On": "Synchronisierung ein", + "Sync scrolling": "Scrollen synchronisieren", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Synchrones Scrollen ist in der geteilten Ansicht verfügbar, um den Editor und die Vorschau aufeinander abzustimmen.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Synchronisieren, Kopieren, Überprüfen, Ansichtsmodi und Export bleiben in der Dokumentformatierungssymbolleiste.", + "Tab actions for": "Tab-Aktionen für", + "Tab download failed:": "Tab-Download fehlgeschlagen:", + "Table": "Tabelle", + "Tech Stack": "Tech-Stack", + "Technical Notation": "Technische Notation", + "Temporary": "Vorübergehend", + "Temporary in-memory room. No permanent document storage is created.": "Temporärer In-Memory-Raum. Es wird keine dauerhafte Dokumentenablage erstellt.", + "Terminal block": "Klemmenblock", + "Tetrahedron Mesh": "Tetraedernetz", + "Text case": "Textfall", + "Text layout": "Textlayout", + "Text style": "Textstil", + "The command-line file could not be opened because the": "Die Befehlszeilendatei konnte nicht geöffnet werden, da die", + "The file could not be moved because the destination could not be saved.": "Die Datei konnte nicht verschoben werden, da das Ziel nicht gespeichert werden konnte.", + "The live room could not be joined. Please check the invite link or connection.": "Dem Live-Raum konnte nicht beigetreten werden. Bitte überprüfen Sie den Einladungslink oder die Verbindung.", + "The repository folder could not be created.": "Der Repository-Ordner konnte nicht erstellt werden.", + "The share link could not be generated.": "Der Freigabelink konnte nicht generiert werden.", + "The shared snapshot could not be opened because the": "Der freigegebene Snapshot konnte nicht geöffnet werden, weil", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Die freigegebene URL konnte nicht dekodiert werden. Es kann beschädigt oder unvollständig sein.", + "Theme": "Thema", + "This comment or suggestion will be permanently deleted.": "Dieser Kommentar oder Vorschlag wird dauerhaft gelöscht.", + "This Live Share room has ended or is no longer active.": "Dieser Live Share-Raum wurde beendet oder ist nicht mehr aktiv.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Dadurch werden alle verschlüsselten Dateien und Ordner in Secret Workspace dauerhaft gelöscht. Der Inhalt kann nicht wiederhergestellt werden.", + "This review item is no longer available.": "Dieser Rezensionsartikel ist nicht mehr verfügbar.", + "This shared snapshot is view only.": "Dieser freigegebene Schnappschuss ist nur zum Ansehen.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Dieser freigegebene Schnappschuss ist nur zum Ansehen. Die Quelle Markdown kann nicht heruntergeladen oder kopiert werden.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Dadurch wird {{0}} entfernt und jede aktive Live Share-Sitzung beendet. Nicht gespeicherte Änderungen können nicht wiederhergestellt werden.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Dadurch werden alle Dateien und Überprüfungselemente entfernt. Nicht gespeicherte Änderungen können nicht wiederhergestellt werden.", + "ThisIs-Developer": "ThisIs-Developer", + "Timeline Diagram": "Zeitleistendiagramm", + "Timing Diagram": "Zeitdiagramm", + "Timing Signal Wave": "Timing-Signalwelle", + "Title": "Titel", + "Title case": "Titelfall", + "to build lists, and triple backticks for code blocks.": "zum Erstellen von Listen und dreifache Backticks für Codeblöcke.", + "to stay within the": "um innerhalb der zu bleiben", + "Toggle Dock Mode": "Dock-Modus umschalten", + "Toggle Floating Mode": "Schwebemodus umschalten", + "Toolbar descriptions": "Symbolleistenbeschreibungen", + "Topology Map": "Topologiekarte", + "Try again": "Versuchen Sie es erneut", + "Turn private mode off": "Privatmodus ausschalten", + "Turn private mode on": "Privatmodus aktivieren", + "Twisted Column": "Verdrehte Säule", + "Two documents are already open side by side": "Zwei Dokumente sind bereits nebeneinander geöffnet", + "Type your markdown here...": "Geben Sie hier Ihren Abschlag ein...", + "Type, paste, or import Markdown here...": "Geben Sie Markdown hier ein, fügen Sie es ein oder importieren Sie es...", + "Unable to load emojis.": "Emojis können nicht geladen werden.", + "Unable to render diagram.": "Diagramm kann nicht gerendert werden.", + "Unable to start import.": "Der Import konnte nicht gestartet werden.", + "Undo": "Rückgängig machen", + "Undo and Redo keep editing history close at hand.": "Mit den Funktionen „Rückgängig“ und „Wiederholen“ haben Sie den Bearbeitungsverlauf jederzeit zur Hand.", + "Unknown error": "Unbekannter Fehler", + "Unlock": "Entsperren", + "Unlock Secret Workspace": "Geheimen Arbeitsbereich freischalten", + "Unlock workspace": "Arbeitsbereich entsperren", + "Unlocking…": "Entsperren…", + "Upload from Device": "Vom Gerät hochladen", + "UPPERCASE": "GROSSBUCHSTABEN", + "Use": "Verwendung", + "Use at least 8 characters.": "Verwenden Sie mindestens 8 Zeichen.", + "Use Case Diagram": "Anwendungsfalldiagramm", + "Use dark appearance": "Dunkles Erscheinungsbild verwenden", + "Use dark mode": "Dunklen Modus verwenden", + "Use light mode": "Hellen Modus verwenden", + "Use Regular Expression": "Regulären Ausdruck verwenden", + "Use Regular Expression (.*)": "Regulären Ausdruck verwenden (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Verwenden Sie die Menüs „Überschrift“ und „Groß-/Kleinschreibung“ für Überschriften und Großschreibung von H1–H6.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Verwenden Sie die Ansichtsschaltflächen in der Symbolleiste, um zwischen den Modi Editor, Teilen und Vorschau zu wechseln.", + "User Journey": "Benutzerreise", + "Venn Diagram": "Venn-Diagramm", + "Version": "Version", + "View": "Ansicht", + "View Markdown Viewer on GitHub": "Sehen Sie sich Markdown Viewer auf GitHub an", + "View mode": "Ansichtsmodus", + "View on GitHub": "Auf GitHub ansehen", + "View only": "Nur Ansicht", + "Viewer": "Betrachter", + "Visualizador de Markdown": "Visualizador de Markdown", + "Visualizzatore Markdown": "Visualizer Markdown", + "WBS Hierarchy": "PSP-Hierarchie", + "Welcome template": "Willkommensvorlage", + "Welcome to Markdown": "Willkommen bei Markdown", + "Welcome to Markdown options": "Willkommen bei den Markdown-Optionen", + "Welcome, {{0}}": "Willkommen, {{0}}", + "will be imported because the": "wird importiert, weil die", + "Wireframe": "Drahtmodell", + "Wireframe Mode": "Wireframe-Modus", + "Words": "Wörter", + "Work Breakdown": "Arbeitsplan", + "Workspace": "Arbeitsbereich", + "Workspace actions": "Arbeitsbereichsaktionen", + "Workspace menu": "Arbeitsbereichsmenü", + "Workspace options": "Arbeitsbereichsoptionen", + "Workspace settings": "Arbeitsbereichseinstellungen", + "Workspace, file location": "Arbeitsbereich, Dateispeicherort", + "Workspaces": "Arbeitsbereiche", + "Workspaces, folders, and Markdown files": "Arbeitsbereiche, Ordner und Markdown-Dateien", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "Wrap", + "Wrap Around": "Umwickeln", + "Wrap Around (Wrap)": "Umwickeln (Umwickeln)", + "Write. Preview. Share.": "Schreiben. Vorschau. Aktie.", + "XY Chart": "XY-Diagramm", + "Your workspace is ready": "Ihr Arbeitsbereich ist bereit", + "Zoom in": "Vergrößern", + "Zoom In": "Vergrößern", + "Zoom model": "Zoom-Modell", + "Zoom out": "Verkleinern", + "Zoom Out": "Verkleinern", + "Введите здесь ваш markdown...": "Bitte teilen Sie Ihren Markdown mit...", + "Введіть ваш markdown тут...": "Führe deinen Markdown durch...", + "Переглядач Markdown": "Markdown", + "Просмотрщик Markdown": "Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Wählen Sie ein anderes Dokument.", + "Choose an alert style to insert into the document.": "Wählen Sie einen Benachrichtigungsstil aus, der in das Dokument eingefügt werden soll.", + "Collaborators can edit this document.": "Mitarbeiter können dieses Dokument bearbeiten.", + "Only the Live Share host can share snapshots from a live document.": "Nur der Live Share-Host kann Schnappschüsse aus einem Live-Dokument teilen.", + "Review the proposed changes before committing them to the document.": "Überprüfen Sie die vorgeschlagenen Änderungen, bevor Sie sie in das Dokument übernehmen.", + "{{0}} and {{1}}": "{{0}} und {{1}}", + "{{0}} file": "{{0}} Datei", + "{{0}} files": "{{0}} Dateien", + "{{0}} review item": "{{0}} Bewertungselement", + "{{0}} review items": "{{0}} Bewertungselemente", + "close": "schließen", + "Close all": "Alle schließen", + "delete": "löschen", + "download": "herunterladen", + "duplicate": "Duplikat", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "Sperre", + "move": "bewegen", + "open": "geöffnet", + "rename": "umbenennen", + "Unable to trim D2 SVG bounds": "D2-SVG-Grenzen können nicht gekürzt werden", + "ABC notation could not be rendered. Check the score syntax and retry.": "ABC-Notation konnte nicht gerendert werden. Überprüfen Sie die Score-Syntax und versuchen Sie es erneut.", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC-Notation-Renderer ist nicht verfügbar. Überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.", + "Creating link": "Link wird erstellt", + "Ending live room...": "Live-Raum wird beendet...", + "Failed to create share link:": "Freigabelink konnte nicht erstellt werden:", + "in split view": "in der geteilten Ansicht", + "Link failed": "Link fehlgeschlagen", + "Live room ended by the host": "Live-Raum vom Gastgeber beendet", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Meerjungfrau konnte nicht gerendert werden. Überprüfen Sie die Diagrammsyntax und versuchen Sie es erneut.", + "Open Markdown file": "Öffnen Sie die Datei Markdown", + "Preparing Mermaid for print...": "Meerjungfrau wird für den Druck vorbereitet...", + "Rendering Mermaid…": "Meerjungfrau rendern…", + "Save HTML document": "HTML-Dokument speichern", + "Save Markdown File": "Markdown-Datei speichern", + "Starting live room...": "Live-Raum wird gestartet...", + "Task item": "Aufgabenelement", + "The Live Share room could not be opened because the": "Der Live Share-Raum konnte nicht geöffnet werden, weil", + "This Live Share room has ended, expired, or no active host is available.": "Dieser Live Share-Raum ist beendet, abgelaufen oder es ist kein aktiver Gastgeber verfügbar.", + "Unable to start live room": "Live-Raum kann nicht gestartet werden", + "Use light appearance": "Verwenden Sie ein helles Erscheinungsbild", + "xMidYMid meet": "xMidYMid Treffen", + "A folder with this name already exists in the workspace.": "Ein Ordner mit diesem Namen ist bereits im Arbeitsbereich vorhanden.", + "Add another review item": "Fügen Sie ein weiteres Bewertungselement hinzu", + "Add suggestion": "Vorschlag hinzufügen", + "All feedback resolved": "Alle Rückmeldungen gelöst", + "Changes not saved": "Änderungen nicht gespeichert", + "Click Start session to create a temporary room and generate an invite link.": "Klicken Sie auf Sitzung starten, um einen temporären Raum zu erstellen und einen Einladungslink zu generieren.", + "Collaborators can view updates but cannot edit.": "Mitarbeiter können Aktualisierungen anzeigen, aber nicht bearbeiten.", + "Copy command was unsuccessful": "Der Kopierbefehl war nicht erfolgreich", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Kopieren Sie diesen Link und senden Sie ihn an Mitarbeiter. Neue Teilnehmer werden oben angezeigt, wenn sie beitreten.", + "Could not protect this workspace. Try again.": "Dieser Arbeitsbereich konnte nicht geschützt werden. Versuchen Sie es erneut.", + "Creating snapshot link...": "Snapshot-Link wird erstellt...", + "Delete folder": "Ordner löschen", + "Delete selected items": "Ausgewählte Elemente löschen", + "Edit comment": "Kommentar bearbeiten", + "Edit suggestion": "Vorschlag bearbeiten", + "Enter a folder name.": "Geben Sie einen Ordnernamen ein.", + "Enter a name.": "Geben Sie einen Namen ein.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Alles wurde gelöst. Wechseln Sie zu „Gelöst“ oder „Alle“, um früheres Feedback zu überprüfen.", + "GitHub import finished.": "GitHub-Import abgeschlossen.", + "Incorrect access key or unreadable Secret Workspace data.": "Falscher Zugriffsschlüssel oder unlesbare Secret Workspace-Daten.", + "Live room disconnected": "Live-Raum nicht verbunden", + "Maximum document limit reached": "Maximale Dokumentengrenze erreicht", + "Mermaid diagram": "Meerjungfrau-Diagramm", + "Mermaid diagram actions": "Meerjungfrau-Diagrammaktionen", + "No documents match your search.": "Keine Dokumente entsprechen Ihrer Suche.", + "Open or create a document to use editing tools.": "Öffnen oder erstellen Sie ein Dokument, um Bearbeitungswerkzeuge zu verwenden.", + "Review item deleted.": "Bewertungselement gelöscht.", + "Review item reopened.": "Bewertungselement erneut geöffnet.", + "Review item resolved.": "Überprüfungselement gelöst.", + "Review item updated.": "Bewertungselement aktualisiert.", + "Review mode keeps the Markdown source read only.": "Im Überprüfungsmodus bleibt die Quelle Markdown schreibgeschützt.", + "Room active - waiting for collaborators": "Raum aktiv – wartet auf Mitarbeiter", + "Save changes": "Änderungen speichern", + "Secret Workspace has not been set up yet.": "Secret Workspace wurde noch nicht eingerichtet.", + "The provided URL does not point to a Markdown file.": "Die angegebene URL verweist nicht auf eine Markdown-Datei.", + "This document is read only.": "Dieses Dokument ist schreibgeschützt.", + "This Live Share session is view only.": "Diese Live Share-Sitzung ist schreibgeschützt.", + "This share link has expired or does not exist.": "Dieser Freigabelink ist abgelaufen oder existiert nicht.", + "This shared document is read-only for you.": "Dieses freigegebene Dokument ist für Sie schreibgeschützt.", + "Your file is ready.": "Ihre Datei ist fertig.", + "Your files are ready.": "Ihre Dateien sind bereit." +} diff --git a/assets/i18n/en.json b/assets/i18n/en.json new file mode 100644 index 00000000..3a559005 --- /dev/null +++ b/assets/i18n/en.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-document limit has been reached.", + "-document limit would be exceeded.": "-document limit would be exceeded.", + "-document limit.": "-document limit.", + "— Copy/Paste": "— Copy/Paste", + "— Open Find & Replace": "— Open Find & Replace", + "— Redo": "— Redo", + "— Undo": "— Undo", + ", and": ", and", + ", favorite": ", favorite", + ", file location": ", file location", + ", locked": ", locked", + ", or": ", or", + ".md or .markdown files supported": ".md or .markdown files supported", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">", + "{{0}} and {{1}}": "{{0}} and {{1}}", + "{{0}} characters": "{{0}} characters", + "{{0}} details go here.": "{{0}} details go here.", + "{{0}} file": "{{0}} file", + "{{0}} file selected": "{{0}} file selected", + "{{0}} files": "{{0}} files", + "{{0}} files selected": "{{0}} files selected", + "{{0}} imported": "{{0}} imported", + "{{0}} Min Read": "{{0}} Min Read", + "{{0}} of {{1}} files": "{{0}} of {{1}} files", + "{{0}} of {{1}} matches": "{{0}} of {{1}} matches", + "{{0}} review item": "{{0}} review item", + "{{0}} review items": "{{0}} review items", + "{{0}} selected": "{{0}} selected", + "{{0}} Viewer": "{{0}} Viewer", + "{{0}} words": "{{0}} words", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 of", + "0 of 0": "0 of 0", + "0 of 0 matches": "0 of 0 matches", + "0 selected": "0 selected", + "1 of 50 files": "1 of 50 files", + "3D Model Viewer": "3D Model Viewer", + "3D Models": "3D Models", + "A browser-based Markdown editor, viewer, previewer, and reader.": "A browser-based Markdown editor, viewer, previewer, and reader.", + "A folder with this name already exists in the workspace.": "A folder with this name already exists in the workspace.", + "Ab": "Ab", + "ABC notation could not be rendered. Check the score syntax and retry.": "ABC notation could not be rendered. Check the score syntax and retry.", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC notation renderer is unavailable. Check your connection and retry.", + "About": "About", + "About Markdown Viewer": "About Markdown Viewer", + "Access": "Access", + "Access key": "Access key", + "Access keys do not match.": "Access keys do not match.", + "Access:": "Access:", + "Actions": "Actions", + "Active document,": "Active document,", + "Active document, Welcome to Markdown": "Active document, Welcome to Markdown", + "Activity Diagram": "Activity Diagram", + "Add another review item": "Add another review item", + "Add comment": "Add comment", + "Add feedback": "Add feedback", + "Add suggestion": "Add suggestion", + "Add syntax highlighting for code blocks": "Add syntax highlighting for code blocks", + "Add to Favorites": "Add to Favorites", + "Address / Link": "Address / Link", + "Address / URL": "Address / URL", + "Address & Data Buses": "Address & Data Buses", + "Advanced insertion": "Advanced insertion", + "Advanced Options": "Advanced Options", + "alert alert-danger": "alert alert-danger", + "Align center": "Align center", + "Align left": "Align left", + "Align right": "Align right", + "Alignment and direction": "Alignment and direction", + "All": "All", + "All changes saved": "All changes saved", + "All feedback resolved": "All feedback resolved", + "All workspace folders collapsed.": "All workspace folders collapsed.", + "All workspace folders expanded.": "All workspace folders expanded.", + "Alt Text (used for title)": "Alt Text (used for title)", + "Apache License 2.0": "Apache License 2.0", + "Appearance": "Appearance", + "Application information": "Application information", + "Application language": "Application language", + "Application menu": "Application menu", + "Application Programming Interface": "Application Programming Interface", + "Application shortcuts": "Application shortcuts", + "Apply": "Apply", + "Architecture Diagram": "Architecture Diagram", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Are you sure you want to clear the content of the active document? The document itself will not be deleted.", + "Area Chart": "Area Chart", + "Audio playback is not supported in this browser.": "Audio playback is not supported in this browser.", + "Back to content": "Back to content", + "Bar Chart": "Bar Chart", + "bi bi-github": "bi bi-github", + "Binary Counter": "Binary Counter", + "Blockquote": "Blockquote", + "Bold": "Bold", + "Browser Print (Recommended)": "Browser Print (Recommended)", + "Bubble Plot": "Bubble Plot", + "Bulleted list": "Bulleted list", + "C4 Container": "C4 Container", + "C4 Container Diagram": "C4 Container Diagram", + "Calculating...": "Calculating...", + "Calibration Cube": "Calibration Cube", + "Can edit": "Can edit", + "Cancel": "Cancel", + "Cancel feedback": "Cancel feedback", + "Cancel Image generation": "Cancel Image generation", + "Cancel PDF generation": "Cancel PDF generation", + "Cannot import: The selected file appears to be a binary file.": "Cannot import: The selected file appears to be a binary file.", + "Capturing document": "Capturing document", + "Capturing image": "Capturing image", + "Change text case": "Change text case", + "Changelog": "Changelog", + "Changes not saved": "Changes not saved", + "Chars": "Chars", + "Checkbox Map": "Checkbox Map", + "Checklist Map": "Checklist Map", + "Choose a different document.": "Choose a different document.", + "Choose a document to edit beside “": "Choose a document to edit beside “", + "Choose a second document to edit beside the current one.": "Choose a second document to edit beside the current one.", + "Choose an alert style to insert into the document.": "Choose an alert style to insert into the document.", + "Choose how the PDF should be generated.": "Choose how the PDF should be generated.", + "Choose how you want to begin.": "Choose how you want to begin.", + "Choose one or more Markdown files": "Choose one or more Markdown files", + "Choose text style": "Choose text style", + "Chords Strum": "Chords Strum", + "Class Diagram": "Class Diagram", + "Clear active document?": "Clear active document?", + "Clear All": "Clear All", + "Clear Document": "Clear Document", + "Clear document search": "Clear document search", + "Clear search": "Clear search", + "Click Start session to create a temporary room and generate an invite link.": "Click Start session to create a temporary room and generate an invite link.", + "close": "close", + "Close": "Close", + "Close {{0}}": "Close {{0}}", + "Close 3D modal": "Close 3D modal", + "Close about dialog": "Close about dialog", + "Close all": "Close all", + "Close clear document dialog": "Close clear document dialog", + "Close comments and suggestions": "Close comments and suggestions", + "Close confirmation": "Close confirmation", + "Close diagram dialog": "Close diagram dialog", + "Close diagram modal": "Close diagram modal", + "Close dialog": "Close dialog", + "Close diff preview dialog": "Close diff preview dialog", + "Close document sidebar": "Close document sidebar", + "Close expired live share dialog": "Close expired live share dialog", + "Close Explorer": "Close Explorer", + "Close find and replace panel": "Close find and replace panel", + "Close GitHub Emojis dialog": "Close GitHub Emojis dialog", + "Close GitHub import dialog": "Close GitHub import dialog", + "Close help dialog": "Close help dialog", + "Close image dialog": "Close image dialog", + "Close link dialog": "Close link dialog", + "Close live share dialog": "Close live share dialog", + "Close Markdown alerts dialog": "Close Markdown alerts dialog", + "Close menu": "Close menu", + "Close move dialog": "Close move dialog", + "Close others": "Close others", + "Close PDF export dialog": "Close PDF export dialog", + "Close reference dialog": "Close reference dialog", + "Close rename dialog": "Close rename dialog", + "Close reset confirmation dialog": "Close reset confirmation dialog", + "Close review deletion dialog": "Close review deletion dialog", + "Close review mode": "Close review mode", + "Close secret workspace dialog": "Close secret workspace dialog", + "Close share dialog": "Close share dialog", + "Close share error dialog": "Close share error dialog", + "Close split view dialog": "Close split view dialog", + "Close Symbols and HTML Entities dialog": "Close Symbols and HTML Entities dialog", + "Close table dialog": "Close table dialog", + "Close to the left": "Close to the left", + "Close to the right": "Close to the right", + "Close Welcome to Markdown": "Close Welcome to Markdown", + "Closed:": "Closed:", + "Closed: Not closed": "Closed: Not closed", + "Closed: Unavailable": "Closed: Unavailable", + "closed. Select it in Files to reopen it.": "closed. Select it in Files to reopen it.", + "Cluster Subgraph": "Cluster Subgraph", + "Code block": "Code block", + "Code blocks only": "Code blocks only", + "Code copied": "Code copied", + "code copied.": "code copied.", + "Code Mindmap": "Code Mindmap", + "Collaborators can edit and sync.": "Collaborators can edit and sync.", + "Collaborators can edit this document.": "Collaborators can edit this document.", + "Collaborators can view updates but cannot edit.": "Collaborators can view updates but cannot edit.", + "Collaborators can view without editing.": "Collaborators can view without editing.", + "Collapse all folders": "Collapse all folders", + "Collapse Workspace": "Collapse Workspace", + "Column count": "Column count", + "Comment": "Comment", + "Comment added.": "Comment added.", + "comment.": "comment.", + "Comments & suggestions": "Comments & suggestions", + "Commit Replacements": "Commit Replacements", + "Common formatting": "Common formatting", + "Common symbols": "Common symbols", + "Complete": "Complete", + "Complex Transaction": "Complex Transaction", + "Component Diagram": "Component Diagram", + "Confirm access key": "Confirm access key", + "Confirm action": "Confirm action", + "Connection lost": "Connection lost", + "Content structure": "Content structure", + "Copied": "Copied", + "Copied!": "Copied!", + "Copy": "Copy", + "Copy command was unsuccessful": "Copy command was unsuccessful", + "Copy failed": "Copy failed", + "Copy failed. Retry": "Copy failed. Retry", + "Copy image": "Copy image", + "Copy Image": "Copy Image", + "Copy image to clipboard": "Copy image to clipboard", + "Copy invite link": "Copy invite link", + "Copy JavaScript code": "Copy JavaScript code", + "Copy link": "Copy link", + "Copy Markdown": "Copy Markdown", + "Copy review summary": "Copy review summary", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Copy this link and send it to collaborators. New participants appear above when they join.", + "Could not protect this workspace. Try again.": "Could not protect this workspace. Try again.", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.", + "Create access key": "Create access key", + "Create folder": "Create folder", + "Create headings with": "Create headings with", + "Create new file": "Create new file", + "Create or import a document": "Create or import a document", + "Create responsive layout": "Create responsive layout", + "Create share link": "Create share link", + "Created after session starts": "Created after session starts", + "Creating link": "Creating link", + "Creating snapshot link...": "Creating snapshot link...", + "Ctrl": "Ctrl", + "Current Step": "Current Step", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Dark mode", + "Data Bus States": "Data Bus States", + "Data is stored locally": "Data is stored locally", + "Data Visualization": "Data Visualization", + "Date and time": "Date and time", + "delete": "delete", + "Delete": "Delete", + "Delete “{{0}}”?": "Delete “{{0}}”?", + "Delete {{0}} selected items?": "Delete {{0}} selected items?", + "Delete all": "Delete all", + "Delete all review items": "Delete all review items", + "Delete all review items?": "Delete all review items?", + "Delete feedback": "Delete feedback", + "Delete folder": "Delete folder", + "Delete folder?": "Delete folder?", + "Delete item": "Delete item", + "Delete review item?": "Delete review item?", + "Delete selected items": "Delete selected items", + "Deployment Nodes": "Deployment Nodes", + "Destination": "Destination", + "details go here.": "details go here.", + "Developed and maintained by": "Developed and maintained by", + "Diagram and more": "Diagram and more", + "Diagram Categories": "Diagram Categories", + "Diagram source code...": "Diagram source code...", + "Diagram templates": "Diagram templates", + "Diagram Viewer": "Diagram Viewer", + "Digite seu markdown aqui...": "Digite seu markdown aqui...", + "Directed Graph": "Directed Graph", + "Disable synchronized scrolling": "Disable synchronized scrolling", + "Display name": "Display name", + "Document added to favorites.": "Document added to favorites.", + "Document block": "Document block", + "Document removed from favorites.": "Document removed from favorites.", + "Document statistics": "Document statistics", + "Document statistics and save status": "Document statistics and save status", + "Document tools": "Document tools", + "Document utilities and view mode": "Document utilities and view mode", + "Document views": "Document views", + "documents reached. Delete an existing document to create or import another.": "documents reached. Delete an existing document to create or import another.", + "download": "download", + "Download {{0}}": "Download {{0}}", + "Download Markdown": "Download Markdown", + "Download PNG": "Download PNG", + "Download started": "Download started", + "Download SVG": "Download SVG", + "Drag files to move": "Drag files to move", + "Drop your Markdown files anywhere": "Drop your Markdown files anywhere", + "Duet Accord": "Duet Accord", + "duplicate": "duplicate", + "Duplicate": "Duplicate", + "Duplicate {{0}}": "Duplicate {{0}}", + "Edit": "Edit", + "Edit comment": "Edit comment", + "Edit feedback": "Edit feedback", + "Edit Markdown": "Edit Markdown", + "Edit suggestion": "Edit suggestion", + "Editing": "Editing", + "Editing and preview enabled.": "Editing and preview enabled.", + "Emoji list": "Emoji list", + "Emoji shortcode": "Emoji shortcode", + "Emojis loaded.": "Emojis loaded.", + "Emphasize text with": "Emphasize text with", + "Enable mermaid diagrams": "Enable mermaid diagrams", + "Enable synchronized scrolling": "Enable synchronized scrolling", + "Encrypting…": "Encrypting…", + "End live session": "End live session", + "End session": "End session", + "Ending live room...": "Ending live room...", + "English": "English", + "Enter a folder name.": "Enter a folder name.", + "Enter a name.": "Enter a name.", + "Enter fullscreen": "Enter fullscreen", + "Enter the local access key used to encrypt this workspace on this device.": "Enter the local access key used to encrypt this workspace on this device.", + "Entire Document": "Entire Document", + "Entity Relationship": "Entity Relationship", + "ER (Graphviz style)": "ER (Graphviz style)", + "ER Diagram": "ER Diagram", + "ER preview": "ER preview", + "ERD Table": "ERD Table", + "Error rendering 3D model: {{0}}": "Error rendering 3D model: {{0}}", + "Error rendering map: {{0}}": "Error rendering map: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Error rendering markdown: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Escribe tu markdown aquí...", + "Estimated remaining": "Estimated remaining", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Everything has been resolved. Switch to Resolved or All to review earlier feedback.", + "Exit fullscreen": "Exit fullscreen", + "Exit split view": "Exit split view", + "Expand all folders": "Expand all folders", + "Expand or collapse all is available in All files": "Expand or collapse all is available in All files", + "Expand Secret Workspace": "Expand Secret Workspace", + "Explore features with an example": "Explore features with an example", + "Explorer": "Explorer", + "Explorer item": "Explorer item", + "Explorer items deleted.": "Explorer items deleted.", + "Explorer selection cleared.": "Explorer selection cleared.", + "Export": "Export", + "Export as HTML": "Export as HTML", + "Export as Image": "Export as Image", + "Export as Markdown": "Export as Markdown", + "Export as PDF": "Export as PDF", + "Export document": "Export document", + "Export failed:": "Export failed:", + "Export PDF Options": "Export PDF Options", + "External Image (URL)": "External Image (URL)", + "Faceted Gear Wheel": "Faceted Gear Wheel", + "Failed to copy HTML:": "Failed to copy HTML:", + "Failed to copy Markdown:": "Failed to copy Markdown:", + "Failed to copy review summary:": "Failed to copy review summary:", + "Failed to copy share link:": "Failed to copy share link:", + "Failed to create share link:": "Failed to create share link:", + "Failed to import {{0}}": "Failed to import {{0}}", + "Failed to load emojis.": "Failed to load emojis.", + "Failed to load sharing library. Please check your connection and reload.": "Failed to load sharing library. Please check your connection and reload.", + "Failed to load sharing library. Please check your internet connection.": "Failed to load sharing library. Please check your internet connection.", + "Failed to locate Markdown files.": "Failed to locate Markdown files.", + "Failed to read the file. Please check permissions and try again.": "Failed to read the file. Please check permissions and try again.", + "Failed to start Live Share. Please check your connection and try again.": "Failed to start Live Share. Please check your connection and try again.", + "FAQ": "FAQ", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Faster, suggested for large documents. Note: images, diagrams, etc. might break.", + "Favorite": "Favorite", + "Favorites": "Favorites", + "Favs": "Favs", + "Feature Collection Map": "Feature Collection Map", + "Feedback type": "Feedback type", + "Fetching file tree...": "Fetching file tree...", + "file": "file", + "File actions": "File actions", + "File created": "File created", + "File deleted": "File deleted", + "File is already in that location.": "File is already in that location.", + "File is too large (maximum 10MB supported).": "File is too large (maximum 10MB supported).", + "File moved to": "File moved to", + "File name": "File name", + "File options": "File options", + "File options for": "File options for", + "File options for Welcome to Markdown": "File options for Welcome to Markdown", + "File renamed": "File renamed", + "files": "files", + "files available in the tree.": "files available in the tree.", + "Files deleted": "Files deleted", + "Filter review items": "Filter review items", + "Find": "Find", + "Find & Replace": "Find & Replace", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.", + "Find and replace": "Find and replace", + "Find and Replace": "Find and Replace", + "Find in Selection": "Find in Selection", + "Find in Selection (Sel)": "Find in Selection (Sel)", + "Find query": "Find query", + "Finite State Machine": "Finite State Machine", + "Fit": "Fit", + "Fit diagram to screen": "Fit diagram to screen", + "Flowchart (Left-Right)": "Flowchart (Left-Right)", + "Flowchart (LR)": "Flowchart (LR)", + "Flowchart (TD)": "Flowchart (TD)", + "Flowchart (Top-Down)": "Flowchart (Top-Down)", + "folder": "folder", + "Folder created": "Folder created", + "Folder created:": "Folder created:", + "Folder deleted": "Folder deleted", + "Folder deleted. Documents moved to the workspace root.": "Folder deleted. Documents moved to the workspace root.", + "Folder name": "Folder name", + "Folder renamed": "Folder renamed", + "Folder renamed to": "Folder renamed to", + "folders": "folders", + "Folders stay one level deep inside a workspace.": "Folders stay one level deep inside a workspace.", + "Folk & Lyrics": "Folk & Lyrics", + "for this block.": "for this block.", + "Forgot access key? Reset Secret Workspace": "Forgot access key? Reset Secret Workspace", + "Fresh Tomato": "Fresh Tomato", + "From files": "From files", + "From GitHub": "From GitHub", + "FSM Diagram": "FSM Diagram", + "Fullscreen": "Fullscreen", + "Gantt Chart": "Gantt Chart", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Generating Image", + "Generating Image...": "Generating Image...", + "Generating PDF": "Generating PDF", + "Generating PDF...": "Generating PDF...", + "Git Graph": "Git Graph", + "GitHub Emojis": "GitHub Emojis", + "GitHub files loaded.": "GitHub files loaded.", + "GitHub import": "GitHub import", + "GitHub import failed:": "GitHub import failed:", + "GitHub import failed.": "GitHub import failed.", + "GitHub import failed. The repository folder could not be created.": "GitHub import failed. The repository folder could not be created.", + "GitHub import finished.": "GitHub import finished.", + "GitHub Repository": "GitHub Repository", + "GitHub URL": "GitHub URL", + "Glitchy Waveform": "Glitchy Waveform", + "Graphical User Interface": "Graphical User Interface", + "Grid Layout": "Grid Layout", + "Grouped Nodes": "Grouped Nodes", + "Guitar Chords": "Guitar Chords", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "Heading 1": "Heading 1", + "Heading 2": "Heading 2", + "Heading 3": "Heading 3", + "Heading 4": "Heading 4", + "Heading 5": "Heading 5", + "Heading 6": "Heading 6", + "Heading levels": "Heading levels", + "Headings only": "Headings only", + "Heatmap Matrix": "Heatmap Matrix", + "Hide access key": "Hide access key", + "Hide sidebar": "Hide sidebar", + "Hierarchy Tree": "Hierarchy Tree", + "History": "History", + "Horizontal rule": "Horizontal rule", + "HTML": "HTML", + "HTML entities": "HTML entities", + "HTML export failed:": "HTML export failed:", + "Image": "Image", + "Image (.png)": "Image (.png)", + "Image description": "Image description", + "Image generation progress": "Image generation progress", + "Image URL": "Image URL", + "Implement live preview with GitHub styling": "Implement live preview with GitHub styling", + "Import": "Import", + "Import complete": "Import complete", + "Import completed with errors": "Import completed with errors", + "Import failed": "Import failed", + "Import finished with issues": "Import finished with issues", + "Import from files": "Import from files", + "Import from GitHub": "Import from GitHub", + "Import Markdown from GitHub": "Import Markdown from GitHub", + "Import Selected": "Import Selected", + "Importing {{0}}": "Importing {{0}}", + "Importing file": "Importing file", + "Importing files": "Importing files", + "Importing from GitHub": "Importing from GitHub", + "Importing selected files from GitHub...": "Importing selected files from GitHub...", + "Importing...": "Importing...", + "in split view": "in split view", + "Incorrect access key or unreadable Secret Workspace data.": "Incorrect access key or unreadable Secret Workspace data.", + "Inline code": "Inline code", + "Inline Code Blocks": "Inline Code Blocks", + "Insert": "Insert", + "Insert Diagram & More": "Insert Diagram & More", + "Insert image": "Insert image", + "Insert link": "Insert link", + "Insert reference": "Insert reference", + "Insert table": "Insert table", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.", + "Invite link": "Invite link", + "Italic": "Italic", + "item": "item", + "items": "items", + "items available.": "items available.", + "Items deleted": "Items deleted", + "JavaScript": "JavaScript", + "JSON Document": "JSON Document", + "JSON Viewer": "JSON Viewer", + "Key Signature & Tempo": "Key Signature & Tempo", + "Keyboard shortcuts": "Keyboard shortcuts", + "Landmark Point": "Landmark Point", + "Language:": "Language:", + "Language: JavaScript": "Language: JavaScript", + "LaTeX blocks only": "LaTeX blocks only", + "Leave a focused comment for the author...": "Leave a focused comment for the author...", + "Leave session": "Leave session", + "Lecteur Markdown": "Lecteur Markdown", + "Left Live Share session.": "Left Live Share session.", + "Left-to-right text": "Left-to-right text", + "Legacy Raster PDF": "Legacy Raster PDF", + "Light mode": "Light mode", + "Line Chart": "Line Chart", + "Link": "Link", + "Link copied": "Link copied", + "Link failed": "Link failed", + "Link Text": "Link Text", + "Link title": "Link title", + "Listen to score": "Listen to score", + "Live collaborators": "Live collaborators", + "Live room disconnected": "Live room disconnected", + "Live room ended by the host": "Live room ended by the host", + "Live Share": "Live Share", + "Live Share access mode": "Live Share access mode", + "Live Share invite link": "Live Share invite link", + "Live Share is view only.": "Live Share is view only.", + "Live Share participants": "Live Share participants", + "Live Share room expired": "Live Share room expired", + "Live Share session ended by the host.": "Live Share session ended by the host.", + "Live Share session ended.": "Live Share session ended.", + "Live Share session started.": "Live Share session started.", + "Loading document assets": "Loading document assets", + "Loading emojis...": "Loading emojis...", + "Loading image renderer": "Loading image renderer", + "Loading PDF libraries": "Loading PDF libraries", + "Loading...": "Loading...", + "lock": "lock", + "Lock workspace": "Lock workspace", + "Locked": "Locked", + "lowercase": "lowercase", + "Lyrics Song": "Lyrics Song", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown alert", + "Markdown alert types": "Markdown alert types", + "Markdown alerts": "Markdown alerts", + "Markdown document": "Markdown document", + "Markdown editor input with live preview": "Markdown editor input with live preview", + "Markdown file import progress": "Markdown file import progress", + "Markdown formatting toolbar for plain-text editing": "Markdown formatting toolbar for plain-text editing", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown preview only", + "Markdown source is unavailable for view-only snapshots": "Markdown source is unavailable for view-only snapshots", + "Markdown tips": "Markdown tips", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Help", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Markmap preview", + "match": "match", + "Match Case": "Match Case", + "Match Case (Aa)": "Match Case (Aa)", + "Match Whole Word": "Match Whole Word", + "Match Whole Word (W)": "Match Whole Word (W)", + "matches": "matches", + "Maximum document limit reached": "Maximum document limit reached", + "Maximum document limit reached.": "Maximum document limit reached.", + "Maximum of": "Maximum of", + "Menu": "Menu", + "Mermaid blocks only": "Mermaid blocks only", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Mermaid could not be rendered. Check the diagram syntax and retry.", + "Mermaid diagram": "Mermaid diagram", + "Mermaid diagram actions": "Mermaid diagram actions", + "meter, composed by": "meter, composed by", + "Min Read": "Min Read", + "Mind Maps": "Mind Maps", + "Mindmap Diagram": "Mindmap Diagram", + "Mindmap Outline": "Mindmap Outline", + "Model actions": "Model actions", + "more participant": "more participant", + "More tools": "More tools", + "move": "move", + "Move": "Move", + "Move “": "Move “", + "Move {{0}} selected items": "Move {{0}} selected items", + "Move document": "Move document", + "Multi-Voice Harmony": "Multi-Voice Harmony", + "Music notation block": "Music notation block", + "Name": "Name", + "Name item": "Name item", + "Native HTML save failed:": "Native HTML save failed:", + "Native import failed:": "Native import failed:", + "Native save failed:": "Native save failed:", + "Native tab download failed:": "Native tab download failed:", + "Network (nwdiag)": "Network (nwdiag)", + "Network error while loading shared content.": "Network error while loading shared content.", + "Network Map": "Network Map", + "Network Topology": "Network Topology", + "New": "New", + "New document": "New document", + "New file": "New file", + "New file (Ctrl+T)": "New file (Ctrl+T)", + "New folder": "New folder", + "New folder in": "New folder in", + "New folder in Workspace": "New folder in Workspace", + "New Markdown file in": "New Markdown file in", + "New Markdown file in Workspace": "New Markdown file in Workspace", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.", + "Next match": "Next match", + "Next match (Enter)": "Next match (Enter)", + "No data is stored": "No data is stored", + "No diagrams found.": "No diagrams found.", + "No document is open": "No document is open", + "No documents match your search.": "No documents match your search.", + "No documents open": "No documents open", + "No documents to show.": "No documents to show.", + "No emojis found.": "No emojis found.", + "No favorite documents yet.": "No favorite documents yet.", + "No feedback yet": "No feedback yet", + "No file open": "No file open", + "No files selected": "No files selected", + "No live room active": "No live room active", + "No Markdown files were found at that GitHub location.": "No Markdown files were found at that GitHub location.", + "No matching files": "No matching files", + "No open feedback": "No open feedback", + "No recent documents": "No recent documents", + "No resolved feedback": "No resolved feedback", + "No results": "No results", + "No symbols found.": "No symbols found.", + "Numbered list": "Numbered list", + "Object Diagram": "Object Diagram", + "Object Instances": "Object Instances", + "Object Types": "Object Types", + "of": "of", + "Off": "Off", + "On": "On", + "Only the first": "Only the first", + "Only the Live Share host can share snapshots from a live document.": "Only the Live Share host can share snapshots from a live document.", + "open": "open", + "Open": "Open", + "Open a file or repository": "Open a file or repository", + "Open comments and suggestions": "Open comments and suggestions", + "Open diagram viewer": "Open diagram viewer", + "Open diagram viewer with zoom and pan controls": "Open diagram viewer with zoom and pan controls", + "Open document tabs": "Open document tabs", + "Open Explorer": "Open Explorer", + "Open export menu": "Open export menu", + "Open from device": "Open from device", + "Open in split view": "Open in split view", + "Open Markdown file": "Open Markdown file", + "Open menu": "Open menu", + "Open new document menu": "Open new document menu", + "Open or create a document to use editing tools.": "Open or create a document to use editing tools.", + "Open or create another document before starting split view.": "Open or create another document before starting split view.", + "open review item": "open review item", + "open review items": "open review items", + "Open source": "Open source", + "Open split view": "Open split view", + "Open workspace settings": "Open workspace settings", + "Opened document": "Opened document", + "opened in split view.": "opened in split view.", + "Opened:": "Opened:", + "Opens a read-only preview.": "Opens a read-only preview.", + "Optimizing page breaks": "Optimizing page breaks", + "or": "or", + "Overlap Set": "Overlap Set", + "Parsing markdown": "Parsing markdown", + "Participants": "Participants", + "Paste a GitHub file or repository URL.": "Paste a GitHub file or repository URL.", + "PDF": "PDF", + "PDF export failed:": "PDF export failed:", + "PDF generation progress": "PDF generation progress", + "Pie Chart": "Pie Chart", + "Plain text only": "Plain text only", + "Please enter a GitHub URL.": "Please enter a GitHub URL.", + "Please enter a valid GitHub URL.": "Please enter a valid GitHub URL.", + "Please select at least one file to import.": "Please select at least one file to import.", + "Please upload Markdown files (.md or .markdown)": "Please upload Markdown files (.md or .markdown)", + "PNG": "PNG", + "PNG export failed:": "PNG export failed:", + "Polyphony Voices": "Polyphony Voices", + "prefixes.": "prefixes.", + "Preparing": "Preparing", + "Preparing document": "Preparing document", + "Preparing download": "Preparing download", + "Preparing import…": "Preparing import…", + "Preparing Mermaid for print...": "Preparing Mermaid for print...", + "Preparing repository folder…": "Preparing repository folder…", + "Preserve Case": "Preserve Case", + "Preserve Case (Ab)": "Preserve Case (Ab)", + "Preview": "Preview", + "Preview Markdown": "Preview Markdown", + "Previous match": "Previous match", + "Previous match (Shift+Enter)": "Previous match (Shift+Enter)", + "Private mode": "Private mode", + "Project links": "Project links", + "Project Roadmap": "Project Roadmap", + "Protect Secret Workspace": "Protect Secret Workspace", + "Quadrant Chart": "Quadrant Chart", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.", + "Quick start": "Quick start", + "Ready to copy": "Ready to copy", + "Recent": "Recent", + "Recent files": "Recent files", + "Recent queries...": "Recent queries...", + "Reconnect": "Reconnect", + "Record Struct": "Record Struct", + "Record Structure": "Record Structure", + "Redo": "Redo", + "Reference": "Reference", + "Reference Number": "Reference Number", + "Reference title": "Reference title", + "Remove all files and review data": "Remove all files and review data", + "Remove from Favorites": "Remove from Favorites", + "rename": "rename", + "Rename": "Rename", + "Rename {{0}}": "Rename {{0}}", + "Rename file": "Rename file", + "Rename folder": "Rename folder", + "Rendered Markdown live preview": "Rendered Markdown live preview", + "Rendering diagram…": "Rendering diagram…", + "Rendering diagrams": "Rendering diagrams", + "Rendering math": "Rendering math", + "Rendering Mermaid…": "Rendering Mermaid…", + "Rendering music notation": "Rendering music notation", + "Rendering page {{0}} of {{1}}": "Rendering page {{0}} of {{1}}", + "Rendering pages": "Rendering pages", + "Replace": "Replace", + "Replace All": "Replace All", + "Replace All Diff Preview": "Replace All Diff Preview", + "Replace with": "Replace with", + "Report": "Report", + "Report an issue": "Report an issue", + "Requirements Diagram": "Requirements Diagram", + "Reset": "Reset", + "Reset & Enable": "Reset & Enable", + "Reset all": "Reset all", + "Reset all files": "Reset all files", + "Reset all files?": "Reset all files?", + "Reset Position": "Reset Position", + "Reset Secret Workspace?": "Reset Secret Workspace?", + "Reset Sequence": "Reset Sequence", + "Reset view": "Reset view", + "Reset workspace": "Reset workspace", + "Reset zoom": "Reset zoom", + "Resize document sidebar": "Resize document sidebar", + "Resize panes": "Resize panes", + "Resolve all open review items": "Resolve all open review items", + "Resolve feedback": "Resolve feedback", + "Resolved": "Resolved", + "Resolved comments and suggestions will appear here.": "Resolved comments and suggestions will appear here.", + "Review actions": "Review actions", + "Review actions for": "Review actions for", + "Review deletion cancelled because the active document changed.": "Review deletion cancelled because the active document changed.", + "review item": "review item", + "Review item deleted.": "Review item deleted.", + "Review item reopened.": "Review item reopened.", + "Review item resolved.": "Review item resolved.", + "Review item updated.": "Review item updated.", + "Review mode": "Review mode", + "Review mode keeps the Markdown source read only.": "Review mode keeps the Markdown source read only.", + "Review mode uses the read-only preview.": "Review mode uses the read-only preview.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.", + "Review pins": "Review pins", + "Review summary copied.": "Review summary copied.", + "Review the proposed changes before committing them to the document.": "Review the proposed changes before committing them to the document.", + "Right-to-left text": "Right-to-left text", + "Room active - waiting for collaborators": "Room active - waiting for collaborators", + "Row count": "Row count", + "Saisissez votre markdown ici...": "Saisissez votre markdown ici...", + "Sankey Chart": "Sankey Chart", + "Sankey Flow Chart": "Sankey Flow Chart", + "Save": "Save", + "Save changes": "Save changes", + "Save HTML document": "Save HTML document", + "Save Markdown File": "Save Markdown File", + "Saved": "Saved", + "Saving image": "Saving image", + "Saving to Workspace /": "Saving to Workspace /", + "Saving...": "Saving...", + "Scatter Plot": "Scatter Plot", + "Scope Filter": "Scope Filter", + "Score in": "Score in", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Score in {{0}}, {{1}} meter, composed by {{2}}.", + "Scrivi il tuo markdown qui...": "Scrivi il tuo markdown qui...", + "Scroll left": "Scroll left", + "Scroll right": "Scroll right", + "Scroll tabs left": "Scroll tabs left", + "Scroll tabs right": "Scroll tabs right", + "Search": "Search", + "Search diagram templates": "Search diagram templates", + "Search diagrams...": "Search diagrams...", + "Search emojis": "Search emojis", + "Search files": "Search files", + "Search History": "Search History", + "Search symbols": "Search symbols", + "Searching...": "Searching...", + "Second document": "Second document", + "Secondary document": "Secondary document", + "Secondary Markdown document": "Secondary Markdown document", + "Secondary Markdown preview": "Secondary Markdown preview", + "Secret Workspace": "Secret Workspace", + "Secret Workspace encryption is unavailable in this browser or context.": "Secret Workspace encryption is unavailable in this browser or context.", + "Secret Workspace has not been set up yet.": "Secret Workspace has not been set up yet.", + "Secret Workspace locked.": "Secret Workspace locked.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.", + "Secret Workspace options": "Secret Workspace options", + "Secret Workspace reset.": "Secret Workspace reset.", + "Secret Workspace unlocked.": "Secret Workspace unlocked.", + "Secret Workspace, locked": "Secret Workspace, locked", + "Select": "Select", + "Select a comment pin in the preview to add feedback.": "Select a comment pin in the preview to add feedback.", + "Select all": "Select all", + "Select All": "Select All", + "Select Markdown file(s) to import": "Select Markdown file(s) to import", + "Select Markdown files": "Select Markdown files", + "Select no more than": "Select no more than", + "selected": "selected", + "Selected block": "Selected block", + "Selected diagram source": "Selected diagram source", + "selected items": "selected items", + "selected items?": "selected items?", + "selected.": "selected.", + "Sequence Diagram": "Sequence Diagram", + "Sequence preview": "Sequence preview", + "Session active": "Session active", + "Session Active": "Session Active", + "Session ended": "Session ended", + "Set password": "Set password", + "Settings": "Settings", + "Share": "Share", + "Share link appears here": "Share link appears here", + "Share link failed": "Share link failed", + "Share snapshot": "Share snapshot", + "Share Snapshot": "Share Snapshot", + "Share URL": "Share URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Shared snapshot tabs are temporary and cannot be downloaded.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Shared snapshot tabs are temporary and cannot be duplicated.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Shared snapshot tabs are temporary and cannot be shared again.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Shared snapshot tabs are temporary and cannot start Live Share.", + "Shared snapshot tabs cannot be shared again.": "Shared snapshot tabs cannot be shared again.", + "Shared snapshot tabs cannot start Live Share.": "Shared snapshot tabs cannot start Live Share.", + "Sharing...": "Sharing...", + "Sheet music for:": "Sheet music for:", + "Sheet music for: {{0}}": "Sheet music for: {{0}}", + "Shift": "Shift", + "Show access key": "Show access key", + "Show confirmation access key": "Show confirmation access key", + "Show Diff Preview before replace": "Show Diff Preview before replace", + "Show sidebar": "Show sidebar", + "Showing": "Showing", + "Signal Glitches": "Signal Glitches", + "Signature and Speed": "Signature and Speed", + "Simple Flow": "Simple Flow", + "Simple Tune": "Simple Tune", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.", + "Solid": "Solid", + "Solid Mode": "Solid Mode", + "Spiked Round Ball": "Spiked Round Ball", + "Split": "Split", + "Split document divider": "Split document divider", + "Split editor and live preview": "Split editor and live preview", + "Split editor and preview": "Split editor and preview", + "Split view closed.": "Split view closed.", + "Split view:": "Split view:", + "Stacked Bar": "Stacked Bar", + "Stacked Bar Chart": "Stacked Bar Chart", + "Start a session first": "Start a session first", + "Start a session to create an invite link": "Start a session to create an invite link", + "Start session": "Start session", + "Start with a blank document or bring Markdown in from somewhere else.": "Start with a blank document or bring Markdown in from somewhere else.", + "Start with a clean Markdown file": "Start with a clean Markdown file", + "Starting GitHub import...": "Starting GitHub import...", + "Starting live room...": "Starting live room...", + "Starting PNG Export": "Starting PNG Export", + "Starting…": "Starting…", + "State Diagram": "State Diagram", + "STL 3D model zoom view": "STL 3D model zoom view", + "Stop playback": "Stop playback", + "Strikethrough": "Strikethrough", + "Study Plan": "Study Plan", + "Study Topics": "Study Topics", + "Suggested change": "Suggested change", + "Suggestion": "Suggestion", + "Suggestion added.": "Suggestion added.", + "suggestion.": "suggestion.", + "Support math expressions with LaTeX": "Support math expressions with LaTeX", + "Surface Angle": "Surface Angle", + "Surface Angle Mode": "Surface Angle Mode", + "SVG": "SVG", + "Switch language": "Switch language", + "Switch Language": "Switch Language", + "Switch to dark appearance": "Switch to dark appearance", + "Switch to light appearance": "Switch to light appearance", + "Switch to LTR": "Switch to LTR", + "Switch to RTL": "Switch to RTL", + "Symbol list": "Symbol list", + "Symbols & entities": "Symbols & entities", + "Symbols & HTML Entities": "Symbols & HTML Entities", + "Sync Off": "Sync Off", + "Sync On": "Sync On", + "Sync scrolling": "Sync scrolling", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Sync scrolling is available in Split view to keep the editor and preview aligned.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.", + "Tab actions for": "Tab actions for", + "Tab download failed:": "Tab download failed:", + "Table": "Table", + "Task item": "Task item", + "Tech Stack": "Tech Stack", + "Technical Notation": "Technical Notation", + "Temporary": "Temporary", + "Temporary in-memory room. No permanent document storage is created.": "Temporary in-memory room. No permanent document storage is created.", + "Terminal block": "Terminal block", + "Tetrahedron Mesh": "Tetrahedron Mesh", + "Text case": "Text case", + "Text layout": "Text layout", + "Text style": "Text style", + "The command-line file could not be opened because the": "The command-line file could not be opened because the", + "The file could not be moved because the destination could not be saved.": "The file could not be moved because the destination could not be saved.", + "The live room could not be joined. Please check the invite link or connection.": "The live room could not be joined. Please check the invite link or connection.", + "The Live Share room could not be opened because the": "The Live Share room could not be opened because the", + "The provided URL does not point to a Markdown file.": "The provided URL does not point to a Markdown file.", + "The repository folder could not be created.": "The repository folder could not be created.", + "The share link could not be generated.": "The share link could not be generated.", + "The shared snapshot could not be opened because the": "The shared snapshot could not be opened because the", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "The shared URL could not be decoded. It may be corrupted or incomplete.", + "Theme": "Theme", + "This comment or suggestion will be permanently deleted.": "This comment or suggestion will be permanently deleted.", + "This document is read only.": "This document is read only.", + "This Live Share room has ended or is no longer active.": "This Live Share room has ended or is no longer active.", + "This Live Share room has ended, expired, or no active host is available.": "This Live Share room has ended, expired, or no active host is available.", + "This Live Share session is view only.": "This Live Share session is view only.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.", + "This review item is no longer available.": "This review item is no longer available.", + "This share link has expired or does not exist.": "This share link has expired or does not exist.", + "This shared document is read-only for you.": "This shared document is read-only for you.", + "This shared snapshot is view only.": "This shared snapshot is view only.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "This will remove all files and review items. Unsaved changes cannot be recovered.", + "ThisIs-Developer": "ThisIs-Developer", + "Timeline Diagram": "Timeline Diagram", + "Timing Diagram": "Timing Diagram", + "Timing Signal Wave": "Timing Signal Wave", + "Title": "Title", + "Title case": "Title case", + "to build lists, and triple backticks for code blocks.": "to build lists, and triple backticks for code blocks.", + "to stay within the": "to stay within the", + "Toggle Dock Mode": "Toggle Dock Mode", + "Toggle Floating Mode": "Toggle Floating Mode", + "Toolbar descriptions": "Toolbar descriptions", + "Topology Map": "Topology Map", + "Try again": "Try again", + "Turn private mode off": "Turn private mode off", + "Turn private mode on": "Turn private mode on", + "Twisted Column": "Twisted Column", + "Two documents are already open side by side": "Two documents are already open side by side", + "Type your markdown here...": "Type your markdown here...", + "Type, paste, or import Markdown here...": "Type, paste, or import Markdown here...", + "Unable to load emojis.": "Unable to load emojis.", + "Unable to render diagram.": "Unable to render diagram.", + "Unable to start import.": "Unable to start import.", + "Unable to start live room": "Unable to start live room", + "Unable to trim D2 SVG bounds": "Unable to trim D2 SVG bounds", + "Undo": "Undo", + "Undo and Redo keep editing history close at hand.": "Undo and Redo keep editing history close at hand.", + "Unknown error": "Unknown error", + "Unlock": "Unlock", + "Unlock Secret Workspace": "Unlock Secret Workspace", + "Unlock workspace": "Unlock workspace", + "Unlocking…": "Unlocking…", + "Upload from Device": "Upload from Device", + "UPPERCASE": "UPPERCASE", + "Use": "Use", + "Use at least 8 characters.": "Use at least 8 characters.", + "Use Case Diagram": "Use Case Diagram", + "Use dark appearance": "Use dark appearance", + "Use dark mode": "Use dark mode", + "Use light appearance": "Use light appearance", + "Use light mode": "Use light mode", + "Use Regular Expression": "Use Regular Expression", + "Use Regular Expression (.*)": "Use Regular Expression (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Use the Heading and Case menus for H1–H6 headings and capitalization.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.", + "User Journey": "User Journey", + "Venn Diagram": "Venn Diagram", + "Version": "Version", + "View": "View", + "View Markdown Viewer on GitHub": "View Markdown Viewer on GitHub", + "View mode": "View mode", + "View on GitHub": "View on GitHub", + "View only": "View only", + "Viewer": "Viewer", + "Visualizador de Markdown": "Visualizador de Markdown", + "Visualizzatore Markdown": "Visualizzatore Markdown", + "WBS Hierarchy": "WBS Hierarchy", + "Welcome template": "Welcome template", + "Welcome to Markdown": "Welcome to Markdown", + "Welcome to Markdown options": "Welcome to Markdown options", + "Welcome, {{0}}": "Welcome, {{0}}", + "will be imported because the": "will be imported because the", + "Wireframe": "Wireframe", + "Wireframe Mode": "Wireframe Mode", + "Words": "Words", + "Work Breakdown": "Work Breakdown", + "Workspace": "Workspace", + "Workspace actions": "Workspace actions", + "Workspace menu": "Workspace menu", + "Workspace options": "Workspace options", + "Workspace settings": "Workspace settings", + "Workspace, file location": "Workspace, file location", + "Workspaces": "Workspaces", + "Workspaces, folders, and Markdown files": "Workspaces, folders, and Markdown files", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "Wrap", + "Wrap Around": "Wrap Around", + "Wrap Around (Wrap)": "Wrap Around (Wrap)", + "Write. Preview. Share.": "Write. Preview. Share.", + "xMidYMid meet": "xMidYMid meet", + "XY Chart": "XY Chart", + "Your file is ready.": "Your file is ready.", + "Your files are ready.": "Your files are ready.", + "Your workspace is ready": "Your workspace is ready", + "Zoom in": "Zoom in", + "Zoom In": "Zoom In", + "Zoom model": "Zoom model", + "Zoom out": "Zoom out", + "Zoom Out": "Zoom Out", + "Введите здесь ваш markdown...": "Введите здесь ваш markdown...", + "Введіть ваш markdown тут...": "Введіть ваш markdown тут...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本..." +} diff --git a/assets/i18n/es.json b/assets/i18n/es.json new file mode 100644 index 00000000..3b3f411c --- /dev/null +++ b/assets/i18n/es.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-Se ha alcanzado el límite de documentos.", + "-document limit would be exceeded.": "-Se excedería el límite de documentos.", + "-document limit.": "-límite de documentos.", + "— Copy/Paste": "— Copiar/Pegar", + "— Open Find & Replace": "— Abrir Buscar y reemplazar", + "— Redo": "— Rehacer", + "— Undo": "— Deshacer", + ", and": "y", + ", favorite": ", favorito", + ", file location": ", ubicación del archivo", + ", locked": ", bloqueado", + ", or": ", o", + ".md or .markdown files supported": "Se admiten archivos .md o .markdown", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" estilo=\"ancho:100%; altura: 100%; pantalla:flexible; alinear elementos:centro; justificar-contenido:centro; desbordamiento: oculto;\">", + "{{0}} characters": "{{0}} caracteres", + "{{0}} details go here.": "{{0}} detalles van aquí.", + "{{0}} file selected": "{{0}} archivo seleccionado", + "{{0}} files selected": "{{0}} archivos seleccionados", + "{{0}} imported": "{{0}} importado", + "{{0}} Min Read": "{{0}} Lectura mínima", + "{{0}} of {{1}} files": "{{0}} de {{1}} archivos", + "{{0}} of {{1}} matches": "{{0}} de {{1}} coincidencias", + "{{0}} selected": "{{0}} seleccionado", + "{{0}} Viewer": "{{0}} Visor", + "{{0}} words": "{{0}} palabras", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 de", + "0 of 0": "0 de 0", + "0 of 0 matches": "0 de 0 coincidencias", + "0 selected": "0 seleccionado", + "1 of 50 files": "1 de 50 archivos", + "3D Model Viewer": "Visor de modelos 3D", + "3D Models": "Modelos en 3D", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Un editor, visor, vista previa y lector Markdown basado en navegador.", + "Ab": "Ab", + "About": "Acerca de", + "About Markdown Viewer": "Acerca de Markdown Viewer", + "Access": "Acceso", + "Access key": "Clave de acceso", + "Access keys do not match.": "Las claves de acceso no coinciden.", + "Access:": "Acceso:", + "Actions": "Acciones", + "Active document,": "Documento activo,", + "Active document, Welcome to Markdown": "Documento activo, Bienvenido a Markdown", + "Activity Diagram": "Diagrama de actividades", + "Add comment": "Añadir comentario", + "Add feedback": "Agregar comentarios", + "Add syntax highlighting for code blocks": "Agregar resaltado de sintaxis para bloques de código", + "Add to Favorites": "Agregar a favoritos", + "Address / Link": "Dirección / Enlace", + "Address / URL": "Dirección / URL", + "Address & Data Buses": "Buses de dirección y datos", + "Advanced insertion": "Inserción avanzada", + "Advanced Options": "Opciones avanzadas", + "alert alert-danger": "alerta alerta-peligro", + "Align center": "Alinear al centro", + "Align left": "Alinear a la izquierda", + "Align right": "Alinear a la derecha", + "Alignment and direction": "Alineación y dirección", + "All": "Todos", + "All changes saved": "Todos los cambios guardados", + "All workspace folders collapsed.": "Todas las carpetas del espacio de trabajo colapsaron.", + "All workspace folders expanded.": "Todas las carpetas del espacio de trabajo expandidas.", + "Alt Text (used for title)": "Texto alternativo (usado para el título)", + "Apache License 2.0": "Licencia Apache 2.0", + "Appearance": "Apariencia", + "Application information": "Información de la aplicación", + "Application language": "Idioma de la aplicación", + "Application menu": "Menú de aplicaciones", + "Application Programming Interface": "Interfaz de programación de aplicaciones", + "Application shortcuts": "Atajos de aplicaciones", + "Apply": "Aplicar", + "Architecture Diagram": "Diagrama de arquitectura", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "¿Estás seguro de que deseas borrar el contenido del documento activo? El documento en sí no se eliminará.", + "Area Chart": "Gráfico de áreas", + "Audio playback is not supported in this browser.": "La reproducción de audio no es compatible con este navegador.", + "Back to content": "Volver al contenido", + "Bar Chart": "Gráfico de barras", + "bi bi-github": "bi-github", + "Binary Counter": "Contador binario", + "Blockquote": "Cita en bloque", + "Bold": "Negrita", + "Browser Print (Recommended)": "Impresión desde navegador (recomendado)", + "Bubble Plot": "Trama de burbujas", + "Bulleted list": "Lista con viñetas", + "C4 Container": "Contenedor C4", + "C4 Container Diagram": "Diagrama del contenedor C4", + "Calculating...": "Calculando...", + "Calibration Cube": "Cubo de calibración", + "Can edit": "Puede editar", + "Cancel": "Cancelar", + "Cancel feedback": "Cancelar comentarios", + "Cancel Image generation": "Cancelar generación de imagen", + "Cancel PDF generation": "Cancelar generación de PDF", + "Cannot import: The selected file appears to be a binary file.": "No se puede importar: el archivo seleccionado parece ser un archivo binario.", + "Capturing document": "Capturando documento", + "Capturing image": "Capturando imagen", + "Change text case": "Cambiar mayúsculas y minúsculas del texto", + "Changelog": "Registro de cambios", + "Chars": "Caracteres", + "Checkbox Map": "Mapa de casillas de verificación", + "Checklist Map": "Mapa de lista de verificación", + "Choose a document to edit beside “": "Elija un documento para editar junto a “", + "Choose a second document to edit beside the current one.": "Elija un segundo documento para editar junto al actual.", + "Choose how the PDF should be generated.": "Elige cómo se debe generar el PDF.", + "Choose how you want to begin.": "Elige cómo quieres comenzar.", + "Choose one or more Markdown files": "Elija uno o más archivos Markdown", + "Choose text style": "Elige estilo de texto", + "Chords Strum": "Acordes Rasgueo", + "Class Diagram": "Diagrama de clases", + "Clear active document?": "¿Borrar documento activo?", + "Clear All": "Borrar todo", + "Clear Document": "Borrar documento", + "Clear document search": "Borrar búsqueda de documentos", + "Clear search": "Borrar búsqueda", + "Close": "Cerrar", + "Close {{0}}": "Cerrar {{0}}", + "Close 3D modal": "Cerrar modal 3D", + "Close about dialog": "Cerrar acerca del diálogo", + "Close clear document dialog": "Cerrar el cuadro de diálogo de borrar documento", + "Close comments and suggestions": "Cerrar comentarios y sugerencias", + "Close confirmation": "Cerrar confirmación", + "Close diagram dialog": "Cerrar el cuadro de diálogo del diagrama", + "Close diagram modal": "Cerrar diagrama modal", + "Close dialog": "Cerrar diálogo", + "Close diff preview dialog": "Cerrar el cuadro de diálogo de vista previa de diferencias", + "Close document sidebar": "Cerrar la barra lateral del documento", + "Close expired live share dialog": "Cerrar el cuadro de diálogo de compartir en vivo vencido", + "Close Explorer": "Cerrar el Explorador", + "Close find and replace panel": "Cerrar el panel de buscar y reemplazar", + "Close GitHub Emojis dialog": "Cerrar el cuadro de diálogo Emojis de GitHub", + "Close GitHub import dialog": "Cerrar el cuadro de diálogo de importación de GitHub", + "Close help dialog": "Cerrar el diálogo de ayuda", + "Close image dialog": "Cerrar cuadro de diálogo de imagen", + "Close link dialog": "Cerrar cuadro de diálogo de enlace", + "Close live share dialog": "Cerrar el cuadro de diálogo para compartir en vivo", + "Close Markdown alerts dialog": "Cerrar el cuadro de diálogo de alertas Markdown", + "Close menu": "Cerrar menú", + "Close move dialog": "Cerrar cuadro de diálogo de movimiento", + "Close others": "Cerrar otros", + "Close PDF export dialog": "Cerrar el cuadro de diálogo de exportación de PDF", + "Close reference dialog": "Cerrar diálogo de referencia", + "Close rename dialog": "Cerrar el cuadro de diálogo de cambio de nombre", + "Close reset confirmation dialog": "Cerrar el cuadro de diálogo de confirmación de reinicio", + "Close review deletion dialog": "Cerrar el cuadro de diálogo de eliminación de revisión", + "Close review mode": "Cerrar modo de revisión", + "Close secret workspace dialog": "Cerrar el cuadro de diálogo del espacio de trabajo secreto", + "Close share dialog": "Cerrar cuadro de diálogo para compartir", + "Close share error dialog": "Cerrar cuadro de diálogo de error de compartir", + "Close split view dialog": "Cerrar el cuadro de diálogo de vista dividida", + "Close Symbols and HTML Entities dialog": "Cerrar el cuadro de diálogo Símbolos y entidades HTML", + "Close table dialog": "Cerrar cuadro de diálogo de tabla", + "Close to the left": "Cerca de la izquierda", + "Close to the right": "Cerca de la derecha", + "Close Welcome to Markdown": "Cerrar Bienvenido a Markdown", + "Closed:": "Cerrado:", + "Closed: Not closed": "Cerrado: No cerrado", + "Closed: Unavailable": "Cerrado: No disponible", + "closed. Select it in Files to reopen it.": "cerrado. Selecciónelo en Archivos para volver a abrirlo.", + "Cluster Subgraph": "Subgrafo de clúster", + "Code block": "Bloque de código", + "Code blocks only": "Solo bloques de código", + "Code copied": "Código copiado\nCódigo", + "code copied.": "copiado.", + "Code Mindmap": "Mapa mental del código", + "Collaborators can edit and sync.": "Los colaboradores pueden editar y sincronizar.", + "Collaborators can view without editing.": "Los colaboradores pueden ver sin editar.", + "Collapse all folders": "Contraer todas las carpetas", + "Collapse Workspace": "Contraer espacio de trabajo", + "Column count": "Recuento de columnas", + "Comment": "Comentar", + "Comment added.": "Comentario añadido.", + "comment.": "comentario.", + "Comments & suggestions": "Comentarios y sugerencias", + "Commit Replacements": "Confirmar reemplazos", + "Common formatting": "Formato común", + "Common symbols": "Símbolos comunes", + "Complete": "Completo", + "Complex Transaction": "Transacción compleja", + "Component Diagram": "Diagrama de componentes", + "Confirm access key": "Confirmar clave de acceso", + "Confirm action": "Confirmar acción", + "Connection lost": "Conexión perdida", + "Content structure": "Estructura del contenido", + "Copied": "Copiado", + "Copied!": "¡Copiado!", + "Copy": "Copiar", + "Copy failed": "Copia fallida", + "Copy failed. Retry": "Error al copiar. Reintentar", + "Copy image": "Copiar imagen", + "Copy Image": "Copiar imagen", + "Copy image to clipboard": "Copiar imagen al portapapeles", + "Copy invite link": "Copiar enlace de invitación", + "Copy JavaScript code": "Copiar código JavaScript", + "Copy link": "Copiar enlace", + "Copy Markdown": "Copiar Markdown", + "Copy review summary": "Copiar resumen de revisión", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Cree una clave de acceso local para cifrar archivos y nombres de carpetas almacenados en este espacio de trabajo. La clave no se puede recuperar.", + "Create access key": "Crear clave de acceso", + "Create folder": "Crear carpeta", + "Create headings with": "Crea encabezados con", + "Create new file": "Crear nuevo archivo", + "Create or import a document": "Crear o importar un documento", + "Create responsive layout": "Crear diseño responsivo", + "Create share link": "Crear enlace para compartir", + "Created after session starts": "Creado después del inicio de la sesión", + "Ctrl": "Ctrl", + "Current Step": "Paso actual", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Modo oscuro", + "Data Bus States": "Estados del bus de datos", + "Data is stored locally": "Los datos se almacenan localmente", + "Data Visualization": "Visualización de datos", + "Date and time": "Fecha y hora", + "Delete": "Eliminar", + "Delete “{{0}}”?": "¿Eliminar “{{0}}”?", + "Delete {{0}} selected items?": "¿Eliminar {{0}} elementos seleccionados?", + "Delete all": "Eliminar todo", + "Delete all review items": "Eliminar todos los elementos de revisión", + "Delete all review items?": "¿Eliminar todos los elementos de revisión?", + "Delete feedback": "Eliminar comentarios", + "Delete folder?": "¿Eliminar carpeta?", + "Delete item": "Eliminar elemento", + "Delete review item?": "¿Eliminar elemento de revisión?", + "Deployment Nodes": "Nodos de implementación", + "Destination": "Destino", + "details go here.": "los detalles van aquí.", + "Developed and maintained by": "Desarrollado y mantenido por", + "Diagram and more": "Diagrama y más", + "Diagram Categories": "Categorías de diagramas", + "Diagram source code...": "Código fuente del diagrama...", + "Diagram templates": "Plantillas de diagramas", + "Diagram Viewer": "Visor de diagramas", + "Digite seu markdown aqui...": "Digite su descuento aquí...", + "Directed Graph": "Gráfico dirigido", + "Disable synchronized scrolling": "Deshabilitar el desplazamiento sincronizado", + "Display name": "Nombre para mostrar", + "Document added to favorites.": "Documento agregado a favoritos.", + "Document block": "Bloque de documentos", + "Document removed from favorites.": "Documento eliminado de favoritos.", + "Document statistics": "Estadísticas del documento", + "Document statistics and save status": "Estadísticas del documento y estado de guardado", + "Document tools": "Herramientas de documentos", + "Document utilities and view mode": "Utilidades de documentos y modo de visualización", + "Document views": "Vistas de documentos", + "documents reached. Delete an existing document to create or import another.": "documentos alcanzados. Elimine un documento existente para crear o importar otro.", + "Download {{0}}": "Descargar {{0}}", + "Download Markdown": "Descargar Markdown", + "Download PNG": "Descargar PNG", + "Download started": "Descarga iniciada", + "Download SVG": "Descargar SVG", + "Drag files to move": "Arrastra archivos para moverlos", + "Drop your Markdown files anywhere": "Suelta tus archivos Markdown en cualquier lugar", + "Duet Accord": "Acuerdo a dúo", + "Duplicate": "Duplicar", + "Duplicate {{0}}": "Duplicar {{0}}", + "Edit": "Editar", + "Edit feedback": "Editar comentarios", + "Edit Markdown": "Editar Markdown", + "Editing": "Edición", + "Editing and preview enabled.": "Edición y vista previa habilitadas.", + "Emoji list": "Lista de emojis", + "Emoji shortcode": "Código corto de emoji", + "Emojis loaded.": "Emojis cargados.", + "Emphasize text with": "Enfatiza el texto con", + "Enable mermaid diagrams": "Habilitar diagramas de sirena", + "Enable synchronized scrolling": "Habilitar desplazamiento sincronizado", + "Encrypting…": "Cifrando…", + "End live session": "Finalizar sesión en vivo", + "End session": "Finalizar sesión", + "English": "Inglés", + "Enter fullscreen": "Entrar en pantalla completa", + "Enter the local access key used to encrypt this workspace on this device.": "Ingrese la clave de acceso local utilizada para cifrar este espacio de trabajo en este dispositivo.", + "Entire Document": "Documento completo", + "Entity Relationship": "Relación de entidad", + "ER (Graphviz style)": "ER (estilo Graphviz)", + "ER Diagram": "Diagrama ER", + "ER preview": "Vista previa de ER", + "ERD Table": "Tabla ERD", + "Error rendering 3D model: {{0}}": "Error al renderizar el modelo 3D: {{0}}", + "Error rendering map: {{0}}": "Error al renderizar el mapa: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Error al representar la rebaja: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Escribe tu descuento aquí...", + "Estimated remaining": "Restante estimado", + "Exit fullscreen": "Salir de pantalla completa", + "Exit split view": "Salir de la vista dividida", + "Expand all folders": "Expandir todas las carpetas", + "Expand or collapse all is available in All files": "Expandir o contraer todo está disponible en Todos los archivos", + "Expand Secret Workspace": "Expandir el espacio de trabajo secreto", + "Explore features with an example": "Explora funciones con un ejemplo", + "Explorer": "Explorador", + "Explorer item": "Elemento del explorador", + "Explorer items deleted.": "Elementos del Explorador eliminados.", + "Explorer selection cleared.": "Se borró la selección del Explorador.", + "Export": "Exportar", + "Export as HTML": "Exportar como HTML", + "Export as Image": "Exportar como imagen", + "Export as Markdown": "Exportar como Markdown", + "Export as PDF": "Exportar como PDF", + "Export document": "Exportar documento", + "Export failed:": "Exportación fallida:", + "Export PDF Options": "Opciones de exportación de PDF", + "External Image (URL)": "Imagen externa (URL)", + "Faceted Gear Wheel": "Rueda dentada facetada", + "Failed to copy HTML:": "No se pudo copiar HTML:", + "Failed to copy Markdown:": "No se pudo copiar Markdown:", + "Failed to copy review summary:": "No se pudo copiar el resumen de la revisión:", + "Failed to copy share link:": "No se pudo copiar el enlace compartido:", + "Failed to import {{0}}": "No se pudo importar {{0}}", + "Failed to load emojis.": "Error al cargar emojis.", + "Failed to load sharing library. Please check your connection and reload.": "Error al cargar la biblioteca compartida. Por favor verifique su conexión y vuelva a cargar.", + "Failed to load sharing library. Please check your internet connection.": "No se pudo cargar la biblioteca compartida. Por favor verifique su conexión a Internet.", + "Failed to locate Markdown files.": "No se pudieron ubicar los archivos Markdown.", + "Failed to read the file. Please check permissions and try again.": "No se pudo leer el archivo. Por favor verifique los permisos e inténtelo nuevamente.", + "Failed to start Live Share. Please check your connection and try again.": "No se pudo iniciar Live Share. Por favor verifique su conexión e inténtelo nuevamente.", + "FAQ": "Preguntas frecuentes", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Más rápido, sugerido para documentos grandes. Nota: las imágenes, diagramas, etc. podrían romperse.", + "Favorite": "Favorito", + "Favorites": "Favoritos", + "Favs": "Favoritos", + "Feature Collection Map": "Mapa de colección de funciones", + "Feedback type": "Tipo de retroalimentación", + "Fetching file tree...": "Obteniendo árbol de archivos...", + "file": "archivo", + "File actions": "Acciones de archivo", + "File created": "Archivo creado", + "File deleted": "Archivo eliminado", + "File is already in that location.": "El archivo ya está en esa ubicación.", + "File is too large (maximum 10MB supported).": "El archivo es demasiado grande (se admite un máximo de 10 MB).", + "File moved to": "Archivo movido a", + "File name": "Nombre del archivo", + "File options": "Opciones de archivo", + "File options for": "Opciones de archivo para", + "File options for Welcome to Markdown": "Opciones de archivo para Bienvenido a Markdown", + "File renamed": "Archivo renombrado", + "files": "archivos", + "files available in the tree.": "archivos disponibles en el árbol.", + "Files deleted": "Archivos eliminados", + "Filter review items": "Filtrar elementos de revisión", + "Find": "Buscar", + "Find & Replace": "Buscar y reemplazar", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Buscar y reemplazar y Pantalla completa son acciones directas de la barra de herramientas; Acerca de Markdown Viewer abre el proyecto, Markdown, privacidad, licencia e información de soporte.", + "Find and replace": "Buscar y reemplazar", + "Find and Replace": "Buscar y reemplazar", + "Find in Selection": "Buscar en la selección", + "Find in Selection (Sel)": "Buscar en selección (Sel)", + "Find query": "Buscar consulta", + "Finite State Machine": "Máquina de estados finitos", + "Fit": "Ajustar", + "Fit diagram to screen": "Ajustar diagrama a la pantalla", + "Flowchart (Left-Right)": "Diagrama de flujo (izquierda-derecha)", + "Flowchart (LR)": "Diagrama de flujo (LR)", + "Flowchart (TD)": "Diagrama de flujo (TD)", + "Flowchart (Top-Down)": "Diagrama de flujo (de arriba a abajo)", + "folder": "carpeta", + "Folder created": "Carpeta creada", + "Folder created:": "Carpeta creada:", + "Folder deleted": "Carpeta eliminada", + "Folder deleted. Documents moved to the workspace root.": "Carpeta eliminada. Documentos movidos a la raíz del espacio de trabajo.", + "Folder name": "Nombre de la carpeta", + "Folder renamed": "Carpeta renombrada", + "Folder renamed to": "Carpeta renombrada a\ncarpeta", + "folders": "carpetas", + "Folders stay one level deep inside a workspace.": "Las carpetas permanecen en un nivel de profundidad dentro de un espacio de trabajo.", + "Folk & Lyrics": "Folk y letras", + "for this block.": "para este bloque.", + "Forgot access key? Reset Secret Workspace": "¿Olvidaste la clave de acceso? Restablecer el espacio de trabajo secreto", + "Fresh Tomato": "Tomate fresco", + "From files": "De archivos", + "From GitHub": "De GitHub", + "FSM Diagram": "Diagrama FSM", + "Fullscreen": "Pantalla completa", + "Gantt Chart": "Diagrama de Gantt", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie aquí Ihr Markdown ein...", + "Generating Image": "Generando imagen", + "Generating Image...": "Generando imagen...", + "Generating PDF": "Generando PDF", + "Generating PDF...": "Generando PDF...", + "Git Graph": "Gráfico Git", + "GitHub Emojis": "Emojis de GitHub", + "GitHub files loaded.": "Archivos GitHub cargados.", + "GitHub import": "Importación de GitHub", + "GitHub import failed:": "La importación de GitHub falló:", + "GitHub import failed.": "La importación de GitHub falló.", + "GitHub import failed. The repository folder could not be created.": "La importación de GitHub falló. No se pudo crear la carpeta del repositorio.", + "GitHub Repository": "Repositorio GitHub", + "GitHub URL": "URL de GitHub", + "Glitchy Waveform": "Forma de onda con fallas", + "Graphical User Interface": "Interfaz gráfica de usuario", + "Grid Layout": "Diseño de cuadrícula", + "Grouped Nodes": "Nodos agrupados", + "Guitar Chords": "Acordes de guitarra", + "Heading 1": "Título 1", + "Heading 2": "Título 2", + "Heading 3": "Título 3", + "Heading 4": "Título 4", + "Heading 5": "Título 5", + "Heading 6": "Título 6", + "Heading levels": "Niveles de título", + "Headings only": "Solo encabezados", + "Heatmap Matrix": "Matriz de mapa de calor", + "Hide access key": "Ocultar clave de acceso", + "Hide sidebar": "Ocultar barra lateral", + "Hierarchy Tree": "Árbol de jerarquía", + "History": "Historia", + "Horizontal rule": "Regla horizontal", + "HTML": "HTML", + "HTML entities": "entidades HTML", + "HTML export failed:": "Error al exportar HTML:", + "Image": "Imagen", + "Image (.png)": "Imagen (.png)", + "Image description": "Descripción de la imagen", + "Image generation progress": "Progreso de generación de imágenes", + "Image URL": "URL de la imagen", + "Implement live preview with GitHub styling": "Implementar vista previa en vivo con estilo GitHub", + "Import": "Importar", + "Import complete": "Importación completa", + "Import completed with errors": "Importación completada con errores", + "Import failed": "Error al importar", + "Import finished with issues": "Importación finalizada con problemas", + "Import from files": "Importar desde archivos", + "Import from GitHub": "Importar desde GitHub", + "Import Markdown from GitHub": "Importar Markdown desde GitHub", + "Import Selected": "Importación seleccionada", + "Importing {{0}}": "Importando {{0}}", + "Importing file": "Importando archivo", + "Importing files": "Importando archivos", + "Importing from GitHub": "Importando desde GitHub", + "Importing selected files from GitHub...": "Importando archivos seleccionados desde GitHub...", + "Importing...": "Importando...", + "Inline code": "Código en línea", + "Inline Code Blocks": "Bloques de código en línea", + "Insert": "Insertar", + "Insert Diagram & More": "Insertar diagrama y más", + "Insert image": "Insertar imagen", + "Insert link": "Insertar enlace", + "Insert reference": "Insertar referencia", + "Insert table": "Insertar tabla", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Planifica de forma inteligente saltos de página para mantener juntas imágenes, tablas, ecuaciones y diagramas. Los bloques pasan a la página siguiente cuando no hay suficiente espacio. Recomendado para documentos cortos.", + "Invite link": "Enlace de invitación", + "Italic": "Cursiva", + "item": "artículo", + "items": "elementos", + "items available.": "artículos disponibles.", + "Items deleted": "Elementos eliminados", + "JavaScript": "JavaScript", + "JSON Document": "Documento JSON", + "JSON Viewer": "Visor JSON", + "Key Signature & Tempo": "Armadura y tempo", + "Keyboard shortcuts": "Atajos de teclado", + "Landmark Point": "Punto emblemático", + "Language:": "Idioma:", + "Language: JavaScript": "Idioma: JavaScript", + "LaTeX blocks only": "Solo bloques LaTeX", + "Leave a focused comment for the author...": "Deja un comentario centrado para el autor...", + "Leave session": "Salir de la sesión", + "Lecteur Markdown": "Profesor Markdown", + "Left Live Share session.": "Abandonó la sesión de Live Share.", + "Left-to-right text": "Texto de izquierda a derecha", + "Legacy Raster PDF": "PDF ráster heredado", + "Light mode": "Modo claro", + "Line Chart": "Gráfico de líneas", + "Link": "Enlace", + "Link copied": "Enlace copiado", + "Link Text": "Texto del enlace", + "Link title": "Título del enlace", + "Listen to score": "Escuchar la partitura", + "Live collaborators": "Colaboradores en vivo", + "Live Share": "Compartir en vivo", + "Live Share access mode": "Modo de acceso a Live Share", + "Live Share invite link": "Enlace de invitación para compartir en vivo", + "Live Share is view only.": "Live Share es solo para visualización.", + "Live Share participants": "Participantes de Live Share", + "Live Share room expired": "La sala Live Share expiró", + "Live Share session ended by the host.": "La sesión de Live Share finalizada por el anfitrión.", + "Live Share session ended.": "La sesión de Live Share finalizó.", + "Live Share session started.": "Se inició la sesión de Live Share.", + "Loading document assets": "Cargando recursos de documentos", + "Loading emojis...": "Cargando emojis...", + "Loading image renderer": "Cargando renderizador de imágenes", + "Loading PDF libraries": "Cargando bibliotecas PDF", + "Loading...": "Cargando...", + "Lock workspace": "Bloquear espacio de trabajo", + "Locked": "Bloqueado", + "lowercase": "minúscula", + "Lyrics Song": "Letra de la canción", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "alerta Markdown", + "Markdown alert types": "Markdown tipos de alerta", + "Markdown alerts": "Markdown alertas", + "Markdown document": "Markdown documento", + "Markdown editor input with live preview": "Markdown entrada del editor con vista previa en vivo", + "Markdown file import progress": "Markdown progreso de importación del archivo", + "Markdown formatting toolbar for plain-text editing": "Markdown barra de herramientas de formato para edición de texto sin formato", + "Markdown Görüntüleyici": "Markdown Contenido", + "Markdown preview only": "Markdown solo vista previa", + "Markdown source is unavailable for view-only snapshots": "La fuente Markdown no está disponible para instantáneas de solo visualización", + "Markdown tips": "Markdown consejos", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Ayuda", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Vista previa del mapa de marcas", + "match": "coincidencia", + "Match Case": "Caso de coincidencia", + "Match Case (Aa)": "Caso de coincidencia (Aa)", + "Match Whole Word": "Coincidencia de palabra completa", + "Match Whole Word (W)": "Coincidencia de palabra completa (W)", + "matches": "coincide", + "Maximum document limit reached.": "Se alcanzó el límite máximo de documentos.", + "Maximum of": "Máximo de", + "Menu": "Menú", + "Mermaid blocks only": "Solo bloques de sirena", + "meter, composed by": "medidor, compuesto por", + "Min Read": "Lectura mínima", + "Mind Maps": "Mapas mentales", + "Mindmap Diagram": "Diagrama de mapa mental", + "Mindmap Outline": "Esquema del mapa mental", + "Model actions": "Acciones modelo", + "more participant": "más participante", + "More tools": "Más herramientas", + "Move": "Mover", + "Move “": "Mover “", + "Move {{0}} selected items": "Mover {{0}} elementos seleccionados", + "Move document": "Mover documento", + "Multi-Voice Harmony": "Armonía multivoz", + "Music notation block": "Bloque de notación musical", + "Name": "Nombre", + "Name item": "Nombre del elemento", + "Native HTML save failed:": "Error al guardar HTML nativo:", + "Native import failed:": "Error en la importación nativa:", + "Native save failed:": "Falló el guardado nativo:", + "Native tab download failed:": "Falló la descarga de la pestaña nativa:", + "Network (nwdiag)": "Red (nwdiag)", + "Network error while loading shared content.": "Error de red al cargar contenido compartido.", + "Network Map": "Mapa de red", + "Network Topology": "Topología de red", + "New": "Nuevo", + "New document": "Nuevo documento", + "New file": "Nuevo archivo", + "New file (Ctrl+T)": "Nuevo archivo (Ctrl+T)", + "New folder": "Nueva carpeta", + "New folder in": "Nueva carpeta en", + "New folder in Workspace": "Nueva carpeta en Workspace", + "New Markdown file in": "Nuevo archivo Markdown en", + "New Markdown file in Workspace": "Nuevo archivo Markdown en el espacio de trabajo", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Nuevo, Compartir, Live Share, Informar un problema, Acerca de y Configuración están disponibles en la barra de herramientas del encabezado.", + "Next match": "Próximo partido", + "Next match (Enter)": "Próximo partido (Entrar)", + "No data is stored": "No se almacenan datos", + "No diagrams found.": "No se encontraron diagramas.", + "No document is open": "No hay ningún documento abierto", + "No documents open": "No hay documentos abiertos", + "No documents to show.": "No hay documentos para mostrar.", + "No emojis found.": "No se encontraron emojis.", + "No favorite documents yet.": "Aún no hay documentos favoritos.", + "No feedback yet": "Aún no hay comentarios", + "No file open": "Ningún archivo abierto", + "No files selected": "No hay archivos seleccionados", + "No live room active": "No hay sala en vivo activa", + "No Markdown files were found at that GitHub location.": "No se encontraron archivos Markdown en esa ubicación de GitHub.", + "No matching files": "No hay archivos coincidentes", + "No open feedback": "No hay comentarios abiertos", + "No recent documents": "No hay documentos recientes", + "No resolved feedback": "No hay comentarios resueltos", + "No results": "Sin resultados", + "No symbols found.": "No se encontraron símbolos.", + "Numbered list": "Lista numerada", + "Object Diagram": "Diagrama de objetos", + "Object Instances": "Instancias de objetos", + "Object Types": "Tipos de objetos", + "of": "de", + "Off": "Apagado", + "On": "Activado", + "Only the first": "Solo el primero", + "Open": "Abrir", + "Open a file or repository": "Abrir un archivo o repositorio", + "Open comments and suggestions": "Abrir comentarios y sugerencias", + "Open diagram viewer": "Abrir visor de diagramas", + "Open diagram viewer with zoom and pan controls": "Abrir visor de diagramas con controles de zoom y panorámica", + "Open document tabs": "Abrir pestañas de documentos", + "Open Explorer": "Abrir Explorador", + "Open export menu": "Abrir menú de exportación", + "Open from device": "Abrir desde el dispositivo", + "Open in split view": "Abrir en vista dividida", + "Open menu": "Abrir menú", + "Open new document menu": "Abrir menú de nuevo documento", + "Open or create another document before starting split view.": "Abra o cree otro documento antes de iniciar la vista dividida.", + "open review item": "abrir elemento de revisión", + "open review items": "abrir elementos de revisión", + "Open source": "Código abierto", + "Open split view": "Abrir vista dividida", + "Open workspace settings": "Abrir configuración del espacio de trabajo", + "Opened document": "Documento abierto", + "opened in split view.": "abierto en vista dividida.", + "Opened:": "Abierto:", + "Opens a read-only preview.": "Abre una vista previa de solo lectura.", + "Optimizing page breaks": "Optimización de saltos de página", + "or": "o", + "Overlap Set": "Conjunto de superposición", + "Parsing markdown": "Análisis de rebajas", + "Participants": "Participantes", + "Paste a GitHub file or repository URL.": "Pegue un archivo de GitHub o la URL del repositorio.", + "PDF": "PDF", + "PDF export failed:": "Error al exportar PDF:", + "PDF generation progress": "Progreso de generación de PDF", + "Pie Chart": "Gráfico circular", + "Plain text only": "Sólo texto sin formato", + "Please enter a GitHub URL.": "Ingrese una URL de GitHub.", + "Please enter a valid GitHub URL.": "Ingrese una URL de GitHub válida.", + "Please select at least one file to import.": "Seleccione al menos un archivo para importar.", + "Please upload Markdown files (.md or .markdown)": "Cargue archivos Markdown (.md o .markdown)", + "PNG": "PNG", + "PNG export failed:": "Error al exportar PNG:", + "Polyphony Voices": "Voces de polifonía\nPrefijos", + "prefixes.": ".", + "Preparing": "Preparando", + "Preparing document": "Preparando documento", + "Preparing download": "Preparando la descarga", + "Preparing import…": "Preparando la importación…", + "Preparing repository folder…": "Preparando la carpeta del repositorio…", + "Preserve Case": "Preservar caso", + "Preserve Case (Ab)": "Preservar caso (Ab)", + "Preview": "Vista previa", + "Preview Markdown": "Vista previa Markdown", + "Previous match": "Partido anterior", + "Previous match (Shift+Enter)": "Partido anterior (Shift+Enter)", + "Private mode": "Modo privado", + "Project links": "Enlaces del proyecto", + "Project Roadmap": "Hoja de ruta del proyecto", + "Protect Secret Workspace": "Proteger el espacio de trabajo secreto", + "Quadrant Chart": "Gráfico de cuadrantes", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "El formato rápido cubre énfasis, citas, alineación y listas; Insert contiene herramientas menos frecuentes mientras Diagram & More permanece directamente disponible.", + "Quick start": "Inicio rápido", + "Ready to copy": "Listo para copiar", + "Recent": "Reciente", + "Recent files": "Archivos recientes", + "Recent queries...": "Consultas recientes...", + "Reconnect": "Reconectar", + "Record Struct": "Estructura de registro", + "Record Structure": "Estructura de registro", + "Redo": "Rehacer", + "Reference": "Referencia", + "Reference Number": "Número de referencia", + "Reference title": "Título de referencia", + "Remove all files and review data": "Eliminar todos los archivos y revisar los datos", + "Remove from Favorites": "Eliminar de Favoritos", + "Rename": "Cambiar nombre", + "Rename {{0}}": "Cambiar nombre {{0}}", + "Rename file": "Cambiar nombre del archivo", + "Rename folder": "Cambiar nombre de carpeta", + "Rendered Markdown live preview": "Vista previa en vivo renderizada de Markdown", + "Rendering diagram…": "Diagrama de renderizado…", + "Rendering diagrams": "Representación de diagramas", + "Rendering math": "Representación matemática", + "Rendering music notation": "Representación de notación musical", + "Rendering page {{0}} of {{1}}": "Representación de la página {{0}} de {{1}}", + "Rendering pages": "Renderizando páginas", + "Replace": "Reemplazar", + "Replace All": "Reemplazar todo", + "Replace All Diff Preview": "Reemplazar todas las vistas previas de diferencias", + "Replace with": "Reemplazar con", + "Report": "Informar", + "Report an issue": "Informar un problema", + "Requirements Diagram": "Diagrama de requisitos", + "Reset": "Restablecer", + "Reset & Enable": "Restablecer y habilitar", + "Reset all": "Restablecer todo", + "Reset all files": "Restablecer todos los archivos", + "Reset all files?": "¿Restablecer todos los archivos?", + "Reset Position": "Restablecer posición", + "Reset Secret Workspace?": "¿Restablecer el espacio de trabajo secreto?", + "Reset Sequence": "Secuencia de reinicio", + "Reset view": "Restablecer vista", + "Reset workspace": "Restablecer espacio de trabajo", + "Reset zoom": "Restablecer zoom", + "Resize document sidebar": "Cambiar el tamaño de la barra lateral del documento", + "Resize panes": "Cambiar el tamaño de los paneles", + "Resolve all open review items": "Resolver todos los elementos de revisión abiertos", + "Resolve feedback": "Resolver comentarios", + "Resolved": "Resuelto", + "Resolved comments and suggestions will appear here.": "Los comentarios y sugerencias resueltos aparecerán aquí.", + "Review actions": "Revisar acciones", + "Review actions for": "Revisar acciones para", + "Review deletion cancelled because the active document changed.": "Eliminación de revisión cancelada porque el documento activo cambió.", + "review item": "artículo de revisión", + "Review mode": "Modo de revisión", + "Review mode uses the read-only preview.": "El modo de revisión utiliza la vista previa de solo lectura.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Revisar abre una vista previa de solo lectura donde puedes comentar o sugerir cambios en títulos, párrafos, bloques de código y diagramas.", + "Review pins": "Revisar pines", + "Review summary copied.": "Resumen de revisión copiado.", + "Right-to-left text": "Texto de derecha a izquierda", + "Row count": "Recuento de filas", + "Saisissez votre markdown ici...": "Saisissez votre markdown ici...", + "Sankey Chart": "Gráfico de Sankey", + "Sankey Flow Chart": "Diagrama de flujo de Sankey", + "Save": "Guardar", + "Saved": "Guardado", + "Saving image": "Guardando imagen", + "Saving to Workspace /": "Guardando en el espacio de trabajo /", + "Saving...": "Guardando...", + "Scatter Plot": "Gráfico de dispersión", + "Scope Filter": "Filtro de alcance", + "Score in": "Puntuación en", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Puntuación en {{0}}, {{1}} metro, compuesta por {{2}}.", + "Scrivi il tuo markdown qui...": "Escribe tu descuento qui...", + "Scroll left": "Desplazarse hacia la izquierda", + "Scroll right": "Desplazarse hacia la derecha", + "Scroll tabs left": "Desplazar pestañas hacia la izquierda", + "Scroll tabs right": "Desplazar pestañas hacia la derecha", + "Search": "Buscar", + "Search diagram templates": "Buscar plantillas de diagramas", + "Search diagrams...": "Buscar diagramas...", + "Search emojis": "Buscar emojis", + "Search files": "Buscar archivos", + "Search History": "Historial de búsqueda", + "Search symbols": "Buscar símbolos", + "Searching...": "Buscando...", + "Second document": "Segundo documento", + "Secondary document": "Documento secundario", + "Secondary Markdown document": "Documento secundario Markdown", + "Secondary Markdown preview": "Vista previa secundaria Markdown", + "Secret Workspace": "Espacio de trabajo secreto", + "Secret Workspace encryption is unavailable in this browser or context.": "El cifrado del espacio de trabajo secreto no está disponible en este navegador o contexto.", + "Secret Workspace locked.": "Espacio de trabajo secreto bloqueado.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "El espacio de trabajo secreto necesita almacenamiento local. Desactive el modo privado antes de configurar o desbloquear su clave de acceso.", + "Secret Workspace options": "Opciones de espacio de trabajo secreto", + "Secret Workspace reset.": "Restablecimiento del espacio de trabajo secreto.", + "Secret Workspace unlocked.": "Espacio de trabajo secreto desbloqueado.", + "Secret Workspace, locked": "Espacio de trabajo secreto, bloqueado", + "Select": "Seleccionar", + "Select a comment pin in the preview to add feedback.": "Seleccione un pin de comentario en la vista previa para agregar comentarios.", + "Select all": "Seleccionar todo", + "Select All": "Seleccionar todo", + "Select Markdown file(s) to import": "Seleccione Markdown archivo(s) para importar", + "Select Markdown files": "Seleccione archivos Markdown", + "Select no more than": "Seleccione no más de", + "selected": "seleccionado", + "Selected block": "Bloque seleccionado", + "Selected diagram source": "Fuente de diagrama seleccionada", + "selected items": "elementos seleccionados", + "selected items?": "elementos seleccionados?", + "selected.": "seleccionado.", + "Sequence Diagram": "Diagrama de secuencia", + "Sequence preview": "Vista previa de la secuencia", + "Session active": "Sesión activa", + "Session Active": "Sesión activa", + "Session ended": "Sesión finalizada", + "Set password": "Establecer contraseña", + "Settings": "Configuración", + "Share": "Compartir", + "Share link appears here": "El enlace para compartir aparece aquí", + "Share link failed": "Error en el enlace compartido", + "Share snapshot": "Compartir instantánea", + "Share Snapshot": "Compartir instantánea", + "Share URL": "Compartir URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Las pestañas de instantáneas compartidas son temporales y no se pueden descargar.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Las pestañas de instantáneas compartidas son temporales y no se pueden duplicar.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Las pestañas de instantáneas compartidas son temporales y no se pueden volver a compartir.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Las pestañas de instantáneas compartidas son temporales y no pueden iniciar Live Share.", + "Shared snapshot tabs cannot be shared again.": "Las pestañas de instantáneas compartidas no se pueden volver a compartir.", + "Shared snapshot tabs cannot start Live Share.": "Las pestañas de instantáneas compartidas no pueden iniciar Live Share.", + "Sharing...": "Compartiendo...", + "Sheet music for:": "Partitura para:", + "Sheet music for: {{0}}": "Partitura de: {{0}}", + "Shift": "Cambio", + "Show access key": "Mostrar clave de acceso", + "Show confirmation access key": "Mostrar clave de acceso de confirmación", + "Show Diff Preview before replace": "Mostrar vista previa de diferencias antes de reemplazar", + "Show sidebar": "Mostrar barra lateral", + "Showing": "Mostrando", + "Signal Glitches": "Fallos de señal", + "Signature and Speed": "Firma y Velocidad", + "Simple Flow": "Flujo simple", + "Simple Tune": "Melodía sencilla", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Los documentos pequeños permanecen codificados en la URL. Los documentos grandes utilizan Cloudflare KV temporal por hasta 90 días. Las pestañas compartidas no se guardan localmente en el dispositivo del destinatario.", + "Solid": "Sólido", + "Solid Mode": "Modo sólido", + "Spiked Round Ball": "Bola redonda con púas", + "Split": "Dividir", + "Split document divider": "Dividir divisor de documentos", + "Split editor and live preview": "Editor dividido y vista previa en vivo", + "Split editor and preview": "Editor dividido y vista previa", + "Split view closed.": "Vista dividida cerrada.", + "Split view:": "Vista dividida:", + "Stacked Bar": "Barra apilada", + "Stacked Bar Chart": "Gráfico de barras apiladas", + "Start a session first": "Iniciar una sesión primero", + "Start a session to create an invite link": "Iniciar una sesión para crear un enlace de invitación", + "Start session": "Iniciar sesión", + "Start with a blank document or bring Markdown in from somewhere else.": "Comience con un documento en blanco o traiga Markdown desde otro lugar.", + "Start with a clean Markdown file": "Comience con un archivo Markdown limpio", + "Starting GitHub import...": "Iniciando importación de GitHub...", + "Starting PNG Export": "Iniciando exportación PNG", + "Starting…": "Comenzando…", + "State Diagram": "Diagrama de estado", + "STL 3D model zoom view": "Vista ampliada del modelo STL 3D", + "Stop playback": "Detener la reproducción", + "Strikethrough": "Tachado", + "Study Plan": "Plan de estudio", + "Study Topics": "Temas de estudio", + "Suggested change": "Cambio sugerido", + "Suggestion": "Sugerencia", + "Suggestion added.": "Sugerencia agregada.", + "suggestion.": "sugerencia.", + "Support math expressions with LaTeX": "Soporta expresiones matemáticas con LaTeX", + "Surface Angle": "Ángulo de superficie", + "Surface Angle Mode": "Modo de ángulo de superficie", + "SVG": "SVG", + "Switch language": "Cambiar idioma", + "Switch Language": "Cambiar idioma", + "Switch to dark appearance": "Cambiar a apariencia oscura", + "Switch to light appearance": "Cambiar a apariencia clara", + "Switch to LTR": "Cambiar a LTR", + "Switch to RTL": "Cambiar a RTL", + "Symbol list": "Lista de símbolos", + "Symbols & entities": "Símbolos y entidades", + "Symbols & HTML Entities": "Símbolos y entidades HTML", + "Sync Off": "Sincronización desactivada", + "Sync On": "Sincronización activada", + "Sync scrolling": "Desplazamiento sincronizado", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "El desplazamiento sincronizado está disponible en la vista dividida para mantener alineados el editor y la vista previa.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Los modos Sincronizar, Copiar, Revisar, Ver y Exportar permanecen en la barra de herramientas de formato del documento.", + "Tab actions for": "Acciones de pestaña para", + "Tab download failed:": "Falló la descarga de la pestaña:", + "Table": "Tabla", + "Tech Stack": "Pila de tecnología", + "Technical Notation": "Notación técnica", + "Temporary": "Temporal", + "Temporary in-memory room. No permanent document storage is created.": "Sala temporal en memoria. No se crea ningún almacenamiento permanente de documentos.", + "Terminal block": "Bloque de terminales", + "Tetrahedron Mesh": "Malla tetraédrica", + "Text case": "Caso de texto", + "Text layout": "Diseño de texto", + "Text style": "Estilo de texto", + "The command-line file could not be opened because the": "El archivo de línea de comandos no se pudo abrir porque el", + "The file could not be moved because the destination could not be saved.": "El archivo no se pudo mover porque no se pudo guardar el destino.", + "The live room could not be joined. Please check the invite link or connection.": "No se pudo unir a la sala en vivo. Por favor verifique el enlace de invitación o la conexión.", + "The repository folder could not be created.": "No se pudo crear la carpeta del repositorio.", + "The share link could not be generated.": "No se pudo generar el enlace para compartir.", + "The shared snapshot could not be opened because the": "La instantánea compartida no se pudo abrir porque el", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "La URL compartida no se pudo decodificar. Puede estar corrupto o incompleto.", + "Theme": "Tema", + "This comment or suggestion will be permanently deleted.": "Este comentario o sugerencia será eliminado permanentemente.", + "This Live Share room has ended or is no longer active.": "Esta sala Live Share finalizó o ya no está activa.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Esto elimina permanentemente todos los archivos y carpetas cifrados en Secret Workspace. El contenido no se puede recuperar.", + "This review item is no longer available.": "Este artículo de revisión ya no está disponible.", + "This shared snapshot is view only.": "Esta instantánea compartida es solo para visualización.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Esta instantánea compartida es solo para visualización. La fuente Markdown no se puede descargar ni copiar.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Esto eliminará {{0}} y finalizará cualquier sesión activa de Live Share. Los cambios no guardados no se pueden recuperar.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Esto eliminará todos los archivos y revisará los elementos. Los cambios no guardados no se pueden recuperar.", + "ThisIs-Developer": "ThisIs-Desarrollador", + "Timeline Diagram": "Diagrama de línea de tiempo", + "Timing Diagram": "Diagrama de tiempos", + "Timing Signal Wave": "Onda de señal de sincronización", + "Title": "Título", + "Title case": "Caso de título", + "to build lists, and triple backticks for code blocks.": "para crear listas y triples acentos graves para bloques de código.", + "to stay within the": "para permanecer dentro del", + "Toggle Dock Mode": "Alternar modo de acoplamiento", + "Toggle Floating Mode": "Alternar modo flotante", + "Toolbar descriptions": "Descripciones de la barra de herramientas", + "Topology Map": "Mapa de topología", + "Try again": "Inténtalo de nuevo", + "Turn private mode off": "Desactiva el modo privado", + "Turn private mode on": "Activa el modo privado", + "Twisted Column": "Columna torcida", + "Two documents are already open side by side": "Dos documentos ya están abiertos uno al lado del otro", + "Type your markdown here...": "Escribe tu descuento aquí...", + "Type, paste, or import Markdown here...": "Escribe, pega o importa Markdown aquí...", + "Unable to load emojis.": "No se pueden cargar emojis.", + "Unable to render diagram.": "No se puede renderizar el diagrama.", + "Unable to start import.": "No se puede iniciar la importación.", + "Undo": "Deshacer", + "Undo and Redo keep editing history close at hand.": "Deshacer y Rehacer mantienen el historial de edición a mano.", + "Unknown error": "Error desconocido", + "Unlock": "Desbloquear", + "Unlock Secret Workspace": "Desbloquear el espacio de trabajo secreto", + "Unlock workspace": "Desbloquear espacio de trabajo", + "Unlocking…": "Desbloqueando…", + "Upload from Device": "Subir desde el dispositivo", + "UPPERCASE": "MAYÚSCULAS", + "Use": "Uso", + "Use at least 8 characters.": "Utilice al menos 8 caracteres.", + "Use Case Diagram": "Diagrama de casos de uso", + "Use dark appearance": "Usar apariencia oscura", + "Use dark mode": "Usar modo oscuro", + "Use light mode": "Usar modo claro", + "Use Regular Expression": "Usar expresión regular", + "Use Regular Expression (.*)": "Usar expresión regular (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Utilice los menús Encabezado y Caso para los encabezados y mayúsculas H1–H6.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Utilice los botones de vista en la barra de herramientas para cambiar entre los modos Editor, División y Vista previa.", + "User Journey": "Viaje del usuario", + "Venn Diagram": "Diagrama de Venn", + "Version": "Versión", + "View": "Ver", + "View Markdown Viewer on GitHub": "Ver Markdown Viewer en GitHub", + "View mode": "Modo de visualización", + "View on GitHub": "Ver en GitHub", + "View only": "Ver solo", + "Viewer": "Visor", + "Visualizador de Markdown": "Visualizador de Markdown", + "Visualizzatore Markdown": "Visualizador Markdown", + "WBS Hierarchy": "Jerarquía WBS", + "Welcome template": "Plantilla de bienvenida", + "Welcome to Markdown": "Bienvenido a Markdown", + "Welcome to Markdown options": "Bienvenido a las opciones de Markdown", + "Welcome, {{0}}": "Bienvenido, {{0}}", + "will be imported because the": "se importará porque el", + "Wireframe": "Estructura alámbrica", + "Wireframe Mode": "Modo de estructura alámbrica", + "Words": "Palabras", + "Work Breakdown": "Desglose del trabajo", + "Workspace": "Espacio de trabajo", + "Workspace actions": "Acciones del espacio de trabajo", + "Workspace menu": "Menú del espacio de trabajo", + "Workspace options": "Opciones de espacio de trabajo", + "Workspace settings": "Configuración del espacio de trabajo", + "Workspace, file location": "Espacio de trabajo, ubicación de archivos", + "Workspaces": "Espacios de trabajo", + "Workspaces, folders, and Markdown files": "Espacios de trabajo, carpetas y archivos Markdown", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój rebajas...", + "Wrap": "Envoltura", + "Wrap Around": "Envoltura", + "Wrap Around (Wrap)": "Envolver (Envolver)", + "Write. Preview. Share.": "Escribir. Avance. Compartir.", + "XY Chart": "Gráfico XY", + "Your workspace is ready": "Tu espacio de trabajo está listo", + "Zoom in": "Acercar", + "Zoom In": "Acercar", + "Zoom model": "Modelo de zoom", + "Zoom out": "Alejar", + "Zoom Out": "Alejar", + "Введите здесь ваш markdown...": "Введите здесь ваш rebaja...", + "Введіть ваш markdown тут...": "Введіть ваш markdown тут...", + "Переглядач Markdown": "Nuevo Markdown", + "Просмотрщик Markdown": "Programador Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Elija un documento diferente.", + "Choose an alert style to insert into the document.": "Elija un estilo de alerta para insertar en el documento.", + "Collaborators can edit this document.": "Los colaboradores pueden editar este documento.", + "Only the Live Share host can share snapshots from a live document.": "Solo el host de Live Share puede compartir instantáneas de un documento en vivo.", + "Review the proposed changes before committing them to the document.": "Revise los cambios propuestos antes de comprometerlos en el documento.", + "{{0}} and {{1}}": "{{0}} y {{1}}", + "{{0}} file": "{{0}} archivo", + "{{0}} files": "{{0}} archivos", + "{{0}} review item": "{{0}} artículo de revisión", + "{{0}} review items": "{{0}} artículos de revisión", + "close": "cerrar", + "Close all": "Cerrar todo", + "delete": "eliminar", + "download": "descargar", + "duplicate": "duplicado", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "bloqueo", + "move": "mover", + "open": "abierto", + "rename": "cambiar nombre", + "Unable to trim D2 SVG bounds": "No se pueden recortar los límites de D2 SVG", + "ABC notation could not be rendered. Check the score syntax and retry.": "No se pudo representar la notación ABC. Verifique la sintaxis de la partitura y vuelva a intentarlo.", + "ABC notation renderer is unavailable. Check your connection and retry.": "El renderizador de notación ABC no está disponible. Verifique su conexión y vuelva a intentarlo.", + "Creating link": "Creando enlace", + "Ending live room...": "Finalizando la sala en vivo...", + "Failed to create share link:": "No se pudo crear el enlace para compartir:", + "in split view": "en vista dividida", + "Link failed": "Error en el enlace", + "Live room ended by the host": "Sala en vivo finalizada por el anfitrión", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "No se pudo renderizar la sirena. Verifique la sintaxis del diagrama y vuelva a intentarlo.", + "Open Markdown file": "Abrir archivo Markdown", + "Preparing Mermaid for print...": "Preparando Sirena para imprimir...", + "Rendering Mermaid…": "Renderizando Sirena…", + "Save HTML document": "Guardar documento HTML", + "Save Markdown File": "Guardar archivo Markdown", + "Starting live room...": "Iniciando sala en vivo...", + "Task item": "Elemento de tarea", + "The Live Share room could not be opened because the": "La sala Live Share no se pudo abrir porque el", + "This Live Share room has ended, expired, or no active host is available.": "Esta sala Live Share finalizó, expiró o no hay ningún anfitrión activo disponible.", + "Unable to start live room": "No se puede iniciar la sala en vivo", + "Use light appearance": "Usa apariencia clara", + "xMidYMid meet": "xMidYEncuentro medio", + "A folder with this name already exists in the workspace.": "Ya existe una carpeta con este nombre en el espacio de trabajo.", + "Add another review item": "Agregar otro elemento de revisión", + "Add suggestion": "Agregar sugerencia", + "All feedback resolved": "Todos los comentarios resueltos", + "Changes not saved": "Cambios no guardados", + "Click Start session to create a temporary room and generate an invite link.": "Haga clic en Iniciar sesión para crear una sala temporal y generar un enlace de invitación.", + "Collaborators can view updates but cannot edit.": "Los colaboradores pueden ver las actualizaciones pero no pueden editarlas.", + "Copy command was unsuccessful": "El comando de copia no tuvo éxito", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Copia este enlace y envíalo a los colaboradores. Los nuevos participantes aparecen arriba cuando se unen.", + "Could not protect this workspace. Try again.": "No se pudo proteger este espacio de trabajo. Intentar otra vez.", + "Creating snapshot link...": "Creando enlace de instantánea...", + "Delete folder": "Eliminar carpeta", + "Delete selected items": "Eliminar elementos seleccionados", + "Edit comment": "Editar comentario", + "Edit suggestion": "Editar sugerencia", + "Enter a folder name.": "Ingrese un nombre de carpeta.", + "Enter a name.": "Introduzca un nombre.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Todo ha sido resuelto. Cambie a Resuelto o Todo para revisar comentarios anteriores.", + "GitHub import finished.": "Importación de GitHub finalizada.", + "Incorrect access key or unreadable Secret Workspace data.": "Clave de acceso incorrecta o datos del Espacio de trabajo secreto ilegibles.", + "Live room disconnected": "Sala en vivo desconectada", + "Maximum document limit reached": "Límite máximo de documentos alcanzado", + "Mermaid diagram": "Diagrama de sirena", + "Mermaid diagram actions": "Acciones del diagrama de sirena", + "No documents match your search.": "Ningún documento coincide con tu búsqueda.", + "Open or create a document to use editing tools.": "Abre o crea un documento para usar herramientas de edición.", + "Review item deleted.": "Artículo de revisión eliminado.", + "Review item reopened.": "Se reabrió el artículo de revisión.", + "Review item resolved.": "Revisar elemento resuelto.", + "Review item updated.": "Artículo de revisión actualizado.", + "Review mode keeps the Markdown source read only.": "El modo de revisión mantiene la fuente Markdown de solo lectura.", + "Room active - waiting for collaborators": "Sala activa - esperando colaboradores", + "Save changes": "Guardar cambios", + "Secret Workspace has not been set up yet.": "El espacio de trabajo secreto aún no se ha configurado.", + "The provided URL does not point to a Markdown file.": "La URL proporcionada no apunta a un archivo Markdown.", + "This document is read only.": "Este documento es de sólo lectura.", + "This Live Share session is view only.": "Esta sesión de Live Share es solo para visualización.", + "This share link has expired or does not exist.": "Este enlace para compartir ha caducado o no existe.", + "This shared document is read-only for you.": "Este documento compartido es de solo lectura para ti.", + "Your file is ready.": "Tu archivo está listo.", + "Your files are ready.": "Tus archivos están listos." +} diff --git a/assets/i18n/fr.json b/assets/i18n/fr.json new file mode 100644 index 00000000..94b27736 --- /dev/null +++ b/assets/i18n/fr.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "a été atteinte.", + "-document limit would be exceeded.": "-la limite de documents serait dépassée.", + "-document limit.": "-limite de document.", + "— Copy/Paste": "— Copier/Coller", + "— Open Find & Replace": "— Ouvrir Rechercher et remplacer", + "— Redo": "— Refaire", + "— Undo": "— Annuler", + ", and": ", et", + ", favorite": ", favori", + ", file location": ", emplacement du fichier", + ", locked": ", verrouillé", + ", or": ", ou", + ".md or .markdown files supported": "Fichiers .md ou .markdown pris en charge", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"largeur:100%; hauteur : 100 % ; affichage:flex; align-items:center; justifier-content:center; débordement:caché;\">", + "{{0}} characters": "{{0}} caractères\nLes détails de", + "{{0}} details go here.": "{{0}} sont ici.", + "{{0}} file selected": "{{0}} fichier sélectionné", + "{{0}} files selected": "{{0}} fichiers sélectionnés", + "{{0}} imported": "{{0}} importé", + "{{0}} Min Read": "{{0}} Lecture min.", + "{{0}} of {{1}} files": "{{0}} fichiers sur {{1}}", + "{{0}} of {{1}} matches": "{{0}} correspondances sur {{1}}", + "{{0}} selected": "{{0}} sélectionné", + "{{0}} Viewer": "{{0}} Visionneuse", + "{{0}} words": "{{0}} mots", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 sur", + "0 of 0": "0 sur 0", + "0 of 0 matches": "0 sur 0 correspondances", + "0 selected": "0 sélectionné", + "1 of 50 files": "1 sur 50 fichiers", + "3D Model Viewer": "Visionneuse de modèles 3D", + "3D Models": "Modèles 3D", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Un éditeur, visualiseur, prévisualiseur et lecteur Markdown basé sur un navigateur.", + "Ab": "Ab", + "About": "À propos", + "About Markdown Viewer": "À propos de Markdown Viewer", + "Access": "Accès", + "Access key": "Clé d'accès", + "Access keys do not match.": "Les clés d'accès ne correspondent pas.", + "Access:": "Accès :", + "Actions": "Actions", + "Active document,": "Document actif,", + "Active document, Welcome to Markdown": "Document actif, bienvenue dans Markdown", + "Activity Diagram": "Diagramme d'activité", + "Add comment": "Ajouter un commentaire", + "Add feedback": "Ajouter des commentaires", + "Add syntax highlighting for code blocks": "Ajouter la coloration syntaxique pour les blocs de code", + "Add to Favorites": "Ajouter aux Favoris", + "Address / Link": "Adresse / Lien", + "Address / URL": "Adresse / URL", + "Address & Data Buses": "Bus d'adresses et de données", + "Advanced insertion": "Insertion avancée", + "Advanced Options": "Options avancées", + "alert alert-danger": "alerte alerte-danger", + "Align center": "Aligner au centre", + "Align left": "Aligner à gauche", + "Align right": "Aligner à droite", + "Alignment and direction": "Alignement et direction", + "All": "Tout", + "All changes saved": "Toutes les modifications enregistrées", + "All workspace folders collapsed.": "Tous les dossiers de l'espace de travail ont été réduits.", + "All workspace folders expanded.": "Tous les dossiers de l'espace de travail développés.", + "Alt Text (used for title)": "Texte alternatif (utilisé pour le titre)", + "Apache License 2.0": "Licence Apache 2.0", + "Appearance": "Apparence", + "Application information": "Informations sur l'application", + "Application language": "Langue de l'application", + "Application menu": "Menu des applications", + "Application Programming Interface": "Interface de programmation d'applications", + "Application shortcuts": "Raccourcis d'applications", + "Apply": "Appliquer", + "Architecture Diagram": "Schéma d'architecture", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Êtes-vous sûr de vouloir effacer le contenu du document actif ? Le document lui-même ne sera pas supprimé.", + "Area Chart": "Graphique en aires", + "Audio playback is not supported in this browser.": "La lecture audio n'est pas prise en charge dans ce navigateur.", + "Back to content": "Retour au contenu", + "Bar Chart": "Graphique à barres", + "bi bi-github": "bi-bigithub", + "Binary Counter": "Compteur binaire", + "Blockquote": "Citation de bloc", + "Bold": "Gras", + "Browser Print (Recommended)": "Impression du navigateur (recommandé)", + "Bubble Plot": "Tracé à bulles", + "Bulleted list": "Liste à puces", + "C4 Container": "Conteneur C4", + "C4 Container Diagram": "Diagramme du conteneur C4", + "Calculating...": "Calcul...", + "Calibration Cube": "Cube d'étalonnage", + "Can edit": "Peut modifier", + "Cancel": "Annuler", + "Cancel feedback": "Annuler les commentaires", + "Cancel Image generation": "Annuler la génération d'image", + "Cancel PDF generation": "Annuler la génération PDF", + "Cannot import: The selected file appears to be a binary file.": "Impossible d'importer : le fichier sélectionné semble être un fichier binaire.", + "Capturing document": "Capture de document", + "Capturing image": "Capture d'image", + "Change text case": "Modifier la casse du texte", + "Changelog": "Journal des modifications", + "Chars": "Caractères", + "Checkbox Map": "Carte des cases à cocher", + "Checklist Map": "Carte de la liste de contrôle", + "Choose a document to edit beside “": "Choisissez un document à modifier à côté de «", + "Choose a second document to edit beside the current one.": "Choisissez un deuxième document à modifier à côté du document actuel.", + "Choose how the PDF should be generated.": "Choisissez comment le PDF doit être généré.", + "Choose how you want to begin.": "Choisissez comment vous souhaitez commencer.", + "Choose one or more Markdown files": "Choisissez un ou plusieurs fichiers Markdown", + "Choose text style": "Choisir le style de texte", + "Chords Strum": "Accords gratter", + "Class Diagram": "Diagramme de classes", + "Clear active document?": "Effacer le document actif ?", + "Clear All": "Effacer tout", + "Clear Document": "Effacer le document", + "Clear document search": "Effacer la recherche de documents", + "Clear search": "Effacer la recherche", + "Close": "Fermer", + "Close {{0}}": "Fermer {{0}}", + "Close 3D modal": "Fermer le modal 3D", + "Close about dialog": "Fermer la boîte de dialogue", + "Close clear document dialog": "Fermer la boîte de dialogue Effacer le document", + "Close comments and suggestions": "Fermer les commentaires et suggestions", + "Close confirmation": "Fermer la confirmation", + "Close diagram dialog": "Fermer la boîte de dialogue du diagramme", + "Close diagram modal": "Fermer le diagramme modal", + "Close dialog": "Fermer la boîte de dialogue", + "Close diff preview dialog": "Fermer la boîte de dialogue d'aperçu des différences", + "Close document sidebar": "Fermer la barre latérale du document", + "Close expired live share dialog": "Fermer la boîte de dialogue de partage en direct expirée", + "Close Explorer": "Fermer l'explorateur", + "Close find and replace panel": "Fermer le panneau Rechercher et remplacer", + "Close GitHub Emojis dialog": "Fermer la boîte de dialogue Emojis de GitHub", + "Close GitHub import dialog": "Fermer la boîte de dialogue d'importation GitHub", + "Close help dialog": "Fermer la boîte de dialogue d'aide", + "Close image dialog": "Fermer la boîte de dialogue d'image", + "Close link dialog": "Fermer la boîte de dialogue du lien", + "Close live share dialog": "Fermer la boîte de dialogue de partage en direct", + "Close Markdown alerts dialog": "Fermer la boîte de dialogue d'alertes Markdown", + "Close menu": "Fermer le menu", + "Close move dialog": "Fermer la boîte de dialogue de déplacement", + "Close others": "Fermer les autres", + "Close PDF export dialog": "Fermer la boîte de dialogue d'exportation PDF", + "Close reference dialog": "Fermer la boîte de dialogue de référence", + "Close rename dialog": "Fermer la boîte de dialogue de renommage", + "Close reset confirmation dialog": "Fermer la boîte de dialogue de confirmation de réinitialisation", + "Close review deletion dialog": "Fermer la boîte de dialogue de suppression des avis", + "Close review mode": "Fermer le mode révision", + "Close secret workspace dialog": "Fermer la boîte de dialogue de l'espace de travail secret", + "Close share dialog": "Fermer la boîte de dialogue de partage", + "Close share error dialog": "Fermer la boîte de dialogue d'erreur de partage", + "Close split view dialog": "Fermer la boîte de dialogue de la vue fractionnée", + "Close Symbols and HTML Entities dialog": "Fermer la boîte de dialogue Symboles et entités HTML", + "Close table dialog": "Fermer la boîte de dialogue du tableau", + "Close to the left": "Près à gauche", + "Close to the right": "Près à droite", + "Close Welcome to Markdown": "Fermer Bienvenue sur Markdown", + "Closed:": "Fermé :", + "Closed: Not closed": "Fermé : Non fermé", + "Closed: Unavailable": "Fermé : indisponible", + "closed. Select it in Files to reopen it.": "fermé. Sélectionnez-le dans Fichiers pour le rouvrir.", + "Cluster Subgraph": "Sous-graphe de cluster", + "Code block": "Bloc de code", + "Code blocks only": "Blocs de code uniquement", + "Code copied": "Code copié\nCode", + "code copied.": "copié.", + "Code Mindmap": "Carte mentale du code", + "Collaborators can edit and sync.": "Les collaborateurs peuvent modifier et synchroniser.", + "Collaborators can view without editing.": "Les collaborateurs peuvent visualiser sans modifier.", + "Collapse all folders": "Réduire tous les dossiers", + "Collapse Workspace": "Réduire l'espace de travail", + "Column count": "Nombre de colonnes", + "Comment": "Commentaire", + "Comment added.": "Commentaire ajouté.", + "comment.": "commentaire.", + "Comments & suggestions": "Commentaires et suggestions", + "Commit Replacements": "Valider les remplacements", + "Common formatting": "Formatage commun", + "Common symbols": "Symboles communs", + "Complete": "Terminé", + "Complex Transaction": "Transaction complexe", + "Component Diagram": "Diagramme des composants", + "Confirm access key": "Confirmer la clé d'accès", + "Confirm action": "Confirmer l'action", + "Connection lost": "Connexion perdue", + "Content structure": "Structure du contenu\nContributeurs de", + "Copied": "Copié", + "Copied!": "Copié!", + "Copy": "Copier", + "Copy failed": "Échec de la copie", + "Copy failed. Retry": "Échec de la copie. Réessayer", + "Copy image": "Copier l'image", + "Copy Image": "Copier l'image", + "Copy image to clipboard": "Copier l'image dans le presse-papiers", + "Copy invite link": "Copier le lien d'invitation", + "Copy JavaScript code": "Copier le code JavaScript", + "Copy link": "Copier le lien", + "Copy Markdown": "Copier Markdown", + "Copy review summary": "Copier le résumé de l'examen", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Créez une clé d'accès locale pour crypter les fichiers et les noms de dossiers stockés dans cet espace de travail. La clé ne peut pas être récupérée.", + "Create access key": "Créer une clé d'accès", + "Create folder": "Créer un dossier", + "Create headings with": "Créer des titres avec", + "Create new file": "Créer un nouveau fichier", + "Create or import a document": "Créer ou importer un document", + "Create responsive layout": "Créer une mise en page réactive", + "Create share link": "Créer un lien de partage", + "Created after session starts": "Créé après le démarrage de la session", + "Ctrl": "Ctrl", + "Current Step": "Étape actuelle", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Mode sombre", + "Data Bus States": "États du bus de données", + "Data is stored locally": "Les données sont stockées localement", + "Data Visualization": "Visualisation des données", + "Date and time": "Date et heure", + "Delete": "Supprimer", + "Delete “{{0}}”?": "Supprimer « {{0}} » ?", + "Delete {{0}} selected items?": "Supprimer {{0}} éléments sélectionnés ?", + "Delete all": "Supprimer tout", + "Delete all review items": "Supprimer tous les éléments de révision", + "Delete all review items?": "Supprimer tous les éléments de révision ?", + "Delete feedback": "Supprimer les commentaires", + "Delete folder?": "Supprimer le dossier ?", + "Delete item": "Supprimer l'élément", + "Delete review item?": "Supprimer l'élément de révision ?", + "Deployment Nodes": "Nœuds de déploiement", + "Destination": "Destination\nLes détails de", + "details go here.": "sont ici.", + "Developed and maintained by": "Développé et maintenu par", + "Diagram and more": "Diagramme et plus", + "Diagram Categories": "Catégories de diagrammes", + "Diagram source code...": "Code source du diagramme...", + "Diagram templates": "Modèles de diagramme", + "Diagram Viewer": "Visionneuse de diagrammes", + "Digite seu markdown aqui...": "Digite votre markdown acquis...", + "Directed Graph": "Graphique dirigé", + "Disable synchronized scrolling": "Désactiver le défilement synchronisé", + "Display name": "Nom d'affichage", + "Document added to favorites.": "Document ajouté aux favoris.", + "Document block": "Bloc de documents", + "Document removed from favorites.": "Document supprimé des favoris.", + "Document statistics": "Statistiques des documents", + "Document statistics and save status": "Documenter les statistiques et enregistrer l'état", + "Document tools": "Outils de document", + "Document utilities and view mode": "Utilitaires de documents et mode d'affichage", + "Document views": "Vues du document", + "documents reached. Delete an existing document to create or import another.": "documents atteints. Supprimez un document existant pour en créer ou en importer un autre.", + "Download {{0}}": "Télécharger {{0}}", + "Download Markdown": "Télécharger Markdown", + "Download PNG": "Télécharger PNG", + "Download started": "Téléchargement démarré", + "Download SVG": "Télécharger SVG", + "Drag files to move": "Faites glisser les fichiers pour les déplacer", + "Drop your Markdown files anywhere": "Déposez vos fichiers Markdown n'importe où", + "Duet Accord": "Accord en duo", + "Duplicate": "Dupliquer", + "Duplicate {{0}}": "Dupliquer {{0}}", + "Edit": "Modifier", + "Edit feedback": "Modifier les commentaires", + "Edit Markdown": "Modifier Markdown", + "Editing": "Édition", + "Editing and preview enabled.": "Édition et aperçu activés.", + "Emoji list": "Liste d'émojis", + "Emoji shortcode": "Code court Emoji", + "Emojis loaded.": "Emojis chargés.", + "Emphasize text with": "Mettre en valeur le texte avec", + "Enable mermaid diagrams": "Activer les diagrammes de sirène", + "Enable synchronized scrolling": "Activer le défilement synchronisé", + "Encrypting…": "Chiffrement…", + "End live session": "Terminer la session en direct", + "End session": "Fin de session", + "English": "anglais", + "Enter fullscreen": "Entrer en plein écran", + "Enter the local access key used to encrypt this workspace on this device.": "Saisissez la clé d'accès locale utilisée pour chiffrer cet espace de travail sur cet appareil.", + "Entire Document": "Document entier", + "Entity Relationship": "Relation d'entité", + "ER (Graphviz style)": "ER (style Graphviz)", + "ER Diagram": "Diagramme ER", + "ER preview": "Aperçu ER", + "ERD Table": "Tableau ERD", + "Error rendering 3D model: {{0}}": "Erreur de rendu du modèle 3D : {{0}}", + "Error rendering map: {{0}}": "Erreur de rendu de la carte : {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Erreur de rendu de démarque : {{0}} {{1}}", + "Escribe tu markdown aquí...": "Écrivez votre démarque ici...", + "Estimated remaining": "Restant estimé", + "Exit fullscreen": "Quitter le mode plein écran", + "Exit split view": "Quitter la vue fractionnée", + "Expand all folders": "Développer tous les dossiers", + "Expand or collapse all is available in All files": "Développer ou réduire tout est disponible dans Tous les fichiers", + "Expand Secret Workspace": "Développer l'espace de travail secret", + "Explore features with an example": "Explorez les fonctionnalités avec un exemple", + "Explorer": "Explorateur", + "Explorer item": "Élément de l'explorateur", + "Explorer items deleted.": "Éléments de l'explorateur supprimés.", + "Explorer selection cleared.": "Sélection de l'explorateur effacée.", + "Export": "Exporter", + "Export as HTML": "Exporter au format HTML", + "Export as Image": "Exporter en tant qu'image", + "Export as Markdown": "Exporter sous Markdown", + "Export as PDF": "Exporter au format PDF", + "Export document": "Exporter le document", + "Export failed:": "Échec de l'exportation :", + "Export PDF Options": "Options d'exportation PDF", + "External Image (URL)": "Image externe (URL)", + "Faceted Gear Wheel": "Roue dentée à facettes", + "Failed to copy HTML:": "Échec de la copie du code HTML :", + "Failed to copy Markdown:": "Échec de la copie de Markdown :", + "Failed to copy review summary:": "Échec de la copie du résumé de l'évaluation :", + "Failed to copy share link:": "Échec de la copie du lien de partage :", + "Failed to import {{0}}": "Échec de l'importation {{0}}", + "Failed to load emojis.": "Échec du chargement des emojis.", + "Failed to load sharing library. Please check your connection and reload.": "Échec du chargement de la bibliothèque de partage. Veuillez vérifier votre connexion et recharger.", + "Failed to load sharing library. Please check your internet connection.": "Échec du chargement de la bibliothèque de partage. Veuillez vérifier votre connexion Internet.", + "Failed to locate Markdown files.": "Échec de la localisation des fichiers Markdown.", + "Failed to read the file. Please check permissions and try again.": "Échec de la lecture du fichier. Veuillez vérifier les autorisations et réessayer.", + "Failed to start Live Share. Please check your connection and try again.": "Échec du démarrage de Live Share. Veuillez vérifier votre connexion et réessayer.", + "FAQ": "FAQ", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Plus rapide, suggéré pour les documents volumineux. Remarque : les images, diagrammes, etc. peuvent se briser.", + "Favorite": "Favoris", + "Favorites": "Favoris", + "Favs": "Favoris", + "Feature Collection Map": "Carte de collection de fonctionnalités", + "Feedback type": "Type de retour", + "Fetching file tree...": "Récupération de l'arborescence des fichiers...", + "file": "Fichier", + "File actions": "Actions sur les fichiers", + "File created": "Fichier créé", + "File deleted": "Fichier supprimé", + "File is already in that location.": "Le fichier se trouve déjà à cet emplacement.", + "File is too large (maximum 10MB supported).": "Le fichier est trop volumineux (maximum 10 Mo pris en charge).", + "File moved to": "Fichier déplacé vers", + "File name": "Nom du fichier", + "File options": "Options de fichier", + "File options for": "Options de fichier pour", + "File options for Welcome to Markdown": "Options de fichier pour Bienvenue dans Markdown", + "File renamed": "Fichier renommé", + "files": "Fichiers", + "files available in the tree.": "disponibles dans l'arborescence.", + "Files deleted": "Fichiers supprimés", + "Filter review items": "Filtrer les éléments de révision", + "Find": "Rechercher", + "Find & Replace": "Rechercher et remplacer", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Rechercher et remplacer et Plein écran sont des actions directes de la barre d'outils ; À propos de Markdown Viewer ouvre le projet, Markdown, les informations de confidentialité, de licence et d'assistance.", + "Find and replace": "Rechercher et remplacer", + "Find and Replace": "Rechercher et remplacer", + "Find in Selection": "Rechercher dans la sélection", + "Find in Selection (Sel)": "Rechercher dans la sélection (Sel)", + "Find query": "Rechercher une requête", + "Finite State Machine": "Machine à états finis", + "Fit": "Ajuster", + "Fit diagram to screen": "Ajuster le diagramme à l'écran", + "Flowchart (Left-Right)": "Organigramme (gauche-droite)", + "Flowchart (LR)": "Organigramme (LR)", + "Flowchart (TD)": "Organigramme (TD)", + "Flowchart (Top-Down)": "Organigramme (de haut en bas)", + "folder": "Dossier", + "Folder created": "Dossier créé", + "Folder created:": "Dossier créé :", + "Folder deleted": "Dossier supprimé", + "Folder deleted. Documents moved to the workspace root.": "Dossier supprimé. Documents déplacés vers la racine de l'espace de travail.", + "Folder name": "Nom du dossier", + "Folder renamed": "Dossier renommé", + "Folder renamed to": "Dossier renommé en", + "folders": "Dossiers", + "Folders stay one level deep inside a workspace.": "Les dossiers restent à un niveau profond dans un espace de travail.", + "Folk & Lyrics": "Folk et paroles", + "for this block.": "pour ce bloc.", + "Forgot access key? Reset Secret Workspace": "Clé d'accès oubliée ? Réinitialiser l'espace de travail secret", + "Fresh Tomato": "Tomate fraîche", + "From files": "À partir de fichiers", + "From GitHub": "Depuis GitHub", + "FSM Diagram": "Diagramme FSM", + "Fullscreen": "Plein écran", + "Gantt Chart": "Diagramme de Gantt", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown un...", + "Generating Image": "Génération d'image", + "Generating Image...": "Génération d'image...", + "Generating PDF": "Génération de PDF", + "Generating PDF...": "Génération de PDF...", + "Git Graph": "Graphique Git", + "GitHub Emojis": "Émojis GitHub", + "GitHub files loaded.": "Fichiers GitHub chargés.", + "GitHub import": "Importation GitHub", + "GitHub import failed:": "Échec de l'importation GitHub :", + "GitHub import failed.": "L'importation GitHub a échoué.", + "GitHub import failed. The repository folder could not be created.": "L'importation GitHub a échoué. Le dossier du référentiel n'a pas pu être créé.", + "GitHub Repository": "Dépôt GitHub", + "GitHub URL": "URL GitHub", + "Glitchy Waveform": "Forme d'onde glitcheuse", + "Graphical User Interface": "Interface utilisateur graphique", + "Grid Layout": "Disposition en grille", + "Grouped Nodes": "Nœuds groupés", + "Guitar Chords": "Accords de guitare", + "Heading 1": "Titre 1", + "Heading 2": "Titre 2", + "Heading 3": "Titre 3", + "Heading 4": "Titre 4", + "Heading 5": "Rubrique 5", + "Heading 6": "Rubrique 6", + "Heading levels": "Niveaux de titre", + "Headings only": "Titres uniquement", + "Heatmap Matrix": "Matrice de carte thermique", + "Hide access key": "Masquer la clé d'accès", + "Hide sidebar": "Masquer la barre latérale", + "Hierarchy Tree": "Arbre hiérarchique", + "History": "Historique", + "Horizontal rule": "Règle horizontale", + "HTML": "HTML", + "HTML entities": "entités HTML", + "HTML export failed:": "Échec de l'exportation HTML :\nIdentifiant", + "Image": "Image", + "Image (.png)": "Image (.png)", + "Image description": "Description de l'image", + "Image generation progress": "Progression de la génération d'images", + "Image URL": "URL de l'image", + "Implement live preview with GitHub styling": "Implémenter l'aperçu en direct avec le style GitHub", + "Import": "Importer", + "Import complete": "Importation terminée", + "Import completed with errors": "Importation terminée avec des erreurs", + "Import failed": "Échec de l'importation", + "Import finished with issues": "Import terminé avec des problèmes", + "Import from files": "Importer à partir de fichiers", + "Import from GitHub": "Importer depuis GitHub", + "Import Markdown from GitHub": "Importer Markdown depuis GitHub", + "Import Selected": "Importer la sélection", + "Importing {{0}}": "Importation {{0}}", + "Importing file": "Importation du fichier", + "Importing files": "Importation de fichiers", + "Importing from GitHub": "Importation depuis GitHub", + "Importing selected files from GitHub...": "Importation des fichiers sélectionnés depuis GitHub...", + "Importing...": "Importation...", + "Inline code": "Code en ligne", + "Inline Code Blocks": "Blocs de code en ligne", + "Insert": "Insérer", + "Insert Diagram & More": "Insérer un diagramme et plus", + "Insert image": "Insérer une image", + "Insert link": "Insérer un lien", + "Insert reference": "Insérer une référence", + "Insert table": "Insérer un tableau", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Planifie intelligemment les sauts de page pour conserver les images, les tableaux, les équations et les diagrammes ensemble. Les blocs passent à la page suivante lorsqu'il n'y a pas assez d'espace. Recommandé pour les documents courts.", + "Invite link": "Lien d'invitation", + "Italic": "Italique", + "item": "élément", + "items": "éléments", + "items available.": "articles disponibles.", + "Items deleted": "Éléments supprimés", + "JavaScript": "JavaScript", + "JSON Document": "Document JSON", + "JSON Viewer": "Visionneuse JSON", + "Key Signature & Tempo": "Armature et tempo", + "Keyboard shortcuts": "Raccourcis clavier", + "Landmark Point": "Point de repère", + "Language:": "Langue :", + "Language: JavaScript": "Langage : JavaScript", + "LaTeX blocks only": "Blocs LaTeX uniquement", + "Leave a focused comment for the author...": "Laisser un commentaire ciblé à l'auteur...", + "Leave session": "Quitter la session", + "Lecteur Markdown": "Lecteur Markdown", + "Left Live Share session.": "Quitter la session Live Share.", + "Left-to-right text": "Texte de gauche à droite", + "Legacy Raster PDF": "PDF raster hérité", + "Light mode": "Mode clair", + "Line Chart": "Graphique linéaire", + "Link": "Lien", + "Link copied": "Lien copié", + "Link Text": "Texte du lien", + "Link title": "Titre du lien", + "Listen to score": "Écouter la partition", + "Live collaborators": "Collaborateurs en direct", + "Live Share": "Partage en direct", + "Live Share access mode": "Mode d'accès au partage en direct", + "Live Share invite link": "Lien d'invitation au partage en direct", + "Live Share is view only.": "Live Share est en lecture seule.", + "Live Share participants": "Participants au partage en direct", + "Live Share room expired": "La salle de partage en direct a expiré", + "Live Share session ended by the host.": "Session Live Share terminée par l'hôte.", + "Live Share session ended.": "La session Live Share est terminée.", + "Live Share session started.": "La session Live Share a démarré.", + "Loading document assets": "Chargement des ressources du document", + "Loading emojis...": "Chargement des émojis...", + "Loading image renderer": "Chargement du moteur de rendu d'image", + "Loading PDF libraries": "Chargement des bibliothèques PDF", + "Loading...": "Chargement...", + "Lock workspace": "Verrouiller l'espace de travail", + "Locked": "Verrouillé", + "lowercase": "minuscule", + "Lyrics Song": "Paroles Chanson", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Alerte Markdown", + "Markdown alert types": "Types d'alertes Markdown", + "Markdown alerts": "Alertes Markdown", + "Markdown document": "Document Markdown", + "Markdown editor input with live preview": "Entrée de l'éditeur Markdown avec aperçu en direct", + "Markdown file import progress": "Progression de l'importation du fichier Markdown", + "Markdown formatting toolbar for plain-text editing": "Barre d'outils de formatage Markdown pour l'édition de texte brut", + "Markdown Görüntüleyici": "Markdown Aperçu", + "Markdown preview only": "Markdown aperçu uniquement", + "Markdown source is unavailable for view-only snapshots": "La source Markdown n'est pas disponible pour les instantanés en lecture seule", + "Markdown tips": "astuces Markdown", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Aide", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Aperçu du plan de marquage", + "match": "correspondance", + "Match Case": "Cas de correspondance", + "Match Case (Aa)": "Affaire de correspondance (Aa)", + "Match Whole Word": "Faire correspondre le mot entier", + "Match Whole Word (W)": "Faire correspondre le mot entier (W)", + "matches": "correspondances", + "Maximum document limit reached.": "Limite maximale de documents atteinte.", + "Maximum of": "Maximum de", + "Menu": "Menu", + "Mermaid blocks only": "Blocs sirène uniquement", + "meter, composed by": "compteur, composé de", + "Min Read": "Lecture minimale", + "Mind Maps": "Cartes mentales", + "Mindmap Diagram": "Diagramme de carte mentale", + "Mindmap Outline": "Aperçu de la carte mentale", + "Model actions": "Actions du modèle", + "more participant": "plus de participants", + "More tools": "Plus d'outils", + "Move": "Déplacer", + "Move “": "Déplacer «", + "Move {{0}} selected items": "Déplacer {{0}} éléments sélectionnés", + "Move document": "Déplacer le document", + "Multi-Voice Harmony": "Harmonie multi-voix", + "Music notation block": "Bloc de notation musicale", + "Name": "Nom", + "Name item": "Nom de l'élément", + "Native HTML save failed:": "Échec de l'enregistrement HTML natif :", + "Native import failed:": "Échec de l'importation native :", + "Native save failed:": "Échec de la sauvegarde native :", + "Native tab download failed:": "Échec du téléchargement de l'onglet natif :", + "Network (nwdiag)": "Réseau (nwdiag)", + "Network error while loading shared content.": "Erreur réseau lors du chargement du contenu partagé.", + "Network Map": "Carte du réseau", + "Network Topology": "Topologie du réseau", + "New": "Nouveau", + "New document": "Nouveau document", + "New file": "Nouveau fichier", + "New file (Ctrl+T)": "Nouveau fichier (Ctrl+T)", + "New folder": "Nouveau dossier", + "New folder in": "Nouveau dossier dans", + "New folder in Workspace": "Nouveau dossier dans l'espace de travail", + "New Markdown file in": "Nouveau fichier Markdown dans", + "New Markdown file in Workspace": "Nouveau fichier Markdown dans Workspace", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Nouveau, Partager, Partager en direct, Signaler un problème, À propos et Paramètres sont disponibles dans la barre d'outils d'en-tête.", + "Next match": "Match suivant", + "Next match (Enter)": "Match suivant (Entrer)", + "No data is stored": "Aucune donnée n'est stockée", + "No diagrams found.": "Aucun diagramme trouvé.", + "No document is open": "Aucun document n'est ouvert", + "No documents open": "Aucun document ouvert", + "No documents to show.": "Aucun document à montrer.", + "No emojis found.": "Aucun emoji trouvé.", + "No favorite documents yet.": "Aucun document favori pour l'instant.", + "No feedback yet": "Pas encore de retour", + "No file open": "Aucun fichier ouvert", + "No files selected": "Aucun fichier sélectionné", + "No live room active": "Aucune salle de direct active", + "No Markdown files were found at that GitHub location.": "Aucun fichier Markdown n'a été trouvé à cet emplacement GitHub.", + "No matching files": "Aucun fichier correspondant", + "No open feedback": "Pas de retour ouvert", + "No recent documents": "Aucun document récent", + "No resolved feedback": "Aucun commentaire résolu", + "No results": "Aucun résultat", + "No symbols found.": "Aucun symbole trouvé.", + "Numbered list": "Liste numérotée", + "Object Diagram": "Diagramme d'objets", + "Object Instances": "Instances d'objets", + "Object Types": "Types d'objets", + "of": "de", + "Off": "Désactivé", + "On": "Activé", + "Only the first": "Seulement le premier", + "Open": "Ouvrir", + "Open a file or repository": "Ouvrir un fichier ou un référentiel", + "Open comments and suggestions": "Ouvrir les commentaires et suggestions", + "Open diagram viewer": "Ouvrir la visionneuse de diagrammes", + "Open diagram viewer with zoom and pan controls": "Visionneuse de diagramme ouverte avec commandes de zoom et de panoramique", + "Open document tabs": "Ouvrir les onglets du document", + "Open Explorer": "Ouvrir l'Explorateur", + "Open export menu": "Ouvrir le menu d'exportation", + "Open from device": "Ouvrir depuis l'appareil", + "Open in split view": "Ouvrir en vue fractionnée", + "Open menu": "Ouvrir le menu", + "Open new document menu": "Ouvrir le menu d'un nouveau document", + "Open or create another document before starting split view.": "Ouvrez ou créez un autre document avant de démarrer la vue fractionnée.", + "open review item": "élément de révision ouvert", + "open review items": "éléments de révision ouverts", + "Open source": "Ouvrir la source", + "Open split view": "Ouvrir la vue fractionnée", + "Open workspace settings": "Ouvrir les paramètres de l'espace de travail", + "Opened document": "Document ouvert", + "opened in split view.": "ouvert en vue fractionnée.", + "Opened:": "Ouvert :", + "Opens a read-only preview.": "Ouvre un aperçu en lecture seule.", + "Optimizing page breaks": "Optimisation des sauts de page", + "or": "ou", + "Overlap Set": "Ensemble de chevauchement", + "Parsing markdown": "Analyse de la démarque", + "Participants": "Participants", + "Paste a GitHub file or repository URL.": "Collez un fichier GitHub ou une URL de référentiel.", + "PDF": "PDF", + "PDF export failed:": "Échec de l'exportation PDF :", + "PDF generation progress": "Progression de la génération PDF", + "Pie Chart": "Graphique circulaire", + "Plain text only": "Texte brut uniquement", + "Please enter a GitHub URL.": "Veuillez saisir une URL GitHub.", + "Please enter a valid GitHub URL.": "Veuillez saisir une URL GitHub valide.", + "Please select at least one file to import.": "Veuillez sélectionner au moins un fichier à importer.", + "Please upload Markdown files (.md or .markdown)": "Veuillez télécharger les fichiers Markdown (.md ou .markdown)", + "PNG": "PNG", + "PNG export failed:": "Échec de l'exportation PNG :", + "Polyphony Voices": "Voix polyphoniques\nPréfixes", + "prefixes.": ".", + "Preparing": "Préparation", + "Preparing document": "Préparation du document", + "Preparing download": "Préparation du téléchargement", + "Preparing import…": "Préparation de l'importation…", + "Preparing repository folder…": "Préparation du dossier du référentiel…", + "Preserve Case": "Préserver le cas", + "Preserve Case (Ab)": "Préserver le cas (Ab)", + "Preview": "Aperçu", + "Preview Markdown": "Aperçu Markdown", + "Previous match": "Match précédent", + "Previous match (Shift+Enter)": "Match précédent (Maj+Entrée)\nPrix", + "Private mode": "Mode privé", + "Project links": "Liens du projet", + "Project Roadmap": "Feuille de route du projet", + "Protect Secret Workspace": "Protéger l'espace de travail secret", + "Quadrant Chart": "Graphique des quadrants", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Le formatage rapide couvre l'emphase, les guillemets, l'alignement et les listes ; Insert contient des outils moins fréquents tandis que Diagram & More reste directement disponible.", + "Quick start": "Démarrage rapide", + "Ready to copy": "Prêt à copier", + "Recent": "Récent", + "Recent files": "Fichiers récents", + "Recent queries...": "Requêtes récentes...", + "Reconnect": "Reconnecter", + "Record Struct": "Structure d'enregistrement", + "Record Structure": "Structure d'enregistrement", + "Redo": "Refaire", + "Reference": "Référence", + "Reference Number": "Numéro de référence", + "Reference title": "Titre de référence", + "Remove all files and review data": "Supprimer tous les fichiers et examiner les données", + "Remove from Favorites": "Supprimer des favoris", + "Rename": "Renommer", + "Rename {{0}}": "Renommer {{0}}", + "Rename file": "Renommer le fichier", + "Rename folder": "Renommer le dossier", + "Rendered Markdown live preview": "Aperçu en direct du rendu Markdown", + "Rendering diagram…": "Schéma de rendu…", + "Rendering diagrams": "Schémas de rendu", + "Rendering math": "Rendu mathématique", + "Rendering music notation": "Rendu de la notation musicale", + "Rendering page {{0}} of {{1}}": "Page de rendu {{0}} sur {{1}}", + "Rendering pages": "Rendu des pages", + "Replace": "Remplacer", + "Replace All": "Remplacer tout", + "Replace All Diff Preview": "Remplacer tous les aperçus des différences", + "Replace with": "Remplacer par", + "Report": "Signaler", + "Report an issue": "Signaler un problème", + "Requirements Diagram": "Diagramme des exigences", + "Reset": "Réinitialiser", + "Reset & Enable": "Réinitialiser et activer", + "Reset all": "Tout réinitialiser", + "Reset all files": "Réinitialiser tous les fichiers", + "Reset all files?": "Réinitialiser tous les fichiers ?", + "Reset Position": "Réinitialiser la position", + "Reset Secret Workspace?": "Réinitialiser l'espace de travail secret ?", + "Reset Sequence": "Séquence de réinitialisation", + "Reset view": "Réinitialiser la vue", + "Reset workspace": "Réinitialiser l'espace de travail", + "Reset zoom": "Réinitialiser le zoom", + "Resize document sidebar": "Redimensionner la barre latérale du document", + "Resize panes": "Redimensionner les volets", + "Resolve all open review items": "Résoudre tous les éléments de révision ouverts", + "Resolve feedback": "Résoudre les commentaires", + "Resolved": "Résolu", + "Resolved comments and suggestions will appear here.": "Les commentaires et suggestions résolus apparaîtront ici.", + "Review actions": "Réviser les actions", + "Review actions for": "Examiner les actions pour", + "Review deletion cancelled because the active document changed.": "Suppression de la révision annulée car le document actif a changé.", + "review item": "élément de révision", + "Review mode": "Mode de révision", + "Review mode uses the read-only preview.": "Le mode Révision utilise l'aperçu en lecture seule.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review ouvre un aperçu en lecture seule dans lequel vous pouvez commenter ou suggérer des modifications aux titres, paragraphes, blocs de code et diagrammes.", + "Review pins": "Vérifier les épingles", + "Review summary copied.": "Résumé de la revue copié.", + "Right-to-left text": "Texte de droite à gauche\nRôle", + "Row count": "Nombre de lignes", + "Saisissez votre markdown ici...": "Saisissez votre démarque ici...", + "Sankey Chart": "Graphique Sankey", + "Sankey Flow Chart": "Organigramme Sankey", + "Save": "Enregistrer", + "Saved": "Enregistré", + "Saving image": "Sauvegarde de l'image", + "Saving to Workspace /": "Sauvegarde dans l'espace de travail /", + "Saving...": "Sauvegarde...", + "Scatter Plot": "Nuage de points", + "Scope Filter": "Filtre de portée", + "Score in": "Score dans", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Score en {{0}}, {{1}} mètre, composé par {{2}}.", + "Scrivi il tuo markdown qui...": "Écrivez votre démarque qui...", + "Scroll left": "Défiler vers la gauche", + "Scroll right": "Faites défiler vers la droite", + "Scroll tabs left": "Faire défiler les onglets vers la gauche", + "Scroll tabs right": "Faire défiler les onglets vers la droite", + "Search": "Recherche", + "Search diagram templates": "Modèles de diagramme de recherche", + "Search diagrams...": "Rechercher des diagrammes...", + "Search emojis": "Rechercher des émojis", + "Search files": "Rechercher des fichiers", + "Search History": "Historique de recherche", + "Search symbols": "Rechercher des symboles", + "Searching...": "Recherche...", + "Second document": "Deuxième document", + "Secondary document": "Document secondaire", + "Secondary Markdown document": "Document secondaire Markdown", + "Secondary Markdown preview": "Aperçu secondaire Markdown", + "Secret Workspace": "Espace de travail secret", + "Secret Workspace encryption is unavailable in this browser or context.": "Le chiffrement Secret Workspace n'est pas disponible dans ce navigateur ou ce contexte.", + "Secret Workspace locked.": "Espace de travail secret verrouillé.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace nécessite un stockage local. Désactivez le mode privé avant de définir ou de déverrouiller sa clé d'accès.", + "Secret Workspace options": "Options de l'espace de travail secret", + "Secret Workspace reset.": "Réinitialisation de l'espace de travail secret.", + "Secret Workspace unlocked.": "Espace de travail secret débloqué.", + "Secret Workspace, locked": "Espace de travail secret, verrouillé", + "Select": "Sélectionner", + "Select a comment pin in the preview to add feedback.": "Sélectionnez une épingle de commentaire dans l'aperçu pour ajouter des commentaires.", + "Select all": "Sélectionner tout", + "Select All": "Sélectionner tout", + "Select Markdown file(s) to import": "Sélectionnez le(s) fichier(s) Markdown à importer", + "Select Markdown files": "Sélectionnez les fichiers Markdown", + "Select no more than": "Ne sélectionnez pas plus de", + "selected": "sélectionné", + "Selected block": "Bloc sélectionné", + "Selected diagram source": "Source du diagramme sélectionné", + "selected items": "éléments sélectionnés", + "selected items?": "éléments sélectionnés ?", + "selected.": "sélectionné.", + "Sequence Diagram": "Diagramme de séquence", + "Sequence preview": "Aperçu de la séquence", + "Session active": "Session active", + "Session Active": "Session active", + "Session ended": "Session terminée", + "Set password": "Définir le mot de passe", + "Settings": "Paramètres", + "Share": "Partager", + "Share link appears here": "Le lien de partage apparaît ici", + "Share link failed": "Échec du lien de partage", + "Share snapshot": "Partager un instantané", + "Share Snapshot": "Partager un instantané", + "Share URL": "Partager l'URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Les onglets d'instantanés partagés sont temporaires et ne peuvent pas être téléchargés.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Les onglets d'instantanés partagés sont temporaires et ne peuvent pas être dupliqués.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Les onglets d'instantanés partagés sont temporaires et ne peuvent pas être partagés à nouveau.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Les onglets d'instantanés partagés sont temporaires et ne peuvent pas démarrer Live Share.", + "Shared snapshot tabs cannot be shared again.": "Les onglets d'instantanés partagés ne peuvent pas être partagés à nouveau.", + "Shared snapshot tabs cannot start Live Share.": "Les onglets d'instantanés partagés ne peuvent pas démarrer Live Share.", + "Sharing...": "Partage...", + "Sheet music for:": "Partitions pour :", + "Sheet music for: {{0}}": "Partition pour : {{0}}", + "Shift": "Changement", + "Show access key": "Afficher la clé d'accès", + "Show confirmation access key": "Afficher la clé d'accès de confirmation", + "Show Diff Preview before replace": "Afficher l'aperçu des différences avant le remplacement", + "Show sidebar": "Afficher la barre latérale", + "Showing": "Affichage", + "Signal Glitches": "Problèmes de signal", + "Signature and Speed": "Signature et vitesse", + "Simple Flow": "Flux simple", + "Simple Tune": "Réglage simple", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Les petits documents restent encodés dans l'URL. Les documents volumineux utilisent Cloudflare KV temporairement pendant 90 jours maximum. Les onglets partagés ne sont pas enregistrés localement sur l'appareil du destinataire.", + "Solid": "Solide", + "Solid Mode": "Mode solide", + "Spiked Round Ball": "Ballon rond à pointes", + "Split": "Diviser", + "Split document divider": "Séparateur de documents divisés", + "Split editor and live preview": "Éditeur fractionné et aperçu en direct", + "Split editor and preview": "Éditeur fractionné et aperçu", + "Split view closed.": "Vue fractionnée fermée.", + "Split view:": "Vue fractionnée :", + "Stacked Bar": "Barre empilée", + "Stacked Bar Chart": "Graphique à barres empilées", + "Start a session first": "Commencez par démarrer une session", + "Start a session to create an invite link": "Démarrer une session pour créer un lien d'invitation", + "Start session": "Démarrer la session", + "Start with a blank document or bring Markdown in from somewhere else.": "Commencez avec un document vierge ou apportez Markdown depuis un autre endroit.", + "Start with a clean Markdown file": "Commencez avec un fichier Markdown propre", + "Starting GitHub import...": "Démarrage de l'importation GitHub...", + "Starting PNG Export": "Démarrage de l'exportation PNG", + "Starting…": "Démarrage…", + "State Diagram": "Diagramme d'état", + "STL 3D model zoom view": "Vue zoom du modèle STL 3D", + "Stop playback": "Arrêter la lecture", + "Strikethrough": "Barré", + "Study Plan": "Plan d'études", + "Study Topics": "Sujets d'étude", + "Suggested change": "Modification suggérée", + "Suggestion": "Suggestions", + "Suggestion added.": "Suggestion ajoutée.", + "suggestion.": "suggestion.", + "Support math expressions with LaTeX": "Prise en charge des expressions mathématiques avec LaTeX", + "Surface Angle": "Angle de surface", + "Surface Angle Mode": "Mode Angle de surface", + "SVG": "SVG", + "Switch language": "Changer de langue", + "Switch Language": "Changer de langue", + "Switch to dark appearance": "Passer à l'apparence sombre", + "Switch to light appearance": "Passer à l'apparence claire", + "Switch to LTR": "Passer au LTR", + "Switch to RTL": "Passer à RTL", + "Symbol list": "Liste des symboles", + "Symbols & entities": "Symboles et entités", + "Symbols & HTML Entities": "Symboles et entités HTML", + "Sync Off": "Synchronisation désactivée", + "Sync On": "Synchronisation activée", + "Sync scrolling": "Défilement synchronisé", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Le défilement synchronisé est disponible en vue fractionnée pour maintenir l'éditeur et l'aperçu alignés.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Synchronisation, Copie, Révision, modes d'affichage et Exportation restent avec la barre d'outils de formatage du document.", + "Tab actions for": "Actions d'onglet pour", + "Tab download failed:": "Échec du téléchargement de l'onglet :", + "Table": "Tableau", + "Tech Stack": "Pile technologique", + "Technical Notation": "Notation technique", + "Temporary": "Temporaire", + "Temporary in-memory room. No permanent document storage is created.": "Salle en mémoire temporaire. Aucun stockage de documents permanent n'est créé.", + "Terminal block": "Bornier", + "Tetrahedron Mesh": "Maillage tétraèdre", + "Text case": "Casse du texte", + "Text layout": "Disposition du texte", + "Text style": "Style de texte", + "The command-line file could not be opened because the": "Le fichier de ligne de commande n'a pas pu être ouvert car le", + "The file could not be moved because the destination could not be saved.": "Le fichier n'a pas pu être déplacé car la destination n'a pas pu être enregistrée.", + "The live room could not be joined. Please check the invite link or connection.": "La salle en direct n'a pas pu être rejointe. Veuillez vérifier le lien d'invitation ou la connexion.", + "The repository folder could not be created.": "Le dossier du référentiel n'a pas pu être créé.", + "The share link could not be generated.": "Le lien de partage n'a pas pu être généré.", + "The shared snapshot could not be opened because the": "L'instantané partagé n'a pas pu être ouvert car le", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "L'URL partagée n'a pas pu être décodée. Il est peut-être corrompu ou incomplet.", + "Theme": "Thème", + "This comment or suggestion will be permanently deleted.": "Ce commentaire ou suggestion sera définitivement supprimé.", + "This Live Share room has ended or is no longer active.": "Cette salle Live Share a pris fin ou n'est plus active.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Cela supprime définitivement tous les fichiers et dossiers cryptés dans Secret Workspace. Le contenu ne peut pas être récupéré.", + "This review item is no longer available.": "Cet élément d'évaluation n'est plus disponible.", + "This shared snapshot is view only.": "Cet instantané partagé est en lecture seule.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Cet instantané partagé est en lecture seule. La source Markdown ne peut pas être téléchargée ou copiée.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Cela supprimera {{0}} et mettra fin à toute session Live Share active. Les modifications non enregistrées ne peuvent pas être récupérées.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Cela supprimera tous les fichiers et examinera les éléments. Les modifications non enregistrées ne peuvent pas être récupérées.", + "ThisIs-Developer": "ThisIs-Développeur", + "Timeline Diagram": "Diagramme chronologique", + "Timing Diagram": "Chronogramme", + "Timing Signal Wave": "Onde de signal de synchronisation", + "Title": "Titre", + "Title case": "Casse du titre", + "to build lists, and triple backticks for code blocks.": "pour créer des listes et triples backticks pour les blocs de code.", + "to stay within the": "pour rester dans le", + "Toggle Dock Mode": "Basculer le mode Dock", + "Toggle Floating Mode": "Basculer le mode flottant", + "Toolbar descriptions": "Descriptions de la barre d'outils", + "Topology Map": "Carte topologique", + "Try again": "Réessayez", + "Turn private mode off": "Désactiver le mode privé", + "Turn private mode on": "Activer le mode privé", + "Twisted Column": "Colonne torsadée", + "Two documents are already open side by side": "Deux documents sont déjà ouverts côte à côte", + "Type your markdown here...": "Tapez votre démarque ici...", + "Type, paste, or import Markdown here...": "Tapez, collez ou importez Markdown ici...", + "Unable to load emojis.": "Impossible de charger les emojis.", + "Unable to render diagram.": "Impossible de restituer le diagramme.", + "Unable to start import.": "Impossible de démarrer l'importation.", + "Undo": "Annuler", + "Undo and Redo keep editing history close at hand.": "Annuler et Rétablir gardent l'historique des modifications à portée de main.", + "Unknown error": "Erreur inconnue", + "Unlock": "Déverrouiller", + "Unlock Secret Workspace": "Déverrouiller l'espace de travail secret", + "Unlock workspace": "Déverrouiller l'espace de travail", + "Unlocking…": "Déverrouillage…", + "Upload from Device": "Télécharger depuis un appareil", + "UPPERCASE": "MAJUSCULE", + "Use": "Utiliser", + "Use at least 8 characters.": "Utilisez au moins 8 caractères.", + "Use Case Diagram": "Diagramme de cas d'utilisation", + "Use dark appearance": "Utiliser une apparence sombre", + "Use dark mode": "Utiliser le mode sombre", + "Use light mode": "Utiliser le mode clair", + "Use Regular Expression": "Utiliser une expression régulière", + "Use Regular Expression (.*)": "Utiliser une expression régulière (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Utilisez les menus Titre et Cas pour les titres et les majuscules H1 à H6.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Utilisez les boutons d'affichage de la barre d'outils pour basculer entre les modes Editeur, Split et Aperçu.", + "User Journey": "Parcours utilisateur", + "Venn Diagram": "Diagramme de Venn", + "Version": "Version", + "View": "Afficher", + "View Markdown Viewer on GitHub": "Afficher Markdown Viewer sur GitHub", + "View mode": "Mode d'affichage", + "View on GitHub": "Voir sur GitHub", + "View only": "Visualisation uniquement", + "Viewer": "Visionneuse", + "Visualizador de Markdown": "Visualiseur de Markdown", + "Visualizzatore Markdown": "Visualisateur Markdown", + "WBS Hierarchy": "Hiérarchie WBS", + "Welcome template": "Modèle de bienvenue", + "Welcome to Markdown": "Bienvenue sur Markdown", + "Welcome to Markdown options": "Bienvenue dans les options Markdown", + "Welcome, {{0}}": "Bienvenue, {{0}}", + "will be imported because the": "sera importé car le", + "Wireframe": "Filaire", + "Wireframe Mode": "Mode filaire", + "Words": "Mots", + "Work Breakdown": "Répartition du travail", + "Workspace": "Espace de travail", + "Workspace actions": "Actions de l'espace de travail", + "Workspace menu": "Menu de l’espace de travail", + "Workspace options": "Options de l'espace de travail", + "Workspace settings": "Paramètres de l'espace de travail", + "Workspace, file location": "Espace de travail, emplacement du fichier", + "Workspaces": "Espaces de travail", + "Workspaces, folders, and Markdown files": "Espaces de travail, dossiers et fichiers Markdown", + "Wpisz tutaj swój markdown...": "Voici tout le markdown...", + "Wrap": "Enveloppement", + "Wrap Around": "Envelopper", + "Wrap Around (Wrap)": "Envelopper (Envelopper)", + "Write. Preview. Share.": "Écrire. Aperçu. Partager.", + "XY Chart": "Graphique XY", + "Your workspace is ready": "Votre espace de travail est prêt", + "Zoom in": "Zoom avant", + "Zoom In": "Zoom avant", + "Zoom model": "Modèle zoomé", + "Zoom out": "Zoom arrière", + "Zoom Out": "Zoom arrière", + "Введите здесь ваш markdown...": "Découvrez votre démarque...", + "Введіть ваш markdown тут...": "Découvrez votre démarque...", + "Переглядач Markdown": "Avant Markdown", + "Просмотрщик Markdown": "Prochain Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "Markdown Markdown 文本...", + "在此输入您的 Markdown 文本...": "Markdown 文本...", + "Choose a different document.": "Choisissez un autre document.", + "Choose an alert style to insert into the document.": "Choisissez un style d'alerte à insérer dans le document.", + "Collaborators can edit this document.": "Les collaborateurs peuvent modifier ce document.", + "Only the Live Share host can share snapshots from a live document.": "Seul l'hôte Live Share peut partager des instantanés d'un document en direct.", + "Review the proposed changes before committing them to the document.": "Examinez les modifications proposées avant de les valider dans le document.", + "{{0}} and {{1}}": "{{0}} et {{1}}", + "{{0}} file": "{{0}} fichier", + "{{0}} files": "{{0}} fichiers", + "{{0}} review item": "{{0}} élément de révision", + "{{0}} review items": "{{0}} éléments de révision", + "close": "fermer", + "Close all": "Fermer tout", + "delete": "supprimer", + "download": "télécharger", + "duplicate": "dupliquer", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "verrouiller", + "move": "bouger", + "open": "ouvert", + "rename": "renommer", + "Unable to trim D2 SVG bounds": "Impossible de réduire les limites SVG D2", + "ABC notation could not be rendered. Check the score syntax and retry.": "La notation ABC n'a pas pu être rendue. Vérifiez la syntaxe du score et réessayez.", + "ABC notation renderer is unavailable. Check your connection and retry.": "Le moteur de rendu de notation ABC n'est pas disponible. Vérifiez votre connexion et réessayez.", + "Creating link": "Création de lien", + "Ending live room...": "Fin du live room...", + "Failed to create share link:": "Échec de la création du lien de partage :", + "in split view": "en vue fractionnée", + "Link failed": "Échec du lien", + "Live room ended by the host": "Live room terminé par l'hôte", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "La sirène n'a pas pu être rendue. Vérifiez la syntaxe du diagramme et réessayez.", + "Open Markdown file": "Ouvrir le fichier Markdown", + "Preparing Mermaid for print...": "Préparation de Mermaid pour l'impression...", + "Rendering Mermaid…": "Rendu Sirène…", + "Save HTML document": "Enregistrer le document HTML", + "Save Markdown File": "Enregistrer le fichier Markdown", + "Starting live room...": "Démarrage du live room...", + "Task item": "Élément de tâche", + "The Live Share room could not be opened because the": "La salle Live Share n'a pas pu être ouverte car le", + "This Live Share room has ended, expired, or no active host is available.": "Cette salle Live Share est terminée, a expiré ou aucun hôte actif n'est disponible.", + "Unable to start live room": "Impossible de démarrer la salle en direct", + "Use light appearance": "Utiliser l'apparence claire", + "xMidYMid meet": "Rencontre xMidYMid", + "A folder with this name already exists in the workspace.": "Un dossier portant ce nom existe déjà dans l'espace de travail.", + "Add another review item": "Ajouter un autre élément de révision", + "Add suggestion": "Ajouter une suggestion", + "All feedback resolved": "Tous les commentaires résolus", + "Changes not saved": "Modifications non enregistrées", + "Click Start session to create a temporary room and generate an invite link.": "Cliquez sur Démarrer la session pour créer une salle temporaire et générer un lien d'invitation.", + "Collaborators can view updates but cannot edit.": "Les collaborateurs peuvent afficher les mises à jour mais ne peuvent pas les modifier.", + "Copy command was unsuccessful": "La commande de copie a échoué", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Copiez ce lien et envoyez-le aux collaborateurs. Les nouveaux participants apparaissent ci-dessus lorsqu'ils rejoignent.", + "Could not protect this workspace. Try again.": "Impossible de protéger cet espace de travail. Essayer à nouveau.", + "Creating snapshot link...": "Création d'un lien d'instantané...", + "Delete folder": "Supprimer le dossier", + "Delete selected items": "Supprimer les éléments sélectionnés", + "Edit comment": "Modifier le commentaire", + "Edit suggestion": "Modifier la suggestion", + "Enter a folder name.": "Saisissez un nom de dossier.", + "Enter a name.": "Saisissez un nom.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Tout a été résolu. Basculez vers Résolu ou Tout pour consulter les commentaires précédents.", + "GitHub import finished.": "Importation GitHub terminée.", + "Incorrect access key or unreadable Secret Workspace data.": "Clé d'accès incorrecte ou données de l'espace de travail secret illisibles.", + "Live room disconnected": "Salle en direct déconnectée", + "Maximum document limit reached": "Limite maximale de documents atteinte", + "Mermaid diagram": "Diagramme de la sirène", + "Mermaid diagram actions": "Actions du diagramme de sirène", + "No documents match your search.": "Aucun document ne correspond à votre recherche.", + "Open or create a document to use editing tools.": "Ouvrez ou créez un document pour utiliser les outils d'édition.", + "Review item deleted.": "Élément de révision supprimé.", + "Review item reopened.": "Élément de révision rouvert.", + "Review item resolved.": "Élément de révision résolu.", + "Review item updated.": "Élément de revue mis à jour.", + "Review mode keeps the Markdown source read only.": "Le mode de révision conserve la source Markdown en lecture seule.", + "Room active - waiting for collaborators": "Salle active - en attente de collaborateurs", + "Save changes": "Enregistrer les modifications", + "Secret Workspace has not been set up yet.": "L'espace de travail secret n'a pas encore été configuré.", + "The provided URL does not point to a Markdown file.": "L'URL fournie ne pointe pas vers un fichier Markdown.", + "This document is read only.": "Ce document est en lecture seule.", + "This Live Share session is view only.": "Cette session Live Share est en lecture seule.", + "This share link has expired or does not exist.": "Ce lien de partage a expiré ou n'existe pas.", + "This shared document is read-only for you.": "Ce document partagé est en lecture seule pour vous.", + "Your file is ready.": "Votre fichier est prêt.", + "Your files are ready.": "Vos fichiers sont prêts." +} diff --git a/assets/i18n/it.json b/assets/i18n/it.json new file mode 100644 index 00000000..70761e17 --- /dev/null +++ b/assets/i18n/it.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-il limite dei documenti è stato raggiunto.", + "-document limit would be exceeded.": "-il limite del documento verrebbe superato.", + "-document limit.": "-limite documento.", + "— Copy/Paste": "– Copia/Incolla", + "— Open Find & Replace": "– Apri Trova e sostituisci", + "— Redo": "— Ripeti", + "— Undo": "— Annulla", + ", and": "e", + ", favorite": ", preferito", + ", file location": ", percorso del file", + ", locked": ", bloccato", + ", or": ", o", + ".md or .markdown files supported": "Sono supportati i file .md o .markdown", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" stile=\"larghezza:100%; altezza: 100%; display:flessibile; allinea-elementi:centro; giustifica-contenuto:centro; overflow:nascosto;\">", + "{{0}} characters": "{{0}} caratteri", + "{{0}} details go here.": "{{0}} dettagli vanno qui.", + "{{0}} file selected": "{{0}} file selezionato", + "{{0}} files selected": "{{0}} file selezionati", + "{{0}} imported": "{{0}} importato", + "{{0}} Min Read": "{{0}} Lettura minima", + "{{0}} of {{1}} files": "{{0}} di {{1}} file", + "{{0}} of {{1}} matches": "{{0}} di {{1}} corrispondenze", + "{{0}} selected": "{{0}} selezionato", + "{{0}} Viewer": "{{0}} Visualizzatore", + "{{0}} words": "{{0}} parole", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 di", + "0 of 0": "0 di 0", + "0 of 0 matches": "0 di 0 corrispondenze", + "0 selected": "0 selezionato", + "1 of 50 files": "1 di 50 file", + "3D Model Viewer": "Visualizzatore di modelli 3D", + "3D Models": "Modelli 3D", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Un editor, visualizzatore, visualizzatore di anteprima e lettore Markdown basato su browser.", + "Ab": "Ab", + "About": "Informazioni", + "About Markdown Viewer": "Informazioni su Markdown Viewer", + "Access": "Accesso", + "Access key": "Chiave di accesso", + "Access keys do not match.": "Le chiavi di accesso non corrispondono.", + "Access:": "Accesso:", + "Actions": "Azioni", + "Active document,": "Documento attivo,", + "Active document, Welcome to Markdown": "Documento attivo, benvenuto in Markdown", + "Activity Diagram": "Diagramma delle attività", + "Add comment": "Aggiungi commento", + "Add feedback": "Aggiungi feedback", + "Add syntax highlighting for code blocks": "Aggiunta l'evidenziazione della sintassi per i blocchi di codice", + "Add to Favorites": "Aggiungi ai preferiti", + "Address / Link": "Indirizzo/Link", + "Address / URL": "Indirizzo/URL", + "Address & Data Buses": "Bus di indirizzi e dati", + "Advanced insertion": "Inserimento avanzato", + "Advanced Options": "Opzioni avanzate", + "alert alert-danger": "avviso avviso-pericolo", + "Align center": "Allinea al centro", + "Align left": "Allinea a sinistra", + "Align right": "Allinea a destra", + "Alignment and direction": "Allineamento e direzione", + "All": "Tutto", + "All changes saved": "Tutte le modifiche salvate", + "All workspace folders collapsed.": "Tutte le cartelle dell'area di lavoro sono compresse.", + "All workspace folders expanded.": "Tutte le cartelle dell'area di lavoro espanse.", + "Alt Text (used for title)": "Testo alternativo (utilizzato per il titolo)", + "Apache License 2.0": "Licenza Apache 2.0", + "Appearance": "Aspetto", + "Application information": "Informazioni sull'applicazione", + "Application language": "Lingua dell'applicazione", + "Application menu": "Menu dell'applicazione", + "Application Programming Interface": "Interfaccia di programmazione dell'applicazione", + "Application shortcuts": "Collegamenti dell'applicazione", + "Apply": "Applica", + "Architecture Diagram": "Diagramma dell'architettura", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Sei sicuro di voler cancellare il contenuto del documento attivo? Il documento stesso non verrà eliminato.", + "Area Chart": "Grafico ad area", + "Audio playback is not supported in this browser.": "La riproduzione audio non è supportata in questo browser.", + "Back to content": "Torna ai contenuti", + "Bar Chart": "Grafico a barre", + "bi bi-github": "bi-github", + "Binary Counter": "Contatore binario", + "Blockquote": "Citazione in blocco", + "Bold": "Grassetto", + "Browser Print (Recommended)": "Stampa dal browser (consigliato)", + "Bubble Plot": "Grafico a bolle", + "Bulleted list": "Elenco puntato", + "C4 Container": "Contenitore C4", + "C4 Container Diagram": "Diagramma del contenitore C4", + "Calculating...": "Calcolo in corso...", + "Calibration Cube": "Cubo di calibrazione", + "Can edit": "Può modificare", + "Cancel": "Annulla", + "Cancel feedback": "Annulla il feedback", + "Cancel Image generation": "Annulla la generazione dell'immagine", + "Cancel PDF generation": "Annulla la generazione del PDF", + "Cannot import: The selected file appears to be a binary file.": "Impossibile importare: il file selezionato sembra essere un file binario.", + "Capturing document": "Acquisizione del documento", + "Capturing image": "Cattura dell'immagine", + "Change text case": "Cambia maiuscole/minuscole nel testo", + "Changelog": "Registro delle modifiche", + "Chars": "Caratteri", + "Checkbox Map": "Casella di controllo Mappa", + "Checklist Map": "Mappa della lista di controllo", + "Choose a document to edit beside “": "Scegli un documento da modificare accanto a “", + "Choose a second document to edit beside the current one.": "Scegli un secondo documento da modificare accanto a quello corrente.", + "Choose how the PDF should be generated.": "Scegli come deve essere generato il PDF.", + "Choose how you want to begin.": "Scegli come iniziare.", + "Choose one or more Markdown files": "Scegli uno o più file Markdown", + "Choose text style": "Scegli lo stile del testo", + "Chords Strum": "Accordi Strimpellata", + "Class Diagram": "Diagramma delle classi", + "Clear active document?": "Cancella documento attivo?", + "Clear All": "Cancella tutto", + "Clear Document": "Cancella documento", + "Clear document search": "Cancella la ricerca dei documenti", + "Clear search": "Cancella la ricerca", + "Close": "Chiudi", + "Close {{0}}": "Chiudi {{0}}", + "Close 3D modal": "Chiudi la modalità 3D", + "Close about dialog": "Chiudi la finestra di dialogo", + "Close clear document dialog": "Chiude la finestra di dialogo Cancella documento", + "Close comments and suggestions": "Chiudi commenti e suggerimenti", + "Close confirmation": "Conferma chiusura", + "Close diagram dialog": "Chiude la finestra di dialogo del diagramma", + "Close diagram modal": "Chiudi schema modale", + "Close dialog": "Chiude la finestra di dialogo", + "Close diff preview dialog": "Chiude la finestra di dialogo di anteprima delle differenze", + "Close document sidebar": "Chiude la barra laterale del documento", + "Close expired live share dialog": "Chiudi la finestra di dialogo di condivisione live scaduta", + "Close Explorer": "Chiudi Esplora risorse", + "Close find and replace panel": "Chiudi il pannello Trova e sostituisci", + "Close GitHub Emojis dialog": "Chiudi la finestra di dialogo Emoji di GitHub", + "Close GitHub import dialog": "Chiude la finestra di dialogo di importazione di GitHub", + "Close help dialog": "Chiude la finestra di dialogo della guida", + "Close image dialog": "Chiude la finestra di dialogo dell'immagine", + "Close link dialog": "Chiudi la finestra di dialogo del collegamento", + "Close live share dialog": "Chiude la finestra di dialogo di condivisione live", + "Close Markdown alerts dialog": "Chiudi la finestra di dialogo degli avvisi Markdown", + "Close menu": "Chiudi il menu", + "Close move dialog": "Chiude la finestra di dialogo di spostamento", + "Close others": "Chiudi gli altri", + "Close PDF export dialog": "Chiude la finestra di dialogo di esportazione PDF", + "Close reference dialog": "Chiude la finestra di dialogo di riferimento", + "Close rename dialog": "Chiude la finestra di dialogo di ridenominazione", + "Close reset confirmation dialog": "Chiude la finestra di dialogo di conferma del ripristino", + "Close review deletion dialog": "Chiude la finestra di dialogo di eliminazione della revisione", + "Close review mode": "Chiude la modalità di revisione", + "Close secret workspace dialog": "Chiude la finestra di dialogo dell'area di lavoro segreta", + "Close share dialog": "Chiudi la finestra di dialogo di condivisione", + "Close share error dialog": "Chiudi la finestra di dialogo dell'errore di condivisione", + "Close split view dialog": "Chiude la finestra di dialogo della vista divisa", + "Close Symbols and HTML Entities dialog": "Chiude la finestra di dialogo Simboli ed entità HTML", + "Close table dialog": "Chiudi la finestra di dialogo della tabella", + "Close to the left": "Vicino a sinistra", + "Close to the right": "Vicino a destra", + "Close Welcome to Markdown": "Chiudi Benvenuto in Markdown", + "Closed:": "Chiuso:", + "Closed: Not closed": "Chiuso: Non chiuso", + "Closed: Unavailable": "Chiuso: non disponibile", + "closed. Select it in Files to reopen it.": "chiuso. Selezionalo in File per riaprirlo.", + "Cluster Subgraph": "Sottografo del cluster", + "Code block": "Blocco di codice", + "Code blocks only": "Solo blocchi di codice", + "Code copied": "Codice copiato", + "code copied.": "codice copiato.", + "Code Mindmap": "Mappa mentale del codice", + "Collaborators can edit and sync.": "I collaboratori possono modificare e sincronizzare.", + "Collaborators can view without editing.": "I collaboratori possono visualizzare senza modificare.", + "Collapse all folders": "Comprimi tutte le cartelle", + "Collapse Workspace": "Comprimi l'area di lavoro", + "Column count": "Conteggio colonne", + "Comment": "Commento", + "Comment added.": "Commento aggiunto.", + "comment.": "commento.", + "Comments & suggestions": "Commenti e suggerimenti", + "Commit Replacements": "Impegna rimpiazzi", + "Common formatting": "Formattazione comune", + "Common symbols": "Simboli comuni", + "Complete": "Completato", + "Complex Transaction": "Transazione complessa", + "Component Diagram": "Schema dei componenti", + "Confirm access key": "Conferma la chiave di accesso", + "Confirm action": "Conferma l'azione", + "Connection lost": "Connessione persa", + "Content structure": "Struttura del contenuto", + "Copied": "Copiato", + "Copied!": "Copiato!", + "Copy": "Copia", + "Copy failed": "Copia non riuscita", + "Copy failed. Retry": "Copia non riuscita. Riprova", + "Copy image": "Copia l'immagine", + "Copy Image": "Copia immagine", + "Copy image to clipboard": "Copia l'immagine negli appunti", + "Copy invite link": "Copia il link di invito", + "Copy JavaScript code": "Copia il codice JavaScript", + "Copy link": "Copia collegamento", + "Copy Markdown": "Copia Markdown", + "Copy review summary": "Copia il riepilogo della revisione", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Crea una chiave di accesso locale per crittografare i file e i nomi delle cartelle archiviati in questo spazio di lavoro. La chiave non può essere recuperata.", + "Create access key": "Crea chiave di accesso", + "Create folder": "Crea cartella", + "Create headings with": "Crea intestazioni con", + "Create new file": "Crea un nuovo file", + "Create or import a document": "Crea o importa un documento", + "Create responsive layout": "Crea un layout reattivo", + "Create share link": "Crea collegamento di condivisione", + "Created after session starts": "Creato dopo l'avvio della sessione", + "Ctrl": "Cntr", + "Current Step": "Passo corrente", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Modalità oscura", + "Data Bus States": "Stati del bus dati", + "Data is stored locally": "I dati vengono archiviati localmente", + "Data Visualization": "Visualizzazione dei dati", + "Date and time": "Data e ora", + "Delete": "Elimina", + "Delete “{{0}}”?": "Eliminare “{{0}}”?", + "Delete {{0}} selected items?": "Eliminare {{0}} elementi selezionati?", + "Delete all": "Elimina tutto", + "Delete all review items": "Elimina tutti gli elementi di revisione", + "Delete all review items?": "Eliminare tutti gli elementi della revisione?", + "Delete feedback": "Cancella feedback", + "Delete folder?": "Eliminare la cartella?", + "Delete item": "Elimina elemento", + "Delete review item?": "Eliminare l'elemento da rivedere?", + "Deployment Nodes": "Nodi di distribuzione", + "Destination": "Destinazione\nI dettagli di", + "details go here.": "vanno qui.", + "Developed and maintained by": "Sviluppato e gestito da", + "Diagram and more": "Diagramma e altro", + "Diagram Categories": "Categorie di diagrammi", + "Diagram source code...": "Codice sorgente del diagramma...", + "Diagram templates": "Modelli di diagrammi", + "Diagram Viewer": "Visualizzatore di diagrammi", + "Digite seu markdown aqui...": "Digita il tuo markdown qui...", + "Directed Graph": "Grafico Diretto", + "Disable synchronized scrolling": "Disabilita lo scorrimento sincronizzato", + "Display name": "Nome visualizzato", + "Document added to favorites.": "Documento aggiunto ai preferiti.", + "Document block": "Blocco documento", + "Document removed from favorites.": "Documento rimosso dai preferiti.", + "Document statistics": "Statistiche del documento", + "Document statistics and save status": "Documenta le statistiche e salva lo stato", + "Document tools": "Strumenti per documenti", + "Document utilities and view mode": "Utilità documento e modalità di visualizzazione", + "Document views": "Viste del documento", + "documents reached. Delete an existing document to create or import another.": "documenti raggiunti. Elimina un documento esistente per crearne o importarne un altro.", + "Download {{0}}": "Scarica {{0}}", + "Download Markdown": "Scarica Markdown", + "Download PNG": "Scarica PNG", + "Download started": "Download avviato", + "Download SVG": "Scarica SVG", + "Drag files to move": "Trascina i file da spostare", + "Drop your Markdown files anywhere": "Trascina i tuoi file Markdown ovunque", + "Duet Accord": "Accordo Duetto", + "Duplicate": "Duplicato", + "Duplicate {{0}}": "Duplicato {{0}}", + "Edit": "Modifica", + "Edit feedback": "Modifica feedback", + "Edit Markdown": "Modifica Markdown", + "Editing": "Modifica", + "Editing and preview enabled.": "Modifica e anteprima abilitate.", + "Emoji list": "Elenco emoji", + "Emoji shortcode": "Codice breve emoji", + "Emojis loaded.": "Emoji caricate.", + "Emphasize text with": "Enfatizza il testo con", + "Enable mermaid diagrams": "Abilita i diagrammi delle sirene", + "Enable synchronized scrolling": "Abilita lo scorrimento sincronizzato", + "Encrypting…": "Crittografia…", + "End live session": "Termina la sessione live", + "End session": "Termina la sessione", + "English": "Inglese", + "Enter fullscreen": "Entra a schermo intero", + "Enter the local access key used to encrypt this workspace on this device.": "Inserisci la chiave di accesso locale utilizzata per crittografare questo spazio di lavoro su questo dispositivo.", + "Entire Document": "Intero documento", + "Entity Relationship": "Relazione tra entità", + "ER (Graphviz style)": "ER (stile Graphviz)", + "ER Diagram": "Diagramma ER", + "ER preview": "Anteprima ER", + "ERD Table": "Tabella ERD", + "Error rendering 3D model: {{0}}": "Errore durante il rendering del modello 3D: {{0}}", + "Error rendering map: {{0}}": "Errore nel rendering della mappa: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Errore durante il rendering del markdown: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Scrivi il tuo ribasso qui...", + "Estimated remaining": "Rimanente stimato", + "Exit fullscreen": "Esce dalla modalità a schermo intero", + "Exit split view": "Esce dalla visualizzazione divisa", + "Expand all folders": "Espande tutte le cartelle", + "Expand or collapse all is available in All files": "Espandi o comprimi tutto è disponibile in Tutti i file", + "Expand Secret Workspace": "Espandi l'area di lavoro segreta", + "Explore features with an example": "Esplora le funzionalità con un esempio", + "Explorer": "Esploratore", + "Explorer item": "Elemento Esplora", + "Explorer items deleted.": "Elementi di Explorer eliminati.", + "Explorer selection cleared.": "Selezione Explorer cancellata.", + "Export": "Esporta", + "Export as HTML": "Esporta come HTML", + "Export as Image": "Esporta come immagine", + "Export as Markdown": "Esporta come Markdown", + "Export as PDF": "Esporta come PDF", + "Export document": "Esporta documento", + "Export failed:": "Esportazione non riuscita:", + "Export PDF Options": "Opzioni di esportazione PDF", + "External Image (URL)": "Immagine esterna (URL)", + "Faceted Gear Wheel": "Ruota dentata sfaccettata", + "Failed to copy HTML:": "Impossibile copiare l'HTML:", + "Failed to copy Markdown:": "Impossibile copiare Markdown:", + "Failed to copy review summary:": "Impossibile copiare il riepilogo della recensione:", + "Failed to copy share link:": "Impossibile copiare il collegamento di condivisione:", + "Failed to import {{0}}": "Impossibile importare {{0}}", + "Failed to load emojis.": "Impossibile caricare gli emoji.", + "Failed to load sharing library. Please check your connection and reload.": "Impossibile caricare la libreria di condivisione. Controlla la connessione e ricarica.", + "Failed to load sharing library. Please check your internet connection.": "Impossibile caricare la libreria di condivisione. Controlla la tua connessione Internet.", + "Failed to locate Markdown files.": "Impossibile individuare i file Markdown.", + "Failed to read the file. Please check permissions and try again.": "Impossibile leggere il file. Controlla le autorizzazioni e riprova.", + "Failed to start Live Share. Please check your connection and try again.": "Impossibile avviare Live Share. Controlla la connessione e riprova.", + "FAQ": "Domande frequenti", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Più veloce, consigliato per documenti di grandi dimensioni. Nota: immagini, diagrammi, ecc. potrebbero rompersi.", + "Favorite": "Preferito", + "Favorites": "Preferiti", + "Favs": "Preferiti", + "Feature Collection Map": "Mappa della raccolta di funzionalità", + "Feedback type": "Tipo di feedback", + "Fetching file tree...": "Recupero albero file...", + "file": "file", + "File actions": "Azioni sui file", + "File created": "File creato", + "File deleted": "File eliminato", + "File is already in that location.": "Il file è già in quella posizione.", + "File is too large (maximum 10MB supported).": "Il file è troppo grande (sono supportati massimo 10 MB).", + "File moved to": "File spostato in", + "File name": "Nome del file", + "File options": "Opzioni file", + "File options for": "Opzioni file per", + "File options for Welcome to Markdown": "Opzioni file per Benvenuto in Markdown", + "File renamed": "File rinominato", + "files": "file", + "files available in the tree.": "file disponibili nell'albero.", + "Files deleted": "File eliminati", + "Filter review items": "Filtra gli elementi di revisione", + "Find": "Trova", + "Find & Replace": "Trova e sostituisci", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Trova e sostituisci e Schermo intero sono azioni dirette della barra degli strumenti; Informazioni su Markdown Viewer apre il progetto, Markdown, informazioni sulla privacy, sulla licenza e sul supporto.", + "Find and replace": "Trova e sostituisci", + "Find and Replace": "Trova e sostituisci", + "Find in Selection": "Trova nella selezione", + "Find in Selection (Sel)": "Trova nella selezione (Sel)", + "Find query": "Trova query", + "Finite State Machine": "Macchina a stati finiti", + "Fit": "Adatta", + "Fit diagram to screen": "Adatta il diagramma allo schermo", + "Flowchart (Left-Right)": "Diagramma di flusso (Sinistra-Destra)", + "Flowchart (LR)": "Diagramma di flusso (LR)", + "Flowchart (TD)": "Diagramma di flusso (TD)", + "Flowchart (Top-Down)": "Diagramma di flusso (dall'alto verso il basso)\ncartella", + "folder": ".", + "Folder created": "Cartella creata", + "Folder created:": "Cartella creata:", + "Folder deleted": "Cartella eliminata", + "Folder deleted. Documents moved to the workspace root.": "Cartella eliminata. I documenti sono stati spostati nella radice dell'area di lavoro.", + "Folder name": "Nome della cartella", + "Folder renamed": "Cartella rinominata", + "Folder renamed to": "Cartella rinominata in\ncartella", + "folders": "cartelle", + "Folders stay one level deep inside a workspace.": "Le cartelle rimangono ad un livello di profondità all'interno di uno spazio di lavoro.", + "Folk & Lyrics": "Folk e testi", + "for this block.": "per questo blocco.", + "Forgot access key? Reset Secret Workspace": "Hai dimenticato la chiave di accesso? Reimposta l'area di lavoro segreta", + "Fresh Tomato": "Pomodoro fresco", + "From files": "Dai file", + "From GitHub": "Da GitHub", + "FSM Diagram": "Diagramma FSM", + "Fullscreen": "Schermo intero", + "Gantt Chart": "Diagramma di Gantt", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Generazione dell'immagine", + "Generating Image...": "Generazione immagine...", + "Generating PDF": "Generazione PDF", + "Generating PDF...": "Generazione PDF...", + "Git Graph": "Grafico Git", + "GitHub Emojis": "Emoji GitHub", + "GitHub files loaded.": "File GitHub caricati.", + "GitHub import": "Importazione da GitHub", + "GitHub import failed:": "Importazione GitHub non riuscita:", + "GitHub import failed.": "Importazione GitHub non riuscita.", + "GitHub import failed. The repository folder could not be created.": "Importazione GitHub non riuscita. Impossibile creare la cartella del repository.", + "GitHub Repository": "Repository GitHub", + "GitHub URL": "URL di GitHub", + "Glitchy Waveform": "Forma d'onda glitch", + "Graphical User Interface": "Interfaccia utente grafica", + "Grid Layout": "Disposizione della griglia", + "Grouped Nodes": "Nodi raggruppati", + "Guitar Chords": "Accordi di chitarra", + "Heading 1": "Titolo 1", + "Heading 2": "Rubrica 2", + "Heading 3": "Rubrica 3", + "Heading 4": "Rubrica 4", + "Heading 5": "Rubrica 5", + "Heading 6": "Rubrica 6", + "Heading levels": "Livelli di rotta", + "Headings only": "Solo intestazioni", + "Heatmap Matrix": "Matrice della mappa termica", + "Hide access key": "Nascondi chiave di accesso", + "Hide sidebar": "Nascondi la barra laterale", + "Hierarchy Tree": "Albero gerarchico", + "History": "Storia", + "Horizontal rule": "Riga orizzontale", + "HTML": "HTML", + "HTML entities": "Entità HTML", + "HTML export failed:": "Esportazione HTML non riuscita:", + "Image": "Immagine", + "Image (.png)": "Immagine (.png)", + "Image description": "Descrizione dell'immagine", + "Image generation progress": "Avanzamento della generazione dell'immagine", + "Image URL": "URL dell'immagine", + "Implement live preview with GitHub styling": "Implementa l'anteprima live con lo stile GitHub", + "Import": "Importa", + "Import complete": "Importazione completata", + "Import completed with errors": "Importazione completata con errori", + "Import failed": "Importazione non riuscita", + "Import finished with issues": "Importazione terminata con problemi", + "Import from files": "Importa da file", + "Import from GitHub": "Importa da GitHub", + "Import Markdown from GitHub": "Importa Markdown da GitHub", + "Import Selected": "Importa selezionata", + "Importing {{0}}": "Importazione di {{0}}", + "Importing file": "Importazione del file", + "Importing files": "Importazione di file", + "Importing from GitHub": "Importazione da GitHub", + "Importing selected files from GitHub...": "Importazione dei file selezionati da GitHub...", + "Importing...": "Importazione...", + "Inline code": "Codice in linea", + "Inline Code Blocks": "Blocchi di codice in linea", + "Insert": "Inserisci", + "Insert Diagram & More": "Inserisci diagramma e altro", + "Insert image": "Inserisci immagine", + "Insert link": "Inserisci collegamento", + "Insert reference": "Inserisci riferimento", + "Insert table": "Inserisci tabella", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Pianifica in modo intelligente le interruzioni di pagina per tenere insieme immagini, tabelle, equazioni e diagrammi. I blocchi si spostano alla pagina successiva quando non c'è abbastanza spazio. Consigliato per documenti brevi.", + "Invite link": "Collegamento di invito", + "Italic": "Corsivo", + "item": "voce", + "items": "elementi", + "items available.": "articoli disponibili.", + "Items deleted": "Elementi eliminati", + "JavaScript": "JavaScript", + "JSON Document": "Documento JSON", + "JSON Viewer": "Visualizzatore JSON", + "Key Signature & Tempo": "Armatura di chiave e tempo", + "Keyboard shortcuts": "Scorciatoie da tastiera", + "Landmark Point": "Punto di riferimento", + "Language:": "Lingua:", + "Language: JavaScript": "Linguaggio: JavaScript", + "LaTeX blocks only": "Solo blocchi LaTeX", + "Leave a focused comment for the author...": "Lascia un commento mirato per l'autore...", + "Leave session": "Abbandona la sessione", + "Lecteur Markdown": "Lettore Markdown", + "Left Live Share session.": "Sessione Live Share lasciata.", + "Left-to-right text": "Testo da sinistra a destra", + "Legacy Raster PDF": "PDF raster precedente", + "Light mode": "Modalità chiara", + "Line Chart": "Grafico a linee", + "Link": "Collegamento", + "Link copied": "Collegamento copiato", + "Link Text": "Testo del collegamento", + "Link title": "Titolo del collegamento", + "Listen to score": "Ascolta il punteggio", + "Live collaborators": "Collaboratori dal vivo", + "Live Share": "Condivisione in tempo reale", + "Live Share access mode": "Modalità di accesso a Live Share", + "Live Share invite link": "Link di invito a Live Share", + "Live Share is view only.": "Live Share è di sola visualizzazione.", + "Live Share participants": "Partecipanti a Live Share", + "Live Share room expired": "La stanza Live Share è scaduta", + "Live Share session ended by the host.": "Sessione di Live Share terminata dall'host.", + "Live Share session ended.": "Sessione di Live Share terminata.", + "Live Share session started.": "Sessione di Live Share avviata.", + "Loading document assets": "Caricamento delle risorse del documento", + "Loading emojis...": "Caricamento emoji...", + "Loading image renderer": "Caricamento del renderer di immagini", + "Loading PDF libraries": "Caricamento delle librerie PDF", + "Loading...": "Caricamento...", + "Lock workspace": "Blocca l'area di lavoro", + "Locked": "Bloccato", + "lowercase": "minuscolo", + "Lyrics Song": "Testi della canzone", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown avviso", + "Markdown alert types": "Markdown tipi di avviso", + "Markdown alerts": "Markdown avvisi", + "Markdown document": "Markdown documento", + "Markdown editor input with live preview": "Markdown input dell'editor con anteprima dal vivo", + "Markdown file import progress": "Markdown Avanzamento dell'importazione del file", + "Markdown formatting toolbar for plain-text editing": "Markdown barra degli strumenti di formattazione per la modifica del testo semplice", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown solo anteprima", + "Markdown source is unavailable for view-only snapshots": "Markdown la sorgente non è disponibile per gli snapshot di sola visualizzazione", + "Markdown tips": "Markdown suggerimenti", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Aiuto", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown Modifica", + "Markdown 阅读器": "Markdown Modifica", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Anteprima della mappa dei segni", + "match": "corrisponde", + "Match Case": "Combina maiuscole e minuscole", + "Match Case (Aa)": "Maiuscole/minuscole (Aa)", + "Match Whole Word": "Corrisponde alla parola intera", + "Match Whole Word (W)": "Corrisponde a parola intera (W)", + "matches": "corrisponde", + "Maximum document limit reached.": "Limite massimo di documenti raggiunto.", + "Maximum of": "Massimo di", + "Menu": "Menù", + "Mermaid blocks only": "Solo la sirena blocca", + "meter, composed by": "metro, composto da", + "Min Read": "Lettura minima", + "Mind Maps": "Mappe mentali", + "Mindmap Diagram": "Diagramma della mappa mentale", + "Mindmap Outline": "Profilo della mappa mentale", + "Model actions": "Azioni del modello", + "more participant": "altro partecipante", + "More tools": "Altri strumenti", + "Move": "Muoviti", + "Move “": "Sposta “", + "Move {{0}} selected items": "Sposta {{0}} elementi selezionati", + "Move document": "Sposta il documento", + "Multi-Voice Harmony": "Armonia multivoce", + "Music notation block": "Blocco di notazione musicale", + "Name": "Nome", + "Name item": "Denomina l'elemento", + "Native HTML save failed:": "Salvataggio HTML nativo non riuscito:", + "Native import failed:": "Importazione nativa non riuscita:", + "Native save failed:": "Salvataggio nativo non riuscito:", + "Native tab download failed:": "Download della scheda nativa non riuscito:", + "Network (nwdiag)": "Rete (nwdiag)", + "Network error while loading shared content.": "Errore di rete durante il caricamento del contenuto condiviso.", + "Network Map": "Mappa della rete", + "Network Topology": "Topologia di rete", + "New": "Nuovo", + "New document": "Nuovo documento", + "New file": "Nuovo file", + "New file (Ctrl+T)": "Nuovo file (Ctrl+T)", + "New folder": "Nuova cartella", + "New folder in": "Nuova cartella in", + "New folder in Workspace": "Nuova cartella nell'area di lavoro", + "New Markdown file in": "Nuovo file Markdown in", + "New Markdown file in Workspace": "Nuovo file Markdown nell'area di lavoro", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Nuovo, Condividi, Condivisione in tempo reale, Segnala un problema, Informazioni e Impostazioni sono disponibili nella barra degli strumenti dell'intestazione.", + "Next match": "Prossima partita", + "Next match (Enter)": "Partita successiva (Invio)", + "No data is stored": "Nessun dato viene memorizzato", + "No diagrams found.": "Nessun diagramma trovato.", + "No document is open": "Nessun documento è aperto", + "No documents open": "Nessun documento aperto", + "No documents to show.": "Nessun documento da mostrare.", + "No emojis found.": "Nessun emoji trovato.", + "No favorite documents yet.": "Ancora nessun documento preferito.", + "No feedback yet": "Ancora nessun feedback", + "No file open": "Nessun file aperto", + "No files selected": "Nessun file selezionato", + "No live room active": "Nessuna live room attiva", + "No Markdown files were found at that GitHub location.": "Nessun file Markdown trovato in quella posizione GitHub.", + "No matching files": "Nessun file corrispondente", + "No open feedback": "Nessun feedback aperto", + "No recent documents": "Nessun documento recente", + "No resolved feedback": "Nessun feedback risolto", + "No results": "Nessun risultato", + "No symbols found.": "Nessun simbolo trovato.", + "Numbered list": "Elenco numerato", + "Object Diagram": "Diagramma oggetto", + "Object Instances": "Istanze di oggetti", + "Object Types": "Tipi di oggetti", + "of": "di", + "Off": "Spento", + "On": "Acceso", + "Only the first": "Solo il primo", + "Open": "Apri", + "Open a file or repository": "Apre un file o un repository", + "Open comments and suggestions": "Apre commenti e suggerimenti", + "Open diagram viewer": "Apre il visualizzatore di diagrammi", + "Open diagram viewer with zoom and pan controls": "Visualizzatore di diagrammi aperto con controlli di zoom e panoramica", + "Open document tabs": "Apre le schede dei documenti", + "Open Explorer": "Apri Esplora risorse", + "Open export menu": "Apre il menu di esportazione", + "Open from device": "Apri dal dispositivo", + "Open in split view": "Apri in vista divisa", + "Open menu": "Aprire il menu", + "Open new document menu": "Apre il menu del nuovo documento", + "Open or create another document before starting split view.": "Apri o crea un altro documento prima di avviare la visualizzazione divisa.", + "open review item": "apre l'elemento di revisione", + "open review items": "elementi di revisione aperti", + "Open source": "Sorgente aperta", + "Open split view": "Apre la visualizzazione divisa", + "Open workspace settings": "Apre le impostazioni dell'area di lavoro", + "Opened document": "Documento aperto", + "opened in split view.": "aperto in vista divisa.", + "Opened:": "Aperto:", + "Opens a read-only preview.": "Apre un'anteprima di sola lettura.", + "Optimizing page breaks": "Ottimizzazione delle interruzioni di pagina", + "or": "o", + "Overlap Set": "Impostazione sovrapposizione", + "Parsing markdown": "Analisi del ribasso", + "Participants": "Partecipanti", + "Paste a GitHub file or repository URL.": "Incolla un file GitHub o l'URL del repository.", + "PDF": "PDF", + "PDF export failed:": "Esportazione PDF non riuscita:", + "PDF generation progress": "Avanzamento della generazione del PDF", + "Pie Chart": "Grafico a torta", + "Plain text only": "Solo testo normale", + "Please enter a GitHub URL.": "Inserisci un URL GitHub.", + "Please enter a valid GitHub URL.": "Inserisci un URL GitHub valido.", + "Please select at least one file to import.": "Seleziona almeno un file da importare.", + "Please upload Markdown files (.md or .markdown)": "Carica i file Markdown (.md o .markdown)", + "PNG": "PNG", + "PNG export failed:": "Esportazione PNG non riuscita:", + "Polyphony Voices": "Voci polifoniche", + "prefixes.": "prefissi.", + "Preparing": "Preparazione", + "Preparing document": "Preparazione del documento", + "Preparing download": "Preparazione del download", + "Preparing import…": "Preparazione dell'importazione…", + "Preparing repository folder…": "Preparazione della cartella del repository…", + "Preserve Case": "Conserva caso", + "Preserve Case (Ab)": "Conserva caso (Ab)", + "Preview": "Anteprima", + "Preview Markdown": "Anteprima Markdown", + "Previous match": "Partita precedente", + "Previous match (Shift+Enter)": "Corrispondenza precedente (Shift+Invio)", + "Private mode": "Modalità privata", + "Project links": "Collegamenti al progetto", + "Project Roadmap": "Roadmap del progetto", + "Protect Secret Workspace": "Proteggi l'area di lavoro segreta", + "Quadrant Chart": "Grafico a quadrante", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "La formattazione rapida copre l'enfasi, le virgolette, l'allineamento e gli elenchi; Inserisci contiene strumenti meno frequenti mentre Diagramma e altro rimane direttamente disponibile.", + "Quick start": "Avvio rapido", + "Ready to copy": "Pronto per la copia", + "Recent": "Recenti", + "Recent files": "File recenti", + "Recent queries...": "Query recenti...", + "Reconnect": "Riconnettiti", + "Record Struct": "Struttura record", + "Record Structure": "Struttura della registrazione", + "Redo": "Ripeti", + "Reference": "Riferimento", + "Reference Number": "Numero di riferimento", + "Reference title": "Titolo di riferimento", + "Remove all files and review data": "Rimuovi tutti i file e rivedi i dati", + "Remove from Favorites": "Rimuovi dai preferiti", + "Rename": "Rinomina", + "Rename {{0}}": "Rinomina {{0}}", + "Rename file": "Rinomina il file", + "Rename folder": "Rinomina la cartella", + "Rendered Markdown live preview": "Rendering dell'anteprima dal vivo di Markdown", + "Rendering diagram…": "Diagramma di rendering…", + "Rendering diagrams": "Diagrammi di rendering", + "Rendering math": "Rendering della matematica", + "Rendering music notation": "Rendering della notazione musicale", + "Rendering page {{0}} of {{1}}": "Rendering della pagina {{0}} di {{1}}", + "Rendering pages": "Rendering delle pagine", + "Replace": "Sostituisci", + "Replace All": "Sostituisci tutto", + "Replace All Diff Preview": "Sostituisci tutte le anteprime delle differenze", + "Replace with": "Sostituisci con", + "Report": "Segnala", + "Report an issue": "Segnala un problema", + "Requirements Diagram": "Diagramma dei requisiti", + "Reset": "Reimposta", + "Reset & Enable": "Ripristina e attiva", + "Reset all": "Ripristina tutto", + "Reset all files": "Reimposta tutti i file", + "Reset all files?": "Reimpostare tutti i file?", + "Reset Position": "Ripristina posizione", + "Reset Secret Workspace?": "Reimpostare l'area di lavoro segreta?", + "Reset Sequence": "Sequenza di ripristino", + "Reset view": "Reimposta la visualizzazione", + "Reset workspace": "Reimposta l'area di lavoro", + "Reset zoom": "Reimposta lo zoom", + "Resize document sidebar": "Ridimensiona la barra laterale del documento", + "Resize panes": "Ridimensiona i riquadri", + "Resolve all open review items": "Risolvi tutti gli elementi di revisione aperti", + "Resolve feedback": "Risolve il feedback", + "Resolved": "Risolto", + "Resolved comments and suggestions will appear here.": "I commenti e i suggerimenti risolti verranno visualizzati qui.", + "Review actions": "Esaminare le azioni", + "Review actions for": "Rivedi le azioni per", + "Review deletion cancelled because the active document changed.": "Cancellazione revisione annullata perché il documento attivo è cambiato.", + "review item": "elemento da rivedere", + "Review mode": "Modalità di revisione", + "Review mode uses the read-only preview.": "La modalità di revisione utilizza l'anteprima di sola lettura.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review apre un'anteprima di sola lettura in cui puoi commentare o suggerire modifiche a intestazioni, paragrafi, blocchi di codice e diagrammi.", + "Review pins": "Rivedi i pin", + "Review summary copied.": "Riepilogo della revisione copiato.", + "Right-to-left text": "Testo da destra a sinistra\nRuolo", + "Row count": "Conteggio righe", + "Saisissez votre markdown ici...": "Scopri il tuo markdown qui...", + "Sankey Chart": "Grafico Sankey", + "Sankey Flow Chart": "Diagramma di flusso Sankey", + "Save": "Salva", + "Saved": "Salvato", + "Saving image": "Salvataggio dell'immagine", + "Saving to Workspace /": "Salvataggio nell'area di lavoro /", + "Saving...": "Salvataggio...", + "Scatter Plot": "Grafico a dispersione", + "Scope Filter": "Filtro ambito", + "Score in": "Punteggio inserito", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Punteggio in {{0}}, {{1}} metro, composto da {{2}}.", + "Scrivi il tuo markdown qui...": "Scrivi il tuo ribasso qui...", + "Scroll left": "Scorri verso sinistra", + "Scroll right": "Scorri verso destra", + "Scroll tabs left": "Scorrere le schede a sinistra", + "Scroll tabs right": "Scorri le schede verso destra", + "Search": "Cerca", + "Search diagram templates": "Cerca modelli di diagrammi", + "Search diagrams...": "Cerca diagrammi...", + "Search emojis": "Cerca emoji", + "Search files": "Cerca file", + "Search History": "Cronologia delle ricerche", + "Search symbols": "Cerca simboli", + "Searching...": "Ricerca...", + "Second document": "Secondo documento", + "Secondary document": "Documento secondario", + "Secondary Markdown document": "Documento Markdown secondario", + "Secondary Markdown preview": "Anteprima Markdown secondaria", + "Secret Workspace": "Area di lavoro segreta", + "Secret Workspace encryption is unavailable in this browser or context.": "La crittografia dell'area di lavoro segreta non è disponibile in questo browser o contesto.", + "Secret Workspace locked.": "Area di lavoro segreta bloccata.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace necessita di archiviazione locale. Disattiva la modalità privata prima di impostare o sbloccare la chiave di accesso.", + "Secret Workspace options": "Opzioni dell'area di lavoro segreta", + "Secret Workspace reset.": "Ripristino dell'area di lavoro segreta.", + "Secret Workspace unlocked.": "Area di lavoro segreta sbloccata.", + "Secret Workspace, locked": "Area di lavoro segreta, chiusa a chiave", + "Select": "Selezionare", + "Select a comment pin in the preview to add feedback.": "Seleziona un commento pin nell'anteprima per aggiungere feedback.", + "Select all": "Seleziona tutto", + "Select All": "Seleziona tutto", + "Select Markdown file(s) to import": "Seleziona i file Markdown da importare", + "Select Markdown files": "Seleziona i file Markdown", + "Select no more than": "Selezionare non più di", + "selected": "selezionato", + "Selected block": "Blocco selezionato", + "Selected diagram source": "Sorgente del diagramma selezionata", + "selected items": "elementi selezionati", + "selected items?": "elementi selezionati?", + "selected.": "selezionato.", + "Sequence Diagram": "Diagramma di sequenza", + "Sequence preview": "Anteprima della sequenza", + "Session active": "Sessione attiva", + "Session Active": "Sessione attiva", + "Session ended": "Sessione terminata", + "Set password": "Imposta la password", + "Settings": "Impostazioni", + "Share": "Condividi", + "Share link appears here": "Il collegamento di condivisione viene visualizzato qui", + "Share link failed": "Collegamento di condivisione non riuscito", + "Share snapshot": "Condividi istantanea", + "Share Snapshot": "Condividi istantanea", + "Share URL": "URL di condivisione", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Le schede delle istantanee condivise sono temporanee e non possono essere scaricate.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Le schede delle istantanee condivise sono temporanee e non possono essere duplicate.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Le schede delle istantanee condivise sono temporanee e non possono essere condivise nuovamente.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Le schede delle istantanee condivise sono temporanee e non possono avviare Live Share.", + "Shared snapshot tabs cannot be shared again.": "Le schede delle istantanee condivise non possono essere condivise nuovamente.", + "Shared snapshot tabs cannot start Live Share.": "Le schede delle istantanee condivise non possono avviare Live Share.", + "Sharing...": "Condivisione...", + "Sheet music for:": "Spartiti per:", + "Sheet music for: {{0}}": "Spartiti per: {{0}}", + "Shift": "Cambio", + "Show access key": "Mostra chiave di accesso", + "Show confirmation access key": "Mostra la chiave di accesso di conferma", + "Show Diff Preview before replace": "Mostra anteprima differenze prima della sostituzione", + "Show sidebar": "Mostra la barra laterale", + "Showing": "In mostra", + "Signal Glitches": "Problemi di segnale", + "Signature and Speed": "Firma e velocità", + "Simple Flow": "Flusso semplice", + "Simple Tune": "Sintonia semplice", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "I documenti di piccole dimensioni rimangono codificati nell'URL. I documenti di grandi dimensioni utilizzano Cloudflare KV temporaneo per un massimo di 90 giorni. Le schede condivise non vengono salvate localmente sul dispositivo del destinatario.", + "Solid": "Solido", + "Solid Mode": "Modalità fissa", + "Spiked Round Ball": "Palla rotonda chiodata", + "Split": "Dividi", + "Split document divider": "Dividi documento divisore", + "Split editor and live preview": "Editor diviso e anteprima dal vivo", + "Split editor and preview": "Editor diviso e anteprima", + "Split view closed.": "Visualizzazione divisa chiusa.", + "Split view:": "Visualizzazione divisa:", + "Stacked Bar": "Barra in pila", + "Stacked Bar Chart": "Grafico a barre in pila", + "Start a session first": "Avvia prima una sessione", + "Start a session to create an invite link": "Avvia una sessione per creare un collegamento di invito", + "Start session": "Avvia la sessione", + "Start with a blank document or bring Markdown in from somewhere else.": "Inizia con un documento vuoto o importa Markdown da qualche altra parte.", + "Start with a clean Markdown file": "Inizia con un file Markdown pulito", + "Starting GitHub import...": "Avvio dell'importazione GitHub...", + "Starting PNG Export": "Avvio dell'esportazione PNG", + "Starting…": "Avvio…", + "State Diagram": "Diagramma di stato", + "STL 3D model zoom view": "Visualizzazione zoom modello 3D STL", + "Stop playback": "Interrompe la riproduzione", + "Strikethrough": "Barrato", + "Study Plan": "Piano degli studi", + "Study Topics": "Argomenti di studio", + "Suggested change": "Modifica suggerita", + "Suggestion": "Suggerimento", + "Suggestion added.": "Suggerimento aggiunto.", + "suggestion.": "suggerimento.", + "Support math expressions with LaTeX": "Supporta le espressioni matematiche con LaTeX", + "Surface Angle": "Angolo di superficie", + "Surface Angle Mode": "Modalità Angolo di superficie", + "SVG": "SVG", + "Switch language": "Cambia lingua", + "Switch Language": "Cambia lingua", + "Switch to dark appearance": "Passa all'aspetto scuro", + "Switch to light appearance": "Passa all'aspetto luminoso", + "Switch to LTR": "Passa a LTR", + "Switch to RTL": "Passa a RTL", + "Symbol list": "Elenco dei simboli", + "Symbols & entities": "Simboli ed entità", + "Symbols & HTML Entities": "Simboli ed entità HTML", + "Sync Off": "Sincronizzazione disattivata", + "Sync On": "Sincronizzazione attivata", + "Sync scrolling": "Sincronizza lo scorrimento", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Lo scorrimento sincronizzato è disponibile nella vista divisa per mantenere allineati l'editor e l'anteprima.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Le modalità di sincronizzazione, copia, revisione, visualizzazione ed esportazione rimangono nella barra degli strumenti di formattazione del documento.", + "Tab actions for": "Azioni scheda per", + "Tab download failed:": "Download della scheda non riuscito:", + "Table": "Tabella", + "Tech Stack": "Stack tecnologico", + "Technical Notation": "Notazione tecnica", + "Temporary": "Temporaneo", + "Temporary in-memory room. No permanent document storage is created.": "Spazio temporaneo in memoria. Non viene creata alcuna archiviazione permanente dei documenti.", + "Terminal block": "Morsettiera", + "Tetrahedron Mesh": "Maglia tetraedrica", + "Text case": "Caso di testo", + "Text layout": "Disposizione del testo", + "Text style": "Stile testo", + "The command-line file could not be opened because the": "Impossibile aprire il file della riga di comando perché il file", + "The file could not be moved because the destination could not be saved.": "Impossibile spostare il file perché non è stato possibile salvare la destinazione.", + "The live room could not be joined. Please check the invite link or connection.": "Impossibile unirsi alla live room. Controlla il link di invito o la connessione.", + "The repository folder could not be created.": "Impossibile creare la cartella del repository.", + "The share link could not be generated.": "Impossibile generare il collegamento di condivisione.", + "The shared snapshot could not be opened because the": "Impossibile aprire lo snapshot condiviso perché il file", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Impossibile decodificare l'URL condiviso. Potrebbe essere danneggiato o incompleto.", + "Theme": "Tema", + "This comment or suggestion will be permanently deleted.": "Questo commento o suggerimento verrà eliminato definitivamente.", + "This Live Share room has ended or is no longer active.": "Questa stanza Live Share è terminata o non è più attiva.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Questa operazione elimina permanentemente ogni file e cartella crittografati in Secret Workspace. Il contenuto non può essere recuperato.", + "This review item is no longer available.": "Questo elemento di revisione non è più disponibile.", + "This shared snapshot is view only.": "Questa istantanea condivisa è di sola visualizzazione.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Questa istantanea condivisa è di sola visualizzazione. Impossibile scaricare o copiare l'origine Markdown.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Ciò rimuoverà {{0}} e terminerà qualsiasi sessione di Live Share attiva. Le modifiche non salvate non possono essere recuperate.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Questa operazione rimuoverà tutti i file e gli elementi di revisione. Le modifiche non salvate non possono essere recuperate.", + "ThisIs-Developer": "ThisIs-Developer", + "Timeline Diagram": "Diagramma della sequenza temporale", + "Timing Diagram": "Diagramma temporale", + "Timing Signal Wave": "Onda del segnale di temporizzazione", + "Title": "Titolo", + "Title case": "Titolo maiuscolo", + "to build lists, and triple backticks for code blocks.": "per creare elenchi e tripli backtick per i blocchi di codice.", + "to stay within the": "per rimanere all'interno del", + "Toggle Dock Mode": "Attiva/disattiva la modalità Dock", + "Toggle Floating Mode": "Attiva/disattiva la modalità mobile", + "Toolbar descriptions": "Descrizioni della barra degli strumenti", + "Topology Map": "Mappa della topologia", + "Try again": "Riprova", + "Turn private mode off": "Disattiva la modalità privata", + "Turn private mode on": "Attiva la modalità privata", + "Twisted Column": "Colonna attorcigliata", + "Two documents are already open side by side": "Due documenti sono già aperti uno accanto all'altro", + "Type your markdown here...": "Digita qui il tuo sconto...", + "Type, paste, or import Markdown here...": "Digita, incolla o importa Markdown qui...", + "Unable to load emojis.": "Impossibile caricare gli emoji.", + "Unable to render diagram.": "Impossibile eseguire il rendering del diagramma.", + "Unable to start import.": "Impossibile avviare l'importazione.", + "Undo": "Annulla", + "Undo and Redo keep editing history close at hand.": "Annulla e Ripeti mantengono la cronologia delle modifiche a portata di mano.", + "Unknown error": "Errore sconosciuto", + "Unlock": "Sblocca", + "Unlock Secret Workspace": "Sblocca l'area di lavoro segreta", + "Unlock workspace": "Sblocca l'area di lavoro", + "Unlocking…": "Sblocco…", + "Upload from Device": "Carica dal dispositivo", + "UPPERCASE": "MAIUSCOLO", + "Use": "Utilizzare", + "Use at least 8 characters.": "Utilizzare almeno 8 caratteri.", + "Use Case Diagram": "Diagramma dei casi d'uso", + "Use dark appearance": "Usa l'aspetto scuro", + "Use dark mode": "Utilizza la modalità oscura", + "Use light mode": "Usa la modalità chiara", + "Use Regular Expression": "Utilizza l'espressione regolare", + "Use Regular Expression (.*)": "Utilizza espressione regolare (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Utilizza i menu Intestazione e Caso per le intestazioni H1–H6 e le maiuscole.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Utilizza i pulsanti di visualizzazione nella barra degli strumenti per alternare tra le modalità Editor, Dividi e Anteprima.", + "User Journey": "Viaggio dell'utente", + "Venn Diagram": "Diagramma di Venn", + "Version": "Versione", + "View": "Visualizza", + "View Markdown Viewer on GitHub": "Visualizza Markdown Viewer su GitHub", + "View mode": "Modalità di visualizzazione", + "View on GitHub": "Visualizza su GitHub", + "View only": "Solo visualizzazione", + "Viewer": "Visualizzatore", + "Visualizador de Markdown": "Visualizzatore di Markdown", + "Visualizzatore Markdown": "Visualizzatore Markdown", + "WBS Hierarchy": "Gerarchia WBS", + "Welcome template": "Modello di benvenuto", + "Welcome to Markdown": "Benvenuto in Markdown", + "Welcome to Markdown options": "Benvenuto nelle opzioni Markdown", + "Welcome, {{0}}": "Benvenuto, {{0}}", + "will be imported because the": "verrà importato perché il file", + "Wireframe": "Wireframe", + "Wireframe Mode": "Modalità wireframe", + "Words": "Parole", + "Work Breakdown": "Ripartizione del lavoro", + "Workspace": "Area di lavoro", + "Workspace actions": "Azioni dell'area di lavoro", + "Workspace menu": "Menu dell'area di lavoro", + "Workspace options": "Opzioni dell'area di lavoro", + "Workspace settings": "Impostazioni dell'area di lavoro", + "Workspace, file location": "Area di lavoro, posizione del file", + "Workspaces": "Aree di lavoro", + "Workspaces, folders, and Markdown files": "Aree di lavoro, cartelle e file Markdown", + "Wpisz tutaj swój markdown...": "Tutto il resto del ribasso...", + "Wrap": "Avvolgi", + "Wrap Around": "Avvolgiti", + "Wrap Around (Wrap)": "Avvolgi (Avvolgi)", + "Write. Preview. Share.": "Scrivi. Anteprima. Condividere.", + "XY Chart": "Grafico XY", + "Your workspace is ready": "Il tuo spazio di lavoro è pronto", + "Zoom in": "Ingrandisci", + "Zoom In": "Ingrandisci", + "Zoom model": "Modello zoom", + "Zoom out": "Rimpicciolisci", + "Zoom Out": "Rimpicciolisci", + "Введите здесь ваш markdown...": "Mostra il tuo ribasso...", + "Введіть ваш markdown тут...": "Modifica il tuo ribasso tutto...", + "Переглядач Markdown": "Continua Markdown", + "Просмотрщик Markdown": "Programmatore Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Scegli un documento diverso.", + "Choose an alert style to insert into the document.": "Scegli uno stile di avviso da inserire nel documento.", + "Collaborators can edit this document.": "I collaboratori possono modificare questo documento.", + "Only the Live Share host can share snapshots from a live document.": "Solo l'host Live Share può condividere istantanee da un documento live.", + "Review the proposed changes before committing them to the document.": "Esaminare le modifiche proposte prima di inserirle nel documento.", + "{{0}} and {{1}}": "{{0}} e {{1}}", + "{{0}} file": "{{0}} file", + "{{0}} files": "{{0}} file", + "{{0}} review item": "{{0}} elemento da rivedere", + "{{0}} review items": "{{0}} articoli da rivedere", + "close": "chiudi", + "Close all": "Chiudi tutto", + "delete": "cancella", + "download": "scarica", + "duplicate": "duplicato", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "blocco", + "move": "si muove", + "open": "aperto", + "rename": "rinomina", + "Unable to trim D2 SVG bounds": "Impossibile tagliare i limiti SVG D2", + "ABC notation could not be rendered. Check the score syntax and retry.": "Impossibile riprodurre la notazione ABC. Controllare la sintassi della partitura e riprovare.", + "ABC notation renderer is unavailable. Check your connection and retry.": "Il renderer della notazione ABC non è disponibile. Controlla la connessione e riprova.", + "Creating link": "Creazione del collegamento", + "Ending live room...": "Fine della sala live...", + "Failed to create share link:": "Impossibile creare il collegamento di condivisione:", + "in split view": "in vista divisa", + "Link failed": "Collegamento non riuscito", + "Live room ended by the host": "Stanza live terminata dall'host", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Impossibile renderizzare la Sirena. Controllare la sintassi del diagramma e riprovare.", + "Open Markdown file": "Apri il file Markdown", + "Preparing Mermaid for print...": "Preparazione della sirena per la stampa...", + "Rendering Mermaid…": "Rendering della Sirena...", + "Save HTML document": "Salva il documento HTML", + "Save Markdown File": "Salva il file Markdown", + "Starting live room...": "Avvio della sala live...", + "Task item": "Elemento attività", + "The Live Share room could not be opened because the": "Impossibile aprire la stanza Live Share perché", + "This Live Share room has ended, expired, or no active host is available.": "Questa stanza Live Share è terminata, è scaduta o non è disponibile alcun host attivo.", + "Unable to start live room": "Impossibile avviare la Live Room", + "Use light appearance": "Usa l'aspetto chiaro", + "xMidYMid meet": "xMidYMid si incontrano", + "A folder with this name already exists in the workspace.": "Nello spazio di lavoro esiste già una cartella con questo nome.", + "Add another review item": "Aggiungi un altro elemento di recensione", + "Add suggestion": "Aggiungi suggerimento", + "All feedback resolved": "Tutti i feedback sono stati risolti", + "Changes not saved": "Modifiche non salvate", + "Click Start session to create a temporary room and generate an invite link.": "Fare clic su Avvia sessione per creare una stanza temporanea e generare un collegamento di invito.", + "Collaborators can view updates but cannot edit.": "I collaboratori possono visualizzare gli aggiornamenti ma non possono modificarli.", + "Copy command was unsuccessful": "Il comando di copia non è riuscito", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Copia questo link e invialo ai collaboratori. I nuovi partecipanti vengono visualizzati sopra quando si uniscono.", + "Could not protect this workspace. Try again.": "Impossibile proteggere questo spazio di lavoro. Riprova.", + "Creating snapshot link...": "Creazione del collegamento all'istantanea...", + "Delete folder": "Elimina cartella", + "Delete selected items": "Elimina gli elementi selezionati", + "Edit comment": "Modifica commento", + "Edit suggestion": "Modifica suggerimento", + "Enter a folder name.": "Immettere il nome di una cartella.", + "Enter a name.": "Immettere un nome.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Tutto è stato risolto. Passa a Risolti o Tutti per rivedere il feedback precedente.", + "GitHub import finished.": "Importazione GitHub terminata.", + "Incorrect access key or unreadable Secret Workspace data.": "Chiave di accesso errata o dati Secret Workspace illeggibili.", + "Live room disconnected": "Sala live disconnessa", + "Maximum document limit reached": "Limite massimo di documenti raggiunto", + "Mermaid diagram": "Schema della sirena", + "Mermaid diagram actions": "Azioni del diagramma della sirena", + "No documents match your search.": "Nessun documento corrisponde alla tua ricerca.", + "Open or create a document to use editing tools.": "Apri o crea un documento per utilizzare gli strumenti di modifica.", + "Review item deleted.": "Elemento di revisione eliminato.", + "Review item reopened.": "Elemento di revisione riaperto.", + "Review item resolved.": "Voce di revisione risolta.", + "Review item updated.": "Voce di revisione aggiornata.", + "Review mode keeps the Markdown source read only.": "La modalità di revisione mantiene la sorgente Markdown di sola lettura.", + "Room active - waiting for collaborators": "Stanza attiva - in attesa di collaboratori", + "Save changes": "Salva le modifiche", + "Secret Workspace has not been set up yet.": "L'area di lavoro segreta non è stata ancora impostata.", + "The provided URL does not point to a Markdown file.": "L'URL fornito non punta a un file Markdown.", + "This document is read only.": "Questo documento è di sola lettura.", + "This Live Share session is view only.": "Questa sessione di Live Share è di sola visualizzazione.", + "This share link has expired or does not exist.": "Questo collegamento di condivisione è scaduto o non esiste.", + "This shared document is read-only for you.": "Questo documento condiviso è di sola lettura per te.", + "Your file is ready.": "Il tuo file è pronto.", + "Your files are ready.": "I tuoi file sono pronti." +} diff --git a/assets/i18n/ja.json b/assets/i18n/ja.json new file mode 100644 index 00000000..a687f24a --- /dev/null +++ b/assets/i18n/ja.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "- ドキュメントの制限に達しました。", + "-document limit would be exceeded.": "- ドキュメントの制限を超える可能性があります。", + "-document limit.": "- ドキュメントの制限。", + "— Copy/Paste": "— コピー/ペースト", + "— Open Find & Replace": "— 検索と置換を開く", + "— Redo": "— やり直し", + "— Undo": "— 元に戻す", + ", and": "、および", + ", favorite": "、お気に入り", + ", file location": "、ファイルの場所", + ", locked": "、ロックされています", + ", or": "、または", + ".md or .markdown files supported": ".md または .markdown ファイルをサポート", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%;高さ:100%;ディスプレイ:フレックス;整列項目:中央;コンテンツの位置揃え:中央;オーバーフロー:非表示;\">", + "{{0}} characters": "{{0}} 文字", + "{{0}} details go here.": "{{0}} の詳細はこちらをご覧ください。", + "{{0}} file selected": "{{0}} ファイルが選択されました", + "{{0}} files selected": "{{0}} 個のファイルが選択されました", + "{{0}} imported": "{{0}} をインポートしました", + "{{0}} Min Read": "{{0}} 分読み取り", + "{{0}} of {{1}} files": "{{0}} / {{1}} ファイル", + "{{0}} of {{1}} matches": "{{1}} 件中 {{0}} 件が一致", + "{{0}} selected": "{{0}} が選択されました", + "{{0}} Viewer": "{{0}} 閲覧者", + "{{0}} words": "{{0}} 語", + "{{0}}m": "{{0}}分", + "{{0}}m {{1}}s": "{{0}}分 {{1}}秒", + "{{0}}s": "{{0}}", + "0 of": "0 件中", + "0 of 0": "0/0", + "0 of 0 matches": "0 件中 0 件が一致", + "0 selected": "0 個が選択されました", + "1 of 50 files": "50 ファイル中 1", + "3D Model Viewer": "3Dモデルビューア", + "3D Models": "3Dモデル", + "A browser-based Markdown editor, viewer, previewer, and reader.": "ブラウザベースの Markdown エディタ、ビューア、プレビューア、およびリーダー。", + "Ab": "アブ", + "About": "情報", + "About Markdown Viewer": "Markdown Viewer について", + "Access": "アクセス", + "Access key": "アクセスキー", + "Access keys do not match.": "アクセスキーが一致しません。", + "Access:": "アクセス:", + "Actions": "アクション", + "Active document,": "アクティブなドキュメント、", + "Active document, Welcome to Markdown": "アクティブなドキュメント、Markdown へようこそ", + "Activity Diagram": "アクティビティ図", + "Add comment": "コメントを追加", + "Add feedback": "フィードバックを追加", + "Add syntax highlighting for code blocks": "コードブロックの構文強調表示を追加", + "Add to Favorites": "お気に入りに追加", + "Address / Link": "アドレス/リンク", + "Address / URL": "アドレス/URL", + "Address & Data Buses": "アドレスバスとデータバス", + "Advanced insertion": "高度な挿入", + "Advanced Options": "詳細オプション", + "alert alert-danger": "アラート アラート - 危険", + "Align center": "中央揃え", + "Align left": "左揃え", + "Align right": "右揃え", + "Alignment and direction": "配置と方向", + "All": "全て", + "All changes saved": "すべての変更が保存されました", + "All workspace folders collapsed.": "すべてのワークスペース フォルダーが折りたたまれました。", + "All workspace folders expanded.": "すべてのワークスペース フォルダーが展開されました。", + "Alt Text (used for title)": "代替テキスト (タイトルに使用)", + "Apache License 2.0": "Apache ライセンス 2.0", + "Appearance": "Appearance", + "Application information": "申請情報", + "Application language": "アプリケーション言語", + "Application menu": "アプリケーションメニュー", + "Application Programming Interface": "アプリケーション プログラミング インターフェイス", + "Application shortcuts": "アプリケーションのショートカット", + "Apply": "適用", + "Architecture Diagram": "アーキテクチャ図", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "アクティブなドキュメントのコンテンツをクリアしてもよろしいですか?文書自体は削除されません。", + "Area Chart": "面グラフ", + "Audio playback is not supported in this browser.": "このブラウザではオーディオ再生がサポートされていません。", + "Back to content": "コンテンツに戻る", + "Bar Chart": "棒グラフ", + "bi bi-github": "ビビ-github", + "Binary Counter": "バイナリカウンタ", + "Blockquote": "ブロック引用", + "Bold": "太字", + "Browser Print (Recommended)": "Browser Print (Recommended)", + "Bubble Plot": "バブルプロット", + "Bulleted list": "箇条書きリスト", + "C4 Container": "C4コンテナ", + "C4 Container Diagram": "C4コンテナ図", + "Calculating...": "計算中...", + "Calibration Cube": "キャリブレーションキューブ", + "Can edit": "編集可能", + "Cancel": "キャンセル", + "Cancel feedback": "フィードバックをキャンセル", + "Cancel Image generation": "画像生成のキャンセル", + "Cancel PDF generation": "PDF生成のキャンセル", + "Cannot import: The selected file appears to be a binary file.": "インポートできません: 選択されたファイルはバイナリ ファイルであるようです。", + "Capturing document": "ドキュメントをキャプチャしています", + "Capturing image": "画像キャプチャ", + "Change text case": "テキストの大文字と小文字を変更する", + "Changelog": "変更履歴", + "Chars": "文字", + "Checkbox Map": "チェックボックス マップ", + "Checklist Map": "チェックリストマップ", + "Choose a document to edit beside “": "「」の横にある編集するドキュメントを選択してください", + "Choose a second document to edit beside the current one.": "現在のドキュメントの横に編集する 2 番目のドキュメントを選択します。", + "Choose how the PDF should be generated.": "PDF の生成方法を選択します。", + "Choose how you want to begin.": "開始方法を選択してください。", + "Choose one or more Markdown files": "1 つ以上の Markdown ファイルを選択してください", + "Choose text style": "テキストスタイルを選択してください", + "Chords Strum": "コードストラム", + "Class Diagram": "クラス図", + "Clear active document?": "アクティブなドキュメントをクリアしますか?", + "Clear All": "すべてクリア", + "Clear Document": "クリアドキュメント", + "Clear document search": "文書検索のクリア", + "Clear search": "検索をクリア", + "Close": "閉じる", + "Close {{0}}": "{{0}}を閉じる", + "Close 3D modal": "3D モーダルを閉じる", + "Close about dialog": "[バージョン情報] ダイアログを閉じる", + "Close clear document dialog": "クリアドキュメントダイアログを閉じる", + "Close comments and suggestions": "コメントと提案を閉じる", + "Close confirmation": "閉じる確認", + "Close diagram dialog": "ダイアグラムダイアログを閉じる", + "Close diagram modal": "図モーダルを閉じる", + "Close dialog": "ダイアログを閉じる", + "Close diff preview dialog": "差分プレビューダイアログを閉じる", + "Close document sidebar": "ドキュメントのサイドバーを閉じる", + "Close expired live share dialog": "期限切れのライブ共有ダイアログを閉じる", + "Close Explorer": "エクスプローラーを閉じる", + "Close find and replace panel": "検索と置換パネルを閉じる", + "Close GitHub Emojis dialog": "GitHub 絵文字ダイアログを閉じる", + "Close GitHub import dialog": "GitHub インポート ダイアログを閉じる", + "Close help dialog": "ヘルプダイアログを閉じる", + "Close image dialog": "画像ダイアログを閉じる", + "Close link dialog": "リンクダイアログを閉じる", + "Close live share dialog": "ライブ共有ダイアログを閉じる", + "Close Markdown alerts dialog": "Markdown アラート ダイアログを閉じる", + "Close menu": "メニューを閉じる", + "Close move dialog": "移動ダイアログを閉じる", + "Close others": "他を閉じる", + "Close PDF export dialog": "PDF エクスポート ダイアログを閉じる", + "Close reference dialog": "リファレンスダイアログを閉じる", + "Close rename dialog": "名前変更ダイアログを閉じる", + "Close reset confirmation dialog": "リセット確認ダイアログを閉じる", + "Close review deletion dialog": "レビュー削除ダイアログを閉じる", + "Close review mode": "レビューモードを閉じる", + "Close secret workspace dialog": "シークレットワークスペースダイアログを閉じる", + "Close share dialog": "共有ダイアログを閉じる", + "Close share error dialog": "共有エラー ダイアログを閉じる", + "Close split view dialog": "分割ビューダイアログを閉じる", + "Close Symbols and HTML Entities dialog": "[シンボルと HTML エンティティ] ダイアログを閉じる", + "Close table dialog": "テーブルダイアログを閉じる", + "Close to the left": "左側に近い", + "Close to the right": "右寄り", + "Close Welcome to Markdown": "閉じる Markdown へようこそ", + "Closed:": "終了日:\n【[MV17]】定休日:不定休", + "Closed: Not closed": "Closed: Not closed", + "Closed: Unavailable": "定休日:無し", + "closed. Select it in Files to reopen it.": "は終了しました。 「ファイル」でそれを選択して再度開きます。", + "Cluster Subgraph": "クラスターのサブグラフ", + "Code block": "コードブロック", + "Code blocks only": "コードブロックのみ", + "Code copied": "コードをコピーしました", + "code copied.": "コードをコピーしました。", + "Code Mindmap": "コード マインドマップ", + "Collaborators can edit and sync.": "共同編集者は編集および同期できます。", + "Collaborators can view without editing.": "共同編集者は編集せずに閲覧できます。", + "Collapse all folders": "すべてのフォルダーを折りたたむ", + "Collapse Workspace": "ワークスペースを折りたたむ", + "Column count": "列数", + "Comment": "コメント", + "Comment added.": "コメントを追加しました。", + "comment.": "のコメント。", + "Comments & suggestions": "コメントと提案", + "Commit Replacements": "コミット置換", + "Common formatting": "共通フォーマット", + "Common symbols": "共通記号", + "Complete": "完了", + "Complex Transaction": "複雑なトランザクション", + "Component Diagram": "コンポーネント図", + "Confirm access key": "アクセスキーの確認", + "Confirm action": "アクションの確認", + "Connection lost": "接続が失われました", + "Content structure": "コンテンツ構造", + "Copied": "コピーしました", + "Copied!": "コピーしました!", + "Copy": "コピー", + "Copy failed": "コピーに失敗しました", + "Copy failed. Retry": "コピーに失敗しました。再試行", + "Copy image": "画像をコピー", + "Copy Image": "画像をコピー", + "Copy image to clipboard": "画像をクリップボードにコピー", + "Copy invite link": "招待リンクをコピー", + "Copy JavaScript code": "JavaScript コードをコピー", + "Copy link": "リンクをコピー", + "Copy Markdown": "Markdown をコピー", + "Copy review summary": "コピーレビューまとめ", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "このワークスペースに保存されているファイルとフォルダー名を暗号化するためのローカル アクセス キーを作成します。キーは回復できません。", + "Create access key": "アクセスキーの作成", + "Create folder": "フォルダーの作成", + "Create headings with": "で見出しを作成します", + "Create new file": "新しいファイルを作成する", + "Create or import a document": "ドキュメントの作成またはインポート", + "Create responsive layout": "レスポンシブ レイアウトの作成", + "Create share link": "共有リンクの作成", + "Created after session starts": "セッション開始後に作成", + "Ctrl": "Ctrl", + "Current Step": "現在のステップ", + "Czytnik Markdown": "チトニク Markdown", + "Dark mode": "ダークモード", + "Data Bus States": "データ バスの状態", + "Data is stored locally": "データはローカルに保存されます", + "Data Visualization": "データの視覚化", + "Date and time": "日時", + "Delete": "削除", + "Delete “{{0}}”?": "「{{0}}」を削除しますか?", + "Delete {{0}} selected items?": "選択した {{0}} 個のアイテムを削除しますか?", + "Delete all": "全削除", + "Delete all review items": "レビュー項目をすべて削除します", + "Delete all review items?": "レビュー項目をすべて削除しますか?", + "Delete feedback": "フィードバックの削除", + "Delete folder?": "フォルダを削除しますか?", + "Delete item": "項目の削除", + "Delete review item?": "レビュー項目を削除しますか?", + "Deployment Nodes": "デプロイメント ノード", + "Destination": "目的地", + "details go here.": "の詳細はこちら。", + "Developed and maintained by": "によって開発および保守されています", + "Diagram and more": "図など", + "Diagram Categories": "図のカテゴリ", + "Diagram source code...": "ダイアグラムのソース コード...", + "Diagram templates": "図テンプレート", + "Diagram Viewer": "ダイアグラムビューア", + "Digite seu markdown aqui...": "デジテセウ値下げ取得...", + "Directed Graph": "有向グラフ", + "Disable synchronized scrolling": "同期スクロールを無効にする", + "Display name": "表示名", + "Document added to favorites.": "ドキュメントがお気に入りに追加されました。", + "Document block": "ドキュメントブロック", + "Document removed from favorites.": "ドキュメントがお気に入りから削除されました。", + "Document statistics": "ドキュメント統計", + "Document statistics and save status": "ドキュメントの統計と保存ステータス", + "Document tools": "ドキュメントツール", + "Document utilities and view mode": "ドキュメントユーティリティと表示モード", + "Document views": "ドキュメントビュー", + "documents reached. Delete an existing document to create or import another.": "の書類が届きました。既存のドキュメントを削除して、別のドキュメントを作成またはインポートします。", + "Download {{0}}": "ダウンロード {{0}}", + "Download Markdown": "Markdown をダウンロード", + "Download PNG": "PNGをダウンロード", + "Download started": "ダウンロード開始", + "Download SVG": "SVG をダウンロード", + "Drag files to move": "ファイルをドラッグして移動します", + "Drop your Markdown files anywhere": "Markdown ファイルを任意の場所にドロップします", + "Duet Accord": "デュエットアコード", + "Duplicate": "重複", + "Duplicate {{0}}": "重複 {{0}}", + "Edit": "編集", + "Edit feedback": "フィードバックを編集", + "Edit Markdown": "Markdown を編集", + "Editing": "編集", + "Editing and preview enabled.": "編集とプレビューが可能になりました。", + "Emoji list": "絵文字一覧", + "Emoji shortcode": "絵文字ショートコード", + "Emojis loaded.": "絵文字がロードされました。", + "Emphasize text with": "テキストを強調します", + "Enable mermaid diagrams": "人魚図を有効にする", + "Enable synchronized scrolling": "同期スクロールを有効にする", + "Encrypting…": "暗号化中…", + "End live session": "ライブセッションを終了する", + "End session": "セッションを終了する", + "English": "英語", + "Enter fullscreen": "全画面表示にする", + "Enter the local access key used to encrypt this workspace on this device.": "このデバイス上のこのワークスペースを暗号化するために使用されるローカル アクセス キーを入力します。", + "Entire Document": "ドキュメント全体", + "Entity Relationship": "エンティティ関係", + "ER (Graphviz style)": "ER (Graphviz スタイル)", + "ER Diagram": "ER図", + "ER preview": "ER プレビュー", + "ERD Table": "ERD テーブル", + "Error rendering 3D model: {{0}}": "3D モデルのレンダリング中にエラーが発生しました: {{0}}", + "Error rendering map: {{0}}": "マップのレンダリング中にエラーが発生しました: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "マークダウンのレンダリング中にエラーが発生しました: {{0}} {{1}}", + "Escribe tu markdown aquí...": "マークダウン取得の記述...", + "Estimated remaining": "推定残量", + "Exit fullscreen": "全画面表示を終了する", + "Exit split view": "分割ビューを終了する", + "Expand all folders": "すべてのフォルダーを展開します", + "Expand or collapse all is available in All files": "すべてのファイルを展開または折りたたむことができます", + "Expand Secret Workspace": "シークレットワークスペースを展開する", + "Explore features with an example": "例で機能を詳しく見る", + "Explorer": "エクスプローラー", + "Explorer item": "エクスプローラー項目", + "Explorer items deleted.": "エクスプローラーのアイテムが削除されました。", + "Explorer selection cleared.": "エクスプローラーの選択がクリアされました。", + "Export": "エクスポート", + "Export as HTML": "HTMLとしてエクスポート", + "Export as Image": "画像としてエクスポート", + "Export as Markdown": "Markdown としてエクスポート", + "Export as PDF": "PDFとしてエクスポート", + "Export document": "ドキュメントのエクスポート", + "Export failed:": "エクスポートに失敗しました:", + "Export PDF Options": "PDF エクスポート オプション", + "External Image (URL)": "外部画像(URL)", + "Faceted Gear Wheel": "多面歯車", + "Failed to copy HTML:": "HTML のコピーに失敗しました:", + "Failed to copy Markdown:": "Markdown のコピーに失敗しました:", + "Failed to copy review summary:": "レビュー概要をコピーできませんでした:", + "Failed to copy share link:": "共有リンクをコピーできませんでした:", + "Failed to import {{0}}": "{{0}}のインポートに失敗しました", + "Failed to load emojis.": "絵文字の読み込みに失敗しました。", + "Failed to load sharing library. Please check your connection and reload.": "共有ライブラリのロードに失敗しました。接続を確認してリロードしてください。", + "Failed to load sharing library. Please check your internet connection.": "共有ライブラリのロードに失敗しました。インターネット接続を確認してください。", + "Failed to locate Markdown files.": "Markdown ファイルが見つかりませんでした。", + "Failed to read the file. Please check permissions and try again.": "ファイルの読み込みに失敗しました。権限を確認して再試行してください。", + "Failed to start Live Share. Please check your connection and try again.": "Live Shareの開始に失敗しました。接続を確認して、もう一度試してください。", + "FAQ": "よくある質問", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "高速であり、大きなドキュメントに推奨されます。注:画像、図などが壊れる可能性があります。", + "Favorite": "お気に入り", + "Favorites": "お気に入り", + "Favs": "お気に入り", + "Feature Collection Map": "機能コレクション マップ", + "Feedback type": "フィードバックタイプ", + "Fetching file tree...": "ファイル ツリーを取得しています...", + "file": "ファイル", + "File actions": "ファイルアクション", + "File created": "ファイルが作成されました", + "File deleted": "ファイルが削除されました", + "File is already in that location.": "ファイルは既にその場所にあります。", + "File is too large (maximum 10MB supported).": "ファイルが大きすぎます (最大 10MB をサポート)。", + "File moved to": "ファイルの移動先", + "File name": "ファイル名", + "File options": "ファイルオプション", + "File options for": "ファイルオプション", + "File options for Welcome to Markdown": "Markdown へようこそのファイル オプション", + "File renamed": "ファイルの名前が変更されました", + "files": "ファイル", + "files available in the tree.": "ファイルがツリーで利用可能です。", + "Files deleted": "ファイルが削除されました", + "Filter review items": "レビュー項目をフィルタリングする", + "Find": "検索", + "Find & Replace": "検索と置換", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "検索と置換と全画面表示はツールバーの直接アクションです。 「Markdown Viewer について」では、プロジェクト、Markdown、プライバシー、ライセンス、およびサポート情報が開きます。", + "Find and replace": "検索と置換", + "Find and Replace": "検索と置換", + "Find in Selection": "選択範囲内で検索", + "Find in Selection (Sel)": "選択範囲内を検索 (Sel)", + "Find query": "検索クエリ", + "Finite State Machine": "有限状態マシン", + "Fit": "フィット", + "Fit diagram to screen": "図を画面に合わせる", + "Flowchart (Left-Right)": "フローチャート(左→右)", + "Flowchart (LR)": "フローチャート(LR)", + "Flowchart (TD)": "フローチャート(TD)", + "Flowchart (Top-Down)": "フローチャート (トップダウン)\n「[MV19]」フォルダ", + "folder": "folder", + "Folder created": "フォルダーが作成されました", + "Folder created:": "フォルダーが作成されました:", + "Folder deleted": "フォルダが削除されました", + "Folder deleted. Documents moved to the workspace root.": "フォルダが削除されました。ドキュメントはワークスペースのルートに移動されました。", + "Folder name": "フォルダー名", + "Folder renamed": "フォルダーの名前が変更されました", + "Folder renamed to": "フォルダーの名前が変更されました", + "folders": "フォルダー", + "Folders stay one level deep inside a workspace.": "フォルダーはワークスペース内の 1 レベル奥に留まります。", + "Folk & Lyrics": "フォーク&リリック\nこのブロックの", + "for this block.": "。", + "Forgot access key? Reset Secret Workspace": "アクセスキーをお忘れですか?シークレットワークスペースをリセット", + "Fresh Tomato": "フレッシュトマト", + "From files": "ファイルから", + "From GitHub": "GitHub より", + "FSM Diagram": "FSM ダイアグラム", + "Fullscreen": "フルスクリーン", + "Gantt Chart": "ガントチャート\n[[MV15]]ギアメッシュ", + "Geben Sie hier Ihr Markdown ein...": "Markdown を参照してください...", + "Generating Image": "画像の生成", + "Generating Image...": "画像を生成中...", + "Generating PDF": "PDFの生成", + "Generating PDF...": "PDF を生成しています...", + "Git Graph": "Git グラフ", + "GitHub Emojis": "GitHub 絵文字", + "GitHub files loaded.": "GitHub ファイルがロードされました。", + "GitHub import": "GitHub インポート", + "GitHub import failed:": "GitHub インポートに失敗しました:", + "GitHub import failed.": "GitHub のインポートに失敗しました。", + "GitHub import failed. The repository folder could not be created.": "GitHub のインポートに失敗しました。リポジトリフォルダを作成できませんでした。", + "GitHub Repository": "GitHub リポジトリ", + "GitHub URL": "GitHub URL", + "Glitchy Waveform": "グリッチのある波形", + "Graphical User Interface": "グラフィカル ユーザー インターフェイス", + "Grid Layout": "グリッドレイアウト", + "Grouped Nodes": "グループ化されたノード", + "Guitar Chords": "ギターコード", + "Heading 1": "見出し 1", + "Heading 2": "見出し 2", + "Heading 3": "見出し 3", + "Heading 4": "見出し 4", + "Heading 5": "見出し 5", + "Heading 6": "見出し 6", + "Heading levels": "見出しレベル", + "Headings only": "見出しのみ", + "Heatmap Matrix": "ヒートマップ マトリックス", + "Hide access key": "アクセスキーを隠す", + "Hide sidebar": "サイドバーを非表示にする", + "Hierarchy Tree": "階層ツリー", + "History": "の歴史", + "Horizontal rule": "横罫", + "HTML": "HTML", + "HTML entities": "HTML エンティティ", + "HTML export failed:": "HTML エクスポートに失敗しました:", + "Image": "画像", + "Image (.png)": "画像 (.png)\n【[MV11]】 画像の説明", + "Image description": "Image description", + "Image generation progress": "画像生成の進捗状況", + "Image URL": "画像URL", + "Implement live preview with GitHub styling": "GitHub スタイルを使用してライブ プレビューを実装する", + "Import": "インポート", + "Import complete": "インポート完了", + "Import completed with errors": "インポートはエラーありで完了しました", + "Import failed": "インポートに失敗しました", + "Import finished with issues": "インポートは問題を抱えて終了しました", + "Import from files": "ファイルからインポート", + "Import from GitHub": "GitHub からインポート", + "Import Markdown from GitHub": "GitHub から Markdown をインポートする", + "Import Selected": "インポートが選択されました", + "Importing {{0}}": "{{0}}をインポートしています", + "Importing file": "ファイルをインポートしています", + "Importing files": "ファイルのインポート", + "Importing from GitHub": "GitHub からのインポート", + "Importing selected files from GitHub...": "選択したファイルを GitHub からインポートしています...", + "Importing...": "インポート中...\nこのドキュメントの", + "Inline code": "インラインコード", + "Inline Code Blocks": "インライン コード ブロック", + "Insert": "インサート", + "Insert Diagram & More": "図などを挿入", + "Insert image": "画像の挿入", + "Insert link": "リンクを挿入", + "Insert reference": "参照の挿入", + "Insert table": "テーブルの挿入", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "画像、表、方程式、図をまとめるために改ページをインテリジェントに計画します。十分なスペースがない場合、ブロックは次のページに移動します。短い文書におすすめです。", + "Invite link": "招待リンク", + "Italic": "斜体", + "item": "アイテム", + "items": "のアイテム\n【[MV21]】の商品です。", + "items available.": "items available.", + "Items deleted": "アイテムが削除されました", + "JavaScript": "JavaScript", + "JSON Document": "JSONドキュメント", + "JSON Viewer": "JSON ビューア", + "Key Signature & Tempo": "調号とテンポ", + "Keyboard shortcuts": "キーボード ショートカット", + "Landmark Point": "ランドマークポイント", + "Language:": "言語:", + "Language: JavaScript": "言語: JavaScript", + "LaTeX blocks only": "LaTeX ブロックのみ", + "Leave a focused comment for the author...": "作者に焦点を絞ったコメントを残してください...", + "Leave session": "セッションを終了します", + "Lecteur Markdown": "講師 Markdown", + "Left Live Share session.": "Live Share セッションを終了しました。", + "Left-to-right text": "左から右へのテキスト", + "Legacy Raster PDF": "レガシー ラスター PDF", + "Light mode": "ライトモード", + "Line Chart": "折れ線グラフ", + "Link": "リンク", + "Link copied": "リンクをコピーしました", + "Link Text": "リンクテキスト", + "Link title": "リンクタイトル", + "Listen to score": "スコアを聞く", + "Live collaborators": "ライブ協力者", + "Live Share": "ライブシェア", + "Live Share access mode": "Live Share アクセス モード", + "Live Share invite link": "Live Share 招待リンク", + "Live Share is view only.": "Live Share は表示専用です。", + "Live Share participants": "Live Share 参加者", + "Live Share room expired": "ライブシェアルームの有効期限が切れました", + "Live Share session ended by the host.": "Live Share セッションはホストによって終了されました。", + "Live Share session ended.": "Live Share セッションが終了しました。", + "Live Share session started.": "Live Share セッションが開始されました。", + "Loading document assets": "ドキュメントアセットのロード", + "Loading emojis...": "絵文字を読み込み中...", + "Loading image renderer": "イメージ レンダラーをロードしています", + "Loading PDF libraries": "PDF ライブラリのロード", + "Loading...": "読み込み中...", + "Lock workspace": "ワークスペースをロックする", + "Locked": "ロックされました", + "lowercase": "小文字", + "Lyrics Song": "歌詞ソング", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown アラート", + "Markdown alert types": "Markdown アラート タイプ", + "Markdown alerts": "Markdown アラート", + "Markdown document": "Markdown ドキュメント", + "Markdown editor input with live preview": "Markdown ライブ プレビュー付きエディター入力", + "Markdown file import progress": "Markdown ファイルのインポートの進行状況", + "Markdown formatting toolbar for plain-text editing": "Markdown プレーンテキスト編集用の書式設定ツールバー", + "Markdown Görüntüleyici": "Markdown ゴルントゥレイイチ", + "Markdown preview only": "Markdown プレビューのみ", + "Markdown source is unavailable for view-only snapshots": "Markdown ソースは表示専用スナップショットでは使用できません", + "Markdown tips": "Markdown ヒント", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer ヘルプ", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "マークマップのプレビュー", + "match": "一致", + "Match Case": "大文字と小文字を区別する", + "Match Case (Aa)": "マッチケース (Aa)", + "Match Whole Word": "単語全体と一致", + "Match Whole Word (W)": "単語全体に一致 (W)", + "matches": "が一致します", + "Maximum document limit reached.": "最大ドキュメント制限に達しました。", + "Maximum of": "最大", + "Menu": "メニュー", + "Mermaid blocks only": "マーメイドブロックのみ", + "meter, composed by": "メーター、作曲者", + "Min Read": "最小読み取り値", + "Mind Maps": "マインドマップ", + "Mindmap Diagram": "マインドマップ図", + "Mindmap Outline": "マインドマップの概要", + "Model actions": "モデルアクション", + "more participant": "参加者が増えました", + "More tools": "その他のツール", + "Move": "移動", + "Move “": "移動「", + "Move {{0}} selected items": "選択したアイテムを {{0}} 個移動します", + "Move document": "ドキュメントの移動", + "Multi-Voice Harmony": "マルチボイスハーモニー", + "Music notation block": "楽譜ブロック", + "Name": "名前", + "Name item": "名前項目", + "Native HTML save failed:": "ネイティブ HTML の保存に失敗しました:", + "Native import failed:": "ネイティブのインポートに失敗しました:", + "Native save failed:": "ネイティブ保存に失敗しました:", + "Native tab download failed:": "ネイティブ タブのダウンロードに失敗しました:", + "Network (nwdiag)": "ネットワーク (nwdiag)", + "Network error while loading shared content.": "共有コンテンツのロード中にネットワーク エラーが発生しました。", + "Network Map": "ネットワークマップ", + "Network Topology": "ネットワーク トポロジ", + "New": "新規", + "New document": "新しいドキュメント", + "New file": "新しいファイル", + "New file (Ctrl+T)": "新しいファイル (Ctrl+T)", + "New folder": "新しいフォルダー", + "New folder in": "の新しいフォルダー", + "New folder in Workspace": "ワークスペースの新しいフォルダー", + "New Markdown file in": "新しい Markdown ファイルが追加されました", + "New Markdown file in Workspace": "ワークスペース内の新しい Markdown ファイル", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "ヘッダー ツールバーでは、新規、共有、ライブ共有、問題の報告、概要、設定が利用可能です。", + "Next match": "次の試合", + "Next match (Enter)": "次の試合 (Enter)", + "No data is stored": "データが保存されていません", + "No diagrams found.": "図が見つかりません。", + "No document is open": "開いているドキュメントがありません", + "No documents open": "開いているドキュメントがありません", + "No documents to show.": "表示する文書はありません。", + "No emojis found.": "絵文字が見つかりませんでした。", + "No favorite documents yet.": "お気に入りのドキュメントがまだありません。", + "No feedback yet": "フィードバックはまだありません", + "No file open": "ファイルが開いていません", + "No files selected": "ファイルが選択されていません", + "No live room active": "アクティブなライブルームはありません", + "No Markdown files were found at that GitHub location.": "その GitHub の場所には Markdown ファイルが見つかりませんでした。", + "No matching files": "一致するファイルがありません", + "No open feedback": "オープンフィードバックはありません", + "No recent documents": "最近のドキュメントはありません", + "No resolved feedback": "解決されたフィードバックはありません", + "No results": "結果はありません", + "No symbols found.": "シンボルが見つかりません。", + "Numbered list": "番号付きリスト", + "Object Diagram": "オブジェクト図", + "Object Instances": "オブジェクト インスタンス", + "Object Types": "オブジェクト タイプ", + "of": "の", + "Off": "オフ", + "On": "オン", + "Only the first": "最初のみ", + "Open": "オープン", + "Open a file or repository": "ファイルまたはリポジトリを開きます", + "Open comments and suggestions": "コメントと提案を受け付けます", + "Open diagram viewer": "ダイアグラム ビューアを開く", + "Open diagram viewer with zoom and pan controls": "ズームおよびパン コントロールを備えたダイアグラム ビューアを開く", + "Open document tabs": "ドキュメントタブを開く", + "Open Explorer": "エクスプローラーを開く", + "Open export menu": "エクスポートメニューを開く", + "Open from device": "デバイスから開く", + "Open in split view": "分割ビューで開く", + "Open menu": "メニューを開く", + "Open new document menu": "新しいドキュメントを開くメニュー", + "Open or create another document before starting split view.": "分割ビューを開始する前に、別のドキュメントを開くか作成します。", + "open review item": "レビュー項目を開く", + "open review items": "レビュー項目をオープン", + "Open source": "オープンソース", + "Open split view": "分割ビューを開く", + "Open workspace settings": "ワークスペース設定を開く", + "Opened document": "開いたドキュメント", + "opened in split view.": "を分割ビューで開きました。", + "Opened:": "オープン:", + "Opens a read-only preview.": "読み取り専用のプレビューを開きます。", + "Optimizing page breaks": "改ページの最適化", + "or": "または", + "Overlap Set": "オーバーラップセット", + "Parsing markdown": "マークダウンの解析", + "Participants": "参加者", + "Paste a GitHub file or repository URL.": "GitHub ファイルまたはリポジトリ URL を貼り付けます。", + "PDF": "PDF", + "PDF export failed:": "PDF エクスポートに失敗しました:", + "PDF generation progress": "PDF 生成の進行状況", + "Pie Chart": "円グラフ", + "Plain text only": "プレーンテキストのみ", + "Please enter a GitHub URL.": "GitHub URL を入力してください。", + "Please enter a valid GitHub URL.": "有効な GitHub URL を入力してください。", + "Please select at least one file to import.": "インポートするファイルを少なくとも 1 つ選択してください。", + "Please upload Markdown files (.md or .markdown)": "Markdown ファイル (.md または .markdown) をアップロードしてください", + "PNG": "PNG", + "PNG export failed:": "PNG エクスポートに失敗しました:", + "Polyphony Voices": "ポリフォニーボイス", + "prefixes.": "接頭辞。", + "Preparing": "準備中", + "Preparing document": "ドキュメントの準備中", + "Preparing download": "ダウンロード準備中", + "Preparing import…": "インポートを準備しています…", + "Preparing repository folder…": "リポジトリ フォルダーを準備しています…\n【[MV23]】プリザーブケース", + "Preserve Case": "Preserve Case", + "Preserve Case (Ab)": "プリザーブケース(Ab)", + "Preview": "プレビュー", + "Preview Markdown": "プレビュー Markdown", + "Previous match": "前回の試合", + "Previous match (Shift+Enter)": "前の一致 (Shift+Enter)", + "Private mode": "プライベートモード", + "Project links": "プロジェクトのリンク", + "Project Roadmap": "プロジェクトのロードマップ", + "Protect Secret Workspace": "秘密のワークスペースを守る", + "Quadrant Chart": "象限チャート", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "クイック書式設定では、強調、引用符、配置、リストがカバーされます。 Insert には使用頻度の低いツールが保持されますが、Diagram & More は引き続き直接利用できます。", + "Quick start": "クイックスタート", + "Ready to copy": "コピーの準備ができました", + "Recent": "最近の", + "Recent files": "最近のファイル", + "Recent queries...": "最近のクエリ...", + "Reconnect": "再接続", + "Record Struct": "レコード構造体", + "Record Structure": "レコード構造", + "Redo": "やり直し", + "Reference": "リファレンス", + "Reference Number": "参照番号", + "Reference title": "参考タイトル", + "Remove all files and review data": "すべてのファイルを削除してデータを確認する", + "Remove from Favorites": "お気に入りから削除", + "Rename": "名前の変更", + "Rename {{0}}": "{{0}} の名前を変更", + "Rename file": "ファイル名の変更", + "Rename folder": "フォルダーの名前を変更します", + "Rendered Markdown live preview": "Markdown ライブ プレビューをレンダリングしました", + "Rendering diagram…": "レンダリング図…", + "Rendering diagrams": "レンダリング図", + "Rendering math": "レンダリング計算", + "Rendering music notation": "楽譜のレンダリング", + "Rendering page {{0}} of {{1}}": "ページ {{0}} / {{1}} をレンダリング中", + "Rendering pages": "ページのレンダリング", + "Replace": "置換", + "Replace All": "すべて置換", + "Replace All Diff Preview": "すべて置換差分プレビュー", + "Replace with": "に置き換えます", + "Report": "レポート", + "Report an issue": "問題を報告する", + "Requirements Diagram": "要件図", + "Reset": "リセット", + "Reset & Enable": "リセットと有効化", + "Reset all": "オールリセット", + "Reset all files": "全ファイルをリセット", + "Reset all files?": "すべてのファイルをリセットしますか?", + "Reset Position": "リセット位置", + "Reset Secret Workspace?": "シークレットワークスペースをリセットしますか?", + "Reset Sequence": "リセットシーケンス", + "Reset view": "ビューをリセット", + "Reset workspace": "ワークスペースをリセット", + "Reset zoom": "ズームをリセット", + "Resize document sidebar": "ドキュメントのサイドバーのサイズを変更する", + "Resize panes": "ペインのサイズ変更", + "Resolve all open review items": "未解決のレビュー項目をすべて解決します", + "Resolve feedback": "フィードバックを解決する", + "Resolved": "解決済み", + "Resolved comments and suggestions will appear here.": "解決されたコメントと提案がここに表示されます。", + "Review actions": "アクションのレビュー", + "Review actions for": "のアクションを確認します", + "Review deletion cancelled because the active document changed.": "アクティブなドキュメントが変更されたため、レビューの削除がキャンセルされました。\n【[MV22]】レビュー商品", + "review item": "review item", + "Review mode": "レビューモード", + "Review mode uses the read-only preview.": "レビュー モードでは、読み取り専用のプレビューが使用されます。", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review では読み取り専用のプレビューが開き、見出し、段落、コード ブロック、図にコメントしたり、変更を提案したりできます。", + "Review pins": "レビューピン", + "Review summary copied.": "レビューの概要をコピーしました。", + "Right-to-left text": "右から左へのテキスト", + "Row count": "行数", + "Saisissez votre markdown ici...": "Saisissez votre マークダウン ic...", + "Sankey Chart": "サンキーチャート", + "Sankey Flow Chart": "サンキーフローチャート", + "Save": "保存", + "Saved": "保存しました", + "Saving image": "画像の保存", + "Saving to Workspace /": "ワークスペースに保存 /", + "Saving...": "保存中...", + "Scatter Plot": "散布図", + "Scope Filter": "スコープフィルター", + "Score in": "スコアイン", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "{{0}}、{{1}} メートルのスコア、{{2}} 作曲。", + "Scrivi il tuo markdown qui...": "Scrivi il tuo マークダウン クイック...", + "Scroll left": "左にスクロール", + "Scroll right": "右にスクロール", + "Scroll tabs left": "タブを左にスクロール", + "Scroll tabs right": "タブを右にスクロール", + "Search": "検索", + "Search diagram templates": "図テンプレートの検索", + "Search diagrams...": "図を検索...", + "Search emojis": "絵文字を検索", + "Search files": "ファイルの検索", + "Search History": "検索履歴", + "Search symbols": "検索記号", + "Searching...": "検索中...", + "Second document": "2 番目のドキュメント", + "Secondary document": "二次文書", + "Secondary Markdown document": "二次 Markdown ドキュメント", + "Secondary Markdown preview": "セカンダリ Markdown プレビュー", + "Secret Workspace": "秘密のワークスペース", + "Secret Workspace encryption is unavailable in this browser or context.": "シークレット ワークスペースの暗号化は、このブラウザーまたはコンテキストでは使用できません。", + "Secret Workspace locked.": "シークレット ワークスペースがロックされました。", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "シークレット ワークスペースにはローカル ストレージが必要です。アクセスキーを設定またはロック解除する前に、プライベートモードをオフにしてください。", + "Secret Workspace options": "シークレットワークスペースのオプション", + "Secret Workspace reset.": "シークレットワークスペースがリセットされました。", + "Secret Workspace unlocked.": "シークレットワークスペースのロックが解除されました。", + "Secret Workspace, locked": "秘密のワークスペース、ロックされています", + "Select": "選択", + "Select a comment pin in the preview to add feedback.": "フィードバックを追加するには、プレビューでコメント ピンを選択します。", + "Select all": "すべて選択", + "Select All": "すべて選択", + "Select Markdown file(s) to import": "インポートする Markdown ファイルを選択してください", + "Select Markdown files": "Markdown ファイルを選択してください", + "Select no more than": "以下を選択してください", + "selected": "を選択しました", + "Selected block": "選択ブロック", + "Selected diagram source": "選択された図ソース", + "selected items": "選択項目", + "selected items?": "で選択したアイテム?", + "selected.": "を選択しました。", + "Sequence Diagram": "シーケンス図", + "Sequence preview": "シーケンスのプレビュー", + "Session active": "セッションがアクティブです", + "Session Active": "セッションがアクティブです", + "Session ended": "セッションが終了しました", + "Set password": "パスワードを設定する", + "Settings": "設定", + "Share": "シェア", + "Share link appears here": "共有リンクがここに表示されます", + "Share link failed": "リンクの共有に失敗しました", + "Share snapshot": "スナップショットの共有", + "Share Snapshot": "スナップショットの共有", + "Share URL": "URLを共有", + "Shared snapshot tabs are temporary and cannot be downloaded.": "共有スナップショット タブは一時的なものであるため、ダウンロードできません。", + "Shared snapshot tabs are temporary and cannot be duplicated.": "共有スナップショット タブは一時的なものであり、複製することはできません。", + "Shared snapshot tabs are temporary and cannot be shared again.": "共有スナップショット タブは一時的なものであり、再度共有することはできません。", + "Shared snapshot tabs are temporary and cannot start Live Share.": "共有スナップショット タブは一時的なものであるため、Live Share を開始できません。", + "Shared snapshot tabs cannot be shared again.": "共有スナップショット タブを再度共有することはできません。", + "Shared snapshot tabs cannot start Live Share.": "共有スナップショット タブでは Live Share を開始できません。", + "Sharing...": "共有中...", + "Sheet music for:": "の楽譜:", + "Sheet music for: {{0}}": "の楽譜: {{0}}", + "Shift": "シフト", + "Show access key": "アクセスキーを表示", + "Show confirmation access key": "確認アクセスキーを表示", + "Show Diff Preview before replace": "置換前に差分プレビューを表示", + "Show sidebar": "サイドバーを表示", + "Showing": "表示中", + "Signal Glitches": "信号の不具合", + "Signature and Speed": "シグネチャとスピード", + "Simple Flow": "簡単な流れ", + "Simple Tune": "シンプルチューン", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "小さなドキュメントは URL 内にエンコードされたままになります。大きなドキュメントでは、一時的な Cloudflare KV が最大 90 日間使用されます。共有タブは受信者のデバイスにローカルに保存されません。", + "Solid": "ソリッド", + "Solid Mode": "ソリッドモード", + "Spiked Round Ball": "スパイク丸球", + "Split": "スプリット", + "Split document divider": "分割ドキュメントディバイダー", + "Split editor and live preview": "分割エディターとライブプレビュー", + "Split editor and preview": "エディターとプレビューを分割", + "Split view closed.": "分割ビューが閉じられました。", + "Split view:": "分割ビュー:", + "Stacked Bar": "スタックバー", + "Stacked Bar Chart": "積み上げ棒グラフ", + "Start a session first": "最初にセッションを開始してください", + "Start a session to create an invite link": "セッションを開始して招待リンクを作成します", + "Start session": "セッションの開始", + "Start with a blank document or bring Markdown in from somewhere else.": "空白のドキュメントから始めるか、他の場所から Markdown を取り込みます。", + "Start with a clean Markdown file": "クリーンな Markdown ファイルから開始します", + "Starting GitHub import...": "GitHub インポートを開始しています...", + "Starting PNG Export": "PNGエクスポートを開始します", + "Starting…": "始まります…", + "State Diagram": "状態図", + "STL 3D model zoom view": "STL 3Dモデルのズームビュー", + "Stop playback": "再生を停止します", + "Strikethrough": "取り消し線", + "Study Plan": "学習計画", + "Study Topics": "研究トピックス", + "Suggested change": "提案された変更", + "Suggestion": "提案", + "Suggestion added.": "提案を追加しました。", + "suggestion.": "の提案。", + "Support math expressions with LaTeX": "LaTeX による数式のサポート", + "Surface Angle": "面角度", + "Surface Angle Mode": "面角度モード", + "SVG": "SVG", + "Switch language": "言語を切り替える", + "Switch Language": "言語を切り替える", + "Switch to dark appearance": "ダークな外観に切り替えます", + "Switch to light appearance": "光の外観に切り替え", + "Switch to LTR": "LTRに切り替え", + "Switch to RTL": "RTL に切り替え", + "Symbol list": "記号一覧", + "Symbols & entities": "シンボルとエンティティ", + "Symbols & HTML Entities": "シンボルと HTML エンティティ", + "Sync Off": "同期オフ", + "Sync On": "同期オン", + "Sync scrolling": "同期スクロール", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "分割ビューでは同期スクロールを使用して、エディターとプレビューの位置を揃えることができます。", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "同期、コピー、レビュー、表示モード、およびエクスポートは、ドキュメント書式設定ツールバーに留まります。", + "Tab actions for": "のタブアクション", + "Tab download failed:": "タブのダウンロードに失敗しました:", + "Table": "テーブル", + "Tech Stack": "テックスタック", + "Technical Notation": "技術表記", + "Temporary": "一時的", + "Temporary in-memory room. No permanent document storage is created.": "一時的なメモリ内ルーム。永久的な文書ストレージは作成されません。\n[[MV11]]端子台", + "Terminal block": "Terminal block", + "Tetrahedron Mesh": "四面体メッシュ", + "Text case": "テキストケース", + "Text layout": "テキストレイアウト", + "Text style": "文字スタイル", + "The command-line file could not be opened because the": "コマンドライン ファイルを開けませんでした。", + "The file could not be moved because the destination could not be saved.": "移動先が保存できないため、ファイルを移動できませんでした。", + "The live room could not be joined. Please check the invite link or connection.": "ライブルームに参加できませんでした。招待リンクまたは接続を確認してください。", + "The repository folder could not be created.": "リポジトリフォルダを作成できませんでした。", + "The share link could not be generated.": "共有リンクを生成できませんでした。", + "The shared snapshot could not be opened because the": "共有スナップショットを開けませんでした。", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "共有 URL をデコードできませんでした。破損しているか不完全である可能性があります。", + "Theme": "のテーマ", + "This comment or suggestion will be permanently deleted.": "このコメントまたは提案は完全に削除されます。", + "This Live Share room has ended or is no longer active.": "この Live Share ルームは終了したか、アクティブではありません。", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "これにより、シークレット ワークスペース内のすべての暗号化されたファイルとフォルダーが完全に削除されます。コンテンツは復元できません。\n【[MV5]】このレビュー商品は販売終了致しました。", + "This review item is no longer available.": "This review item is no longer available.", + "This shared snapshot is view only.": "この共有スナップショットは表示専用です。", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "この共有スナップショットは表示専用です。 Markdown ソースはダウンロードまたはコピーできません。", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "これにより、{{0}} が削除され、アクティブな Live Share セッションが終了します。保存されていない変更は復元できません。", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "これにより、すべてのファイルが削除され、項目が確認されます。保存されていない変更は復元できません。", + "ThisIs-Developer": "ThisIs-開発者", + "Timeline Diagram": "タイムライン図", + "Timing Diagram": "タイミング図", + "Timing Signal Wave": "タイミング信号波形", + "Title": "タイトル", + "Title case": "タイトルケース", + "to build lists, and triple backticks for code blocks.": "を使用してリストを作成し、コード ブロックにバッククォートを 3 つ付けます。", + "to stay within the": "の範囲内にとどまる", + "Toggle Dock Mode": "ドックモードの切り替え", + "Toggle Floating Mode": "フローティング モードの切り替え", + "Toolbar descriptions": "ツールバーの説明", + "Topology Map": "トポロジ マップ", + "Try again": "もう一度試してください", + "Turn private mode off": "プライベートモードをオフにする", + "Turn private mode on": "プライベート モードをオンにする", + "Twisted Column": "ツイストコラム", + "Two documents are already open side by side": "2 つのドキュメントがすでに並べて開かれています", + "Type your markdown here...": "ここにマークダウンを入力してください...", + "Type, paste, or import Markdown here...": "ここに Markdown を入力、貼り付け、またはインポートします...", + "Unable to load emojis.": "絵文字を読み込めません。", + "Unable to render diagram.": "図をレンダリングできません。", + "Unable to start import.": "インポートを開始できません。", + "Undo": "元に戻す", + "Undo and Redo keep editing history close at hand.": "元に戻すとやり直しにより、編集履歴をすぐに保存できます。", + "Unknown error": "不明なエラー", + "Unlock": "ロック解除", + "Unlock Secret Workspace": "秘密のワークスペースのロックを解除する", + "Unlock workspace": "ワークスペースのロックを解除する", + "Unlocking…": "ロック解除中…", + "Upload from Device": "デバイスからアップロード", + "UPPERCASE": "大文字", + "Use": "使用", + "Use at least 8 characters.": "8 文字以上を使用してください。", + "Use Case Diagram": "ユースケース図", + "Use dark appearance": "ダークな外観を使用する", + "Use dark mode": "ダークモードを使用する", + "Use light mode": "ライトモードを使用する", + "Use Regular Expression": "正規表現を使用する", + "Use Regular Expression (.*)": "正規表現 (.*) を使用する", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "H1 ~ H6 の見出しと大文字の区別には、見出しメニューと大文字小文字メニューを使用します。", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "ツールバーの表示ボタンを使用して、エディター、分割、およびプレビュー モードを切り替えます。", + "User Journey": "ユーザージャーニー", + "Venn Diagram": "ベン図", + "Version": "バージョン", + "View": "ビュー", + "View Markdown Viewer on GitHub": "GitHub で Markdown Viewer を表示する", + "View mode": "ビューモード", + "View on GitHub": "GitHub で表示", + "View only": "表示のみ", + "Viewer": "ビューア", + "Visualizador de Markdown": "Markdown の視覚化", + "Visualizzatore Markdown": "ビジュアルザトーレ Markdown", + "WBS Hierarchy": "WBS階層", + "Welcome template": "ウェルカムテンプレート", + "Welcome to Markdown": "Markdown へようこそ", + "Welcome to Markdown options": "Markdown オプションへようこそ", + "Welcome, {{0}}": "ようこそ、{{0}}", + "will be imported because the": "がインポートされます。", + "Wireframe": "ワイヤーフレーム", + "Wireframe Mode": "ワイヤーフレーム モード", + "Words": "の言葉", + "Work Breakdown": "作業内訳", + "Workspace": "ワークスペース", + "Workspace actions": "ワークスペースのアクション", + "Workspace menu": "ワークスペースメニュー", + "Workspace options": "ワークスペースのオプション", + "Workspace settings": "ワークスペースの設定", + "Workspace, file location": "ワークスペース、ファイルの場所", + "Workspaces": "ワークスペース", + "Workspaces, folders, and Markdown files": "ワークスペース、フォルダー、および Markdown ファイル", + "Wpisz tutaj swój markdown...": "マークダウンを取得...", + "Wrap": "ラップ", + "Wrap Around": "ラップアラウンド", + "Wrap Around (Wrap)": "ラップアラウンド (ラップ)", + "Write. Preview. Share.": "書き込みます。プレビューします。共有。", + "XY Chart": "XYチャート", + "Your workspace is ready": "ワークスペースの準備ができました", + "Zoom in": "拡大", + "Zoom In": "ズームイン\n[[MV3]]ズームモデル", + "Zoom model": "Zoom model", + "Zoom out": "ズームアウト", + "Zoom Out": "ズームアウト", + "Введите здесь ваш markdown...": "値下げしました...", + "Введіть ваш markdown тут...": "マークダウンを取得...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "ここに輸入された Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "別のドキュメントを選択してください。", + "Choose an alert style to insert into the document.": "ドキュメントに挿入するアラート スタイルを選択します。", + "Collaborators can edit this document.": "共同編集者はこのドキュメントを編集できます。", + "Only the Live Share host can share snapshots from a live document.": "Live Share ホストのみがライブ ドキュメントのスナップショットを共有できます。", + "Review the proposed changes before committing them to the document.": "提案された変更をドキュメントにコミットする前にレビューしてください。", + "{{0}} and {{1}}": "{{0}} と {{1}}", + "{{0}} file": "{{0}} ファイル", + "{{0}} files": "{{0}} ファイル", + "{{0}} review item": "{{0}} のレビュー項目", + "{{0}} review items": "{{0}} 件のレビュー項目", + "close": "閉じる", + "Close all": "すべて閉じる", + "delete": "削除", + "download": "ダウンロード", + "duplicate": "重複", + "h1, h2, h3, h4, h5, h6": "h1、h2、h3、h4、h5、h6", + "lock": "ロック", + "move": "移動", + "open": "オープン", + "rename": "名前変更", + "Unable to trim D2 SVG bounds": "D2 SVG 境界をトリミングできません", + "ABC notation could not be rendered. Check the score syntax and retry.": "ABC 表記をレンダリングできませんでした。スコアの構文を確認して再試行してください。", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC 記法レンダラーは使用できません。接続を確認して再試行してください。", + "Creating link": "リンクの作成", + "Ending live room...": "ライブルーム終了...", + "Failed to create share link:": "共有リンクの作成に失敗しました:", + "in split view": "分割ビューの", + "Link failed": "リンクに失敗しました", + "Live room ended by the host": "ライブルームはホストによって終了されました", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "人魚をレンダリングできませんでした。図の構文を確認して再試行してください。", + "Open Markdown file": "Markdown ファイルを開く", + "Preparing Mermaid for print...": "マーメイドの印刷を準備しています...", + "Rendering Mermaid…": "レンダリングマーメイド…", + "Save HTML document": "HTMLドキュメントの保存", + "Save Markdown File": "Markdown ファイルを保存", + "Starting live room...": "ライブルームを開始します...", + "Task item": "タスク項目", + "The Live Share room could not be opened because the": "Live Share ルームを開けませんでした。", + "This Live Share room has ended, expired, or no active host is available.": "この Live Share ルームは終了したか、有効期限が切れたか、使用可能なアクティブなホストがありません。", + "Unable to start live room": "ライブルームを開始できません", + "Use light appearance": "明るい外観を使用", + "xMidYMid meet": "xMidYMid ミーティング", + "A folder with this name already exists in the workspace.": "この名前のフォルダーはワークスペースにすでに存在します。", + "Add another review item": "レビュー項目を追加します", + "Add suggestion": "提案を追加", + "All feedback resolved": "すべてのフィードバックが解決されました", + "Changes not saved": "変更が保存されませんでした", + "Click Start session to create a temporary room and generate an invite link.": "[セッションの開始] をクリックして一時ルームを作成し、招待リンクを生成します。", + "Collaborators can view updates but cannot edit.": "共同編集者は更新を表示できますが、編集することはできません。", + "Copy command was unsuccessful": "コピー コマンドが失敗しました", + "Copy this link and send it to collaborators. New participants appear above when they join.": "このリンクをコピーして、共同編集者に送信します。新しい参加者が参加すると上に表示されます。", + "Could not protect this workspace. Try again.": "このワークスペースを保護できませんでした。もう一度やり直してください。", + "Creating snapshot link...": "スナップショット リンクを作成しています...", + "Delete folder": "フォルダーの削除", + "Delete selected items": "選択した項目を削除します", + "Edit comment": "コメントを編集", + "Edit suggestion": "編集提案\n[[MV15]] フォルダー名を入力します。\n[[MV16]] 名前を入力します。", + "Enter a folder name.": "Enter a folder name.", + "Enter a name.": "Enter a name.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "すべてが解決されました。以前のフィードバックを確認するには、[解決済み] または [すべて] に切り替えます。", + "GitHub import finished.": "GitHubのインポートが完了しました。", + "Incorrect access key or unreadable Secret Workspace data.": "アクセス キーが間違っているか、シークレット ワークスペース データを読み取ることができません。", + "Live room disconnected": "ライブルームが切断されました", + "Maximum document limit reached": "最大ドキュメント制限に達しました", + "Mermaid diagram": "マーメイドダイアグラム", + "Mermaid diagram actions": "マーメイドダイアグラムアクション", + "No documents match your search.": "検索に一致するドキュメントはありません。", + "Open or create a document to use editing tools.": "編集ツールを使用するには、ドキュメントを開くか作成します。", + "Review item deleted.": "レビュー項目が削除されました。\n【[MV3]】レビュー品再開しました。", + "Review item reopened.": "Review item reopened.", + "Review item resolved.": "レビュー項目が解決されました。", + "Review item updated.": "レビュー項目を更新しました。", + "Review mode keeps the Markdown source read only.": "レビュー モードでは、Markdown ソースが読み取り専用になります。", + "Room active - waiting for collaborators": "ルームはアクティブです - コラボレーターを待っています", + "Save changes": "変更を保存", + "Secret Workspace has not been set up yet.": "シークレット ワークスペースはまだセットアップされていません。", + "The provided URL does not point to a Markdown file.": "指定された URL は Markdown ファイルを指していません。", + "This document is read only.": "このドキュメントは読み取り専用です。", + "This Live Share session is view only.": "この Live Share セッションは表示専用です。", + "This share link has expired or does not exist.": "この共有リンクは有効期限が切れているか、存在しません。", + "This shared document is read-only for you.": "この共有ドキュメントは読み取り専用です。", + "Your file is ready.": "ファイルの準備ができました。", + "Your files are ready.": "ファイルの準備ができました。" +} diff --git a/assets/i18n/ko.json b/assets/i18n/ko.json new file mode 100644 index 00000000..1f601ac7 --- /dev/null +++ b/assets/i18n/ko.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-문서 제한에 도달했습니다.", + "-document limit would be exceeded.": "-문서 제한이 초과됩니다.", + "-document limit.": "-문서 제한.", + "— Copy/Paste": "— 복사/붙여넣기", + "— Open Find & Replace": "— 찾기 및 바꾸기 열기", + "— Redo": "— 다시 실행", + "— Undo": "— 실행 취소", + ", and": "및", + ", favorite": ", 즐겨찾기", + ", file location": ", 파일 위치", + ", locked": ", 잠김", + ", or": "또는", + ".md or .markdown files supported": ".md 또는 .markdown 파일 지원", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" 스타일=\"너비:100%; 높이:100%; 표시:플렉스; 항목 정렬:가운데; 내용 정당화:중심; 오버플로:숨김;\">", + "{{0}} characters": "{{0}}자", + "{{0}} details go here.": "{{0}} 세부정보는 여기에서 확인하세요.", + "{{0}} file selected": "{{0}} 파일이 선택됨", + "{{0}} files selected": "{{0}}개의 파일이 선택됨", + "{{0}} imported": "{{0}} 가져옴", + "{{0}} Min Read": "{{0}} 최소 읽기", + "{{0}} of {{1}} files": "{{1}}개 파일 중 {{0}}개", + "{{0}} of {{1}} matches": "{{1}}경기 중 {{0}}경기", + "{{0}} selected": "{{0}} 선택됨", + "{{0}} Viewer": "{{0}} 시청자", + "{{0}} words": "{{0}} 단어", + "{{0}}m": "{{0}}분", + "{{0}}m {{1}}s": "{{0}}분 {{1}}초", + "{{0}}s": "{{0}}초", + "0 of": "0개 중", + "0 of 0": "0/0", + "0 of 0 matches": "0개 중 0개 일치", + "0 selected": "0개 선택됨", + "1 of 50 files": "파일 50개 중 1개", + "3D Model Viewer": "3D 모델 뷰어", + "3D Models": "3D 모델", + "A browser-based Markdown editor, viewer, previewer, and reader.": "브라우저 기반 Markdown 편집기, 뷰어, 미리보기 및 리더입니다.", + "Ab": "Ab", + "About": "소개", + "About Markdown Viewer": "Markdown Viewer 정보", + "Access": "접속", + "Access key": "접속키", + "Access keys do not match.": "액세스 키가 일치하지 않습니다.", + "Access:": "접근:", + "Actions": "액션", + "Active document,": "활성 문서,", + "Active document, Welcome to Markdown": "활성 문서입니다. Markdown에 오신 것을 환영합니다.", + "Activity Diagram": "활동도", + "Add comment": "댓글 추가", + "Add feedback": "피드백 추가", + "Add syntax highlighting for code blocks": "코드 블록에 대한 구문 강조 추가", + "Add to Favorites": "즐겨찾기에 추가", + "Address / Link": "주소 / 링크", + "Address / URL": "주소 / URL", + "Address & Data Buses": "주소 및 데이터 버스", + "Advanced insertion": "고급 삽입", + "Advanced Options": "고급 옵션", + "alert alert-danger": "경보 경보-위험", + "Align center": "중앙 정렬", + "Align left": "왼쪽 정렬", + "Align right": "오른쪽 정렬", + "Alignment and direction": "정렬 및 방향", + "All": "모두", + "All changes saved": "모든 변경 사항이 저장되었습니다.", + "All workspace folders collapsed.": "모든 작업공간 폴더가 축소되었습니다.", + "All workspace folders expanded.": "모든 작업 공간 폴더가 확장되었습니다.", + "Alt Text (used for title)": "대체 텍스트(제목에 사용됨)", + "Apache License 2.0": "아파치 라이선스 2.0", + "Appearance": "외관", + "Application information": "응모안내", + "Application language": "응용언어", + "Application menu": "애플리케이션 메뉴", + "Application Programming Interface": "응용 프로그래밍 인터페이스", + "Application shortcuts": "애플리케이션 바로가기", + "Apply": "적용", + "Architecture Diagram": "아키텍처 다이어그램", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "활성 문서의 콘텐츠를 삭제하시겠습니까? 문서 자체는 삭제되지 않습니다.", + "Area Chart": "면적도", + "Audio playback is not supported in this browser.": "이 브라우저에서는 오디오 재생이 지원되지 않습니다.", + "Back to content": "콘텐츠로 돌아가기", + "Bar Chart": "막대형 차트", + "bi bi-github": "bi-github", + "Binary Counter": "바이너리 카운터", + "Blockquote": "인용구", + "Bold": "볼드체", + "Browser Print (Recommended)": "브라우저 인쇄(권장)", + "Bubble Plot": "버블 플롯", + "Bulleted list": "글머리 기호 목록", + "C4 Container": "C4 컨테이너", + "C4 Container Diagram": "C4 컨테이너 구성도", + "Calculating...": "계산 중...", + "Calibration Cube": "캘리브레이션 큐브", + "Can edit": "편집 가능", + "Cancel": "취소", + "Cancel feedback": "피드백 취소", + "Cancel Image generation": "이미지 생성 취소", + "Cancel PDF generation": "PDF 생성 취소", + "Cannot import: The selected file appears to be a binary file.": "가져올 수 없습니다: 선택한 파일이 바이너리 파일인 것 같습니다.", + "Capturing document": "문서 캡쳐 중", + "Capturing image": "이미지 캡쳐 중", + "Change text case": "대소문자 변경", + "Changelog": "변경 내역", + "Chars": "문자", + "Checkbox Map": "체크박스 맵", + "Checklist Map": "체크리스트 맵", + "Choose a document to edit beside “": "' 옆에 편집할 문서를 선택하세요.", + "Choose a second document to edit beside the current one.": "현재 문서 옆에 편집할 두 번째 문서를 선택하세요.", + "Choose how the PDF should be generated.": "PDF 생성 방법을 선택하세요.", + "Choose how you want to begin.": "시작 방법을 선택하세요.", + "Choose one or more Markdown files": "하나 이상의 Markdown 파일을 선택하세요.", + "Choose text style": "텍스트 스타일 선택", + "Chords Strum": "코드 스트럼", + "Class Diagram": "클래스 다이어그램", + "Clear active document?": "활성 문서를 삭제하시겠습니까?", + "Clear All": "모두 지우기", + "Clear Document": "문서 지우기", + "Clear document search": "문서 검색 지우기", + "Clear search": "검색 지우기", + "Close": "닫기", + "Close {{0}}": "{{0}} 닫기", + "Close 3D modal": "3D 모달 닫기", + "Close about dialog": "대화창 닫기", + "Close clear document dialog": "문서 지우기 대화 상자 닫기", + "Close comments and suggestions": "댓글 및 제안 닫기", + "Close confirmation": "닫기 확인", + "Close diagram dialog": "다이어그램 닫기 대화상자", + "Close diagram modal": "다이어그램 모달 닫기", + "Close dialog": "대화창 닫기", + "Close diff preview dialog": "차이점 미리보기 대화상자 닫기", + "Close document sidebar": "문서 사이드바 닫기", + "Close expired live share dialog": "만료된 라이브 공유 대화상자 닫기", + "Close Explorer": "탐색기 닫기", + "Close find and replace panel": "찾기 및 바꾸기 패널 닫기", + "Close GitHub Emojis dialog": "GitHub Emojis 대화상자 닫기", + "Close GitHub import dialog": "GitHub 가져오기 대화 상자 닫기", + "Close help dialog": "도움말 대화상자 닫기", + "Close image dialog": "이미지 대화상자 닫기", + "Close link dialog": "링크 닫기 대화상자", + "Close live share dialog": "실시간 공유 대화상자 닫기", + "Close Markdown alerts dialog": "Markdown 경고 대화 상자 닫기", + "Close menu": "메뉴 닫기", + "Close move dialog": "이동 대화상자 닫기", + "Close others": "다른 사람 닫기", + "Close PDF export dialog": "PDF 내보내기 대화 상자 닫기", + "Close reference dialog": "참조 대화 상자 닫기", + "Close rename dialog": "이름 바꾸기 대화 상자 닫기", + "Close reset confirmation dialog": "재설정 확인 대화상자 닫기", + "Close review deletion dialog": "리뷰 삭제 대화상자 닫기", + "Close review mode": "리뷰 모드 닫기", + "Close secret workspace dialog": "비밀 작업공간 대화상자 닫기", + "Close share dialog": "공유 대화상자 닫기", + "Close share error dialog": "공유 오류 대화 상자 닫기", + "Close split view dialog": "분할 보기 대화 상자 닫기", + "Close Symbols and HTML Entities dialog": "기호 및 HTML 엔터티 대화 상자 닫기", + "Close table dialog": "테이블 닫기 대화상자", + "Close to the left": "왼쪽에 가까움", + "Close to the right": "오른쪽에 가까움", + "Close Welcome to Markdown": "닫기 Markdown에 오신 것을 환영합니다.", + "Closed:": "휴무:", + "Closed: Not closed": "휴무 : 휴무", + "Closed: Unavailable": "휴무 : 이용 불가", + "closed. Select it in Files to reopen it.": "폐쇄되었습니다. 다시 열려면 파일에서 선택하세요.", + "Cluster Subgraph": "클러스터 하위 그래프", + "Code block": "코드 블록", + "Code blocks only": "코드 블록만 해당", + "Code copied": "코드가 복사되었습니다", + "code copied.": "코드가 복사되었습니다.", + "Code Mindmap": "코드 마인드맵", + "Collaborators can edit and sync.": "공동작업자는 편집하고 동기화할 수 있습니다.", + "Collaborators can view without editing.": "공동작업자는 편집하지 않고도 볼 수 있습니다.", + "Collapse all folders": "모든 폴더 접기", + "Collapse Workspace": "작업공간 축소", + "Column count": "열 개수", + "Comment": "코멘트", + "Comment added.": "댓글이 추가되었습니다.", + "comment.": "댓글입니다.", + "Comments & suggestions": "댓글 및 제안", + "Commit Replacements": "교체 커밋", + "Common formatting": "공통 서식", + "Common symbols": "공통 기호", + "Complete": "완료", + "Complex Transaction": "복잡한 거래", + "Component Diagram": "구성도", + "Confirm access key": "접속키 확인", + "Confirm action": "조치 확인", + "Connection lost": "연결이 끊겼습니다.", + "Content structure": "콘텐츠 구성", + "Copied": "복사됨", + "Copied!": "복사되었습니다!", + "Copy": "복사", + "Copy failed": "복사 실패", + "Copy failed. Retry": "복사에 실패했습니다. 재시도", + "Copy image": "이미지 복사", + "Copy Image": "이미지 복사", + "Copy image to clipboard": "클립보드에 이미지 복사", + "Copy invite link": "초대링크 복사", + "Copy JavaScript code": "자바스크립트 코드 복사", + "Copy link": "링크 복사", + "Copy Markdown": "Markdown 복사", + "Copy review summary": "카피 리뷰 요약", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "이 작업 공간에 저장된 파일 및 폴더 이름을 암호화할 로컬 액세스 키를 만드세요. 이 키는 복구할 수 없습니다.", + "Create access key": "액세스 키 만들기", + "Create folder": "폴더 생성", + "Create headings with": "다음을 사용하여 제목을 만듭니다.", + "Create new file": "새 파일 생성", + "Create or import a document": "문서 만들기 또는 가져오기", + "Create responsive layout": "반응형 레이아웃 만들기", + "Create share link": "공유링크 생성", + "Created after session starts": "세션 시작 후 생성됨", + "Ctrl": "Ctrl", + "Current Step": "현재 단계", + "Czytnik Markdown": "치트니크 Markdown", + "Dark mode": "다크 모드", + "Data Bus States": "데이터 버스 상태", + "Data is stored locally": "데이터는 로컬에 저장됩니다.", + "Data Visualization": "데이터 시각화", + "Date and time": "날짜 및 시간", + "Delete": "삭제", + "Delete “{{0}}”?": "'{{0}}'을(를) 삭제하시겠습니까?", + "Delete {{0}} selected items?": "선택한 항목 {{0}}개를 삭제하시겠습니까?", + "Delete all": "모두 삭제", + "Delete all review items": "리뷰 항목 모두 삭제", + "Delete all review items?": "리뷰 항목을 모두 삭제하시겠습니까?", + "Delete feedback": "피드백 삭제", + "Delete folder?": "폴더를 삭제하시겠습니까?", + "Delete item": "아이템 삭제", + "Delete review item?": "리뷰 항목을 삭제하시겠습니까?", + "Deployment Nodes": "배포 노드", + "Destination": "목적지", + "details go here.": "자세한 내용은 여기에서 확인하세요.", + "Developed and maintained by": "개발 및 유지 관리", + "Diagram and more": "다이어그램 및 기타", + "Diagram Categories": "다이어그램 카테고리", + "Diagram source code...": "다이어그램 소스코드...", + "Diagram templates": "다이어그램 템플릿", + "Diagram Viewer": "다이어그램 뷰어", + "Digite seu markdown aqui...": "디지트 마크다운 aqui...", + "Directed Graph": "유향 그래프", + "Disable synchronized scrolling": "동기화된 스크롤 비활성화", + "Display name": "표시 이름", + "Document added to favorites.": "즐겨찾기에 문서가 추가되었습니다.", + "Document block": "문서 블록", + "Document removed from favorites.": "즐겨찾기에서 문서가 삭제되었습니다.", + "Document statistics": "문서통계", + "Document statistics and save status": "문서통계 및 저장현황", + "Document tools": "문서 도구", + "Document utilities and view mode": "문서 유틸리티 및 보기 모드", + "Document views": "문서뷰", + "documents reached. Delete an existing document to create or import another.": "문서에 도달했습니다. 다른 문서를 만들거나 가져오려면 기존 문서를 삭제하세요.", + "Download {{0}}": "{{0}} 다운로드", + "Download Markdown": "Markdown 다운로드", + "Download PNG": "PNG 다운로드", + "Download started": "다운로드가 시작되었습니다", + "Download SVG": "SVG 다운로드", + "Drag files to move": "이동할 파일을 드래그하세요", + "Drop your Markdown files anywhere": "Markdown 파일을 어디에나 드롭하세요", + "Duet Accord": "듀엣 어코드", + "Duplicate": "중복", + "Duplicate {{0}}": "중복 {{0}}", + "Edit": "편집", + "Edit feedback": "피드백 편집", + "Edit Markdown": "Markdown 편집", + "Editing": "편집 중", + "Editing and preview enabled.": "편집 및 미리보기가 가능합니다.", + "Emoji list": "이모티콘 목록", + "Emoji shortcode": "이모티콘 단축 코드", + "Emojis loaded.": "이모티콘이 로드되었습니다.", + "Emphasize text with": "텍스트를 강조합니다.", + "Enable mermaid diagrams": "인어 다이어그램 활성화", + "Enable synchronized scrolling": "동기화된 스크롤 활성화", + "Encrypting…": "암호화 중…", + "End live session": "라이브 세션 종료", + "End session": "세션 종료", + "English": "영어", + "Enter fullscreen": "전체 화면으로 전환", + "Enter the local access key used to encrypt this workspace on this device.": "이 기기에서 이 작업 공간을 암호화하는 데 사용한 로컬 액세스 키를 입력하세요.", + "Entire Document": "문서 전체", + "Entity Relationship": "엔터티 관계", + "ER (Graphviz style)": "ER (Graphviz 스타일)", + "ER Diagram": "ER 다이어그램", + "ER preview": "ER 미리보기", + "ERD Table": "ERD 테이블", + "Error rendering 3D model: {{0}}": "3D 모델 렌더링 오류: {{0}}", + "Error rendering map: {{0}}": "지도 렌더링 오류: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "마크다운 렌더링 오류: {{0}} {{1}}", + "Escribe tu markdown aquí...": "마크다운 기능을 설명하세요...", + "Estimated remaining": "예상 남은 시간", + "Exit fullscreen": "전체 화면 종료", + "Exit split view": "분할보기 종료", + "Expand all folders": "모든 폴더 확장", + "Expand or collapse all is available in All files": "모든파일에서 모두 펼치기, 접기 가능", + "Expand Secret Workspace": "비밀작업공간 확장", + "Explore features with an example": "예시를 통해 기능 살펴보기", + "Explorer": "탐색기", + "Explorer item": "탐색기 아이템", + "Explorer items deleted.": "탐색기 항목이 삭제되었습니다.", + "Explorer selection cleared.": "탐색기 선택이 지워졌습니다.", + "Export": "내보내기", + "Export as HTML": "HTML로 내보내기", + "Export as Image": "이미지로 내보내기", + "Export as Markdown": "Markdown로 내보내기", + "Export as PDF": "PDF로 내보내기", + "Export document": "문서 내보내기", + "Export failed:": "내보내기 실패:", + "Export PDF Options": "PDF 내보내기 옵션", + "External Image (URL)": "외부 이미지(URL)", + "Faceted Gear Wheel": "면처리된 기어 휠", + "Failed to copy HTML:": "HTML을 복사하지 못했습니다.", + "Failed to copy Markdown:": "Markdown을(를) 복사하지 못했습니다.", + "Failed to copy review summary:": "리뷰 요약을 복사하지 못했습니다.", + "Failed to copy share link:": "공유 링크를 복사하지 못했습니다.", + "Failed to import {{0}}": "{{0}} 가져오기 실패", + "Failed to load emojis.": "이모티콘을 불러오지 못했습니다.", + "Failed to load sharing library. Please check your connection and reload.": "공유 라이브러리를 로드하지 못했습니다. 연결을 확인하고 새로고침하세요.", + "Failed to load sharing library. Please check your internet connection.": "공유 라이브러리를 로드하지 못했습니다. 인터넷 연결을 확인하세요.", + "Failed to locate Markdown files.": "Markdown 파일을 찾지 못했습니다.", + "Failed to read the file. Please check permissions and try again.": "파일을 읽지 못했습니다. 권한을 확인하고 다시 시도해 주세요.", + "Failed to start Live Share. Please check your connection and try again.": "Live Share를 시작하지 못했습니다. 연결을 확인하고 다시 시도해 주세요.", + "FAQ": "FAQ", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "더 빠르며 대용량 문서에 권장됩니다. 참고: 이미지, 다이어그램 등이 깨질 수 있습니다.", + "Favorite": "즐겨찾기", + "Favorites": "즐겨찾기", + "Favs": "즐겨찾기", + "Feature Collection Map": "피쳐 컬렉션 맵", + "Feedback type": "피드백 유형", + "Fetching file tree...": "파일 트리를 가져오는 중...", + "file": "파일", + "File actions": "파일 작업", + "File created": "파일이 생성되었습니다", + "File deleted": "파일이 삭제되었습니다.", + "File is already in that location.": "파일이 이미 해당 위치에 있습니다.", + "File is too large (maximum 10MB supported).": "파일이 너무 큽니다. (최대 10MB 지원)", + "File moved to": "파일이 다음으로 이동되었습니다.", + "File name": "파일명", + "File options": "파일 옵션", + "File options for": "파일 옵션", + "File options for Welcome to Markdown": "Markdown에 오신 것을 환영하는 파일 옵션", + "File renamed": "파일 이름이 변경되었습니다.", + "files": "파일", + "files available in the tree.": "파일을 트리에서 사용할 수 있습니다.", + "Files deleted": "파일이 삭제되었습니다.", + "Filter review items": "리뷰 항목 필터링", + "Find": "찾기", + "Find & Replace": "찾기 및 바꾸기", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "찾기 및 바꾸기와 전체 화면은 직접적인 도구 모음 작업입니다. Markdown Viewer 정보는 프로젝트, Markdown, 개인 정보 보호, 라이선스 및 지원 정보를 엽니다.", + "Find and replace": "찾기 및 바꾸기", + "Find and Replace": "찾기 및 바꾸기", + "Find in Selection": "선택 항목에서 찾기", + "Find in Selection (Sel)": "선택 항목에서 찾기(Sel)", + "Find query": "검색어 찾기", + "Finite State Machine": "유한 상태 머신", + "Fit": "핏", + "Fit diagram to screen": "다이어그램을 화면에 맞추기", + "Flowchart (Left-Right)": "흐름도(좌-우)", + "Flowchart (LR)": "흐름도(LR)", + "Flowchart (TD)": "흐름도(TD)", + "Flowchart (Top-Down)": "흐름도(하향식)", + "folder": "폴더", + "Folder created": "폴더가 생성되었습니다", + "Folder created:": "폴더가 생성되었습니다:", + "Folder deleted": "폴더가 삭제되었습니다.", + "Folder deleted. Documents moved to the workspace root.": "폴더가 삭제되었습니다. 문서가 작업공간 루트로 이동되었습니다.", + "Folder name": "폴더명", + "Folder renamed": "폴더 이름이 변경되었습니다.", + "Folder renamed to": "폴더 이름이 다음으로 변경되었습니다.", + "folders": "폴더", + "Folders stay one level deep inside a workspace.": "폴더는 작업 공간 내부의 한 수준 깊이에 유지됩니다.", + "Folk & Lyrics": "포크 & 가사\n이 블록에 대한", + "for this block.": "입니다.", + "Forgot access key? Reset Secret Workspace": "접속키를 잊으셨나요? 비밀 작업 공간 재설정", + "Fresh Tomato": "신선한 토마토", + "From files": "파일에서", + "From GitHub": "GitHub에서", + "FSM Diagram": "FSM 다이어그램", + "Fullscreen": "전체화면", + "Gantt Chart": "간트차트", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "이미지 생성 중", + "Generating Image...": "이미지 생성 중...", + "Generating PDF": "PDF 생성 중", + "Generating PDF...": "PDF 생성 중...", + "Git Graph": "Git 그래프", + "GitHub Emojis": "GitHub 이모티콘", + "GitHub files loaded.": "GitHub 파일이 로드되었습니다.", + "GitHub import": "GitHub 가져오기", + "GitHub import failed:": "GitHub 가져오기 실패:", + "GitHub import failed.": "GitHub 가져오기에 실패했습니다.", + "GitHub import failed. The repository folder could not be created.": "GitHub 가져오기에 실패했습니다. 저장소 폴더를 생성할 수 없습니다.", + "GitHub Repository": "GitHub 저장소", + "GitHub URL": "GitHub URL", + "Glitchy Waveform": "글리치 파형", + "Graphical User Interface": "그래픽 사용자 인터페이스", + "Grid Layout": "그리드 레이아웃", + "Grouped Nodes": "그룹화된 노드", + "Guitar Chords": "기타 코드", + "Heading 1": "제목 1", + "Heading 2": "제목 2", + "Heading 3": "제목 3", + "Heading 4": "제목 4", + "Heading 5": "제목 5", + "Heading 6": "제목 6", + "Heading levels": "제목 수준", + "Headings only": "제목만", + "Heatmap Matrix": "히트맵 매트릭스", + "Hide access key": "접근키 숨기기", + "Hide sidebar": "사이드바 숨기기", + "Hierarchy Tree": "계층 트리", + "History": "연혁", + "Horizontal rule": "수평선", + "HTML": "HTML", + "HTML entities": "HTML 엔터티", + "HTML export failed:": "HTML 내보내기 실패:", + "Image": "이미지", + "Image (.png)": "이미지(.png)", + "Image description": "이미지 설명", + "Image generation progress": "이미지 생성 진행", + "Image URL": "이미지 URL", + "Implement live preview with GitHub styling": "GitHub 스타일링으로 실시간 미리보기 구현", + "Import": "가져오기", + "Import complete": "가져오기 완료", + "Import completed with errors": "오류가 발생하여 가져오기가 완료되었습니다.", + "Import failed": "가져오기 실패", + "Import finished with issues": "문제가 발생하여 가져오기가 완료되었습니다.", + "Import from files": "파일에서 가져오기", + "Import from GitHub": "GitHub에서 가져오기", + "Import Markdown from GitHub": "GitHub에서 Markdown 가져오기", + "Import Selected": "가져오기 선택됨", + "Importing {{0}}": "{{0}} 가져오기", + "Importing file": "파일 가져오기", + "Importing files": "파일 가져오기", + "Importing from GitHub": "GitHub에서 가져오기", + "Importing selected files from GitHub...": "GitHub에서 선택한 파일을 가져오는 중...", + "Importing...": "가져오는 중...\n이 문서의", + "Inline code": "인라인 코드", + "Inline Code Blocks": "인라인 코드 블록", + "Insert": "삽입", + "Insert Diagram & More": "다이어그램 삽입 및 기타", + "Insert image": "이미지 삽입", + "Insert link": "링크 삽입", + "Insert reference": "참고자료 삽입", + "Insert table": "테이블 삽입", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "페이지 나누기를 지능적으로 계획하여 이미지, 표, 방정식 및 다이어그램을 함께 유지합니다. 공간이 부족할 경우 블록은 다음 페이지로 이동됩니다. 짧은 문서에 권장됩니다.", + "Invite link": "초대링크", + "Italic": "이탤릭체", + "item": "아이템", + "items": "아이템", + "items available.": "아이템을 구매하실 수 있습니다.", + "Items deleted": "항목이 삭제되었습니다.", + "JavaScript": "자바스크립트", + "JSON Document": "JSON 문서", + "JSON Viewer": "JSON 뷰어", + "Key Signature & Tempo": "조표 및 템포", + "Keyboard shortcuts": "키보드 단축키", + "Landmark Point": "랜드마크 포인트", + "Language:": "언어:", + "Language: JavaScript": "언어 : 자바스크립트", + "LaTeX blocks only": "LaTeX 블록만 해당", + "Leave a focused comment for the author...": "작가에게 집중댓글을 남겨주세요...", + "Leave session": "세션 나가기", + "Lecteur Markdown": "강사 Markdown", + "Left Live Share session.": "Live Share 세션을 떠났습니다.", + "Left-to-right text": "왼쪽에서 오른쪽으로 쓰기", + "Legacy Raster PDF": "레거시 래스터 PDF", + "Light mode": "라이트 모드", + "Line Chart": "선형 차트", + "Link": "링크", + "Link copied": "링크 복사됨", + "Link Text": "링크 텍스트", + "Link title": "링크 제목", + "Listen to score": "악보 듣기", + "Live collaborators": "실시간 협력자", + "Live Share": "라이브 공유", + "Live Share access mode": "라이브 공유 접근 모드", + "Live Share invite link": "라이브 공유 초대 링크", + "Live Share is view only.": "Live Share는 보기 전용입니다.", + "Live Share participants": "라이브 공유 참가자", + "Live Share room expired": "Live Share 방이 만료되었습니다", + "Live Share session ended by the host.": "Live Share 세션이 호스트에 의해 종료되었습니다.", + "Live Share session ended.": "Live Share 세션이 종료되었습니다.", + "Live Share session started.": "Live Share 세션이 시작되었습니다.", + "Loading document assets": "문서자산 불러오기", + "Loading emojis...": "이모티콘 불러오는 중...", + "Loading image renderer": "이미지 렌더러 로딩 중", + "Loading PDF libraries": "PDF 라이브러리 불러오기", + "Loading...": "불러오는 중...", + "Lock workspace": "작업 공간 잠그기", + "Locked": "잠김", + "lowercase": "소문자", + "Lyrics Song": "가사 노래", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown 경고", + "Markdown alert types": "Markdown 경고 유형", + "Markdown alerts": "Markdown 경고", + "Markdown document": "Markdown 문서", + "Markdown editor input with live preview": "Markdown 실시간 미리보기가 포함된 편집기 입력", + "Markdown file import progress": "Markdown 파일 가져오기 진행", + "Markdown formatting toolbar for plain-text editing": "Markdown 일반 텍스트 편집을 위한 서식 도구 모음", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown 미리보기 전용", + "Markdown source is unavailable for view-only snapshots": "Markdown 소스는 보기 전용 스냅샷에 사용할 수 없습니다.", + "Markdown tips": "Markdown 팁", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer 도움말", + "Markdown ビューア": "Markdown 뷰아", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı 부라야 야진...", + "Markmap preview": "마크맵 미리보기", + "match": "경기", + "Match Case": "성냥갑", + "Match Case (Aa)": "성냥갑 (Aa)", + "Match Whole Word": "전체 단어 일치", + "Match Whole Word (W)": "단어 전체 일치 (W)", + "matches": "경기", + "Maximum document limit reached.": "최대 문서 한도에 도달했습니다.", + "Maximum of": "최대", + "Menu": "메뉴", + "Mermaid blocks only": "인어 블록만 해당", + "meter, composed by": "미터, 구성:", + "Min Read": "최소 읽기", + "Mind Maps": "마인드맵", + "Mindmap Diagram": "마인드맵 다이어그램", + "Mindmap Outline": "마인드맵 개요", + "Model actions": "모델 액션", + "more participant": "참가자 더보기", + "More tools": "추가 도구", + "Move": "이동", + "Move “": "이동 “", + "Move {{0}} selected items": "선택한 항목 {{0}}개 이동", + "Move document": "문서 이동", + "Multi-Voice Harmony": "멀티 보이스 하모니", + "Music notation block": "악보 블록", + "Name": "이름", + "Name item": "아이템 이름", + "Native HTML save failed:": "기본 HTML 저장 실패:", + "Native import failed:": "기본 가져오기 실패:", + "Native save failed:": "기본 저장 실패:", + "Native tab download failed:": "기본 탭 다운로드 실패:", + "Network (nwdiag)": "네트워크(nwdiag)", + "Network error while loading shared content.": "공유 콘텐츠를 로드하는 중 네트워크 오류가 발생했습니다.", + "Network Map": "네트워크 맵", + "Network Topology": "네트워크 토폴로지", + "New": "신규", + "New document": "새 문서", + "New file": "새 파일", + "New file (Ctrl+T)": "새 파일(Ctrl+T)", + "New folder": "새 폴더", + "New folder in": "새 폴더", + "New folder in Workspace": "작업공간의 새 폴더", + "New Markdown file in": "새로운 Markdown 파일", + "New Markdown file in Workspace": "작업공간의 새로운 Markdown 파일", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "헤더 도구 모음에서는 새로 만들기, 공유, 라이브 공유, 문제 보고, 정보 및 설정을 사용할 수 있습니다.", + "Next match": "다음 경기", + "Next match (Enter)": "다음 경기 (Enter)", + "No data is stored": "저장된 데이터가 없습니다.", + "No diagrams found.": "다이어그램을 찾을 수 없습니다.", + "No document is open": "열려있는 문서가 없습니다", + "No documents open": "열려있는 문서가 없습니다", + "No documents to show.": "보여드릴 문서가 없습니다.", + "No emojis found.": "이모티콘이 없습니다.", + "No favorite documents yet.": "아직 즐겨찾는 문서가 없습니다.", + "No feedback yet": "아직 피드백이 없습니다", + "No file open": "열려 있는 파일이 없습니다.", + "No files selected": "선택한 파일이 없습니다.", + "No live room active": "활성화된 라이브룸이 없습니다.", + "No Markdown files were found at that GitHub location.": "해당 GitHub 위치에서 Markdown 파일을 찾을 수 없습니다.", + "No matching files": "일치하는 파일이 없습니다.", + "No open feedback": "공개 피드백 없음", + "No recent documents": "최근 문서가 없습니다.", + "No resolved feedback": "해결된 피드백이 없습니다.", + "No results": "검색결과가 없습니다", + "No symbols found.": "기호가 없습니다.", + "Numbered list": "번호 목록", + "Object Diagram": "객체 다이어그램", + "Object Instances": "객체 인스턴스", + "Object Types": "객체 유형", + "of": "의", + "Off": "끄기", + "On": "켜짐", + "Only the first": "처음으로만", + "Open": "열기", + "Open a file or repository": "파일이나 저장소 열기", + "Open comments and suggestions": "댓글과 제안 열기", + "Open diagram viewer": "다이어그램 뷰어 열기", + "Open diagram viewer with zoom and pan controls": "확대/축소 및 이동 제어 기능이 있는 다이어그램 뷰어 열기", + "Open document tabs": "문서 탭 열기", + "Open Explorer": "탐색기 열기", + "Open export menu": "내보내기 메뉴 열기", + "Open from device": "기기에서 열기", + "Open in split view": "분할보기로 열기", + "Open menu": "메뉴 열기", + "Open new document menu": "새 문서 메뉴 열기", + "Open or create another document before starting split view.": "분할 보기를 시작하기 전에 다른 문서를 열거나 생성하세요.", + "open review item": "리뷰 항목 열기", + "open review items": "리뷰 항목 열기", + "Open source": "오픈소스", + "Open split view": "분할보기 열기", + "Open workspace settings": "작업공간 설정 열기", + "Opened document": "열린 문서", + "opened in split view.": "이 분할 보기로 열렸습니다.", + "Opened:": "오픈:", + "Opens a read-only preview.": "읽기 전용 미리보기를 엽니다.", + "Optimizing page breaks": "페이지 나누기 최적화", + "or": "또는", + "Overlap Set": "오버랩 설정", + "Parsing markdown": "마크다운 파싱", + "Participants": "참가자", + "Paste a GitHub file or repository URL.": "GitHub 파일이나 저장소 URL을 붙여넣으세요.", + "PDF": "PDF", + "PDF export failed:": "PDF 내보내기 실패:", + "PDF generation progress": "PDF 생성 진행", + "Pie Chart": "원형 차트", + "Plain text only": "일반 텍스트만", + "Please enter a GitHub URL.": "GitHub URL을 입력해주세요.", + "Please enter a valid GitHub URL.": "유효한 GitHub URL을 입력하세요.", + "Please select at least one file to import.": "가져올 파일을 하나 이상 선택하세요.", + "Please upload Markdown files (.md or .markdown)": "Markdown 파일(.md 또는 .markdown)을 업로드하세요.", + "PNG": "PNG", + "PNG export failed:": "PNG 내보내기 실패:", + "Polyphony Voices": "폴리포니 보이스", + "prefixes.": "접두사.", + "Preparing": "준비 중", + "Preparing document": "문서 준비 중", + "Preparing download": "다운로드 준비 중", + "Preparing import…": "가져오기 준비 중…", + "Preparing repository folder…": "저장소 폴더 준비 중…", + "Preserve Case": "보존 케이스", + "Preserve Case (Ab)": "보존케이스(Ab)", + "Preview": "미리보기", + "Preview Markdown": "미리보기 Markdown", + "Previous match": "이전 경기", + "Previous match (Shift+Enter)": "이전 경기 (Shift+Enter)", + "Private mode": "프라이빗 모드", + "Project links": "프로젝트 링크", + "Project Roadmap": "프로젝트 로드맵", + "Protect Secret Workspace": "비밀 작업 공간 보호", + "Quadrant Chart": "사분면 차트", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "빠른 서식에는 강조, 인용, 정렬 및 목록이 포함됩니다. 삽입에는 자주 사용하지 않는 도구가 포함되어 있지만 다이어그램 및 기타 항목은 직접 사용할 수 있습니다.", + "Quick start": "빠른 시작", + "Ready to copy": "복사 준비 완료", + "Recent": "최근", + "Recent files": "최근 파일", + "Recent queries...": "최근 검색어...", + "Reconnect": "재접속", + "Record Struct": "레코드 구조체", + "Record Structure": "레코드 구조", + "Redo": "다시 실행", + "Reference": "참고", + "Reference Number": "참조번호", + "Reference title": "참조 제목", + "Remove all files and review data": "모든 파일 삭제 및 데이터 검토", + "Remove from Favorites": "즐겨찾기에서 삭제", + "Rename": "이름 바꾸기", + "Rename {{0}}": "{{0}} 이름 바꾸기", + "Rename file": "파일 이름 바꾸기", + "Rename folder": "폴더 이름 바꾸기", + "Rendered Markdown live preview": "렌더링된 Markdown 실시간 미리보기", + "Rendering diagram…": "렌더링 다이어그램…", + "Rendering diagrams": "렌더링 다이어그램", + "Rendering math": "렌더링 수학", + "Rendering music notation": "악보 렌더링", + "Rendering page {{0}} of {{1}}": "{{1}} 중 {{0}} 페이지 렌더링 중", + "Rendering pages": "렌더링 페이지", + "Replace": "교체", + "Replace All": "모두 교체", + "Replace All Diff Preview": "모든 차이점 미리보기 교체", + "Replace with": "다음으로 교체", + "Report": "보고서", + "Report an issue": "문제 신고", + "Requirements Diagram": "요구사항 다이어그램", + "Reset": "재설정", + "Reset & Enable": "재설정 및 활성화", + "Reset all": "모두 재설정", + "Reset all files": "모든 파일 재설정", + "Reset all files?": "모든 파일을 재설정하시겠습니까?", + "Reset Position": "위치 재설정", + "Reset Secret Workspace?": "비밀 작업 공간을 재설정하시겠습니까?", + "Reset Sequence": "초기화 순서", + "Reset view": "뷰 재설정", + "Reset workspace": "작업공간 재설정", + "Reset zoom": "확대/축소 재설정", + "Resize document sidebar": "문서 사이드바 크기 조정", + "Resize panes": "창 크기 조정", + "Resolve all open review items": "열려 있는 모든 리뷰 항목 해결", + "Resolve feedback": "피드백 해결", + "Resolved": "해결됨", + "Resolved comments and suggestions will appear here.": "해결된 댓글과 제안사항이 여기에 표시됩니다.", + "Review actions": "검토 작업", + "Review actions for": "다음에 대한 조치 검토", + "Review deletion cancelled because the active document changed.": "활성 문서가 변경되어 리뷰 삭제가 취소되었습니다.", + "review item": "리뷰 아이템", + "Review mode": "리뷰 모드", + "Review mode uses the read-only preview.": "검토 모드는 읽기 전용 미리보기를 사용합니다.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "검토는 제목, 단락, 코드 블록 및 다이어그램에 대해 의견을 제시하거나 변경 사항을 제안할 수 있는 읽기 전용 미리 보기를 엽니다.", + "Review pins": "리뷰 핀", + "Review summary copied.": "리뷰 요약이 복사되었습니다.", + "Right-to-left text": "오른쪽에서 왼쪽으로 쓰기", + "Row count": "행 개수", + "Saisissez votre markdown ici...": "Saisissez votre markdown ic...", + "Sankey Chart": "산키 차트", + "Sankey Flow Chart": "Sankey 흐름도", + "Save": "저장", + "Saved": "저장됨", + "Saving image": "이미지 저장 중", + "Saving to Workspace /": "워크스페이스에 저장 /", + "Saving...": "저장 중...", + "Scatter Plot": "산점도", + "Scope Filter": "스코프 필터", + "Score in": "득점", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "{{2}}이(가) 작곡한 {{0}}, {{1}} 박자 점수.", + "Scrivi il tuo markdown qui...": "Scribi il tuo markdown qui...", + "Scroll left": "왼쪽으로 스크롤", + "Scroll right": "오른쪽으로 스크롤", + "Scroll tabs left": "탭을 왼쪽으로 스크롤", + "Scroll tabs right": "탭을 오른쪽으로 스크롤", + "Search": "검색", + "Search diagram templates": "검색 다이어그램 템플릿", + "Search diagrams...": "다이어그램 검색...", + "Search emojis": "이모티콘 검색", + "Search files": "파일 검색", + "Search History": "검색 기록", + "Search symbols": "검색 기호", + "Searching...": "검색 중...", + "Second document": "두 번째 문서", + "Secondary document": "보조 문서", + "Secondary Markdown document": "보조 Markdown 문서", + "Secondary Markdown preview": "보조 Markdown 미리보기", + "Secret Workspace": "비밀 작업 공간", + "Secret Workspace encryption is unavailable in this browser or context.": "이 브라우저 또는 컨텍스트에서는 Secret Workspace 암호화를 사용할 수 없습니다.", + "Secret Workspace locked.": "비밀 작업 공간이 잠겨 있습니다.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace에는 로컬 스토리지가 필요합니다. 액세스 키를 설정하거나 잠금 해제하기 전에 개인 모드를 끄십시오.", + "Secret Workspace options": "비밀 작업 공간 옵션", + "Secret Workspace reset.": "비밀작업공간 초기화.", + "Secret Workspace unlocked.": "비밀 작업 공간이 잠금 해제되었습니다.", + "Secret Workspace, locked": "잠긴 비밀 작업공간", + "Select": "선택", + "Select a comment pin in the preview to add feedback.": "피드백을 추가하려면 미리보기에서 댓글 핀을 선택하세요.", + "Select all": "모두 선택", + "Select All": "모두 선택", + "Select Markdown file(s) to import": "가져올 Markdown 파일을 선택하세요.", + "Select Markdown files": "Markdown 파일 선택", + "Select no more than": "최대 선택", + "selected": "선택됨", + "Selected block": "선택된 블록", + "Selected diagram source": "선택한 다이어그램 소스", + "selected items": "선택 항목", + "selected items?": "선택한 항목은 무엇입니까?", + "selected.": "을 선택했습니다.", + "Sequence Diagram": "시퀀스 다이어그램", + "Sequence preview": "시퀀스 미리보기", + "Session active": "세션이 활성화되었습니다.", + "Session Active": "세션 활성", + "Session ended": "세션이 종료되었습니다", + "Set password": "비밀번호 설정", + "Settings": "설정", + "Share": "공유", + "Share link appears here": "여기에 공유 링크가 나타납니다", + "Share link failed": "공유 링크 실패", + "Share snapshot": "스냅샷 공유", + "Share Snapshot": "스냅샷 공유", + "Share URL": "URL 공유", + "Shared snapshot tabs are temporary and cannot be downloaded.": "공유 스냅샷 탭은 일시적이므로 다운로드할 수 없습니다.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "공유 스냅샷 탭은 임시 탭이므로 복제할 수 없습니다.", + "Shared snapshot tabs are temporary and cannot be shared again.": "공유된 스냅샷 탭은 일시적이므로 다시 공유할 수 없습니다.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "공유 스냅샷 탭은 임시 탭이므로 Live Share를 시작할 수 없습니다.", + "Shared snapshot tabs cannot be shared again.": "공유된 스냅샷 탭은 다시 공유할 수 없습니다.", + "Shared snapshot tabs cannot start Live Share.": "공유 스냅샷 탭에서는 Live Share를 시작할 수 없습니다.", + "Sharing...": "공유...", + "Sheet music for:": "악보:", + "Sheet music for: {{0}}": "악보: {{0}}", + "Shift": "쉬프트", + "Show access key": "접속키 표시", + "Show confirmation access key": "확인 액세스 키 표시", + "Show Diff Preview before replace": "교체 전 차이점 미리보기 표시", + "Show sidebar": "사이드바 표시", + "Showing": "상영 중", + "Signal Glitches": "신호 결함", + "Signature and Speed": "시그니처와 속도", + "Simple Flow": "단순 흐름", + "Simple Tune": "심플튠", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "작은 문서는 URL에 인코딩된 상태로 유지됩니다. 대용량 문서는 최대 90일 동안 임시 Cloudflare KV를 사용합니다. 공유 탭은 수신자의 장치에 로컬로 저장되지 않습니다.", + "Solid": "솔리드", + "Solid Mode": "솔리드 모드", + "Spiked Round Ball": "스파이크 둥근 공", + "Split": "분할", + "Split document divider": "분할문서분할기", + "Split editor and live preview": "분할 편집기 및 실시간 미리보기", + "Split editor and preview": "분할 편집기 및 미리보기", + "Split view closed.": "분할 보기가 닫혔습니다.", + "Split view:": "분할 보기:", + "Stacked Bar": "누적 막대", + "Stacked Bar Chart": "누적 막대 차트", + "Start a session first": "먼저 세션을 시작하세요", + "Start a session to create an invite link": "초대 링크를 생성하려면 세션을 시작하세요.", + "Start session": "세션 시작", + "Start with a blank document or bring Markdown in from somewhere else.": "빈 문서로 시작하거나 다른 곳에서 Markdown을 가져오세요.", + "Start with a clean Markdown file": "깨끗한 Markdown 파일로 시작하세요.", + "Starting GitHub import...": "GitHub 가져오기를 시작합니다...", + "Starting PNG Export": "PNG 내보내기 시작", + "Starting…": "시작합니다…", + "State Diagram": "상태도", + "STL 3D model zoom view": "STL 3D모델 확대보기", + "Stop playback": "재생 중지", + "Strikethrough": "취소선", + "Study Plan": "학습 계획", + "Study Topics": "연구 주제", + "Suggested change": "제안된 변경 사항", + "Suggestion": "제안", + "Suggestion added.": "제안사항이 추가되었습니다.", + "suggestion.": "제안.", + "Support math expressions with LaTeX": "LaTeX로 수학 표현식 지원", + "Surface Angle": "표면 각도", + "Surface Angle Mode": "표면 각도 모드", + "SVG": "SVG", + "Switch language": "언어 전환", + "Switch Language": "언어 전환", + "Switch to dark appearance": "어두운 화면으로 전환", + "Switch to light appearance": "라이트 출연으로 전환", + "Switch to LTR": "LTR로 전환", + "Switch to RTL": "RTL로 전환", + "Symbol list": "기호 목록", + "Symbols & entities": "기호 및 개체", + "Symbols & HTML Entities": "기호 및 HTML 엔터티", + "Sync Off": "동기화 끄기", + "Sync On": "동기화 켜기", + "Sync scrolling": "동기화 스크롤", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "분할 보기에서 동기화 스크롤을 사용하여 편집기와 미리보기를 정렬된 상태로 유지할 수 있습니다.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "동기화, 복사, 검토, 보기 모드 및 내보내기는 문서 서식 도구 모음과 함께 유지됩니다.", + "Tab actions for": "다음에 대한 탭 작업", + "Tab download failed:": "탭 다운로드 실패:", + "Table": "테이블", + "Tech Stack": "테크스택", + "Technical Notation": "기술 표기법", + "Temporary": "임시", + "Temporary in-memory room. No permanent document storage is created.": "메모리 내 임시방입니다. 영구 문서 저장소가 생성되지 않습니다.", + "Terminal block": "터미널 블록", + "Tetrahedron Mesh": "사면체 메쉬", + "Text case": "텍스트 케이스", + "Text layout": "텍스트 레이아웃", + "Text style": "텍스트 스타일", + "The command-line file could not be opened because the": "명령줄 파일을 열 수 없습니다.", + "The file could not be moved because the destination could not be saved.": "대상을 저장할 수 없어 파일을 이동할 수 없습니다.", + "The live room could not be joined. Please check the invite link or connection.": "라이브방에 참여할 수 없습니다. 초대링크나 연결을 확인해주세요.", + "The repository folder could not be created.": "저장소 폴더를 생성할 수 없습니다.", + "The share link could not be generated.": "공유링크를 생성하지 못했습니다.", + "The shared snapshot could not be opened because the": "공유된 스냅샷을 열 수 없습니다.", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "공유 URL을 해독할 수 없습니다. 손상되었거나 불완전할 수 있습니다.", + "Theme": "테마", + "This comment or suggestion will be permanently deleted.": "이 댓글이나 제안은 영구적으로 삭제됩니다.", + "This Live Share room has ended or is no longer active.": "이 Live Share 방은 종료되었거나 더 이상 활성화되지 않습니다.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Secret Workspace의 암호화된 모든 파일과 폴더가 영구적으로 삭제됩니다. 콘텐츠를 복구할 수 없습니다.", + "This review item is no longer available.": "이 리뷰 항목은 더 이상 사용할 수 없습니다.", + "This shared snapshot is view only.": "이 공유 스냅샷은 보기 전용입니다.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "이 공유 스냅샷은 보기 전용입니다. Markdown 소스를 다운로드하거나 복사할 수 없습니다.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "{{0}}를 삭제하고 활성 Live Share 세션을 종료합니다. 저장하지 않은 변경 사항은 복구할 수 없습니다.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "모든 파일과 리뷰 항목이 제거됩니다. 저장되지 않은 변경사항은 복구할 수 없습니다.", + "ThisIs-Developer": "디스이즈개발자", + "Timeline Diagram": "타임라인 다이어그램", + "Timing Diagram": "타이밍 다이어그램", + "Timing Signal Wave": "타이밍 신호파", + "Title": "제목", + "Title case": "제목 형식", + "to build lists, and triple backticks for code blocks.": "목록을 작성하고 코드 블록에 백틱을 세 개 사용합니다.", + "to stay within the": "안에 머물다", + "Toggle Dock Mode": "도크 모드 전환", + "Toggle Floating Mode": "플로팅 모드 전환", + "Toolbar descriptions": "툴바 설명", + "Topology Map": "토폴로지 맵", + "Try again": "다시 시도해보세요", + "Turn private mode off": "프라이빗 모드 끄기", + "Turn private mode on": "프라이빗 모드를 켜주세요", + "Twisted Column": "뒤틀린 기둥", + "Two documents are already open side by side": "두 개의 문서가 이미 나란히 열려 있습니다.", + "Type your markdown here...": "여기에 마크다운을 입력하세요...", + "Type, paste, or import Markdown here...": "여기에 Markdown을 입력하거나 붙여넣거나 가져오세요...", + "Unable to load emojis.": "이모티콘을 불러올 수 없습니다.", + "Unable to render diagram.": "다이어그램을 렌더링할 수 없습니다.", + "Unable to start import.": "가져오기를 시작할 수 없습니다.", + "Undo": "실행 취소", + "Undo and Redo keep editing history close at hand.": "실행 취소 및 다시 실행은 편집 기록을 가까이에 유지합니다.", + "Unknown error": "알 수 없는 오류", + "Unlock": "잠금해제", + "Unlock Secret Workspace": "비밀 작업 공간 잠금 해제", + "Unlock workspace": "작업공간 잠금해제", + "Unlocking…": "잠금해제 중…", + "Upload from Device": "기기에서 업로드", + "UPPERCASE": "대문자", + "Use": "사용", + "Use at least 8 characters.": "8자 이상을 사용하세요.", + "Use Case Diagram": "사용 사례 다이어그램", + "Use dark appearance": "어두운 표현 사용", + "Use dark mode": "다크 모드 사용", + "Use light mode": "라이트 모드 사용", + "Use Regular Expression": "정규식 사용", + "Use Regular Expression (.*)": "정규식(.*) 사용", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "H1~H6 제목과 대문자 사용에는 제목 및 대소문자 메뉴를 사용합니다.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "도구 모음의 보기 버튼을 사용하여 편집기, 분할 및 미리 보기 모드 간을 전환합니다.", + "User Journey": "사용자 여정", + "Venn Diagram": "벤다이어그램", + "Version": "버전", + "View": "보기", + "View Markdown Viewer on GitHub": "GitHub에서 Markdown Viewer 보기", + "View mode": "보기 모드", + "View on GitHub": "GitHub에서 보기", + "View only": "보기 전용", + "Viewer": "뷰어", + "Visualizador de Markdown": "Markdown 시각화 도구", + "Visualizzatore Markdown": "시각화 도구 Markdown", + "WBS Hierarchy": "WBS 계층", + "Welcome template": "웰컴 템플릿", + "Welcome to Markdown": "Markdown에 오신 것을 환영합니다.", + "Welcome to Markdown options": "Markdown 옵션에 오신 것을 환영합니다.", + "Welcome, {{0}}": "환영합니다. {{0}}", + "will be imported because the": "을(를) 가져옵니다.", + "Wireframe": "와이어프레임", + "Wireframe Mode": "와이어프레임 모드", + "Words": "단어", + "Work Breakdown": "작업 내역", + "Workspace": "작업공간", + "Workspace actions": "작업공간 작업", + "Workspace menu": "작업공간 메뉴", + "Workspace options": "작업공간 옵션", + "Workspace settings": "작업공간 설정", + "Workspace, file location": "작업공간, 파일 위치", + "Workspaces": "작업공간", + "Workspaces, folders, and Markdown files": "작업공간, 폴더 및 Markdown 파일", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój 마크다운...", + "Wrap": "랩", + "Wrap Around": "둘러싸기", + "Wrap Around (Wrap)": "랩 어라운드(Wrap Around)", + "Write. Preview. Share.": "쓰세요. 시사. 공유하다.", + "XY Chart": "XY 차트", + "Your workspace is ready": "귀하의 작업공간이 준비되었습니다", + "Zoom in": "확대", + "Zoom In": "확대", + "Zoom model": "줌 모델", + "Zoom out": "축소", + "Zoom Out": "축소", + "Введите здесь ваш markdown...": "Введите здесь ваш 마크다운...", + "Введіть ваш markdown тут...": "Введіть ваш markdown тут...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "ПросмотрЂк Markdown", + "마크다운 뷰어": "마크다운 메모", + "여기에 마크다운 내용을 입력하세요...": "여기 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "이코니Markdownを入力してkuだしい...", + "在此輸入您的 Markdown 文本...": "此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "此输入您的 Markdown 文本...", + "Choose a different document.": "다른 문서를 선택하세요.", + "Choose an alert style to insert into the document.": "문서에 삽입할 경고 스타일을 선택하세요.", + "Collaborators can edit this document.": "공동작업자는 이 문서를 편집할 수 있습니다.", + "Only the Live Share host can share snapshots from a live document.": "Live Share 호스트만 라이브 문서의 스냅샷을 공유할 수 있습니다.", + "Review the proposed changes before committing them to the document.": "제안된 변경 사항을 문서에 적용하기 전에 검토하세요.", + "{{0}} and {{1}}": "{{0}} 및 {{1}}", + "{{0}} file": "파일 {{0}}개", + "{{0}} files": "파일 {{0}}개", + "{{0}} review item": "리뷰 항목 {{0}}개", + "{{0}} review items": "리뷰 항목 {{0}}개", + "close": "닫기", + "Close all": "모두 닫기", + "delete": "삭제", + "download": "다운로드", + "duplicate": "중복", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "자물쇠", + "move": "이동", + "open": "열다", + "rename": "이름 바꾸기", + "Unable to trim D2 SVG bounds": "D2 SVG 경계를 자를 수 없습니다", + "ABC notation could not be rendered. Check the score syntax and retry.": "ABC 표기법을 렌더링할 수 없습니다. 점수 구문을 확인하고 다시 시도하세요.", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC 표기법 렌더러를 사용할 수 없습니다. 연결을 확인하고 다시 시도하세요.", + "Creating link": "링크 생성 중", + "Ending live room...": "라이브방을 종료합니다...", + "Failed to create share link:": "공유 링크를 생성하지 못했습니다:", + "in split view": "분할 보기", + "Link failed": "링크 실패", + "Live room ended by the host": "진행자가 라이브를 종료했습니다.", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "인어를 렌더링할 수 없습니다. 다이어그램 구문을 확인하고 다시 시도하세요.", + "Open Markdown file": "Markdown 파일 열기", + "Preparing Mermaid for print...": "인어 인쇄 준비 중...", + "Rendering Mermaid…": "인어 렌더링…", + "Save HTML document": "HTML 문서 저장", + "Save Markdown File": "Markdown 파일 저장", + "Starting live room...": "라이브방을 시작합니다...", + "Task item": "과제 아이템", + "The Live Share room could not be opened because the": "Live Share 방을 열 수 없습니다.", + "This Live Share room has ended, expired, or no active host is available.": "이 Live Share 룸은 종료 또는 만료되었거나 사용 가능한 활성 호스트가 없습니다.", + "Unable to start live room": "라이브방을 시작할 수 없습니다", + "Use light appearance": "라이트 외관을 활용하세요", + "xMidYMid meet": "xMidYMid 만남", + "A folder with this name already exists in the workspace.": "해당 이름의 폴더가 작업공간에 이미 존재합니다.", + "Add another review item": "다른 리뷰 항목 추가", + "Add suggestion": "제안 추가", + "All feedback resolved": "모든 피드백이 해결되었습니다.", + "Changes not saved": "변경사항이 저장되지 않았습니다.", + "Click Start session to create a temporary room and generate an invite link.": "임시 방을 만들고 초대 링크를 생성하려면 세션 시작을 클릭하세요.", + "Collaborators can view updates but cannot edit.": "공동작업자는 업데이트를 볼 수 있지만 편집할 수는 없습니다.", + "Copy command was unsuccessful": "복사 명령이 실패했습니다.", + "Copy this link and send it to collaborators. New participants appear above when they join.": "이 링크를 복사하여 공동작업자에게 보내세요. 새로운 참가자가 참가하면 위에 표시됩니다.", + "Could not protect this workspace. Try again.": "이 작업공간을 보호할 수 없습니다. 다시 시도해 보세요.", + "Creating snapshot link...": "스냅샷 링크 생성 중...", + "Delete folder": "폴더 삭제", + "Delete selected items": "선택한 항목 삭제", + "Edit comment": "댓글 수정", + "Edit suggestion": "편집 제안", + "Enter a folder name.": "폴더 이름을 입력하세요.", + "Enter a name.": "이름을 입력하세요.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "모든 것이 해결되었습니다. 이전 피드백을 검토하려면 해결됨 또는 모두로 전환하세요.", + "GitHub import finished.": "GitHub 가져오기가 완료되었습니다.", + "Incorrect access key or unreadable Secret Workspace data.": "액세스 키가 잘못되었거나 Secret Workspace 데이터를 읽을 수 없습니다.", + "Live room disconnected": "라이브룸 연결이 끊겼습니다", + "Maximum document limit reached": "최대 문서 한도에 도달했습니다.", + "Mermaid diagram": "인어 그림", + "Mermaid diagram actions": "인어 다이어그램 액션", + "No documents match your search.": "검색어와 일치하는 문서가 없습니다.", + "Open or create a document to use editing tools.": "편집 도구를 사용하려면 문서를 열거나 생성하세요.", + "Review item deleted.": "리뷰 항목이 삭제되었습니다.", + "Review item reopened.": "리뷰 항목이 다시 열렸습니다.", + "Review item resolved.": "리뷰 항목이 해결되었습니다.", + "Review item updated.": "리뷰 항목이 업데이트되었습니다.", + "Review mode keeps the Markdown source read only.": "검토 모드는 Markdown 소스를 읽기 전용으로 유지합니다.", + "Room active - waiting for collaborators": "방 활성 - 공동작업자를 기다리는 중", + "Save changes": "변경사항 저장", + "Secret Workspace has not been set up yet.": "아직 Secret Workspace가 설정되지 않았습니다.", + "The provided URL does not point to a Markdown file.": "제공된 URL이 Markdown 파일을 가리키지 않습니다.", + "This document is read only.": "이 문서는 읽기 전용입니다.", + "This Live Share session is view only.": "이 Live Share 세션은 보기 전용입니다.", + "This share link has expired or does not exist.": "이 공유 링크는 만료되었거나 존재하지 않습니다.", + "This shared document is read-only for you.": "이 공유 문서는 읽기 전용입니다.", + "Your file is ready.": "파일이 준비되었습니다.", + "Your files are ready.": "파일이 준비되었습니다." +} diff --git a/assets/i18n/pl.json b/assets/i18n/pl.json new file mode 100644 index 00000000..9e0e1235 --- /dev/null +++ b/assets/i18n/pl.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "- osiągnięto limit dokumentów.", + "-document limit would be exceeded.": "- limit dokumentów zostałby przekroczony.", + "-document limit.": "-limit dokumentu.", + "— Copy/Paste": "— Kopiuj/Wklej", + "— Open Find & Replace": "— Otwórz opcję Znajdź i zamień", + "— Redo": "— Wykonaj ponownie", + "— Undo": "— Cofnij", + ", and": "i", + ", favorite": ", ulubiony", + ", file location": ", lokalizacja pliku", + ", locked": ", zablokowane", + ", or": "lub", + ".md or .markdown files supported": "Obsługiwane pliki .md lub .markdown", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%; wysokość:100%; wyświetlacz:elastyczny; wyrównaj elementy: środek; justify-content:center; przepełnienie:ukryte;\">", + "{{0}} characters": "{{0}} znaków", + "{{0}} details go here.": "{{0}} szczegóły znajdują się tutaj.", + "{{0}} file selected": "Wybrano {{0}} plik", + "{{0}} files selected": "Wybrano {{0}} plików", + "{{0}} imported": "{{0}} zaimportowano", + "{{0}} Min Read": "{{0}} Min. odczyt", + "{{0}} of {{1}} files": "{{0}} z {{1}} plików", + "{{0}} of {{1}} matches": "{{0}} z {{1}} dopasowań", + "{{0}} selected": "{{0}} wybrano", + "{{0}} Viewer": "{{0}} Przeglądający", + "{{0}} words": "{{0}} słów", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}} s", + "0 of": "0 z", + "0 of 0": "0 z 0", + "0 of 0 matches": "0 z 0 dopasowań", + "0 selected": "Wybrano 0", + "1 of 50 files": "1 z 50 plików", + "3D Model Viewer": "Przeglądarka modeli 3D", + "3D Models": "Modele 3D", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Oparta na przeglądarce edytor, przeglądarka, przeglądarka i czytnik Markdown.", + "Ab": "Ab", + "About": "O", + "About Markdown Viewer": "Informacje o Markdown Viewer", + "Access": "Dostęp", + "Access key": "Klucz dostępu", + "Access keys do not match.": "Klucze dostępu nie pasują.", + "Access:": "Dostęp:", + "Actions": "Akcje", + "Active document,": "Dokument aktywny,", + "Active document, Welcome to Markdown": "Aktywny dokument, Witamy w Markdown", + "Activity Diagram": "Schemat działania", + "Add comment": "Dodaj komentarz", + "Add feedback": "Dodaj opinię", + "Add syntax highlighting for code blocks": "Dodaj podświetlanie składni dla bloków kodu", + "Add to Favorites": "Dodaj do ulubionych", + "Address / Link": "Adres / Link", + "Address / URL": "Adres / URL", + "Address & Data Buses": "Magistrale adresowe i danych", + "Advanced insertion": "Zaawansowane wstawianie", + "Advanced Options": "Opcje zaawansowane", + "alert alert-danger": "alert alert-niebezpieczeństwo", + "Align center": "Wyrównaj do środka", + "Align left": "Wyrównaj do lewej", + "Align right": "Wyrównaj w prawo", + "Alignment and direction": "Wyrównanie i kierunek", + "All": "Wszystko", + "All changes saved": "Wszystkie zmiany zapisane", + "All workspace folders collapsed.": "Wszystkie foldery obszaru roboczego zostały zwinięte.", + "All workspace folders expanded.": "Wszystkie foldery obszaru roboczego rozwinięte.", + "Alt Text (used for title)": "Tekst alternatywny (używany w tytule)", + "Apache License 2.0": "Licencja Apache 2.0", + "Appearance": "Wygląd", + "Application information": "Informacje o aplikacji", + "Application language": "Język aplikacji", + "Application menu": "Menu aplikacji", + "Application Programming Interface": "Interfejs programowania aplikacji", + "Application shortcuts": "Skróty aplikacji", + "Apply": "Zastosuj", + "Architecture Diagram": "Schemat architektury", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Czy na pewno chcesz wyczyścić zawartość aktywnego dokumentu? Sam dokument nie zostanie usunięty.", + "Area Chart": "Wykres obszarowy", + "Audio playback is not supported in this browser.": "Odtwarzanie dźwięku nie jest obsługiwane w tej przeglądarce.", + "Back to content": "Powrót do treści", + "Bar Chart": "Wykres słupkowy", + "bi bi-github": "na bi-githubie", + "Binary Counter": "Licznik binarny", + "Blockquote": "Cytat blokowy", + "Bold": "Pogrubienie", + "Browser Print (Recommended)": "Drukowanie z przeglądarki (zalecane)", + "Bubble Plot": "Wykres bąbelkowy", + "Bulleted list": "Lista punktowana", + "C4 Container": "Kontener C4", + "C4 Container Diagram": "Schemat kontenera C4", + "Calculating...": "Obliczanie...", + "Calibration Cube": "Kostka kalibracyjna", + "Can edit": "Można edytować", + "Cancel": "Anuluj", + "Cancel feedback": "Anuluj informację zwrotną", + "Cancel Image generation": "Anuluj generowanie obrazu", + "Cancel PDF generation": "Anuluj generowanie pliku PDF", + "Cannot import: The selected file appears to be a binary file.": "Nie można zaimportować: Wybrany plik wygląda na plik binarny.", + "Capturing document": "Przechwytywanie dokumentu", + "Capturing image": "Przechwytywanie obrazu", + "Change text case": "Zmień wielkość liter", + "Changelog": "Lista zmian", + "Chars": "Znaki", + "Checkbox Map": "Mapa pól wyboru", + "Checklist Map": "Mapa listy kontrolnej", + "Choose a document to edit beside “": "Wybierz dokument do edycji obok „", + "Choose a second document to edit beside the current one.": "Wybierz drugi dokument do edycji obok bieżącego.", + "Choose how the PDF should be generated.": "Wybierz sposób generowania pliku PDF.", + "Choose how you want to begin.": "Wybierz, jak chcesz zacząć.", + "Choose one or more Markdown files": "Wybierz jeden lub więcej plików Markdown", + "Choose text style": "Wybierz styl tekstu", + "Chords Strum": "Strumień akordów", + "Class Diagram": "Diagram klas", + "Clear active document?": "Wyczyścić aktywny dokument?", + "Clear All": "Wyczyść wszystko", + "Clear Document": "Wyczyść dokument", + "Clear document search": "Wyczyść wyszukiwanie dokumentów", + "Clear search": "Wyczyść wyszukiwanie", + "Close": "Zamknij", + "Close {{0}}": "Zamknij {{0}}", + "Close 3D modal": "Zamknij moduł 3D", + "Close about dialog": "Zamknij okno dialogowe", + "Close clear document dialog": "Zamknij okno dialogowe jasnego dokumentu", + "Close comments and suggestions": "Zamknij komentarze i sugestie", + "Close confirmation": "Zamknij potwierdzenie", + "Close diagram dialog": "Zamknij okno diagramu", + "Close diagram modal": "Zamknij diagram modalny", + "Close dialog": "Zamknij okno dialogowe", + "Close diff preview dialog": "Zamknij okno podglądu różnic", + "Close document sidebar": "Zamknij pasek boczny dokumentu", + "Close expired live share dialog": "Zamknij wygasłe okno dialogowe udostępniania na żywo", + "Close Explorer": "Zamknij Eksploratora", + "Close find and replace panel": "Zamknij panel wyszukiwania i zamiany", + "Close GitHub Emojis dialog": "Zamknij okno dialogowe emotikonów GitHub", + "Close GitHub import dialog": "Zamknij okno importu GitHub", + "Close help dialog": "Zamknij okno pomocy", + "Close image dialog": "Zamknij okno obrazu", + "Close link dialog": "Zamknij okno łącza", + "Close live share dialog": "Zamknij okno udostępniania na żywo", + "Close Markdown alerts dialog": "Zamknij okno alertów Markdown", + "Close menu": "Zamknij menu", + "Close move dialog": "Zamknij okno przenoszenia", + "Close others": "Zamknij inne", + "Close PDF export dialog": "Zamknij okno eksportu PDF", + "Close reference dialog": "Zamknij okno odniesienia", + "Close rename dialog": "Zamknij okno zmiany nazwy", + "Close reset confirmation dialog": "Zamknij okno potwierdzenia resetowania", + "Close review deletion dialog": "Zamknij okno usuwania recenzji", + "Close review mode": "Zamknij tryb przeglądu", + "Close secret workspace dialog": "Zamknij okno dialogowe tajnego obszaru roboczego", + "Close share dialog": "Zamknij okno udostępniania", + "Close share error dialog": "Zamknij okno błędu udostępniania", + "Close split view dialog": "Zamknij okno podzielonego widoku", + "Close Symbols and HTML Entities dialog": "Zamknij okno dialogowe Symbole i elementy HTML", + "Close table dialog": "Zamknij okno tabeli", + "Close to the left": "Blisko lewej strony", + "Close to the right": "Blisko prawej strony", + "Close Welcome to Markdown": "Zamknij Witamy w Markdown", + "Closed:": "Zamknięte:", + "Closed: Not closed": "Zamknięte: Niezamknięte", + "Closed: Unavailable": "Zamknięte: Niedostępne", + "closed. Select it in Files to reopen it.": "zamknięte. Wybierz go w Plikach, aby go ponownie otworzyć.", + "Cluster Subgraph": "Podgraf skupień", + "Code block": "Blok kodu", + "Code blocks only": "Tylko bloki kodu", + "Code copied": "Kod skopiowany\nKod", + "code copied.": "skopiowany.", + "Code Mindmap": "Mapa myśli kodu", + "Collaborators can edit and sync.": "Współpracownicy mogą edytować i synchronizować.", + "Collaborators can view without editing.": "Współpracownicy mogą wyświetlać bez edytowania.", + "Collapse all folders": "Zwiń wszystkie foldery", + "Collapse Workspace": "Zwiń obszar roboczy", + "Column count": "Liczba kolumn", + "Comment": "Komentarz", + "Comment added.": "Dodano komentarz.", + "comment.": "komentarz.", + "Comments & suggestions": "Komentarze i sugestie", + "Commit Replacements": "Dokonaj zamienników", + "Common formatting": "Wspólne formatowanie", + "Common symbols": "Typowe symbole", + "Complete": "Ukończono", + "Complex Transaction": "Złożona transakcja", + "Component Diagram": "Schemat komponentów", + "Confirm access key": "Potwierdź klucz dostępu", + "Confirm action": "Potwierdź działanie", + "Connection lost": "Utracono połączenie", + "Content structure": "Struktura treści", + "Copied": "Skopiowano", + "Copied!": "Skopiowano!", + "Copy": "Kopia", + "Copy failed": "Kopiowanie nie powiodło się", + "Copy failed. Retry": "Kopiowanie nie powiodło się. Spróbuj ponownie", + "Copy image": "Skopiuj obraz", + "Copy Image": "Skopiuj obraz", + "Copy image to clipboard": "Skopiuj obraz do schowka", + "Copy invite link": "Skopiuj link z zaproszeniem", + "Copy JavaScript code": "Skopiuj kod JavaScript", + "Copy link": "Skopiuj link", + "Copy Markdown": "Skopiuj Markdown", + "Copy review summary": "Skopiuj podsumowanie recenzji", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Utwórz lokalny klucz dostępu, aby szyfrować pliki i nazwy folderów przechowywane w tym obszarze roboczym. Klucza nie można odzyskać.", + "Create access key": "Utwórz klucz dostępu", + "Create folder": "Utwórz folder", + "Create headings with": "Utwórz nagłówki za pomocą", + "Create new file": "Utwórz nowy plik", + "Create or import a document": "Utwórz lub zaimportuj dokument", + "Create responsive layout": "Utwórz responsywny układ", + "Create share link": "Utwórz link do udostępniania", + "Created after session starts": "Utworzono po rozpoczęciu sesji", + "Ctrl": "Ctrl", + "Current Step": "Bieżący krok", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Tryb ciemny", + "Data Bus States": "Stany magistrali danych", + "Data is stored locally": "Dane są przechowywane lokalnie", + "Data Visualization": "Wizualizacja danych", + "Date and time": "Data i godzina", + "Delete": "Usuń", + "Delete “{{0}}”?": "Usunąć „{{0}}”?", + "Delete {{0}} selected items?": "Usunąć {{0}} wybrane elementy?", + "Delete all": "Usuń wszystko", + "Delete all review items": "Usuń wszystkie elementy recenzji", + "Delete all review items?": "Usunąć wszystkie elementy recenzji?", + "Delete feedback": "Usuń opinię", + "Delete folder?": "Usunąć folder?", + "Delete item": "Usuń element", + "Delete review item?": "Usunąć element recenzji?", + "Deployment Nodes": "Węzły wdrożeniowe", + "Destination": "Miejsce docelowe", + "details go here.": "szczegóły znajdziesz tutaj.", + "Developed and maintained by": "Opracowany i utrzymywany przez", + "Diagram and more": "Schemat i nie tylko", + "Diagram Categories": "Kategorie diagramów", + "Diagram source code...": "Kod źródłowy diagramu...", + "Diagram templates": "Szablony diagramów", + "Diagram Viewer": "Przeglądarka diagramów", + "Digite seu markdown aqui...": "Digite seu przeceny aqui...", + "Directed Graph": "Graf skierowany", + "Disable synchronized scrolling": "Wyłącz zsynchronizowane przewijanie", + "Display name": "Nazwa wyświetlana", + "Document added to favorites.": "Dokument dodany do ulubionych.", + "Document block": "Blok dokumentu", + "Document removed from favorites.": "Dokument usunięty z ulubionych.", + "Document statistics": "Statystyki dokumentu", + "Document statistics and save status": "Dokumentuj statystyki i zapisz status", + "Document tools": "Narzędzia dokumentacyjne", + "Document utilities and view mode": "Narzędzia dokumentu i tryb przeglądania", + "Document views": "Widoki dokumentów", + "documents reached. Delete an existing document to create or import another.": "dokumenty dotarły. Usuń istniejący dokument, aby utworzyć lub zaimportować inny.", + "Download {{0}}": "Pobierz {{0}}", + "Download Markdown": "Pobierz Markdown", + "Download PNG": "Pobierz PNG", + "Download started": "Pobieranie rozpoczęte", + "Download SVG": "Pobierz plik SVG", + "Drag files to move": "Przeciągnij pliki, aby je przenieść", + "Drop your Markdown files anywhere": "Upuść swoje pliki Markdown gdziekolwiek", + "Duet Accord": "Umowa duetu", + "Duplicate": "Duplikat", + "Duplicate {{0}}": "Duplikat {{0}}", + "Edit": "Edytuj", + "Edit feedback": "Edytuj opinię", + "Edit Markdown": "Edytuj Markdown", + "Editing": "Edycja", + "Editing and preview enabled.": "Możliwość edycji i podglądu włączona.", + "Emoji list": "Lista emoji", + "Emoji shortcode": "Krótki kod emoji", + "Emojis loaded.": "Załadowano emotikony.", + "Emphasize text with": "Podkreśl tekst za pomocą", + "Enable mermaid diagrams": "Włącz diagramy syreny", + "Enable synchronized scrolling": "Włącz zsynchronizowane przewijanie", + "Encrypting…": "Szyfrowanie…", + "End live session": "Zakończ sesję na żywo", + "End session": "Zakończ sesję", + "English": "Angielski", + "Enter fullscreen": "Przejdź do trybu pełnoekranowego", + "Enter the local access key used to encrypt this workspace on this device.": "Wprowadź lokalny klucz dostępu używany do szyfrowania tego obszaru roboczego na tym urządzeniu.", + "Entire Document": "Cały dokument", + "Entity Relationship": "Relacja encji", + "ER (Graphviz style)": "ER (styl Graphviz)", + "ER Diagram": "Schemat ER", + "ER preview": "Podgląd ER", + "ERD Table": "Tabela ERD", + "Error rendering 3D model: {{0}}": "Błąd renderowania modelu 3D: {{0}}", + "Error rendering map: {{0}}": "Błąd renderowania mapy: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Błąd renderowania przeceny: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Opisz swoją przecenę aquí...", + "Estimated remaining": "Szacunkowa ilość pozostałych", + "Exit fullscreen": "Wyjdź z pełnego ekranu", + "Exit split view": "Wyjdź z podzielonego widoku", + "Expand all folders": "Rozwiń wszystkie foldery", + "Expand or collapse all is available in All files": "Rozwiń lub zwiń wszystko jest dostępne w obszarze Wszystkie pliki", + "Expand Secret Workspace": "Rozwiń tajny obszar roboczy", + "Explore features with an example": "Poznaj funkcje na przykładzie", + "Explorer": "Eksplorator", + "Explorer item": "Przedmiot eksploratora", + "Explorer items deleted.": "Usunięto elementy Eksploratora.", + "Explorer selection cleared.": "Wybór eksploratora został usunięty.", + "Export": "Eksportuj", + "Export as HTML": "Eksportuj jako HTML", + "Export as Image": "Eksportuj jako obraz", + "Export as Markdown": "Eksportuj jako Markdown", + "Export as PDF": "Eksportuj jako plik PDF", + "Export document": "Eksportuj dokument", + "Export failed:": "Eksport nie powiódł się:", + "Export PDF Options": "Opcje eksportu PDF", + "External Image (URL)": "Obraz zewnętrzny (URL)", + "Faceted Gear Wheel": "Fasetowane koło zębate", + "Failed to copy HTML:": "Nie udało się skopiować kodu HTML:", + "Failed to copy Markdown:": "Nie udało się skopiować Markdown:", + "Failed to copy review summary:": "Nie udało się skopiować podsumowania recenzji:", + "Failed to copy share link:": "Nie udało się skopiować linku do udostępniania:", + "Failed to import {{0}}": "Nie udało się zaimportować {{0}}", + "Failed to load emojis.": "Nie udało się załadować emoji.", + "Failed to load sharing library. Please check your connection and reload.": "Nie udało się załadować biblioteki udostępniania. Sprawdź połączenie i załaduj ponownie.", + "Failed to load sharing library. Please check your internet connection.": "Nie udało się załadować biblioteki udostępniania. Sprawdź swoje połączenie internetowe.", + "Failed to locate Markdown files.": "Nie udało się zlokalizować plików Markdown.", + "Failed to read the file. Please check permissions and try again.": "Nie udało się odczytać pliku. Sprawdź uprawnienia i spróbuj ponownie.", + "Failed to start Live Share. Please check your connection and try again.": "Nie udało się uruchomić udostępniania na żywo. Sprawdź połączenie i spróbuj ponownie.", + "FAQ": "Często zadawane pytania", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Szybciej, sugerowane dla dużych dokumentów. Uwaga: obrazy, diagramy itp. mogą ulec uszkodzeniu.", + "Favorite": "Ulubiony", + "Favorites": "Ulubione", + "Favs": "Ulubione", + "Feature Collection Map": "Mapa zbioru funkcji", + "Feedback type": "Typ sprzężenia zwrotnego", + "Fetching file tree...": "Pobieram drzewo plików...\nplik", + "file": ".", + "File actions": "Akcje na plikach", + "File created": "Plik został utworzony", + "File deleted": "Plik usunięty", + "File is already in that location.": "Plik znajduje się już w tej lokalizacji.", + "File is too large (maximum 10MB supported).": "Plik jest za duży (obsługiwane maksymalnie 10 MB).", + "File moved to": "Plik został przeniesiony do", + "File name": "Nazwa pliku", + "File options": "Opcje plików", + "File options for": "Opcje pliku dla", + "File options for Welcome to Markdown": "Opcje plików dla Witamy w Markdown", + "File renamed": "Zmieniono nazwę pliku", + "files": "pliki", + "files available in the tree.": "dostępne w drzewie.", + "Files deleted": "Pliki usunięte\nZaimportowano pliki", + "Filter review items": "Filtruj elementy recenzji", + "Find": "Znajdź", + "Find & Replace": "Znajdź i zamień", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Znajdź i zamień oraz Pełny ekran to bezpośrednie akcje na pasku narzędzi; Informacje o Markdown Viewer otwiera projekt, Markdown, informacje o prywatności, licencji i wsparciu.", + "Find and replace": "Znajdź i zamień", + "Find and Replace": "Znajdź i zamień", + "Find in Selection": "Znajdź w zaznaczeniu", + "Find in Selection (Sel)": "Znajdź w zaznaczeniu (Wybierz)", + "Find query": "Znajdź zapytanie", + "Finite State Machine": "Skończona maszyna stanów", + "Fit": "Pasuje", + "Fit diagram to screen": "Dopasuj diagram do ekranu", + "Flowchart (Left-Right)": "Schemat blokowy (lewy-prawy)", + "Flowchart (LR)": "Schemat blokowy (LR)", + "Flowchart (TD)": "Schemat blokowy (TD)", + "Flowchart (Top-Down)": "Schemat blokowy (od góry do dołu)\nfolderze", + "folder": ".", + "Folder created": "Folder utworzony", + "Folder created:": "Utworzono folder:", + "Folder deleted": "Folder usunięty", + "Folder deleted. Documents moved to the workspace root.": "Folder usunięty. Dokumenty zostały przeniesione do katalogu głównego obszaru roboczego.", + "Folder name": "Nazwa folderu", + "Folder renamed": "Zmieniono nazwę folderu", + "Folder renamed to": "Zmieniono nazwę folderu na\nfolderze", + "folders": "foldery", + "Folders stay one level deep inside a workspace.": "Foldery pozostają jeden poziom głęboko w obszarze roboczym.", + "Folk & Lyrics": "Folk i teksty", + "for this block.": "dla tego bloku.", + "Forgot access key? Reset Secret Workspace": "Zapomniałeś klucza dostępu? Zresetuj tajny obszar roboczy", + "Fresh Tomato": "Świeży Pomidor", + "From files": "Z plików", + "From GitHub": "Z GitHuba", + "FSM Diagram": "Schemat FSM", + "Fullscreen": "Pełny ekran", + "Gantt Chart": "Wykres Gantta", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Generowanie obrazu", + "Generating Image...": "Generowanie obrazu...", + "Generating PDF": "Generowanie pliku PDF", + "Generating PDF...": "Generowanie pliku PDF...", + "Git Graph": "Wykres Gita", + "GitHub Emojis": "Emotikony GitHub", + "GitHub files loaded.": "Załadowano pliki GitHub.", + "GitHub import": "Import GitHub", + "GitHub import failed:": "Import GitHub nie powiódł się:", + "GitHub import failed.": "Import GitHub nie powiódł się.", + "GitHub import failed. The repository folder could not be created.": "Import GitHub nie powiódł się. Nie można utworzyć folderu repozytorium.", + "GitHub Repository": "Repozytorium GitHub", + "GitHub URL": "Adres URL GitHuba", + "Glitchy Waveform": "Błędny przebieg", + "Graphical User Interface": "Graficzny interfejs użytkownika", + "Grid Layout": "Układ siatki", + "Grouped Nodes": "Zgrupowane węzły", + "Guitar Chords": "Akordy gitarowe", + "Heading 1": "Nagłówek 1", + "Heading 2": "Nagłówek 2", + "Heading 3": "Nagłówek 3", + "Heading 4": "Nagłówek 4", + "Heading 5": "Nagłówek 5", + "Heading 6": "Nagłówek 6", + "Heading levels": "Poziomy kursów", + "Headings only": "Tylko nagłówki", + "Heatmap Matrix": "Matryca mapy cieplnej", + "Hide access key": "Ukryj klucz dostępu", + "Hide sidebar": "Ukryj pasek boczny", + "Hierarchy Tree": "Drzewo hierarchii", + "History": "Historia", + "Horizontal rule": "Linia pozioma", + "HTML": "HTML", + "HTML entities": "Elementy HTML", + "HTML export failed:": "Eksport HTML nie powiódł się:", + "Image": "Obraz", + "Image (.png)": "Obraz (.png)", + "Image description": "Opis obrazu", + "Image generation progress": "Postęp generowania obrazu", + "Image URL": "Adres URL obrazu", + "Implement live preview with GitHub styling": "Zaimplementuj podgląd na żywo ze stylizacją GitHub", + "Import": "Importuj", + "Import complete": "Import zakończony", + "Import completed with errors": "Import zakończony błędami", + "Import failed": "Import nie powiódł się", + "Import finished with issues": "Import zakończył się problemami", + "Import from files": "Importuj z plików", + "Import from GitHub": "Importuj z GitHub", + "Import Markdown from GitHub": "Importuj Markdown z GitHub", + "Import Selected": "Wybrano import", + "Importing {{0}}": "Importowanie {{0}}", + "Importing file": "Importowanie pliku", + "Importing files": "Importowanie plików", + "Importing from GitHub": "Importowanie z GitHub", + "Importing selected files from GitHub...": "Importowanie wybranych plików z GitHub...", + "Importing...": "Importowanie...", + "Inline code": "Kod wbudowany", + "Inline Code Blocks": "Bloki kodu wbudowanego", + "Insert": "Wstaw", + "Insert Diagram & More": "Wstaw diagram i więcej", + "Insert image": "Wstaw obraz", + "Insert link": "Wstaw link", + "Insert reference": "Wstaw odniesienie", + "Insert table": "Wstaw tabelę", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Inteligentnie planuje podziały stron, aby połączyć obrazy, tabele, równania i diagramy. Bloki przechodzą na następną stronę, gdy nie ma wystarczającej ilości miejsca. Zalecany do krótkich dokumentów.", + "Invite link": "Link do zaproszenia", + "Italic": "Kursywa", + "item": "pozycja", + "items": "elementy", + "items available.": "elementy dostępne.", + "Items deleted": "Elementy usunięte", + "JavaScript": "JavaScript", + "JSON Document": "Dokument JSON", + "JSON Viewer": "Przeglądarka JSON", + "Key Signature & Tempo": "Podpis i tempo", + "Keyboard shortcuts": "Skróty klawiaturowe", + "Landmark Point": "Punkt orientacyjny", + "Language:": "Język:", + "Language: JavaScript": "Język: JavaScript", + "LaTeX blocks only": "Tylko bloki LaTeX", + "Leave a focused comment for the author...": "Zostaw konkretny komentarz autorowi...", + "Leave session": "Opuść sesję", + "Lecteur Markdown": "Wykładowca Markdown", + "Left Live Share session.": "Opuścił sesję udostępniania na żywo.", + "Left-to-right text": "Tekst pisany od lewej do prawej", + "Legacy Raster PDF": "Starszy plik rastrowy PDF", + "Light mode": "Tryb jasny", + "Line Chart": "Wykres liniowy", + "Link": "Link", + "Link copied": "Link skopiowany", + "Link Text": "Tekst łącza", + "Link title": "Tytuł linku", + "Listen to score": "Posłuchaj wyniku", + "Live collaborators": "Współpracownicy na żywo", + "Live Share": "Udostępnianie na żywo", + "Live Share access mode": "Tryb dostępu Live Share", + "Live Share invite link": "Link z zaproszeniem do udostępniania na żywo", + "Live Share is view only.": "Udostępnianie na żywo można tylko przeglądać.", + "Live Share participants": "Uczestnicy Live Share", + "Live Share room expired": "Pokój Live Share wygasł", + "Live Share session ended by the host.": "Sesja Live Share zakończona przez gospodarza.", + "Live Share session ended.": "Sesja Live Share zakończyła się.", + "Live Share session started.": "Rozpoczęto sesję udostępniania na żywo.", + "Loading document assets": "Ładowanie zasobów dokumentu", + "Loading emojis...": "Ładowanie emoji...", + "Loading image renderer": "Ładowanie modułu renderującego obraz", + "Loading PDF libraries": "Ładowanie bibliotek PDF", + "Loading...": "Ładowanie...", + "Lock workspace": "Zablokuj obszar roboczy", + "Locked": "Zablokowane", + "lowercase": "małe litery", + "Lyrics Song": "Tekst utworu", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown alert", + "Markdown alert types": "Markdown typy alertów", + "Markdown alerts": "Markdown alerty", + "Markdown document": "Markdown dokument", + "Markdown editor input with live preview": "Markdown wejście edytora z podglądem na żywo", + "Markdown file import progress": "Markdown postęp importu pliku", + "Markdown formatting toolbar for plain-text editing": "Markdown pasek narzędzi formatowania do edycji zwykłego tekstu", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown tylko podgląd", + "Markdown source is unavailable for view-only snapshots": "Markdown źródło jest niedostępne dla migawek tylko do przeglądania", + "Markdown tips": "Markdown wskazówki", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Pomoc", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Podgląd mapy znaczników", + "match": "dopasowanie", + "Match Case": "Sprawa zapałek", + "Match Case (Aa)": "Sprawa zapałek (Aa)", + "Match Whole Word": "Dopasuj całe słowo", + "Match Whole Word (W)": "Dopasuj całe słowo (W)", + "matches": "pasuje", + "Maximum document limit reached.": "Osiągnięto maksymalny limit dokumentów.", + "Maximum of": "Maksymalnie", + "Menu": "Menu", + "Mermaid blocks only": "Tylko bloki syreny", + "meter, composed by": "metr, skomponowany przez", + "Min Read": "Min. odczyt", + "Mind Maps": "Mapy myśli", + "Mindmap Diagram": "Diagram mapy myśli", + "Mindmap Outline": "Zarys mapy myśli", + "Model actions": "Modeluj działania", + "more participant": "więcej uczestników", + "More tools": "Więcej narzędzi", + "Move": "Ruszaj się", + "Move “": "Przesuń „", + "Move {{0}} selected items": "Przenieś {{0}} wybranych elementów", + "Move document": "Przenieś dokument", + "Multi-Voice Harmony": "Harmonia wielogłosowa", + "Music notation block": "Blok notacji muzycznej", + "Name": "Imię", + "Name item": "Nazwa elementu", + "Native HTML save failed:": "Zapisanie natywnego kodu HTML nie powiodło się:", + "Native import failed:": "Import natywny nie powiódł się:", + "Native save failed:": "Zapis natywny nie powiódł się:", + "Native tab download failed:": "Pobieranie karty natywnej nie powiodło się:", + "Network (nwdiag)": "Sieć (nwdiag)", + "Network error while loading shared content.": "Błąd sieciowy podczas ładowania udostępnionej zawartości.", + "Network Map": "Mapa sieci", + "Network Topology": "Topologia sieci", + "New": "Nowy", + "New document": "Nowy dokument", + "New file": "Nowy plik", + "New file (Ctrl+T)": "Nowy plik (Ctrl+T)", + "New folder": "Nowy folder", + "New folder in": "Nowy folder w", + "New folder in Workspace": "Nowy folder w Workspace", + "New Markdown file in": "Nowy plik Markdown w", + "New Markdown file in Workspace": "Nowy plik Markdown w Workspace", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Nowe, Udostępnij, Udostępnij na żywo, Zgłoś problem, Informacje i Ustawienia są dostępne na pasku narzędzi nagłówka.", + "Next match": "Następny mecz", + "Next match (Enter)": "Następny mecz (Enter)", + "No data is stored": "Żadne dane nie są zapisywane", + "No diagrams found.": "Nie znaleziono diagramów.", + "No document is open": "Żaden dokument nie jest otwarty", + "No documents open": "Żadne dokumenty nie są otwarte", + "No documents to show.": "Brak dokumentów do pokazania.", + "No emojis found.": "Nie znaleziono emoji.", + "No favorite documents yet.": "Nie ma jeszcze ulubionych dokumentów.", + "No feedback yet": "Brak jeszcze opinii", + "No file open": "Żaden plik nie jest otwarty", + "No files selected": "Nie wybrano plików", + "No live room active": "Żaden pokój na żywo nie jest aktywny", + "No Markdown files were found at that GitHub location.": "W tej lokalizacji GitHub nie znaleziono plików Markdown.", + "No matching files": "Brak pasujących plików", + "No open feedback": "Brak otwartej opinii", + "No recent documents": "Brak aktualnych dokumentów", + "No resolved feedback": "Brak rozwiązanej opinii", + "No results": "Brak wyników", + "No symbols found.": "Nie znaleziono żadnych symboli.", + "Numbered list": "Lista numerowana", + "Object Diagram": "Schemat obiektu", + "Object Instances": "Instancje obiektów", + "Object Types": "Typy obiektów", + "of": "z", + "Off": "Wyłączone", + "On": "Włączone", + "Only the first": "Tylko pierwszy", + "Open": "Otwarte", + "Open a file or repository": "Otwórz plik lub repozytorium", + "Open comments and suggestions": "Otwórz komentarze i sugestie", + "Open diagram viewer": "Otwórz przeglądarkę diagramów", + "Open diagram viewer with zoom and pan controls": "Otwórz przeglądarkę diagramów ze sterowaniem powiększaniem i przesuwaniem", + "Open document tabs": "Otwórz zakładki dokumentów", + "Open Explorer": "Otwórz Eksploratora", + "Open export menu": "Otwórz menu eksportu", + "Open from device": "Otwórz z urządzenia", + "Open in split view": "Otwórz w podzielonym widoku", + "Open menu": "Otwórz menu", + "Open new document menu": "Otwórz menu nowego dokumentu", + "Open or create another document before starting split view.": "Otwórz lub utwórz inny dokument przed uruchomieniem widoku podzielonego.", + "open review item": "otwórz element recenzji", + "open review items": "otwórz elementy recenzji", + "Open source": "Otwarte oprogramowanie", + "Open split view": "Otwórz podzielony widok", + "Open workspace settings": "Otwórz ustawienia obszaru roboczego", + "Opened document": "Otwarty dokument", + "opened in split view.": "otwarte w podzielonym widoku.", + "Opened:": "Otwarto:", + "Opens a read-only preview.": "Otwiera podgląd tylko do odczytu.", + "Optimizing page breaks": "Optymalizacja podziałów stron", + "or": "lub", + "Overlap Set": "Zestaw nakładania się", + "Parsing markdown": "Analizowanie przeceny", + "Participants": "Uczestnicy", + "Paste a GitHub file or repository URL.": "Wklej plik GitHub lub adres URL repozytorium.", + "PDF": "PDF", + "PDF export failed:": "Eksport do pliku PDF nie powiódł się:", + "PDF generation progress": "Postęp generowania pliku PDF", + "Pie Chart": "Wykres kołowy", + "Plain text only": "Tylko zwykły tekst", + "Please enter a GitHub URL.": "Wprowadź adres URL GitHub.", + "Please enter a valid GitHub URL.": "Wprowadź prawidłowy adres URL GitHub.", + "Please select at least one file to import.": "Proszę wybrać co najmniej jeden plik do zaimportowania.", + "Please upload Markdown files (.md or .markdown)": "Proszę przesłać pliki Markdown (.md lub .markdown)", + "PNG": "PNG", + "PNG export failed:": "Eksport do PNG nie powiódł się:", + "Polyphony Voices": "Głosy polifoniczne\nPrzedrostki", + "prefixes.": ".", + "Preparing": "Przygotowanie", + "Preparing document": "Przygotowanie dokumentu", + "Preparing download": "Przygotowanie do pobrania", + "Preparing import…": "Przygotowuję import…", + "Preparing repository folder…": "Przygotowywanie folderu repozytorium…", + "Preserve Case": "Zachowana skrzynka", + "Preserve Case (Ab)": "Przypadek zachowawczy (Ab)", + "Preview": "Podgląd", + "Preview Markdown": "Podgląd Markdown", + "Previous match": "Poprzedni mecz", + "Previous match (Shift+Enter)": "Poprzedni mecz (Shift+Enter)", + "Private mode": "Tryb prywatny", + "Project links": "Linki do projektu", + "Project Roadmap": "Plan działania projektu", + "Protect Secret Workspace": "Chroń tajną przestrzeń roboczą", + "Quadrant Chart": "Wykres ćwiartkowy", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Szybkie formatowanie obejmuje wyróżnianie, cudzysłowy, wyrównanie i listy; Wkładka zawiera rzadziej używane narzędzia, podczas gdy Diagram & More pozostaje bezpośrednio dostępny.", + "Quick start": "Szybki start", + "Ready to copy": "Gotowy do kopiowania", + "Recent": "Najnowsze", + "Recent files": "Najnowsze pliki", + "Recent queries...": "Ostatnie zapytania...", + "Reconnect": "Połącz ponownie", + "Record Struct": "Struktura rekordu", + "Record Structure": "Struktura rekordu", + "Redo": "Powtórz", + "Reference": "Odniesienie", + "Reference Number": "Numer referencyjny", + "Reference title": "Tytuł odniesienia", + "Remove all files and review data": "Usuń wszystkie pliki i przejrzyj dane", + "Remove from Favorites": "Usuń z ulubionych", + "Rename": "Zmień nazwę", + "Rename {{0}}": "Zmień nazwę {{0}}", + "Rename file": "Zmień nazwę pliku", + "Rename folder": "Zmień nazwę folderu", + "Rendered Markdown live preview": "Wyrenderowano podgląd na żywo Markdown", + "Rendering diagram…": "Schemat renderowania…", + "Rendering diagrams": "Diagramy renderowania", + "Rendering math": "Renderowanie matematyki", + "Rendering music notation": "Renderowanie zapisu muzycznego", + "Rendering page {{0}} of {{1}}": "Renderowanie strony {{0}} z {{1}}", + "Rendering pages": "Renderowanie stron", + "Replace": "Zastąp", + "Replace All": "Zamień wszystko", + "Replace All Diff Preview": "Zamień wszystkie podgląd różnic", + "Replace with": "Zamień na", + "Report": "Zgłoś", + "Report an issue": "Zgłoś problem", + "Requirements Diagram": "Diagram wymagań", + "Reset": "Resetuj", + "Reset & Enable": "Zresetuj i włącz", + "Reset all": "Zresetuj wszystko", + "Reset all files": "Zresetuj wszystkie pliki", + "Reset all files?": "Zresetować wszystkie pliki?", + "Reset Position": "Resetuj pozycję", + "Reset Secret Workspace?": "Zresetować tajny obszar roboczy?", + "Reset Sequence": "Resetuj sekwencję", + "Reset view": "Zresetuj widok", + "Reset workspace": "Zresetuj obszar roboczy", + "Reset zoom": "Zresetuj powiększenie", + "Resize document sidebar": "Zmień rozmiar paska bocznego dokumentu", + "Resize panes": "Zmień rozmiar paneli", + "Resolve all open review items": "Rozpatrz wszystkie otwarte elementy recenzji", + "Resolve feedback": "Rozpatrz opinię", + "Resolved": "Rozwiązane", + "Resolved comments and suggestions will appear here.": "Rozwiązane komentarze i sugestie pojawią się tutaj.", + "Review actions": "Przejrzyj działania", + "Review actions for": "Przejrzyj działania dla", + "Review deletion cancelled because the active document changed.": "Usuwanie recenzji anulowane, ponieważ aktywny dokument uległ zmianie.", + "review item": "element recenzji", + "Review mode": "Tryb przeglądania", + "Review mode uses the read-only preview.": "Tryb przeglądu wykorzystuje podgląd tylko do odczytu.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Recenzja otwiera podgląd tylko do odczytu, w którym możesz komentować lub sugerować zmiany w nagłówkach, akapitach, blokach kodu i diagramach.", + "Review pins": "Przejrzyj piny", + "Review summary copied.": "Podsumowanie recenzji skopiowane.", + "Right-to-left text": "Tekst pisany od prawej do lewej", + "Row count": "Liczba wierszy", + "Saisissez votre markdown ici...": "Saisissez votre przeceny ici...", + "Sankey Chart": "Wykres Sankeya", + "Sankey Flow Chart": "Schemat blokowy Sankeya", + "Save": "Zapisz", + "Saved": "Zapisano", + "Saving image": "Zapisywanie obrazu", + "Saving to Workspace /": "Zapisywanie w obszarze roboczym /", + "Saving...": "Zapisywanie...", + "Scatter Plot": "Wykres punktowy", + "Scope Filter": "Filtr zakresu", + "Score in": "Zdobądź punkt", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Wynik w {{0}}, {{1}} metrze, skomponowany przez {{2}}.", + "Scrivi il tuo markdown qui...": "Scrivi il tuo Markdown Qui...", + "Scroll left": "Przewiń w lewo", + "Scroll right": "Przewiń w prawo", + "Scroll tabs left": "Przewiń karty w lewo", + "Scroll tabs right": "Przewiń karty w prawo", + "Search": "Szukaj", + "Search diagram templates": "Wyszukaj szablony diagramów", + "Search diagrams...": "Szukaj diagramów...", + "Search emojis": "Wyszukaj emotikony", + "Search files": "Wyszukaj pliki", + "Search History": "Historia wyszukiwania", + "Search symbols": "Szukaj symboli", + "Searching...": "Wyszukiwanie...", + "Second document": "Drugi dokument", + "Secondary document": "Dokument wtórny", + "Secondary Markdown document": "Dokument dodatkowy Markdown", + "Secondary Markdown preview": "Dodatkowy podgląd Markdown", + "Secret Workspace": "Tajna przestrzeń robocza", + "Secret Workspace encryption is unavailable in this browser or context.": "Szyfrowanie Secret Workspace jest niedostępne w tej przeglądarce lub kontekście.", + "Secret Workspace locked.": "Tajny obszar roboczy zablokowany.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Tajny obszar roboczy wymaga lokalnego przechowywania. Wyłącz tryb prywatny przed ustawieniem lub odblokowaniem klucza dostępu.", + "Secret Workspace options": "Opcje tajnego obszaru roboczego", + "Secret Workspace reset.": "Reset tajnego obszaru roboczego.", + "Secret Workspace unlocked.": "Tajna przestrzeń robocza odblokowana.", + "Secret Workspace, locked": "Tajna przestrzeń robocza, zamknięta", + "Select": "Wybierz", + "Select a comment pin in the preview to add feedback.": "Wybierz pin komentarza w podglądzie, aby dodać opinię.", + "Select all": "Wybierz wszystko", + "Select All": "Wybierz wszystko", + "Select Markdown file(s) to import": "Wybierz Markdown plików do zaimportowania", + "Select Markdown files": "Wybierz pliki Markdown", + "Select no more than": "Wybierz nie więcej niż\nWybrano", + "selected": ".", + "Selected block": "Wybrany blok", + "Selected diagram source": "Wybrane źródło diagramu", + "selected items": "wybrane elementy", + "selected items?": "wybrane elementy?\nWybrano", + "selected.": ".", + "Sequence Diagram": "Diagram sekwencji", + "Sequence preview": "Podgląd sekwencji", + "Session active": "Sesja aktywna", + "Session Active": "Sesja aktywna", + "Session ended": "Sesja zakończona", + "Set password": "Ustaw hasło", + "Settings": "Ustawienia", + "Share": "Udostępnij", + "Share link appears here": "Link do udostępniania pojawia się tutaj", + "Share link failed": "Link do udostępniania nie powiódł się", + "Share snapshot": "Udostępnij migawkę", + "Share Snapshot": "Udostępnij migawkę", + "Share URL": "Udostępnij adres URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Udostępnione karty migawek są tymczasowe i nie można ich pobrać.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Udostępnione karty migawek są tymczasowe i nie można ich powielać.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Udostępnione karty migawek są tymczasowe i nie można ich ponownie udostępnić.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Udostępnione karty migawek są tymczasowe i nie można uruchomić funkcji Live Share.", + "Shared snapshot tabs cannot be shared again.": "Udostępnionych kart migawek nie można ponownie udostępnić.", + "Shared snapshot tabs cannot start Live Share.": "Karty udostępnionych migawek nie mogą uruchomić funkcji Live Share.", + "Sharing...": "Udostępnianie...", + "Sheet music for:": "Nuty dla:", + "Sheet music for: {{0}}": "Nuty dla: {{0}}", + "Shift": "Przesunięcie", + "Show access key": "Pokaż klucz dostępu", + "Show confirmation access key": "Pokaż klucz dostępu potwierdzenia", + "Show Diff Preview before replace": "Pokaż podgląd różnic przed wymianą", + "Show sidebar": "Pokaż pasek boczny", + "Showing": "Wyświetlam", + "Signal Glitches": "Zakłócenia sygnału", + "Signature and Speed": "Podpis i szybkość", + "Simple Flow": "Prosty przepływ", + "Simple Tune": "Prosta melodia", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Małe dokumenty pozostają zakodowane w adresie URL. Duże dokumenty korzystają z tymczasowego Cloudflare KV przez maksymalnie 90 dni. Udostępnione karty nie są zapisywane lokalnie na urządzeniu odbiorcy.", + "Solid": "Stałe", + "Solid Mode": "Tryb stały", + "Spiked Round Ball": "Okrągła kula z kolcami", + "Split": "Podział", + "Split document divider": "Podziel rozdzielacz dokumentu", + "Split editor and live preview": "Podzielony edytor i podgląd na żywo", + "Split editor and preview": "Podzielony edytor i podgląd", + "Split view closed.": "Widok podzielony został zamknięty.", + "Split view:": "Widok podzielony:", + "Stacked Bar": "Skumulowany pasek", + "Stacked Bar Chart": "Skumulowany wykres słupkowy", + "Start a session first": "Najpierw rozpocznij sesję", + "Start a session to create an invite link": "Rozpocznij sesję, aby utworzyć link z zaproszeniem", + "Start session": "Rozpocznij sesję", + "Start with a blank document or bring Markdown in from somewhere else.": "Zacznij od pustego dokumentu lub przynieś Markdown z innego miejsca.", + "Start with a clean Markdown file": "Zacznij od czystego pliku Markdown", + "Starting GitHub import...": "Rozpoczynanie importu GitHub...", + "Starting PNG Export": "Rozpoczęcie eksportu PNG", + "Starting…": "Rozpoczynam…", + "State Diagram": "Diagram stanu", + "STL 3D model zoom view": "Widok powiększenia modelu STL 3D", + "Stop playback": "Zatrzymaj odtwarzanie", + "Strikethrough": "Przekreślenie", + "Study Plan": "Plan nauki", + "Study Topics": "Tematyka badań", + "Suggested change": "Sugerowana zmiana", + "Suggestion": "Sugestia", + "Suggestion added.": "Sugestia dodana.", + "suggestion.": "sugestia.", + "Support math expressions with LaTeX": "Obsługa wyrażeń matematycznych w LaTeX", + "Surface Angle": "Kąt powierzchni", + "Surface Angle Mode": "Tryb kąta powierzchni", + "SVG": "SVG", + "Switch language": "Zmień język", + "Switch Language": "Zmień język", + "Switch to dark appearance": "Przełącz na ciemny wygląd", + "Switch to light appearance": "Przełącz na jasny wygląd", + "Switch to LTR": "Przełącz na LTR", + "Switch to RTL": "Przełącz na RTL", + "Symbol list": "Lista symboli", + "Symbols & entities": "Symbole i byty", + "Symbols & HTML Entities": "Symbole i elementy HTML", + "Sync Off": "Synchronizacja wyłączona", + "Sync On": "Synchronizacja włączona", + "Sync scrolling": "Synchronizuj przewijanie", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Przewijanie synchronizacji jest dostępne w widoku podzielonym, aby zapewnić dopasowanie edytora i podglądu.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Synchronizuj, kopiuj, przeglądaj, przeglądaj i eksportuj za pomocą paska narzędzi formatowania dokumentu.", + "Tab actions for": "Akcje zakładki dla", + "Tab download failed:": "Pobieranie karty nie powiodło się:", + "Table": "Tabela", + "Tech Stack": "Stos technologii", + "Technical Notation": "Notacja techniczna", + "Temporary": "Tymczasowe", + "Temporary in-memory room. No permanent document storage is created.": "Tymczasowy pokój w pamięci. Nie jest tworzone żadne trwałe miejsce do przechowywania dokumentów.", + "Terminal block": "Listwa zaciskowa", + "Tetrahedron Mesh": "Siatka czworościanu", + "Text case": "Wielkość liter", + "Text layout": "Układ tekstu", + "Text style": "Styl tekstu", + "The command-line file could not be opened because the": "Nie można otworzyć pliku wiersza poleceń, ponieważ", + "The file could not be moved because the destination could not be saved.": "Nie można przenieść pliku, ponieważ nie można zapisać miejsca docelowego.", + "The live room could not be joined. Please check the invite link or connection.": "Nie można dołączyć do pokoju na żywo. Sprawdź link lub połączenie z zaproszeniem.", + "The repository folder could not be created.": "Nie można utworzyć folderu repozytorium.", + "The share link could not be generated.": "Nie można wygenerować linku do udostępniania.", + "The shared snapshot could not be opened because the": "Nie można otworzyć udostępnionej migawki, ponieważ", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Nie można zdekodować udostępnionego adresu URL. Może być uszkodzony lub niekompletny.", + "Theme": "Motyw", + "This comment or suggestion will be permanently deleted.": "Ten komentarz lub sugestia zostaną trwale usunięte.", + "This Live Share room has ended or is no longer active.": "Ten pokój Live Share zakończył się lub nie jest już aktywny.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "To trwale usuwa każdy zaszyfrowany plik i folder w Secret Workspace. Nie można odzyskać zawartości.", + "This review item is no longer available.": "Ten element recenzji nie jest już dostępny.", + "This shared snapshot is view only.": "Ta udostępniona migawka jest przeznaczona tylko do przeglądania.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Ta udostępniona migawka jest przeznaczona tylko do przeglądania. Nie można pobrać ani skopiować źródła Markdown.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Spowoduje to usunięcie {{0}} i zakończenie każdej aktywnej sesji Live Share. Niezapisanych zmian nie można odzyskać.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Spowoduje to usunięcie wszystkich plików i przejrzenie elementów. Niezapisanych zmian nie można odzyskać.", + "ThisIs-Developer": "ThisIs-Programista", + "Timeline Diagram": "Diagram osi czasu", + "Timing Diagram": "Schemat rozrządu", + "Timing Signal Wave": "Fala sygnału synchronizacji", + "Title": "Tytuł", + "Title case": "Sprawa tytułowa", + "to build lists, and triple backticks for code blocks.": "do tworzenia list i potrójnych zwrotów dla bloków kodu.", + "to stay within the": ", aby pozostać w", + "Toggle Dock Mode": "Przełącz tryb dokowania", + "Toggle Floating Mode": "Przełącz tryb pływający", + "Toolbar descriptions": "Opisy pasków narzędzi", + "Topology Map": "Mapa topologii", + "Try again": "Spróbuj ponownie", + "Turn private mode off": "Wyłącz tryb prywatny", + "Turn private mode on": "Włącz tryb prywatny", + "Twisted Column": "Skręcona kolumna", + "Two documents are already open side by side": "Dwa dokumenty są już otwarte obok siebie", + "Type your markdown here...": "Wpisz tutaj swoją przecenę...", + "Type, paste, or import Markdown here...": "Wpisz, wklej lub zaimportuj Markdown tutaj...", + "Unable to load emojis.": "Nie można załadować emoji.", + "Unable to render diagram.": "Nie można wyrenderować diagramu.", + "Unable to start import.": "Nie można rozpocząć importu.", + "Undo": "Cofnij", + "Undo and Redo keep editing history close at hand.": "Cofnij i ponów historię edycji zawsze pod ręką.", + "Unknown error": "Nieznany błąd", + "Unlock": "Odblokuj", + "Unlock Secret Workspace": "Odblokuj tajną przestrzeń roboczą", + "Unlock workspace": "Odblokuj przestrzeń roboczą", + "Unlocking…": "Odblokowywanie…", + "Upload from Device": "Prześlij z urządzenia", + "UPPERCASE": "WIELKIE LITERY", + "Use": "Użyj", + "Use at least 8 characters.": "Użyj co najmniej 8 znaków.", + "Use Case Diagram": "Diagram przypadków użycia", + "Use dark appearance": "Użyj ciemnego wyglądu", + "Use dark mode": "Użyj trybu ciemnego", + "Use light mode": "Użyj trybu jasnego", + "Use Regular Expression": "Użyj wyrażenia regularnego", + "Use Regular Expression (.*)": "Użyj wyrażenia regularnego (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Użyj menu Nagłówek i Sprawa dla nagłówków H1–H6 i wielkich liter.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Użyj przycisków widoku na pasku narzędzi, aby przełączać się między trybami Edytora, Podziału i Podglądu.", + "User Journey": "Podróż użytkownika", + "Venn Diagram": "Diagram Venna", + "Version": "Wersja", + "View": "Zobacz", + "View Markdown Viewer on GitHub": "Wyświetl Markdown Viewer w GitHub", + "View mode": "Tryb przeglądania", + "View on GitHub": "Zobacz na GitHubie", + "View only": "Tylko przeglądaj", + "Viewer": "Przeglądający", + "Visualizador de Markdown": "Wizualizacja Markdown", + "Visualizzatore Markdown": "Wizualizator Markdown", + "WBS Hierarchy": "Hierarchia WBS", + "Welcome template": "Szablon powitalny", + "Welcome to Markdown": "Witamy w Markdown", + "Welcome to Markdown options": "Witamy w opcjach Markdown", + "Welcome, {{0}}": "Witamy, {{0}}", + "will be imported because the": "zostanie zaimportowany, ponieważ", + "Wireframe": "Model szkieletowy", + "Wireframe Mode": "Tryb szkieletowy", + "Words": "Słowa", + "Work Breakdown": "Podział pracy", + "Workspace": "Obszar roboczy", + "Workspace actions": "Akcje w obszarze roboczym", + "Workspace menu": "Menu obszaru roboczego", + "Workspace options": "Opcje obszaru roboczego", + "Workspace settings": "Ustawienia obszaru roboczego", + "Workspace, file location": "Obszar roboczy, lokalizacja pliku", + "Workspaces": "Obszary robocze", + "Workspaces, folders, and Markdown files": "Obszary robocze, foldery i pliki Markdown", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swoją przecenę...", + "Wrap": "Zawiń", + "Wrap Around": "Zawiń", + "Wrap Around (Wrap)": "Zawijanie (Zawijanie)", + "Write. Preview. Share.": "Zapis. Zapowiedź. Udział.", + "XY Chart": "Wykres XY", + "Your workspace is ready": "Twój obszar roboczy jest gotowy", + "Zoom in": "Powiększ", + "Zoom In": "Powiększ", + "Zoom model": "Model powiększenia", + "Zoom out": "Pomniejsz", + "Zoom Out": "Zmniejsz", + "Введите здесь ваш markdown...": "Введите здесь ваш przecena...", + "Введіть ваш markdown тут...": "Введіть ваш markdown тут...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Wybierz inny dokument.", + "Choose an alert style to insert into the document.": "Wybierz styl alertu, który chcesz wstawić do dokumentu.", + "Collaborators can edit this document.": "Współpracownicy mogą edytować ten dokument.", + "Only the Live Share host can share snapshots from a live document.": "Tylko host Live Share może udostępniać migawki z aktywnego dokumentu.", + "Review the proposed changes before committing them to the document.": "Przejrzyj proponowane zmiany przed zatwierdzeniem ich w dokumencie.", + "{{0}} and {{1}}": "{{0}} i {{1}}", + "{{0}} file": "{{0}} plik", + "{{0}} files": "{{0}} plików", + "{{0}} review item": "{{0}} element recenzji", + "{{0}} review items": "{{0}} przejrzyj elementy", + "close": "zamknij", + "Close all": "Zamknij wszystko", + "delete": "usuń", + "download": "pobierz", + "duplicate": "duplikat", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "zamek", + "move": "ruch", + "open": "otwarte", + "rename": "zmień nazwę", + "Unable to trim D2 SVG bounds": "Nie można przyciąć granic D2 SVG", + "ABC notation could not be rendered. Check the score syntax and retry.": "Nie można wyrenderować notacji ABC. Sprawdź składnię wyniku i spróbuj ponownie.", + "ABC notation renderer is unavailable. Check your connection and retry.": "Moduł renderowania notacji ABC jest niedostępny. Sprawdź połączenie i spróbuj ponownie.", + "Creating link": "Tworzenie linku", + "Ending live room...": "Kończę pokój na żywo...", + "Failed to create share link:": "Nie udało się utworzyć linku do udostępniania:", + "in split view": "w podzielonym widoku", + "Link failed": "Połączenie nie powiodło się", + "Live room ended by the host": "Pokój na żywo zakończony przez gospodarza", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Nie można wyrenderować syreny. Sprawdź składnię diagramu i spróbuj ponownie.", + "Open Markdown file": "Otwórz plik Markdown", + "Preparing Mermaid for print...": "Przygotowanie Syreny do druku...", + "Rendering Mermaid…": "Renderowanie syreny…", + "Save HTML document": "Zapisz dokument HTML", + "Save Markdown File": "Zapisz plik Markdown", + "Starting live room...": "Uruchamiam pokój na żywo...", + "Task item": "Pozycja zadania", + "The Live Share room could not be opened because the": "Nie można otworzyć pokoju Live Share, ponieważ", + "This Live Share room has ended, expired, or no active host is available.": "Ten pokój Live Share zakończył się, wygasł lub nie jest dostępny żaden aktywny gospodarz.", + "Unable to start live room": "Nie można uruchomić pokoju na żywo", + "Use light appearance": "Użyj jasnego wyglądu", + "xMidYMid meet": "Spotkanie xMidYMid", + "A folder with this name already exists in the workspace.": "Folder o tej nazwie już istnieje w obszarze roboczym.", + "Add another review item": "Dodaj kolejny element recenzji", + "Add suggestion": "Dodaj sugestię", + "All feedback resolved": "Wszystkie uwagi rozwiązane", + "Changes not saved": "Zmiany nie zostały zapisane", + "Click Start session to create a temporary room and generate an invite link.": "Kliknij Rozpocznij sesję, aby utworzyć pokój tymczasowy i wygenerować link z zaproszeniem.", + "Collaborators can view updates but cannot edit.": "Współpracownicy mogą wyświetlać aktualizacje, ale nie mogą ich edytować.", + "Copy command was unsuccessful": "Polecenie kopiowania nie powiodło się", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Skopiuj ten link i wyślij go współpracownikom. Nowi uczestnicy pojawiają się powyżej, gdy dołączają.", + "Could not protect this workspace. Try again.": "Nie można chronić tego obszaru roboczego. Spróbuj ponownie.", + "Creating snapshot link...": "Tworzenie łącza do migawki...", + "Delete folder": "Usuń folder", + "Delete selected items": "Usuń wybrane elementy", + "Edit comment": "Edytuj komentarz", + "Edit suggestion": "Edytuj sugestię", + "Enter a folder name.": "Wprowadź nazwę folderu.", + "Enter a name.": "Wprowadź nazwę.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Wszystko zostało rozwiązane. Przełącz na opcję Rozwiązane lub Wszystko, aby przejrzeć wcześniejsze opinie.", + "GitHub import finished.": "Zakończono importowanie do GitHuba.", + "Incorrect access key or unreadable Secret Workspace data.": "Nieprawidłowy klucz dostępu lub nieczytelne dane tajnego obszaru roboczego.", + "Live room disconnected": "Pokój na żywo został odłączony", + "Maximum document limit reached": "Osiągnięto maksymalny limit dokumentów", + "Mermaid diagram": "Schemat syreny", + "Mermaid diagram actions": "Działania na diagramie syreny", + "No documents match your search.": "Żaden dokument nie pasuje do Twojego wyszukiwania.", + "Open or create a document to use editing tools.": "Otwórz lub utwórz dokument, aby skorzystać z narzędzi do edycji.", + "Review item deleted.": "Usunięto element recenzji.", + "Review item reopened.": "Element recenzji został ponownie otwarty.", + "Review item resolved.": "Element recenzji rozwiązany.", + "Review item updated.": "Zaktualizowano element recenzji.", + "Review mode keeps the Markdown source read only.": "Tryb przeglądania utrzymuje źródło Markdown tylko do odczytu.", + "Room active - waiting for collaborators": "Pokój aktywny - czeka na współpracowników", + "Save changes": "Zapisz zmiany", + "Secret Workspace has not been set up yet.": "Tajny obszar roboczy nie został jeszcze skonfigurowany.", + "The provided URL does not point to a Markdown file.": "Podany adres URL nie wskazuje na plik Markdown.", + "This document is read only.": "Ten dokument jest tylko do odczytu.", + "This Live Share session is view only.": "Ta sesja Live Share jest przeznaczona tylko do przeglądania.", + "This share link has expired or does not exist.": "Ten link do udostępniania wygasł lub nie istnieje.", + "This shared document is read-only for you.": "Ten udostępniony dokument jest dla Ciebie tylko do odczytu.", + "Your file is ready.": "Twój plik jest gotowy.", + "Your files are ready.": "Twoje pliki są gotowe." +} diff --git a/assets/i18n/pt.json b/assets/i18n/pt.json new file mode 100644 index 00000000..c8731258 --- /dev/null +++ b/assets/i18n/pt.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-o limite de documentos foi atingido.", + "-document limit would be exceeded.": "-o limite de documentos seria excedido.", + "-document limit.": "-limite de documentos.", + "— Copy/Paste": "— Copiar/Colar", + "— Open Find & Replace": "- Abra Localizar e Substituir", + "— Redo": "- Refazer", + "— Undo": "- Desfazer", + ", and": "e", + ", favorite": ", favorito", + ", file location": ", localização do arquivo", + ", locked": ", bloqueado", + ", or": "ou", + ".md or .markdown files supported": "Arquivos .md ou .markdown suportados", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\"estilo=\"largura:100%; altura:100%; exibição:flexível; alinhar itens: centro; justificar-conteúdo:centro; estouro: oculto;\">", + "{{0}} characters": "{{0}} caracteres", + "{{0}} details go here.": "{{0}} detalhes aqui.", + "{{0}} file selected": "{{0}} arquivo selecionado", + "{{0}} files selected": "{{0}} arquivos selecionados", + "{{0}} imported": "{{0}} importado", + "{{0}} Min Read": "{{0}} leitura mínima", + "{{0}} of {{1}} files": "{{0}} de {{1}} arquivos", + "{{0}} of {{1}} matches": "{{0}} de {{1}} correspondências", + "{{0}} selected": "{{0}} selecionado", + "{{0}} Viewer": "{{0}} Visualizador", + "{{0}} words": "{{0}} palavras", + "{{0}}m": "{{0}}m", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 de", + "0 of 0": "0 de 0", + "0 of 0 matches": "0 de 0 partidas", + "0 selected": "0 selecionado", + "1 of 50 files": "1 de 50 arquivos", + "3D Model Viewer": "Visualizador de modelo 3D", + "3D Models": "Modelos 3D", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Um editor, visualizador, visualizador e leitor Markdown baseado em navegador.", + "Ab": "Ab", + "About": "Sobre", + "About Markdown Viewer": "Sobre Markdown Viewer", + "Access": "Acesso", + "Access key": "Chave de acesso", + "Access keys do not match.": "As chaves de acesso não coincidem.", + "Access:": "Acesso:", + "Actions": "Ações", + "Active document,": "Documento ativo,", + "Active document, Welcome to Markdown": "Documento ativo, bem-vindo ao Markdown", + "Activity Diagram": "Diagrama de atividades", + "Add comment": "Adicionar comentário", + "Add feedback": "Adicionar feedback", + "Add syntax highlighting for code blocks": "Adicionar destaque de sintaxe para blocos de código", + "Add to Favorites": "Adicionar aos Favoritos", + "Address / Link": "Endereço/Link", + "Address / URL": "Endereço/URL", + "Address & Data Buses": "Barramentos de endereços e dados", + "Advanced insertion": "Inserção avançada", + "Advanced Options": "Opções Avançadas", + "alert alert-danger": "alerta alerta-perigo", + "Align center": "Alinhar centro", + "Align left": "Alinhar à esquerda", + "Align right": "Alinhar à direita", + "Alignment and direction": "Alinhamento e direção", + "All": "Todos", + "All changes saved": "Todas as alterações salvas", + "All workspace folders collapsed.": "Todas as pastas do espaço de trabalho foram recolhidas.", + "All workspace folders expanded.": "Todas as pastas do espaço de trabalho expandidas.", + "Alt Text (used for title)": "Alt Text (usado como título)", + "Apache License 2.0": "Licença Apache 2.0", + "Appearance": "Aparência", + "Application information": "Informações sobre inscrição", + "Application language": "Idioma do aplicativo", + "Application menu": "Menu do aplicativo", + "Application Programming Interface": "Interface de programação de aplicativos", + "Application shortcuts": "Atalhos de aplicativos", + "Apply": "Aplicar", + "Architecture Diagram": "Diagrama de Arquitetura", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Tem certeza de que deseja limpar o conteúdo do documento ativo? O documento em si não será excluído.", + "Area Chart": "Gráfico de área", + "Audio playback is not supported in this browser.": "A reprodução de áudio não é suportada neste navegador.", + "Back to content": "Voltar ao conteúdo", + "Bar Chart": "Gráfico de barras", + "bi bi-github": "bi-github", + "Binary Counter": "Contador binário", + "Blockquote": "Citação em bloco", + "Bold": "Negrito", + "Browser Print (Recommended)": "Impressão do navegador (recomendado)", + "Bubble Plot": "Gráfico de bolha", + "Bulleted list": "Lista com marcadores", + "C4 Container": "Contêiner C4", + "C4 Container Diagram": "Diagrama do Contêiner C4", + "Calculating...": "Calculando...", + "Calibration Cube": "Cubo de Calibração", + "Can edit": "Pode editar", + "Cancel": "Cancelar", + "Cancel feedback": "Cancelar feedback", + "Cancel Image generation": "Cancelar geração de imagem", + "Cancel PDF generation": "Cancelar geração de PDF", + "Cannot import: The selected file appears to be a binary file.": "Não é possível importar: O arquivo selecionado parece ser um arquivo binário.", + "Capturing document": "Capturando documento", + "Capturing image": "Capturando imagem", + "Change text case": "Alterar maiúsculas e minúsculas do texto", + "Changelog": "Registro de alterações", + "Chars": "Caracteres", + "Checkbox Map": "Mapa de caixas de seleção", + "Checklist Map": "Mapa da lista de verificação", + "Choose a document to edit beside “": "Escolha um documento para editar ao lado de “", + "Choose a second document to edit beside the current one.": "Escolha um segundo documento para editar ao lado do atual.", + "Choose how the PDF should be generated.": "Escolha como o PDF deve ser gerado.", + "Choose how you want to begin.": "Escolha como deseja começar.", + "Choose one or more Markdown files": "Escolha um ou mais arquivos Markdown", + "Choose text style": "Escolha o estilo do texto", + "Chords Strum": "Dedilhar acordes", + "Class Diagram": "Diagrama de classes", + "Clear active document?": "Limpar documento ativo?", + "Clear All": "Limpar tudo", + "Clear Document": "Limpar documento", + "Clear document search": "Limpar pesquisa de documentos", + "Clear search": "Limpar pesquisa", + "Close": "Fechar", + "Close {{0}}": "Fechar {{0}}", + "Close 3D modal": "Fechar modal 3D", + "Close about dialog": "Fechar sobre o diálogo", + "Close clear document dialog": "Fechar caixa de diálogo para limpar documento", + "Close comments and suggestions": "Fechar comentários e sugestões", + "Close confirmation": "Fechar confirmação", + "Close diagram dialog": "Fechar caixa de diálogo do diagrama", + "Close diagram modal": "Fechar diagrama modal", + "Close dialog": "Fechar caixa de diálogo", + "Close diff preview dialog": "Fechar caixa de diálogo de visualização de diferenças", + "Close document sidebar": "Fechar barra lateral do documento", + "Close expired live share dialog": "Fechar caixa de diálogo de compartilhamento ao vivo expirado", + "Close Explorer": "Fechar o Explorador", + "Close find and replace panel": "Fechar painel de localização e substituição", + "Close GitHub Emojis dialog": "Fechar caixa de diálogo GitHub Emojis", + "Close GitHub import dialog": "Fechar caixa de diálogo de importação do GitHub", + "Close help dialog": "Fechar caixa de diálogo de ajuda", + "Close image dialog": "Fechar caixa de diálogo de imagem", + "Close link dialog": "Fechar diálogo de link", + "Close live share dialog": "Fechar caixa de diálogo de compartilhamento ao vivo", + "Close Markdown alerts dialog": "Fechar caixa de diálogo de alertas Markdown", + "Close menu": "Fechar menu", + "Close move dialog": "Fechar caixa de diálogo de movimentação", + "Close others": "Fechar outros", + "Close PDF export dialog": "Fechar caixa de diálogo de exportação de PDF", + "Close reference dialog": "Fechar caixa de diálogo de referência", + "Close rename dialog": "Fechar caixa de diálogo de renomeação", + "Close reset confirmation dialog": "Fechar caixa de diálogo de confirmação de redefinição", + "Close review deletion dialog": "Fechar caixa de diálogo de exclusão de revisão", + "Close review mode": "Fechar modo de revisão", + "Close secret workspace dialog": "Fechar caixa de diálogo do espaço de trabalho secreto", + "Close share dialog": "Fechar caixa de diálogo de compartilhamento", + "Close share error dialog": "Fechar caixa de diálogo de erro de compartilhamento", + "Close split view dialog": "Fechar caixa de diálogo de visualização dividida", + "Close Symbols and HTML Entities dialog": "Fechar caixa de diálogo Símbolos e Entidades HTML", + "Close table dialog": "Caixa de diálogo Fechar tabela", + "Close to the left": "Perto da esquerda", + "Close to the right": "Perto da direita", + "Close Welcome to Markdown": "Fechar Bem-vindo ao Markdown", + "Closed:": "Fechado:", + "Closed: Not closed": "Fechado: Não fechado", + "Closed: Unavailable": "Fechado: Indisponível", + "closed. Select it in Files to reopen it.": "fechado. Selecione-o em Arquivos para reabri-lo.", + "Cluster Subgraph": "Subgráfico de cluster", + "Code block": "Bloco de código", + "Code blocks only": "Apenas blocos de código", + "Code copied": "Código copiado\nCódigo", + "code copied.": "copiado.", + "Code Mindmap": "Mapa mental de código", + "Collaborators can edit and sync.": "Os colaboradores podem editar e sincronizar.", + "Collaborators can view without editing.": "Os colaboradores podem visualizar sem editar.", + "Collapse all folders": "Recolher todas as pastas", + "Collapse Workspace": "Recolher espaço de trabalho", + "Column count": "Contagem de colunas", + "Comment": "Comentário", + "Comment added.": "Comentário adicionado.\nComentário", + "comment.": ".", + "Comments & suggestions": "Comentários e sugestões", + "Commit Replacements": "Substituições de commit", + "Common formatting": "Formatação comum", + "Common symbols": "Símbolos comuns", + "Complete": "Concluído", + "Complex Transaction": "Transação Complexa", + "Component Diagram": "Diagrama de Componentes", + "Confirm access key": "Confirmar chave de acesso", + "Confirm action": "Confirmar ação", + "Connection lost": "Conexão perdida", + "Content structure": "Estrutura de conteúdo", + "Copied": "Copiado", + "Copied!": "Copiado!", + "Copy": "Copiar", + "Copy failed": "Falha na cópia", + "Copy failed. Retry": "Falha na cópia. Tentar novamente", + "Copy image": "Copiar imagem", + "Copy Image": "Copiar imagem", + "Copy image to clipboard": "Copiar imagem para a área de transferência", + "Copy invite link": "Copiar link de convite", + "Copy JavaScript code": "Copiar código JavaScript", + "Copy link": "Copiar link", + "Copy Markdown": "Copiar Markdown", + "Copy review summary": "Copiar resumo da avaliação", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Crie uma chave de acesso local para criptografar arquivos e nomes de pastas armazenados neste espaço de trabalho. A chave não pode ser recuperada.", + "Create access key": "Criar chave de acesso", + "Create folder": "Criar pasta", + "Create headings with": "Crie títulos com", + "Create new file": "Criar novo arquivo", + "Create or import a document": "Criar ou importar um documento", + "Create responsive layout": "Criar layout responsivo", + "Create share link": "Criar link de compartilhamento", + "Created after session starts": "Criado após o início da sessão", + "Ctrl": "Ctrl", + "Current Step": "Etapa Atual", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Modo escuro", + "Data Bus States": "Estados do barramento de dados", + "Data is stored locally": "Os dados são armazenados localmente", + "Data Visualization": "Visualização de dados", + "Date and time": "Data e hora", + "Delete": "Excluir", + "Delete “{{0}}”?": "Excluir “{{0}}”?", + "Delete {{0}} selected items?": "Excluir {{0}} itens selecionados?", + "Delete all": "Excluir tudo", + "Delete all review items": "Excluir todos os itens de revisão", + "Delete all review items?": "Excluir todos os itens de revisão?", + "Delete feedback": "Excluir feedback", + "Delete folder?": "Excluir pasta?", + "Delete item": "Excluir item", + "Delete review item?": "Excluir item de revisão?", + "Deployment Nodes": "Nós de implantação", + "Destination": "Destino", + "details go here.": "detalhes vão aqui.", + "Developed and maintained by": "Desenvolvido e mantido por", + "Diagram and more": "Diagrama e mais", + "Diagram Categories": "Categorias de Diagramas", + "Diagram source code...": "Diagrama do código-fonte...", + "Diagram templates": "Modelos de diagrama", + "Diagram Viewer": "Visualizador de Diagrama", + "Digite seu markdown aqui...": "Digite seu markdown aqui...", + "Directed Graph": "Gráfico direcionado", + "Disable synchronized scrolling": "Desativar rolagem sincronizada", + "Display name": "Nome de exibição", + "Document added to favorites.": "Documento adicionado aos favoritos.", + "Document block": "Bloco de documento", + "Document removed from favorites.": "Documento removido dos favoritos.", + "Document statistics": "Estatísticas do documento", + "Document statistics and save status": "Documentar estatísticas e salvar status", + "Document tools": "Ferramentas de documento", + "Document utilities and view mode": "Utilitários de documentos e modo de visualização", + "Document views": "Visualizações de documentos", + "documents reached. Delete an existing document to create or import another.": "documentos alcançados. Exclua um documento existente para criar ou importar outro.", + "Download {{0}}": "Baixar {{0}}", + "Download Markdown": "Baixar Markdown", + "Download PNG": "Baixar PNG", + "Download started": "Download iniciado", + "Download SVG": "Baixar SVG", + "Drag files to move": "Arraste os arquivos para mover", + "Drop your Markdown files anywhere": "Solte seus arquivos Markdown em qualquer lugar", + "Duet Accord": "Acordo de dueto", + "Duplicate": "Duplicado", + "Duplicate {{0}}": "Duplicar {{0}}", + "Edit": "Editar", + "Edit feedback": "Editar comentários", + "Edit Markdown": "Editar Markdown", + "Editing": "Edição", + "Editing and preview enabled.": "Edição e visualização habilitadas.", + "Emoji list": "Lista de emojis", + "Emoji shortcode": "Código de acesso emoji", + "Emojis loaded.": "Emojis carregados.", + "Emphasize text with": "Enfatize o texto com", + "Enable mermaid diagrams": "Habilitar diagramas de sereia", + "Enable synchronized scrolling": "Habilitar rolagem sincronizada", + "Encrypting…": "Criptografando…", + "End live session": "Encerrar sessão ao vivo", + "End session": "Encerrar sessão", + "English": "Inglês", + "Enter fullscreen": "Entrar em tela cheia", + "Enter the local access key used to encrypt this workspace on this device.": "Insira a chave de acesso local usada para criptografar este espaço de trabalho neste dispositivo.", + "Entire Document": "Documento completo", + "Entity Relationship": "Relacionamento entre Entidades", + "ER (Graphviz style)": "ER (estilo Graphviz)", + "ER Diagram": "Diagrama ER", + "ER preview": "Visualização do ER", + "ERD Table": "Tabela ERD", + "Error rendering 3D model: {{0}}": "Erro ao renderizar modelo 3D: {{0}}", + "Error rendering map: {{0}}": "Erro ao renderizar mapa: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Erro ao renderizar redução: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Escreva seu markdown aqui...", + "Estimated remaining": "Estimativa restante", + "Exit fullscreen": "Sair da tela cheia", + "Exit split view": "Sair da visualização dividida", + "Expand all folders": "Expandir todas as pastas", + "Expand or collapse all is available in All files": "Expandir ou recolher tudo está disponível em Todos os arquivos", + "Expand Secret Workspace": "Expandir espaço de trabalho secreto", + "Explore features with an example": "Explore recursos com um exemplo", + "Explorer": "Explorador", + "Explorer item": "Item do explorador", + "Explorer items deleted.": "Itens do Explorer excluídos.", + "Explorer selection cleared.": "Seleção do Explorer desmarcada.", + "Export": "Exportar", + "Export as HTML": "Exportar como HTML", + "Export as Image": "Exportar como imagem", + "Export as Markdown": "Exportar como Markdown", + "Export as PDF": "Exportar como PDF", + "Export document": "Exportar documento", + "Export failed:": "Falha na exportação:", + "Export PDF Options": "Opções de exportação de PDF", + "External Image (URL)": "Imagem externa (URL)", + "Faceted Gear Wheel": "Roda dentada facetada", + "Failed to copy HTML:": "Falha ao copiar HTML:", + "Failed to copy Markdown:": "Falha ao copiar Markdown:", + "Failed to copy review summary:": "Falha ao copiar o resumo da avaliação:", + "Failed to copy share link:": "Falha ao copiar o link de compartilhamento:", + "Failed to import {{0}}": "Falha ao importar {{0}}", + "Failed to load emojis.": "Falha ao carregar emojis.", + "Failed to load sharing library. Please check your connection and reload.": "Falha ao carregar a biblioteca de compartilhamento. Verifique sua conexão e recarregue.", + "Failed to load sharing library. Please check your internet connection.": "Falha ao carregar a biblioteca de compartilhamento. Verifique sua conexão com a Internet.", + "Failed to locate Markdown files.": "Falha ao localizar arquivos Markdown.", + "Failed to read the file. Please check permissions and try again.": "Falha ao ler o arquivo. Verifique as permissões e tente novamente.", + "Failed to start Live Share. Please check your connection and try again.": "Falha ao iniciar o Live Share. Verifique sua conexão e tente novamente.", + "FAQ": "Perguntas frequentes", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Mais rápido, sugerido para documentos grandes. Nota: imagens, diagramas, etc. podem quebrar.", + "Favorite": "Favorito", + "Favorites": "Favoritos", + "Favs": "Favoritos", + "Feature Collection Map": "Mapa de coleção de recursos", + "Feedback type": "Tipo de feedback", + "Fetching file tree...": "Buscando árvore de arquivos...", + "file": "arquivo", + "File actions": "Ações de arquivo", + "File created": "Arquivo criado", + "File deleted": "Arquivo excluído", + "File is already in that location.": "O arquivo já está nesse local.", + "File is too large (maximum 10MB supported).": "O arquivo é muito grande (máximo de 10 MB suportado).", + "File moved to": "Arquivo movido para", + "File name": "Nome do arquivo", + "File options": "Opções de arquivo", + "File options for": "Opções de arquivo para", + "File options for Welcome to Markdown": "Opções de arquivo para Bem-vindo ao Markdown", + "File renamed": "Arquivo renomeado", + "files": "arquivos", + "files available in the tree.": "disponíveis na árvore.", + "Files deleted": "Arquivos excluídos", + "Filter review items": "Filtrar itens de revisão", + "Find": "Encontrar", + "Find & Replace": "Localizar e substituir", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Localizar e Substituir e Tela Cheia são ações diretas da barra de ferramentas; Sobre Markdown Viewer abre projeto, Markdown, privacidade, licença e informações de suporte.", + "Find and replace": "Localizar e substituir", + "Find and Replace": "Localizar e substituir", + "Find in Selection": "Encontrar na seleção", + "Find in Selection (Sel)": "Encontrar na seleção (Sel)", + "Find query": "Encontrar consulta", + "Finite State Machine": "Máquina de Estados Finitos", + "Fit": "Ajuste", + "Fit diagram to screen": "Ajustar diagrama à tela", + "Flowchart (Left-Right)": "Fluxograma (esquerda-direita)", + "Flowchart (LR)": "Fluxograma (LR)", + "Flowchart (TD)": "Fluxograma (TD)", + "Flowchart (Top-Down)": "Fluxograma (de cima para baixo)", + "folder": "pasta", + "Folder created": "Pasta criada", + "Folder created:": "Pasta criada:", + "Folder deleted": "Pasta excluída", + "Folder deleted. Documents moved to the workspace root.": "Pasta excluída. Documentos movidos para a raiz do espaço de trabalho.", + "Folder name": "Nome da pasta", + "Folder renamed": "Pasta renomeada", + "Folder renamed to": "Pasta renomeada para\npasta", + "folders": "pastas", + "Folders stay one level deep inside a workspace.": "As pastas ficam um nível dentro de uma área de trabalho.", + "Folk & Lyrics": "Folclore e Letras", + "for this block.": "para este bloco.", + "Forgot access key? Reset Secret Workspace": "Esqueceu a chave de acesso? Redefinir espaço de trabalho secreto", + "Fresh Tomato": "Tomate Fresco", + "From files": "Dos arquivos", + "From GitHub": "Do GitHub", + "FSM Diagram": "Diagrama FSM", + "Fullscreen": "Tela cheia", + "Gantt Chart": "Gráfico de Gantt", + "Geben Sie hier Ihr Markdown ein...": "Veja aqui seu Markdown ein...", + "Generating Image": "Gerando Imagem", + "Generating Image...": "Gerando imagem...", + "Generating PDF": "Gerando PDF", + "Generating PDF...": "Gerando PDF...", + "Git Graph": "Gráfico Git", + "GitHub Emojis": "Emojis do GitHub", + "GitHub files loaded.": "Arquivos GitHub carregados.", + "GitHub import": "Importação do GitHub", + "GitHub import failed:": "Falha na importação do GitHub:", + "GitHub import failed.": "Falha na importação do GitHub.", + "GitHub import failed. The repository folder could not be created.": "Falha na importação do GitHub. A pasta do repositório não pôde ser criada.", + "GitHub Repository": "Repositório GitHub", + "GitHub URL": "URL do GitHub", + "Glitchy Waveform": "Forma de onda problemática", + "Graphical User Interface": "Interface gráfica do usuário", + "Grid Layout": "Layout de grade", + "Grouped Nodes": "Nós agrupados", + "Guitar Chords": "Acordes de guitarra", + "Heading 1": "Título 1", + "Heading 2": "Título 2", + "Heading 3": "Título 3", + "Heading 4": "Título 4", + "Heading 5": "Título 5", + "Heading 6": "Título 6", + "Heading levels": "Níveis de título", + "Headings only": "Somente títulos", + "Heatmap Matrix": "Matriz de mapa de calor", + "Hide access key": "Ocultar chave de acesso", + "Hide sidebar": "Ocultar barra lateral", + "Hierarchy Tree": "Árvore hierárquica", + "History": "História", + "Horizontal rule": "Regra horizontal", + "HTML": "HTML", + "HTML entities": "Entidades HTML", + "HTML export failed:": "Falha na exportação de HTML:", + "Image": "Imagem", + "Image (.png)": "Imagem (.png)", + "Image description": "Descrição da imagem", + "Image generation progress": "Progresso da geração de imagens", + "Image URL": "URL da imagem", + "Implement live preview with GitHub styling": "Implementar visualização ao vivo com estilo GitHub", + "Import": "Importar", + "Import complete": "Importação concluída", + "Import completed with errors": "Importação concluída com erros", + "Import failed": "Falha na importação", + "Import finished with issues": "Importação finalizada com problemas", + "Import from files": "Importar de arquivos", + "Import from GitHub": "Importar do GitHub", + "Import Markdown from GitHub": "Importar Markdown do GitHub", + "Import Selected": "Importação selecionada", + "Importing {{0}}": "Importando {{0}}", + "Importing file": "Importando arquivo", + "Importing files": "Importando arquivos", + "Importing from GitHub": "Importando do GitHub", + "Importing selected files from GitHub...": "Importando arquivos selecionados do GitHub...", + "Importing...": "Importando...", + "Inline code": "Código embutido", + "Inline Code Blocks": "Blocos de código embutidos", + "Insert": "Inserir", + "Insert Diagram & More": "Inserir diagrama e mais", + "Insert image": "Inserir imagem", + "Insert link": "Inserir link", + "Insert reference": "Inserir referência", + "Insert table": "Inserir tabela", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Planeja quebras de página de forma inteligente para manter imagens, tabelas, equações e diagramas juntos. Os blocos passam para a próxima página quando não há espaço suficiente. Recomendado para documentos curtos.", + "Invite link": "Link de convite", + "Italic": "Itálico", + "item": "item", + "items": "itens", + "items available.": "itens disponíveis.", + "Items deleted": "Itens excluídos", + "JavaScript": "JavaScript", + "JSON Document": "Documento JSON", + "JSON Viewer": "Visualizador JSON", + "Key Signature & Tempo": "Assinatura de clave e andamento", + "Keyboard shortcuts": "Atalhos de teclado", + "Landmark Point": "Ponto de referência", + "Language:": "Idioma:", + "Language: JavaScript": "Idioma: JavaScript", + "LaTeX blocks only": "Apenas blocos LaTeX", + "Leave a focused comment for the author...": "Deixe um comentário focado para o autor...", + "Leave session": "Sair da sessão", + "Lecteur Markdown": "Professor Markdown", + "Left Live Share session.": "Saiu da sessão do Live Share.", + "Left-to-right text": "Texto da esquerda para a direita", + "Legacy Raster PDF": "PDF raster legado", + "Light mode": "Modo claro", + "Line Chart": "Gráfico de linhas", + "Link": "Link", + "Link copied": "Link copiado", + "Link Text": "Texto do link", + "Link title": "Título do link", + "Listen to score": "Ouça a pontuação", + "Live collaborators": "Colaboradores ao vivo", + "Live Share": "Compartilhamento ao vivo", + "Live Share access mode": "Modo de acesso Live Share", + "Live Share invite link": "Link de convite para compartilhamento ao vivo", + "Live Share is view only.": "Live Share é apenas para visualização.", + "Live Share participants": "Participantes do Live Share", + "Live Share room expired": "Sala Live Share expirou", + "Live Share session ended by the host.": "Sessão do Live Share encerrada pelo host.", + "Live Share session ended.": "Sessão do Live Share encerrada.", + "Live Share session started.": "Sessão do Live Share iniciada.", + "Loading document assets": "Carregando ativos de documentos", + "Loading emojis...": "Carregando emojis...", + "Loading image renderer": "Carregando renderizador de imagem", + "Loading PDF libraries": "Carregando bibliotecas PDF", + "Loading...": "Carregando...", + "Lock workspace": "Bloquear espaço de trabalho", + "Locked": "Bloqueado", + "lowercase": "minúsculas", + "Lyrics Song": "Letra da música", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Alerta Markdown", + "Markdown alert types": "Tipos de alerta Markdown", + "Markdown alerts": "Alertas Markdown", + "Markdown document": "Documento Markdown", + "Markdown editor input with live preview": "Entrada do editor Markdown com visualização ao vivo", + "Markdown file import progress": "Progresso da importação do arquivo Markdown", + "Markdown formatting toolbar for plain-text editing": "Markdown barra de ferramentas de formatação para edição de texto simples", + "Markdown Görüntüleyici": "Markdown Resultados", + "Markdown preview only": "Markdown apenas visualização", + "Markdown source is unavailable for view-only snapshots": "A origem Markdown não está disponível para snapshots somente visualização", + "Markdown tips": "Markdown dicas", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Ajuda", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Visualização do Markmap", + "match": "correspondência", + "Match Case": "Caso de jogo", + "Match Case (Aa)": "Caso de partida (Aa)", + "Match Whole Word": "Combine a palavra inteira", + "Match Whole Word (W)": "Corresponder palavra inteira (W)", + "matches": "corresponde", + "Maximum document limit reached.": "Limite máximo de documentos atingido.", + "Maximum of": "Máximo de", + "Menu": "Cardápio", + "Mermaid blocks only": "Apenas blocos de sereia", + "meter, composed by": ", composto por", + "Min Read": "Leitura mínima", + "Mind Maps": "Mapas Mentais", + "Mindmap Diagram": "Diagrama de mapa mental", + "Mindmap Outline": "Esboço do mapa mental", + "Model actions": "Ações do modelo", + "more participant": "mais participantes", + "More tools": "Mais ferramentas", + "Move": "Mover", + "Move “": "Mover “", + "Move {{0}} selected items": "Mover {{0}} itens selecionados", + "Move document": "Mover documento", + "Multi-Voice Harmony": "Harmonia Multi-Voz", + "Music notation block": "Bloco de notação musical", + "Name": "Nome", + "Name item": "Nome do item", + "Native HTML save failed:": "Falha ao salvar HTML nativo:", + "Native import failed:": "Falha na importação nativa:", + "Native save failed:": "Falha ao salvar nativo:", + "Native tab download failed:": "Falha no download da guia nativa:", + "Network (nwdiag)": "Rede (nwdiag)", + "Network error while loading shared content.": "Erro de rede ao carregar conteúdo compartilhado.", + "Network Map": "Mapa de Rede", + "Network Topology": "Topologia de rede", + "New": "Novo", + "New document": "Novo documento", + "New file": "Novo arquivo", + "New file (Ctrl+T)": "Novo arquivo (Ctrl+T)", + "New folder": "Nova pasta", + "New folder in": "Nova pasta em", + "New folder in Workspace": "Nova pasta no Workspace", + "New Markdown file in": "Novo arquivo Markdown em", + "New Markdown file in Workspace": "Novo arquivo Markdown no espaço de trabalho", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Novo, Compartilhar, Compartilhar ao vivo, Relatar um problema, Sobre e Configurações estão disponíveis na barra de ferramentas do cabeçalho.", + "Next match": "Próxima partida", + "Next match (Enter)": "Próxima partida (Entrar)", + "No data is stored": "Nenhum dado é armazenado", + "No diagrams found.": "Nenhum diagrama encontrado.", + "No document is open": "Nenhum documento está aberto", + "No documents open": "Nenhum documento aberto", + "No documents to show.": "Não há documentos para mostrar.", + "No emojis found.": "Nenhum emoji encontrado.", + "No favorite documents yet.": "Ainda não há documentos favoritos.", + "No feedback yet": "Nenhum feedback ainda", + "No file open": "Nenhum arquivo aberto", + "No files selected": "Nenhum arquivo selecionado", + "No live room active": "Nenhuma sala ao vivo ativa", + "No Markdown files were found at that GitHub location.": "Nenhum arquivo Markdown foi encontrado nesse local do GitHub.", + "No matching files": "Nenhum arquivo correspondente", + "No open feedback": "Nenhum feedback aberto", + "No recent documents": "Nenhum documento recente", + "No resolved feedback": "Nenhum feedback resolvido", + "No results": "Sem resultados", + "No symbols found.": "Nenhum símbolo encontrado.", + "Numbered list": "Lista numerada", + "Object Diagram": "Diagrama de Objetos", + "Object Instances": "Instâncias de objetos", + "Object Types": "Tipos de objetos", + "of": "de", + "Off": "Desligado", + "On": "Ligado", + "Only the first": "Apenas o primeiro", + "Open": "Abrir", + "Open a file or repository": "Abrir um arquivo ou repositório", + "Open comments and suggestions": "Abrir comentários e sugestões", + "Open diagram viewer": "Abrir visualizador de diagrama", + "Open diagram viewer with zoom and pan controls": "Visualizador de diagrama aberto com controles de zoom e panorâmica", + "Open document tabs": "Abrir guias de documentos", + "Open Explorer": "Abra o Explorador", + "Open export menu": "Abrir menu de exportação", + "Open from device": "Abrir no dispositivo", + "Open in split view": "Abrir em visualização dividida", + "Open menu": "Abrir menu", + "Open new document menu": "Abrir novo menu de documento", + "Open or create another document before starting split view.": "Abra ou crie outro documento antes de iniciar a visualização dividida.", + "open review item": "abrir item de revisão", + "open review items": "abrir itens de revisão", + "Open source": "Código aberto", + "Open split view": "Abrir visualização dividida", + "Open workspace settings": "Abrir configurações do espaço de trabalho", + "Opened document": "Documento aberto", + "opened in split view.": "aberto em visualização dividida.", + "Opened:": "Aberto:", + "Opens a read-only preview.": "Abre uma visualização somente leitura.", + "Optimizing page breaks": "Otimizando quebras de página", + "or": "ou", + "Overlap Set": "Conjunto de sobreposição", + "Parsing markdown": "Análise de remarcação", + "Participants": "Participantes", + "Paste a GitHub file or repository URL.": "Cole um arquivo GitHub ou URL de repositório.", + "PDF": "PDF", + "PDF export failed:": "Falha na exportação de PDF:", + "PDF generation progress": "Progresso da geração de PDF", + "Pie Chart": "Gráfico de pizza", + "Plain text only": "Somente texto simples", + "Please enter a GitHub URL.": "Insira um URL do GitHub.", + "Please enter a valid GitHub URL.": "Insira um URL válido do GitHub.", + "Please select at least one file to import.": "Selecione pelo menos um arquivo para importar.", + "Please upload Markdown files (.md or .markdown)": "Faça upload de arquivos Markdown (.md ou .markdown)", + "PNG": "PNG", + "PNG export failed:": "Falha na exportação de PNG:", + "Polyphony Voices": "Vozes polifônicas", + "prefixes.": "prefixos.", + "Preparing": "Preparando", + "Preparing document": "Preparando documento", + "Preparing download": "Preparando download", + "Preparing import…": "Preparando importação…", + "Preparing repository folder…": "Preparando pasta do repositório…", + "Preserve Case": "Preservar Caso", + "Preserve Case (Ab)": "Preservar Caso (Ab)", + "Preview": "Prévia", + "Preview Markdown": "Visualização Markdown", + "Previous match": "Partida anterior", + "Previous match (Shift+Enter)": "Partida anterior (Shift+Enter)", + "Private mode": "Modo privado", + "Project links": "Links do projeto", + "Project Roadmap": "Roteiro do Projeto", + "Protect Secret Workspace": "Proteja o espaço de trabalho secreto", + "Quadrant Chart": "Gráfico de quadrante", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "A formatação rápida abrange ênfases, citações, alinhamento e listas; Insert contém ferramentas menos frequentes enquanto Diagram & More permanece diretamente disponível.", + "Quick start": "Início rápido", + "Ready to copy": "Pronto para copiar", + "Recent": "Recente", + "Recent files": "Arquivos recentes", + "Recent queries...": "Consultas recentes...", + "Reconnect": "Reconectar", + "Record Struct": "Estrutura de registro", + "Record Structure": "Estrutura de registro", + "Redo": "Refazer", + "Reference": "Referência", + "Reference Number": "Número de referência", + "Reference title": "Título de referência", + "Remove all files and review data": "Remova todos os arquivos e revise os dados", + "Remove from Favorites": "Remover dos Favoritos", + "Rename": "Renomear", + "Rename {{0}}": "Renomear {{0}}", + "Rename file": "Renomear arquivo", + "Rename folder": "Renomear pasta", + "Rendered Markdown live preview": "Visualização ao vivo de Markdown renderizada", + "Rendering diagram…": "Diagrama de renderização…", + "Rendering diagrams": "Renderizando diagramas", + "Rendering math": "Renderizando matemática", + "Rendering music notation": "Renderizando notação musical", + "Rendering page {{0}} of {{1}}": "Renderização da página {{0}} de {{1}}", + "Rendering pages": "Renderizando páginas", + "Replace": "Substituir", + "Replace All": "Substituir tudo", + "Replace All Diff Preview": "Substituir todas as pré-visualizações de diferenças", + "Replace with": "Substitua por", + "Report": "Relatar", + "Report an issue": "Relatar um problema", + "Requirements Diagram": "Diagrama de Requisitos", + "Reset": "Redefinir", + "Reset & Enable": "Redefinir e ativar", + "Reset all": "Redefinir tudo", + "Reset all files": "Redefinir todos os arquivos", + "Reset all files?": "Redefinir todos os arquivos?", + "Reset Position": "Redefinir posição", + "Reset Secret Workspace?": "Redefinir espaço de trabalho secreto?", + "Reset Sequence": "Sequência de redefinição", + "Reset view": "Redefinir visualização", + "Reset workspace": "Redefinir espaço de trabalho", + "Reset zoom": "Redefinir zoom", + "Resize document sidebar": "Redimensionar barra lateral do documento", + "Resize panes": "Redimensionar painéis", + "Resolve all open review items": "Resolver todos os itens de revisão em aberto", + "Resolve feedback": "Resolver feedback", + "Resolved": "Resolvido", + "Resolved comments and suggestions will appear here.": "Comentários e sugestões resolvidos aparecerão aqui.", + "Review actions": "Revisar ações", + "Review actions for": "Revisar ações para", + "Review deletion cancelled because the active document changed.": "Exclusão de revisão cancelada porque o documento ativo foi alterado.", + "review item": "item de revisão", + "Review mode": "Modo de revisão", + "Review mode uses the read-only preview.": "O modo de revisão usa a visualização somente leitura.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Review abre uma visualização somente leitura onde você pode comentar ou sugerir alterações em títulos, parágrafos, blocos de código e diagramas.", + "Review pins": "Pins de revisão", + "Review summary copied.": "Resumo da revisão copiado.", + "Right-to-left text": "Texto da direita para a esquerda", + "Row count": "Contagem de linhas", + "Saisissez votre markdown ici...": "Saisissez votre markdown aqui...", + "Sankey Chart": "Gráfico Sankey", + "Sankey Flow Chart": "Fluxograma Sankey", + "Save": "Salvar", + "Saved": "Salvo", + "Saving image": "Salvando imagem", + "Saving to Workspace /": "Salvando no espaço de trabalho /", + "Saving...": "Salvando...", + "Scatter Plot": "Gráfico de dispersão", + "Scope Filter": "Filtro de escopo", + "Score in": "Pontuação em", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Pontuação em {{0}}, {{1}} metro, composta por {{2}}.", + "Scrivi il tuo markdown qui...": "Escreva seu markdown aqui...", + "Scroll left": "Rolar para a esquerda", + "Scroll right": "Role para a direita", + "Scroll tabs left": "Rolar guias para a esquerda", + "Scroll tabs right": "Rolar as guias para a direita", + "Search": "Pesquisa", + "Search diagram templates": "Modelos de diagrama de pesquisa", + "Search diagrams...": "Pesquisar diagramas...", + "Search emojis": "Pesquisar emojis", + "Search files": "Pesquisar arquivos", + "Search History": "Histórico de pesquisa", + "Search symbols": "Símbolos de pesquisa", + "Searching...": "Procurando...", + "Second document": "Segundo documento", + "Secondary document": "Documento secundário", + "Secondary Markdown document": "Documento Markdown secundário", + "Secondary Markdown preview": "Visualização secundária de Markdown", + "Secret Workspace": "Espaço de trabalho secreto", + "Secret Workspace encryption is unavailable in this browser or context.": "A criptografia do Secret Workspace não está disponível neste navegador ou contexto.", + "Secret Workspace locked.": "Espaço de trabalho secreto bloqueado.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "O Secret Workspace precisa de armazenamento local. Desative o modo Privado antes de configurar ou desbloquear sua chave de acesso.", + "Secret Workspace options": "Opções de espaço de trabalho secreto", + "Secret Workspace reset.": "Redefinição do espaço de trabalho secreto.", + "Secret Workspace unlocked.": "Espaço de trabalho secreto desbloqueado.", + "Secret Workspace, locked": "Espaço de trabalho secreto, bloqueado", + "Select": "Selecione", + "Select a comment pin in the preview to add feedback.": "Selecione um alfinete de comentário na visualização para adicionar feedback.", + "Select all": "Selecionar tudo", + "Select All": "Selecionar tudo", + "Select Markdown file(s) to import": "Selecione Markdown arquivo(s) para importar", + "Select Markdown files": "Selecione arquivos Markdown", + "Select no more than": "Selecione não mais que", + "selected": "selecionado", + "Selected block": "Bloco selecionado", + "Selected diagram source": "Fonte de diagrama selecionada", + "selected items": "itens selecionados", + "selected items?": "itens selecionados?", + "selected.": "selecionado.", + "Sequence Diagram": "Diagrama de Sequência", + "Sequence preview": "Prévia da sequência", + "Session active": "Sessão ativa", + "Session Active": "Sessão ativa", + "Session ended": "Sessão encerrada", + "Set password": "Definir senha", + "Settings": "Configurações", + "Share": "Compartilhar", + "Share link appears here": "O link de compartilhamento aparece aqui", + "Share link failed": "Falha no link de compartilhamento", + "Share snapshot": "Compartilhar instantâneo", + "Share Snapshot": "Compartilhar captura", + "Share URL": "URL de compartilhamento", + "Shared snapshot tabs are temporary and cannot be downloaded.": "As guias de snapshots compartilhados são temporárias e não podem ser baixadas.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "As guias de snapshots compartilhados são temporárias e não podem ser duplicadas.", + "Shared snapshot tabs are temporary and cannot be shared again.": "As guias de snapshots compartilhados são temporárias e não podem ser compartilhadas novamente.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "As guias de instantâneos compartilhados são temporárias e não podem iniciar o Live Share.", + "Shared snapshot tabs cannot be shared again.": "As guias de instantâneos compartilhados não podem ser compartilhadas novamente.", + "Shared snapshot tabs cannot start Live Share.": "As guias de instantâneos compartilhados não podem iniciar o Live Share.", + "Sharing...": "Compartilhando...", + "Sheet music for:": "Partituras para:", + "Sheet music for: {{0}}": "Partituras para: {{0}}", + "Shift": "Mudança", + "Show access key": "Mostrar chave de acesso", + "Show confirmation access key": "Mostrar chave de acesso de confirmação", + "Show Diff Preview before replace": "Mostrar visualização do diferencial antes da substituição", + "Show sidebar": "Mostrar barra lateral", + "Showing": "Exibindo", + "Signal Glitches": "Falhas de sinal", + "Signature and Speed": "Assinatura e Velocidade", + "Simple Flow": "Fluxo Simples", + "Simple Tune": "Melodia Simples", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Documentos pequenos ficam codificados na URL. Documentos grandes usam Cloudflare KV temporário por até 90 dias. As guias compartilhadas não são salvas localmente no dispositivo do destinatário.", + "Solid": "Sólido", + "Solid Mode": "Modo Sólido", + "Spiked Round Ball": "Bola redonda com pontas", + "Split": "Divisão", + "Split document divider": "Dividir divisor de documentos", + "Split editor and live preview": "Editor dividido e visualização ao vivo", + "Split editor and preview": "Editor dividido e visualização", + "Split view closed.": "Visualização dividida fechada.", + "Split view:": "Visualização dividida:", + "Stacked Bar": "Barra empilhada", + "Stacked Bar Chart": "Gráfico de barras empilhadas", + "Start a session first": "Comece uma sessão primeiro", + "Start a session to create an invite link": "Inicie uma sessão para criar um link de convite", + "Start session": "Iniciar sessão", + "Start with a blank document or bring Markdown in from somewhere else.": "Comece com um documento em branco ou traga Markdown de outro lugar.", + "Start with a clean Markdown file": "Comece com um arquivo Markdown limpo", + "Starting GitHub import...": "Iniciando importação do GitHub...", + "Starting PNG Export": "Iniciando exportação PNG", + "Starting…": "Começando…", + "State Diagram": "Diagrama de Estado", + "STL 3D model zoom view": "Visualização de zoom do modelo STL 3D", + "Stop playback": "Parar a reprodução", + "Strikethrough": "Tachado", + "Study Plan": "Plano de estudos", + "Study Topics": "Tópicos de estudo", + "Suggested change": "Alteração sugerida", + "Suggestion": "Sugestão", + "Suggestion added.": "Sugestão adicionada.", + "suggestion.": "sugestão.", + "Support math expressions with LaTeX": "Suporta expressões matemáticas com LaTeX", + "Surface Angle": "Ângulo de Superfície", + "Surface Angle Mode": "Modo de ângulo de superfície", + "SVG": "SVG", + "Switch language": "Mudar idioma", + "Switch Language": "Mudar idioma", + "Switch to dark appearance": "Mudar para aparência escura", + "Switch to light appearance": "Mudar para aparência clara", + "Switch to LTR": "Mudar para LTR", + "Switch to RTL": "Mudar para RTL", + "Symbol list": "Lista de símbolos", + "Symbols & entities": "Símbolos e entidades", + "Symbols & HTML Entities": "Símbolos e entidades HTML", + "Sync Off": "Sincronização desativada", + "Sync On": "Sincronização ativada", + "Sync scrolling": "Rolagem sincronizada", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "A rolagem sincronizada está disponível na visualização dividida para manter o editor e a visualização alinhados.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Sincronizar, Copiar, Revisar, modos de visualização e Exportar permanecem na barra de ferramentas de formatação de documentos.", + "Tab actions for": "Ações da guia para", + "Tab download failed:": "Falha no download da guia:", + "Table": "Tabela", + "Tech Stack": "Pilha de tecnologia", + "Technical Notation": "Notação Técnica", + "Temporary": "Temporário", + "Temporary in-memory room. No permanent document storage is created.": "Sala temporária na memória. Nenhum armazenamento permanente de documentos é criado.", + "Terminal block": "Bloco terminal", + "Tetrahedron Mesh": "Malha de Tetraedro", + "Text case": "Caso de texto", + "Text layout": "Layout de texto", + "Text style": "Estilo de texto", + "The command-line file could not be opened because the": "O arquivo de linha de comando não pôde ser aberto porque o", + "The file could not be moved because the destination could not be saved.": "O arquivo não pôde ser movido porque o destino não pôde ser salvo.", + "The live room could not be joined. Please check the invite link or connection.": "Não foi possível entrar na sala ao vivo. Por favor, verifique o link de convite ou conexão.", + "The repository folder could not be created.": "A pasta do repositório não pôde ser criada.", + "The share link could not be generated.": "O link de compartilhamento não pôde ser gerado.", + "The shared snapshot could not be opened because the": "O snapshot compartilhado não pôde ser aberto porque o", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "O URL compartilhado não pôde ser decodificado. Ele pode estar corrompido ou incompleto.", + "Theme": "Tema", + "This comment or suggestion will be permanently deleted.": "Este comentário ou sugestão será excluído permanentemente.", + "This Live Share room has ended or is no longer active.": "Esta sala Live Share terminou ou não está mais ativa.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Isso exclui permanentemente todos os arquivos e pastas criptografados no Secret Workspace. O conteúdo não pode ser recuperado.", + "This review item is no longer available.": "Este item de revisão não está mais disponível.", + "This shared snapshot is view only.": "Este instantâneo compartilhado é somente visualização.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Este instantâneo compartilhado é somente visualização. A fonte Markdown não pode ser baixada ou copiada.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Isso removerá {{0}} e encerrará qualquer sessão ativa do Live Share. As alterações não salvas não podem ser recuperadas.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Isso removerá todos os arquivos e itens de revisão. As alterações não salvas não podem ser recuperadas.", + "ThisIs-Developer": "ThisIs-Developer", + "Timeline Diagram": "Diagrama de linha do tempo", + "Timing Diagram": "Diagrama de tempo", + "Timing Signal Wave": "Onda de sinal de temporização", + "Title": "Título", + "Title case": "Título caso", + "to build lists, and triple backticks for code blocks.": "para construir listas e crases triplos para blocos de código.", + "to stay within the": "para ficar dentro do", + "Toggle Dock Mode": "Alternar modo Dock", + "Toggle Floating Mode": "Alternar modo flutuante", + "Toolbar descriptions": "Descrições da barra de ferramentas", + "Topology Map": "Mapa de Topologia", + "Try again": "Tente novamente", + "Turn private mode off": "Desative o modo privado", + "Turn private mode on": "Ative o modo privado", + "Twisted Column": "Coluna Torcida", + "Two documents are already open side by side": "Dois documentos já estão abertos lado a lado", + "Type your markdown here...": "Digite seu desconto aqui...", + "Type, paste, or import Markdown here...": "Digite, cole ou importe Markdown aqui...", + "Unable to load emojis.": "Não foi possível carregar emojis.", + "Unable to render diagram.": "Não foi possível renderizar o diagrama.", + "Unable to start import.": "Não foi possível iniciar a importação.", + "Undo": "Desfazer", + "Undo and Redo keep editing history close at hand.": "Desfazer e Refazer mantêm o histórico de edição sempre à mão.", + "Unknown error": "Erro desconhecido", + "Unlock": "Desbloquear", + "Unlock Secret Workspace": "Desbloquear espaço de trabalho secreto", + "Unlock workspace": "Desbloquear espaço de trabalho", + "Unlocking…": "Desbloqueando…", + "Upload from Device": "Carregar do dispositivo", + "UPPERCASE": "MAIÚSCULAS", + "Use": "Usar", + "Use at least 8 characters.": "Use pelo menos 8 caracteres.", + "Use Case Diagram": "Diagrama de Caso de Uso", + "Use dark appearance": "Use aparência escura", + "Use dark mode": "Use o modo escuro", + "Use light mode": "Usar modo claro", + "Use Regular Expression": "Usar expressão regular", + "Use Regular Expression (.*)": "Usar expressão regular (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Use os menus Título e Caso para títulos H1–H6 e letras maiúsculas.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Use os botões de visualização na barra de ferramentas para alternar entre os modos Editor, Divisão e Visualização.", + "User Journey": "Jornada do usuário", + "Venn Diagram": "Diagrama de Venn", + "Version": "Versão", + "View": "Ver", + "View Markdown Viewer on GitHub": "Visualize Markdown Viewer no GitHub", + "View mode": "Modo de visualização", + "View on GitHub": "Ver no GitHub", + "View only": "Somente visualização", + "Viewer": "Visualizador", + "Visualizador de Markdown": "Visualizador de Markdown", + "Visualizzatore Markdown": "Visualizador Markdown", + "WBS Hierarchy": "Hierarquia da EAP", + "Welcome template": "Modelo de boas-vindas", + "Welcome to Markdown": "Bem-vindo ao Markdown", + "Welcome to Markdown options": "Bem-vindo às opções Markdown", + "Welcome, {{0}}": "Bem-vindo, {{0}}", + "will be imported because the": "será importado porque o", + "Wireframe": "Estrutura de arame", + "Wireframe Mode": "Modo Wireframe", + "Words": "Palavras", + "Work Breakdown": "Análise do trabalho", + "Workspace": "Espaço de trabalho", + "Workspace actions": "Ações do espaço de trabalho", + "Workspace menu": "Menu da área de trabalho", + "Workspace options": "Opções de espaço de trabalho", + "Workspace settings": "Configurações do espaço de trabalho", + "Workspace, file location": "Espaço de trabalho, localização do arquivo", + "Workspaces": "Espaços de trabalho", + "Workspaces, folders, and Markdown files": "Espaços de trabalho, pastas e arquivos Markdown", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "Encerramento", + "Wrap Around": "Encerramento", + "Wrap Around (Wrap)": "Envolver (Envolver)", + "Write. Preview. Share.": "Escreva. Visualização. Compartilhar.", + "XY Chart": "Gráfico XY", + "Your workspace is ready": "Seu espaço de trabalho está pronto", + "Zoom in": "Ampliar", + "Zoom In": "Ampliar", + "Zoom model": "Modelo de zoom", + "Zoom out": "Diminuir zoom", + "Zoom Out": "Diminuir zoom", + "Введите здесь ваш markdown...": "Você deseja seu desconto...", + "Введіть ваш markdown тут...": "Введіть ваш markdown тут...", + "Переглядач Markdown": "Usando Markdown", + "Просмотрщик Markdown": "Produzir Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Escolha um documento diferente.", + "Choose an alert style to insert into the document.": "Escolha um estilo de alerta para inserir no documento.", + "Collaborators can edit this document.": "Colaboradores podem editar este documento.", + "Only the Live Share host can share snapshots from a live document.": "Somente o host do Live Share pode compartilhar instantâneos de um documento ativo.", + "Review the proposed changes before committing them to the document.": "Revise as alterações propostas antes de incluí-las no documento.", + "{{0}} and {{1}}": "{{0}} e {{1}}", + "{{0}} file": "{{0}} arquivo", + "{{0}} files": "{{0}} arquivos", + "{{0}} review item": "{{0}} item de revisão", + "{{0}} review items": "{{0}} itens de avaliação", + "close": "fechar", + "Close all": "Fechar tudo", + "delete": "excluir", + "download": "baixar", + "duplicate": "duplicado", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "bloqueio", + "move": "mover", + "open": "aberto", + "rename": "renomear", + "Unable to trim D2 SVG bounds": "Não é possível cortar os limites D2 SVG", + "ABC notation could not be rendered. Check the score syntax and retry.": "A notação ABC não pôde ser renderizada. Verifique a sintaxe da pontuação e tente novamente.", + "ABC notation renderer is unavailable. Check your connection and retry.": "O renderizador de notação ABC não está disponível. Verifique sua conexão e tente novamente.", + "Creating link": "Criando link", + "Ending live room...": "Terminando a sala ao vivo...", + "Failed to create share link:": "Falha ao criar link de compartilhamento:", + "in split view": "em visualização dividida", + "Link failed": "Link falhou", + "Live room ended by the host": "Sala ao vivo encerrada pelo apresentador", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "A sereia não pôde ser renderizada. Verifique a sintaxe do diagrama e tente novamente.", + "Open Markdown file": "Abra o arquivo Markdown", + "Preparing Mermaid for print...": "Preparando Sereia para impressão...", + "Rendering Mermaid…": "Renderizando Sereia…", + "Save HTML document": "Salvar documento HTML", + "Save Markdown File": "Salvar arquivo Markdown", + "Starting live room...": "Iniciando a sala ao vivo...", + "Task item": "Item de tarefa", + "The Live Share room could not be opened because the": "A sala Live Share não pôde ser aberta porque o", + "This Live Share room has ended, expired, or no active host is available.": "Esta sala Live Share terminou, expirou ou nenhum host ativo está disponível.", + "Unable to start live room": "Não foi possível iniciar a sala ao vivo", + "Use light appearance": "Use aparência leve", + "xMidYMid meet": "encontro xMidYMid", + "A folder with this name already exists in the workspace.": "Já existe uma pasta com este nome na área de trabalho.", + "Add another review item": "Adicionar outro item de avaliação", + "Add suggestion": "Adicionar sugestão", + "All feedback resolved": "Todos os comentários foram resolvidos", + "Changes not saved": "Alterações não salvas", + "Click Start session to create a temporary room and generate an invite link.": "Clique em Iniciar sessão para criar uma sala temporária e gerar um link de convite.", + "Collaborators can view updates but cannot edit.": "Os colaboradores podem visualizar atualizações, mas não podem editar.", + "Copy command was unsuccessful": "O comando de cópia não teve êxito", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Copie este link e envie aos colaboradores. Novos participantes aparecem acima quando ingressam.", + "Could not protect this workspace. Try again.": "Não foi possível proteger este espaço de trabalho. Tente novamente.", + "Creating snapshot link...": "Criando link de instantâneo...", + "Delete folder": "Excluir pasta", + "Delete selected items": "Excluir itens selecionados", + "Edit comment": "Editar comentário", + "Edit suggestion": "Sugestão de edição", + "Enter a folder name.": "Insira um nome de pasta.", + "Enter a name.": "Digite um nome.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Tudo foi resolvido. Mude para Resolvido ou Todos para revisar comentários anteriores.", + "GitHub import finished.": "Importação do GitHub concluída.", + "Incorrect access key or unreadable Secret Workspace data.": "Chave de acesso incorreta ou dados ilegíveis do Secret Workspace.", + "Live room disconnected": "Sala ao vivo desconectada", + "Maximum document limit reached": "Limite máximo de documentos atingido", + "Mermaid diagram": "Diagrama de sereia", + "Mermaid diagram actions": "Ações do diagrama sereia", + "No documents match your search.": "Nenhum documento corresponde à sua pesquisa.", + "Open or create a document to use editing tools.": "Abra ou crie um documento para usar ferramentas de edição.", + "Review item deleted.": "Item de revisão excluído.", + "Review item reopened.": "Item de revisão reaberto.", + "Review item resolved.": "Item de revisão resolvido.", + "Review item updated.": "Item de revisão atualizado.", + "Review mode keeps the Markdown source read only.": "O modo de revisão mantém a fonte Markdown somente leitura.", + "Room active - waiting for collaborators": "Sala ativa - aguardando colaboradores", + "Save changes": "Salvar alterações", + "Secret Workspace has not been set up yet.": "O espaço de trabalho secreto ainda não foi configurado.", + "The provided URL does not point to a Markdown file.": "A URL fornecida não aponta para um arquivo Markdown.", + "This document is read only.": "Este documento é somente leitura.", + "This Live Share session is view only.": "Esta sessão do Live Share é apenas para visualização.", + "This share link has expired or does not exist.": "Este link de compartilhamento expirou ou não existe.", + "This shared document is read-only for you.": "Este documento compartilhado é somente leitura para você.", + "Your file is ready.": "Seu arquivo está pronto.", + "Your files are ready.": "Seus arquivos estão prontos." +} diff --git a/assets/i18n/ru.json b/assets/i18n/ru.json new file mode 100644 index 00000000..4750b70b --- /dev/null +++ b/assets/i18n/ru.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "- достигнут лимит документов.", + "-document limit would be exceeded.": "- лимит документов будет превышен.", + "-document limit.": "- лимит документов.", + "— Copy/Paste": "— Копировать/Вставить", + "— Open Find & Replace": "— открыть «Найти и заменить»", + "— Redo": "— Повторить", + "— Undo": "— Отменить", + ", and": "и", + ", favorite": ", любимый", + ", file location": ", расположение файла", + ", locked": ", заблокировано", + ", or": "или", + ".md or .markdown files supported": "Поддерживаются файлы .md или .markdown", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%; высота: 100%; дисплей: гибкий; выровнять-элементы: по центру; оправдание-содержание: центр; переполнение: скрыто;\">", + "{{0}} characters": "{{0}} символов", + "{{0}} details go here.": "Подробности о {{0}} здесь.", + "{{0}} file selected": "{{0}} выбран файл", + "{{0}} files selected": "Выбрано {{0}} файлов", + "{{0}} imported": "{{0}} импортировано", + "{{0}} Min Read": "{{0}} мин чтения", + "{{0}} of {{1}} files": "{{0}} из {{1}} файлов", + "{{0}} of {{1}} matches": "{{0}} из {{1}} совпадений", + "{{0}} selected": "{{0}} выбрано", + "{{0}} Viewer": "{{0}} зритель", + "{{0}} words": "{{0}} слов", + "{{0}}m": "{{0}} м", + "{{0}}m {{1}}s": "{{0}} м {{1}} с", + "{{0}}s": "{{0}} с.", + "0 of": "0 из", + "0 of 0": "0 из 0", + "0 of 0 matches": "0 из 0 совпадений", + "0 selected": "выбрано 0", + "1 of 50 files": "1 из 50 файлов", + "3D Model Viewer": "Средство просмотра 3D-моделей", + "3D Models": "3D-модели", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Браузерный редактор, средство просмотра, просмотра и чтения Markdown на основе браузера.", + "Ab": "Аб", + "About": "О программе", + "About Markdown Viewer": "О Markdown Viewer", + "Access": "Доступ", + "Access key": "Ключ доступа", + "Access keys do not match.": "Ключи доступа не совпадают.", + "Access:": "Доступ:", + "Actions": "Действия", + "Active document,": "Активный документ,", + "Active document, Welcome to Markdown": "Активный документ, добро пожаловать в Markdown", + "Activity Diagram": "Диаграмма действий", + "Add comment": "Добавить комментарий", + "Add feedback": "Добавить отзыв", + "Add syntax highlighting for code blocks": "Добавлена подсветка синтаксиса для блоков кода.", + "Add to Favorites": "Добавить в избранное", + "Address / Link": "Адрес/ссылка", + "Address / URL": "Адрес/URL", + "Address & Data Buses": "Адрес и шины данных", + "Advanced insertion": "Расширенная вставка", + "Advanced Options": "Дополнительные параметры", + "alert alert-danger": "предупреждение предупреждение-опасность", + "Align center": "Выровнять по центру", + "Align left": "Выравнивание по левому краю", + "Align right": "Выравнивание по правому краю", + "Alignment and direction": "Выравнивание и направление", + "All": "Все", + "All changes saved": "Все изменения сохранены.", + "All workspace folders collapsed.": "Все папки рабочей области свернуты.", + "All workspace folders expanded.": "Все папки рабочего пространства развернуты.", + "Alt Text (used for title)": "Альтернативный текст (используется для заголовка)", + "Apache License 2.0": "Лицензия Apache 2.0", + "Appearance": "Внешний вид", + "Application information": "Информация о приложении", + "Application language": "Язык приложения", + "Application menu": "Меню приложений", + "Application Programming Interface": "Интерфейс прикладного программирования", + "Application shortcuts": "Ярлыки приложений", + "Apply": "Применить", + "Architecture Diagram": "Схема архитектуры", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Вы уверены, что хотите очистить содержимое активного документа? Сам документ не будет удален.", + "Area Chart": "Диаграмма площади", + "Audio playback is not supported in this browser.": "Воспроизведение аудио не поддерживается в этом браузере.", + "Back to content": "Вернуться к содержанию", + "Bar Chart": "Гистограмма", + "bi bi-github": "биби-GitHub", + "Binary Counter": "Двоичный счетчик", + "Blockquote": "Цитата", + "Bold": "Жирный", + "Browser Print (Recommended)": "Печать через браузер (рекомендуется)", + "Bubble Plot": "Пузырьковый график", + "Bulleted list": "Маркированный список", + "C4 Container": "Контейнер C4", + "C4 Container Diagram": "Схема контейнера C4", + "Calculating...": "Расчеты...", + "Calibration Cube": "Калибровочный куб", + "Can edit": "Можно редактировать", + "Cancel": "Отмена", + "Cancel feedback": "Отменить отзыв", + "Cancel Image generation": "Отменить создание изображения", + "Cancel PDF generation": "Отменить создание PDF-файла", + "Cannot import: The selected file appears to be a binary file.": "Невозможно импортировать: выбранный файл является двоичным.", + "Capturing document": "Захват документа", + "Capturing image": "Захват изображения", + "Change text case": "Изменить регистр текста", + "Changelog": "Список изменений", + "Chars": "Символы", + "Checkbox Map": "Карта флажков", + "Checklist Map": "Карта контрольного списка", + "Choose a document to edit beside “": "Выберите документ для редактирования рядом с «", + "Choose a second document to edit beside the current one.": "Выберите второй документ для редактирования рядом с текущим.", + "Choose how the PDF should be generated.": "Выберите способ создания PDF-файла.", + "Choose how you want to begin.": "Выберите, как вы хотите начать.", + "Choose one or more Markdown files": "Выберите один или несколько файлов Markdown.", + "Choose text style": "Выберите стиль текста", + "Chords Strum": "Аккорды", + "Class Diagram": "Диаграмма классов", + "Clear active document?": "Очистить активный документ?", + "Clear All": "Очистить все", + "Clear Document": "Очистить документ", + "Clear document search": "Очистить поиск документов", + "Clear search": "Очистить поиск", + "Close": "Закрыть", + "Close {{0}}": "Закрыть {{0}}", + "Close 3D modal": "Закрыть модальное 3D-изображение", + "Close about dialog": "Закрыть диалоговое окно с информацией", + "Close clear document dialog": "Закрыть диалоговое окно очистки документа", + "Close comments and suggestions": "Закрыть комментарии и предложения", + "Close confirmation": "Подтверждение закрытия", + "Close diagram dialog": "Закрыть диалоговое окно диаграммы", + "Close diagram modal": "Закрыть модальное окно диаграммы", + "Close dialog": "Закрыть диалог", + "Close diff preview dialog": "Закрыть диалоговое окно предварительного просмотра различий", + "Close document sidebar": "Закрыть боковую панель документа", + "Close expired live share dialog": "Закрыть диалоговое окно с истекшим сроком действия", + "Close Explorer": "Закрыть проводник", + "Close find and replace panel": "Закрыть панель поиска и замены", + "Close GitHub Emojis dialog": "Закрыть диалоговое окно GitHub Emojis", + "Close GitHub import dialog": "Закройте диалоговое окно импорта GitHub.", + "Close help dialog": "Закрыть диалоговое окно справки", + "Close image dialog": "Закрыть диалоговое окно изображения", + "Close link dialog": "Диалоговое окно закрытия ссылки", + "Close live share dialog": "Закрыть диалоговое окно общего доступа", + "Close Markdown alerts dialog": "Закрыть диалоговое окно предупреждений Markdown", + "Close menu": "Закрыть меню", + "Close move dialog": "Закрыть диалоговое окно перемещения", + "Close others": "Закрыть других", + "Close PDF export dialog": "Закрыть диалоговое окно экспорта PDF", + "Close reference dialog": "Закрыть диалоговое окно ссылки", + "Close rename dialog": "Закрыть диалоговое окно переименования", + "Close reset confirmation dialog": "Закрыть диалоговое окно подтверждения сброса", + "Close review deletion dialog": "Закрыть диалоговое окно удаления отзыва", + "Close review mode": "Закрыть режим просмотра", + "Close secret workspace dialog": "Закрыть диалоговое окно секретной рабочей области", + "Close share dialog": "Закрыть диалоговое окно общего доступа", + "Close share error dialog": "Закрыть диалоговое окно ошибки общего доступа", + "Close split view dialog": "Закрыть диалоговое окно разделенного просмотра", + "Close Symbols and HTML Entities dialog": "Закрытие диалогового окна «Символы и объекты HTML»", + "Close table dialog": "Диалоговое окно закрытия таблицы", + "Close to the left": "Ближе к левому краю", + "Close to the right": "Ближе к правому краю", + "Close Welcome to Markdown": "Закрыть Добро пожаловать в Markdown", + "Closed:": "Закрыто:", + "Closed: Not closed": "Закрыто: Не закрыто", + "Closed: Unavailable": "Закрыто: Недоступно", + "closed. Select it in Files to reopen it.": "закрыто. Выберите его в разделе «Файлы», чтобы снова открыть.", + "Cluster Subgraph": "Подграф кластера", + "Code block": "Кодовый блок", + "Code blocks only": "Только блоки кода", + "Code copied": "Код скопирован\nКод", + "code copied.": "скопирован.", + "Code Mindmap": "Карта разума кода", + "Collaborators can edit and sync.": "Соавторы могут редактировать и синхронизировать.", + "Collaborators can view without editing.": "Соавторы могут просматривать без редактирования.", + "Collapse all folders": "Свернуть все папки", + "Collapse Workspace": "Свернуть рабочую область", + "Column count": "Количество столбцов", + "Comment": "Комментарий", + "Comment added.": "Комментарий добавлен.", + "comment.": "комментарий.", + "Comments & suggestions": "Комментарии и предложения", + "Commit Replacements": "Зафиксировать замены", + "Common formatting": "Общее форматирование", + "Common symbols": "Общие символы", + "Complete": "Завершено", + "Complex Transaction": "Сложная транзакция", + "Component Diagram": "Схема компонентов", + "Confirm access key": "Подтвердить ключ доступа", + "Confirm action": "Подтвердить действие", + "Connection lost": "Соединение потеряно", + "Content structure": "Структура контента", + "Copied": "Скопировано", + "Copied!": "Скопировано!", + "Copy": "Копировать", + "Copy failed": "Не удалось скопировать", + "Copy failed. Retry": "Не удалось скопировать. Повторить попытку", + "Copy image": "Копировать изображение", + "Copy Image": "Копировать изображение", + "Copy image to clipboard": "Скопировать изображение в буфер обмена", + "Copy invite link": "Скопировать ссылку для приглашения", + "Copy JavaScript code": "Скопировать код JavaScript", + "Copy link": "Скопировать ссылку", + "Copy Markdown": "Копировать Markdown", + "Copy review summary": "Копировать сводку обзора", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Создайте локальный ключ доступа для шифрования имен файлов и папок, хранящихся в этом рабочем пространстве. Ключ не подлежит восстановлению.", + "Create access key": "Создать ключ доступа", + "Create folder": "Создать папку", + "Create headings with": "Создайте заголовки с помощью", + "Create new file": "Создать новый файл", + "Create or import a document": "Создайте или импортируйте документ", + "Create responsive layout": "Создание адаптивного макета", + "Create share link": "Создать ссылку для обмена", + "Created after session starts": "Создано после начала сеанса", + "Ctrl": "Ctrl", + "Current Step": "Текущий шаг", + "Czytnik Markdown": "Читник Markdown", + "Dark mode": "Тёмный режим", + "Data Bus States": "Состояния шины данных", + "Data is stored locally": "Данные хранятся локально", + "Data Visualization": "Визуализация данных", + "Date and time": "Дата и время", + "Delete": "Удалить", + "Delete “{{0}}”?": "Удалить «{{0}}»?", + "Delete {{0}} selected items?": "Удалить {{0}} выбранных элементов?", + "Delete all": "Удалить все", + "Delete all review items": "Удалить все элементы обзора", + "Delete all review items?": "Удалить все элементы обзора?", + "Delete feedback": "Удалить отзыв", + "Delete folder?": "Удалить папку?", + "Delete item": "Удалить элемент", + "Delete review item?": "Удалить отзыв?", + "Deployment Nodes": "Узлы развертывания", + "Destination": "Пункт назначения\nПодробности о", + "details go here.": "здесь.", + "Developed and maintained by": "Разработано и поддерживается", + "Diagram and more": "Диаграмма и многое другое", + "Diagram Categories": "Категории диаграмм", + "Diagram source code...": "Исходный код диаграммы...", + "Diagram templates": "Шаблоны диаграмм", + "Diagram Viewer": "Средство просмотра диаграмм", + "Digite seu markdown aqui...": "Цифровая уценка...", + "Directed Graph": "Ориентированный граф", + "Disable synchronized scrolling": "Отключить синхронизированную прокрутку", + "Display name": "Отображаемое имя", + "Document added to favorites.": "Документ добавлен в избранное.", + "Document block": "Блок документов", + "Document removed from favorites.": "Документ удален из избранного.", + "Document statistics": "Статистика документа", + "Document statistics and save status": "Документирование статистики и сохранение статуса", + "Document tools": "Инструменты для работы с документами", + "Document utilities and view mode": "Утилиты для работы с документами и режим просмотра", + "Document views": "Просмотры документов\nДостигнуты", + "documents reached. Delete an existing document to create or import another.": "документы. Удалите существующий документ, чтобы создать или импортировать другой.", + "Download {{0}}": "Скачать {{0}}", + "Download Markdown": "Скачать Markdown", + "Download PNG": "Скачать PNG", + "Download started": "Загрузка началась", + "Download SVG": "Скачать SVG", + "Drag files to move": "Перетащите файлы для перемещения", + "Drop your Markdown files anywhere": "Перетащите файлы Markdown куда угодно.", + "Duet Accord": "Дуэтный аккорд", + "Duplicate": "Дубликат", + "Duplicate {{0}}": "Дубликат {{0}}", + "Edit": "Править", + "Edit feedback": "Редактировать отзыв", + "Edit Markdown": "Редактировать Markdown", + "Editing": "Монтаж", + "Editing and preview enabled.": "Редактирование и предварительный просмотр включены.", + "Emoji list": "Список эмодзи", + "Emoji shortcode": "Короткий код эмодзи", + "Emojis loaded.": "Эмоджи загружены.", + "Emphasize text with": "Выделение текста с помощью", + "Enable mermaid diagrams": "Включить диаграммы русалок", + "Enable synchronized scrolling": "Включить синхронизированную прокрутку", + "Encrypting…": "Шифрование…", + "End live session": "Завершить сеанс прямой трансляции", + "End session": "Завершить сеанс", + "English": "английский", + "Enter fullscreen": "Войти в полноэкранный режим", + "Enter the local access key used to encrypt this workspace on this device.": "Введите локальный ключ доступа, используемый для шифрования этой рабочей области на этом устройстве.", + "Entire Document": "Весь документ", + "Entity Relationship": "Отношения с сущностями", + "ER (Graphviz style)": "ER (стиль Graphviz)", + "ER Diagram": "Диаграмма ER", + "ER preview": "Предварительный просмотр ER", + "ERD Table": "Таблица ERD", + "Error rendering 3D model: {{0}}": "Ошибка рендеринга 3D-модели: {{0}}", + "Error rendering map: {{0}}": "Ошибка рендеринга карты: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Ошибка рендеринга уценки: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Напишите свою уценку здесь...", + "Estimated remaining": "Примерное количество оставшихся", + "Exit fullscreen": "Выход из полноэкранного режима", + "Exit split view": "Выйти из разделенного режима", + "Expand all folders": "Развернуть все папки", + "Expand or collapse all is available in All files": "Развернуть или свернуть все доступно в разделе «Все файлы».", + "Expand Secret Workspace": "Развернуть секретное рабочее пространство", + "Explore features with an example": "Изучите возможности на примере", + "Explorer": "Проводник", + "Explorer item": "Предмет исследователя", + "Explorer items deleted.": "Элементы Explorer удалены.", + "Explorer selection cleared.": "Выбор проводника удален.", + "Export": "Экспорт", + "Export as HTML": "Экспортировать в формате HTML", + "Export as Image": "Экспортировать как изображение", + "Export as Markdown": "Экспортировать как Markdown", + "Export as PDF": "Экспорт в PDF", + "Export document": "Экспортный документ", + "Export failed:": "Не удалось выполнить экспорт:", + "Export PDF Options": "Параметры экспорта PDF", + "External Image (URL)": "Внешнее изображение (URL)", + "Faceted Gear Wheel": "Грановитая шестерня", + "Failed to copy HTML:": "Не удалось скопировать HTML:", + "Failed to copy Markdown:": "Не удалось скопировать Markdown:", + "Failed to copy review summary:": "Не удалось скопировать сводку обзора:", + "Failed to copy share link:": "Не удалось скопировать ссылку общего доступа:", + "Failed to import {{0}}": "Не удалось импортировать {{0}}.", + "Failed to load emojis.": "Не удалось загрузить смайлы.", + "Failed to load sharing library. Please check your connection and reload.": "Не удалось загрузить общую библиотеку. Пожалуйста, проверьте соединение и перезагрузите компьютер.", + "Failed to load sharing library. Please check your internet connection.": "Не удалось загрузить общую библиотеку. Пожалуйста, проверьте подключение к Интернету.", + "Failed to locate Markdown files.": "Не удалось найти файлы Markdown.", + "Failed to read the file. Please check permissions and try again.": "Не удалось прочитать файл. Пожалуйста, проверьте разрешения и повторите попытку.", + "Failed to start Live Share. Please check your connection and try again.": "Не удалось запустить Live Share. Пожалуйста, проверьте подключение и повторите попытку.", + "FAQ": "Часто задаваемые вопросы", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Быстрее, рекомендуется для больших документов. Примечание. Изображения, диаграммы и т. д. могут сломаться.", + "Favorite": "Избранное", + "Favorites": "Избранное", + "Favs": "Избранное", + "Feature Collection Map": "Карта коллекции функций", + "Feedback type": "Тип обратной связи", + "Fetching file tree...": "Получение дерева файлов...", + "file": "файл", + "File actions": "Действия с файлами", + "File created": "Файл создан", + "File deleted": "Файл удален", + "File is already in that location.": "Файл уже находится в этом месте.", + "File is too large (maximum 10MB supported).": "Файл слишком велик (поддерживается максимум 10 МБ).", + "File moved to": "Файл перемещен в", + "File name": "Имя файла", + "File options": "Параметры файла", + "File options for": "Параметры файла для", + "File options for Welcome to Markdown": "Параметры файла «Добро пожаловать в Markdown»", + "File renamed": "Файл переименован.", + "files": "файлы", + "files available in the tree.": "доступны в дереве.", + "Files deleted": "Файлы удалены", + "Filter review items": "Фильтровать элементы обзора", + "Find": "Найти", + "Find & Replace": "Найти и заменить", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "«Найти и заменить» и «Полноэкранный режим» — это прямые действия на панели инструментов; О Markdown Viewer открывает проект, Markdown, информацию о конфиденциальности, лицензии и поддержке.", + "Find and replace": "Найти и заменить", + "Find and Replace": "Найти и заменить", + "Find in Selection": "Найти в выделенном", + "Find in Selection (Sel)": "Найти в выделенном (Sel)", + "Find query": "Найти запрос", + "Finite State Machine": "Конечный автомат", + "Fit": "Подходит", + "Fit diagram to screen": "Подогнать диаграмму к экрану", + "Flowchart (Left-Right)": "Блок-схема (слева-права)", + "Flowchart (LR)": "Блок-схема (LR)", + "Flowchart (TD)": "Блок-схема (TD)", + "Flowchart (Top-Down)": "Блок-схема (сверху вниз)", + "folder": "папка", + "Folder created": "Папка создана", + "Folder created:": "Папка создана:", + "Folder deleted": "Папка удалена", + "Folder deleted. Documents moved to the workspace root.": "Папка удалена. Документы перемещены в корень рабочей области.", + "Folder name": "Имя папки", + "Folder renamed": "Папка переименована", + "Folder renamed to": "Папка переименована в", + "folders": "Папки", + "Folders stay one level deep inside a workspace.": "Папки располагаются на одном уровне внутри рабочей области.", + "Folk & Lyrics": "Фолк и тексты песен", + "for this block.": "для этого блока.", + "Forgot access key? Reset Secret Workspace": "Забыли ключ доступа? Сбросить секретное рабочее пространство", + "Fresh Tomato": "Свежие помидоры", + "From files": "Из файлов", + "From GitHub": "С GitHub", + "FSM Diagram": "Схема автомата", + "Fullscreen": "Полноэкранный режим", + "Gantt Chart": "Диаграмма Ганта", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Создание изображения", + "Generating Image...": "Создание изображения...", + "Generating PDF": "Создание PDF-файла", + "Generating PDF...": "Создание PDF-файла...", + "Git Graph": "График Git", + "GitHub Emojis": "Эмодзи GitHub", + "GitHub files loaded.": "Загружены файлы GitHub.", + "GitHub import": "Импорт с GitHub", + "GitHub import failed:": "Не удалось импортировать GitHub:", + "GitHub import failed.": "Не удалось импортировать GitHub.", + "GitHub import failed. The repository folder could not be created.": "Не удалось импортировать GitHub. Не удалось создать папку репозитория.", + "GitHub Repository": "Репозиторий GitHub", + "GitHub URL": "URL-адрес GitHub", + "Glitchy Waveform": "Глючная форма волны", + "Graphical User Interface": "Графический интерфейс пользователя", + "Grid Layout": "Сетка", + "Grouped Nodes": "Сгруппированные узлы", + "Guitar Chords": "Гитарные аккорды", + "Heading 1": "Заголовок 1", + "Heading 2": "Заголовок 2", + "Heading 3": "Заголовок 3", + "Heading 4": "Заголовок 4", + "Heading 5": "Заголовок 5", + "Heading 6": "Заголовок 6", + "Heading levels": "Уровни заголовков", + "Headings only": "Только заголовки", + "Heatmap Matrix": "Матрица тепловой карты", + "Hide access key": "Скрыть ключ доступа", + "Hide sidebar": "Скрыть боковую панель", + "Hierarchy Tree": "Дерево иерархии", + "History": "История", + "Horizontal rule": "Горизонтальное правило", + "HTML": "HTML", + "HTML entities": "HTML-объекты", + "HTML export failed:": "Не удалось экспортировать HTML:\nИдентификатор", + "Image": "Изображение", + "Image (.png)": "Изображение (.png)", + "Image description": "Описание изображения", + "Image generation progress": "Ход создания изображения", + "Image URL": "URL изображения", + "Implement live preview with GitHub styling": "Реализовать предварительный просмотр в реальном времени со стилем GitHub.", + "Import": "Импорт", + "Import complete": "Импорт завершен", + "Import completed with errors": "Импорт завершен с ошибками", + "Import failed": "Не удалось импортировать", + "Import finished with issues": "Импорт завершен с проблемами", + "Import from files": "Импорт из файлов", + "Import from GitHub": "Импорт с GitHub", + "Import Markdown from GitHub": "Импортируйте Markdown из GitHub.", + "Import Selected": "Импортировать выбранное", + "Importing {{0}}": "Импорт {{0}}", + "Importing file": "Импорт файла", + "Importing files": "Импорт файлов", + "Importing from GitHub": "Импорт из GitHub", + "Importing selected files from GitHub...": "Импорт выбранных файлов с GitHub...", + "Importing...": "Импорт...", + "Inline code": "Встроенный код", + "Inline Code Blocks": "Встроенные блоки кода", + "Insert": "Вставка", + "Insert Diagram & More": "Вставка диаграммы и многое другое", + "Insert image": "Вставить изображение", + "Insert link": "Вставить ссылку", + "Insert reference": "Вставить ссылку", + "Insert table": "Вставить таблицу", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Интеллектуальное планирование разрывов страниц для объединения изображений, таблиц, уравнений и диаграмм. Блоки переходят на следующую страницу, когда недостаточно места. Рекомендуется для коротких документов.", + "Invite link": "Ссылка для приглашения", + "Italic": "Курсив", + "item": "предмет", + "items": "предметы\nДоступны", + "items available.": "предметы.", + "Items deleted": "Элементы удалены", + "JavaScript": "JavaScript", + "JSON Document": "Документ JSON", + "JSON Viewer": "Средство просмотра JSON", + "Key Signature & Tempo": "Тональность и темп", + "Keyboard shortcuts": "Сочетания клавиш", + "Landmark Point": "Ориентир", + "Language:": "Язык:", + "Language: JavaScript": "Язык: JavaScript", + "LaTeX blocks only": "Только блоки LaTeX", + "Leave a focused comment for the author...": "Оставьте подробный комментарий для автора...", + "Leave session": "Выйти из сеанса", + "Lecteur Markdown": "Лектор Markdown", + "Left Live Share session.": "Вышел из сеанса Live Share.", + "Left-to-right text": "Текст слева направо", + "Legacy Raster PDF": "Устаревший растровый PDF-файл", + "Light mode": "Светлый режим", + "Line Chart": "Линейный график", + "Link": "Ссылка", + "Link copied": "Ссылка скопирована", + "Link Text": "Текст ссылки", + "Link title": "Название ссылки", + "Listen to score": "Прослушать счет", + "Live collaborators": "Живые соавторы", + "Live Share": "Совместный доступ", + "Live Share access mode": "Режим доступа к Live Share", + "Live Share invite link": "Ссылка для приглашения Live Share", + "Live Share is view only.": "Live Share доступен только для просмотра.", + "Live Share participants": "Участники Live Share", + "Live Share room expired": "Срок действия комнаты Live Share истек", + "Live Share session ended by the host.": "Сеанс Live Share завершен организатором.", + "Live Share session ended.": "Сеанс Live Share завершен.", + "Live Share session started.": "Сеанс Live Share начался.", + "Loading document assets": "Загрузка ресурсов документа", + "Loading emojis...": "Загрузка смайлов...", + "Loading image renderer": "Загрузка средства рендеринга изображений", + "Loading PDF libraries": "Загрузка библиотек PDF", + "Loading...": "Загрузка...", + "Lock workspace": "Заблокировать рабочее пространство", + "Locked": "Заблокировано", + "lowercase": "строчные буквы", + "Lyrics Song": "Текст песни", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown предупреждение", + "Markdown alert types": "Markdown типы оповещений", + "Markdown alerts": "Markdown оповещения", + "Markdown document": "Markdown документ", + "Markdown editor input with live preview": "Markdown ввод редактора с предварительным просмотром в реальном времени", + "Markdown file import progress": "Markdown ход импорта файла", + "Markdown formatting toolbar for plain-text editing": "Markdown панель инструментов форматирования для редактирования обычного текста", + "Markdown Görüntüleyici": "Markdown Горюнтюлейичи", + "Markdown preview only": "Markdown только предварительный просмотр", + "Markdown source is unavailable for view-only snapshots": "Источник Markdown недоступен для снимков, доступных только для просмотра.", + "Markdown tips": "Markdown советы", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Справка", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Предварительный просмотр карты разметки", + "match": "совпадение", + "Match Case": "Случай совпадения", + "Match Case (Aa)": "Матч-кейс (Аа)", + "Match Whole Word": "Сопоставить целое слово", + "Match Whole Word (W)": "Сопоставить целое слово (W)", + "matches": "совпадения", + "Maximum document limit reached.": "Достигнут максимальный лимит документов.", + "Maximum of": "Максимум", + "Menu": "Меню", + "Mermaid blocks only": "Только русалка блокирует", + "meter, composed by": "метр, составленный", + "Min Read": "Минимальное чтение", + "Mind Maps": "Интеллект-карты", + "Mindmap Diagram": "Диаграмма карты разума", + "Mindmap Outline": "Схема карты разума", + "Model actions": "Действия модели", + "more participant": "еще участник", + "More tools": "Дополнительные инструменты", + "Move": "Переместить", + "Move “": "Двигайся »", + "Move {{0}} selected items": "Переместить {{0}} выбранных элементов", + "Move document": "Переместить документ", + "Multi-Voice Harmony": "Многоголосая гармония", + "Music notation block": "Блок нотной записи", + "Name": "Имя", + "Name item": "Имя элемента", + "Native HTML save failed:": "Не удалось сохранить собственный HTML:", + "Native import failed:": "Не удалось выполнить встроенный импорт:", + "Native save failed:": "Не удалось сохранить встроенное хранилище:", + "Native tab download failed:": "Не удалось загрузить встроенную вкладку:", + "Network (nwdiag)": "Сеть (nwdiag)", + "Network error while loading shared content.": "Ошибка сети при загрузке общего контента.", + "Network Map": "Карта сети", + "Network Topology": "Топология сети", + "New": "Новый", + "New document": "Новый документ", + "New file": "Новый файл", + "New file (Ctrl+T)": "Новый файл (Ctrl+T)", + "New folder": "Новая папка", + "New folder in": "Новая папка в", + "New folder in Workspace": "Новая папка в рабочей области.", + "New Markdown file in": "Новый файл Markdown в", + "New Markdown file in Workspace": "Новый файл Markdown в рабочей области.", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "«Новое», «Поделиться», «Прямой доступ», «Сообщить о проблеме», «О программе» и «Настройки» доступны на панели инструментов в заголовке.", + "Next match": "Следующий матч", + "Next match (Enter)": "Следующее совпадение (Enter)", + "No data is stored": "Данные не сохраняются", + "No diagrams found.": "Схемы не найдены.", + "No document is open": "Ни один документ не открыт", + "No documents open": "Документы не открыты", + "No documents to show.": "Нет документов для показа.", + "No emojis found.": "Смайликов не найдено.", + "No favorite documents yet.": "Избранных документов пока нет.", + "No feedback yet": "Отзывов пока нет", + "No file open": "Ни один файл не открыт", + "No files selected": "Файлы не выбраны", + "No live room active": "Ни одна живая комната не активна", + "No Markdown files were found at that GitHub location.": "В этом месте GitHub не обнаружено файлов Markdown.", + "No matching files": "Нет подходящих файлов", + "No open feedback": "Нет открытой обратной связи", + "No recent documents": "Нет недавних документов", + "No resolved feedback": "Нет решенных отзывов", + "No results": "Нет результатов", + "No symbols found.": "Символы не найдены.", + "Numbered list": "Нумерованный список", + "Object Diagram": "Диаграмма объекта", + "Object Instances": "Экземпляры объектов", + "Object Types": "Типы объектов", + "of": "из", + "Off": "Выкл.", + "On": "Вкл.", + "Only the first": "Только первое", + "Open": "Открыть", + "Open a file or repository": "Открыть файл или репозиторий", + "Open comments and suggestions": "Открытые комментарии и предложения", + "Open diagram viewer": "Открыть просмотрщик диаграмм", + "Open diagram viewer with zoom and pan controls": "Открыть просмотрщик диаграмм с элементами управления масштабированием и панорамированием.", + "Open document tabs": "Открытие вкладок документа", + "Open Explorer": "Открыть проводник", + "Open export menu": "Открыть меню экспорта", + "Open from device": "Открыть с устройства", + "Open in split view": "Открыть в разделенном режиме", + "Open menu": "Открыть меню", + "Open new document menu": "Открыть меню нового документа", + "Open or create another document before starting split view.": "Откройте или создайте другой документ перед запуском разделенного просмотра.", + "open review item": "открыть элемент проверки", + "open review items": "открытые элементы проверки", + "Open source": "Открытый исходный код", + "Open split view": "Открыть разделенный вид", + "Open workspace settings": "Открыть настройки рабочей области", + "Opened document": "Открытый документ", + "opened in split view.": "открыто в разделенном режиме.", + "Opened:": "Открыто:", + "Opens a read-only preview.": "Открывает предварительный просмотр только для чтения.", + "Optimizing page breaks": "Оптимизация разрывов страниц", + "or": "или", + "Overlap Set": "Набор перекрытий", + "Parsing markdown": "Парсинг уценки", + "Participants": "Участники", + "Paste a GitHub file or repository URL.": "Вставьте URL-адрес файла GitHub или репозитория.", + "PDF": "PDF", + "PDF export failed:": "Не удалось экспортировать PDF:", + "PDF generation progress": "Ход создания PDF-файлов", + "Pie Chart": "Круговая диаграмма", + "Plain text only": "Только обычный текст", + "Please enter a GitHub URL.": "Введите URL-адрес GitHub.", + "Please enter a valid GitHub URL.": "Введите действительный URL-адрес GitHub.", + "Please select at least one file to import.": "Пожалуйста, выберите хотя бы один файл для импорта.", + "Please upload Markdown files (.md or .markdown)": "Пожалуйста, загрузите файлы Markdown (.md или .markdown)", + "PNG": "PNG", + "PNG export failed:": "Не удалось экспортировать PNG:", + "Polyphony Voices": "Полифония голосов\nПрефиксы", + "prefixes.": ".", + "Preparing": "Подготовка", + "Preparing document": "Подготовка документа", + "Preparing download": "Подготовка к загрузке", + "Preparing import…": "Подготовка импорта…", + "Preparing repository folder…": "Подготовка папки репозитория…", + "Preserve Case": "Дело о сохранении", + "Preserve Case (Ab)": "Корпус консервации (Ab)", + "Preview": "Предварительный просмотр", + "Preview Markdown": "Предварительный просмотр Markdown", + "Previous match": "Предыдущий матч", + "Previous match (Shift+Enter)": "Предыдущее совпадение (Shift+Enter)\nЦена", + "Private mode": "Приватный режим", + "Project links": "Ссылки на проект", + "Project Roadmap": "Дорожная карта проекта", + "Protect Secret Workspace": "Защитите секретное рабочее пространство", + "Quadrant Chart": "Квадрантная диаграмма", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Быстрое форматирование охватывает выделение, кавычки, выравнивание и списки; Вставка содержит менее часто используемые инструменты, а диаграмма и многое другое остается доступным напрямую.", + "Quick start": "Быстрый старт", + "Ready to copy": "Готово к копированию", + "Recent": "Последние", + "Recent files": "Последние файлы", + "Recent queries...": "Недавние запросы...", + "Reconnect": "Повторное подключение", + "Record Struct": "Структура записи", + "Record Structure": "Структура записи", + "Redo": "Повторить", + "Reference": "Ссылка", + "Reference Number": "Справочный номер", + "Reference title": "Название ссылки", + "Remove all files and review data": "Удалите все файлы и просмотрите данные.", + "Remove from Favorites": "Удалить из избранного", + "Rename": "Переименование", + "Rename {{0}}": "Переименовать {{0}}", + "Rename file": "Переименовать файл", + "Rename folder": "Переименовать папку", + "Rendered Markdown live preview": "Отрисованный Markdown предварительный просмотр в реальном времени", + "Rendering diagram…": "Диаграмма рендеринга…", + "Rendering diagrams": "Диаграммы рендеринга", + "Rendering math": "Математический рендеринг", + "Rendering music notation": "Рендеринг нотной записи", + "Rendering page {{0}} of {{1}}": "Отрисовка страницы {{0}} из {{1}}", + "Rendering pages": "Рендеринг страниц", + "Replace": "Заменить", + "Replace All": "Заменить все", + "Replace All Diff Preview": "Заменить все предварительный просмотр различий", + "Replace with": "Заменить на", + "Report": "Сообщить", + "Report an issue": "Сообщить о проблеме", + "Requirements Diagram": "Схема требований", + "Reset": "Сброс", + "Reset & Enable": "Сброс и включение", + "Reset all": "Сбросить все", + "Reset all files": "Сбросить все файлы", + "Reset all files?": "Сбросить все файлы?", + "Reset Position": "Сбросить позицию", + "Reset Secret Workspace?": "Сбросить секретное рабочее пространство?", + "Reset Sequence": "Сброс последовательности", + "Reset view": "Сбросить вид", + "Reset workspace": "Сбросить рабочее пространство", + "Reset zoom": "Сбросить масштаб", + "Resize document sidebar": "Изменение размера боковой панели документа", + "Resize panes": "Изменение размера панелей", + "Resolve all open review items": "Решите все открытые вопросы проверки", + "Resolve feedback": "Разрешение обратной связи", + "Resolved": "Решено", + "Resolved comments and suggestions will appear here.": "Здесь будут появляться решенные комментарии и предложения.", + "Review actions": "Просмотр действий", + "Review actions for": "Просмотрите действия для", + "Review deletion cancelled because the active document changed.": "Удаление отзыва отменено, поскольку активный документ изменился.", + "review item": "элемент обзора", + "Review mode": "Режим рецензирования", + "Review mode uses the read-only preview.": "В режиме просмотра используется предварительный просмотр только для чтения.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Обзор открывает предварительный просмотр только для чтения, где вы можете комментировать или предлагать изменения в заголовках, абзацах, блоках кода и диаграммах.", + "Review pins": "Обзорные пины", + "Review summary copied.": "Краткое описание обзора скопировано.", + "Right-to-left text": "Текст справа налево", + "Row count": "Количество строк", + "Saisissez votre markdown ici...": "Saisissez votre markdown ici...", + "Sankey Chart": "Диаграмма Санки", + "Sankey Flow Chart": "Блок-схема Санки", + "Save": "Сохранить", + "Saved": "Сохранено.", + "Saving image": "Сохранение изображения", + "Saving to Workspace /": "Сохранение в рабочую область /", + "Saving...": "Сохранение...", + "Scatter Plot": "Диаграмма рассеяния", + "Scope Filter": "Фильтр области действия", + "Score in": "Забейте", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Оценка на {{0}}, {{1}} метре, составленная {{2}}.", + "Scrivi il tuo markdown qui...": "Напишите свою уценку, которая...", + "Scroll left": "Прокрутка влево", + "Scroll right": "Прокрутите вправо", + "Scroll tabs left": "Прокрутка вкладок влево", + "Scroll tabs right": "Прокрутка вкладок вправо", + "Search": "Поиск", + "Search diagram templates": "Поиск шаблонов диаграмм", + "Search diagrams...": "Поиск диаграмм...", + "Search emojis": "Поиск смайлов", + "Search files": "Поиск файлов", + "Search History": "История поиска", + "Search symbols": "Символы поиска", + "Searching...": "Ищу...", + "Second document": "Второй документ", + "Secondary document": "Дополнительный документ", + "Secondary Markdown document": "Вторичный документ Markdown", + "Secondary Markdown preview": "Вторичный предварительный просмотр Markdown", + "Secret Workspace": "Секретное рабочее пространство", + "Secret Workspace encryption is unavailable in this browser or context.": "Шифрование секретной рабочей области недоступно в этом браузере или контексте.", + "Secret Workspace locked.": "Секретное рабочее пространство заблокировано.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace требуется локальное хранилище. Выключите приватный режим перед настройкой или разблокировкой ключа доступа.", + "Secret Workspace options": "Параметры секретного рабочего пространства", + "Secret Workspace reset.": "Сброс секретного рабочего пространства.", + "Secret Workspace unlocked.": "Секретное рабочее пространство разблокировано.", + "Secret Workspace, locked": "Секретное рабочее пространство, закрыто", + "Select": "Выбрать", + "Select a comment pin in the preview to add feedback.": "Выберите значок комментария в предварительном просмотре, чтобы добавить отзыв.", + "Select all": "Выбрать все", + "Select All": "Выбрать все", + "Select Markdown file(s) to import": "Выберите Markdown файлов для импорта.", + "Select Markdown files": "Выберите Markdown файлов", + "Select no more than": "Выберите не более", + "selected": "выбрано", + "Selected block": "Выбранный блок", + "Selected diagram source": "Выбранный источник диаграммы", + "selected items": "выбранные элементы", + "selected items?": "выбраны элементы?", + "selected.": "выбрано.", + "Sequence Diagram": "Диаграмма последовательности", + "Sequence preview": "Предварительный просмотр эпизода", + "Session active": "Сессия активна", + "Session Active": "Сессия активна", + "Session ended": "Сессия завершена", + "Set password": "Установить пароль", + "Settings": "Настройки", + "Share": "Поделиться", + "Share link appears here": "Здесь появится ссылка «Поделиться»", + "Share link failed": "Не удалось поделиться ссылкой", + "Share snapshot": "Поделиться снимком", + "Share Snapshot": "Поделиться снимком", + "Share URL": "Поделиться URL", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Вкладки с общими снимками являются временными и не могут быть загружены.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Вкладки с общими снимками являются временными и не могут быть дублированы.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Вкладки с общими снимками являются временными и не могут быть доступны повторно.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Вкладки общих снимков являются временными и не позволяют запустить Live Share.", + "Shared snapshot tabs cannot be shared again.": "Вкладки с общими снимками нельзя снова предоставить общий доступ.", + "Shared snapshot tabs cannot start Live Share.": "На вкладках общих снимков невозможно запустить Live Share.", + "Sharing...": "Делюсь...", + "Sheet music for:": "Ноты для:", + "Sheet music for: {{0}}": "Ноты для: {{0}}", + "Shift": "Сдвиг", + "Show access key": "Показать ключ доступа", + "Show confirmation access key": "Показать ключ доступа для подтверждения", + "Show Diff Preview before replace": "Показывать предварительный просмотр различий перед заменой", + "Show sidebar": "Показать боковую панель", + "Showing": "Показываю", + "Signal Glitches": "Сбои сигнала", + "Signature and Speed": "Сигнатура и скорость", + "Simple Flow": "Простой процесс", + "Simple Tune": "Простая мелодия", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Небольшие документы остаются закодированными в URL-адресе. Для больших документов используется временный Cloudflare KV на срок до 90 дней. Общие вкладки не сохраняются локально на устройстве получателя.", + "Solid": "Твердо", + "Solid Mode": "Сплошной режим", + "Spiked Round Ball": "Круглый шар с шипами", + "Split": "Сплит", + "Split document divider": "Разделенный разделитель документов", + "Split editor and live preview": "Редактор разделения и предварительный просмотр в реальном времени", + "Split editor and preview": "Редактор разделения и предварительный просмотр", + "Split view closed.": "Разделение экрана закрыто.", + "Split view:": "Разделенный вид:", + "Stacked Bar": "Панель с накоплением", + "Stacked Bar Chart": "Гистограмма с накоплением", + "Start a session first": "Сначала начните сеанс", + "Start a session to create an invite link": "Запустите сеанс, чтобы создать ссылку для приглашения.", + "Start session": "Начать сеанс", + "Start with a blank document or bring Markdown in from somewhere else.": "Начните с чистого документа или добавьте Markdown откуда-нибудь еще.", + "Start with a clean Markdown file": "Начните с чистого файла Markdown.", + "Starting GitHub import...": "Начинаем импорт GitHub...", + "Starting PNG Export": "Начинаем экспорт PNG", + "Starting…": "Начинаем…", + "State Diagram": "Диаграмма состояний", + "STL 3D model zoom view": "Увеличение масштаба 3D-модели STL", + "Stop playback": "Остановить воспроизведение", + "Strikethrough": "Зачеркивание", + "Study Plan": "План исследования", + "Study Topics": "Темы исследования", + "Suggested change": "Предлагаемое изменение", + "Suggestion": "Предложение", + "Suggestion added.": "Предложение добавлено.", + "suggestion.": "предложение.", + "Support math expressions with LaTeX": "Поддержка математических выражений с помощью LaTeX", + "Surface Angle": "Угол поверхности", + "Surface Angle Mode": "Режим угла поверхности", + "SVG": "SVG", + "Switch language": "Переключить язык", + "Switch Language": "Переключить язык", + "Switch to dark appearance": "Переключиться на темный внешний вид", + "Switch to light appearance": "Переключиться на светлый внешний вид", + "Switch to LTR": "Переключиться на LTR", + "Switch to RTL": "Переключиться на RTL", + "Symbol list": "Список символов", + "Symbols & entities": "Символы и объекты", + "Symbols & HTML Entities": "Символы и объекты HTML", + "Sync Off": "Синхронизация выключена", + "Sync On": "Синхронизация включена", + "Sync scrolling": "Синхронная прокрутка", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Синхронная прокрутка доступна в разделенном режиме, чтобы редактор и предварительный просмотр были согласованы.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Синхронизация, копирование, просмотр, режимы просмотра и экспорт остаются на панели инструментов форматирования документа.", + "Tab actions for": "Действия с вкладками для", + "Tab download failed:": "Не удалось загрузить вкладку:", + "Table": "Таблица", + "Tech Stack": "Технический стек", + "Technical Notation": "Техническая нотация", + "Temporary": "Временно", + "Temporary in-memory room. No permanent document storage is created.": "Временная комната в памяти. Постоянное хранилище документов не создается.", + "Terminal block": "Клеммный блок", + "Tetrahedron Mesh": "Сетка тетраэдра", + "Text case": "Текстовый регистр", + "Text layout": "Расположение текста", + "Text style": "Стиль текста", + "The command-line file could not be opened because the": "Не удалось открыть файл командной строки, поскольку", + "The file could not be moved because the destination could not be saved.": "Файл не удалось переместить, поскольку не удалось сохранить место назначения.", + "The live room could not be joined. Please check the invite link or connection.": "Не удалось присоединиться к живой комнате. Пожалуйста, проверьте ссылку для приглашения или подключение.", + "The repository folder could not be created.": "Не удалось создать папку репозитория.", + "The share link could not be generated.": "Не удалось создать ссылку для общего доступа.", + "The shared snapshot could not be opened because the": "Не удалось открыть общий снимок, поскольку", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Общий URL-адрес не удалось декодировать. Возможно, он поврежден или неполный.", + "Theme": "Тема", + "This comment or suggestion will be permanently deleted.": "Этот комментарий или предложение будут удалены навсегда.", + "This Live Share room has ended or is no longer active.": "Эта комната Live Share завершилась или больше не активна.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "При этом безвозвратно удаляются все зашифрованные файлы и папки в секретной рабочей области. Содержимое невозможно восстановить.", + "This review item is no longer available.": "Этот элемент обзора больше недоступен.", + "This shared snapshot is view only.": "Этот общий снимок доступен только для просмотра.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Этот общий снимок доступен только для просмотра. Исходный код Markdown невозможно загрузить или скопировать.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Это приведет к удалению {{0}} и завершению любого активного сеанса Live Share. Несохраненные изменения невозможно восстановить.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Это приведет к удалению всех файлов и просмотру элементов. Несохраненные изменения невозможно восстановить.", + "ThisIs-Developer": "ThisIs-Разработчик", + "Timeline Diagram": "Временная диаграмма", + "Timing Diagram": "Временная диаграмма", + "Timing Signal Wave": "Волна временного сигнала", + "Title": "Название", + "Title case": "Регистр названия", + "to build lists, and triple backticks for code blocks.": "для создания списков и тройные обратные кавычки для блоков кода.", + "to stay within the": "оставаться в пределах", + "Toggle Dock Mode": "Переключить режим док-станции", + "Toggle Floating Mode": "Переключить плавающий режим", + "Toolbar descriptions": "Описания панели инструментов", + "Topology Map": "Карта топологии", + "Try again": "Попробуй еще раз", + "Turn private mode off": "Выключите приватный режим", + "Turn private mode on": "Включите приватный режим", + "Twisted Column": "Искривленная колонна", + "Two documents are already open side by side": "Два документа уже открыты рядом", + "Type your markdown here...": "Введите здесь свою уценку...", + "Type, paste, or import Markdown here...": "Введите, вставьте или импортируйте Markdown сюда...", + "Unable to load emojis.": "Невозможно загрузить смайлы.", + "Unable to render diagram.": "Невозможно отобразить диаграмму.", + "Unable to start import.": "Невозможно начать импорт.", + "Undo": "Отменить", + "Undo and Redo keep editing history close at hand.": "Отменить и повторить историю редактирования всегда под рукой.", + "Unknown error": "Неизвестная ошибка", + "Unlock": "Разблокировать", + "Unlock Secret Workspace": "Разблокировать секретное рабочее пространство", + "Unlock workspace": "Разблокировать рабочее пространство", + "Unlocking…": "Разблокировка…", + "Upload from Device": "Загрузка с устройства", + "UPPERCASE": "ПРОПИСНЫЕ РЕГИСТРЫ", + "Use": "Использование", + "Use at least 8 characters.": "Используйте не менее 8 символов.", + "Use Case Diagram": "Схема вариантов использования", + "Use dark appearance": "Используйте темный внешний вид", + "Use dark mode": "Использовать темный режим", + "Use light mode": "Использовать светлый режим", + "Use Regular Expression": "Используйте регулярное выражение", + "Use Regular Expression (.*)": "Используйте регулярное выражение (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Используйте меню «Заголовок» и «Регистр» для заголовков H1–H6 и использования заглавных букв.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Используйте кнопки просмотра на панели инструментов для переключения между режимами «Редактор», «Разделение» и «Предварительный просмотр».", + "User Journey": "Путь пользователя", + "Venn Diagram": "Диаграмма Венна", + "Version": "Версия", + "View": "Посмотреть", + "View Markdown Viewer on GitHub": "Посмотреть Markdown Viewer на GitHub", + "View mode": "Режим просмотра", + "View on GitHub": "Посмотреть на GitHub", + "View only": "Только просмотр", + "Viewer": "Зритель", + "Visualizador de Markdown": "Визуализация Markdown", + "Visualizzatore Markdown": "Визуализация Markdown", + "WBS Hierarchy": "Иерархия WBS", + "Welcome template": "Шаблон приветствия", + "Welcome to Markdown": "Добро пожаловать в Markdown", + "Welcome to Markdown options": "Добро пожаловать в опции Markdown", + "Welcome, {{0}}": "Добро пожаловать, {{0}}", + "will be imported because the": "будет импортировано, поскольку", + "Wireframe": "Каркас", + "Wireframe Mode": "Каркасный режим", + "Words": "Слова", + "Work Breakdown": "Разбивка работ", + "Workspace": "Рабочая область", + "Workspace actions": "Действия в рабочей области", + "Workspace menu": "Меню рабочей области", + "Workspace options": "Параметры рабочей области", + "Workspace settings": "Настройки рабочей области", + "Workspace, file location": "Рабочая область, расположение файла", + "Workspaces": "Рабочие области", + "Workspaces, folders, and Markdown files": "Рабочие области, папки и файлы Markdown", + "Wpisz tutaj swój markdown...": "Нажмите здесь, чтобы увидеть уценку...", + "Wrap": "Обертывание", + "Wrap Around": "Завершение", + "Wrap Around (Wrap)": "Обертывание (Обертывание)", + "Write. Preview. Share.": "Пишите. Предварительный просмотр. Делиться.", + "XY Chart": "Диаграмма XY", + "Your workspace is ready": "Ваше рабочее пространство готово", + "Zoom in": "Увеличение", + "Zoom In": "Увеличение масштаба", + "Zoom model": "Масштаб-модель", + "Zoom out": "Уменьшить масштаб", + "Zoom Out": "Уменьшить", + "Введите здесь ваш markdown...": "Введите здесь вашу уценку...", + "Введіть ваш markdown тут...": "Ввести вашу уценку тут...", + "Переглядач Markdown": "Просмотр Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "Это еще не все, что нужно...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Выберите другой документ.", + "Choose an alert style to insert into the document.": "Выберите стиль оповещения для вставки в документ.", + "Collaborators can edit this document.": "Соавторы могут редактировать этот документ.", + "Only the Live Share host can share snapshots from a live document.": "Только хост Live Share может делиться снимками живого документа.", + "Review the proposed changes before committing them to the document.": "Просмотрите предлагаемые изменения, прежде чем вносить их в документ.", + "{{0}} and {{1}}": "{{0}} и {{1}}", + "{{0}} file": "{{0}} файл", + "{{0}} files": "{{0}} файлов", + "{{0}} review item": "{{0}} элемент обзора", + "{{0}} review items": "{{0}} элементов обзора", + "close": "закрыть", + "Close all": "Закрыть все", + "delete": "удалить", + "download": "скачать", + "duplicate": "дубликат", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "блокировка", + "move": "двигаться", + "open": "открыто", + "rename": "переименовать", + "Unable to trim D2 SVG bounds": "Невозможно обрезать границы SVG D2.", + "ABC notation could not be rendered. Check the score syntax and retry.": "Не удалось отобразить обозначение ABC. Проверьте синтаксис оценки и повторите попытку.", + "ABC notation renderer is unavailable. Check your connection and retry.": "Средство рендеринга нотаций ABC недоступно. Проверьте соединение и повторите попытку.", + "Creating link": "Создание ссылки", + "Ending live room...": "Конец концертной комнаты...", + "Failed to create share link:": "Не удалось создать ссылку для общего доступа:", + "in split view": "в разделенном режиме", + "Link failed": "Не удалось установить ссылку", + "Live room ended by the host": "Комната прямого эфира закрыта ведущим", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Не удалось отрендерить русалку. Проверьте синтаксис диаграммы и повторите попытку.", + "Open Markdown file": "Открыть файл Markdown", + "Preparing Mermaid for print...": "Готовим Русалочку к печати...", + "Rendering Mermaid…": "Рендеринг Русалки…", + "Save HTML document": "Сохранить HTML-документ", + "Save Markdown File": "Сохранить файл Markdown", + "Starting live room...": "Начинаем концертную комнату...", + "Task item": "Элемент задачи", + "The Live Share room could not be opened because the": "Не удалось открыть комнату Live Share, поскольку", + "This Live Share room has ended, expired, or no active host is available.": "Эта комната Live Share закончилась, срок ее действия истек или активный хост недоступен.", + "Unable to start live room": "Невозможно запустить живую комнату", + "Use light appearance": "Используйте светлый внешний вид", + "xMidYMid meet": "Встреча xMidYMid", + "A folder with this name already exists in the workspace.": "Папка с таким именем уже существует в рабочей области.", + "Add another review item": "Добавить еще один элемент обзора", + "Add suggestion": "Добавить предложение", + "All feedback resolved": "Все отзывы решены", + "Changes not saved": "Изменения не сохранены", + "Click Start session to create a temporary room and generate an invite link.": "Нажмите «Начать сеанс», чтобы создать временную комнату и создать ссылку для приглашения.", + "Collaborators can view updates but cannot edit.": "Соавторы могут просматривать обновления, но не могут редактировать.", + "Copy command was unsuccessful": "Команда копирования не удалась", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Скопируйте эту ссылку и отправьте ее соавторам. Новые участники появляются выше, когда они присоединяются.", + "Could not protect this workspace. Try again.": "Не удалось защитить это рабочее пространство. Попробуйте еще раз.", + "Creating snapshot link...": "Создание ссылки на снимок...", + "Delete folder": "Удалить папку", + "Delete selected items": "Удалить выбранные элементы", + "Edit comment": "Редактировать комментарий", + "Edit suggestion": "Изменить предложение", + "Enter a folder name.": "Введите имя папки.", + "Enter a name.": "Введите имя.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Все решено. Переключитесь на «Решено» или «Все», чтобы просмотреть предыдущие отзывы.", + "GitHub import finished.": "Импорт GitHub завершен.", + "Incorrect access key or unreadable Secret Workspace data.": "Неверный ключ доступа или нечитаемые данные секретной рабочей области.", + "Live room disconnected": "Комната прямого эфира отключена", + "Maximum document limit reached": "Достигнут максимальный лимит документов", + "Mermaid diagram": "Схема русалки", + "Mermaid diagram actions": "Действия на диаграмме русалки", + "No documents match your search.": "Нет документов, соответствующих вашему запросу.", + "Open or create a document to use editing tools.": "Откройте или создайте документ, чтобы использовать инструменты редактирования.", + "Review item deleted.": "Элемент обзора удален.", + "Review item reopened.": "Объект проверки открыт повторно.", + "Review item resolved.": "Пункт проверки решен.", + "Review item updated.": "Обновлен элемент обзора.", + "Review mode keeps the Markdown source read only.": "В режиме просмотра источник Markdown доступен только для чтения.", + "Room active - waiting for collaborators": "Комната активна — ждем соавторов", + "Save changes": "Сохранить изменения", + "Secret Workspace has not been set up yet.": "Секретное рабочее пространство еще не настроено.", + "The provided URL does not point to a Markdown file.": "Указанный URL-адрес не указывает на файл Markdown.", + "This document is read only.": "Этот документ доступен только для чтения.", + "This Live Share session is view only.": "Этот сеанс Live Share доступен только для просмотра.", + "This share link has expired or does not exist.": "Срок действия этой ссылки истек или она не существует.", + "This shared document is read-only for you.": "Этот общий документ доступен вам только для чтения.", + "Your file is ready.": "Ваш файл готов.", + "Your files are ready.": "Ваши файлы готовы." +} diff --git a/assets/i18n/tr.json b/assets/i18n/tr.json new file mode 100644 index 00000000..525ee9cb --- /dev/null +++ b/assets/i18n/tr.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-belge sınırına ulaşıldı.", + "-document limit would be exceeded.": "-belge sınırı aşılır.", + "-document limit.": "-belge sınırı.", + "— Copy/Paste": "— Kopyala/Yapıştır", + "— Open Find & Replace": "— Bul ve Değiştir'i aç", + "— Redo": "— Yinele", + "— Undo": "— Geri al", + ", and": "ve", + ", favorite": ", favori", + ", file location": ", dosya konumu", + ", locked": ", kilitli", + ", or": "veya", + ".md or .markdown files supported": ".md veya .markdown dosyaları desteklenir", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" stil = \"genişlik:% 100; yükseklik:%100; ekran:esnek; hizalama öğeleri:ortalama; yasla-içerik:merkez; taşma:gizli;\">", + "{{0}} characters": "{{0}} karakter", + "{{0}} details go here.": "{{0}} ayrıntı buraya gelecek.", + "{{0}} file selected": "{{0}} dosyası seçildi", + "{{0}} files selected": "{{0}} dosya seçildi", + "{{0}} imported": "{{0}} içe aktarıldı", + "{{0}} Min Read": "{{0}} Dakika Okuma", + "{{0}} of {{1}} files": "{{0}} / {{1}} dosya", + "{{0}} of {{1}} matches": "{{0}} / {{1}} eşleşme", + "{{0}} selected": "{{0}} seçildi", + "{{0}} Viewer": "{{0}} Görüntüleyici", + "{{0}} words": "{{0}} kelime", + "{{0}}m": "{{0}}dk", + "{{0}}m {{1}}s": "{{0}}m {{1}}s", + "{{0}}s": "{{0}}s", + "0 of": "0 /", + "0 of 0": "0 / 0", + "0 of 0 matches": "0 / 0 eşleşme", + "0 selected": "0 seçildi", + "1 of 50 files": "50 dosyadan 1'i", + "3D Model Viewer": "3D Model Görüntüleyici", + "3D Models": "3D Modeller", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Tarayıcı tabanlı bir Markdown düzenleyici, görüntüleyici, önizleyici ve okuyucu.", + "Ab": "Ab", + "About": "Hakkında", + "About Markdown Viewer": "Markdown Viewer Hakkında", + "Access": "Erişim", + "Access key": "Erişim tuşu", + "Access keys do not match.": "Erişim anahtarları eşleşmiyor.", + "Access:": "Erişim:", + "Actions": "Eylemler", + "Active document,": "Aktif belge,", + "Active document, Welcome to Markdown": "Etkin belge, Markdown'a hoş geldiniz", + "Activity Diagram": "Etkinlik Diyagramı", + "Add comment": "Yorum ekle", + "Add feedback": "Geri bildirim ekle", + "Add syntax highlighting for code blocks": "Kod blokları için sözdizimi vurgulaması ekle", + "Add to Favorites": "Favorilere Ekle", + "Address / Link": "Adres / Bağlantı", + "Address / URL": "Adres / URL", + "Address & Data Buses": "Adres ve Veri Yolları", + "Advanced insertion": "Gelişmiş ekleme", + "Advanced Options": "Gelişmiş Seçenekler", + "alert alert-danger": "uyarı uyarı-tehlike", + "Align center": "Ortaya hizala", + "Align left": "Sola hizala", + "Align right": "Sağa hizala", + "Alignment and direction": "Hizalama ve yön", + "All": "Hepsi", + "All changes saved": "Tüm değişiklikler kaydedildi", + "All workspace folders collapsed.": "Tüm çalışma alanı klasörleri daraltıldı.", + "All workspace folders expanded.": "Tüm çalışma alanı klasörleri genişletildi.", + "Alt Text (used for title)": "Alternatif Metin (başlık için kullanılır)", + "Apache License 2.0": "Apache Lisansı 2.0", + "Appearance": "Görünüm", + "Application information": "Uygulama bilgisi", + "Application language": "Uygulama dili", + "Application menu": "Uygulama menüsü", + "Application Programming Interface": "Uygulama Programlama Arayüzü", + "Application shortcuts": "Uygulama kısayolları", + "Apply": "Uygula", + "Architecture Diagram": "Mimari Şeması", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Etkin belgenin içeriğini temizlemek istediğinizden emin misiniz? Belgenin kendisi silinmeyecektir.", + "Area Chart": "Alan Grafiği", + "Audio playback is not supported in this browser.": "Ses oynatma bu tarayıcıda desteklenmiyor.", + "Back to content": "İçeriğe dön", + "Bar Chart": "Çubuk Grafiği", + "bi bi-github": "bi-github", + "Binary Counter": "İkili Sayaç", + "Blockquote": "Blok alıntı", + "Bold": "Kalın", + "Browser Print (Recommended)": "Tarayıcı Yazdırma (Önerilir)", + "Bubble Plot": "Balon Grafiği", + "Bulleted list": "Madde işaretli liste", + "C4 Container": "C4 Kabı", + "C4 Container Diagram": "C4 Konteyner Diyagramı", + "Calculating...": "Hesaplanıyor...", + "Calibration Cube": "Kalibrasyon Küpü", + "Can edit": "Düzenleyebilir", + "Cancel": "İptal", + "Cancel feedback": "Geri bildirimi iptal et", + "Cancel Image generation": "Görüntü oluşturmayı iptal et", + "Cancel PDF generation": "PDF oluşturmayı iptal et", + "Cannot import: The selected file appears to be a binary file.": "İçe aktarılamıyor: Seçilen dosya bir ikili dosya gibi görünüyor.", + "Capturing document": "Belge yakalanıyor", + "Capturing image": "Görüntü yakalanıyor", + "Change text case": "Metnin büyük/küçük harflerini değiştir", + "Changelog": "Değişiklik Günlüğü", + "Chars": "Karakterler", + "Checkbox Map": "Onay Kutusu Haritası", + "Checklist Map": "Kontrol Listesi Haritası", + "Choose a document to edit beside “": "“ yanında düzenlenecek bir belge seçin", + "Choose a second document to edit beside the current one.": "Geçerli belgenin yanında düzenlenecek ikinci bir belge seçin.", + "Choose how the PDF should be generated.": "PDF'nin nasıl oluşturulması gerektiğini seçin.", + "Choose how you want to begin.": "Nasıl başlamak istediğinizi seçin.", + "Choose one or more Markdown files": "Bir veya daha fazla Markdown dosyası seçin", + "Choose text style": "Metin stilini seç", + "Chords Strum": "Akorlar Strum", + "Class Diagram": "Sınıf Diyagramı", + "Clear active document?": "Etkin belge temizlensin mi?", + "Clear All": "Tümünü Temizle", + "Clear Document": "Belgeyi Temizle", + "Clear document search": "Belge aramayı temizle", + "Clear search": "Aramayı temizle", + "Close": "Kapat", + "Close {{0}}": "Kapat {{0}}", + "Close 3D modal": "3D modunu kapat", + "Close about dialog": "İletişim kutusunu kapat", + "Close clear document dialog": "Belgeyi temizle iletişim kutusunu kapat", + "Close comments and suggestions": "Yorumları ve önerileri kapatın", + "Close confirmation": "Kapatma onayı", + "Close diagram dialog": "Diyagram iletişim kutusunu kapat", + "Close diagram modal": "Diyagram modunu kapat", + "Close dialog": "İletişim kutusunu kapat", + "Close diff preview dialog": "Fark önizleme iletişim kutusunu kapat", + "Close document sidebar": "Belge kenar çubuğunu kapat", + "Close expired live share dialog": "Süresi dolmuş canlı paylaşım iletişim kutusunu kapat", + "Close Explorer": "Gezgini Kapat", + "Close find and replace panel": "Bul ve değiştir panelini kapat", + "Close GitHub Emojis dialog": "GitHub Emojis iletişim kutusunu kapat", + "Close GitHub import dialog": "GitHub içe aktarma iletişim kutusunu kapat", + "Close help dialog": "Yardım iletişim kutusunu kapat", + "Close image dialog": "Görüntü iletişim kutusunu kapat", + "Close link dialog": "Bağlantı iletişim kutusunu kapat", + "Close live share dialog": "Canlı paylaşım iletişim kutusunu kapat", + "Close Markdown alerts dialog": "Markdown uyarıları iletişim kutusunu kapat", + "Close menu": "Menüyü kapat", + "Close move dialog": "Taşıma iletişim kutusunu kapat", + "Close others": "Diğerlerini kapat", + "Close PDF export dialog": "PDF dışa aktarma iletişim kutusunu kapat", + "Close reference dialog": "Referans iletişim kutusunu kapat", + "Close rename dialog": "Yeniden adlandırma iletişim kutusunu kapat", + "Close reset confirmation dialog": "Sıfırlama onayı iletişim kutusunu kapat", + "Close review deletion dialog": "İnceleme silme iletişim kutusunu kapat", + "Close review mode": "İnceleme modunu kapat", + "Close secret workspace dialog": "Gizli çalışma alanı iletişim kutusunu kapat", + "Close share dialog": "Paylaşım iletişim kutusunu kapat", + "Close share error dialog": "Paylaşım hatası iletişim kutusunu kapat", + "Close split view dialog": "Bölünmüş görünüm iletişim kutusunu kapat", + "Close Symbols and HTML Entities dialog": "Semboller ve HTML Varlıkları iletişim kutusunu kapat", + "Close table dialog": "Tablo iletişim kutusunu kapat", + "Close to the left": "Sola yakın", + "Close to the right": "Sağa yakın", + "Close Welcome to Markdown": "Kapat Markdown'a hoş geldiniz", + "Closed:": "Kapalı:", + "Closed: Not closed": "Kapalı: Kapalı değil", + "Closed: Unavailable": "Kapalı: Mevcut değil", + "closed. Select it in Files to reopen it.": "kapatıldı. Yeniden açmak için Dosyalar'da seçin.", + "Cluster Subgraph": "Küme Alt Grafiği", + "Code block": "Kod bloğu", + "Code blocks only": "Yalnızca kod blokları", + "Code copied": "Kod kopyalandı", + "code copied.": "kodu kopyalandı.", + "Code Mindmap": "Kod Zihin Haritası", + "Collaborators can edit and sync.": "Ortak çalışanlar düzenleyebilir ve senkronize edebilir.", + "Collaborators can view without editing.": "Ortak çalışanlar düzenleme yapmadan görüntüleyebilir.", + "Collapse all folders": "Tüm klasörleri daralt", + "Collapse Workspace": "Çalışma Alanını Daralt", + "Column count": "Sütun sayısı", + "Comment": "Yorum", + "Comment added.": "Yorum eklendi.", + "comment.": "yorum.", + "Comments & suggestions": "Yorumlar ve öneriler", + "Commit Replacements": "Değişiklikleri Kaydet", + "Common formatting": "Ortak biçimlendirme", + "Common symbols": "Ortak semboller", + "Complete": "Tamamlandı", + "Complex Transaction": "Karmaşık İşlem", + "Component Diagram": "Bileşen Diyagramı", + "Confirm access key": "Erişim anahtarını onaylayın", + "Confirm action": "Eylemi onayla", + "Connection lost": "Bağlantı kesildi", + "Content structure": "İçerik yapısı", + "Copied": "Kopyalandı", + "Copied!": "Kopyalandı!", + "Copy": "Kopyala", + "Copy failed": "Kopyalama başarısız oldu", + "Copy failed. Retry": "Kopyalama başarısız oldu. Yeniden dene", + "Copy image": "Görüntüyü kopyala", + "Copy Image": "Görüntüyü Kopyala", + "Copy image to clipboard": "Görüntüyü panoya kopyala", + "Copy invite link": "Davet bağlantısını kopyala", + "Copy JavaScript code": "JavaScript kodunu kopyala", + "Copy link": "Bağlantıyı kopyala", + "Copy Markdown": "Kopyala Markdown", + "Copy review summary": "İnceleme özetini kopyala", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Bu çalışma alanında depolanan dosyaları ve klasör adlarını şifrelemek için yerel bir erişim anahtarı oluşturun. Anahtar kurtarılamaz.", + "Create access key": "Erişim anahtarı oluştur", + "Create folder": "Klasör oluştur", + "Create headings with": "Şununla başlıklar oluşturun:", + "Create new file": "Yeni dosya oluştur", + "Create or import a document": "Bir belge oluşturun veya içe aktarın", + "Create responsive layout": "Duyarlı düzen oluştur", + "Create share link": "Paylaşım bağlantısı oluştur", + "Created after session starts": "Oturum başladıktan sonra oluşturuldu", + "Ctrl": "Ctrl", + "Current Step": "Geçerli Adım", + "Czytnik Markdown": "Czytnik Markdown", + "Dark mode": "Koyu mod", + "Data Bus States": "Veri Yolu Durumları", + "Data is stored locally": "Veriler yerel olarak depolanır", + "Data Visualization": "Veri Görselleştirme", + "Date and time": "Tarih ve saat", + "Delete": "Sil", + "Delete “{{0}}”?": "“{{0}}” silinsin mi?", + "Delete {{0}} selected items?": "Seçilen {{0}} öğe silinsin mi?", + "Delete all": "Tümünü sil", + "Delete all review items": "Tüm inceleme öğelerini sil", + "Delete all review items?": "Tüm inceleme öğeleri silinsin mi?", + "Delete feedback": "Geri bildirimi sil", + "Delete folder?": "Klasör silinsin mi?", + "Delete item": "Öğeyi sil", + "Delete review item?": "İnceleme öğesi silinsin mi?", + "Deployment Nodes": "Dağıtım Düğümleri", + "Destination": "Hedef", + "details go here.": "ayrıntıları buraya gelecek.", + "Developed and maintained by": "Tarafından geliştirildi ve sürdürüldü", + "Diagram and more": "Diyagram ve daha fazlası", + "Diagram Categories": "Diyagram Kategorileri", + "Diagram source code...": "Diyagram kaynak kodu...", + "Diagram templates": "Diyagram şablonları", + "Diagram Viewer": "Diyagram Görüntüleyici", + "Digite seu markdown aqui...": "İşaretlemeyi tamamlayın...", + "Directed Graph": "Yönlendirilmiş Grafik", + "Disable synchronized scrolling": "Senkronize kaydırmayı devre dışı bırak", + "Display name": "Görünen ad", + "Document added to favorites.": "Belge favorilere eklendi.", + "Document block": "Belge bloğu", + "Document removed from favorites.": "Belge favorilerden kaldırıldı.", + "Document statistics": "Belge istatistikleri", + "Document statistics and save status": "İstatistikleri belgeleyin ve durumu kaydedin", + "Document tools": "Belge araçları", + "Document utilities and view mode": "Belge yardımcı programları ve görüntüleme modu", + "Document views": "Belge görünümleri", + "documents reached. Delete an existing document to create or import another.": "dokümanlara ulaşıldı. Başka bir belge oluşturmak veya içe aktarmak için mevcut bir belgeyi silin.", + "Download {{0}}": "İndir {{0}}", + "Download Markdown": "Markdown'yi indirin", + "Download PNG": "PNG'yi indir", + "Download started": "İndirme başladı", + "Download SVG": "SVG'yi indirin", + "Drag files to move": "Taşımak için dosyaları sürükleyin", + "Drop your Markdown files anywhere": "Markdown dosyalarınızı istediğiniz yere bırakın", + "Duet Accord": "Düet Anlaşması", + "Duplicate": "Çoğalt", + "Duplicate {{0}}": "Kopya {{0}}", + "Edit": "Düzenle", + "Edit feedback": "Geri bildirimi düzenle", + "Edit Markdown": "Markdown Düzenle", + "Editing": "Düzenleme", + "Editing and preview enabled.": "Düzenleme ve önizleme etkinleştirildi.", + "Emoji list": "Emoji listesi", + "Emoji shortcode": "Emoji kısa kodu", + "Emojis loaded.": "Emojiler yüklendi.", + "Emphasize text with": "Metni şununla vurgula:", + "Enable mermaid diagrams": "Deniz kızı diyagramlarını etkinleştir", + "Enable synchronized scrolling": "Senkronize kaydırmayı etkinleştir", + "Encrypting…": "Şifreleniyor…", + "End live session": "Canlı oturumu sonlandır", + "End session": "Oturumu sonlandır", + "English": "İngilizce", + "Enter fullscreen": "Tam ekrana girin", + "Enter the local access key used to encrypt this workspace on this device.": "Bu cihazdaki bu çalışma alanını şifrelemek için kullanılan yerel erişim anahtarını girin.", + "Entire Document": "Belgenin Tamamı", + "Entity Relationship": "Varlık İlişkisi", + "ER (Graphviz style)": "ER (Graphviz stili)", + "ER Diagram": "ER Diyagramı", + "ER preview": "ER önizlemesi", + "ERD Table": "ERD Tablosu", + "Error rendering 3D model: {{0}}": "3D model oluşturulurken hata oluştu: {{0}}", + "Error rendering map: {{0}}": "Harita oluşturulurken hata oluştu: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "İşaretleme oluşturulurken hata oluştu: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Aşağıdaki işaretlemeyi yazın...", + "Estimated remaining": "Tahmini kalan", + "Exit fullscreen": "Tam ekrandan çık", + "Exit split view": "Bölünmüş görünümden çık", + "Expand all folders": "Tüm klasörleri genişlet", + "Expand or collapse all is available in All files": "Tümünü genişletme veya daraltma seçeneği Tüm dosyalar'da mevcuttur", + "Expand Secret Workspace": "Gizli Çalışma Alanını Genişlet", + "Explore features with an example": "Bir örnekle özellikleri keşfedin", + "Explorer": "Gezgin", + "Explorer item": "Gezgin öğesi", + "Explorer items deleted.": "Explorer öğeleri silindi.", + "Explorer selection cleared.": "Gezgin seçimi temizlendi.", + "Export": "Dışa Aktarma", + "Export as HTML": "HTML olarak dışa aktar", + "Export as Image": "Görüntü Olarak Dışa Aktar", + "Export as Markdown": "Markdown olarak dışa aktar", + "Export as PDF": "PDF olarak dışa aktar", + "Export document": "Belgeyi dışa aktar", + "Export failed:": "Dışa aktarma başarısız oldu:", + "Export PDF Options": "PDF'yi Dışa Aktarma Seçenekleri", + "External Image (URL)": "Harici Görüntü (URL)", + "Faceted Gear Wheel": "Yönlü Dişli Çark", + "Failed to copy HTML:": "HTML kopyalanamadı:", + "Failed to copy Markdown:": "Markdown kopyalanamadı:", + "Failed to copy review summary:": "İnceleme özeti kopyalanamadı:", + "Failed to copy share link:": "Paylaşım bağlantısı kopyalanamadı:", + "Failed to import {{0}}": "{{0}} içe aktarılamadı", + "Failed to load emojis.": "Emojiler yüklenemedi.", + "Failed to load sharing library. Please check your connection and reload.": "Paylaşım kitaplığı yüklenemedi. Lütfen bağlantınızı kontrol edin ve yeniden yükleyin.", + "Failed to load sharing library. Please check your internet connection.": "Paylaşım kitaplığı yüklenemedi. Lütfen internet bağlantınızı kontrol edin.", + "Failed to locate Markdown files.": "Markdown dosyaları bulunamadı.", + "Failed to read the file. Please check permissions and try again.": "Dosya okunamadı. Lütfen izinleri kontrol edip tekrar deneyin.", + "Failed to start Live Share. Please check your connection and try again.": "Canlı Paylaşım başlatılamadı. Lütfen bağlantınızı kontrol edip tekrar deneyin.", + "FAQ": "SSS", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Daha hızlı, büyük belgeler için önerilir. Not: resimler, diyagramlar vb. bozulabilir.", + "Favorite": "Favori", + "Favorites": "Favoriler", + "Favs": "Favoriler", + "Feature Collection Map": "Özellik Koleksiyonu Haritası", + "Feedback type": "Geri bildirim türü", + "Fetching file tree...": "Dosya ağacı getiriliyor...", + "file": "dosyası", + "File actions": "Dosya işlemleri", + "File created": "Dosya oluşturuldu", + "File deleted": "Dosya silindi", + "File is already in that location.": "Dosya zaten bu konumda.", + "File is too large (maximum 10MB supported).": "Dosya çok büyük (maksimum 10 MB desteklenir).", + "File moved to": "Dosya şuraya taşındı:", + "File name": "Dosya adı", + "File options": "Dosya seçenekleri", + "File options for": "Dosya seçenekleri", + "File options for Welcome to Markdown": "Markdown'a Hoş Geldiniz için dosya seçenekleri", + "File renamed": "Dosya yeniden adlandırıldı", + "files": "dosyaları", + "files available in the tree.": "dosyaları.", + "Files deleted": "Dosyalar silindi", + "Filter review items": "İnceleme öğelerini filtrele", + "Find": "Bul", + "Find & Replace": "Bul ve Değiştir", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Bul ve Değiştir ve Tam Ekran doğrudan araç çubuğu eylemleridir; Markdown Viewer hakkında projeyi, Markdown, gizlilik, lisans ve destek bilgilerini açar.", + "Find and replace": "Bul ve değiştir", + "Find and Replace": "Bul ve Değiştir", + "Find in Selection": "Seçimde Bul", + "Find in Selection (Sel)": "Seçimde Bul (Sel)", + "Find query": "Sorgu bul", + "Finite State Machine": "Sonlu Durum Makinesi", + "Fit": "Sığdır", + "Fit diagram to screen": "Diyagramı ekrana sığdır", + "Flowchart (Left-Right)": "Akış Şeması (Sol-Sağ)", + "Flowchart (LR)": "Akış Şeması (LR)", + "Flowchart (TD)": "Akış Şeması (TD)", + "Flowchart (Top-Down)": "Akış Şeması (Yukarıdan Aşağıya)", + "folder": "klasörü", + "Folder created": "Klasör oluşturuldu", + "Folder created:": "Klasör oluşturuldu:", + "Folder deleted": "Klasör silindi", + "Folder deleted. Documents moved to the workspace root.": "Klasör silindi. Belgeler çalışma alanı köküne taşındı.", + "Folder name": "Klasör adı", + "Folder renamed": "Klasör yeniden adlandırıldı", + "Folder renamed to": "Klasör şu şekilde yeniden adlandırıldı:", + "folders": "klasörleri", + "Folders stay one level deep inside a workspace.": "Klasörler çalışma alanının bir seviye derinliğinde kalır.", + "Folk & Lyrics": "Folk ve Şarkı Sözleri\nBu blok için", + "for this block.": ".", + "Forgot access key? Reset Secret Workspace": "Erişim anahtarınızı mı unuttunuz? Gizli Çalışma Alanını Sıfırla", + "Fresh Tomato": "Taze Domates", + "From files": "Dosyalardan", + "From GitHub": "GitHub'dan", + "FSM Diagram": "FSM Diyagramı", + "Fullscreen": "Tam Ekran", + "Gantt Chart": "Gantt Grafiği", + "Geben Sie hier Ihr Markdown ein...": "Markdown'yi seçin...", + "Generating Image": "Görüntü Oluşturuluyor", + "Generating Image...": "Görüntü Oluşturuluyor...", + "Generating PDF": "PDF oluşturuluyor", + "Generating PDF...": "PDF oluşturuluyor...", + "Git Graph": "Git Grafiği", + "GitHub Emojis": "GitHub Emojileri", + "GitHub files loaded.": "GitHub dosyaları yüklendi.", + "GitHub import": "GitHub içe aktarma", + "GitHub import failed:": "GitHub içe aktarımı başarısız oldu:", + "GitHub import failed.": "GitHub içe aktarımı başarısız oldu.", + "GitHub import failed. The repository folder could not be created.": "GitHub içe aktarımı başarısız oldu. Depo klasörü oluşturulamadı.", + "GitHub Repository": "GitHub Deposu", + "GitHub URL": "GitHub URL'si", + "Glitchy Waveform": "Arızalı Dalga Formu", + "Graphical User Interface": "Grafik Kullanıcı Arayüzü", + "Grid Layout": "Izgara Düzeni", + "Grouped Nodes": "Gruplandırılmış Düğümler", + "Guitar Chords": "Gitar Akorları", + "Heading 1": "Başlık 1", + "Heading 2": "Başlık 2", + "Heading 3": "Başlık 3", + "Heading 4": "Başlık 4", + "Heading 5": "Başlık 5", + "Heading 6": "Başlık 6", + "Heading levels": "Başlık seviyeleri", + "Headings only": "Yalnızca başlıklar", + "Heatmap Matrix": "Isı Haritası Matrisi", + "Hide access key": "Erişim anahtarını gizle", + "Hide sidebar": "Kenar çubuğunu gizle", + "Hierarchy Tree": "Hiyerarşi Ağacı", + "History": "Geçmiş", + "Horizontal rule": "Yatay kural", + "HTML": "HTML", + "HTML entities": "HTML varlıkları", + "HTML export failed:": "HTML dışa aktarımı başarısız oldu:", + "Image": "Görüntü", + "Image (.png)": "Resim (.png)", + "Image description": "Resim açıklaması", + "Image generation progress": "Görüntü oluşturma ilerlemesi", + "Image URL": "Resim URL'si", + "Implement live preview with GitHub styling": "GitHub stiliyle canlı önizleme uygulayın", + "Import": "İçe Aktarma", + "Import complete": "İçe aktarma tamamlandı", + "Import completed with errors": "İçe aktarma hatalarla tamamlandı", + "Import failed": "İçe aktarma başarısız oldu", + "Import finished with issues": "İçe aktarma sorunlarla tamamlandı", + "Import from files": "Dosyalardan içe aktar", + "Import from GitHub": "GitHub'dan içe aktar", + "Import Markdown from GitHub": "Markdown öğesini GitHub'dan içe aktarın", + "Import Selected": "İçe Aktarma Seçildi", + "Importing {{0}}": "{{0}} içe aktarılıyor", + "Importing file": "Dosya içe aktarılıyor", + "Importing files": "Dosyalar içe aktarılıyor", + "Importing from GitHub": "GitHub'dan içe aktarılıyor", + "Importing selected files from GitHub...": "Seçilen dosyalar GitHub'dan içe aktarılıyor...", + "Importing...": "İçe aktarılıyor...\nBu belgedeki", + "Inline code": "Satır içi kod", + "Inline Code Blocks": "Satır İçi Kod Blokları", + "Insert": "Ekle", + "Insert Diagram & More": "Diyagram Ekle ve Daha Fazlası", + "Insert image": "Resim ekle", + "Insert link": "Bağlantı ekle", + "Insert reference": "Referans ekle", + "Insert table": "Tablo ekle", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Görüntüleri, tabloları, denklemleri ve diyagramları bir arada tutmak için sayfa sonlarını akıllıca planlar. Yeterli alan olmadığında bloklar bir sonraki sayfaya geçer. Kısa belgeler için önerilir.", + "Invite link": "Davet bağlantısı", + "Italic": "İtalik", + "item": "öğe", + "items": "öğeler", + "items available.": "öğe mevcut.", + "Items deleted": "Öğeler silindi", + "JavaScript": "JavaScript", + "JSON Document": "JSON Belgesi", + "JSON Viewer": "JSON Görüntüleyici", + "Key Signature & Tempo": "Tuş İmzası ve Tempo", + "Keyboard shortcuts": "Klavye kısayolları", + "Landmark Point": "Dönüm Noktası", + "Language:": "Dil:", + "Language: JavaScript": "Dil: JavaScript", + "LaTeX blocks only": "Yalnızca LaTeX blokları", + "Leave a focused comment for the author...": "Yazar için odaklanmış bir yorum bırakın...", + "Leave session": "Oturumdan ayrıl", + "Lecteur Markdown": "Öğretim Görevlisi Markdown", + "Left Live Share session.": "Canlı Paylaşım oturumundan ayrıldı.", + "Left-to-right text": "Soldan sağa metin", + "Legacy Raster PDF": "Eski Raster PDF", + "Light mode": "Açık mod", + "Line Chart": "Çizgi Grafiği", + "Link": "Bağlantı", + "Link copied": "Bağlantı kopyalandı", + "Link Text": "Bağlantı Metni", + "Link title": "Bağlantı başlığı", + "Listen to score": "Skoru dinle", + "Live collaborators": "Canlı ortak çalışanlar", + "Live Share": "Canlı Paylaşım", + "Live Share access mode": "Canlı Paylaşım erişim modu", + "Live Share invite link": "Canlı Paylaşım davet bağlantısı", + "Live Share is view only.": "Canlı Paylaşım yalnızca görüntülenir.", + "Live Share participants": "Canlı Paylaşım katılımcıları", + "Live Share room expired": "Canlı Paylaşım odasının süresi doldu", + "Live Share session ended by the host.": "Canlı Paylaşım oturumu toplantı sahibi tarafından sonlandırıldı.", + "Live Share session ended.": "Canlı Paylaşım oturumu sona erdi.", + "Live Share session started.": "Canlı Paylaşım oturumu başladı.", + "Loading document assets": "Belge varlıkları yükleniyor", + "Loading emojis...": "Emojiler yükleniyor...", + "Loading image renderer": "Görüntü oluşturucu yükleniyor", + "Loading PDF libraries": "PDF kitaplıkları yükleniyor", + "Loading...": "Yükleniyor...", + "Lock workspace": "Çalışma alanını kilitle", + "Locked": "Kilitli", + "lowercase": "küçük harf", + "Lyrics Song": "Şarkı Sözleri", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown uyarısı", + "Markdown alert types": "Markdown uyarı türleri", + "Markdown alerts": "Markdown uyarıları", + "Markdown document": "Markdown belge", + "Markdown editor input with live preview": "Markdown düzenleyici girişi, canlı önizlemeyle", + "Markdown file import progress": "Markdown dosya içe aktarma ilerlemesi", + "Markdown formatting toolbar for plain-text editing": "Markdown düz metin düzenleme için biçimlendirme araç çubuğu", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown yalnızca önizleme", + "Markdown source is unavailable for view-only snapshots": "Markdown kaynağı salt görüntüleme anlık görüntüleri için kullanılamıyor", + "Markdown tips": "Markdown ipuçları", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Yardım", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'nizi buraya yazın...", + "Markmap preview": "İşaret haritası önizlemesi", + "match": "maçı", + "Match Case": "Eşleşme Örneği", + "Match Case (Aa)": "Eşleşme Örneği (Aa)", + "Match Whole Word": "Tüm Kelimeyi Eşleştir", + "Match Whole Word (W)": "Tam Kelimeyi Eşleştir (W)", + "matches": "maçları", + "Maximum document limit reached.": "Maksimum belge sınırına ulaşıldı.", + "Maximum of": "Maksimum", + "Menu": "Menüsü", + "Mermaid blocks only": "Yalnızca Denizkızı blokları", + "meter, composed by": "metre, şunlardan oluşur:", + "Min Read": "Min Okuma", + "Mind Maps": "Zihin Haritaları", + "Mindmap Diagram": "Zihin Haritası Şeması", + "Mindmap Outline": "Zihin Haritası Taslağı", + "Model actions": "Model eylemleri", + "more participant": "daha fazla katılımcı", + "More tools": "Daha fazla araç", + "Move": "Hareket Et", + "Move “": "Taşı “", + "Move {{0}} selected items": "Seçilen {{0}} öğeyi taşı", + "Move document": "Belgeyi taşı", + "Multi-Voice Harmony": "Çoklu Ses Armonisi", + "Music notation block": "Müzik notasyonu bloğu", + "Name": "Ad", + "Name item": "Ad öğesi", + "Native HTML save failed:": "Yerel HTML kaydı başarısız oldu:", + "Native import failed:": "Yerel içe aktarma başarısız oldu:", + "Native save failed:": "Yerel kaydetme başarısız oldu:", + "Native tab download failed:": "Yerel sekme indirme işlemi başarısız oldu:", + "Network (nwdiag)": "Ağ (nwdiag)", + "Network error while loading shared content.": "Paylaşılan içerik yüklenirken ağ hatası.", + "Network Map": "Ağ Haritası", + "Network Topology": "Ağ Topolojisi", + "New": "Yeni", + "New document": "Yeni belge", + "New file": "Yeni dosya", + "New file (Ctrl+T)": "Yeni dosya (Ctrl+T)", + "New folder": "Yeni klasör", + "New folder in": "Yeni klasör", + "New folder in Workspace": "Çalışma Alanında yeni klasör", + "New Markdown file in": "Yeni Markdown dosyası", + "New Markdown file in Workspace": "Çalışma Alanında yeni Markdown dosyası", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "Başlık araç çubuğunda Yeni, Paylaş, Canlı Paylaş, Sorun Bildir, Hakkında ve Ayarlar seçenekleri mevcuttur.", + "Next match": "Sonraki maç", + "Next match (Enter)": "Sonraki maç (Enter)", + "No data is stored": "Hiçbir veri saklanmıyor", + "No diagrams found.": "Diyagram bulunamadı.", + "No document is open": "Hiçbir belge açık değil", + "No documents open": "Hiçbir belge açık değil", + "No documents to show.": "Gösterilecek belge yok.", + "No emojis found.": "Hiçbir emoji bulunamadı.", + "No favorite documents yet.": "Henüz favori belge yok.", + "No feedback yet": "Henüz geri bildirim yok", + "No file open": "Açık dosya yok", + "No files selected": "Hiçbir dosya seçilmedi", + "No live room active": "Aktif canlı oda yok", + "No Markdown files were found at that GitHub location.": "GitHub konumunda hiçbir Markdown dosyası bulunamadı.", + "No matching files": "Eşleşen dosya yok", + "No open feedback": "Açık geri bildirim yok", + "No recent documents": "Yeni belge yok", + "No resolved feedback": "Çözümlenmiş geri bildirim yok", + "No results": "Sonuç yok", + "No symbols found.": "Sembol bulunamadı.", + "Numbered list": "Numaralandırılmış liste", + "Object Diagram": "Nesne Şeması", + "Object Instances": "Nesne Örnekleri", + "Object Types": "Nesne Türleri", + "of": "/", + "Off": "Kapalı", + "On": "Açık", + "Only the first": "Yalnızca ilki", + "Open": "Aç", + "Open a file or repository": "Bir dosya veya depo açın", + "Open comments and suggestions": "Yorumları ve önerileri açın", + "Open diagram viewer": "Diyagram görüntüleyiciyi aç", + "Open diagram viewer with zoom and pan controls": "Yakınlaştırma ve kaydırma kontrolleriyle diyagram görüntüleyiciyi açın", + "Open document tabs": "Belge sekmelerini aç", + "Open Explorer": "Explorer'ı aç", + "Open export menu": "Dışa aktarma menüsünü aç", + "Open from device": "Cihazdan aç", + "Open in split view": "Bölünmüş görünümde aç", + "Open menu": "Menüyü aç", + "Open new document menu": "Yeni belge menüsünü aç", + "Open or create another document before starting split view.": "Bölünmüş görünümü başlatmadan önce başka bir belge açın veya oluşturun.", + "open review item": "inceleme öğesini aç", + "open review items": "inceleme öğelerini aç", + "Open source": "Açık kaynak", + "Open split view": "Bölünmüş görünümü aç", + "Open workspace settings": "Çalışma alanı ayarlarını aç", + "Opened document": "Açılan belge", + "opened in split view.": "bölünmüş görünümde açıldı.", + "Opened:": "Açıldı:", + "Opens a read-only preview.": "Salt okunur bir önizleme açar.", + "Optimizing page breaks": "Sayfa sonlarını optimize etme", + "or": "veya", + "Overlap Set": "Örtüşme Ayarı", + "Parsing markdown": "Ayrıştırma işaretlemesi", + "Participants": "Katılımcılar", + "Paste a GitHub file or repository URL.": "Bir GitHub dosyasını veya depo URL'sini yapıştırın.", + "PDF": "PDF", + "PDF export failed:": "PDF dışa aktarımı başarısız oldu:", + "PDF generation progress": "PDF oluşturma ilerlemesi", + "Pie Chart": "Pasta Grafiği", + "Plain text only": "Yalnızca düz metin", + "Please enter a GitHub URL.": "Lütfen bir GitHub URL'si girin.", + "Please enter a valid GitHub URL.": "Lütfen geçerli bir GitHub URL'si girin.", + "Please select at least one file to import.": "Lütfen içe aktarılacak en az bir dosya seçin.", + "Please upload Markdown files (.md or .markdown)": "Lütfen Markdown dosyalarını yükleyin (.md veya .markdown)", + "PNG": "PNG", + "PNG export failed:": "PNG dışa aktarımı başarısız oldu:", + "Polyphony Voices": "Çok Sesli Sesler", + "prefixes.": "önekleri.", + "Preparing": "Hazırlanıyor", + "Preparing document": "Belge hazırlanıyor", + "Preparing download": "İndirmeye hazırlanılıyor", + "Preparing import…": "İçe aktarma hazırlanıyor…", + "Preparing repository folder…": "Depo klasörü hazırlanıyor…", + "Preserve Case": "Kasayı Koru", + "Preserve Case (Ab)": "Durumu Koru (Ab)", + "Preview": "Önizleme", + "Preview Markdown": "Önizleme Markdown", + "Previous match": "Önceki maç", + "Previous match (Shift+Enter)": "Önceki maç (Shift+Enter)", + "Private mode": "Özel mod", + "Project links": "Proje bağlantıları", + "Project Roadmap": "Proje Yol Haritası", + "Protect Secret Workspace": "Gizli Çalışma Alanını Koruyun", + "Quadrant Chart": "Çeyrek Grafiği", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Hızlı biçimlendirme vurguyu, alıntıları, hizalamayı ve listeleri kapsar; Ekle, daha az sıklıkta kullanılan araçları tutarken Diyagram ve Daha Fazlası doğrudan kullanılabilir durumda kalır.", + "Quick start": "Hızlı başlangıç", + "Ready to copy": "Kopyalamaya hazır", + "Recent": "En Son", + "Recent files": "Son dosyalar", + "Recent queries...": "Son sorgular...", + "Reconnect": "Yeniden Bağlan", + "Record Struct": "Kayıt Yapısı", + "Record Structure": "Kayıt Yapısı", + "Redo": "Tekrar yap", + "Reference": "Referans", + "Reference Number": "Referans Numarası", + "Reference title": "Referans başlığı", + "Remove all files and review data": "Tüm dosyaları kaldırın ve verileri inceleyin", + "Remove from Favorites": "Favorilerden Kaldır", + "Rename": "Yeniden Adlandır", + "Rename {{0}}": "{{0}}'ı yeniden adlandırın", + "Rename file": "Dosyayı yeniden adlandır", + "Rename folder": "Klasörü yeniden adlandır", + "Rendered Markdown live preview": "Markdown canlı önizlemesi oluşturuldu", + "Rendering diagram…": "Oluşturma şeması…", + "Rendering diagrams": "Oluşturma diyagramları", + "Rendering math": "Matematiği oluşturuluyor", + "Rendering music notation": "Müzik notaları oluşturuluyor", + "Rendering page {{0}} of {{1}}": "{{1}} sayfasının {{0}}. sayfası oluşturuluyor", + "Rendering pages": "Sayfalar oluşturuluyor", + "Replace": "Değiştir", + "Replace All": "Tümünü Değiştir", + "Replace All Diff Preview": "Tüm Fark Önizlemesini Değiştir", + "Replace with": "Şununla değiştirin:", + "Report": "Bildir", + "Report an issue": "Bir sorun bildirin", + "Requirements Diagram": "Gereksinimler Diyagramı", + "Reset": "Sıfırla", + "Reset & Enable": "Sıfırla ve Etkinleştir", + "Reset all": "Tümünü sıfırla", + "Reset all files": "Tüm dosyaları sıfırla", + "Reset all files?": "Tüm dosyalar sıfırlansın mı?", + "Reset Position": "Sıfırlama Konumu", + "Reset Secret Workspace?": "Gizli Çalışma Alanı sıfırlansın mı?", + "Reset Sequence": "Sıfırlama Sırası", + "Reset view": "Görünümü sıfırla", + "Reset workspace": "Çalışma alanını sıfırla", + "Reset zoom": "Yakınlaştırmayı sıfırla", + "Resize document sidebar": "Belge kenar çubuğunu yeniden boyutlandır", + "Resize panes": "Bölmeleri yeniden boyutlandır", + "Resolve all open review items": "Tüm açık inceleme öğelerini çözümle", + "Resolve feedback": "Geri bildirimi çözümle", + "Resolved": "Çözüldü", + "Resolved comments and suggestions will appear here.": "Çözümlenen yorumlar ve öneriler burada görünecek.", + "Review actions": "Eylemleri inceleyin", + "Review actions for": "Şunun için eylemleri inceleyin:", + "Review deletion cancelled because the active document changed.": "Etkin belge değiştiği için inceleme silme işlemi iptal edildi.", + "review item": "inceleme öğesi", + "Review mode": "İnceleme modu", + "Review mode uses the read-only preview.": "İnceleme modu salt okunur önizlemeyi kullanır.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "İnceleme, başlıklar, paragraflar, kod blokları ve diyagramlar hakkında yorum yapabileceğiniz veya değişiklik önerebileceğiniz salt okunur bir önizlemeyi açar.", + "Review pins": "İnceleme pinleri", + "Review summary copied.": "İnceleme özeti kopyalandı.", + "Right-to-left text": "Sağdan sola metin", + "Row count": "Satır sayısı", + "Saisissez votre markdown ici...": "Oy verenlerin indirimi ici...", + "Sankey Chart": "Sankey Tablosu", + "Sankey Flow Chart": "Sankey Akış Şeması", + "Save": "Kaydet", + "Saved": "Kaydedildi", + "Saving image": "Görüntü kaydediliyor", + "Saving to Workspace /": "Çalışma Alanına Kaydediliyor /", + "Saving...": "Kaydediliyor...", + "Scatter Plot": "Dağılım Grafiği", + "Scope Filter": "Kapsam Filtresi", + "Score in": "Skor", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "{{0}}, {{1}} metre cinsinden puan, {{2}} tarafından bestelendi.", + "Scrivi il tuo markdown qui...": "Aşağıdaki işaretlemeyi yazın...", + "Scroll left": "Sola kaydır", + "Scroll right": "Sağa kaydır", + "Scroll tabs left": "Sekmeleri sola kaydır", + "Scroll tabs right": "Sekmeleri sağa kaydır", + "Search": "Arama", + "Search diagram templates": "Diyagram şablonlarını arayın", + "Search diagrams...": "Diyagramları arayın...", + "Search emojis": "Emoji ara", + "Search files": "Dosyaları ara", + "Search History": "Arama Geçmişi", + "Search symbols": "Arama sembolleri", + "Searching...": "Aranıyor...", + "Second document": "İkinci belge", + "Secondary document": "İkincil belge", + "Secondary Markdown document": "İkincil Markdown belgesi", + "Secondary Markdown preview": "İkincil Markdown önizlemesi", + "Secret Workspace": "Gizli Çalışma Alanı", + "Secret Workspace encryption is unavailable in this browser or context.": "Gizli Çalışma Alanı şifrelemesi bu tarayıcıda veya bağlamda kullanılamıyor.", + "Secret Workspace locked.": "Gizli Çalışma Alanı kilitlendi.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Gizli Çalışma Alanının yerel depolamaya ihtiyacı var. Erişim anahtarını ayarlamadan veya kilidini açmadan önce Özel modu kapatın.", + "Secret Workspace options": "Gizli Çalışma Alanı seçenekleri", + "Secret Workspace reset.": "Gizli Çalışma Alanı sıfırlandı.", + "Secret Workspace unlocked.": "Gizli Çalışma Alanının kilidi açıldı.", + "Secret Workspace, locked": "Gizli Çalışma Alanı, kilitli", + "Select": "Seç", + "Select a comment pin in the preview to add feedback.": "Geri bildirim eklemek için önizlemede bir yorum raptiyesi seçin.", + "Select all": "Tümünü seç", + "Select All": "Tümünü Seç", + "Select Markdown file(s) to import": "İçe aktarılacak Markdown dosya(lar)ını seçin", + "Select Markdown files": "Markdown dosyalarını seç", + "Select no more than": "En fazla seçim yapmayın", + "selected": "seçildi", + "Selected block": "Seçilen blok", + "Selected diagram source": "Seçilen diyagram kaynağı", + "selected items": "seçilmiş öğeler", + "selected items?": "seçilen öğeler?", + "selected.": "seçildi.", + "Sequence Diagram": "Sıra Diyagramı", + "Sequence preview": "Dizi önizlemesi", + "Session active": "Oturum aktif", + "Session Active": "Oturum Aktif", + "Session ended": "Oturum sona erdi", + "Set password": "Şifreyi ayarla", + "Settings": "Ayarlar", + "Share": "Paylaş", + "Share link appears here": "Paylaşma bağlantısı burada görünür", + "Share link failed": "Paylaşım bağlantısı başarısız oldu", + "Share snapshot": "Anlık görüntüyü paylaş", + "Share Snapshot": "Anlık Görüntüyü Paylaş", + "Share URL": "Paylaşım URL'si", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Paylaşılan anlık görüntü sekmeleri geçicidir ve indirilemez.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Paylaşılan anlık görüntü sekmeleri geçicidir ve kopyalanamaz.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Paylaşılan anlık görüntü sekmeleri geçicidir ve tekrar paylaşılamaz.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Paylaşılan anlık görüntü sekmeleri geçicidir ve Live Share'i başlatamaz.", + "Shared snapshot tabs cannot be shared again.": "Paylaşılan anlık görüntü sekmeleri tekrar paylaşılamaz.", + "Shared snapshot tabs cannot start Live Share.": "Paylaşılan anlık görüntü sekmeleri Live Share'i başlatamaz.", + "Sharing...": "Paylaşılıyor...", + "Sheet music for:": "Notalar için:", + "Sheet music for: {{0}}": "Notalar için: {{0}}", + "Shift": "Shift", + "Show access key": "Erişim anahtarını göster", + "Show confirmation access key": "Onay erişim anahtarını göster", + "Show Diff Preview before replace": "Değiştirmeden önce Fark Önizlemesini Göster", + "Show sidebar": "Kenar çubuğunu göster", + "Showing": "Gösteriliyor", + "Signal Glitches": "Sinyal Arızaları", + "Signature and Speed": "İmza ve Hız", + "Simple Flow": "Basit Akış", + "Simple Tune": "Basit Ayar", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Küçük belgeler URL'de kodlanmış halde kalır. Büyük belgeler 90 güne kadar geçici Cloudflare KV kullanır. Paylaşılan sekmeler, alıcının cihazında yerel olarak kaydedilmez.", + "Solid": "Katı", + "Solid Mode": "Katı Mod", + "Spiked Round Ball": "Çivili Yuvarlak Top", + "Split": "Böl", + "Split document divider": "Belge bölücüyü böl", + "Split editor and live preview": "Bölünmüş düzenleyici ve canlı önizleme", + "Split editor and preview": "Düzenleyiciyi ve önizlemeyi böl", + "Split view closed.": "Bölünmüş görünüm kapatıldı.", + "Split view:": "Bölünmüş görünüm:", + "Stacked Bar": "Yığılmış Çubuk", + "Stacked Bar Chart": "Yığılmış Çubuk Grafik", + "Start a session first": "Önce bir oturum başlatın", + "Start a session to create an invite link": "Davet bağlantısı oluşturmak için bir oturum başlatın", + "Start session": "Oturumu başlat", + "Start with a blank document or bring Markdown in from somewhere else.": "Boş bir belgeyle başlayın veya başka bir yerden Markdown getirin.", + "Start with a clean Markdown file": "Temiz bir Markdown dosyasıyla başlayın", + "Starting GitHub import...": "GitHub içe aktarımı başlatılıyor...", + "Starting PNG Export": "PNG Dışa Aktarımı Başlatılıyor", + "Starting…": "Başlıyor…", + "State Diagram": "Durum Diyagramı", + "STL 3D model zoom view": "STL 3D model yakınlaştırma görünümü", + "Stop playback": "Oynatmayı durdur", + "Strikethrough": "Üstü çizili", + "Study Plan": "Çalışma Planı", + "Study Topics": "Çalışma Konuları", + "Suggested change": "Önerilen değişiklik", + "Suggestion": "Öneri", + "Suggestion added.": "Öneri eklendi.", + "suggestion.": "öneri.", + "Support math expressions with LaTeX": "LaTeX ile matematik ifadelerini destekleyin", + "Surface Angle": "Yüzey Açısı", + "Surface Angle Mode": "Yüzey Açısı Modu", + "SVG": "SVG", + "Switch language": "Dili değiştir", + "Switch Language": "Dili Değiştir", + "Switch to dark appearance": "Koyu görünüme geç", + "Switch to light appearance": "Açık görünüme geç", + "Switch to LTR": "LTR'ye geç", + "Switch to RTL": "RTL'ye geç", + "Symbol list": "Sembol listesi", + "Symbols & entities": "Semboller ve varlıklar", + "Symbols & HTML Entities": "Semboller ve HTML Varlıkları", + "Sync Off": "Senkronizasyon Kapalı", + "Sync On": "Senkronizasyon Açık", + "Sync scrolling": "Kaydırmayı eşitle", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Düzenleyiciyi ve önizlemeyi aynı hizada tutmak için Bölünmüş görünümde senkronizasyon kaydırma mevcuttur.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Senkronizasyon, Kopyalama, İnceleme, görüntüleme modları ve Dışa Aktarma, belge biçimlendirme araç çubuğuyla birlikte kalır.", + "Tab actions for": "Sekme işlemleri", + "Tab download failed:": "Sekme indirme işlemi başarısız oldu:", + "Table": "Tablo", + "Tech Stack": "Teknoloji Yığını", + "Technical Notation": "Teknik Gösterim", + "Temporary": "Geçici", + "Temporary in-memory room. No permanent document storage is created.": "Geçici bellek içi oda. Kalıcı bir belge depolama alanı oluşturulmaz.", + "Terminal block": "Terminal bloğu", + "Tetrahedron Mesh": "Dörtyüzlü Ağ", + "Text case": "Metin durumu", + "Text layout": "Metin düzeni", + "Text style": "Metin stili", + "The command-line file could not be opened because the": "Komut satırı dosyası açılamadı çünkü", + "The file could not be moved because the destination could not be saved.": "Hedef kaydedilemediği için dosya taşınamadı.", + "The live room could not be joined. Please check the invite link or connection.": "Canlı odaya bağlanılamadı. Lütfen davet bağlantısını veya bağlantısını kontrol edin.", + "The repository folder could not be created.": "Depo klasörü oluşturulamadı.", + "The share link could not be generated.": "Paylaşım bağlantısı oluşturulamadı.", + "The shared snapshot could not be opened because the": "Paylaşılan anlık görüntü açılamadı çünkü", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Paylaşılan URL'nin kodu çözülemedi. Bozuk veya eksik olabilir.", + "Theme": "Tema", + "This comment or suggestion will be permanently deleted.": "Bu yorum veya öneri kalıcı olarak silinecek.", + "This Live Share room has ended or is no longer active.": "Bu Canlı Paylaşım odası sona erdi veya artık aktif değil.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Bu, Gizli Çalışma Alanındaki tüm şifrelenmiş dosya ve klasörleri kalıcı olarak siler. İçerik kurtarılamaz.", + "This review item is no longer available.": "Bu inceleme öğesi artık mevcut değil.", + "This shared snapshot is view only.": "Bu paylaşılan anlık görüntü yalnızca görüntülenir.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Bu paylaşılan anlık görüntü yalnızca görüntülenir. Markdown kaynağı indirilemez veya kopyalanamaz.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Bu, {{0}} öğesini kaldıracak ve tüm etkin Canlı Paylaşım oturumlarını sonlandıracaktır. Kaydedilmemiş değişiklikler kurtarılamaz.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Bu, tüm dosyaları ve inceleme öğelerini kaldıracaktır. Kaydedilmemiş değişiklikler kurtarılamaz.", + "ThisIs-Developer": "Bu-Geliştirici", + "Timeline Diagram": "Zaman Çizelgesi Diyagramı", + "Timing Diagram": "Zamanlama Diyagramı", + "Timing Signal Wave": "Zamanlama Sinyal Dalgası", + "Title": "Başlık", + "Title case": "Başlık durumu\nListeler oluşturmak için", + "to build lists, and triple backticks for code blocks.": "ve kod blokları için üçlü geri tıklamalar.", + "to stay within the": "içinde kalmak için", + "Toggle Dock Mode": "Bağlantı Moduna Geçiş Yap", + "Toggle Floating Mode": "Kayan Modu Değiştir", + "Toolbar descriptions": "Araç çubuğu açıklamaları", + "Topology Map": "Topoloji Haritası", + "Try again": "Tekrar deneyin", + "Turn private mode off": "Özel modu kapat", + "Turn private mode on": "Özel modu aç", + "Twisted Column": "Bükülmüş Sütun", + "Two documents are already open side by side": "İki belge zaten yan yana açık", + "Type your markdown here...": "İndiriminizi buraya yazın...", + "Type, paste, or import Markdown here...": "Markdown buraya yazın, yapıştırın veya içe aktarın...", + "Unable to load emojis.": "Emojiler yüklenemiyor.", + "Unable to render diagram.": "Diyagram oluşturulamıyor.", + "Unable to start import.": "İçe aktarma başlatılamıyor.", + "Undo": "Geri al", + "Undo and Redo keep editing history close at hand.": "Geri Al ve Yinele, düzenleme geçmişini elinizin altında tutar.", + "Unknown error": "Bilinmeyen hata", + "Unlock": "Kilidi aç", + "Unlock Secret Workspace": "Gizli Çalışma Alanının Kilidini Aç", + "Unlock workspace": "Çalışma alanının kilidini açın", + "Unlocking…": "Kilit açılıyor…", + "Upload from Device": "Cihazdan Yükleme", + "UPPERCASE": "BÜYÜK HARF", + "Use": "Kullan", + "Use at least 8 characters.": "En az 8 karakter kullanın.", + "Use Case Diagram": "Kullanım Senaryosu Diyagramı", + "Use dark appearance": "Koyu görünüm kullan", + "Use dark mode": "Koyu modu kullan", + "Use light mode": "Açık modu kullan", + "Use Regular Expression": "Normal İfade Kullan", + "Use Regular Expression (.*)": "Normal İfade Kullan (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "H1–H6 başlıkları ve büyük harf kullanımı için Başlık ve Durum menülerini kullanın.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Düzenleyici, Bölme ve Önizleme modları arasında geçiş yapmak için araç çubuğundaki görünüm düğmelerini kullanın.", + "User Journey": "Kullanıcı Yolculuğu", + "Venn Diagram": "Venn Diyagramı", + "Version": "Sürüm", + "View": "Görüntüle", + "View Markdown Viewer on GitHub": "GitHub'da Markdown Viewer öğesini görüntüleyin", + "View mode": "İzleme modu", + "View on GitHub": "GitHub'da görüntüle", + "View only": "Yalnızca görüntüleme", + "Viewer": "İzleyici", + "Visualizador de Markdown": "Markdown Görselleştiricisi", + "Visualizzatore Markdown": "Görselleştirici Markdown", + "WBS Hierarchy": "İKY Hiyerarşisi", + "Welcome template": "Hoş Geldiniz şablonu", + "Welcome to Markdown": "Markdown'a hoş geldiniz", + "Welcome to Markdown options": "Markdown seçeneklerine hoş geldiniz", + "Welcome, {{0}}": "Hoş geldiniz, {{0}}", + "will be imported because the": "içe aktarılacak çünkü", + "Wireframe": "Tel Çerçeve", + "Wireframe Mode": "Tel Çerçeve Modu", + "Words": "Kelimeler", + "Work Breakdown": "İş Dağılımı", + "Workspace": "Çalışma Alanı", + "Workspace actions": "Çalışma alanı eylemleri", + "Workspace menu": "Çalışma Alanı menüsü", + "Workspace options": "Çalışma alanı seçenekleri", + "Workspace settings": "Çalışma alanı ayarları", + "Workspace, file location": "Çalışma alanı, dosya konumu", + "Workspaces": "Çalışma Alanları", + "Workspaces, folders, and Markdown files": "Çalışma alanları, klasörler ve Markdown dosyaları", + "Wpisz tutaj swój markdown...": "İndirimi artırın...", + "Wrap": "Sarma", + "Wrap Around": "Etrafını Sar", + "Wrap Around (Wrap)": "Etrafına Sar (Sarma)", + "Write. Preview. Share.": "Yaz. Önizleme. Paylaşmak.", + "XY Chart": "XY Grafiği", + "Your workspace is ready": "Çalışma alanınız hazır", + "Zoom in": "Yakınlaştır", + "Zoom In": "Yakınlaştır", + "Zoom model": "Yakınlaştırma modeli", + "Zoom out": "Uzaklaştır", + "Zoom Out": "Uzaklaştır", + "Введите здесь ваш markdown...": "İndirimi etkinleştirin...", + "Введіть ваш markdown тут...": "Şunun için işaretleme yapın:", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Sorunlar Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Farklı bir belge seçin.", + "Choose an alert style to insert into the document.": "Belgeye eklenecek bir uyarı stili seçin.", + "Collaborators can edit this document.": "Ortak çalışanlar bu belgeyi düzenleyebilir.", + "Only the Live Share host can share snapshots from a live document.": "Yalnızca Live Share ana bilgisayarı, canlı bir belgedeki anlık görüntüleri paylaşabilir.", + "Review the proposed changes before committing them to the document.": "Önerilen değişiklikleri belgeye kaydetmeden önce inceleyin.", + "{{0}} and {{1}}": "{{0}} ve {{1}}", + "{{0}} file": "{{0}} dosyası", + "{{0}} files": "{{0}} dosya", + "{{0}} review item": "{{0}} inceleme öğesi", + "{{0}} review items": "{{0}} inceleme öğesi", + "close": "kapat", + "Close all": "Tümünü kapat", + "delete": "sil", + "download": "indir", + "duplicate": "kopya", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "kilidi", + "move": "hamle", + "open": "açık", + "rename": "yeniden adlandır", + "Unable to trim D2 SVG bounds": "D2 SVG sınırları kırpılamıyor", + "ABC notation could not be rendered. Check the score syntax and retry.": "ABC gösterimi işlenemedi. Puan sözdizimini kontrol edin ve yeniden deneyin.", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC gösterimi oluşturucusu kullanılamıyor. Bağlantınızı kontrol edip tekrar deneyin.", + "Creating link": "Bağlantı oluşturuluyor", + "Ending live room...": "Canlı oda sonlandırılıyor...", + "Failed to create share link:": "Paylaşım bağlantısı oluşturulamadı:", + "in split view": "bölünmüş görünümde", + "Link failed": "Bağlantı başarısız oldu", + "Live room ended by the host": "Canlı oda toplantı sahibi tarafından sonlandırıldı", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Denizkızı oluşturulamadı. Diyagramın sözdizimini kontrol edin ve yeniden deneyin.", + "Open Markdown file": "Markdown dosyasını aç", + "Preparing Mermaid for print...": "Denizkızı baskıya hazırlanıyor...", + "Rendering Mermaid…": "Deniz Kızı Oluşturuluyor…", + "Save HTML document": "HTML belgesini kaydet", + "Save Markdown File": "Markdown Dosyasını Kaydet", + "Starting live room...": "Canlı oda başlatılıyor...", + "Task item": "Görev öğesi", + "The Live Share room could not be opened because the": "Canlı Paylaşım odası açılamadı çünkü", + "This Live Share room has ended, expired, or no active host is available.": "Bu Canlı Paylaşım odası sona erdi, süresi doldu veya etkin toplantı sahibi mevcut değil.", + "Unable to start live room": "Canlı oda başlatılamıyor", + "Use light appearance": "Açık görünüm kullan", + "xMidYMid meet": "xMidYMid buluşması", + "A folder with this name already exists in the workspace.": "Çalışma alanında bu ada sahip bir klasör zaten mevcut.", + "Add another review item": "Başka bir inceleme öğesi ekle", + "Add suggestion": "Öneri ekle", + "All feedback resolved": "Tüm geri bildirimler çözümlendi", + "Changes not saved": "Değişiklikler kaydedilmedi", + "Click Start session to create a temporary room and generate an invite link.": "Geçici bir oda oluşturmak ve bir davet bağlantısı oluşturmak için Oturumu başlat'a tıklayın.", + "Collaborators can view updates but cannot edit.": "Ortak çalışanlar güncellemeleri görüntüleyebilir ancak düzenleyemez.", + "Copy command was unsuccessful": "Kopyalama komutu başarısız oldu", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Bu bağlantıyı kopyalayın ve ortak çalışanlara gönderin. Yeni katılımcılar katıldıklarında yukarıda görünür.", + "Could not protect this workspace. Try again.": "Bu çalışma alanı korunamadı. Tekrar deneyin.", + "Creating snapshot link...": "Anlık görüntü bağlantısı oluşturuluyor...", + "Delete folder": "Klasörü sil", + "Delete selected items": "Seçilen öğeleri sil", + "Edit comment": "Yorumu düzenle", + "Edit suggestion": "Öneriyi düzenle", + "Enter a folder name.": "Bir klasör adı girin.", + "Enter a name.": "Bir ad girin.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Her şey çözüldü. Daha önceki geri bildirimleri incelemek için Çözümlendi veya Tümü'ne geçin.", + "GitHub import finished.": "GitHub içe aktarma işlemi tamamlandı.", + "Incorrect access key or unreadable Secret Workspace data.": "Yanlış erişim anahtarı veya okunamayan Gizli Çalışma Alanı verileri.", + "Live room disconnected": "Canlı odanın bağlantısı kesildi", + "Maximum document limit reached": "Maksimum belge sınırına ulaşıldı", + "Mermaid diagram": "Denizkızı diyagramı", + "Mermaid diagram actions": "Denizkızı diyagramı eylemleri", + "No documents match your search.": "Aramanızla eşleşen belge yok.", + "Open or create a document to use editing tools.": "Düzenleme araçlarını kullanmak için bir belge açın veya oluşturun.", + "Review item deleted.": "İnceleme öğesi silindi.", + "Review item reopened.": "İnceleme öğesi yeniden açıldı.", + "Review item resolved.": "İnceleme öğesi çözüldü.", + "Review item updated.": "İnceleme öğesi güncellendi.", + "Review mode keeps the Markdown source read only.": "İnceleme modu Markdown kaynağını salt okunur halde tutar.", + "Room active - waiting for collaborators": "Oda etkin - ortak çalışanlar bekleniyor", + "Save changes": "Değişiklikleri kaydet", + "Secret Workspace has not been set up yet.": "Gizli Çalışma Alanı henüz kurulmadı.", + "The provided URL does not point to a Markdown file.": "Sağlanan URL bir Markdown dosyasına işaret etmiyor.", + "This document is read only.": "Bu belge salt okunurdur.", + "This Live Share session is view only.": "Bu Canlı Paylaşım oturumu yalnızca görüntülenebilir.", + "This share link has expired or does not exist.": "Bu paylaşım bağlantısının süresi dolmuş veya mevcut değil.", + "This shared document is read-only for you.": "Bu paylaşılan belge sizin için salt okunurdur.", + "Your file is ready.": "Dosyanız hazır.", + "Your files are ready.": "Dosyalarınız hazır." +} diff --git a/assets/i18n/tw.json b/assets/i18n/tw.json new file mode 100644 index 00000000..a31b919f --- /dev/null +++ b/assets/i18n/tw.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "- 已達到文件限制。", + "-document limit would be exceeded.": "- 將超出文件限制。", + "-document limit.": "- 文檔限制。", + "— Copy/Paste": "— 複製/貼上", + "— Open Find & Replace": "— 開啟尋找與替換", + "— Redo": "— 重做", + "— Undo": "— 撤銷", + ", and": ",和", + ", favorite": ",最愛", + ", file location": ",文件位置", + ", locked": ",已鎖定", + ", or": ",或", + ".md or .markdown files supported": "支援 .md 或 .markdown 文件", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "「樣式=」寬度:100%;高度:100%;顯示:柔性;對齊項目:居中;調整內容:居中;溢出:隱藏;\">", + "{{0}} characters": "{{0}} 個字符", + "{{0}} details go here.": "{{0}} 詳細資料請參閱此處。", + "{{0}} file selected": "已選取 {{0}} 文件", + "{{0}} files selected": "已選取 {{0}} 個文件", + "{{0}} imported": "{{0}} 已導入", + "{{0}} Min Read": "{{0}} 最小讀數", + "{{0}} of {{1}} files": "{{0}} 個檔案(共 {{1}} 個)", + "{{0}} of {{1}} matches": "{{0}} 個符合項(共 {{1}} 個)\n已選擇", + "{{0}} selected": "{{0}}", + "{{0}} Viewer": "{{0}} 觀眾", + "{{0}} words": "{{0}} 個字", + "{{0}}m": "{{0}} 分鐘", + "{{0}}m {{1}}s": "{{0}} 分 {{1}} 秒", + "{{0}}s": "{{0}} 秒", + "0 of": "0 的", + "0 of 0": "0 個,共 0 個", + "0 of 0 matches": "0 場比賽(共 0 場)", + "0 selected": "已選出 0 個", + "1 of 50 files": "50 個文件中的 1 個", + "3D Model Viewer": "3D 模型檢視器", + "3D Models": "3D 模型", + "A browser-based Markdown editor, viewer, previewer, and reader.": "基於瀏覽器的 Markdown 編輯器、檢視器、預覽器和閱讀器。", + "Ab": "Ab", + "About": "關於", + "About Markdown Viewer": "關於 Markdown Viewer", + "Access": "訪問", + "Access key": "訪問鍵", + "Access keys do not match.": "訪問鍵不符。", + "Access:": "訪問:", + "Actions": "操作", + "Active document,": "活動文檔,", + "Active document, Welcome to Markdown": "活動文檔,歡迎來到 Markdown", + "Activity Diagram": "活動圖", + "Add comment": "新增評論", + "Add feedback": "新增回饋", + "Add syntax highlighting for code blocks": "為程式碼區塊新增語法高亮", + "Add to Favorites": "加入收藏夾", + "Address / Link": "地址/鏈接", + "Address / URL": "位址/網址", + "Address & Data Buses": "位址與資料匯流排", + "Advanced insertion": "進階插入", + "Advanced Options": "進階選項", + "alert alert-danger": "警報警報-危險", + "Align center": "居中對齊", + "Align left": "左對齊", + "Align right": "右對齊", + "Alignment and direction": "對齊與方向", + "All": "全部", + "All changes saved": "已儲存所有更改", + "All workspace folders collapsed.": "所有工作區資料夾均已折疊。", + "All workspace folders expanded.": "所有工作區資料夾均已展開。", + "Alt Text (used for title)": "替代文字(用於標題)", + "Apache License 2.0": "Apache 許可證 2.0", + "Appearance": "外觀", + "Application information": "申請資訊", + "Application language": "應用語言", + "Application menu": "應用程式選單", + "Application Programming Interface": "應用程式介面", + "Application shortcuts": "應用程式捷徑", + "Apply": "申請", + "Architecture Diagram": "架構圖", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "您確定要清除活動文件的內容嗎?文檔本身不會被刪除。", + "Area Chart": "面積圖", + "Audio playback is not supported in this browser.": "此瀏覽器不支援音訊播放。", + "Back to content": "返回內容", + "Bar Chart": "長條圖", + "bi bi-github": "bi bi-github", + "Binary Counter": "二進位計數器", + "Blockquote": "區塊引用", + "Bold": "粗體", + "Browser Print (Recommended)": "瀏覽器列印(建議)", + "Bubble Plot": "氣泡圖", + "Bulleted list": "項目符號列表", + "C4 Container": "C4 貨櫃", + "C4 Container Diagram": "C4容器圖", + "Calculating...": "正在計算...", + "Calibration Cube": "校正立方體", + "Can edit": "可以編輯", + "Cancel": "取消", + "Cancel feedback": "取消回饋", + "Cancel Image generation": "取消影像生成", + "Cancel PDF generation": "取消 PDF 生成", + "Cannot import: The selected file appears to be a binary file.": "無法匯入:所選檔案似乎是二進位檔案。", + "Capturing document": "擷取文檔", + "Capturing image": "拍攝影像", + "Change text case": "更改文字大小寫", + "Changelog": "變更日誌", + "Chars": "字符", + "Checkbox Map": "複選框圖", + "Checklist Map": "清單地圖", + "Choose a document to edit beside “": "在「旁邊選擇要編輯的文檔", + "Choose a second document to edit beside the current one.": "選擇目前文件旁的第二個文件進行編輯。", + "Choose how the PDF should be generated.": "選擇 PDF 的產生方式。", + "Choose how you want to begin.": "選擇您想要如何開始。", + "Choose one or more Markdown files": "選擇一個或多個 Markdown 文件", + "Choose text style": "選擇文字樣式", + "Chords Strum": "和弦彈奏", + "Class Diagram": "類別圖", + "Clear active document?": "清除活動文檔?", + "Clear All": "取消全選", + "Clear Document": "清晰文件", + "Clear document search": "清除文件搜尋", + "Clear search": "清除搜尋", + "Close": "關閉", + "Close {{0}}": "關閉 {{0}}", + "Close 3D modal": "關閉 3D 模態", + "Close about dialog": "關閉對話框", + "Close clear document dialog": "關閉清除文件對話框", + "Close comments and suggestions": "關閉意見和建議", + "Close confirmation": "關閉確認", + "Close diagram dialog": "關閉圖表對話框", + "Close diagram modal": "關閉圖模態", + "Close dialog": "關閉對話框", + "Close diff preview dialog": "關閉差異預覽對話框", + "Close document sidebar": "關閉文件側邊欄", + "Close expired live share dialog": "關閉過期的即時共享對話框", + "Close Explorer": "關閉資源管理器", + "Close find and replace panel": "關閉尋找和取代面板", + "Close GitHub Emojis dialog": "關閉 GitHub Emojis 對話框", + "Close GitHub import dialog": "關閉 GitHub 導入對話框", + "Close help dialog": "關閉幫助對話框", + "Close image dialog": "關閉影像對話框", + "Close link dialog": "關閉連結對話框", + "Close live share dialog": "關閉即時分享對話框", + "Close Markdown alerts dialog": "關閉 Markdown 警報對話框", + "Close menu": "關閉選單", + "Close move dialog": "關閉移動對話框", + "Close others": "關閉其他", + "Close PDF export dialog": "關閉 PDF 匯出對話框", + "Close reference dialog": "關閉參考對話框", + "Close rename dialog": "關閉重新命名對話框", + "Close reset confirmation dialog": "關閉重置確認對話框", + "Close review deletion dialog": "關閉評論刪除對話框", + "Close review mode": "關閉審閱模式", + "Close secret workspace dialog": "關閉秘密工作區對話框", + "Close share dialog": "關閉共享對話框", + "Close share error dialog": "關閉共享錯誤對話框", + "Close split view dialog": "關閉分割視圖對話框", + "Close Symbols and HTML Entities dialog": "關閉符號和 HTML 實體對話框", + "Close table dialog": "關閉表格對話框", + "Close to the left": "靠近左邊", + "Close to the right": "靠近右邊", + "Close Welcome to Markdown": "關閉 歡迎來到 Markdown", + "Closed:": "關閉:", + "Closed: Not closed": "已關閉:未關閉", + "Closed: Unavailable": "已關閉:不可用", + "closed. Select it in Files to reopen it.": "關閉。在“文件”中選擇它以重新打開它。", + "Cluster Subgraph": "聚類子圖", + "Code block": "程式碼區塊", + "Code blocks only": "僅程式碼區塊", + "Code copied": "程式碼已複製\n已複製", + "code copied.": "代碼。", + "Code Mindmap": "程式碼心智圖", + "Collaborators can edit and sync.": "協作者可以編輯和同步。", + "Collaborators can view without editing.": "協作者無需編輯即可查看。", + "Collapse all folders": "折疊所有資料夾", + "Collapse Workspace": "折疊工作區", + "Column count": "列數", + "Comment": "評論", + "Comment added.": "已新增評論。", + "comment.": "評論。", + "Comments & suggestions": "意見與建議", + "Commit Replacements": "提交替換", + "Common formatting": "常見格式", + "Common symbols": "常用符號", + "Complete": "完成", + "Complex Transaction": "複雜交易", + "Component Diagram": "組件圖", + "Confirm access key": "確認訪問鍵", + "Confirm action": "確認操作", + "Connection lost": "連線遺失", + "Content structure": "內容結構", + "Copied": "已複製", + "Copied!": "已複製!", + "Copy": "複製", + "Copy failed": "複製失敗", + "Copy failed. Retry": "複製失敗。重試", + "Copy image": "複製影像", + "Copy Image": "複製影像", + "Copy image to clipboard": "將影像複製到剪貼簿", + "Copy invite link": "複製邀請鏈接", + "Copy JavaScript code": "複製 JavaScript 程式碼", + "Copy link": "複製鏈接", + "Copy Markdown": "複製 Markdown", + "Copy review summary": "複製評論摘要", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "建立本機存取金鑰來加密儲存在此工作區中的檔案和資料夾名稱。密鑰無法恢復。", + "Create access key": "建立存取金鑰", + "Create folder": "建立資料夾", + "Create headings with": "建立標題", + "Create new file": "建立新文件", + "Create or import a document": "建立或匯入文檔", + "Create responsive layout": "建立響應式佈局", + "Create share link": "建立分享鏈接", + "Created after session starts": "會話開始後創建", + "Ctrl": "Ctrl", + "Current Step": "目前步驟", + "Czytnik Markdown": "奇特尼克 Markdown", + "Dark mode": "深色模式", + "Data Bus States": "資料匯流排狀態", + "Data is stored locally": "資料儲存在本地", + "Data Visualization": "資料視覺化", + "Date and time": "日期和時間", + "Delete": "刪除", + "Delete “{{0}}”?": "刪除「{{0}}」?", + "Delete {{0}} selected items?": "刪除 {{0}} 個所選項目?", + "Delete all": "全部刪除", + "Delete all review items": "刪除所有評論項目", + "Delete all review items?": "刪除所有評論項目?", + "Delete feedback": "刪除回饋", + "Delete folder?": "刪除資料夾?", + "Delete item": "刪除項目", + "Delete review item?": "刪除評論項目?", + "Deployment Nodes": "部署節點", + "Destination": "目的地", + "details go here.": "詳細資訊請參閱此處。", + "Developed and maintained by": "開發與維護", + "Diagram and more": "圖表及更多", + "Diagram Categories": "圖表類別", + "Diagram source code...": "圖源碼...", + "Diagram templates": "圖表模板", + "Diagram Viewer": "圖表檢視器", + "Digite seu markdown aqui...": "Digite seu markdown aqui...", + "Directed Graph": "有向圖", + "Disable synchronized scrolling": "停用同步滾動", + "Display name": "顯示名稱", + "Document added to favorites.": "文件已新增至收藏夾。", + "Document block": "文件區塊", + "Document removed from favorites.": "文件已從收藏夾中刪除。", + "Document statistics": "文檔統計", + "Document statistics and save status": "文件統計與保存狀態", + "Document tools": "文件工具", + "Document utilities and view mode": "文件實用程式和檢視模式", + "Document views": "文件視圖", + "documents reached. Delete an existing document to create or import another.": "文件已到達。刪除現有文件以建立或匯入另一個文件。", + "Download {{0}}": "下載 {{0}}", + "Download Markdown": "下載Markdown", + "Download PNG": "下載 PNG", + "Download started": "下載開始", + "Download SVG": "下載 SVG", + "Drag files to move": "拖曳檔案進行移動", + "Drop your Markdown files anywhere": "將 Markdown 檔案拖曳到任何地方", + "Duet Accord": "二重奏協奏曲", + "Duplicate": "重複", + "Duplicate {{0}}": "重複 {{0}}", + "Edit": "編輯", + "Edit feedback": "編輯回饋", + "Edit Markdown": "編輯 Markdown", + "Editing": "編輯", + "Editing and preview enabled.": "啟用編輯和預覽。", + "Emoji list": "表情符號列表", + "Emoji shortcode": "表情符號簡碼", + "Emojis loaded.": "表情符號已載入。", + "Emphasize text with": "強調文本", + "Enable mermaid diagrams": "啟用美人魚圖", + "Enable synchronized scrolling": "啟用同步捲動", + "Encrypting…": "正在加密...", + "End live session": "結束直播", + "End session": "結束會話", + "English": "英語", + "Enter fullscreen": "進入全螢幕", + "Enter the local access key used to encrypt this workspace on this device.": "輸入用於加密該裝置上的工作區的本機存取金鑰。", + "Entire Document": "整份文檔", + "Entity Relationship": "實體關係", + "ER (Graphviz style)": "ER(Graphviz 風格)", + "ER Diagram": "ER 圖", + "ER preview": "ER 預覽", + "ERD Table": "ERD 表", + "Error rendering 3D model: {{0}}": "渲染 3D 模型時發生錯誤:{{0}}", + "Error rendering map: {{0}}": "渲染地圖時發生錯誤:{{0}}", + "Error rendering markdown: {{0}} {{1}}": "渲染降價時發生錯誤:{{0}} {{1}}", + "Escribe tu markdown aquí...": "寫下你的 markdown aquí...", + "Estimated remaining": "預估剩餘時間", + "Exit fullscreen": "退出全螢幕", + "Exit split view": "退出分割視圖", + "Expand all folders": "展開所有資料夾", + "Expand or collapse all is available in All files": "展開或折疊全部可在所有文件中使用", + "Expand Secret Workspace": "展開秘密工作區", + "Explore features with an example": "透過範例探索功能", + "Explorer": "檔案總管", + "Explorer item": "資源管理器項目", + "Explorer items deleted.": "資源管理器項目已刪除。", + "Explorer selection cleared.": "資源管理器選擇已清除。", + "Export": "匯出", + "Export as HTML": "匯出為 HTML", + "Export as Image": "導出為影像", + "Export as Markdown": "匯出為 Markdown", + "Export as PDF": "匯出為 PDF", + "Export document": "匯出文件", + "Export failed:": "匯出失敗:", + "Export PDF Options": "匯出 PDF 選項", + "External Image (URL)": "外部影像(URL)", + "Faceted Gear Wheel": "多面齒輪", + "Failed to copy HTML:": "複製 HTML 失敗:", + "Failed to copy Markdown:": "無法複製 Markdown:", + "Failed to copy review summary:": "無法複製評論摘要:", + "Failed to copy share link:": "複製分享連結失敗:", + "Failed to import {{0}}": "導入 {{0}} 失敗", + "Failed to load emojis.": "表情符號載入失敗。", + "Failed to load sharing library. Please check your connection and reload.": "載入共享庫失敗。請檢查您的連線並重新載入。", + "Failed to load sharing library. Please check your internet connection.": "載入共享庫失敗。請檢查您的網路連線。", + "Failed to locate Markdown files.": "無法找到 Markdown 文件。", + "Failed to read the file. Please check permissions and try again.": "讀取檔案失敗。請檢查權限並重試。", + "Failed to start Live Share. Please check your connection and try again.": "無法啟動即時共享。請檢查您的連線並重試。", + "FAQ": "常見問題解答", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "更快,建議用於大文件。注意:圖像、圖表等可能會損壞。", + "Favorite": "最愛", + "Favorites": "我的最愛", + "Favs": "最愛", + "Feature Collection Map": "特徵集合圖", + "Feedback type": "回饋類型", + "Fetching file tree...": "正在取得檔案樹...", + "file": "文件", + "File actions": "文件操作", + "File created": "檔案已創建", + "File deleted": "檔案已刪除", + "File is already in that location.": "文件已位於該位置。", + "File is too large (maximum 10MB supported).": "檔案太大(最大支援 10MB)。", + "File moved to": "文件移至", + "File name": "檔案名", + "File options": "檔案選項", + "File options for": "檔案選項", + "File options for Welcome to Markdown": "歡迎使用 Markdown 的檔案選項", + "File renamed": "檔案已重新命名", + "files": "文件", + "files available in the tree.": "檔案。", + "Files deleted": "文件已刪除\n已匯入", + "Filter review items": "過濾評論項目", + "Find": "查找", + "Find & Replace": "尋找與替換", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "尋找和替換以及全螢幕是直接的工具列操作;關於 Markdown Viewer 開啟專案、Markdown、隱私、授權和支援資訊。", + "Find and replace": "尋找並替換", + "Find and Replace": "尋找與替換", + "Find in Selection": "在選擇中尋找", + "Find in Selection (Sel)": "在選擇中尋找 (Sel)", + "Find query": "尋找查詢", + "Finite State Machine": "有限狀態機", + "Fit": "適合", + "Fit diagram to screen": "使圖表適合螢幕", + "Flowchart (Left-Right)": "流程圖(左-右)", + "Flowchart (LR)": "流程圖 (LR)", + "Flowchart (TD)": "流程圖 (TD)", + "Flowchart (Top-Down)": "流程圖(自上而下)", + "folder": "資料夾", + "Folder created": "資料夾已創建", + "Folder created:": "資料夾已建立:", + "Folder deleted": "資料夾已刪除", + "Folder deleted. Documents moved to the workspace root.": "資料夾已刪除。文件移至工作區根目錄。", + "Folder name": "資料夾名稱", + "Folder renamed": "資料夾已重新命名", + "Folder renamed to": "資料夾重新命名為", + "folders": "資料夾", + "Folders stay one level deep inside a workspace.": "資料夾保留在工作區深處的一層。", + "Folk & Lyrics": "民謠與歌詞", + "for this block.": "該塊。", + "Forgot access key? Reset Secret Workspace": "忘記存取金鑰?重置秘密工作空間", + "Fresh Tomato": "新鮮番茄", + "From files": "從檔案", + "From GitHub": "從 GitHub", + "FSM Diagram": "FSM 圖", + "Fullscreen": "全螢幕", + "Gantt Chart": "甘特圖", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "正在產生圖片", + "Generating Image...": "產生影像...", + "Generating PDF": "正在產生 PDF", + "Generating PDF...": "正在產生 PDF...", + "Git Graph": "Git 圖", + "GitHub Emojis": "GitHub 表情符號", + "GitHub files loaded.": "已載入 GitHub 檔案。", + "GitHub import": "GitHub 導入", + "GitHub import failed:": "GitHub 導入失敗:", + "GitHub import failed.": "GitHub 導入失敗。", + "GitHub import failed. The repository folder could not be created.": "GitHub 導入失敗。無法建立儲存庫資料夾。", + "GitHub Repository": "GitHub 儲存庫", + "GitHub URL": "GitHub 網址", + "Glitchy Waveform": "毛邊波形", + "Graphical User Interface": "圖形使用者介面", + "Grid Layout": "網格佈局", + "Grouped Nodes": "分組節點", + "Guitar Chords": "吉他和弦", + "Heading 1": "標題 1", + "Heading 2": "標題 2", + "Heading 3": "標題 3", + "Heading 4": "標題 4", + "Heading 5": "標題 5", + "Heading 6": "標題 6", + "Heading levels": "標題級別", + "Headings only": "僅標題", + "Heatmap Matrix": "熱圖矩陣", + "Hide access key": "隱藏存取鍵", + "Hide sidebar": "隱藏側邊欄", + "Hierarchy Tree": "層次結構樹", + "History": "歷史", + "Horizontal rule": "水平線", + "HTML": "HTML", + "HTML entities": "HTML 實體", + "HTML export failed:": "HTML 匯出失敗:", + "Image": "影像", + "Image (.png)": "圖 (.png)", + "Image description": "圖說明", + "Image generation progress": "影像生成進度", + "Image URL": "圖片網址", + "Implement live preview with GitHub styling": "使用 GitHub 樣式實現即時預覽", + "Import": "導入", + "Import complete": "導入完成", + "Import completed with errors": "匯入已完成,但有錯誤", + "Import failed": "導入失敗", + "Import finished with issues": "匯入已完成,但有問題", + "Import from files": "從檔案匯入", + "Import from GitHub": "從 GitHub 導入", + "Import Markdown from GitHub": "從 GitHub 匯入 Markdown", + "Import Selected": "匯入所選內容", + "Importing {{0}}": "正在導入 {{0}}", + "Importing file": "匯入文件", + "Importing files": "匯入文件", + "Importing from GitHub": "從 GitHub 導入", + "Importing selected files from GitHub...": "正在從 GitHub 匯入選定的檔案...", + "Importing...": "正在導入...\n本文檔中的", + "Inline code": "內嵌程式碼", + "Inline Code Blocks": "內嵌程式碼區塊", + "Insert": "插入", + "Insert Diagram & More": "插入圖及更多", + "Insert image": "插入圖片", + "Insert link": "插入鏈接", + "Insert reference": "插入參考", + "Insert table": "插入表格", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "聰明地規劃分頁符,將圖像、表格、方程式和圖表放在一起。當空間不足時,區塊會移動到下一頁。推薦用於短文檔。", + "Invite link": "邀請鏈接", + "Italic": "斜體", + "item": "項目", + "items": "項目", + "items available.": "物品可用。", + "Items deleted": "項目已刪除", + "JavaScript": "JavaScript", + "JSON Document": "JSON 文檔", + "JSON Viewer": "JSON 檢視器", + "Key Signature & Tempo": "調號與速度", + "Keyboard shortcuts": "鍵盤快速鍵", + "Landmark Point": "地標點", + "Language:": "語言:", + "Language: JavaScript": "語言:JavaScript", + "LaTeX blocks only": "僅 LaTeX 區塊", + "Leave a focused comment for the author...": "為作者留下重點評論...", + "Leave session": "離開會議", + "Lecteur Markdown": "講師 Markdown", + "Left Live Share session.": "離開即時分享會話。", + "Left-to-right text": "從左到右的文本", + "Legacy Raster PDF": "舊版光柵 PDF", + "Light mode": "淺色模式", + "Line Chart": "折線圖", + "Link": "鏈接", + "Link copied": "連結已複製", + "Link Text": "連結文本", + "Link title": "連結標題", + "Listen to score": "聽樂譜", + "Live collaborators": "現場合作者", + "Live Share": "即時共享", + "Live Share access mode": "即時分享存取模式", + "Live Share invite link": "直播分享邀請鏈接", + "Live Share is view only.": "即時分享僅供查看。", + "Live Share participants": "即時分享參與者", + "Live Share room expired": "直播分享房間已過期", + "Live Share session ended by the host.": "直播分享會話由主持人結束。", + "Live Share session ended.": "直播分享環節結束。", + "Live Share session started.": "即時分享會話開始。", + "Loading document assets": "載入文檔資源", + "Loading emojis...": "正在載入表情符號...", + "Loading image renderer": "載入影像渲染器", + "Loading PDF libraries": "載入 PDF 函式庫", + "Loading...": "載入中...", + "Lock workspace": "鎖定工作區", + "Locked": "已鎖定", + "lowercase": "小寫", + "Lyrics Song": "歌詞曲", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown 警報", + "Markdown alert types": "Markdown 警報類型", + "Markdown alerts": "Markdown 警報", + "Markdown document": "Markdown 文檔", + "Markdown editor input with live preview": "Markdown 編輯器輸入,帶即時預覽", + "Markdown file import progress": "Markdown 文件匯入進度", + "Markdown formatting toolbar for plain-text editing": "Markdown 用於純文字編輯的格式化工具列", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown 僅預覽", + "Markdown source is unavailable for view-only snapshots": "Markdown 來源無法用於只查看快照", + "Markdown tips": "Markdown 提示", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer 幫助", + "Markdown ビューア": "Markdown ビューa", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 閱讀器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "標記圖預覽", + "match": "比賽", + "Match Case": "火柴盒", + "Match Case (Aa)": "火柴盒 (Aa)", + "Match Whole Word": "配對整個單字", + "Match Whole Word (W)": "配對整個單字 (W)", + "matches": "匹配", + "Maximum document limit reached.": "已達到最大文件限制。", + "Maximum of": "最大值", + "Menu": "選單", + "Mermaid blocks only": "僅美人魚方塊", + "meter, composed by": "計,由", + "Min Read": "最小讀取", + "Mind Maps": "心智圖", + "Mindmap Diagram": "心智圖", + "Mindmap Outline": "心智圖大綱", + "Model actions": "模型動作", + "more participant": "更多參與者", + "More tools": "更多工具", + "Move": "移動", + "Move “": "移動“", + "Move {{0}} selected items": "移動 {{0}} 個所選項目", + "Move document": "行動文檔", + "Multi-Voice Harmony": "多聲部和聲", + "Music notation block": "樂譜塊", + "Name": "姓名", + "Name item": "姓名項目", + "Native HTML save failed:": "原生 HTML 儲存失敗:", + "Native import failed:": "原生導入失敗:", + "Native save failed:": "本機保存失敗:", + "Native tab download failed:": "本機標籤下載失敗:", + "Network (nwdiag)": "網路 (nwdiag)", + "Network error while loading shared content.": "載入共享內容時出現網路錯誤。", + "Network Map": "網路地圖", + "Network Topology": "網路拓撲", + "New": "新增", + "New document": "新增文件", + "New file": "新文件", + "New file (Ctrl+T)": "新檔案 (Ctrl+T)", + "New folder": "新建資料夾", + "New folder in": "中的新資料夾", + "New folder in Workspace": "工作區中的新資料夾", + "New Markdown file in": "中的新 Markdown 文件", + "New Markdown file in Workspace": "工作區中新的 Markdown 文件", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "標題工具列中提供了新建、分享、即時分享、報告問題、關於和設定。", + "Next match": "下一場比賽", + "Next match (Enter)": "下一場比賽(輸入)", + "No data is stored": "未儲存數據", + "No diagrams found.": "找不到圖表。", + "No document is open": "沒有文件打開", + "No documents open": "沒有開啟任何文檔", + "No documents to show.": "沒有可顯示的文件。", + "No emojis found.": "找不到表情符號。", + "No favorite documents yet.": "尚無最愛文件。", + "No feedback yet": "尚未回饋", + "No file open": "沒有開啟文件", + "No files selected": "未選擇文件", + "No live room active": "沒有直播間", + "No Markdown files were found at that GitHub location.": "在該 GitHub 位置找不到 Markdown 文件。", + "No matching files": "沒有符合的文件", + "No open feedback": "無開放回饋", + "No recent documents": "沒有最近的文檔", + "No resolved feedback": "沒有解決的回饋", + "No results": "沒有結果", + "No symbols found.": "找不到符號。", + "Numbered list": "編號列表", + "Object Diagram": "物件圖", + "Object Instances": "物件實例", + "Object Types": "物件類型", + "of": "的", + "Off": "關閉", + "On": "開", + "Only the first": "只有第一個", + "Open": "打開", + "Open a file or repository": "開啟檔案或儲存庫", + "Open comments and suggestions": "公開意見與建議", + "Open diagram viewer": "開啟圖表檢視器", + "Open diagram viewer with zoom and pan controls": "使用縮放和平移控制項開啟圖表檢視器", + "Open document tabs": "開啟文件選項卡", + "Open Explorer": "開啟資源管理器", + "Open export menu": "開啟匯出選單", + "Open from device": "從設備打開", + "Open in split view": "在分割視圖中開啟", + "Open menu": "開啟選單", + "Open new document menu": "開啟新文件選單", + "Open or create another document before starting split view.": "在開始分割視圖之前開啟或建立另一個文件。", + "open review item": "開啟評論項目", + "open review items": "開啟評論項目", + "Open source": "開源", + "Open split view": "開啟分割視圖", + "Open workspace settings": "開啟工作區設置", + "Opened document": "開啟文檔", + "opened in split view.": "在分割視圖中開啟。", + "Opened:": "已開放:", + "Opens a read-only preview.": "開啟唯讀預覽。", + "Optimizing page breaks": "正在最佳化分頁", + "or": "或", + "Overlap Set": "重疊集", + "Parsing markdown": "解析降價", + "Participants": "參加者", + "Paste a GitHub file or repository URL.": "貼上 GitHub 檔案或儲存庫 URL。", + "PDF": "PDF", + "PDF export failed:": "PDF 匯出失敗:", + "PDF generation progress": "PDF產生進度", + "Pie Chart": "圓餅圖", + "Plain text only": "僅純文字", + "Please enter a GitHub URL.": "請輸入 GitHub URL。", + "Please enter a valid GitHub URL.": "請輸入有效的 GitHub URL。", + "Please select at least one file to import.": "請至少選擇一個檔案進行匯入。", + "Please upload Markdown files (.md or .markdown)": "請上傳 Markdown 檔案(.md 或 .markdown)", + "PNG": "PNG", + "PNG export failed:": "PNG 匯出失敗:", + "Polyphony Voices": "複調音色", + "prefixes.": "前綴。", + "Preparing": "準備", + "Preparing document": "準備文件", + "Preparing download": "準備下載", + "Preparing import…": "正在準備導入...", + "Preparing repository folder…": "正在準備儲存庫資料夾...", + "Preserve Case": "保存箱", + "Preserve Case (Ab)": "保存箱 (Ab)", + "Preview": "預覽", + "Preview Markdown": "預覽 Markdown", + "Previous match": "最後一場比賽", + "Previous match (Shift+Enter)": "最後一場比賽(Shift+Enter)", + "Private mode": "隱私模式", + "Project links": "項目鏈接", + "Project Roadmap": "專案路線圖", + "Protect Secret Workspace": "保護秘密工作空間", + "Quadrant Chart": "象限圖", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "快速格式化包括強調、引號、對齊和清單;插入包含不太常用的工具,而圖表和更多則保持直接可用。", + "Quick start": "快速啟動", + "Ready to copy": "準備複製", + "Recent": "近期", + "Recent files": "最近使用的檔案", + "Recent queries...": "最近查詢...", + "Reconnect": "重新連接", + "Record Struct": "記錄結構", + "Record Structure": "記錄結構", + "Redo": "重做", + "Reference": "參考", + "Reference Number": "參考編號", + "Reference title": "參考標題", + "Remove all files and review data": "刪除所有檔案並查看數據", + "Remove from Favorites": "從收藏夾中刪除", + "Rename": "重新命名", + "Rename {{0}}": "重新命名 {{0}}", + "Rename file": "重新命名文件", + "Rename folder": "重新命名資料夾", + "Rendered Markdown live preview": "渲染的 Markdown 即時預覽", + "Rendering diagram…": "渲染圖…", + "Rendering diagrams": "渲染圖", + "Rendering math": "渲染數學", + "Rendering music notation": "渲染樂譜", + "Rendering page {{0}} of {{1}}": "渲染頁 {{0}}(共 {{1}})", + "Rendering pages": "渲染頁面", + "Replace": "替換", + "Replace All": "全部替換", + "Replace All Diff Preview": "取代所有差異預覽", + "Replace with": "替換為", + "Report": "回報問題", + "Report an issue": "報告問題", + "Requirements Diagram": "需求圖", + "Reset": "重置", + "Reset & Enable": "重置並啟用", + "Reset all": "全部重置", + "Reset all files": "重置所有文件", + "Reset all files?": "重置所有檔案?", + "Reset Position": "重設位置", + "Reset Secret Workspace?": "重置秘密工作空間?", + "Reset Sequence": "重設序列", + "Reset view": "重置視圖", + "Reset workspace": "重設工作區", + "Reset zoom": "重置變焦", + "Resize document sidebar": "調整文件側邊欄的大小", + "Resize panes": "調整窗格大小", + "Resolve all open review items": "解決所有未決審核項目", + "Resolve feedback": "解決回饋", + "Resolved": "已解決", + "Resolved comments and suggestions will appear here.": "已解決的意見和建議將會出現在這裡。", + "Review actions": "審查行動", + "Review actions for": "審查行動", + "Review deletion cancelled because the active document changed.": "由於活動文件發生更改,審閱刪除已取消。", + "review item": "評論項目", + "Review mode": "回顧模式", + "Review mode uses the read-only preview.": "審閱模式使用唯讀預覽。", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "審閱會開啟唯讀預覽,您可以在其中評論或建議對標題、段落、程式碼區塊和圖表進行更改。", + "Review pins": "回顧圖釘", + "Review summary copied.": "已複製審核摘要。", + "Right-to-left text": "從右到左文本", + "Row count": "行數", + "Saisissez votre markdown ici...": "Saisissez votre markdown ic...", + "Sankey Chart": "桑基圖", + "Sankey Flow Chart": "桑基流程圖", + "Save": "保存", + "Saved": "已保存", + "Saving image": "儲存影像", + "Saving to Workspace /": "儲存到工作區 /", + "Saving...": "正在儲存中...", + "Scatter Plot": "散佈圖", + "Scope Filter": "範圍過濾器", + "Score in": "得分", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "得分為 {{0}},{{1}} 米,由 {{2}} 組成。", + "Scrivi il tuo markdown qui...": "Scrivi il tuo markdown qui...", + "Scroll left": "向左滾動", + "Scroll right": "向右滾動", + "Scroll tabs left": "向左滾動選項卡", + "Scroll tabs right": "向右捲動選項卡", + "Search": "搜尋", + "Search diagram templates": "搜尋圖模板", + "Search diagrams...": "搜尋圖...", + "Search emojis": "搜尋表情符號", + "Search files": "搜尋文件", + "Search History": "搜尋紀錄", + "Search symbols": "搜尋符號", + "Searching...": "正在搜尋...", + "Second document": "第二份文件", + "Secondary document": "輔助文件", + "Secondary Markdown document": "輔助 Markdown 文檔", + "Secondary Markdown preview": "輔助 Markdown 預覽", + "Secret Workspace": "秘密工作區", + "Secret Workspace encryption is unavailable in this browser or context.": "秘密工作區加密在此瀏覽器或上下文中不可用。", + "Secret Workspace locked.": "秘密工作區已鎖定。", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "秘密工作區需要本地儲存。在設定或解鎖存取密鑰之前關閉私人模式。", + "Secret Workspace options": "秘密工作區選項", + "Secret Workspace reset.": "秘密工作區重置。", + "Secret Workspace unlocked.": "秘密工作區已解鎖。", + "Secret Workspace, locked": "秘密工作區,已鎖定", + "Select": "選擇", + "Select a comment pin in the preview to add feedback.": "在預覽中選擇評論圖釘以新增回饋。", + "Select all": "全選", + "Select All": "全選", + "Select Markdown file(s) to import": "選擇要匯入的 Markdown 檔案", + "Select Markdown files": "選擇 Markdown 文件", + "Select no more than": "選擇不超過", + "selected": "已選擇", + "Selected block": "選定的區塊", + "Selected diagram source": "選定的圖表來源", + "selected items": "所選項目", + "selected items?": "已選擇項目?", + "selected.": "。", + "Sequence Diagram": "序列圖", + "Sequence preview": "序列預覽", + "Session active": "會話處於活動狀態", + "Session Active": "會話活動", + "Session ended": "會議結束", + "Set password": "設定密碼", + "Settings": "設定", + "Share": "分享", + "Share link appears here": "分享連結出現在此處", + "Share link failed": "分享連結失敗", + "Share snapshot": "分享快照", + "Share Snapshot": "分享快照", + "Share URL": "分享網址", + "Shared snapshot tabs are temporary and cannot be downloaded.": "共用快照標籤是臨時的,無法下載。", + "Shared snapshot tabs are temporary and cannot be duplicated.": "共享快照選項卡是臨時的,無法複製。", + "Shared snapshot tabs are temporary and cannot be shared again.": "共享快照選項卡是臨時的,無法再次共享。", + "Shared snapshot tabs are temporary and cannot start Live Share.": "共用快照標籤是臨時的,無法啟動 Live Share。", + "Shared snapshot tabs cannot be shared again.": "共享的快照選項卡無法再次共用。", + "Shared snapshot tabs cannot start Live Share.": "共用快照標籤無法啟動 Live Share。", + "Sharing...": "分享...", + "Sheet music for:": "樂譜:", + "Sheet music for: {{0}}": "樂譜:{{0}}", + "Shift": "移位", + "Show access key": "顯示訪問鍵", + "Show confirmation access key": "顯示確認存取鍵", + "Show Diff Preview before replace": "替換前顯示差異預覽", + "Show sidebar": "顯示側邊欄", + "Showing": "顯示", + "Signal Glitches": "訊號故障", + "Signature and Speed": "簽名與速度", + "Simple Flow": "簡單流程", + "Simple Tune": "簡單的曲調", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "小文檔在 URL 中保持編碼。大型文件使用臨時 Cloudflare KV 最長可達 90 天。共用選項卡不會本地保存在收件者的裝置上。", + "Solid": "固體", + "Solid Mode": "固態模式", + "Spiked Round Ball": "尖刺圓球", + "Split": "分割", + "Split document divider": "分割文檔分隔線", + "Split editor and live preview": "分割編輯器與即時預覽", + "Split editor and preview": "分割編輯器與預覽", + "Split view closed.": "分割視圖關閉。", + "Split view:": "分割視圖:", + "Stacked Bar": "堆疊欄", + "Stacked Bar Chart": "堆積長條圖", + "Start a session first": "首先開始一個會話", + "Start a session to create an invite link": "啟動會話以建立邀請鏈接", + "Start session": "開始會話", + "Start with a blank document or bring Markdown in from somewhere else.": "從空白文件開始或從其他地方引入 Markdown 。", + "Start with a clean Markdown file": "從乾淨的 Markdown 文件開始", + "Starting GitHub import...": "開始 GitHub 導入...", + "Starting PNG Export": "開始 PNG 匯出", + "Starting…": "開始…", + "State Diagram": "狀態圖", + "STL 3D model zoom view": "STL 3D模型放大視圖", + "Stop playback": "停止播放", + "Strikethrough": "刪除線", + "Study Plan": "學習計劃", + "Study Topics": "學習主題", + "Suggested change": "建議更改", + "Suggestion": "建議", + "Suggestion added.": "增加了建議。", + "suggestion.": "建議。", + "Support math expressions with LaTeX": "支援 LaTeX 的數學表達式", + "Surface Angle": "表面角度", + "Surface Angle Mode": "表面角度模式", + "SVG": "SVG", + "Switch language": "切換語言", + "Switch Language": "切換語言", + "Switch to dark appearance": "切換至深色外觀", + "Switch to light appearance": "切換到淺色外觀", + "Switch to LTR": "切換到 LTR", + "Switch to RTL": "切換至 RTL", + "Symbol list": "符號列表", + "Symbols & entities": "符號與實體", + "Symbols & HTML Entities": "符號與 HTML 實體", + "Sync Off": "同步關閉", + "Sync On": "同步開啟", + "Sync scrolling": "同步滾動", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "分割視圖中可以使用同步捲動,以保持編輯器和預覽保持一致。", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "同步、複製、審查、檢視模式和匯出仍保留在文件格式工具列中。", + "Tab actions for": "選項卡操作", + "Tab download failed:": "標籤頁下載失敗:", + "Table": "表", + "Tech Stack": "技術堆疊", + "Technical Notation": "技術符號", + "Temporary": "臨時", + "Temporary in-memory room. No permanent document storage is created.": "臨時記憶室。不會建立永久文檔儲存。", + "Terminal block": "端子塊", + "Tetrahedron Mesh": "四面體網格", + "Text case": "文字案例", + "Text layout": "文字佈局", + "Text style": "文字樣式", + "The command-line file could not be opened because the": "無法開啟命令列文件,因為", + "The file could not be moved because the destination could not be saved.": "由於無法儲存目的地,因此無法移動檔案。", + "The live room could not be joined. Please check the invite link or connection.": "直播間無法加入。請檢查邀請連結或連結。", + "The repository folder could not be created.": "無法建立儲存庫資料夾。", + "The share link could not be generated.": "無法產生分享連結。", + "The shared snapshot could not be opened because the": "無法開啟共享快照,因為", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "無法解碼共享 URL。它可能已損壞或不完整。", + "Theme": "外觀", + "This comment or suggestion will be permanently deleted.": "該評論或建議將永久刪除。", + "This Live Share room has ended or is no longer active.": "此即時共用房間已結束或不再有效。", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "這將永久刪除秘密工作區中的每個加密檔案和資料夾。內容無法恢復。", + "This review item is no longer available.": "此評論項目不再可用。", + "This shared snapshot is view only.": "此共用快照僅供檢視。", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "此共用快照僅供查看。無法下載或複製 Markdown 來源。", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "這將刪除 {{0}} 並結束任何活動的 Live Share 會話。未儲存的變更無法恢復。", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "這將刪除所有文件和審閱項目。未儲存的變更無法恢復。", + "ThisIs-Developer": "這就是開發者", + "Timeline Diagram": "時間軸圖", + "Timing Diagram": "時序圖", + "Timing Signal Wave": "定時訊號波", + "Title": "標題", + "Title case": "字首大寫", + "to build lists, and triple backticks for code blocks.": "用於建立列表,以及用於程式碼區塊的三個反引號。", + "to stay within the": "留在", + "Toggle Dock Mode": "切換停靠模式", + "Toggle Floating Mode": "切換浮動模式", + "Toolbar descriptions": "工具列說明", + "Topology Map": "拓樸圖", + "Try again": "再試一次", + "Turn private mode off": "關閉私人模式", + "Turn private mode on": "開啟私密模式", + "Twisted Column": "扭曲柱", + "Two documents are already open side by side": "兩個文檔已並排打開", + "Type your markdown here...": "在此輸入您的降價...", + "Type, paste, or import Markdown here...": "在此輸入、貼上或匯入 Markdown...", + "Unable to load emojis.": "無法載入表情符號。", + "Unable to render diagram.": "無法渲染圖表。", + "Unable to start import.": "無法開始匯入。", + "Undo": "撤銷", + "Undo and Redo keep editing history close at hand.": "撤銷和重做使編輯歷史記錄觸手可及。", + "Unknown error": "未知錯誤", + "Unlock": "解鎖", + "Unlock Secret Workspace": "解鎖秘密工作區", + "Unlock workspace": "解鎖工作區", + "Unlocking…": "解鎖中…", + "Upload from Device": "從裝置上傳", + "UPPERCASE": "大寫", + "Use": "使用", + "Use at least 8 characters.": "至少使用 8 個字元。", + "Use Case Diagram": "用例圖", + "Use dark appearance": "使用深色外觀", + "Use dark mode": "使用深色模式", + "Use light mode": "使用淺色模式", + "Use Regular Expression": "使用正規表示式", + "Use Regular Expression (.*)": "使用正規表示式 (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "使用「標題」和「大小寫」選單來設定 H1–H6 標題和大小寫。", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "使用工具列中的視圖按鈕在編輯器、分割和預覽模式之間切換。", + "User Journey": "使用者旅程", + "Venn Diagram": "維恩圖", + "Version": "版本", + "View": "檢視", + "View Markdown Viewer on GitHub": "在 GitHub 上查看 Markdown Viewer", + "View mode": "觀看模式", + "View on GitHub": "在 GitHub 上查看", + "View only": "僅供查看", + "Viewer": "觀眾", + "Visualizador de Markdown": "Markdown 視覺化工具", + "Visualizzatore Markdown": "視覺化工具 Markdown", + "WBS Hierarchy": "WBS 層次結構", + "Welcome template": "歡迎模板", + "Welcome to Markdown": "歡迎來到 Markdown", + "Welcome to Markdown options": "歡迎使用 Markdown 選項", + "Welcome, {{0}}": "歡迎,{{0}}", + "will be imported because the": "將被導入,因為", + "Wireframe": "線框", + "Wireframe Mode": "線框模式", + "Words": "話", + "Work Breakdown": "工作分解", + "Workspace": "工作區", + "Workspace actions": "工作區操作", + "Workspace menu": "工作區選單", + "Workspace options": "工作區選項", + "Workspace settings": "工作區設置", + "Workspace, file location": "工作區、文件位置", + "Workspaces": "工作區", + "Workspaces, folders, and Markdown files": "工作區、資料夾與 Markdown 文件", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "包裹", + "Wrap Around": "環繞", + "Wrap Around (Wrap)": "環繞(環繞)", + "Write. Preview. Share.": "寫。預覽。分享。", + "XY Chart": "XY 圖表", + "Your workspace is ready": "您的工作區已準備好", + "Zoom in": "放大", + "Zoom In": "放大", + "Zoom model": "變焦模型", + "Zoom out": "縮小", + "Zoom Out": "縮小", + "Введите здесь ваш markdown...": "Введите здесь ваш 降價...", + "Введіть ваш markdown тут...": "Введіть ваш markdown ty...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文字...", + "在此输入您的 Markdown 文本...": "在此輸入您的 Markdown 文字...", + "Choose an alert style to insert into the document.": "選擇要插入文件的提示樣式。", + "Choose a different document.": "選擇不同的文件。", + "Collaborators can edit this document.": "協作者可以編輯此文件。", + "Only the Live Share host can share snapshots from a live document.": "只有 Live Share 主機可以共用即時文件中的快照。", + "Review the proposed changes before committing them to the document.": "在將建議的變更提交到文件之前先對其進行審查。", + "{{0}} and {{1}}": "{{0}}和{{1}}", + "{{0}} file": "{{0}} 個檔案", + "{{0}} files": "{{0}} 個檔案", + "{{0}} review item": "{{0}} 個審閱項目", + "{{0}} review items": "{{0}} 個審閱項目", + "close": "關閉", + "Close all": "全部關閉", + "delete": "刪除", + "download": "下載", + "duplicate": "重複", + "h1, h2, h3, h4, h5, h6": "h1、h2、h3、h4、h5、h6", + "lock": "鎖", + "move": "移動", + "open": "打開", + "rename": "重新命名", + "Unable to trim D2 SVG bounds": "無法修剪 D2 SVG 邊界", + "ABC notation could not be rendered. Check the score syntax and retry.": "無法呈現 ABC 表示法。檢查分數語法並重試。", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC 表示法渲染器不可用。檢查您的連線並重試。", + "Creating link": "建立鏈接", + "Ending live room...": "直播間結束...", + "Failed to create share link:": "無法建立分享連結:", + "in split view": "分割視圖", + "Link failed": "連結失敗", + "Live room ended by the host": "直播間由主持人結束", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "美人魚無法渲染。檢查圖表語法並重試。", + "Open Markdown file": "開啟 Markdown 文件", + "Preparing Mermaid for print...": "準備列印美人魚...", + "Rendering Mermaid…": "渲染美人魚…", + "Save HTML document": "儲存 HTML 文檔", + "Save Markdown File": "儲存 Markdown 文件", + "Starting live room...": "直播間開始...", + "Task item": "任務項目", + "The Live Share room could not be opened because the": "無法開啟Live Share房間,因為", + "This Live Share room has ended, expired, or no active host is available.": "該直播共享房間已結束、已過期或沒有可用的活動主持人。", + "Unable to start live room": "無法啟動直播室", + "Use light appearance": "使用燈光外觀", + "xMidYMid meet": "xMidYMid 見面", + "A folder with this name already exists in the workspace.": "工作區中已存在同名的資料夾。", + "Add another review item": "新增另一個評論項目", + "Add suggestion": "新增建議", + "All feedback resolved": "所有回饋均已解決", + "Changes not saved": "更改未儲存", + "Click Start session to create a temporary room and generate an invite link.": "按一下「開始會話」以建立臨時房間並產生邀請連結。", + "Collaborators can view updates but cannot edit.": "協作者可以查看更新,但不能編輯。", + "Copy command was unsuccessful": "複製指令失敗", + "Copy this link and send it to collaborators. New participants appear above when they join.": "複製此連結並將其傳送給協作者。新參與者加入時會出現在上方。", + "Could not protect this workspace. Try again.": "無法保護此工作區。再試一次。", + "Creating snapshot link...": "正在建立快照連結...", + "Delete folder": "刪除資料夾", + "Delete selected items": "刪除所選項目", + "Edit comment": "編輯評論", + "Edit suggestion": "編輯建議", + "Enter a folder name.": "輸入資料夾名稱。", + "Enter a name.": "輸入名稱。", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "一切都已經解決了。切換到“已解決”或“全部”以查看先前的回饋。", + "GitHub import finished.": "GitHub 導入完成。", + "Incorrect access key or unreadable Secret Workspace data.": "存取金鑰不正確或秘密工作區資料不可讀。", + "Live room disconnected": "直播間斷線", + "Maximum document limit reached": "達到最大文件限制", + "Mermaid diagram": "人魚圖", + "Mermaid diagram actions": "人魚圖動作", + "No documents match your search.": "沒有與您的搜尋相符的文件。", + "Open or create a document to use editing tools.": "開啟或建立文件以使用編輯工具。", + "Review item deleted.": "評論項目已刪除。", + "Review item reopened.": "重新開啟審閱項目。", + "Review item resolved.": "審核項目已解決。", + "Review item updated.": "評論項目已更新。", + "Review mode keeps the Markdown source read only.": "查看模式將 Markdown 來源保持為唯讀。", + "Room active - waiting for collaborators": "房間活躍 - 等待合作者", + "Save changes": "儲存更改", + "Secret Workspace has not been set up yet.": "秘密工作區尚未設定。", + "The provided URL does not point to a Markdown file.": "提供的 URL 不指向 Markdown 文件。", + "This document is read only.": "本文檔是唯讀的。", + "This Live Share session is view only.": "此 Live Share 會話僅供查看。", + "This share link has expired or does not exist.": "此分享連結已過期或不存在。", + "This shared document is read-only for you.": "此共用文件對您來說是唯讀的。", + "Your file is ready.": "您的文件已準備好。", + "Your files are ready.": "您的文件已準備好。" +} diff --git a/assets/i18n/uk.json b/assets/i18n/uk.json new file mode 100644 index 00000000..b21ddf97 --- /dev/null +++ b/assets/i18n/uk.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "-досягнуто ліміту документів.", + "-document limit would be exceeded.": "-ліміт документів буде перевищено.", + "-document limit.": "-ліміт документів.", + "— Copy/Paste": "— Копіювати/Вставити", + "— Open Find & Replace": "— відкрити Знайти й замінити", + "— Redo": "— Повторити", + "— Undo": "— Скасувати", + ", and": "і", + ", favorite": ", улюблений", + ", file location": ", розташування файлу", + ", locked": ", заблоковано", + ", or": "або", + ".md or .markdown files supported": "Підтримуються файли .md або .markdown", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "\" style=\"width:100%; висота: 100%; дисплей: гнучкий; align-items:center; justify-content:center; overflow:hidden;\">", + "{{0}} characters": "{{0}} символів", + "{{0}} details go here.": "{{0}} деталі дивіться тут.\nВибрано файл", + "{{0}} file selected": "{{0}}", + "{{0}} files selected": "Вибрано {{0}} файлів", + "{{0}} imported": "{{0}} імпортовано", + "{{0}} Min Read": "{{0}} Мін. читання", + "{{0}} of {{1}} files": "{{0}} із {{1}} файлів", + "{{0}} of {{1}} matches": "{{0}} з {{1}} збігів\nВибрано", + "{{0}} selected": "{{0}}", + "{{0}} Viewer": "{{0}} Переглядач", + "{{0}} words": "{{0}} слів", + "{{0}}m": "{{0}}м", + "{{0}}m {{1}}s": "{{0}} хв {{1}} с", + "{{0}}s": "{{0}}с", + "0 of": "0 з", + "0 of 0": "0 з 0", + "0 of 0 matches": "0 з 0 збігів", + "0 selected": "Вибрано 0", + "1 of 50 files": "1 із 50 файлів", + "3D Model Viewer": "Перегляд 3D-моделей", + "3D Models": "3D моделі", + "A browser-based Markdown editor, viewer, previewer, and reader.": "Редактор Markdown на основі браузера, засіб перегляду, засіб попереднього перегляду та читання.", + "Ab": "Аб", + "About": "Про програму", + "About Markdown Viewer": "Про Markdown Viewer", + "Access": "Доступ", + "Access key": "Ключ доступу", + "Access keys do not match.": "Ключі доступу не збігаються.", + "Access:": "Доступ:", + "Actions": "Дії", + "Active document,": "Активний документ,", + "Active document, Welcome to Markdown": "Активний документ, ласкаво просимо до Markdown", + "Activity Diagram": "Діаграма діяльності", + "Add comment": "Додати коментар", + "Add feedback": "Додайте відгук", + "Add syntax highlighting for code blocks": "Додати підсвічування синтаксису для блоків коду", + "Add to Favorites": "Додати до вибраного", + "Address / Link": "Адреса / Посилання", + "Address / URL": "Адреса/URL", + "Address & Data Buses": "Шини адрес і даних", + "Advanced insertion": "Розширене вставлення", + "Advanced Options": "Додаткові параметри", + "alert alert-danger": "сповіщення alert-danger", + "Align center": "Вирівняти по центру", + "Align left": "Вирівняти ліворуч", + "Align right": "Вирівняти праворуч", + "Alignment and direction": "Вирівнювання та напрямок", + "All": "Усі", + "All changes saved": "Усі зміни збережено", + "All workspace folders collapsed.": "Усі папки робочої області згорнуто.", + "All workspace folders expanded.": "Усі папки робочої області розгорнуто.", + "Alt Text (used for title)": "Альтернативний текст (використовується для назви)", + "Apache License 2.0": "Ліцензія Apache 2.0", + "Appearance": "Зовнішній вигляд", + "Application information": "Інформація про програму", + "Application language": "Мова програми", + "Application menu": "Меню програми", + "Application Programming Interface": "Інтерфейс прикладного програмування", + "Application shortcuts": "Ярлики програм", + "Apply": "Застосувати", + "Architecture Diagram": "Схема архітектури", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "Ви впевнені, що бажаєте очистити вміст активного документа? Сам документ не буде видалено.", + "Area Chart": "Діаграма площ", + "Audio playback is not supported in this browser.": "Відтворення аудіо не підтримується в цьому браузері.", + "Back to content": "Повернутися до вмісту", + "Bar Chart": "Гістограма", + "bi bi-github": "bi-github", + "Binary Counter": "Двійковий лічильник", + "Blockquote": "Цитата", + "Bold": "Жирний", + "Browser Print (Recommended)": "Друк із браузера (рекомендовано)", + "Bubble Plot": "Бульбашковий графік", + "Bulleted list": "Маркований список", + "C4 Container": "Контейнер C4", + "C4 Container Diagram": "Діаграма контейнера C4", + "Calculating...": "Розрахунок...", + "Calibration Cube": "Калібрувальний куб", + "Can edit": "Можна редагувати", + "Cancel": "Скасувати", + "Cancel feedback": "Скасувати відгук", + "Cancel Image generation": "Скасувати створення зображення", + "Cancel PDF generation": "Скасувати створення PDF", + "Cannot import: The selected file appears to be a binary file.": "Не вдається імпортувати: вибраний файл є двійковим.", + "Capturing document": "Запис документа", + "Capturing image": "Захоплення зображення", + "Change text case": "Змінити регістр тексту", + "Changelog": "Журнал змін", + "Chars": "Символи", + "Checkbox Map": "Карта прапорців", + "Checklist Map": "Карта контрольного списку", + "Choose a document to edit beside “": "Виберіть документ для редагування біля «", + "Choose a second document to edit beside the current one.": "Виберіть другий документ для редагування поруч із поточним.", + "Choose how the PDF should be generated.": "Виберіть спосіб створення PDF-файлу.", + "Choose how you want to begin.": "Виберіть, як ви хочете почати.", + "Choose one or more Markdown files": "Виберіть один або кілька файлів Markdown", + "Choose text style": "Виберіть стиль тексту", + "Chords Strum": "Акорди Струм", + "Class Diagram": "Діаграма класів", + "Clear active document?": "Очистити активний документ?", + "Clear All": "Очистити все", + "Clear Document": "Очистити документ", + "Clear document search": "Очистити пошук документа", + "Clear search": "Очистити пошук", + "Close": "Закрити", + "Close {{0}}": "Закрити {{0}}", + "Close 3D modal": "Закрити режим 3D", + "Close about dialog": "Закрити діалогове вікно щодо", + "Close clear document dialog": "Закрити діалогове вікно очищення документа", + "Close comments and suggestions": "Закрити коментарі та пропозиції", + "Close confirmation": "Підтвердження закриття", + "Close diagram dialog": "Закрити діалогове вікно діаграми", + "Close diagram modal": "Закрити діаграму модально", + "Close dialog": "Закрити діалогове вікно", + "Close diff preview dialog": "Закрити діалогове вікно попереднього перегляду відмінностей", + "Close document sidebar": "Закрити бічну панель документа", + "Close expired live share dialog": "Закрити діалогове вікно прямого доступу, термін дії якого закінчився", + "Close Explorer": "Закрийте Провідник", + "Close find and replace panel": "Закрийте панель пошуку та заміни", + "Close GitHub Emojis dialog": "Закрийте діалогове вікно GitHub Emojis", + "Close GitHub import dialog": "Закрити діалогове вікно імпорту GitHub", + "Close help dialog": "Закрити діалогове вікно довідки", + "Close image dialog": "Закрити діалогове вікно зображення", + "Close link dialog": "Закрити діалогове вікно посилання", + "Close live share dialog": "Закрити діалогове вікно прямого доступу", + "Close Markdown alerts dialog": "Закрити діалогове вікно сповіщень Markdown", + "Close menu": "Закрити меню", + "Close move dialog": "Закрити діалогове вікно переміщення", + "Close others": "Закрити інші", + "Close PDF export dialog": "Закрити діалогове вікно експорту PDF", + "Close reference dialog": "Закрити діалогове вікно посилання", + "Close rename dialog": "Закрити діалогове вікно перейменування", + "Close reset confirmation dialog": "Закрити діалогове вікно підтвердження скидання", + "Close review deletion dialog": "Закрити діалогове вікно видалення огляду", + "Close review mode": "Закрити режим перегляду", + "Close secret workspace dialog": "Закрити діалог секретної робочої області", + "Close share dialog": "Закрити діалогове вікно спільного доступу", + "Close share error dialog": "Закрити діалогове вікно помилки спільного доступу", + "Close split view dialog": "Закрити діалогове вікно розділеного перегляду", + "Close Symbols and HTML Entities dialog": "Закрити діалогове вікно «Символи та сутності HTML».", + "Close table dialog": "Закрити діалогове вікно таблиці", + "Close to the left": "Близько ліворуч", + "Close to the right": "Близько праворуч", + "Close Welcome to Markdown": "Закрити Вітаємо в Markdown", + "Closed:": "Закрито:", + "Closed: Not closed": "Закрито: Не закрито", + "Closed: Unavailable": "Закрито: Недоступно", + "closed. Select it in Files to reopen it.": "закрито. Виберіть його у Файлах, щоб знову відкрити.", + "Cluster Subgraph": "Підграф кластера", + "Code block": "Блок коду", + "Code blocks only": "Лише блоки коду", + "Code copied": "Код скопійовано", + "code copied.": "код скопійовано.", + "Code Mindmap": "Інтелектуальна карта коду", + "Collaborators can edit and sync.": "Співавтори можуть редагувати та синхронізувати.", + "Collaborators can view without editing.": "Співавтори можуть переглядати без редагування.", + "Collapse all folders": "Згорнути всі папки", + "Collapse Workspace": "Згорнути робочу область", + "Column count": "Кількість стовпців", + "Comment": "Коментар", + "Comment added.": "Коментар додано.", + "comment.": "коментар.", + "Comments & suggestions": "Коментарі та пропозиції", + "Commit Replacements": "Здійснити заміни", + "Common formatting": "Загальне форматування", + "Common symbols": "Загальні символи", + "Complete": "Завершено", + "Complex Transaction": "Складна транзакція", + "Component Diagram": "Схема компонентів", + "Confirm access key": "Підтвердити ключ доступу", + "Confirm action": "Підтвердити дію", + "Connection lost": "З’єднання втрачено", + "Content structure": "Структура вмісту", + "Copied": "Скопійовано", + "Copied!": "Скопійовано!", + "Copy": "Копіювати", + "Copy failed": "Помилка копіювання", + "Copy failed. Retry": "Помилка копіювання. Повторіть спробу", + "Copy image": "Копіювати зображення", + "Copy Image": "Копіювати зображення", + "Copy image to clipboard": "Копіювати зображення в буфер обміну", + "Copy invite link": "Копіювати посилання для запрошення", + "Copy JavaScript code": "Скопіюйте код JavaScript", + "Copy link": "Копіювати посилання", + "Copy Markdown": "Копіювати Markdown", + "Copy review summary": "Копіювати підсумок огляду", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "Створіть локальний ключ доступу для шифрування файлів і назв папок, що зберігаються в цій робочій області. Ключ неможливо відновити.", + "Create access key": "Створити ключ доступу", + "Create folder": "Створити папку", + "Create headings with": "Створення заголовків за допомогою", + "Create new file": "Створити новий файл", + "Create or import a document": "Створіть або імпортуйте документ", + "Create responsive layout": "Створення адаптивного макета", + "Create share link": "Створити посилання для спільного доступу", + "Created after session starts": "Створено після початку сеансу", + "Ctrl": "Ctrl", + "Current Step": "Поточний крок", + "Czytnik Markdown": "Читник Markdown", + "Dark mode": "Темний режим", + "Data Bus States": "Стан шини даних", + "Data is stored locally": "Дані зберігаються локально", + "Data Visualization": "Візуалізація даних", + "Date and time": "Дата й час", + "Delete": "Видалити", + "Delete “{{0}}”?": "Видалити “{{0}}”?", + "Delete {{0}} selected items?": "Видалити {{0}} вибраних елементів?", + "Delete all": "Видалити все", + "Delete all review items": "Видалити всі елементи огляду", + "Delete all review items?": "Видалити всі елементи огляду?", + "Delete feedback": "Видалити відгук", + "Delete folder?": "Видалити папку?", + "Delete item": "Видалити елемент", + "Delete review item?": "Видалити елемент огляду?", + "Deployment Nodes": "Вузли розгортання", + "Destination": "Пункт призначення\nДетальна інформація про", + "details go here.": "тут.", + "Developed and maintained by": "Розроблено та підтримується", + "Diagram and more": "Діаграма тощо", + "Diagram Categories": "Категорії діаграм", + "Diagram source code...": "Вихідний код діаграми...", + "Diagram templates": "Шаблони діаграм", + "Diagram Viewer": "Переглядач діаграм", + "Digite seu markdown aqui...": "Digite seu markdown aqui...", + "Directed Graph": "Спрямований граф", + "Disable synchronized scrolling": "Вимкнути синхронізоване прокручування", + "Display name": "Відображуване ім'я", + "Document added to favorites.": "Документ додано до вибраного.", + "Document block": "Блок документів", + "Document removed from favorites.": "Документ видалено з вибраного.", + "Document statistics": "Статистика документів", + "Document statistics and save status": "Статистика документів і статус збереження", + "Document tools": "Інструменти документування", + "Document utilities and view mode": "Утиліти для роботи з документами та режим перегляду", + "Document views": "Перегляди документів\nОтримано", + "documents reached. Delete an existing document to create or import another.": "документів. Видаліть існуючий документ, щоб створити або імпортувати інший.", + "Download {{0}}": "Завантажити {{0}}", + "Download Markdown": "Завантажити Markdown", + "Download PNG": "Завантажити PNG", + "Download started": "Завантаження розпочато", + "Download SVG": "Завантажити SVG", + "Drag files to move": "Перетягніть файли для переміщення", + "Drop your Markdown files anywhere": "Перетягніть свої файли Markdown будь-куди", + "Duet Accord": "Дует Акорд", + "Duplicate": "Дублікат", + "Duplicate {{0}}": "Дублікат {{0}}", + "Edit": "Редагувати", + "Edit feedback": "Редагувати відгук", + "Edit Markdown": "Редагувати Markdown", + "Editing": "Редагування", + "Editing and preview enabled.": "Редагування та попередній перегляд увімкнено.", + "Emoji list": "Список емодзі", + "Emoji shortcode": "Шорткод Emoji", + "Emojis loaded.": "Emojis завантажено.", + "Emphasize text with": "Підкреслити текст за допомогою", + "Enable mermaid diagrams": "Увімкнути діаграми русалок", + "Enable synchronized scrolling": "Увімкнути синхронізоване прокручування", + "Encrypting…": "Шифрування…", + "End live session": "Завершити сеанс прямого ефіру", + "End session": "Завершити сеанс", + "English": "Англійська", + "Enter fullscreen": "Перейти в повноекранний режим", + "Enter the local access key used to encrypt this workspace on this device.": "Введіть локальний ключ доступу, який використовується для шифрування цієї робочої області на цьому пристрої.", + "Entire Document": "Весь документ", + "Entity Relationship": "Відносини сутностей", + "ER (Graphviz style)": "ER (стиль Graphviz)", + "ER Diagram": "ER діаграма", + "ER preview": "Попередній перегляд ER", + "ERD Table": "Таблиця ERD", + "Error rendering 3D model: {{0}}": "Помилка відтворення 3D-моделі: {{0}}", + "Error rendering map: {{0}}": "Помилка візуалізації карти: {{0}}", + "Error rendering markdown: {{0}} {{1}}": "Помилка відтворення розмітки: {{0}} {{1}}", + "Escribe tu markdown aquí...": "Escribe tu markdown aquí...", + "Estimated remaining": "Приблизно залишилося", + "Exit fullscreen": "Вийти з повноекранного режиму", + "Exit split view": "Вийти з розділеного перегляду", + "Expand all folders": "Розгорнути всі папки", + "Expand or collapse all is available in All files": "Розгорнути або згорнути все доступно в Усі файли", + "Expand Secret Workspace": "Розгорніть секретну робочу область", + "Explore features with an example": "Дослідіть функції на прикладі", + "Explorer": "Провідник", + "Explorer item": "Елемент дослідника", + "Explorer items deleted.": "Елементи Explorer видалено.", + "Explorer selection cleared.": "Вибір провідника знято.", + "Export": "Експортувати", + "Export as HTML": "Експорт як HTML", + "Export as Image": "Експорт як зображення", + "Export as Markdown": "Експортувати як Markdown", + "Export as PDF": "Експорт як PDF", + "Export document": "Експорт документа", + "Export failed:": "Помилка експорту:", + "Export PDF Options": "Параметри експорту PDF", + "External Image (URL)": "Зовнішнє зображення (URL)", + "Faceted Gear Wheel": "Гранене зубчасте колесо", + "Failed to copy HTML:": "Не вдалося скопіювати HTML:", + "Failed to copy Markdown:": "Не вдалося скопіювати Markdown:", + "Failed to copy review summary:": "Не вдалося скопіювати підсумок огляду:", + "Failed to copy share link:": "Не вдалося скопіювати посилання для спільного доступу:", + "Failed to import {{0}}": "Не вдалося імпортувати {{0}}", + "Failed to load emojis.": "Не вдалося завантажити емодзі.", + "Failed to load sharing library. Please check your connection and reload.": "Не вдалося завантажити спільну бібліотеку. Перевірте підключення та перезавантажте.", + "Failed to load sharing library. Please check your internet connection.": "Не вдалося завантажити спільну бібліотеку. Перевірте підключення до Інтернету.", + "Failed to locate Markdown files.": "Не вдалося знайти файли Markdown.", + "Failed to read the file. Please check permissions and try again.": "Не вдалося прочитати файл. Перевірте дозволи та повторіть спробу.", + "Failed to start Live Share. Please check your connection and try again.": "Не вдалося запустити Live Share. Перевірте підключення та повторіть спробу.", + "FAQ": "Поширені запитання", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "Швидше, рекомендовано для великих документів. Примітка: зображення, діаграми тощо можуть зламатися.", + "Favorite": "Улюблений", + "Favorites": "Вибране", + "Favs": "Вибране", + "Feature Collection Map": "Карта колекції функцій", + "Feedback type": "Тип зворотного зв'язку", + "Fetching file tree...": "Отримання дерева файлів...", + "file": "файл", + "File actions": "Дії з файлами", + "File created": "Файл створено", + "File deleted": "Файл видалено", + "File is already in that location.": "Файл уже в цьому місці.", + "File is too large (maximum 10MB supported).": "Файл завеликий (підтримується не більше 10 МБ).", + "File moved to": "Файл переміщено в", + "File name": "Назва файлу", + "File options": "Параметри файлу", + "File options for": "Параметри файлу для", + "File options for Welcome to Markdown": "Параметри файлу для вітання в Markdown", + "File renamed": "Файл перейменовано\nфайли", + "files": ".", + "files available in the tree.": "доступні в дереві.", + "Files deleted": "Файли видалено\nФайли", + "Filter review items": "Фільтрувати елементи перегляду", + "Find": "Знайти", + "Find & Replace": "Знайти та замінити", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "Пошук і заміна та повний екран є прямими діями панелі інструментів; Про Markdown Viewer відкриває проект, Markdown, інформацію про конфіденційність, ліцензію та підтримку.", + "Find and replace": "Знайти та замінити", + "Find and Replace": "Знайти та замінити", + "Find in Selection": "Знайти у виділенні", + "Find in Selection (Sel)": "Знайти у виділеному (Sel)", + "Find query": "Знайти запит", + "Finite State Machine": "Кінцевий автомат", + "Fit": "Підходить", + "Fit diagram to screen": "Припасувати діаграму до екрана", + "Flowchart (Left-Right)": "Блок-схема (ліворуч-праворуч)", + "Flowchart (LR)": "Блок-схема (LR)", + "Flowchart (TD)": "Блок-схема (TD)", + "Flowchart (Top-Down)": "Блок-схема (зверху вниз)\nпапку", + "folder": ".", + "Folder created": "Папку створено", + "Folder created:": "Створено папку:", + "Folder deleted": "Папку видалено", + "Folder deleted. Documents moved to the workspace root.": "Папку видалено. Документи переміщено в корінь робочої області.", + "Folder name": "Назва папки", + "Folder renamed": "Папку перейменовано", + "Folder renamed to": "Папку перейменовано на\nпапку", + "folders": ".", + "Folders stay one level deep inside a workspace.": "Папки знаходяться на одному рівні всередині робочої області.", + "Folk & Lyrics": "Фольк і лірика", + "for this block.": "для цього блоку.", + "Forgot access key? Reset Secret Workspace": "Забули ключ доступу? Скинути секретну робочу область", + "Fresh Tomato": "Свіжий помідор", + "From files": "З файлів", + "From GitHub": "З GitHub", + "FSM Diagram": "FSM діаграма", + "Fullscreen": "Повний екран", + "Gantt Chart": "Діаграма Ганта", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "Створення зображення", + "Generating Image...": "Створення зображення...", + "Generating PDF": "Створення PDF", + "Generating PDF...": "Створення PDF...", + "Git Graph": "Git Graph", + "GitHub Emojis": "Emojis GitHub", + "GitHub files loaded.": "Файли GitHub завантажено.", + "GitHub import": "Імпорт GitHub", + "GitHub import failed:": "Не вдалося імпортувати GitHub:", + "GitHub import failed.": "Не вдалося імпортувати GitHub.", + "GitHub import failed. The repository folder could not be created.": "Не вдалося імпортувати GitHub. Не вдалося створити папку сховища.", + "GitHub Repository": "Репозиторій GitHub", + "GitHub URL": "URL-адреса GitHub", + "Glitchy Waveform": "Форма сигналу з помилками", + "Graphical User Interface": "Графічний інтерфейс користувача", + "Grid Layout": "Розмітка сітки", + "Grouped Nodes": "Згруповані вузли", + "Guitar Chords": "Гітарні акорди", + "Heading 1": "Заголовок 1", + "Heading 2": "Заголовок 2", + "Heading 3": "Заголовок 3", + "Heading 4": "Заголовок 4", + "Heading 5": "Заголовок 5", + "Heading 6": "Заголовок 6", + "Heading levels": "Рівні заголовків", + "Headings only": "Лише заголовки", + "Heatmap Matrix": "Матриця теплової карти", + "Hide access key": "Приховати ключ доступу", + "Hide sidebar": "Сховати бічну панель", + "Hierarchy Tree": "Дерево ієрархії", + "History": "Історія", + "Horizontal rule": "Горизонтальна лінія", + "HTML": "HTML", + "HTML entities": "сутності HTML", + "HTML export failed:": "Помилка експорту HTML:", + "Image": "Зображення", + "Image (.png)": "Зображення (.png)", + "Image description": "Опис зображення", + "Image generation progress": "Прогрес створення зображення", + "Image URL": "URL зображення", + "Implement live preview with GitHub styling": "Реалізуйте попередній перегляд за допомогою стилю GitHub", + "Import": "Імпорт", + "Import complete": "Імпорт завершено", + "Import completed with errors": "Імпорт виконано з помилками", + "Import failed": "Помилка імпорту", + "Import finished with issues": "Імпорт завершено з проблемами", + "Import from files": "Імпортувати з файлів", + "Import from GitHub": "Імпорт з GitHub", + "Import Markdown from GitHub": "Імпортувати Markdown з GitHub", + "Import Selected": "Імпорт вибрано", + "Importing {{0}}": "Імпорт {{0}}", + "Importing file": "Імпорт файлу", + "Importing files": "Імпорт файлів", + "Importing from GitHub": "Імпортування з GitHub", + "Importing selected files from GitHub...": "Імпорт вибраних файлів із GitHub...", + "Importing...": "Імпорт...", + "Inline code": "Вбудований код", + "Inline Code Blocks": "Вбудовані блоки коду", + "Insert": "Вставити", + "Insert Diagram & More": "Вставте схему та інше", + "Insert image": "Вставте зображення", + "Insert link": "Вставити посилання", + "Insert reference": "Вставте посилання", + "Insert table": "Вставити таблицю", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "Розумно планує розриви сторінок, щоб зображення, таблиці, рівняння та діаграми були разом. Блоки переходять на наступну сторінку, коли не вистачає місця. Рекомендовано для коротких документів.", + "Invite link": "Посилання для запрошення", + "Italic": "Курсив", + "item": "пункт", + "items": "елементи\nДоступні елементи", + "items available.": ".", + "Items deleted": "Елементи видалено", + "JavaScript": "JavaScript", + "JSON Document": "Документ JSON", + "JSON Viewer": "Переглядач JSON", + "Key Signature & Tempo": "Тональність і темп", + "Keyboard shortcuts": "Комбінації клавіш", + "Landmark Point": "Орієнтир", + "Language:": "Мова:", + "Language: JavaScript": "Мова: JavaScript", + "LaTeX blocks only": "Лише блоки LaTeX", + "Leave a focused comment for the author...": "Залиште сфокусований коментар для автора...", + "Leave session": "Залишити сеанс", + "Lecteur Markdown": "Лектор Markdown", + "Left Live Share session.": "Вийшов із сеансу Live Share.", + "Left-to-right text": "Текст зліва направо", + "Legacy Raster PDF": "Застарілий растровий PDF", + "Light mode": "Світлий режим", + "Line Chart": "Лінійна діаграма", + "Link": "Посилання", + "Link copied": "Посилання скопійовано", + "Link Text": "Текст посилання", + "Link title": "Назва посилання", + "Listen to score": "Слухайте оцінку", + "Live collaborators": "Живі співавтори", + "Live Share": "Спільний доступ наживо", + "Live Share access mode": "Режим доступу Live Share", + "Live Share invite link": "Посилання для запрошення Live Share", + "Live Share is view only.": "Live Share доступний лише для перегляду.", + "Live Share participants": "Учасники Live Share", + "Live Share room expired": "Термін дії кімнати Live Share минув", + "Live Share session ended by the host.": "Сеанс Live Share завершено хостом.", + "Live Share session ended.": "Сеанс Live Share завершено.", + "Live Share session started.": "Розпочато сеанс Live Share.", + "Loading document assets": "Завантаження активів документів", + "Loading emojis...": "Завантаження емодзі...", + "Loading image renderer": "Завантаження засобу обробки зображень", + "Loading PDF libraries": "Завантаження бібліотек PDF", + "Loading...": "Завантаження...", + "Lock workspace": "Заблокувати робочу область", + "Locked": "Заблоковано", + "lowercase": "малий регістр", + "Lyrics Song": "Текст пісні", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Сповіщення Markdown", + "Markdown alert types": "Markdown типи сповіщень", + "Markdown alerts": "Сповіщення Markdown", + "Markdown document": "Markdown документ", + "Markdown editor input with live preview": "Markdown введення редактора з попереднім переглядом у реальному часі", + "Markdown file import progress": "Markdown прогрес імпорту файлу", + "Markdown formatting toolbar for plain-text editing": "Markdown панель інструментів форматування для редагування звичайного тексту", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown лише попередній перегляд", + "Markdown source is unavailable for view-only snapshots": "Джерело Markdown недоступне для миттєвих знімків лише для перегляду", + "Markdown tips": "Markdown поради", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer Довідка", + "Markdown ビューア": "Markdown ビューア", + "Markdown 閱讀器": "Markdown 閱讀器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "Попередній перегляд карти позначок", + "match": "збіг", + "Match Case": "Регістр збігів", + "Match Case (Aa)": "Регістр збігів (Aa)", + "Match Whole Word": "Зіставте ціле слово", + "Match Whole Word (W)": "Збіг цілого слова (W)", + "matches": "збігається", + "Maximum document limit reached.": "Досягнуто максимальної кількості документів.", + "Maximum of": "Максимум", + "Menu": "Меню", + "Mermaid blocks only": "Лише блоки Mermaid", + "meter, composed by": "метр, скл", + "Min Read": "Min Read", + "Mind Maps": "Інтелектуальні карти", + "Mindmap Diagram": "Діаграма розумової карти", + "Mindmap Outline": "Схема розумової карти", + "Model actions": "Дії моделі", + "more participant": "більше учасників", + "More tools": "Більше інструментів", + "Move": "Рухайтеся", + "Move “": "Перемістити \"", + "Move {{0}} selected items": "Перемістити {{0}} вибраних елементів", + "Move document": "Перемістити документ", + "Multi-Voice Harmony": "Багатоголосна гармонія", + "Music notation block": "Нотний блок", + "Name": "Назва", + "Name item": "Назва елемента", + "Native HTML save failed:": "Помилка збереження рідного HTML:", + "Native import failed:": "Помилка власного імпорту:", + "Native save failed:": "Власне збереження не вдалося:", + "Native tab download failed:": "Помилка завантаження рідної вкладки:", + "Network (nwdiag)": "Мережа (nwdiag)", + "Network error while loading shared content.": "Помилка мережі під час завантаження спільного вмісту.", + "Network Map": "Карта мережі", + "Network Topology": "Топологія мережі", + "New": "Новий", + "New document": "Новий документ", + "New file": "Новий файл", + "New file (Ctrl+T)": "Новий файл (Ctrl+T)", + "New folder": "Нова папка", + "New folder in": "Нова папка в", + "New folder in Workspace": "Нова папка в Workspace", + "New Markdown file in": "Введено новий файл Markdown", + "New Markdown file in Workspace": "Новий файл Markdown у Workspace", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "На панелі інструментів заголовка доступні пункти «Нове», «Поділитися», «Поділитися в реальному часі», «Повідомити про проблему», «Про програму» та «Налаштування».", + "Next match": "Наступний матч", + "Next match (Enter)": "Наступний матч (Enter)", + "No data is stored": "Дані не зберігаються", + "No diagrams found.": "Діаграми не знайдено.", + "No document is open": "Немає відкритих документів", + "No documents open": "Немає відкритих документів", + "No documents to show.": "Немає документів для показу.", + "No emojis found.": "Емодзі не знайдено.", + "No favorite documents yet.": "Вибраних документів ще немає.", + "No feedback yet": "Ще немає відгуків", + "No file open": "Файл не відкрито", + "No files selected": "Файли не вибрано", + "No live room active": "Немає активних живих кімнат", + "No Markdown files were found at that GitHub location.": "У цьому розташуванні GitHub не знайдено файлів Markdown.", + "No matching files": "Немає відповідних файлів", + "No open feedback": "Немає відкритих відгуків", + "No recent documents": "Немає останніх документів", + "No resolved feedback": "Немає вирішених відгуків", + "No results": "Немає результатів", + "No symbols found.": "Символи не знайдено.", + "Numbered list": "Нумерований список", + "Object Diagram": "Діаграма об’єкта", + "Object Instances": "Екземпляри об’єктів", + "Object Types": "Типи об’єктів", + "of": "з", + "Off": "Вимкнено", + "On": "Увімкнено", + "Only the first": "Тільки перший", + "Open": "Відкрити", + "Open a file or repository": "Відкрийте файл або сховище", + "Open comments and suggestions": "Відкрити коментарі та пропозиції", + "Open diagram viewer": "Відкрити засіб перегляду діаграм", + "Open diagram viewer with zoom and pan controls": "Відкрийте засіб перегляду діаграм із елементами керування масштабуванням і панорамуванням", + "Open document tabs": "Відкрити вкладки документа", + "Open Explorer": "Відкрийте Провідник", + "Open export menu": "Відкрити меню експорту", + "Open from device": "Відкрити з пристрою", + "Open in split view": "Відкрити в режимі розділеного перегляду", + "Open menu": "Відкрити меню", + "Open new document menu": "Відкрити меню нового документа", + "Open or create another document before starting split view.": "Відкрийте або створіть інший документ перед початком розділеного перегляду.", + "open review item": "відкрити елемент перегляду", + "open review items": "відкрити елементи перегляду", + "Open source": "Відкритий код", + "Open split view": "Відкрити розділений перегляд", + "Open workspace settings": "Відкрити налаштування робочої області", + "Opened document": "Відкритий документ", + "opened in split view.": "відкрито в режимі розділеного перегляду.", + "Opened:": "Відкрито:", + "Opens a read-only preview.": "Відкриває попередній перегляд лише для читання.", + "Optimizing page breaks": "Оптимізація розривів сторінок", + "or": "або", + "Overlap Set": "Набір перекриття", + "Parsing markdown": "Розбір розмітки", + "Participants": "Учасники", + "Paste a GitHub file or repository URL.": "Вставте файл GitHub або URL-адресу сховища.", + "PDF": "PDF", + "PDF export failed:": "Помилка експорту PDF:", + "PDF generation progress": "Процес створення PDF", + "Pie Chart": "Кругова діаграма", + "Plain text only": "Лише простий текст", + "Please enter a GitHub URL.": "Введіть URL-адресу GitHub.", + "Please enter a valid GitHub URL.": "Введіть дійсну URL-адресу GitHub.", + "Please select at least one file to import.": "Виберіть принаймні один файл для імпорту.", + "Please upload Markdown files (.md or .markdown)": "Завантажте файли Markdown (.md або .markdown)", + "PNG": "PNG", + "PNG export failed:": "Помилка експорту PNG:", + "Polyphony Voices": "Поліфонічні голоси", + "prefixes.": "префікси.", + "Preparing": "Готується", + "Preparing document": "Підготовка документа", + "Preparing download": "Підготовка завантаження", + "Preparing import…": "Підготовка імпорту…", + "Preparing repository folder…": "Підготовка папки сховища…", + "Preserve Case": "Зберегти справу", + "Preserve Case (Ab)": "Зберегти справу (Ab)", + "Preview": "Попередній перегляд", + "Preview Markdown": "Попередній перегляд Markdown", + "Previous match": "Попередній матч", + "Previous match (Shift+Enter)": "Попередній матч (Shift+Enter)", + "Private mode": "Приватний режим", + "Project links": "Посилання на проект", + "Project Roadmap": "Дорожня карта проекту", + "Protect Secret Workspace": "Захист секретної робочої області", + "Quadrant Chart": "Квадрантна діаграма", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "Швидке форматування охоплює виділення, лапки, вирівнювання та списки; Insert містить інструменти, які не використовуються часто, тоді як Diagram & More залишається доступним безпосередньо.", + "Quick start": "Швидкий старт", + "Ready to copy": "Готовий до копіювання", + "Recent": "Останні", + "Recent files": "Останні файли", + "Recent queries...": "Останні запити...", + "Reconnect": "Перепідключіться", + "Record Struct": "Структура запису", + "Record Structure": "Структура запису", + "Redo": "Повторити", + "Reference": "Довідка", + "Reference Number": "Номер посилання", + "Reference title": "Довідкова назва", + "Remove all files and review data": "Видаліть усі файли та перегляньте дані", + "Remove from Favorites": "Видалити з вибраного", + "Rename": "Перейменувати", + "Rename {{0}}": "Перейменувати {{0}}", + "Rename file": "Перейменувати файл", + "Rename folder": "Перейменувати папку", + "Rendered Markdown live preview": "Виконано попередній перегляд Markdown", + "Rendering diagram…": "Діаграма візуалізації…", + "Rendering diagrams": "Діаграми візуалізації", + "Rendering math": "Математика відтворення", + "Rendering music notation": "Відтворення нотного запису", + "Rendering page {{0}} of {{1}}": "Відтворення сторінки {{0}} з {{1}}", + "Rendering pages": "Відтворення сторінок", + "Replace": "Замінити", + "Replace All": "Замінити все", + "Replace All Diff Preview": "Замінити попередній перегляд усіх відмінностей", + "Replace with": "Замінити на", + "Report": "Повідомити", + "Report an issue": "Повідомити про проблему", + "Requirements Diagram": "Діаграма вимог", + "Reset": "Скинути", + "Reset & Enable": "Скинути й увімкнути", + "Reset all": "Скинути все", + "Reset all files": "Скинути всі файли", + "Reset all files?": "Скинути всі файли?", + "Reset Position": "Скинути позицію", + "Reset Secret Workspace?": "Скинути секретну робочу область?", + "Reset Sequence": "Скидання послідовності", + "Reset view": "Скинути перегляд", + "Reset workspace": "Скинути робочу область", + "Reset zoom": "Скинути масштаб", + "Resize document sidebar": "Змінити розмір бічної панелі документа", + "Resize panes": "Зміна розміру панелей", + "Resolve all open review items": "Вирішити всі відкриті елементи перевірки", + "Resolve feedback": "Вирішити відгук", + "Resolved": "Вирішено", + "Resolved comments and suggestions will appear here.": "Вирішені коментарі та пропозиції відображатимуться тут.", + "Review actions": "Переглянути дії", + "Review actions for": "Переглянути дії для", + "Review deletion cancelled because the active document changed.": "Видалення огляду скасовано, оскільки активний документ змінено.", + "review item": "елемент огляду", + "Review mode": "Режим рецензування", + "Review mode uses the read-only preview.": "Режим перегляду використовує попередній перегляд лише для читання.", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "Огляд відкриває попередній перегляд лише для читання, де ви можете коментувати або пропонувати зміни до заголовків, абзаців, блоків коду та діаграм.", + "Review pins": "Огляд шпильок", + "Review summary copied.": "Рецензію скопійовано.", + "Right-to-left text": "Текст справа наліво", + "Row count": "Кількість рядків", + "Saisissez votre markdown ici...": "Saisisez votre markdown ici...", + "Sankey Chart": "Діаграма Sankey", + "Sankey Flow Chart": "Блок-схема Sankey", + "Save": "Зберегти", + "Saved": "Збережено", + "Saving image": "Збереження зображення", + "Saving to Workspace /": "Збереження в робочій області /", + "Saving...": "Збереження...", + "Scatter Plot": "Діаграма розсіювання", + "Scope Filter": "Фільтр області", + "Score in": "Забитий гол", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "Партитура в {{0}}, {{1}} метрах, автор: {{2}}.", + "Scrivi il tuo markdown qui...": "Scrivi il tuo markdown qui...", + "Scroll left": "Прокрутіть ліворуч", + "Scroll right": "Прокрутити праворуч", + "Scroll tabs left": "Прокрутити вкладки ліворуч", + "Scroll tabs right": "Прокрутити вкладки праворуч", + "Search": "Пошук", + "Search diagram templates": "Шаблони схем пошуку", + "Search diagrams...": "Діаграми пошуку...", + "Search emojis": "Пошук емодзі", + "Search files": "Пошук файлів", + "Search History": "Історія пошуку", + "Search symbols": "Символи пошуку", + "Searching...": "Пошук...", + "Second document": "Другий документ", + "Secondary document": "Додатковий документ", + "Secondary Markdown document": "Вторинний документ Markdown", + "Secondary Markdown preview": "Вторинний попередній перегляд Markdown", + "Secret Workspace": "Секретна робоча область", + "Secret Workspace encryption is unavailable in this browser or context.": "Шифрування секретної робочої області недоступне в цьому браузері чи контексті.", + "Secret Workspace locked.": "Секретне робоче середовище заблоковано.", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "Secret Workspace потребує локального сховища. Вимкніть приватний режим перед встановленням або розблокуванням ключа доступу.", + "Secret Workspace options": "Параметри секретної робочої області", + "Secret Workspace reset.": "Скидання секретної робочої області.", + "Secret Workspace unlocked.": "Секретний робочий простір розблоковано.", + "Secret Workspace, locked": "Секретна робоча область, заблокована", + "Select": "Виберіть", + "Select a comment pin in the preview to add feedback.": "Виберіть закріпку для коментаря в попередньому перегляді, щоб додати відгук.", + "Select all": "Вибрати все", + "Select All": "Вибрати все", + "Select Markdown file(s) to import": "Виберіть файл(и) Markdown для імпорту", + "Select Markdown files": "Виберіть файли Markdown", + "Select no more than": "Виберіть не більше\nВибрано", + "selected": ".", + "Selected block": "Вибраний блок", + "Selected diagram source": "Вибране джерело діаграми", + "selected items": "вибрані елементи", + "selected items?": "вибрані елементи?\nВибрано", + "selected.": ".", + "Sequence Diagram": "Діаграма послідовності", + "Sequence preview": "Попередній перегляд послідовності", + "Session active": "Сеанс активний", + "Session Active": "Сеанс активний", + "Session ended": "Сеанс завершено", + "Set password": "Встановити пароль", + "Settings": "Налаштування", + "Share": "Поділитися", + "Share link appears here": "Посилання для спільного доступу з’являється тут", + "Share link failed": "Не вдалося поділитися посиланням", + "Share snapshot": "Поділитися знімком", + "Share Snapshot": "Поділитися знімком", + "Share URL": "Поділитися URL-адресою", + "Shared snapshot tabs are temporary and cannot be downloaded.": "Спільні вкладки знімків є тимчасовими, і їх неможливо завантажити.", + "Shared snapshot tabs are temporary and cannot be duplicated.": "Спільні вкладки знімків є тимчасовими і їх не можна дублювати.", + "Shared snapshot tabs are temporary and cannot be shared again.": "Спільні вкладки миттєвого знімка є тимчасовими, і ними не можна знову поділитися.", + "Shared snapshot tabs are temporary and cannot start Live Share.": "Спільні вкладки знімків є тимчасовими і не можуть запустити Live Share.", + "Shared snapshot tabs cannot be shared again.": "Спільні вкладки миттєвого знімка не можна знову поділитися.", + "Shared snapshot tabs cannot start Live Share.": "Спільні вкладки знімків не можуть запустити Live Share.", + "Sharing...": "Спільний доступ...", + "Sheet music for:": "Ноти для:", + "Sheet music for: {{0}}": "Ноти для: {{0}}", + "Shift": "Shift", + "Show access key": "Показати ключ доступу", + "Show confirmation access key": "Показати ключ доступу підтвердження", + "Show Diff Preview before replace": "Показати попередній перегляд відмінностей перед заміною", + "Show sidebar": "Показати бічну панель", + "Showing": "Показано", + "Signal Glitches": "Збій сигналу", + "Signature and Speed": "Підпис і швидкість", + "Simple Flow": "Простий потік", + "Simple Tune": "Проста мелодія", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "Невеликі документи залишаються закодованими в URL-адресі. Для великих документів використовується тимчасовий Cloudflare KV до 90 днів. Спільні вкладки не зберігаються локально на пристрої одержувача.", + "Solid": "Твердий", + "Solid Mode": "Суцільний режим", + "Spiked Round Ball": "Кругла куля з шипами", + "Split": "Розділити", + "Split document divider": "Розділювач документів", + "Split editor and live preview": "Розділений редактор і попередній перегляд", + "Split editor and preview": "Розділений редактор і попередній перегляд", + "Split view closed.": "Розділений перегляд закрито.", + "Split view:": "Розділений перегляд:", + "Stacked Bar": "Стекова панель", + "Stacked Bar Chart": "Гістограма з накопиченням", + "Start a session first": "Спочатку почніть сеанс", + "Start a session to create an invite link": "Розпочніть сеанс, щоб створити посилання для запрошення", + "Start session": "Розпочати сеанс", + "Start with a blank document or bring Markdown in from somewhere else.": "Почніть із порожнього документа або додайте Markdown з іншого місця.", + "Start with a clean Markdown file": "Почніть із чистого файлу Markdown", + "Starting GitHub import...": "Початок імпорту GitHub...", + "Starting PNG Export": "Початок експорту PNG", + "Starting…": "Початок…", + "State Diagram": "Діаграма стану", + "STL 3D model zoom view": "Збільшений вигляд моделі STL 3D", + "Stop playback": "Зупинити відтворення", + "Strikethrough": "Закреслення", + "Study Plan": "План навчання", + "Study Topics": "Теми для вивчення", + "Suggested change": "Рекомендована зміна", + "Suggestion": "Пропозиція", + "Suggestion added.": "Пропозицію додано.", + "suggestion.": "пропозиція.", + "Support math expressions with LaTeX": "Підтримка математичних виразів у LaTeX", + "Surface Angle": "Кут поверхні", + "Surface Angle Mode": "Режим кута поверхні", + "SVG": "SVG", + "Switch language": "Змінити мову", + "Switch Language": "Змінити мову", + "Switch to dark appearance": "Переключитися на темний вигляд", + "Switch to light appearance": "Перейти до світлого вигляду", + "Switch to LTR": "Переключитися на LTR", + "Switch to RTL": "Переключитися на RTL", + "Symbol list": "Список символів", + "Symbols & entities": "Символи та сутності", + "Symbols & HTML Entities": "Символи та сутності HTML", + "Sync Off": "Синхронізація вимкнена", + "Sync On": "Синхронізація ввімкнена", + "Sync scrolling": "Синхронізація прокручування", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "Синхронізована прокрутка доступна в режимі розділеного перегляду, щоб редактор і попередній перегляд узгоджувалися.", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "Синхронізація, копіювання, перегляд, режими перегляду та експорт залишаються на панелі інструментів форматування документа.", + "Tab actions for": "Дії вкладки для", + "Tab download failed:": "Помилка завантаження вкладки:", + "Table": "Таблиця", + "Tech Stack": "Технічний стек", + "Technical Notation": "Технічна нотація", + "Temporary": "Тимчасово", + "Temporary in-memory room. No permanent document storage is created.": "Тимчасова кімната в пам'яті. Постійне сховище документів не створюється.", + "Terminal block": "Клемна колодка", + "Tetrahedron Mesh": "Тетраедрова сітка", + "Text case": "Регістр тексту", + "Text layout": "Макет тексту", + "Text style": "Стиль тексту", + "The command-line file could not be opened because the": "Не вдалося відкрити файл командного рядка, оскільки", + "The file could not be moved because the destination could not be saved.": "Не вдалося перемістити файл, оскільки не вдалося зберегти місце призначення.", + "The live room could not be joined. Please check the invite link or connection.": "Не вдалося приєднатися до живої кімнати. Будь ласка, перевірте посилання для запрошення або підключення.", + "The repository folder could not be created.": "Не вдалося створити папку сховища.", + "The share link could not be generated.": "Не вдалося створити посилання для спільного доступу.", + "The shared snapshot could not be opened because the": "Спільний знімок не вдалося відкрити, оскільки", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "Спільну URL-адресу не вдалося розшифрувати. Він може бути пошкодженим або неповним.", + "Theme": "Оформлення", + "This comment or suggestion will be permanently deleted.": "Цей коментар або пропозицію буде остаточно видалено.", + "This Live Share room has ended or is no longer active.": "Ця кімната Live Share закінчилася або більше не активна.", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "Це назавжди видаляє всі зашифровані файли та папки в Secret Workspace. Вміст неможливо відновити.", + "This review item is no longer available.": "Цей елемент огляду більше не доступний.", + "This shared snapshot is view only.": "Цей спільний знімок доступний лише для перегляду.", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "Цей спільний знімок доступний лише для перегляду. Джерело Markdown неможливо завантажити або скопіювати.", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "Це видалить {{0}} і завершить будь-який активний сеанс Live Share. Незбережені зміни неможливо відновити.", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "Це видалить усі файли та елементи перегляду. Незбережені зміни неможливо відновити.", + "ThisIs-Developer": "ThisIs-Developer", + "Timeline Diagram": "Графік часу", + "Timing Diagram": "Часова діаграма", + "Timing Signal Wave": "Хвиля сигналу синхронізації", + "Title": "Назва", + "Title case": "Регістр заголовка", + "to build lists, and triple backticks for code blocks.": "для створення списків і потрійні зворотні позначки для блоків коду.", + "to stay within the": "залишатися в межах", + "Toggle Dock Mode": "Перемкнути режим док-станції", + "Toggle Floating Mode": "Перемкнути плаваючий режим", + "Toolbar descriptions": "Опис панелі інструментів", + "Topology Map": "Карта топології", + "Try again": "Спробуйте ще раз", + "Turn private mode off": "Вимкнути приватний режим", + "Turn private mode on": "Увімкнути приватний режим", + "Twisted Column": "Вита колонка", + "Two documents are already open side by side": "Два документи вже відкриті поруч", + "Type your markdown here...": "Введіть уцінку тут...", + "Type, paste, or import Markdown here...": "Введіть, вставте або імпортуйте Markdown тут...", + "Unable to load emojis.": "Не вдалося завантажити емодзі.", + "Unable to render diagram.": "Неможливо відобразити діаграму.", + "Unable to start import.": "Неможливо розпочати імпорт.", + "Undo": "Скасувати", + "Undo and Redo keep editing history close at hand.": "Скасувати та повторити історію редагування під рукою.", + "Unknown error": "Невідома помилка", + "Unlock": "Розблокувати", + "Unlock Secret Workspace": "Розблокуйте таємну робочу область", + "Unlock workspace": "Розблокувати робочу область", + "Unlocking…": "Розблокування…", + "Upload from Device": "Завантажити з пристрою", + "UPPERCASE": "ВЕРХНИЙ РЕГІСТ", + "Use": "Використовуйте", + "Use at least 8 characters.": "Використовуйте принаймні 8 символів.", + "Use Case Diagram": "Діаграма варіантів використання", + "Use dark appearance": "Використовувати темний вигляд", + "Use dark mode": "Увімкнути темну тему", + "Use light mode": "Увімкнути світлу тему", + "Use Regular Expression": "Використовуйте регулярний вираз", + "Use Regular Expression (.*)": "Використовуйте регулярний вираз (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "Використовуйте меню «Заголовок» і «Регістр» для заголовків H1–H6 і великих літер.", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "Використовуйте кнопки перегляду на панелі інструментів для перемикання між режимами редактора, розділення та попереднього перегляду.", + "User Journey": "Шлях користувача", + "Venn Diagram": "Діаграма Венна", + "Version": "Версія", + "View": "Вигляд", + "View Markdown Viewer on GitHub": "Переглянути Markdown Viewer на GitHub", + "View mode": "Режим перегляду", + "View on GitHub": "Переглянути на GitHub", + "View only": "Лише перегляд", + "Viewer": "Переглядач", + "Visualizador de Markdown": "Візуалізатор Markdown", + "Visualizzatore Markdown": "Visualizzatore Markdown", + "WBS Hierarchy": "Ієрархія WBS", + "Welcome template": "Шаблон привітання", + "Welcome to Markdown": "Ласкаво просимо до Markdown", + "Welcome to Markdown options": "Ласкаво просимо до параметрів Markdown", + "Welcome, {{0}}": "Ласкаво просимо, {{0}}", + "will be imported because the": "буде імпортовано, оскільки", + "Wireframe": "Каркас", + "Wireframe Mode": "Каркасний режим", + "Words": "Слова", + "Work Breakdown": "Розбивка роботи", + "Workspace": "Робоча область", + "Workspace actions": "Дії робочої області", + "Workspace menu": "Меню робочої області", + "Workspace options": "Параметри робочої області", + "Workspace settings": "Налаштування робочої області", + "Workspace, file location": "Робоча область, розташування файлу", + "Workspaces": "Робочі області", + "Workspaces, folders, and Markdown files": "Робочі області, папки та файли Markdown", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "Обгортка", + "Wrap Around": "Обернути", + "Wrap Around (Wrap)": "Wrap Around (Wrap)", + "Write. Preview. Share.": "Пишіть. Попередній перегляд. Поділіться.", + "XY Chart": "XY діаграма", + "Your workspace is ready": "Ваша робоча область готова", + "Zoom in": "Збільшення", + "Zoom In": "Збільшення", + "Zoom model": "Збільшена модель", + "Zoom out": "Зменшити масштаб", + "Zoom Out": "Зменшити", + "Введите здесь ваш markdown...": "Введіть тут вашу уцінку...", + "Введіть ваш markdown тут...": "Введіть свою уцінку тут...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Переглядщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此輸入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose a different document.": "Виберіть інший документ.", + "Choose an alert style to insert into the document.": "Виберіть стиль сповіщення для вставлення в документ.", + "Collaborators can edit this document.": "Співавтори можуть редагувати цей документ.", + "Only the Live Share host can share snapshots from a live document.": "Лише хост Live Share може ділитися знімками з живого документа.", + "Review the proposed changes before committing them to the document.": "Перегляньте запропоновані зміни перед тим, як внести їх у документ.", + "{{0}} and {{1}}": "{{0}} і {{1}}", + "{{0}} file": "{{0}} файл", + "{{0}} files": "{{0}} файли", + "{{0}} review item": "{{0}} елемент огляду", + "{{0}} review items": "{{0}} елементи перегляду", + "close": "закрити", + "Close all": "Закрити все", + "delete": "видалити", + "download": "завантажити", + "duplicate": "дублікат", + "h1, h2, h3, h4, h5, h6": "h1, h2, h3, h4, h5, h6", + "lock": "замок", + "move": "рух", + "open": "відкрито", + "rename": "перейменувати", + "Unable to trim D2 SVG bounds": "Не вдалося обрізати межі D2 SVG", + "ABC notation could not be rendered. Check the score syntax and retry.": "Позначення ABC не вдалося відобразити. Перевірте синтаксис оцінки та повторіть спробу.", + "ABC notation renderer is unavailable. Check your connection and retry.": "Рендерер нотації ABC недоступний. Перевірте підключення та повторіть спробу.", + "Creating link": "Створення посилання", + "Ending live room...": "Завершення живої кімнати...", + "Failed to create share link:": "Не вдалося створити посилання для спільного доступу:", + "in split view": "у розділеному перегляді", + "Link failed": "Помилка підключення", + "Live room ended by the host": "Живу кімнату завершив господар", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "Русалку не вдалося відобразити. Перевірте синтаксис діаграми та повторіть спробу.", + "Open Markdown file": "Відкрийте файл Markdown", + "Preparing Mermaid for print...": "Підготовка Mermaid до друку...", + "Rendering Mermaid…": "Візуалізація Mermaid…", + "Save HTML document": "Зберегти документ HTML", + "Save Markdown File": "Збережіть файл Markdown", + "Starting live room...": "Початок прямої трансляції...", + "Task item": "Пункт завдання", + "The Live Share room could not be opened because the": "Кімнату Live Share не вдалося відкрити, оскільки", + "This Live Share room has ended, expired, or no active host is available.": "Ця кімната Live Share закінчилася, минув або активний хост недоступний.", + "Unable to start live room": "Неможливо запустити живу кімнату", + "Use light appearance": "Використовуйте світлий вигляд", + "xMidYMid meet": "Зустріч xMidYMid", + "A folder with this name already exists in the workspace.": "Папка з такою назвою вже існує в робочій області.", + "Add another review item": "Додати ще один елемент огляду", + "Add suggestion": "Додати пропозицію", + "All feedback resolved": "Усі відгуки вирішено", + "Changes not saved": "Зміни не збережено", + "Click Start session to create a temporary room and generate an invite link.": "Натисніть «Почати сеанс», щоб створити тимчасову кімнату та створити посилання для запрошення.", + "Collaborators can view updates but cannot edit.": "Співавтори можуть переглядати оновлення, але не можуть редагувати.", + "Copy command was unsuccessful": "Команда копіювання була невдалою", + "Copy this link and send it to collaborators. New participants appear above when they join.": "Скопіюйте це посилання та надішліть його співавторам. Нові учасники з’являються вгорі, коли вони приєднуються.", + "Could not protect this workspace. Try again.": "Не вдалося захистити цю робочу область. Спробуйте знову.", + "Creating snapshot link...": "Створення посилання на знімок...", + "Delete folder": "Видалити папку", + "Delete selected items": "Видалити вибрані елементи", + "Edit comment": "Редагувати коментар", + "Edit suggestion": "Пропозиція редагування", + "Enter a folder name.": "Введіть назву папки.", + "Enter a name.": "Введіть назву.", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "Усе вирішено. Перейдіть на «Вирішено» або «Усі», щоб переглянути попередні відгуки.", + "GitHub import finished.": "Імпорт GitHub завершено.", + "Incorrect access key or unreadable Secret Workspace data.": "Неправильний ключ доступу або нечитабельні дані Secret Workspace.", + "Live room disconnected": "Живу кімнату відключено", + "Maximum document limit reached": "Досягнуто максимальної кількості документів", + "Mermaid diagram": "Діаграма русалки", + "Mermaid diagram actions": "Дії діаграми русалок", + "No documents match your search.": "Немає документів, що відповідають вашому пошуку.", + "Open or create a document to use editing tools.": "Відкрийте або створіть документ для використання інструментів редагування.", + "Review item deleted.": "Елемент огляду видалено.", + "Review item reopened.": "Елемент перегляду знову відкрито.", + "Review item resolved.": "Елемент перевірки вирішено.", + "Review item updated.": "Огляд елемента оновлено.", + "Review mode keeps the Markdown source read only.": "Режим перегляду зберігає джерело Markdown лише для читання.", + "Room active - waiting for collaborators": "Кімната активна - чекає співавторів", + "Save changes": "Зберегти зміни", + "Secret Workspace has not been set up yet.": "Секретний робочий простір ще не налаштовано.", + "The provided URL does not point to a Markdown file.": "Надана URL-адреса не вказує на файл Markdown.", + "This document is read only.": "Цей документ лише для читання.", + "This Live Share session is view only.": "Цей сеанс Live Share призначений лише для перегляду.", + "This share link has expired or does not exist.": "Це посилання для спільного використання застаріло або не існує.", + "This shared document is read-only for you.": "Цей спільний документ доступний лише для читання.", + "Your file is ready.": "Ваш файл готовий.", + "Your files are ready.": "Ваші файли готові." +} diff --git a/assets/i18n/zh.json b/assets/i18n/zh.json new file mode 100644 index 00000000..429a01ee --- /dev/null +++ b/assets/i18n/zh.json @@ -0,0 +1,1031 @@ +{ + "-document limit has been reached.": "- 已达到文档限制。", + "-document limit would be exceeded.": "- 将超出文档限制。", + "-document limit.": "- 文档限制。", + "— Copy/Paste": "— 复制/粘贴", + "— Open Find & Replace": "— 打开查找和替换", + "— Redo": "— 重做", + "— Undo": "— 撤消", + ", and": ",和", + ", favorite": ",最爱", + ", file location": ",文件位置", + ", locked": ",已锁定", + ", or": ",或", + ".md or .markdown files supported": "支持 .md 或 .markdown 文件", + "\" style=\"width:100%; height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden;\">": "“样式=”宽度:100%;高度:100%;显示:柔性;对齐项目:居中;调整内容:居中;溢出:隐藏;\">", + "{{0}} characters": "{{0}} 个字符", + "{{0}} details go here.": "{{0}} 详细信息请参见此处。", + "{{0}} file selected": "已选择 {{0}} 文件", + "{{0}} files selected": "已选择 {{0}} 个文件", + "{{0}} imported": "{{0}} 已导入", + "{{0}} Min Read": "{{0}} 最小读数", + "{{0}} of {{1}} files": "{{0}} 个文件(共 {{1}} 个)", + "{{0}} of {{1}} matches": "{{0}} 个匹配项(共 {{1}} 个)\n已选择", + "{{0}} selected": "{{0}}", + "{{0}} Viewer": "{{0}} 观众", + "{{0}} words": "{{0}} 个字", + "{{0}}m": "{{0}} 分钟", + "{{0}}m {{1}}s": "{{0}} 分 {{1}} 秒", + "{{0}}s": "{{0}} 秒", + "0 of": "0 的", + "0 of 0": "0 个,共 0 个", + "0 of 0 matches": "0 场比赛(共 0 场)", + "0 selected": "已选择 0 个", + "1 of 50 files": "50 个文件中的 1 个", + "3D Model Viewer": "3D 模型查看器", + "3D Models": "3D 模型", + "A browser-based Markdown editor, viewer, previewer, and reader.": "基于浏览器的 Markdown 编辑器、查看器、预览器和阅读器。", + "Ab": "Ab", + "About": "关于", + "About Markdown Viewer": "关于 Markdown Viewer", + "Access": "访问", + "Access key": "访问键", + "Access keys do not match.": "访问键不匹配。", + "Access:": "访问:", + "Actions": "操作", + "Active document,": "活动文档,", + "Active document, Welcome to Markdown": "活动文档,欢迎来到 Markdown", + "Activity Diagram": "活动图", + "Add comment": "添加评论", + "Add feedback": "添加反馈", + "Add syntax highlighting for code blocks": "为代码块添加语法高亮", + "Add to Favorites": "添加到收藏夹", + "Address / Link": "地址/链接", + "Address / URL": "地址/网址", + "Address & Data Buses": "地址和数据总线", + "Advanced insertion": "高级插入", + "Advanced Options": "高级选项", + "alert alert-danger": "警报警报-危险", + "Align center": "居中对齐", + "Align left": "左对齐", + "Align right": "右对齐", + "Alignment and direction": "对齐和方向", + "All": "全部", + "All changes saved": "已保存所有更改", + "All workspace folders collapsed.": "所有工作区文件夹均已折叠。", + "All workspace folders expanded.": "所有工作区文件夹均已展开。", + "Alt Text (used for title)": "替代文本(用于标题)", + "Apache License 2.0": "Apache 许可证 2.0", + "Appearance": "外观", + "Application information": "申请信息", + "Application language": "应用语言", + "Application menu": "应用程序菜单", + "Application Programming Interface": "应用程序编程接口", + "Application shortcuts": "应用程序快捷方式", + "Apply": "申请", + "Architecture Diagram": "架构图", + "Are you sure you want to clear the content of the active document? The document itself will not be deleted.": "您确定要清除活动文档的内容吗?文档本身不会被删除。", + "Area Chart": "面积图", + "Audio playback is not supported in this browser.": "此浏览器不支持音频播放。", + "Back to content": "返回内容", + "Bar Chart": "条形图", + "bi bi-github": "bi bi-github", + "Binary Counter": "二进制计数器", + "Blockquote": "块引用", + "Bold": "粗体", + "Browser Print (Recommended)": "浏览器打印(推荐)", + "Bubble Plot": "气泡图", + "Bulleted list": "项目符号列表", + "C4 Container": "C4 集装箱", + "C4 Container Diagram": "C4容器图", + "Calculating...": "正在计算...", + "Calibration Cube": "校准立方体", + "Can edit": "可以编辑", + "Cancel": "取消", + "Cancel feedback": "取消反馈", + "Cancel Image generation": "取消图像生成", + "Cancel PDF generation": "取消 PDF 生成", + "Cannot import: The selected file appears to be a binary file.": "无法导入:所选文件似乎是二进制文件。", + "Capturing document": "捕获文档", + "Capturing image": "拍摄图像", + "Change text case": "更改文本大小写", + "Changelog": "变更日志", + "Chars": "字符", + "Checkbox Map": "复选框图", + "Checklist Map": "清单地图", + "Choose a document to edit beside “": "在“旁边选择要编辑的文档", + "Choose a second document to edit beside the current one.": "选择当前文档旁边的第二个文档进行编辑。", + "Choose how the PDF should be generated.": "选择 PDF 的生成方式。", + "Choose how you want to begin.": "选择您想要如何开始。", + "Choose one or more Markdown files": "选择一个或多个 Markdown 文件", + "Choose text style": "选择文字样式", + "Chords Strum": "和弦弹奏", + "Class Diagram": "类图", + "Clear active document?": "清除活动文档?", + "Clear All": "取消全选", + "Clear Document": "清晰文件", + "Clear document search": "清除文档搜索", + "Clear search": "清除搜索", + "Close": "关闭", + "Close {{0}}": "关闭 {{0}}", + "Close 3D modal": "关闭 3D 模态", + "Close about dialog": "关闭对话框", + "Close clear document dialog": "关闭清除文档对话框", + "Close comments and suggestions": "关闭意见和建议", + "Close confirmation": "关闭确认", + "Close diagram dialog": "关闭图表对话框", + "Close diagram modal": "关闭图模态", + "Close dialog": "关闭对话框", + "Close diff preview dialog": "关闭差异预览对话框", + "Close document sidebar": "关闭文档侧边栏", + "Close expired live share dialog": "关闭过期的实时共享对话框", + "Close Explorer": "关闭资源管理器", + "Close find and replace panel": "关闭查找和替换面板", + "Close GitHub Emojis dialog": "关闭 GitHub Emojis 对话框", + "Close GitHub import dialog": "关闭 GitHub 导入对话框", + "Close help dialog": "关闭帮助对话框", + "Close image dialog": "关闭图像对话框", + "Close link dialog": "关闭链接对话框", + "Close live share dialog": "关闭实时共享对话框", + "Close Markdown alerts dialog": "关闭 Markdown 警报对话框", + "Close menu": "关闭菜单", + "Close move dialog": "关闭移动对话框", + "Close others": "关闭其他", + "Close PDF export dialog": "关闭 PDF 导出对话框", + "Close reference dialog": "关闭参考对话框", + "Close rename dialog": "关闭重命名对话框", + "Close reset confirmation dialog": "关闭重置确认对话框", + "Close review deletion dialog": "关闭评论删除对话框", + "Close review mode": "关闭审阅模式", + "Close secret workspace dialog": "关闭秘密工作区对话框", + "Close share dialog": "关闭共享对话框", + "Close share error dialog": "关闭共享错误对话框", + "Close split view dialog": "关闭分割视图对话框", + "Close Symbols and HTML Entities dialog": "关闭符号和 HTML 实体对话框", + "Close table dialog": "关闭表格对话框", + "Close to the left": "靠近左边", + "Close to the right": "靠近右边", + "Close Welcome to Markdown": "关闭 欢迎来到 Markdown", + "Closed:": "关闭:", + "Closed: Not closed": "已关闭:未关闭", + "Closed: Unavailable": "已关闭:不可用", + "closed. Select it in Files to reopen it.": "关闭。在“文件”中选择它以重新打开它。", + "Cluster Subgraph": "聚类子图", + "Code block": "代码块", + "Code blocks only": "仅代码块", + "Code copied": "代码已复制\n已复制", + "code copied.": "代码。", + "Code Mindmap": "代码思维导图", + "Collaborators can edit and sync.": "协作者可以编辑和同步。", + "Collaborators can view without editing.": "协作者无需编辑即可查看。", + "Collapse all folders": "折叠所有文件夹", + "Collapse Workspace": "折叠工作区", + "Column count": "列数", + "Comment": "评论", + "Comment added.": "已添加评论。", + "comment.": "评论。", + "Comments & suggestions": "意见与建议", + "Commit Replacements": "提交替换", + "Common formatting": "常见格式", + "Common symbols": "常用符号", + "Complete": "完成", + "Complex Transaction": "复杂交易", + "Component Diagram": "组件图", + "Confirm access key": "确认访问键", + "Confirm action": "确认操作", + "Connection lost": "连接丢失", + "Content structure": "内容结构", + "Copied": "已复制", + "Copied!": "已复制!", + "Copy": "复制", + "Copy failed": "复制失败", + "Copy failed. Retry": "复制失败。重试", + "Copy image": "复制图像", + "Copy Image": "复制图像", + "Copy image to clipboard": "将图像复制到剪贴板", + "Copy invite link": "复制邀请链接", + "Copy JavaScript code": "复制 JavaScript 代码", + "Copy link": "复制链接", + "Copy Markdown": "复制 Markdown", + "Copy review summary": "复制评论摘要", + "Create a local access key to encrypt files and folder names stored in this workspace. The key cannot be recovered.": "创建本地访问密钥来加密存储在此工作区中的文件和文件夹名称。密钥无法恢复。", + "Create access key": "创建访问密钥", + "Create folder": "创建文件夹", + "Create headings with": "创建标题", + "Create new file": "创建新文件", + "Create or import a document": "创建或导入文档", + "Create responsive layout": "创建响应式布局", + "Create share link": "创建分享链接", + "Created after session starts": "会话开始后创建", + "Ctrl": "Ctrl", + "Current Step": "当前步骤", + "Czytnik Markdown": "奇特尼克 Markdown", + "Dark mode": "深色模式", + "Data Bus States": "数据总线状态", + "Data is stored locally": "数据存储在本地", + "Data Visualization": "数据可视化", + "Date and time": "日期和时间", + "Delete": "删除", + "Delete “{{0}}”?": "删除“{{0}}”?", + "Delete {{0}} selected items?": "删除 {{0}} 个所选项目?", + "Delete all": "全部删除", + "Delete all review items": "删除所有评论项目", + "Delete all review items?": "删除所有评论项目?", + "Delete feedback": "删除反馈", + "Delete folder?": "删除文件夹?", + "Delete item": "删除项目", + "Delete review item?": "删除评论项目?", + "Deployment Nodes": "部署节点", + "Destination": "目的地", + "details go here.": "详细信息请参见此处。", + "Developed and maintained by": "开发和维护", + "Diagram and more": "图表及更多", + "Diagram Categories": "图表类别", + "Diagram source code...": "图源代码...", + "Diagram templates": "图表模板", + "Diagram Viewer": "图表查看器", + "Digite seu markdown aqui...": "Digite seu markdown aqui...", + "Directed Graph": "有向图", + "Disable synchronized scrolling": "禁用同步滚动", + "Display name": "显示名称", + "Document added to favorites.": "文档已添加到收藏夹。", + "Document block": "文档块", + "Document removed from favorites.": "文档已从收藏夹中删除。", + "Document statistics": "文档统计", + "Document statistics and save status": "文档统计和保存状态", + "Document tools": "文档工具", + "Document utilities and view mode": "文档实用程序和查看模式", + "Document views": "文档视图", + "documents reached. Delete an existing document to create or import another.": "文件已到达。删除现有文档以创建或导入另一个文档。", + "Download {{0}}": "下载 {{0}}", + "Download Markdown": "下载Markdown", + "Download PNG": "下载 PNG", + "Download started": "下载开始", + "Download SVG": "下载 SVG", + "Drag files to move": "拖动文件进行移动", + "Drop your Markdown files anywhere": "将 Markdown 文件拖放到任何地方", + "Duet Accord": "二重奏协奏曲", + "Duplicate": "重复", + "Duplicate {{0}}": "重复 {{0}}", + "Edit": "编辑", + "Edit feedback": "编辑反馈", + "Edit Markdown": "编辑 Markdown", + "Editing": "编辑", + "Editing and preview enabled.": "启用编辑和预览。", + "Emoji list": "表情符号列表", + "Emoji shortcode": "表情符号简码", + "Emojis loaded.": "表情符号已加载。", + "Emphasize text with": "强调文本", + "Enable mermaid diagrams": "启用美人鱼图", + "Enable synchronized scrolling": "启用同步滚动", + "Encrypting…": "正在加密...", + "End live session": "结束直播", + "End session": "结束会话", + "English": "英语", + "Enter fullscreen": "进入全屏", + "Enter the local access key used to encrypt this workspace on this device.": "输入用于加密该设备上的工作区的本地访问密钥。", + "Entire Document": "整个文档", + "Entity Relationship": "实体关系", + "ER (Graphviz style)": "ER(Graphviz 风格)", + "ER Diagram": "ER 图", + "ER preview": "ER 预览", + "ERD Table": "ERD 表", + "Error rendering 3D model: {{0}}": "渲染 3D 模型时出错:{{0}}", + "Error rendering map: {{0}}": "渲染地图时出错:{{0}}", + "Error rendering markdown: {{0}} {{1}}": "渲染降价时出错:{{0}} {{1}}", + "Escribe tu markdown aquí...": "写下你的 markdown aquí...", + "Estimated remaining": "预计剩余时间", + "Exit fullscreen": "退出全屏", + "Exit split view": "退出分割视图", + "Expand all folders": "展开所有文件夹", + "Expand or collapse all is available in All files": "展开或折叠全部可在所有文件中使用", + "Expand Secret Workspace": "展开秘密工作区", + "Explore features with an example": "通过示例探索功能", + "Explorer": "文件资源管理器", + "Explorer item": "资源管理器项目", + "Explorer items deleted.": "资源管理器项目已删除。", + "Explorer selection cleared.": "资源管理器选择已清除。", + "Export": "导出", + "Export as HTML": "导出为 HTML", + "Export as Image": "导出为图像", + "Export as Markdown": "导出为 Markdown", + "Export as PDF": "导出为 PDF", + "Export document": "导出文件", + "Export failed:": "导出失败:", + "Export PDF Options": "导出 PDF 选项", + "External Image (URL)": "外部图像(URL)", + "Faceted Gear Wheel": "多面齿轮", + "Failed to copy HTML:": "复制 HTML 失败:", + "Failed to copy Markdown:": "无法复制 Markdown:", + "Failed to copy review summary:": "无法复制评论摘要:", + "Failed to copy share link:": "复制分享链接失败:", + "Failed to import {{0}}": "导入 {{0}} 失败", + "Failed to load emojis.": "表情符号加载失败。", + "Failed to load sharing library. Please check your connection and reload.": "加载共享库失败。请检查您的连接并重新加载。", + "Failed to load sharing library. Please check your internet connection.": "加载共享库失败。请检查您的互联网连接。", + "Failed to locate Markdown files.": "无法找到 Markdown 文件。", + "Failed to read the file. Please check permissions and try again.": "读取文件失败。请检查权限并重试。", + "Failed to start Live Share. Please check your connection and try again.": "无法启动实时共享。请检查您的连接并重试。", + "FAQ": "常见问题解答", + "Faster, suggested for large documents. Note: images, diagrams, etc. might break.": "更快,建议用于大文档。注意:图像、图表等可能会损坏。", + "Favorite": "最爱", + "Favorites": "收藏", + "Favs": "最爱", + "Feature Collection Map": "特征集合图", + "Feedback type": "反馈类型", + "Fetching file tree...": "正在获取文件树...", + "file": "文件", + "File actions": "文件操作", + "File created": "文件已创建", + "File deleted": "文件已删除", + "File is already in that location.": "文件已位于该位置。", + "File is too large (maximum 10MB supported).": "文件太大(最大支持 10MB)。", + "File moved to": "文件移至", + "File name": "文件名", + "File options": "文件选项", + "File options for": "文件选项", + "File options for Welcome to Markdown": "欢迎使用 Markdown 的文件选项", + "File renamed": "文件已重命名", + "files": "文件", + "files available in the tree.": "文件。", + "Files deleted": "文件已删除\n已导入", + "Filter review items": "过滤评论项目", + "Find": "查找", + "Find & Replace": "查找和替换", + "Find & Replace and Fullscreen are direct toolbar actions; About Markdown Viewer opens project, Markdown, privacy, license, and support information.": "查找和替换以及全屏是直接的工具栏操作;关于 Markdown Viewer 打开项目、Markdown、隐私、许可证和支持信息。", + "Find and replace": "查找并替换", + "Find and Replace": "查找和替换", + "Find in Selection": "在选择中查找", + "Find in Selection (Sel)": "在选择中查找 (Sel)", + "Find query": "查找查询", + "Finite State Machine": "有限状态机", + "Fit": "适合", + "Fit diagram to screen": "使图表适合屏幕", + "Flowchart (Left-Right)": "流程图(左-右)", + "Flowchart (LR)": "流程图 (LR)", + "Flowchart (TD)": "流程图 (TD)", + "Flowchart (Top-Down)": "流程图(自上而下)", + "folder": "文件夹", + "Folder created": "文件夹已创建", + "Folder created:": "文件夹已创建:", + "Folder deleted": "文件夹已删除", + "Folder deleted. Documents moved to the workspace root.": "文件夹已删除。文档移至工作区根目录。", + "Folder name": "文件夹名称", + "Folder renamed": "文件夹已重命名", + "Folder renamed to": "文件夹重命名为", + "folders": "文件夹", + "Folders stay one level deep inside a workspace.": "文件夹保留在工作区深处的一层。", + "Folk & Lyrics": "民谣和歌词", + "for this block.": "该块。", + "Forgot access key? Reset Secret Workspace": "忘记访问密钥?重置秘密工作空间", + "Fresh Tomato": "新鲜番茄", + "From files": "从文件", + "From GitHub": "从 GitHub", + "FSM Diagram": "FSM 图", + "Fullscreen": "全屏", + "Gantt Chart": "甘特图", + "Geben Sie hier Ihr Markdown ein...": "Geben Sie hier Ihr Markdown ein...", + "Generating Image": "正在生成图片", + "Generating Image...": "生成图像...", + "Generating PDF": "正在生成 PDF", + "Generating PDF...": "正在生成 PDF...", + "Git Graph": "Git 图", + "GitHub Emojis": "GitHub 表情符号", + "GitHub files loaded.": "已加载 GitHub 文件。", + "GitHub import": "GitHub 导入", + "GitHub import failed:": "GitHub 导入失败:", + "GitHub import failed.": "GitHub 导入失败。", + "GitHub import failed. The repository folder could not be created.": "GitHub 导入失败。无法创建存储库文件夹。", + "GitHub Repository": "GitHub 存储库", + "GitHub URL": "GitHub 网址", + "Glitchy Waveform": "毛刺波形", + "Graphical User Interface": "图形用户界面", + "Grid Layout": "网格布局", + "Grouped Nodes": "分组节点", + "Guitar Chords": "吉他和弦", + "Heading 1": "标题 1", + "Heading 2": "标题 2", + "Heading 3": "标题 3", + "Heading 4": "标题 4", + "Heading 5": "标题 5", + "Heading 6": "标题 6", + "Heading levels": "标题级别", + "Headings only": "仅标题", + "Heatmap Matrix": "热图矩阵", + "Hide access key": "隐藏访问键", + "Hide sidebar": "隐藏侧边栏", + "Hierarchy Tree": "层次结构树", + "History": "历史", + "Horizontal rule": "水平线", + "HTML": "HTML", + "HTML entities": "HTML 实体", + "HTML export failed:": "HTML 导出失败:", + "Image": "图像", + "Image (.png)": "图片 (.png)", + "Image description": "图片说明", + "Image generation progress": "图像生成进度", + "Image URL": "图片网址", + "Implement live preview with GitHub styling": "使用 GitHub 样式实现实时预览", + "Import": "导入", + "Import complete": "导入完成", + "Import completed with errors": "导入已完成,但有错误", + "Import failed": "导入失败", + "Import finished with issues": "导入已完成,但存在问题", + "Import from files": "从文件导入", + "Import from GitHub": "从 GitHub 导入", + "Import Markdown from GitHub": "从 GitHub 导入 Markdown", + "Import Selected": "导入所选内容", + "Importing {{0}}": "正在导入 {{0}}", + "Importing file": "导入文件", + "Importing files": "导入文件", + "Importing from GitHub": "从 GitHub 导入", + "Importing selected files from GitHub...": "正在从 GitHub 导入选定的文件...", + "Importing...": "正在导入...\n本文档中的", + "Inline code": "内联代码", + "Inline Code Blocks": "内联代码块", + "Insert": "插入", + "Insert Diagram & More": "插入图及更多", + "Insert image": "插入图片", + "Insert link": "插入链接", + "Insert reference": "插入参考", + "Insert table": "插入表格", + "Intelligently plans page breaks to keep images, tables, equations, and diagrams together. Blocks move to the next page when there is not enough space. Recommended for short documents.": "智能地计划分页符,将图像、表格、方程和图表放在一起。当空间不足时,块会移动到下一页。推荐用于短文档。", + "Invite link": "邀请链接", + "Italic": "斜体", + "item": "项目", + "items": "项目", + "items available.": "物品可用。", + "Items deleted": "项目已删除", + "JavaScript": "JavaScript", + "JSON Document": "JSON 文档", + "JSON Viewer": "JSON 查看器", + "Key Signature & Tempo": "调号和速度", + "Keyboard shortcuts": "键盘快捷键", + "Landmark Point": "地标点", + "Language:": "语言:", + "Language: JavaScript": "语言:JavaScript", + "LaTeX blocks only": "仅 LaTeX 块", + "Leave a focused comment for the author...": "为作者留下重点评论...", + "Leave session": "离开会议", + "Lecteur Markdown": "讲师 Markdown", + "Left Live Share session.": "离开实时共享会话。", + "Left-to-right text": "从左到右的文本", + "Legacy Raster PDF": "旧版光栅 PDF", + "Light mode": "浅色模式", + "Line Chart": "折线图", + "Link": "链接", + "Link copied": "链接已复制", + "Link Text": "链接文本", + "Link title": "链接标题", + "Listen to score": "听乐谱", + "Live collaborators": "现场合作者", + "Live Share": "实时共享", + "Live Share access mode": "实时共享访问模式", + "Live Share invite link": "直播分享邀请链接", + "Live Share is view only.": "实时共享仅供查看。", + "Live Share participants": "实时分享参与者", + "Live Share room expired": "直播分享房间已过期", + "Live Share session ended by the host.": "直播分享会话由主持人结束。", + "Live Share session ended.": "直播分享环节结束。", + "Live Share session started.": "实时共享会话开始。", + "Loading document assets": "加载文档资源", + "Loading emojis...": "正在加载表情符号...", + "Loading image renderer": "加载图像渲染器", + "Loading PDF libraries": "加载 PDF 库", + "Loading...": "加载中...", + "Lock workspace": "锁定工作区", + "Locked": "已锁定", + "lowercase": "小写", + "Lyrics Song": "歌词曲", + "Markdown (.md)": "Markdown (.md)", + "Markdown alert": "Markdown 警报", + "Markdown alert types": "Markdown 警报类型", + "Markdown alerts": "Markdown 警报", + "Markdown document": "Markdown 文档", + "Markdown editor input with live preview": "Markdown 编辑器输入,带实时预览", + "Markdown file import progress": "Markdown 文件导入进度", + "Markdown formatting toolbar for plain-text editing": "Markdown 用于纯文本编辑的格式化工具栏", + "Markdown Görüntüleyici": "Markdown Görüntüleyici", + "Markdown preview only": "Markdown 仅预览", + "Markdown source is unavailable for view-only snapshots": "Markdown 源不可用于仅查看快照", + "Markdown tips": "Markdown 提示", + "Markdown Viewer": "Markdown Viewer", + "Markdown Viewer Help": "Markdown Viewer 帮助", + "Markdown ビューア": "Markdown ビューa", + "Markdown 閱讀器": "Markdown 阅读器", + "Markdown 阅读器": "Markdown 阅读器", + "Markdown'ınızı buraya yazın...": "Markdown'ınızı buraya yazın...", + "Markmap preview": "标记图预览", + "match": "比赛", + "Match Case": "火柴盒", + "Match Case (Aa)": "火柴盒 (Aa)", + "Match Whole Word": "匹配整个单词", + "Match Whole Word (W)": "匹配整个单词 (W)", + "matches": "匹配", + "Maximum document limit reached.": "已达到最大文档限制。", + "Maximum of": "最大值", + "Menu": "菜单", + "Mermaid blocks only": "仅美人鱼方块", + "meter, composed by": "计,由", + "Min Read": "最小读取", + "Mind Maps": "思维导图", + "Mindmap Diagram": "思维导图", + "Mindmap Outline": "思维导图大纲", + "Model actions": "模型动作", + "more participant": "更多参与者", + "More tools": "更多工具", + "Move": "移动", + "Move “": "移动“", + "Move {{0}} selected items": "移动 {{0}} 个所选项目", + "Move document": "移动文档", + "Multi-Voice Harmony": "多声部和声", + "Music notation block": "乐谱块", + "Name": "姓名", + "Name item": "名称项目", + "Native HTML save failed:": "原生 HTML 保存失败:", + "Native import failed:": "原生导入失败:", + "Native save failed:": "本机保存失败:", + "Native tab download failed:": "本机选项卡下载失败:", + "Network (nwdiag)": "网络 (nwdiag)", + "Network error while loading shared content.": "加载共享内容时出现网络错误。", + "Network Map": "网络地图", + "Network Topology": "网络拓扑", + "New": "新建", + "New document": "新建文档", + "New file": "新文件", + "New file (Ctrl+T)": "新建文件 (Ctrl+T)", + "New folder": "新建文件夹", + "New folder in": "中的新文件夹", + "New folder in Workspace": "工作区中的新文件夹", + "New Markdown file in": "中的新 Markdown 文件", + "New Markdown file in Workspace": "工作区中新的 Markdown 文件", + "New, Share, Live Share, Report an Issue, About, and Settings are available in the header toolbar.": "标题工具栏中提供了新建、共享、实时共享、报告问题、关于和设置。", + "Next match": "下一场比赛", + "Next match (Enter)": "下一场比赛(输入)", + "No data is stored": "未存储数据", + "No diagrams found.": "未找到图表。", + "No document is open": "没有文档打开", + "No documents open": "没有打开任何文档", + "No documents to show.": "没有可显示的文档。", + "No emojis found.": "未找到表情符号。", + "No favorite documents yet.": "还没有收藏的文档。", + "No feedback yet": "尚未反馈", + "No file open": "没有打开文件", + "No files selected": "未选择文件", + "No live room active": "没有直播间", + "No Markdown files were found at that GitHub location.": "在该 GitHub 位置找不到 Markdown 文件。", + "No matching files": "没有匹配的文件", + "No open feedback": "无开放反馈", + "No recent documents": "没有最近的文档", + "No resolved feedback": "没有解决的反馈", + "No results": "没有结果", + "No symbols found.": "未找到符号。", + "Numbered list": "编号列表", + "Object Diagram": "对象图", + "Object Instances": "对象实例", + "Object Types": "对象类型", + "of": "的", + "Off": "关闭", + "On": "开", + "Only the first": "只有第一个", + "Open": "打开", + "Open a file or repository": "打开文件或存储库", + "Open comments and suggestions": "公开意见和建议", + "Open diagram viewer": "打开图表查看器", + "Open diagram viewer with zoom and pan controls": "使用缩放和平移控件打开图表查看器", + "Open document tabs": "打开文档选项卡", + "Open Explorer": "打开资源管理器", + "Open export menu": "打开导出菜单", + "Open from device": "从设备打开", + "Open in split view": "在分割视图中打开", + "Open menu": "打开菜单", + "Open new document menu": "打开新文档菜单", + "Open or create another document before starting split view.": "在开始分割视图之前打开或创建另一个文档。", + "open review item": "打开评论项目", + "open review items": "打开评论项目", + "Open source": "开源", + "Open split view": "打开分割视图", + "Open workspace settings": "打开工作区设置", + "Opened document": "打开文档", + "opened in split view.": "在分割视图中打开。", + "Opened:": "已开放:", + "Opens a read-only preview.": "打开只读预览。", + "Optimizing page breaks": "正在优化分页", + "or": "或", + "Overlap Set": "重叠集", + "Parsing markdown": "解析降价", + "Participants": "参加者", + "Paste a GitHub file or repository URL.": "粘贴 GitHub 文件或存储库 URL。", + "PDF": "PDF", + "PDF export failed:": "PDF 导出失败:", + "PDF generation progress": "PDF生成进度", + "Pie Chart": "饼图", + "Plain text only": "仅纯文本", + "Please enter a GitHub URL.": "请输入 GitHub URL。", + "Please enter a valid GitHub URL.": "请输入有效的 GitHub URL。", + "Please select at least one file to import.": "请至少选择一个文件进行导入。", + "Please upload Markdown files (.md or .markdown)": "请上传 Markdown 文件(.md 或 .markdown)", + "PNG": "PNG", + "PNG export failed:": "PNG 导出失败:", + "Polyphony Voices": "复调音色", + "prefixes.": "前缀。", + "Preparing": "准备", + "Preparing document": "准备文件", + "Preparing download": "准备下载", + "Preparing import…": "正在准备导入...", + "Preparing repository folder…": "正在准备存储库文件夹...", + "Preserve Case": "保存箱", + "Preserve Case (Ab)": "保存箱 (Ab)", + "Preview": "预览", + "Preview Markdown": "预览 Markdown", + "Previous match": "上一场比赛", + "Previous match (Shift+Enter)": "上一场比赛(Shift+Enter)", + "Private mode": "隐私模式", + "Project links": "项目链接", + "Project Roadmap": "项目路线图", + "Protect Secret Workspace": "保护秘密工作空间", + "Quadrant Chart": "象限图", + "Quick formatting covers emphasis, quotes, alignment, and lists; Insert holds less frequent tools while Diagram & More stays directly available.": "快速格式化包括强调、引号、对齐和列表;插入包含不太常用的工具,而图表和更多则保持直接可用。", + "Quick start": "快速启动", + "Ready to copy": "准备复制", + "Recent": "最近", + "Recent files": "最近文件", + "Recent queries...": "最近查询...", + "Reconnect": "重新连接", + "Record Struct": "记录结构", + "Record Structure": "记录结构", + "Redo": "重做", + "Reference": "参考", + "Reference Number": "参考编号", + "Reference title": "参考标题", + "Remove all files and review data": "删除所有文件并查看数据", + "Remove from Favorites": "从收藏夹中删除", + "Rename": "重命名", + "Rename {{0}}": "重命名 {{0}}", + "Rename file": "重命名文件", + "Rename folder": "重命名文件夹", + "Rendered Markdown live preview": "渲染的 Markdown 实时预览", + "Rendering diagram…": "渲染图…", + "Rendering diagrams": "渲染图", + "Rendering math": "渲染数学", + "Rendering music notation": "渲染乐谱", + "Rendering page {{0}} of {{1}}": "渲染页面 {{0}}(共 {{1}})", + "Rendering pages": "渲染页面", + "Replace": "替换", + "Replace All": "全部替换", + "Replace All Diff Preview": "替换所有差异预览", + "Replace with": "替换为", + "Report": "报告问题", + "Report an issue": "报告问题", + "Requirements Diagram": "需求图", + "Reset": "重置", + "Reset & Enable": "重置并启用", + "Reset all": "全部重置", + "Reset all files": "重置所有文件", + "Reset all files?": "重置所有文件?", + "Reset Position": "复位位置", + "Reset Secret Workspace?": "重置秘密工作空间?", + "Reset Sequence": "复位序列", + "Reset view": "重置视图", + "Reset workspace": "重置工作区", + "Reset zoom": "重置变焦", + "Resize document sidebar": "调整文档侧边栏的大小", + "Resize panes": "调整窗格大小", + "Resolve all open review items": "解决所有未决审核项目", + "Resolve feedback": "解决反馈", + "Resolved": "已解决", + "Resolved comments and suggestions will appear here.": "已解决的意见和建议将出现在这里。", + "Review actions": "审查行动", + "Review actions for": "审查行动", + "Review deletion cancelled because the active document changed.": "由于活动文档发生更改,审阅删除已取消。", + "review item": "评论项目", + "Review mode": "回顾模式", + "Review mode uses the read-only preview.": "审阅模式使用只读预览。", + "Review opens a read-only preview where you can comment on or suggest changes to headings, paragraphs, code blocks, and diagrams.": "审阅会打开只读预览,您可以在其中评论或建议对标题、段落、代码块和图表进行更改。", + "Review pins": "回顾图钉", + "Review summary copied.": "已复制审核摘要。", + "Right-to-left text": "从右到左文本", + "Row count": "行数", + "Saisissez votre markdown ici...": "Saisissez votre markdown ic...", + "Sankey Chart": "桑基图", + "Sankey Flow Chart": "桑基流程图", + "Save": "保存", + "Saved": "已保存", + "Saving image": "保存图像", + "Saving to Workspace /": "保存到工作区 /", + "Saving...": "正在保存...", + "Scatter Plot": "散点图", + "Scope Filter": "范围过滤器", + "Score in": "得分", + "Score in {{0}}, {{1}} meter, composed by {{2}}.": "得分为 {{0}},{{1}} 米,由 {{2}} 组成。", + "Scrivi il tuo markdown qui...": "Scrivi il tuo markdown qui...", + "Scroll left": "向左滚动", + "Scroll right": "向右滚动", + "Scroll tabs left": "向左滚动选项卡", + "Scroll tabs right": "向右滚动选项卡", + "Search": "搜索", + "Search diagram templates": "搜索图模板", + "Search diagrams...": "搜索图...", + "Search emojis": "搜索表情符号", + "Search files": "搜索文件", + "Search History": "搜索历史", + "Search symbols": "搜索符号", + "Searching...": "正在搜索...", + "Second document": "第二份文件", + "Secondary document": "辅助文件", + "Secondary Markdown document": "辅助 Markdown 文档", + "Secondary Markdown preview": "辅助 Markdown 预览", + "Secret Workspace": "秘密工作区", + "Secret Workspace encryption is unavailable in this browser or context.": "秘密工作区加密在此浏览器或上下文中不可用。", + "Secret Workspace locked.": "秘密工作区已锁定。", + "Secret Workspace needs local storage. Turn off Private mode before setting or unlocking its access key.": "秘密工作区需要本地存储。在设置或解锁访问密钥之前关闭私人模式。", + "Secret Workspace options": "秘密工作区选项", + "Secret Workspace reset.": "秘密工作区重置。", + "Secret Workspace unlocked.": "秘密工作区已解锁。", + "Secret Workspace, locked": "秘密工作区,已锁定", + "Select": "选择", + "Select a comment pin in the preview to add feedback.": "在预览中选择评论图钉以添加反馈。", + "Select all": "全选", + "Select All": "全选", + "Select Markdown file(s) to import": "选择要导入的 Markdown 文件", + "Select Markdown files": "选择 Markdown 文件", + "Select no more than": "选择不超过", + "selected": "已选择", + "Selected block": "选定的块", + "Selected diagram source": "选定的图表源", + "selected items": "所选项目", + "selected items?": "已选择项目?", + "selected.": "。", + "Sequence Diagram": "序列图", + "Sequence preview": "序列预览", + "Session active": "会话处于活动状态", + "Session Active": "会话活动", + "Session ended": "会议结束", + "Set password": "设置密码", + "Settings": "设置", + "Share": "分享", + "Share link appears here": "分享链接出现在此处", + "Share link failed": "分享链接失败", + "Share snapshot": "分享快照", + "Share Snapshot": "分享快照", + "Share URL": "分享网址", + "Shared snapshot tabs are temporary and cannot be downloaded.": "共享快照选项卡是临时的,无法下载。", + "Shared snapshot tabs are temporary and cannot be duplicated.": "共享快照选项卡是临时的,无法复制。", + "Shared snapshot tabs are temporary and cannot be shared again.": "共享快照选项卡是临时的,无法再次共享。", + "Shared snapshot tabs are temporary and cannot start Live Share.": "共享快照选项卡是临时的,无法启动 Live Share。", + "Shared snapshot tabs cannot be shared again.": "共享的快照选项卡无法再次共享。", + "Shared snapshot tabs cannot start Live Share.": "共享快照选项卡无法启动 Live Share。", + "Sharing...": "分享...", + "Sheet music for:": "乐谱:", + "Sheet music for: {{0}}": "乐谱:{{0}}", + "Shift": "移位", + "Show access key": "显示访问键", + "Show confirmation access key": "显示确认访问键", + "Show Diff Preview before replace": "替换前显示差异预览", + "Show sidebar": "显示侧边栏", + "Showing": "显示", + "Signal Glitches": "信号故障", + "Signature and Speed": "签名和速度", + "Simple Flow": "简单流程", + "Simple Tune": "简单的曲调", + "Small documents stay encoded in the URL. Large documents use temporary Cloudflare KV for up to 90 days. Shared tabs are not saved locally on the recipient's device.": "小文档在 URL 中保持编码。大型文档使用临时 Cloudflare KV 最长可达 90 天。共享选项卡不会本地保存在收件人的设备上。", + "Solid": "固体", + "Solid Mode": "固态模式", + "Spiked Round Ball": "尖刺圆球", + "Split": "分屏", + "Split document divider": "分割文档分隔线", + "Split editor and live preview": "分割编辑器和实时预览", + "Split editor and preview": "分割编辑器和预览", + "Split view closed.": "分割视图关闭。", + "Split view:": "分割视图:", + "Stacked Bar": "堆叠栏", + "Stacked Bar Chart": "堆积条形图", + "Start a session first": "首先开始一个会话", + "Start a session to create an invite link": "启动会话以创建邀请链接", + "Start session": "开始会话", + "Start with a blank document or bring Markdown in from somewhere else.": "从空白文档开始或从其他地方引入 Markdown 。", + "Start with a clean Markdown file": "从干净的 Markdown 文件开始", + "Starting GitHub import...": "开始 GitHub 导入...", + "Starting PNG Export": "开始 PNG 导出", + "Starting…": "开始……", + "State Diagram": "状态图", + "STL 3D model zoom view": "STL 3D模型放大视图", + "Stop playback": "停止播放", + "Strikethrough": "删除线", + "Study Plan": "学习计划", + "Study Topics": "学习主题", + "Suggested change": "建议更改", + "Suggestion": "建议", + "Suggestion added.": "添加了建议。", + "suggestion.": "建议。", + "Support math expressions with LaTeX": "支持 LaTeX 的数学表达式", + "Surface Angle": "表面角度", + "Surface Angle Mode": "表面角度模式", + "SVG": "SVG", + "Switch language": "切换语言", + "Switch Language": "切换语言", + "Switch to dark appearance": "切换至深色外观", + "Switch to light appearance": "切换到浅色外观", + "Switch to LTR": "切换到 LTR", + "Switch to RTL": "切换至 RTL", + "Symbol list": "符号列表", + "Symbols & entities": "符号和实体", + "Symbols & HTML Entities": "符号和 HTML 实体", + "Sync Off": "同步关闭", + "Sync On": "同步开启", + "Sync scrolling": "同步滚动", + "Sync scrolling is available in Split view to keep the editor and preview aligned.": "分割视图中可以使用同步滚动,以保持编辑器和预览保持一致。", + "Sync, Copy, Review, view modes, and Export stay with the document formatting toolbar.": "同步、复制、审阅、查看模式和导出仍保留在文档格式工具栏中。", + "Tab actions for": "选项卡操作", + "Tab download failed:": "标签页下载失败:", + "Table": "表", + "Tech Stack": "技术堆栈", + "Technical Notation": "技术符号", + "Temporary": "临时", + "Temporary in-memory room. No permanent document storage is created.": "临时记忆室。不会创建永久文档存储。", + "Terminal block": "端子块", + "Tetrahedron Mesh": "四面体网格", + "Text case": "文字案例", + "Text layout": "文字布局", + "Text style": "文字样式", + "The command-line file could not be opened because the": "无法打开命令行文件,因为", + "The file could not be moved because the destination could not be saved.": "由于无法保存目的地,因此无法移动文件。", + "The live room could not be joined. Please check the invite link or connection.": "直播间无法加入。请检查邀请链接或连接。", + "The repository folder could not be created.": "无法创建存储库文件夹。", + "The share link could not be generated.": "无法生成分享链接。", + "The shared snapshot could not be opened because the": "无法打开共享快照,因为", + "The shared URL could not be decoded. It may be corrupted or incomplete.": "无法解码共享 URL。它可能已损坏或不完整。", + "Theme": "外观", + "This comment or suggestion will be permanently deleted.": "该评论或建议将被永久删除。", + "This Live Share room has ended or is no longer active.": "此实时共享房间已结束或不再有效。", + "This permanently deletes every encrypted file and folder in Secret Workspace. The content cannot be recovered.": "这将永久删除秘密工作区中的每个加密文件和文件夹。内容无法恢复。", + "This review item is no longer available.": "该评论项目不再可用。", + "This shared snapshot is view only.": "此共享快照仅供查看。", + "This shared snapshot is view only. The Markdown source cannot be downloaded or copied.": "此共享快照仅供查看。无法下载或复制 Markdown 源。", + "This will remove {{0}} and end any active Live Share session. Unsaved changes cannot be recovered.": "这将删除 {{0}} 并结束任何活动的 Live Share 会话。未保存的更改无法恢复。", + "This will remove all files and review items. Unsaved changes cannot be recovered.": "这将删除所有文件和审阅项目。未保存的更改无法恢复。", + "ThisIs-Developer": "这就是开发者", + "Timeline Diagram": "时间线图", + "Timing Diagram": "时序图", + "Timing Signal Wave": "定时信号波", + "Title": "标题", + "Title case": "首字母大写", + "to build lists, and triple backticks for code blocks.": "用于构建列表,以及用于代码块的三个反引号。", + "to stay within the": "留在", + "Toggle Dock Mode": "切换停靠模式", + "Toggle Floating Mode": "切换浮动模式", + "Toolbar descriptions": "工具栏说明", + "Topology Map": "拓扑图", + "Try again": "再试一次", + "Turn private mode off": "关闭私人模式", + "Turn private mode on": "开启私密模式", + "Twisted Column": "扭曲柱", + "Two documents are already open side by side": "两个文档已并排打开", + "Type your markdown here...": "在此输入您的降价...", + "Type, paste, or import Markdown here...": "在此处输入、粘贴或导入 Markdown...", + "Unable to load emojis.": "无法加载表情符号。", + "Unable to render diagram.": "无法渲染图表。", + "Unable to start import.": "无法开始导入。", + "Undo": "撤消", + "Undo and Redo keep editing history close at hand.": "撤消和重做使编辑历史记录触手可及。", + "Unknown error": "未知错误", + "Unlock": "解锁", + "Unlock Secret Workspace": "解锁秘密工作区", + "Unlock workspace": "解锁工作区", + "Unlocking…": "解锁中……", + "Upload from Device": "从设备上传", + "UPPERCASE": "大写", + "Use": "使用", + "Use at least 8 characters.": "至少使用 8 个字符。", + "Use Case Diagram": "用例图", + "Use dark appearance": "使用深色外观", + "Use dark mode": "使用深色模式", + "Use light mode": "使用浅色模式", + "Use Regular Expression": "使用正则表达式", + "Use Regular Expression (.*)": "使用正则表达式 (.*)", + "Use the Heading and Case menus for H1–H6 headings and capitalization.": "使用“标题”和“大小写”菜单来设置 H1–H6 标题和大小写。", + "Use the view buttons in the toolbar to switch between Editor, Split, and Preview modes.": "使用工具栏中的视图按钮在编辑器、拆分和预览模式之间切换。", + "User Journey": "用户旅程", + "Venn Diagram": "维恩图", + "Version": "版本", + "View": "视图", + "View Markdown Viewer on GitHub": "在 GitHub 上查看 Markdown Viewer", + "View mode": "观看模式", + "View on GitHub": "在 GitHub 上查看", + "View only": "仅供查看", + "Viewer": "观众", + "Visualizador de Markdown": "Markdown 可视化工具", + "Visualizzatore Markdown": "可视化工具 Markdown", + "WBS Hierarchy": "WBS 层次结构", + "Welcome template": "欢迎模板", + "Welcome to Markdown": "欢迎来到 Markdown", + "Welcome to Markdown options": "欢迎使用 Markdown 选项", + "Welcome, {{0}}": "欢迎,{{0}}", + "will be imported because the": "将被导入,因为", + "Wireframe": "线框", + "Wireframe Mode": "线框模式", + "Words": "话", + "Work Breakdown": "工作分解", + "Workspace": "工作区", + "Workspace actions": "工作区操作", + "Workspace menu": "工作区菜单", + "Workspace options": "工作区选项", + "Workspace settings": "工作区设置", + "Workspace, file location": "工作区、文件位置", + "Workspaces": "工作区", + "Workspaces, folders, and Markdown files": "工作区、文件夹和 Markdown 文件", + "Wpisz tutaj swój markdown...": "Wpisz tutaj swój markdown...", + "Wrap": "包裹", + "Wrap Around": "环绕", + "Wrap Around (Wrap)": "环绕(环绕)", + "Write. Preview. Share.": "写。预览。分享。", + "XY Chart": "XY 图表", + "Your workspace is ready": "您的工作区已准备好", + "Zoom in": "放大", + "Zoom In": "放大", + "Zoom model": "变焦模型", + "Zoom out": "缩小", + "Zoom Out": "缩小", + "Введите здесь ваш markdown...": "Введите здесь ваш 降价...", + "Введіть ваш markdown тут...": "Введіть ваш markdown ty...", + "Переглядач Markdown": "Переглядач Markdown", + "Просмотрщик Markdown": "Просмотрщик Markdown", + "마크다운 뷰어": "마크다운 뷰어", + "여기에 마크다운 내용을 입력하세요...": "여기에 마크다운 내용을 입력하세요...", + "ここにMarkdownを入力してください...": "ここにMarkdownを入力してください...", + "在此輸入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "在此输入您的 Markdown 文本...": "在此输入您的 Markdown 文本...", + "Choose an alert style to insert into the document.": "选择要插入文档的提示样式。", + "Choose a different document.": "选择不同的文档。", + "Collaborators can edit this document.": "协作者可以编辑此文档。", + "Only the Live Share host can share snapshots from a live document.": "只有 Live Share 主机可以共享实时文档中的快照。", + "Review the proposed changes before committing them to the document.": "在将建议的更改提交到文档之前先对其进行审查。", + "{{0}} and {{1}}": "{{0}}和{{1}}", + "{{0}} file": "{{0}} 个文件", + "{{0}} files": "{{0}} 个文件", + "{{0}} review item": "{{0}} 个审阅项", + "{{0}} review items": "{{0}} 个审阅项", + "close": "关闭", + "Close all": "全部关闭", + "delete": "删除", + "download": "下载", + "duplicate": "重复", + "h1, h2, h3, h4, h5, h6": "h1、h2、h3、h4、h5、h6", + "lock": "锁", + "move": "移动", + "open": "打开", + "rename": "重命名", + "Unable to trim D2 SVG bounds": "无法修剪 D2 SVG 边界", + "ABC notation could not be rendered. Check the score syntax and retry.": "无法呈现 ABC 表示法。检查分数语法并重试。", + "ABC notation renderer is unavailable. Check your connection and retry.": "ABC 表示法渲染器不可用。检查您的连接并重试。", + "Creating link": "创建链接", + "Ending live room...": "直播间结束...", + "Failed to create share link:": "无法创建分享链接:", + "in split view": "分割视图", + "Link failed": "链接失败", + "Live room ended by the host": "直播间由主持人结束", + "Mermaid could not be rendered. Check the diagram syntax and retry.": "美人鱼无法渲染。检查图表语法并重试。", + "Open Markdown file": "打开 Markdown 文件", + "Preparing Mermaid for print...": "准备打印美人鱼...", + "Rendering Mermaid…": "渲染美人鱼…", + "Save HTML document": "保存 HTML 文档", + "Save Markdown File": "保存 Markdown 文件", + "Starting live room...": "直播间开始...", + "Task item": "任务项目", + "The Live Share room could not be opened because the": "无法打开Live Share房间,因为", + "This Live Share room has ended, expired, or no active host is available.": "该直播共享房间已结束、已过期或没有可用的活动主持人。", + "Unable to start live room": "无法启动直播室", + "Use light appearance": "使用灯光外观", + "xMidYMid meet": "xMidYMid 见面", + "A folder with this name already exists in the workspace.": "工作区中已存在同名的文件夹。", + "Add another review item": "添加另一个评论项目", + "Add suggestion": "添加建议", + "All feedback resolved": "所有反馈均已解决", + "Changes not saved": "更改未保存", + "Click Start session to create a temporary room and generate an invite link.": "单击“开始会话”以创建临时房间并生成邀请链接。", + "Collaborators can view updates but cannot edit.": "协作者可以查看更新,但不能编辑。", + "Copy command was unsuccessful": "复制命令失败", + "Copy this link and send it to collaborators. New participants appear above when they join.": "复制此链接并将其发送给协作者。新参与者加入时会出现在上方。", + "Could not protect this workspace. Try again.": "无法保护此工作区。再试一次。", + "Creating snapshot link...": "正在创建快照链接...", + "Delete folder": "删除文件夹", + "Delete selected items": "删除所选项目", + "Edit comment": "编辑评论", + "Edit suggestion": "编辑建议", + "Enter a folder name.": "输入文件夹名称。", + "Enter a name.": "输入名称。", + "Everything has been resolved. Switch to Resolved or All to review earlier feedback.": "一切都已经解决了。切换到“已解决”或“全部”以查看之前的反馈。", + "GitHub import finished.": "GitHub 导入完成。", + "Incorrect access key or unreadable Secret Workspace data.": "访问密钥不正确或秘密工作区数据不可读。", + "Live room disconnected": "直播间断线", + "Maximum document limit reached": "达到最大文档限制", + "Mermaid diagram": "人鱼图", + "Mermaid diagram actions": "人鱼图动作", + "No documents match your search.": "没有与您的搜索匹配的文档。", + "Open or create a document to use editing tools.": "打开或创建文档以使用编辑工具。", + "Review item deleted.": "评论项目已删除。", + "Review item reopened.": "重新打开审阅项目。", + "Review item resolved.": "审核项目已解决。", + "Review item updated.": "评论项目已更新。", + "Review mode keeps the Markdown source read only.": "查看模式将 Markdown 源保持为只读。", + "Room active - waiting for collaborators": "房间活跃 - 等待合作者", + "Save changes": "保存更改", + "Secret Workspace has not been set up yet.": "秘密工作区尚未设置。", + "The provided URL does not point to a Markdown file.": "提供的 URL 不指向 Markdown 文件。", + "This document is read only.": "本文档是只读的。", + "This Live Share session is view only.": "此 Live Share 会话仅供查看。", + "This share link has expired or does not exist.": "此分享链接已过期或不存在。", + "This shared document is read-only for you.": "此共享文档对您来说是只读的。", + "Your file is ready.": "您的文件已准备好。", + "Your files are ready.": "您的文件已准备好。" +} diff --git a/assets/lucide-icons.css b/assets/lucide-icons.css new file mode 100644 index 00000000..a1568e98 --- /dev/null +++ b/assets/lucide-icons.css @@ -0,0 +1,142 @@ +/*! + * Lucide icon subset v1.25.0 + * Source: https://lucide.dev/ • ISC License + * Only icons used by Markdown Viewer are embedded with a 1.5px stroke. No runtime JavaScript or webfont is loaded. + */ +.lucide { + display: inline-block; + width: 1em; + height: 1em; + flex: 0 0 auto; + vertical-align: -0.125em; + background-color: currentColor; + -webkit-mask-image: var(--lucide-icon); + mask-image: var(--lucide-icon); + -webkit-mask-position: center; + mask-position: center; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + pointer-events: none; +} + +@media (forced-colors: active) { + .lucide { background-color: ButtonText; } +} + +.lucide-hat-glasses { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+PHN2ZyBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1oYXQtZ2xhc3NlcyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPjxwYXRoIGQ9Ik0xNCAxOGEyIDIgMCAwIDAtNCAwIiAvPjxwYXRoIGQ9Im0xOSAxMS0yLjExLTYuNjU3YTIgMiAwIDAgMC0yLjc1Mi0xLjE0OGwtMS4yNzYuNjFBMiAyIDAgMCAxIDEyIDRIOC41YTIgMiAwIDAgMC0xLjkyNSAxLjQ1Nkw1IDExIiAvPjxwYXRoIGQ9Ik0yIDExaDIwIiAvPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTgiIHI9IjMiIC8+PGNpcmNsZSBjeD0iNyIgY3k9IjE4IiByPSIzIiAvPjwvc3ZnPg=="); } +.lucide-power { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+PHN2ZyBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wb3dlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPjxwYXRoIGQ9Ik0xMiAydjEwIiAvPjxwYXRoIGQ9Ik0xOC40IDYuNmE5IDkgMCAxIDEtMTIuNzcuMDQiIC8+PC9zdmc+"); } + +.lucide-activity { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYWN0aXZpdHkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTIyIDEyaC0yLjQ4YTIgMiAwIDAgMC0xLjkzIDEuNDZsLTIuMzUgOC4zNmEuMjUuMjUgMCAwIDEtLjQ4IDBMOS4yNCAyLjE4YS4yNS4yNSAwIDAgMC0uNDggMGwtMi4zNSA4LjM2QTIgMiAwIDAgMSA0LjQ5IDEySDIiIC8+IDwvc3ZnPg=="); } +.lucide-align-center { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYWxpZ24tY2VudGVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yMSA1SDMiIC8+IDxwYXRoIGQ9Ik0xNyAxMkg3IiAvPiA8cGF0aCBkPSJNMTkgMTlINSIgLz4gPC9zdmc+"); } +.lucide-align-left { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYWxpZ24tbGVmdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMjEgNUgzIiAvPiA8cGF0aCBkPSJNMTUgMTJIMyIgLz4gPHBhdGggZD0iTTE3IDE5SDMiIC8+IDwvc3ZnPg=="); } +.lucide-align-right { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYWxpZ24tcmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTIxIDVIMyIgLz4gPHBhdGggZD0iTTIxIDEySDkiIC8+IDxwYXRoIGQ9Ik0yMSAxOUg3IiAvPiA8L3N2Zz4="); } +.lucide-arrow-left-to-line { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYXJyb3ctbGVmdC10by1saW5lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0zIDE5VjUiIC8+IDxwYXRoIGQ9Im0xMyA2LTYgNiA2IDYiIC8+IDxwYXRoIGQ9Ik03IDEyaDE0IiAvPiA8L3N2Zz4="); } +.lucide-arrow-right-to-line { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYXJyb3ctcmlnaHQtdG8tbGluZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTcgMTJIMyIgLz4gPHBhdGggZD0ibTExIDE4IDYtNi02LTYiIC8+IDxwYXRoIGQ9Ik0yMSA1djE0IiAvPiA8L3N2Zz4="); } +.lucide-badge-alert { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYmFkZ2UtYWxlcnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTMuODUgOC42MmE0IDQgMCAwIDEgNC43OC00Ljc3IDQgNCAwIDAgMSA2Ljc0IDAgNCA0IDAgMCAxIDQuNzggNC43OCA0IDQgMCAwIDEgMCA2Ljc0IDQgNCAwIDAgMS00Ljc3IDQuNzggNCA0IDAgMCAxLTYuNzUgMCA0IDQgMCAwIDEtNC43OC00Ljc3IDQgNCAwIDAgMSAwLTYuNzZaIiAvPiA8bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjgiIHkyPSIxMiIgLz4gPGxpbmUgeDE9IjEyIiB4Mj0iMTIuMDEiIHkxPSIxNiIgeTI9IjE2IiAvPiA8L3N2Zz4="); } +.lucide-bold { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYm9sZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNNiAxMmg5YTQgNCAwIDAgMSAwIDhIN2ExIDEgMCAwIDEtMS0xVjVhMSAxIDAgMCAxIDEtMWg3YTQgNCAwIDAgMSAwIDgiIC8+IDwvc3ZnPg=="); } +.lucide-bookmark { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYm9va21hcmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTE3IDNhMiAyIDAgMCAxIDIgMnYxNWExIDEgMCAwIDEtMS40OTYuODY4bC00LjUxMi0yLjU3OGEyIDIgMCAwIDAtMS45ODQgMGwtNC41MTIgMi41NzhBMSAxIDAgMCAxIDUgMjBWNWEyIDIgMCAwIDEgMi0yeiIgLz4gPC9zdmc+"); } +.lucide-box { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYm94IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yMSA4YTIgMiAwIDAgMC0xLTEuNzNsLTctNGEyIDIgMCAwIDAtMiAwbC03IDRBMiAyIDAgMCAwIDMgOHY4YTIgMiAwIDAgMCAxIDEuNzNsNyA0YTIgMiAwIDAgMCAyIDBsNy00QTIgMiAwIDAgMCAyMSAxNloiIC8+IDxwYXRoIGQ9Im0zLjMgNyA4LjcgNSA4LjctNSIgLz4gPHBhdGggZD0iTTEyIDIyVjEyIiAvPiA8L3N2Zz4="); } +.lucide-braces { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYnJhY2VzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik04IDNIN2EyIDIgMCAwIDAtMiAydjVhMiAyIDAgMCAxLTIgMiAyIDIgMCAwIDEgMiAydjVjMCAxLjEuOSAyIDIgMmgxIiAvPiA8cGF0aCBkPSJNMTYgMjFoMWEyIDIgMCAwIDAgMi0ydi01YzAtMS4xLjktMiAyLTJhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMC0yLTJoLTEiIC8+IDwvc3ZnPg=="); } +.lucide-bug { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYnVnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0xMiAyMHYtOSIgLz4gPHBhdGggZD0iTTE0IDdhNCA0IDAgMCAxIDQgNHYzYTYgNiAwIDAgMS0xMiAwdi0zYTQgNCAwIDAgMSA0LTR6IiAvPiA8cGF0aCBkPSJNMTQuMTIgMy44OCAxNiAyIiAvPiA8cGF0aCBkPSJNMjEgMjFhNCA0IDAgMCAwLTMuODEtNCIgLz4gPHBhdGggZD0iTTIxIDVhNCA0IDAgMCAxLTMuNTUgMy45NyIgLz4gPHBhdGggZD0iTTIyIDEzaC00IiAvPiA8cGF0aCBkPSJNMyAyMWE0IDQgMCAwIDEgMy44MS00IiAvPiA8cGF0aCBkPSJNMyA1YTQgNCAwIDAgMCAzLjU1IDMuOTciIC8+IDxwYXRoIGQ9Ik02IDEzSDIiIC8+IDxwYXRoIGQ9Im04IDIgMS44OCAxLjg4IiAvPiA8cGF0aCBkPSJNOSA3LjEzVjZhMyAzIDAgMSAxIDYgMHYxLjEzIiAvPiA8L3N2Zz4="); } +.lucide-case-sensitive { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2FzZS1zZW5zaXRpdmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0ibTIgMTYgNC4wMzktOS42OWEuNS41IDAgMCAxIC45MjMgMEwxMSAxNiIgLz4gPHBhdGggZD0iTTIyIDl2NyIgLz4gPHBhdGggZD0iTTMuMzA0IDEzaDYuMzkyIiAvPiA8Y2lyY2xlIGN4PSIxOC41IiBjeT0iMTIuNSIgcj0iMy41IiAvPiA8L3N2Zz4="); } +.lucide-chart-no-axes-column-increasing { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hhcnQtbm8tYXhlcy1jb2x1bW4taW5jcmVhc2luZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNNSAyMXYtNiIgLz4gPHBhdGggZD0iTTEyIDIxVjkiIC8+IDxwYXRoIGQ9Ik0xOSAyMVYzIiAvPiA8L3N2Zz4="); } +.lucide-check { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hlY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTIwIDYgOSAxN2wtNS01IiAvPiA8L3N2Zz4="); } +.lucide-check-check { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hlY2stY2hlY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTE4IDYgNyAxN2wtNS01IiAvPiA8cGF0aCBkPSJtMjIgMTAtNy41IDcuNUwxMyAxNiIgLz4gPC9zdmc+"); } +.lucide-chevron-down { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hldnJvbi1kb3duIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im02IDkgNiA2IDYtNiIgLz4gPC9zdmc+"); } +.lucide-chevron-left { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hldnJvbi1sZWZ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im0xNSAxOC02LTYgNi02IiAvPiA8L3N2Zz4="); } +.lucide-chevron-right { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hldnJvbi1yaWdodCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJtOSAxOCA2LTYtNi02IiAvPiA8L3N2Zz4="); } +.lucide-chevron-up { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2hldnJvbi11cCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJtMTggMTUtNi02LTYgNiIgLz4gPC9zdmc+"); } +.lucide-circle { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2lyY2xlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIiAvPiA8L3N2Zz4="); } +.lucide-circle-alert { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2lyY2xlLWFsZXJ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIiAvPiA8bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjgiIHkyPSIxMiIgLz4gPGxpbmUgeDE9IjEyIiB4Mj0iMTIuMDEiIHkxPSIxNiIgeTI9IjE2IiAvPiA8L3N2Zz4="); } +.lucide-circle-dot { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2lyY2xlLWRvdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMSIgLz4gPC9zdmc+"); } +.lucide-circle-filled { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2lyY2xlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJibGFjayIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4gPC9zdmc+"); } +.lucide-circle-x { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2lyY2xlLXgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiIC8+IDxwYXRoIGQ9Im0xNSA5LTYgNiIgLz4gPHBhdGggZD0ibTkgOSA2IDYiIC8+IDwvc3ZnPg=="); } +.lucide-clock-3 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2xvY2stMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4gPHBhdGggZD0iTTEyIDZ2Nmg0IiAvPiA8L3N2Zz4="); } +.lucide-cloud-upload { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY2xvdWQtdXBsb2FkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0xMiAxM3Y4IiAvPiA8cGF0aCBkPSJNNCAxNC44OTlBNyA3IDAgMSAxIDE1LjcxIDhoMS43OWE0LjUgNC41IDAgMCAxIDIuNSA4LjI0MiIgLz4gPHBhdGggZD0ibTggMTcgNC00IDQgNCIgLz4gPC9zdmc+"); } +.lucide-code-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY29kZS0yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im0xOCAxNiA0LTQtNC00IiAvPiA8cGF0aCBkPSJtNiA4LTQgNCA0IDQiIC8+IDxwYXRoIGQ9Im0xNC41IDQtNSAxNiIgLz4gPC9zdmc+"); } +.lucide-columns-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY29sdW1ucy0yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iMyIgcng9IjIiIC8+IDxwYXRoIGQ9Ik0xMiAzdjE4IiAvPiA8L3N2Zz4="); } +.lucide-copy { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtY29weSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHg9IjgiIHk9IjgiIHJ4PSIyIiByeT0iMiIgLz4gPHBhdGggZD0iTTQgMTZjLTEuMSAwLTItLjktMi0yVjRjMC0xLjEuOS0yIDItMmgxMGMxLjEgMCAyIC45IDIgMiIgLz4gPC9zdmc+"); } +.lucide-download { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZG93bmxvYWQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTEyIDE1VjMiIC8+IDxwYXRoIGQ9Ik0yMSAxNXY0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0ydi00IiAvPiA8cGF0aCBkPSJtNyAxMCA1IDUgNS01IiAvPiA8L3N2Zz4="); } +.lucide-ellipsis { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZWxsaXBzaXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMSIgLz4gPGNpcmNsZSBjeD0iMTkiIGN5PSIxMiIgcj0iMSIgLz4gPGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIxIiAvPiA8L3N2Zz4="); } +.lucide-ellipsis-vertical { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZWxsaXBzaXMtdmVydGljYWwiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMSIgLz4gPGNpcmNsZSBjeD0iMTIiIGN5PSI1IiByPSIxIiAvPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjE5IiByPSIxIiAvPiA8L3N2Zz4="); } +.lucide-eye { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZXllIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yLjA2MiAxMi4zNDhhMSAxIDAgMCAxIDAtLjY5NiAxMC43NSAxMC43NSAwIDAgMSAxOS44NzYgMCAxIDEgMCAwIDEgMCAuNjk2IDEwLjc1IDEwLjc1IDAgMCAxLTE5Ljg3NiAwIiAvPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIiAvPiA8L3N2Zz4="); } +.lucide-eye-off { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZXllLW9mZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTAuNzMzIDUuMDc2YTEwLjc0NCAxMC43NDQgMCAwIDEgMTEuMjA1IDYuNTc1IDEgMSAwIDAgMSAwIC42OTYgMTAuNzQ3IDEwLjc0NyAwIDAgMS0xLjQ0NCAyLjQ5IiAvPiA8cGF0aCBkPSJNMTQuMDg0IDE0LjE1OGEzIDMgMCAwIDEtNC4yNDItNC4yNDIiIC8+IDxwYXRoIGQ9Ik0xNy40NzkgMTcuNDk5YTEwLjc1IDEwLjc1IDAgMCAxLTE1LjQxNy01LjE1MSAxIDEgMCAwIDEgMC0uNjk2IDEwLjc1IDEwLjc1IDAgMCAxIDQuNDQ2LTUuMTQzIiAvPiA8cGF0aCBkPSJtMiAyIDIwIDIwIiAvPiA8L3N2Zz4="); } +.lucide-file-code-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZmlsZS1jb2RlLTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTQgMTIuMTVWNGEyIDIgMCAwIDEgMi0yaDhhMi40IDIuNCAwIDAgMSAxLjcwNi43MDZsMy41ODggMy41ODhBMi40IDIuNCAwIDAgMSAyMCA4djEyYTIgMiAwIDAgMS0yIDJoLTMuMzUiIC8+IDxwYXRoIGQ9Ik0xNCAydjVhMSAxIDAgMCAwIDEgMWg1IiAvPiA8cGF0aCBkPSJtNSAxNi0zIDMgMyAzIiAvPiA8cGF0aCBkPSJtOSAyMiAzLTMtMy0zIiAvPiA8L3N2Zz4="); } +.lucide-file-image { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZmlsZS1pbWFnZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNNiAyMmEyIDIgMCAwIDEtMi0yVjRhMiAyIDAgMCAxIDItMmg4YTIuNCAyLjQgMCAwIDEgMS43MDQuNzA2bDMuNTg4IDMuNTg4QTIuNCAyLjQgMCAwIDEgMjAgOHYxMmEyIDIgMCAwIDEtMiAyeiIgLz4gPHBhdGggZD0iTTE0IDJ2NWExIDEgMCAwIDAgMSAxaDUiIC8+IDxjaXJjbGUgY3g9IjEwIiBjeT0iMTIiIHI9IjIiIC8+IDxwYXRoIGQ9Im0yMCAxNy0xLjI5Ni0xLjI5NmEyLjQxIDIuNDEgMCAwIDAtMy40MDggMEw5IDIyIiAvPiA8L3N2Zz4="); } +.lucide-file-plus-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZmlsZS1wbHVzLTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTExLjM1IDIySDZhMiAyIDAgMCAxLTItMlY0YTIgMiAwIDAgMSAyLTJoOGEyLjQgMi40IDAgMCAxIDEuNzA2LjcwNmwzLjU4OCAzLjU4OEEyLjQgMi40IDAgMCAxIDIwIDh2NS4zNSIgLz4gPHBhdGggZD0iTTE0IDJ2NWExIDEgMCAwIDAgMSAxaDUiIC8+IDxwYXRoIGQ9Ik0xNCAxOWg2IiAvPiA8cGF0aCBkPSJNMTcgMTZ2NiIgLz4gPC9zdmc+"); } +.lucide-file-text { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZmlsZS10ZXh0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik02IDIyYTIgMiAwIDAgMS0yLTJWNGEyIDIgMCAwIDEgMi0yaDhhMi40IDIuNCAwIDAgMSAxLjcwNC43MDZsMy41ODggMy41ODhBMi40IDIuNCAwIDAgMSAyMCA4djEyYTIgMiAwIDAgMS0yIDJ6IiAvPiA8cGF0aCBkPSJNMTQgMnY1YTEgMSAwIDAgMCAxIDFoNSIgLz4gPHBhdGggZD0iTTEwIDlIOCIgLz4gPHBhdGggZD0iTTE2IDEzSDgiIC8+IDxwYXRoIGQ9Ik0xNiAxN0g4IiAvPiA8L3N2Zz4="); } +.lucide-files { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZmlsZXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTE1IDJoLTRhMiAyIDAgMCAwLTIgMnYxMWEyIDIgMCAwIDAgMiAyaDhhMiAyIDAgMCAwIDItMlY4IiAvPiA8cGF0aCBkPSJNMTYuNzA2IDIuNzA2QTIuNCAyLjQgMCAwIDAgMTUgMnY1YTEgMSAwIDAgMCAxIDFoNWEyLjQgMi40IDAgMCAwLS43MDYtMS43MDZ6IiAvPiA8cGF0aCBkPSJNNSA3YTIgMiAwIDAgMC0yIDJ2MTFhMiAyIDAgMCAwIDIgMmg4YTIgMiAwIDAgMCAxLjczMi0xIiAvPiA8L3N2Zz4="); } +.lucide-fold-vertical { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZm9sZC12ZXJ0aWNhbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTIgMjJ2LTYiIC8+IDxwYXRoIGQ9Ik0xMiA4VjIiIC8+IDxwYXRoIGQ9Ik00IDEySDIiIC8+IDxwYXRoIGQ9Ik0xMCAxMkg4IiAvPiA8cGF0aCBkPSJNMTYgMTJoLTIiIC8+IDxwYXRoIGQ9Ik0yMiAxMmgtMiIgLz4gPHBhdGggZD0ibTE1IDE5LTMtMy0zIDMiIC8+IDxwYXRoIGQ9Im0xNSA1LTMgMy0zLTMiIC8+IDwvc3ZnPg=="); } +.lucide-unfold-vertical { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYwLjQ2OC4wIC0gSVNDIC0tPjxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdW5mb2xkLXZlcnRpY2FsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTIgMjJ2LTYiLz48cGF0aCBkPSJNMTIgOFYyIi8+PHBhdGggZD0iTTQgMTJIMiIvPjxwYXRoIGQ9Ik0xMCAxMkg4Ii8+PHBhdGggZD0iTTE2IDEyaC0yIi8+PHBhdGggZD0iTTIyIDEyaC0yIi8+PHBhdGggZD0ibTE1IDE5LTMgMy0zLTMiLz48cGF0aCBkPSJtMTUgNS0zLTMtMyAzIi8+PC9zdmc+"); } +.lucide-folder { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZm9sZGVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yMCAyMGEyIDIgMCAwIDAgMi0yVjhhMiAyIDAgMCAwLTItMmgtNy45YTIgMiAwIDAgMS0xLjY5LS45TDkuNiAzLjlBMiAyIDAgMCAwIDcuOTMgM0g0YTIgMiAwIDAgMC0yIDJ2MTNhMiAyIDAgMCAwIDIgMloiIC8+IDwvc3ZnPg=="); } +.lucide-folder-open { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZm9sZGVyLW9wZW4iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0ibTYgMTQgMS41LTIuOUEyIDIgMCAwIDEgOS4yNCAxMEgyMGEyIDIgMCAwIDEgMS45NCAyLjVsLTEuNTQgNmEyIDIgMCAwIDEtMS45NSAxLjVINGEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmgzLjlhMiAyIDAgMCAxIDEuNjkuOWwuODEgMS4yYTIgMiAwIDAgMCAxLjY3LjlIMThhMiAyIDAgMCAxIDIgMnYyIiAvPiA8L3N2Zz4="); } +.lucide-folder-plus { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZm9sZGVyLXBsdXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTEyIDEwdjYiIC8+IDxwYXRoIGQ9Ik05IDEzaDYiIC8+IDxwYXRoIGQ9Ik0yMCAyMGEyIDIgMCAwIDAgMi0yVjhhMiAyIDAgMCAwLTItMmgtNy45YTIgMiAwIDAgMS0xLjY5LS45TDkuNiAzLjlBMiAyIDAgMCAwIDcuOTMgM0g0YTIgMiAwIDAgMC0yIDJ2MTNhMiAyIDAgMCAwIDIgMloiIC8+IDwvc3ZnPg=="); } +.lucide-grid-3x3 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtZ3JpZC0zeDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiByeD0iMiIgLz4gPHBhdGggZD0iTTMgOWgxOCIgLz4gPHBhdGggZD0iTTMgMTVoMTgiIC8+IDxwYXRoIGQ9Ik05IDN2MTgiIC8+IDxwYXRoIGQ9Ik0xNSAzdjE4IiAvPiA8L3N2Zz4="); } +.lucide-history { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtaGlzdG9yeSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMyAxMmE5IDkgMCAxIDAgOS05IDkuNzUgOS43NSAwIDAgMC02Ljc0IDIuNzRMMyA4IiAvPiA8cGF0aCBkPSJNMyAzdjVoNSIgLz4gPHBhdGggZD0iTTEyIDd2NWw0IDIiIC8+IDwvc3ZnPg=="); } +.lucide-hourglass { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtaG91cmdsYXNzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik01IDIyaDE0IiAvPiA8cGF0aCBkPSJNNSAyaDE0IiAvPiA8cGF0aCBkPSJNMTcgMjJ2LTQuMTcyYTIgMiAwIDAgMC0uNTg2LTEuNDE0TDEyIDEybC00LjQxNCA0LjQxNEEyIDIgMCAwIDAgNyAxNy44MjhWMjIiIC8+IDxwYXRoIGQ9Ik03IDJ2NC4xNzJhMiAyIDAgMCAwIC41ODYgMS40MTRMMTIgMTJsNC40MTQtNC40MTRBMiAyIDAgMCAwIDE3IDYuMTcyVjIiIC8+IDwvc3ZnPg=="); } +.lucide-image { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtaW1hZ2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiByeD0iMiIgcnk9IjIiIC8+IDxjaXJjbGUgY3g9IjkiIGN5PSI5IiByPSIyIiAvPiA8cGF0aCBkPSJtMjEgMTUtMy4wODYtMy4wODZhMiAyIDAgMCAwLTIuODI4IDBMNiAyMSIgLz4gPC9zdmc+"); } +.lucide-info { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtaW5mbyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4gPHBhdGggZD0iTTEyIDE2di00IiAvPiA8cGF0aCBkPSJNMTIgOGguMDEiIC8+IDwvc3ZnPg=="); } +.lucide-italic { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtaXRhbGljIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxsaW5lIHgxPSIxOSIgeDI9IjEwIiB5MT0iNCIgeTI9IjQiIC8+IDxsaW5lIHgxPSIxNCIgeDI9IjUiIHkxPSIyMCIgeTI9IjIwIiAvPiA8bGluZSB4MT0iMTUiIHgyPSI5IiB5MT0iNCIgeTI9IjIwIiAvPiA8L3N2Zz4="); } +.lucide-key-round { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUta2V5LXJvdW5kIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yLjU4NiAxNy40MTRBMiAyIDAgMCAwIDIgMTguODI4VjIxYTEgMSAwIDAgMCAxIDFoM2ExIDEgMCAwIDAgMS0xdi0xYTEgMSAwIDAgMSAxLTFoMWExIDEgMCAwIDAgMS0xdi0xYTEgMSAwIDAgMSAxLTFoLjE3MmEyIDIgMCAwIDAgMS40MTQtLjU4NmwuODE0LS44MTRhNi41IDYuNSAwIDEgMC00LTR6IiAvPiA8Y2lyY2xlIGN4PSIxNi41IiBjeT0iNy41IiByPSIuNSIgZmlsbD0iYmxhY2siIC8+IDwvc3ZnPg=="); } +.lucide-languages { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbGFuZ3VhZ2VzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im01IDggNiA2IiAvPiA8cGF0aCBkPSJtNCAxNCA2LTYgMi0zIiAvPiA8cGF0aCBkPSJNMiA1aDEyIiAvPiA8cGF0aCBkPSJNNyAyaDEiIC8+IDxwYXRoIGQ9Im0yMiAyMi01LTEwLTUgMTAiIC8+IDxwYXRoIGQ9Ik0xNCAxOGg2IiAvPiA8L3N2Zz4="); } +.lucide-layers-3 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbGF5ZXJzLTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTEyLjgzIDIuMThhMiAyIDAgMCAwLTEuNjYgMEwyLjYgNi4wOGExIDEgMCAwIDAgMCAxLjgzbDguNTggMy45MWEyIDIgMCAwIDAgMS42NiAwbDguNTgtMy45YTEgMSAwIDAgMCAwLTEuODN6IiAvPiA8cGF0aCBkPSJNMiAxMmExIDEgMCAwIDAgLjU4LjkxbDguNiAzLjkxYTIgMiAwIDAgMCAxLjY1IDBsOC41OC0zLjlBMSAxIDAgMCAwIDIyIDEyIiAvPiA8cGF0aCBkPSJNMiAxN2ExIDEgMCAwIDAgLjU4LjkxbDguNiAzLjkxYTIgMiAwIDAgMCAxLjY1IDBsOC41OC0zLjlBMSAxIDAgMCAwIDIyIDE3IiAvPiA8L3N2Zz4="); } +.lucide-link-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbGluay0yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik05IDE3SDdBNSA1IDAgMCAxIDcgN2gyIiAvPiA8cGF0aCBkPSJNMTUgN2gyYTUgNSAwIDEgMSAwIDEwaC0yIiAvPiA8bGluZSB4MT0iOCIgeDI9IjE2IiB5MT0iMTIiIHkyPSIxMiIgLz4gPC9zdmc+"); } +.lucide-list { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbGlzdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMyA1aC4wMSIgLz4gPHBhdGggZD0iTTMgMTJoLjAxIiAvPiA8cGF0aCBkPSJNMyAxOWguMDEiIC8+IDxwYXRoIGQ9Ik04IDVoMTMiIC8+IDxwYXRoIGQ9Ik04IDEyaDEzIiAvPiA8cGF0aCBkPSJNOCAxOWgxMyIgLz4gPC9zdmc+"); } +.lucide-list-ordered { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbGlzdC1vcmRlcmVkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0xMSA1aDEwIiAvPiA8cGF0aCBkPSJNMTEgMTJoMTAiIC8+IDxwYXRoIGQ9Ik0xMSAxOWgxMCIgLz4gPHBhdGggZD0iTTQgNGgxdjUiIC8+IDxwYXRoIGQ9Ik00IDloMiIgLz4gPHBhdGggZD0iTTYuNSAyMEgzLjRjMC0xIDIuNi0xLjkyNSAyLjYtMy41YTEuNSAxLjUgMCAwIDAtMi42LTEuMDIiIC8+IDwvc3ZnPg=="); } +.lucide-lock-keyhole { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbG9jay1rZXlob2xlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxjaXJjbGUgY3g9IjEyIiBjeT0iMTYiIHI9IjEiIC8+IDxyZWN0IHg9IjMiIHk9IjEwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHJ4PSIyIiAvPiA8cGF0aCBkPSJNNyAxMFY3YTUgNSAwIDAgMSAxMCAwdjMiIC8+IDwvc3ZnPg=="); } +.lucide-lock-open { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbG9jay1vcGVuIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxMSIgeD0iMyIgeT0iMTEiIHJ4PSIyIiByeT0iMiIgLz4gPHBhdGggZD0iTTcgMTFWN2E1IDUgMCAwIDEgOS45LTEiIC8+IDwvc3ZnPg=="); } +.lucide-map { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWFwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0xNC4xMDYgNS41NTNhMiAyIDAgMCAwIDEuNzg4IDBsMy42NTktMS44M0ExIDEgMCAwIDEgMjEgNC42MTl2MTIuNzY0YTEgMSAwIDAgMS0uNTUzLjg5NGwtNC41NTMgMi4yNzdhMiAyIDAgMCAxLTEuNzg4IDBsLTQuMjEyLTIuMTA2YTIgMiAwIDAgMC0xLjc4OCAwbC0zLjY1OSAxLjgzQTEgMSAwIDAgMSAzIDE5LjM4MVY2LjYxOGExIDEgMCAwIDEgLjU1My0uODk0bDQuNTUzLTIuMjc3YTIgMiAwIDAgMSAxLjc4OCAweiIgLz4gPHBhdGggZD0iTTE1IDUuNzY0djE1IiAvPiA8cGF0aCBkPSJNOSAzLjIzNnYxNSIgLz4gPC9zdmc+"); } +.lucide-map-pin { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWFwLXBpbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMjAgMTBjMCA0Ljk5My01LjUzOSAxMC4xOTMtNy4zOTkgMTEuNzk5YTEgMSAwIDAgMS0xLjIwMiAwQzkuNTM5IDIwLjE5MyA0IDE0Ljk5MyA0IDEwYTggOCAwIDAgMSAxNiAwIiAvPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEwIiByPSIzIiAvPiA8L3N2Zz4="); } +.lucide-maximize { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWF4aW1pemUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTggM0g1YTIgMiAwIDAgMC0yIDJ2MyIgLz4gPHBhdGggZD0iTTIxIDhWNWEyIDIgMCAwIDAtMi0yaC0zIiAvPiA8cGF0aCBkPSJNMyAxNnYzYTIgMiAwIDAgMCAyIDJoMyIgLz4gPHBhdGggZD0iTTE2IDIxaDNhMiAyIDAgMCAwIDItMnYtMyIgLz4gPC9zdmc+"); } +.lucide-menu { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWVudSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNNCA1aDE2IiAvPiA8cGF0aCBkPSJNNCAxMmgxNiIgLz4gPHBhdGggZD0iTTQgMTloMTYiIC8+IDwvc3ZnPg=="); } +.lucide-message-square-more { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWVzc2FnZS1zcXVhcmUtbW9yZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMjIgMTdhMiAyIDAgMCAxLTIgMkg2LjgyOGEyIDIgMCAwIDAtMS40MTQuNTg2bC0yLjIwMiAyLjIwMkEuNzEuNzEgMCAwIDEgMiAyMS4yODZWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ6IiAvPiA8cGF0aCBkPSJNMTIgMTFoLjAxIiAvPiA8cGF0aCBkPSJNMTYgMTFoLjAxIiAvPiA8cGF0aCBkPSJNOCAxMWguMDEiIC8+IDwvc3ZnPg=="); } +.lucide-message-square-text { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWVzc2FnZS1zcXVhcmUtdGV4dCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMjIgMTdhMiAyIDAgMCAxLTIgMkg2LjgyOGEyIDIgMCAwIDAtMS40MTQuNTg2bC0yLjIwMiAyLjIwMkEuNzEuNzEgMCAwIDEgMiAyMS4yODZWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ6IiAvPiA8cGF0aCBkPSJNNyAxMWgxMCIgLz4gPHBhdGggZD0iTTcgMTVoNiIgLz4gPHBhdGggZD0iTTcgN2g4IiAvPiA8L3N2Zz4="); } +.lucide-minimize { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWluaW1pemUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTggM3YzYTIgMiAwIDAgMS0yIDJIMyIgLz4gPHBhdGggZD0iTTIxIDhoLTNhMiAyIDAgMCAxLTItMlYzIiAvPiA8cGF0aCBkPSJNMyAxNmgzYTIgMiAwIDAgMSAyIDJ2MyIgLz4gPHBhdGggZD0iTTE2IDIxdi0zYTIgMiAwIDAgMSAyLTJoMyIgLz4gPC9zdmc+"); } +.lucide-minimize-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWluaW1pemUtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJtMTQgMTAgNy03IiAvPiA8cGF0aCBkPSJNMjAgMTBoLTZWNCIgLz4gPHBhdGggZD0ibTMgMjEgNy03IiAvPiA8cGF0aCBkPSJNNCAxNGg2djYiIC8+IDwvc3ZnPg=="); } +.lucide-minus { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbWludXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTUgMTJoMTQiIC8+IDwvc3ZnPg=="); } +.lucide-moon { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbW9vbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMjAuOTg1IDEyLjQ4NmE5IDkgMCAxIDEtOS40NzMtOS40NzJjLjQwNS0uMDIyLjYxNy40Ni40MDIuODAzYTYgNiAwIDAgMCA4LjI2OCA4LjI2OGMuMzQ0LS4yMTUuODI1LS4wMDQuODAzLjQwMSIgLz4gPC9zdmc+"); } +.lucide-music-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbXVzaWMtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSI4IiBjeT0iMTgiIHI9IjQiIC8+IDxwYXRoIGQ9Ik0xMiAxOFYybDcgNCIgLz4gPC9zdmc+"); } +.lucide-network { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtbmV0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cmVjdCB4PSIxNiIgeT0iMTYiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIxIiAvPiA8cmVjdCB4PSIyIiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIC8+IDxyZWN0IHg9IjkiIHk9IjIiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIxIiAvPiA8cGF0aCBkPSJNNSAxNnYtM2ExIDEgMCAwIDEgMS0xaDEyYTEgMSAwIDAgMSAxIDF2MyIgLz4gPHBhdGggZD0iTTEyIDEyVjgiIC8+IDwvc3ZnPg=="); } +.lucide-panel-left-close { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGFuZWwtbGVmdC1jbG9zZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiAvPiA8cGF0aCBkPSJNOSAzdjE4IiAvPiA8cGF0aCBkPSJtMTYgMTUtMy0zIDMtMyIgLz4gPC9zdmc+"); } +.lucide-panel-left-open { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGFuZWwtbGVmdC1vcGVuIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iMyIgcng9IjIiIC8+IDxwYXRoIGQ9Ik05IDN2MTgiIC8+IDxwYXRoIGQ9Im0xNCA5IDMgMy0zIDMiIC8+IDwvc3ZnPg=="); } +.lucide-panel-right { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGFuZWwtcmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiByeD0iMiIgLz4gPHBhdGggZD0iTTE1IDN2MTgiIC8+IDwvc3ZnPg=="); } +.lucide-panel-right-close { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGFuZWwtcmlnaHQtY2xvc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiByeD0iMiIgLz4gPHBhdGggZD0iTTE1IDN2MTgiIC8+IDxwYXRoIGQ9Im04IDkgMyAzLTMgMyIgLz4gPC9zdmc+"); } +.lucide-panels-top-left { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGFuZWxzLXRvcC1sZWZ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iMyIgcng9IjIiIC8+IDxwYXRoIGQ9Ik0zIDloMTgiIC8+IDxwYXRoIGQ9Ik05IDIxVjkiIC8+IDwvc3ZnPg=="); } +.lucide-pilcrow { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGlsY3JvdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTMgNHYxNiIgLz4gPHBhdGggZD0iTTE3IDR2MTYiIC8+IDxwYXRoIGQ9Ik0xOSA0SDkuNWE0LjUgNC41IDAgMCAwIDAgOUgxMyIgLz4gPC9zdmc+"); } +.lucide-play-filled { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGxheSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTUgNWEyIDIgMCAwIDEgMy4wMDgtMS43MjhsMTEuOTk3IDYuOTk4YTIgMiAwIDAgMSAuMDAzIDMuNDU4bC0xMiA3QTIgMiAwIDAgMSA1IDE5eiIgLz4gPC9zdmc+"); } +.lucide-plus { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcGx1cyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNNSAxMmgxNCIgLz4gPHBhdGggZD0iTTEyIDV2MTQiIC8+IDwvc3ZnPg=="); } +.lucide-quote { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcXVvdGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTE2IDNhMiAyIDAgMCAwLTIgMnY2YTIgMiAwIDAgMCAyIDIgMSAxIDAgMCAxIDEgMXYxYTIgMiAwIDAgMS0yIDIgMSAxIDAgMCAwLTEgMXYyYTEgMSAwIDAgMCAxIDEgNiA2IDAgMCAwIDYtNlY1YTIgMiAwIDAgMC0yLTJ6IiAvPiA8cGF0aCBkPSJNNSAzYTIgMiAwIDAgMC0yIDJ2NmEyIDIgMCAwIDAgMiAyIDEgMSAwIDAgMSAxIDF2MWEyIDIgMCAwIDEtMiAyIDEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxIDYgNiAwIDAgMCA2LTZWNWEyIDIgMCAwIDAtMi0yeiIgLz4gPC9zdmc+"); } +.lucide-radio { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcmFkaW8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTE2LjI0NyA3Ljc2MWE2IDYgMCAwIDEgMCA4LjQ3OCIgLz4gPHBhdGggZD0iTTE5LjA3NSA0LjkzM2ExMCAxMCAwIDAgMSAwIDE0LjEzNCIgLz4gPHBhdGggZD0iTTQuOTI1IDE5LjA2N2ExMCAxMCAwIDAgMSAwLTE0LjEzNCIgLz4gPHBhdGggZD0iTTcuNzUzIDE2LjIzOWE2IDYgMCAwIDEgMC04LjQ3OCIgLz4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMiIgLz4gPC9zdmc+"); } +.lucide-redo-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcmVkby0yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im0xNSAxNCA1LTUtNS01IiAvPiA8cGF0aCBkPSJNMjAgOUg5LjVBNS41IDUuNSAwIDAgMCA0IDE0LjVBNS41IDUuNSAwIDAgMCA5LjUgMjBIMTMiIC8+IDwvc3ZnPg=="); } +.lucide-refresh-cw { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtcmVmcmVzaC1jdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMyAxMmE5IDkgMCAwIDEgOS05IDkuNzUgOS43NSAwIDAgMSA2Ljc0IDIuNzRMMjEgOCIgLz4gPHBhdGggZD0iTTIxIDN2NWgtNSIgLz4gPHBhdGggZD0iTTIxIDEyYTkgOSAwIDAgMS05IDkgOS43NSA5Ljc1IDAgMCAxLTYuNzQtMi43NEwzIDE2IiAvPiA8cGF0aCBkPSJNOCAxNkgzdjUiIC8+IDwvc3ZnPg=="); } +.lucide-scan { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2NhbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMyA3VjVhMiAyIDAgMCAxIDItMmgyIiAvPiA8cGF0aCBkPSJNMTcgM2gyYTIgMiAwIDAgMSAyIDJ2MiIgLz4gPHBhdGggZD0iTTIxIDE3djJhMiAyIDAgMCAxLTIgMmgtMiIgLz4gPHBhdGggZD0iTTcgMjFINWEyIDIgMCAwIDEtMi0ydi0yIiAvPiA8L3N2Zz4="); } +.lucide-scan-text { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2Nhbi10ZXh0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0zIDdWNWEyIDIgMCAwIDEgMi0yaDIiIC8+IDxwYXRoIGQ9Ik0xNyAzaDJhMiAyIDAgMCAxIDIgMnYyIiAvPiA8cGF0aCBkPSJNMjEgMTd2MmEyIDIgMCAwIDEtMiAyaC0yIiAvPiA8cGF0aCBkPSJNNyAyMUg1YTIgMiAwIDAgMS0yLTJ2LTIiIC8+IDxwYXRoIGQ9Ik03IDhoOCIgLz4gPHBhdGggZD0iTTcgMTJoMTAiIC8+IDxwYXRoIGQ9Ik03IDE2aDYiIC8+IDwvc3ZnPg=="); } +.lucide-search { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2VhcmNoIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im0yMSAyMS00LjM0LTQuMzQiIC8+IDxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjgiIC8+IDwvc3ZnPg=="); } +.lucide-settings { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2V0dGluZ3MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTkuNjcxIDQuMTM2YTIuMzQgMi4zNCAwIDAgMSA0LjY1OSAwIDIuMzQgMi4zNCAwIDAgMCAzLjMxOSAxLjkxNSAyLjM0IDIuMzQgMCAwIDEgMi4zMyA0LjAzMyAyLjM0IDIuMzQgMCAwIDAgMCAzLjgzMSAyLjM0IDIuMzQgMCAwIDEtMi4zMyA0LjAzMyAyLjM0IDIuMzQgMCAwIDAtMy4zMTkgMS45MTUgMi4zNCAyLjM0IDAgMCAxLTQuNjU5IDAgMi4zNCAyLjM0IDAgMCAwLTMuMzItMS45MTUgMi4zNCAyLjM0IDAgMCAxLTIuMzMtNC4wMzMgMi4zNCAyLjM0IDAgMCAwIDAtMy44MzFBMi4zNCAyLjM0IDAgMCAxIDYuMzUgNi4wNTFhMi4zNCAyLjM0IDAgMCAwIDMuMzE5LTEuOTE1IiAvPiA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIiAvPiA8L3N2Zz4="); } +.lucide-share-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2hhcmUtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxOCIgY3k9IjUiIHI9IjMiIC8+IDxjaXJjbGUgY3g9IjYiIGN5PSIxMiIgcj0iMyIgLz4gPGNpcmNsZSBjeD0iMTgiIGN5PSIxOSIgcj0iMyIgLz4gPGxpbmUgeDE9IjguNTkiIHgyPSIxNS40MiIgeTE9IjEzLjUxIiB5Mj0iMTcuNDkiIC8+IDxsaW5lIHgxPSIxNS40MSIgeDI9IjguNTkiIHkxPSI2LjUxIiB5Mj0iMTAuNDkiIC8+IDwvc3ZnPg=="); } +.lucide-shield { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2hpZWxkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yMCAxM2MwIDUtMy41IDcuNS03LjY2IDguOTVhMSAxIDAgMCAxLS42Ny0uMDFDNy41IDIwLjUgNCAxOCA0IDEzVjZhMSAxIDAgMCAxIDEtMWMyIDAgNC41LTEuMiA2LjI0LTIuNzJhMS4xNyAxLjE3IDAgMCAxIDEuNTIgMEMxNC41MSAzLjgxIDE3IDUgMTkgNWExIDEgMCAwIDEgMSAxeiIgLz4gPC9zdmc+"); } +.lucide-shield-check { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc2hpZWxkLWNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0yMCAxM2MwIDUtMy41IDcuNS03LjY2IDguOTVhMSAxIDAgMCAxLS42Ny0uMDFDNy41IDIwLjUgNCAxOCA0IDEzVjZhMSAxIDAgMCAxIDEtMWMyIDAgNC41LTEuMiA2LjI0LTIuNzJhMS4xNyAxLjE3IDAgMCAxIDEuNTIgMEMxNC41MSAzLjgxIDE3IDUgMTkgNWExIDEgMCAwIDEgMSAxeiIgLz4gPHBhdGggZD0ibTkgMTIgMiAyIDQtNCIgLz4gPC9zdmc+"); } +.lucide-smile { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc21pbGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiIC8+IDxwYXRoIGQ9Ik04IDE0czEuNSAyIDQgMiA0LTIgNC0yIiAvPiA8bGluZSB4MT0iOSIgeDI9IjkuMDEiIHkxPSI5IiB5Mj0iOSIgLz4gPGxpbmUgeDE9IjE1IiB4Mj0iMTUuMDEiIHkxPSI5IiB5Mj0iOSIgLz4gPC9zdmc+"); } +.lucide-spline { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3BsaW5lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxjaXJjbGUgY3g9IjE5IiBjeT0iNSIgcj0iMiIgLz4gPGNpcmNsZSBjeD0iNSIgY3k9IjE5IiByPSIyIiAvPiA8cGF0aCBkPSJNNSAxN0ExMiAxMiAwIDAgMSAxNyA1IiAvPiA8L3N2Zz4="); } +.lucide-square-code { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3F1YXJlLWNvZGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0ibTEwIDktMyAzIDMgMyIgLz4gPHBhdGggZD0ibTE0IDE1IDMtMy0zLTMiIC8+IDxyZWN0IHg9IjMiIHk9IjMiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIC8+IDwvc3ZnPg=="); } +.lucide-square-filled { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3F1YXJlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJibGFjayIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiAvPiA8L3N2Zz4="); } +.lucide-square-pen { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3F1YXJlLXBlbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTIgM0g1YTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0ydi03IiAvPiA8cGF0aCBkPSJNMTguMzc1IDIuNjI1YTEgMSAwIDAgMSAzIDNsLTkuMDEzIDkuMDE0YTIgMiAwIDAgMS0uODUzLjUwNWwtMi44NzMuODRhLjUuNSAwIDAgMS0uNjItLjYybC44NC0yLjg3M2EyIDIgMCAwIDEgLjUwNi0uODUyeiIgLz4gPC9zdmc+"); } +.lucide-square-terminal { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3F1YXJlLXRlcm1pbmFsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Im03IDExIDItMi0yLTIiIC8+IDxwYXRoIGQ9Ik0xMSAxM2g0IiAvPiA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiByeT0iMiIgLz4gPC9zdmc+"); } +.lucide-square-x { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3F1YXJlLXgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiByeD0iMiIgcnk9IjIiIC8+IDxwYXRoIGQ9Im0xNSA5LTYgNiIgLz4gPHBhdGggZD0ibTkgOSA2IDYiIC8+IDwvc3ZnPg=="); } +.lucide-star { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3RhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTEuNTI1IDIuMjk1YS41My41MyAwIDAgMSAuOTUgMGwyLjMxIDQuNjc5YTIuMTIzIDIuMTIzIDAgMCAwIDEuNTk1IDEuMTZsNS4xNjYuNzU2YS41My41MyAwIDAgMSAuMjk0LjkwNGwtMy43MzYgMy42MzhhMi4xMjMgMi4xMjMgMCAwIDAtLjYxMSAxLjg3OGwuODgyIDUuMTRhLjUzLjUzIDAgMCAxLS43NzEuNTZsLTQuNjE4LTIuNDI4YTIuMTIyIDIuMTIyIDAgMCAwLTEuOTczIDBMNi4zOTYgMjEuMDFhLjUzLjUzIDAgMCAxLS43Ny0uNTZsLjg4MS01LjEzOWEyLjEyMiAyLjEyMiAwIDAgMC0uNjExLTEuODc5TDIuMTYgOS43OTVhLjUzLjUzIDAgMCAxIC4yOTQtLjkwNmw1LjE2NS0uNzU1YTIuMTIyIDIuMTIyIDAgMCAwIDEuNTk3LTEuMTZ6IiAvPiA8L3N2Zz4="); } +.lucide-star-filled { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3RhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTExLjUyNSAyLjI5NWEuNTMuNTMgMCAwIDEgLjk1IDBsMi4zMSA0LjY3OWEyLjEyMyAyLjEyMyAwIDAgMCAxLjU5NSAxLjE2bDUuMTY2Ljc1NmEuNTMuNTMgMCAwIDEgLjI5NC45MDRsLTMuNzM2IDMuNjM4YTIuMTIzIDIuMTIzIDAgMCAwLS42MTEgMS44NzhsLjg4MiA1LjE0YS41My41MyAwIDAgMS0uNzcxLjU2bC00LjYxOC0yLjQyOGEyLjEyMiAyLjEyMiAwIDAgMC0xLjk3MyAwTDYuMzk2IDIxLjAxYS41My41MyAwIDAgMS0uNzctLjU2bC44ODEtNS4xMzlhMi4xMjIgMi4xMjIgMCAwIDAtLjYxMS0xLjg3OUwyLjE2IDkuNzk1YS41My41MyAwIDAgMSAuMjk0LS45MDZsNS4xNjUtLjc1NWEyLjEyMiAyLjEyMiAwIDAgMCAxLjU5Ny0xLjE2eiIgLz4gPC9zdmc+"); } +.lucide-strikethrough { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3RyaWtldGhyb3VnaCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTYgNEg5YTMgMyAwIDAgMC0yLjgzIDQiIC8+IDxwYXRoIGQ9Ik0xNCAxMmE0IDQgMCAwIDEgMCA4SDYiIC8+IDxsaW5lIHgxPSI0IiB4Mj0iMjAiIHkxPSIxMiIgeTI9IjEyIiAvPiA8L3N2Zz4="); } +.lucide-sun { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtc3VuIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjQiIC8+IDxwYXRoIGQ9Ik0xMiAydjIiIC8+IDxwYXRoIGQ9Ik0xMiAyMHYyIiAvPiA8cGF0aCBkPSJtNC45MyA0LjkzIDEuNDEgMS40MSIgLz4gPHBhdGggZD0ibTE3LjY2IDE3LjY2IDEuNDEgMS40MSIgLz4gPHBhdGggZD0iTTIgMTJoMiIgLz4gPHBhdGggZD0iTTIwIDEyaDIiIC8+IDxwYXRoIGQ9Im02LjM0IDE3LjY2LTEuNDEgMS40MSIgLz4gPHBhdGggZD0ibTE5LjA3IDQuOTMtMS40MSAxLjQxIiAvPiA8L3N2Zz4="); } +.lucide-table-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdGFibGUtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNOSAzSDVhMiAyIDAgMCAwLTIgMnY0bTYtNmgxMGEyIDIgMCAwIDEgMiAydjRNOSAzdjE4bTAgMGgxMGEyIDIgMCAwIDAgMi0yVjlNOSAyMUg1YTIgMiAwIDAgMS0yLTJWOW0wIDBoMTgiIC8+IDwvc3ZnPg=="); } +.lucide-trash-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdHJhc2gtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTAgMTF2NiIgLz4gPHBhdGggZD0iTTE0IDExdjYiIC8+IDxwYXRoIGQ9Ik0xOSA2djE0YTIgMiAwIDAgMS0yIDJIN2EyIDIgMCAwIDEtMi0yVjYiIC8+IDxwYXRoIGQ9Ik0zIDZoMTgiIC8+IDxwYXRoIGQ9Ik04IDZWNGEyIDIgMCAwIDEgMi0yaDRhMiAyIDAgMCAxIDIgMnYyIiAvPiA8L3N2Zz4="); } +.lucide-triangle-alert { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdHJpYW5nbGUtYWxlcnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0ibTIxLjczIDE4LTgtMTRhMiAyIDAgMCAwLTMuNDggMGwtOCAxNEEyIDIgMCAwIDAgNCAyMWgxNmEyIDIgMCAwIDAgMS43My0zIiAvPiA8cGF0aCBkPSJNMTIgOXY0IiAvPiA8cGF0aCBkPSJNMTIgMTdoLjAxIiAvPiA8L3N2Zz4="); } +.lucide-undo-2 { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdW5kby0yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik05IDE0IDQgOWw1LTUiIC8+IDxwYXRoIGQ9Ik00IDloMTAuNWE1LjUgNS41IDAgMCAxIDUuNSA1LjVhNS41IDUuNSAwIDAgMS01LjUgNS41SDExIiAvPiA8L3N2Zz4="); } +.lucide-upload { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdXBsb2FkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiA+IDxwYXRoIGQ9Ik0xMiAzdjEyIiAvPiA8cGF0aCBkPSJtMTcgOC01LTUtNSA1IiAvPiA8cGF0aCBkPSJNMjEgMTV2NGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMnYtNCIgLz4gPC9zdmc+"); } +.lucide-venetian-mask { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdmVuZXRpYW4tbWFzayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTggMTFjLTEuNSAwLTIuNS41LTMgMiIgLz4gPHBhdGggZD0iTTQgNmEyIDIgMCAwIDAtMiAydjRhNSA1IDAgMCAwIDUgNSA4IDggMCAwIDEgNSAyIDggOCAwIDAgMSA1LTIgNSA1IDAgMCAwIDUtNVY4YTIgMiAwIDAgMC0yLTJoLTNhOCA4IDAgMCAwLTUgMiA4IDggMCAwIDAtNS0yeiIgLz4gPHBhdGggZD0iTTYgMTFjMS41IDAgMi41LjUgMyAyIiAvPiA8L3N2Zz4="); } +.lucide-waves { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtd2F2ZXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHBhdGggZD0iTTIgMTJxMi41IDIgNSAwdDUgMCA1IDAgNSAwIiAvPiA8cGF0aCBkPSJNMiAxOXEyLjUgMiA1IDB0NSAwIDUgMCA1IDAiIC8+IDxwYXRoIGQ9Ik0yIDVxMi41IDIgNSAwdDUgMCA1IDAgNSAwIiAvPiA8L3N2Zz4="); } +.lucide-workflow { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtd29ya2Zsb3ciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iOCIgeD0iMyIgeT0iMyIgcng9IjIiIC8+IDxwYXRoIGQ9Ik03IDExdjRhMiAyIDAgMCAwIDIgMmg0IiAvPiA8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB4PSIxMyIgeT0iMTMiIHJ4PSIyIiAvPiA8L3N2Zz4="); } +.lucide-x { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUteCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8cGF0aCBkPSJNMTggNiA2IDE4IiAvPiA8cGF0aCBkPSJtNiA2IDEyIDEyIiAvPiA8L3N2Zz4="); } +.lucide-zoom-in { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtem9vbS1pbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgPiA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4IiAvPiA8bGluZSB4MT0iMjEiIHgyPSIxNi42NSIgeTE9IjIxIiB5Mj0iMTYuNjUiIC8+IDxsaW5lIHgxPSIxMSIgeDI9IjExIiB5MT0iOCIgeTI9IjE0IiAvPiA8bGluZSB4MT0iOCIgeDI9IjE0IiB5MT0iMTEiIHkyPSIxMSIgLz4gPC9zdmc+"); } +.lucide-zoom-out { --lucide-icon: url("data:image/svg+xml;base64,PCEtLSBAbGljZW5zZSBsdWNpZGUtc3RhdGljIHYxLjI1LjAgLSBJU0MgLS0+IDxzdmcgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtem9vbS1vdXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiID4gPGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIgLz4gPGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1IiAvPiA8bGluZSB4MT0iOCIgeDI9IjE0IiB5MT0iMTEiIHkyPSIxMSIgLz4gPC9zdmc+"); } diff --git a/desktop-app/prepare.js b/desktop-app/prepare.js index f4816824..123697dc 100644 --- a/desktop-app/prepare.js +++ b/desktop-app/prepare.js @@ -62,7 +62,7 @@ console.log("✓ Copied assets/ → resources/assets/ (excluding GIF demos)"); function verifyIntegrity(filePath, expectedHash) { return new Promise((resolve, reject) => { if (!expectedHash) { - resolve(true); // Skip validation if no hash is provided (e.g., relative fonts) + resolve(true); // Skip validation for explicitly listed assets without an SRI hash. return; } @@ -166,10 +166,7 @@ async function prepareOfflineDependencies() { // Determine local filename - sanitize package version tags or query strings const urlPath = new URL(url).pathname; - let filename = path.basename(urlPath); - if (url.includes("bootstrap-icons")) { - filename = "bootstrap-icons.min.css"; - } + const filename = path.basename(urlPath); const localDest = path.join(LIBS_DIR, filename); downloads.push(downloadFile(url, localDest, expectedSha384)); @@ -182,12 +179,6 @@ async function prepareOfflineDependencies() { }); } - // Also download the relative fonts loaded by bootstrap-icons (these are loaded by the stylesheet and do not have SRI tags) - const fontDir = path.join(LIBS_DIR, "fonts"); - fs.mkdirSync(fontDir, { recursive: true }); - downloads.push(downloadFile("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2", path.join(fontDir, "bootstrap-icons.woff2"), null)); - downloads.push(downloadFile("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff", path.join(fontDir, "bootstrap-icons.woff"), null)); - // Create Leaflet images directory for offline map icons const leafletImagesDir = path.join(LIBS_DIR, "images"); fs.mkdirSync(leafletImagesDir, { recursive: true }); diff --git a/desktop-app/resources/index.html b/desktop-app/resources/index.html index 6cac0b7c..7b312168 100644 --- a/desktop-app/resources/index.html +++ b/desktop-app/resources/index.html @@ -19,7 +19,7 @@ - + @@ -38,324 +38,440 @@
- -
-

Markdown Viewer - Online Markdown Editor with Live Preview

- - - -
-
- 0 Min Read -
-
- 0 Words -
-
- 0 Chars + +
+ +
+
+

Markdown Viewer - Online Markdown Editor with Live Preview

+

Write. Preview. Share.

+ + +
-
- - - -
- - - - - - - - - - - - - - - -
- -
+
- -
-
- - -
+
+ + + +
+ +
+ + +
+ +