diff --git a/api/_lib/_notion.ts b/api/_lib/_notion.ts
index f4b1c6b8d..efcdac451 100644
--- a/api/_lib/_notion.ts
+++ b/api/_lib/_notion.ts
@@ -56,7 +56,22 @@ marked.setOptions({
});
export async function getPostHtmlFromId(id: string) {
- const mdblocks = await n2m.pageToMarkdown(id);
+ let mdblocks = await n2m.pageToMarkdown(id);
+ // convert video blocks to HTML
+ mdblocks = mdblocks.map((block) => {
+ if (block.type === "video") {
+ const videoHtml = videoBlockToHtml(block);
+ if (videoHtml) {
+ return {
+ type: "html",
+ parent: videoHtml,
+ children: [],
+ };
+ }
+ }
+ return block;
+ });
+
const mdString = n2m.toMarkdownString(mdblocks);
const html = marked(mdString);
return html;
@@ -67,3 +82,23 @@ const AREAS_OF_RESEARCH_PAGE_ID = "6797865c1d744aa0babbea7d1558e8b3";
export async function getAreasOfResearchHtml() {
return await getPostHtmlFromId(AREAS_OF_RESEARCH_PAGE_ID);
}
+
+/**
+
+Takes a block in the format
+{
+ type: 'video',
+ parent: '[image](url)',
+ children: []
+ }
+
+ and returns an HTML element with audio muted and autoplay, looping enabled
+
+ */
+function videoBlockToHtml(block: any) {
+ const markdown = block.parent;
+ const url = markdown.match(/\(([^)]+)\)/)[1];
+ if (url) return ``;
+
+ return null;
+}
diff --git a/app/src/components/ShareDialog.tsx b/app/src/components/ShareDialog.tsx
index cd2efc4a7..edf7ae880 100644
--- a/app/src/components/ShareDialog.tsx
+++ b/app/src/components/ShareDialog.tsx
@@ -488,12 +488,23 @@ function VisioCSVDownload() {
const filename = useDownloadFilename();
return (
-
+
Import your diagram it into Microsoft Visio using one of these CSV
files.
+
+ Check out the guide:{" "}
+
+ How to Export Your Flowchart Fun Diagrams to Visio
+
+
Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Nur benutzerdefiniertes CSS0> ist aktiviert. Nur die Layout- und Erweiterten Einstellungen werden angewandt.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> ist ein Open-Source-Projekt von <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Anmelden0> / <1>Registrieren1> mit E-Mail und Passwort","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Sie haben derzeit ein kostenloses Konto.<1/><2>Erfahren Sie mehr über unsere Pro-Funktionen und abonnieren Sie unsere Preisseite2>.0>","A new version of the app is available. Please reload to update.":"Eine neue Version der App ist verfügbar. Bitte neu laden, um zu aktualisieren.","AI Ready":"AI bereit","About":"Über","Account":"Konto","Advanced":"Fortgeschritten","Amount":"Betrag","An error occurred. Try resubmitting or email {0} directly.":["Es ist ein Fehler aufgetreten. Versuchen Sie, es erneut einzureichen oder senden Sie eine E-Mail direkt an ",["0"],"."],"Appearance":"Erscheinungsbild","Arrow Size":"Größe des Pfeils","Attributes":"Attribute","August 2023":"August 2023","Back":"Zurück","Back To Editor":"Zurück zum Editor","Background Color":"Hintergrundfarbe","Basic Flowchart":"Grundlegender Flussdiagramm","Become a Github Sponsor":"Werden Sie ein Github-Sponsor","Become a Pro User":"Werden Sie ein Pro-Benutzer","Begin Typing":"Beginne zu tippen","Blog":"Blog","Book a Meeting":"Ein Treffen buchen","Border Color":"Rahmenfarbe","Border Width":"Rahmenbreite","Bottom to Top":"Von unten nach oben","Breadthfirst":"In die Breite","Cancel":"Abbrechen","Cancel your subscription. Your hosted charts will become read-only.":"Kündigen Sie Ihr Abonnement. Ihre gehosteten Diagramme werden schreibgeschützt.","Certain attributes can be used to customize the appearance or functionality of elements.":"Bestimmte Attribute können verwendet werden, um das Aussehen oder die Funktionalität von Elementen anzupassen.","Change Email Address":"E-Mail Adresse ändern","Changelog":"Änderungsprotokoll","Charts":"Diagramme","Check your email for a link to log in.<0/>You can close this window.":"Überprüfen Sie Ihre E-Mail auf einen Link zum Einloggen. Sie können dieses Fenster schließen.","Choose":"Wählen","Choose Template":"Vorlage auswählen","Choose a Plan":"Wählen Sie einen Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Wählen Sie aus einer Vielzahl von Pfeilformen für die Quelle und das Ziel einer Kante aus. Formen beinhalten Dreieck, Dreieck-Tee, Kreis-Dreieck, Dreieck-Kreuz, Dreieck-Rückbiegung, Vee, Tee, Quadrat, Kreis, Diamant, Chevron und keine.","Circle":"Kreis","Classes":"Klassen","Clear":"Löschen","Clear text?":"Text löschen?","Clone":"Klon","Close":"Schließen","Color":"Farbe","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Farben beinhalten Rot, Orange, Gelb, Blau, Violett, Schwarz, Weiß und Grau.","Column":"Spalte","Comment":"Kommentar","Concentric":"Konzentrisch","Confirm New Email":"Neue E-Mail bestätigen","Confirm your email address to sign in.":"Bestätigen Sie Ihre E-Mail-Adresse, um sich anzumelden.","Consider: Adding a Label":"Bedenke: Ein Label hinzufügen","Containers":"Behälter","Containers are nodes that contain other nodes. They are declared using curly braces.":"Container sind Knoten, die andere Knoten enthalten. Sie werden mit geschweiften Klammern deklariert.","Continue":"Weiter","Convert to hosted chart?":"In gehostetes Diagramm konvertieren?","Cookie Policy":"Cookie-Richtlinie","Copy":"Kopieren","Copy PNG Image":"PNG-Bild kopieren","Copy SVG Code":"Kopieren Sie den SVG-Code","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Kopiere deinen Excalidraw-Code und füge ihn in <0>excalidraw.com0> ein, um ihn zu bearbeiten. Diese Funktion ist experimentell und funktioniert möglicherweise nicht mit allen Diagrammen. Wenn du einen Fehler findest, <1>lass es uns wissen1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Kopieren Sie Ihren mermaid.js-Code oder öffnen Sie ihn direkt im mermaid.js Live-Editor.","Create":"Erstellen","Create Flowcharts using AI":"Erstellen Sie Flussdiagramme mit KI","Create Unlimited Flowcharts":"Erstellen Sie unbegrenzte Flussdiagramme","Create a New Chart":"Nein Diagramm erstellen","Create unlimited diagrams for just $3/month!":"Erstellen Sie unbegrenzte Diagramme für nur 3 $/Monat!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Erstellen Sie unbegrenzte Flussdiagramme, die in der Cloud gespeichert sind und überall zugänglich sind!","Create with AI":"Erstellen mit KI","Creating an edge between two nodes is done by indenting the second node below the first":"Eine Kante zwischen zwei Knoten wird erstellt, indem der zweite Knoten unter dem ersten eingerückt wird","Curve Style":"Kurvenstil","Custom CSS":"Benutzerdefiniertes CSS","Custom Sharing Options":"Benutzerdefinierte Freigabeoptionen","Customer Portal":"Kundenportal","Dark":"Dunkel","Dark Mode":"Dunkelmodus","Date":"Datum","Direct from Data":"Direkt aus Daten","Direction":"Richtung","Do you want to delete this?":"Möchten Sie dies löschen?","Document":"Document","Don\'t lose your work!":"Verlieren Sie nicht Ihre Arbeit!","Download":"Herunterladen","Download JPG":"JPG herunterladen","Download PNG":"PNG herunterladen","Download SVG":"SVG herunterladen","Drag and drop a CSV file here, or click to select a file":"Ziehen Sie eine CSV-Datei hierher oder klicken Sie, um eine Datei auszuwählen","Draw an edge from multiple nodes by beginning the line with a reference":"Zeichnen Sie eine Kante von mehreren Knoten, indem Sie die Zeile mit einer Referenz beginnen.","Drop the file here ...":"Datei hier ablegen ...","Edge ID, Classes, Attributes":"Kante-ID, Klassen, Attribute","Edge Label":"Kantenbeschriftung","Edge Label Column":"Spalte mit Kantenbeschriftung","Edge Style":"Kantenstil","Edge Text Size":"Kanten Textgröße","Edge missing indentation":"Kante fehlende Einrückung","Edges":"Kanten","Edges are declared in the same row as their source node":"Kanten werden in der gleichen Zeile wie ihr Quellknoten deklariert","Edges are declared in the same row as their target node":"Kanten werden in der gleichen Zeile wie ihr Zielknoten deklariert","Edges are declared in their own row":"Kanten werden in ihrer eigenen Zeile deklariert","Edges can also have ID\'s, classes, and attributes before the label":"Kanten können auch ID\'s, Klassen und Attribute vor der Bezeichnung haben","Edges can be styled with dashed, dotted, or solid lines":"Kanten können mit gestrichelten, punktierten oder soliden Linien gestaltet werden","Edges in Separate Rows":"Kanten in separaten Zeilen","Edges in Source Node Row":"Kanten in Quellknotenzeile","Edges in Target Node Row":"Kanten in Zielknotenzeile","Editable":"Editierbar","Editor":"Editor","Email":"E-Mail","Empty":"Leer","Enter a prompt or information you would like to create a chart from.":"Geben Sie eine Aufforderung oder Informationen ein, aus denen Sie ein Diagramm erstellen möchten.","Enter your email address and we\'ll send you a magic link to sign in.":"Geben Sie Ihre E-Mail-Adresse ein, und wir senden Ihnen einen magischen Link, um sich anzumelden.","Enter your email address below and we\'ll send you a link to reset your password.":"Geben Sie unten Ihre E-Mail-Adresse ein, und wir senden Ihnen einen Link, um Ihr Passwort zurückzusetzen.","Equal To":"Gleich","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Erleben Sie die Effizienz und Sicherheit beim Laden lokaler Dateien direkt in Ihren Flussdiagramm, perfekt für das Verwalten arbeitsbezogener Dokumente offline. Entsperren Sie dieses exklusive Pro-Feature und mehr mit Flowchart Fun Pro, erhältlich für nur 3 $/Monat oder 30 $/Jahr.","Export":"Exportieren","Export to PNG & JPG":"Exportieren Sie nach PNG & JPG","Export to PNG, JPG, and SVG":"Exportieren Sie nach PNG, JPG und SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Fühlen Sie sich frei, zu erkunden und uns über die <0>Feedback0>-Seite zu kontaktieren, sollten Sie irgendwelche Bedenken haben.","Fixed Node Height":"Fester Knotenhöhe","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro bietet Ihnen unbegrenzte Flussdiagramme, unbegrenzte Mitarbeiter und unbegrenzten Speicherplatz für nur 3 US-Dollar pro Monat oder 30 US-Dollar pro Jahr.","Follow Us on Twitter":"Folgen Sie uns auf Twitter","Font Family":"Schriftfamilie","Forgot your password?":"Haben Sie Ihr Passwort vergessen?","Found a bug? Have a feature request? We would love to hear from you!":"Einen Fehler gefunden? Eine Funktionsanfrage? Wir würden uns freuen von Ihnen zu hören!","Free":"Kostenlos","Fullscreen":"Vollbild","General":"Allgemein","Go back home":"Geh zurück nach Hause","Go to the Editor":"Gehe zum Editor","Go to your Sandbox":"Gehe zu deinem Sandkasten","Graph":"Diagramm","Grid":"Raster","Have complex questions or issues? We\'re here to help.":"Haben Sie komplexe Fragen oder Probleme? Wir sind hier, um zu helfen.","Here are some Pro features you can now enjoy.":"Hier sind einige Pro-Funktionen, die Sie jetzt genießen können.","History":"Verlauf","Home":"Startseite","How are edges declared in this data?":"Wie werden Kanten in diesen Daten deklariert?","How would you like to save your chart?":"Wie möchten Sie Ihren Chart speichern?","ID\'s":"IDs","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Wenn ein Konto mit dieser E-Mail vorhanden ist, haben wir Ihnen eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts gesendet.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Wenn Sie <0>Flowchart Fun0> gerne verwenden, überlegen Sie bitte, das Projekt zu unterstützen.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Wenn Sie eine Kante erstellen möchten, rücken Sie diese Zeile ein. Wenn nicht, entkomme dem Doppelpunkt mit einem Backslash <0>\\\\:0>","Images":"Bilder","Import Data":"Daten importieren","Import data from a CSV file.":"Daten aus einer CSV-Datei importieren.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Daten aus jeder CSV-Datei importieren und auf einem neuen Flussdiagramm abbilden. Dies ist eine großartige Möglichkeit, Daten aus anderen Quellen wie Lucidchart, Google Sheets und Visio zu importieren.","Import from CSV":"Importieren Sie aus CSV","Import from Lucidchart, Visio, and other CSV files.":"Importieren Sie aus Lucidchart, Visio und anderen CSV-Dateien.","Import from Visio, Lucidchart, and CSV":"Importieren Sie von Visio, Lucidchart und CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importieren Sie Ihr Diagramm mithilfe einer dieser CSV-Dateien in Microsoft Visio.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Der Datenimport ist eine Profifunktion. Sie können für nur 3 USD pro Monat oder 30 USD pro Jahr auf Flowchart Fun Pro upgraden.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Fügen Sie einen Titel mit einem <0>title0>-Attribut ein. Um die Visio-Farbgebung zu verwenden, fügen Sie ein <1>roleType1>-Attribut gleich einem der folgenden hinzu:","Info":"Info","Is":"Ist","Knowledge Graph":"Wissensgrafik","Language":"Sprache","Layout":"Layout","Layout Frozen":"Layout eingefroren","Leading References":"Führende Referenzen","Learn More":"Mehr erfahren","Learn Syntax":"Syntax lernen","Learn about Flowchart Fun Pro":"Erfahren Sie mehr über Flowchart Fun Pro","Left to Right":"Von links nach rechts","Light":"Hell","Light Mode":"Heller Modus","Link":"Link","Load":"Laden","Load Chart":"Chart laden","Load File":"Datei laden","Load Files":"Dateien laden","Load default content":"Standardinhalt laden","Load from link?":"Von Link laden?","Load layout and styles":"Layout und Stile laden","Local File Support":"Lokale Dateiunterstützung","Lock Zoom to Graph":"Zoom an Graph anpassen","Log In":"Anmelden","Log Out":"Abmelden","Log in to Save":"Einloggen, um zu speichern","Make a One-Time Donation":"Machen Sie eine einmalige Spende","Make publicly accessible":"Öffentlich zugänglich machen","Manage Billing":"Abrechnung verwalten","Map Data":"Daten abbilden","Monthly":"Monatlich","Multiple pointers on same line":"Mehrere Zeiger auf derselben Zeile","Name Chart":"Diagramm benennen","Name your chart":"Benennen Sie Ihren Chart","New":"Neues","New Email":"Neue e-mail","Next charge":"Nächste Gebühr","No Edges":"Keine Kanten","No Watermarks!":"Keine Wasserzeichen!","No: Option B":"Nein: Option B","Node Border Style":"Knotenrahmenstil","Node Colors":"Knotenfarben","Node ID":"Knoten-ID","Node ID, Classes, Attributes":"Knoten-ID, Klassen, Attribute","Node Label":"Knotenbeschriftung","Node Shape":"Knotenform","Node Shapes":"Knotenformen","Node and pointer on same line":"Knoten und Zeiger auf derselben Zeile","Nodes":"Knoten","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Knoten können mit gestrichelt, punktiert oder doppelt gestaltet werden. Grenzen können auch mit border_none entfernt werden.","Not Empty":"Nicht leer","Now erase the text and try it yourself!":"Jetzt lösche den Text und versuch es selbst!","Office Hours":"Geschäftszeiten","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"legentlich landet der magische Link in Ihrem Spam-Ordner. Wenn Sie ihn nach ein paar Minuten nicht sehen, überprüfen Sie dort oder fordern Sie einen neuen Link an.","One on One Support":"Eins-zu-eins-Unterstützung","One-on-One Support":"One-on-One-Support","Open Customer Portal":"Öffnen Sie das Kundenportal","Or, you can <0>create a new subscription0>.":"Oder Sie können ein neues Abonnement erstellen.","Organization Chart":"Organigramm","Padding":"Polsterung","Page not found":"Seite nicht gefunden","Password":"Passwort","Past Due":"Überfällig","Permanent Charts are a Pro Feature":"Permanente Diagramme sind eine Pro-Funktion","Playbook":"Spielbuch","Pointer and container on same line":"Zeiger und Container auf derselben Zeile","Privacy Policy":"Datenschutzerklärung","Process Diagram":"Prozessdiagramm","Processing Data":"Datenverarbeitung","Product is too expensive...":"Das Produkt ist zu teuer...","Public":"Öffentlich","Random":"Zufällig","Rapid Templates":"Schnelle Vorlagen","Read-only":"Schreibgeschützt","Reference by Class":"Referenz nach Klasse","Reference by ID":"Referenz nach ID","Reference by Label":"Referenz nach Label","References":"Referenzen","References are used to create edges between nodes that are created elsewhere in the document":"Referenzen werden verwendet, um Kanten zwischen Knoten zu erstellen, die anderswo im Dokument erstellt werden","Referencing a node by its exact label":"Referenzierung eines Knotens durch sein exaktes Label","Referencing a node by its unique ID":"Referenzierung eines Knotens durch seine eindeutige ID","Referencing multiple nodes with the same assigned class":"Mehrere Knoten mit der selben zugewiesenen Klasse referenzieren","Refresh Page":"Seite aktualisieren","Reload to Update":"Neu laden, um zu aktualisieren","Rename":"Umbenennen","Request Magic Link":"Magic-Link anfordern","Request Password Reset":"Passwort zurücksetzen anfordern","Reset":"Zurücksetzen","Reset Password":"Passwort zurücksetzen","Resume Subscription":"Abonnement fortsetzen","Return":"Zurückkehren","Right to Left":"Von rechts nach links","Roadmap":"Fahrplan","Rotate Label":"Label drehen","Save":"Speichern","Save and load local files. Perfect for managing work-related documents offline.":"Speichern und Laden von lokalen Dateien. Perfekt zur Verwaltung von arbeitsbezogenen Dokumenten offline.","Save time by creating flowcharts using AI.":"Sparen Sie Zeit, indem Sie mit AI-gestützten Flussdiagrammen arbeiten.","Save to Cloud":"In die Cloud speichern","Save to File":"In Datei speichern","Save your Work":"Speichern Sie Ihre Arbeit","Set Content":"Inhalt festlegen","Set Fixed Node Height":"Fester Knotenhöhe festlegen","Settings":"Einstellungen","Share":"Teilen","Sign In":"Anmelden","Sign in with <0>GitHub0>":"Anmelden mit <0>GitHub0>","Sign in with <0>Google0>":"Anmelden mit <0>Google0>","Sorry! This page is only available in English.":"Entschuldigung! Diese Seite ist nur auf Englisch verfügbar.","Source Arrow Shape":"Pfeilform der Quelle","Source Column":"Quellspalte","Source Delimiter":"Quell-Trennzeichen","Source Distance From Node":"Abstand der Quelle vom Knoten","Source/Target Arrow Shape":"Quelle/Ziel-Pfeilform","Spacing":"Abstand","Special Attributes":"Spezielle Attribute","Start":"Start","Start Over":"Von vorne anfangen","Status":"Status","Store any data associated to a node":"Speichern Sie alle Daten, die einem Knoten zugeordnet sind","Style Classes":"Stil-Klassen","Submit":"Einsenden","Subscription":"Abonnement","Subscription Successful!":"Abonnement erfolgreich!","Subscription will end":"Abonnement wird beendet","Target Arrow Shape":"Pfeilform des Ziels","Target Column":"Ziel-Spalte","Target Delimiter":"Ziel-Trennzeichen","Target Distance From Node":"Zielabstand vom Knoten ","Templates":"Vorlagen","Text Color":"Textfarbe ","Text Horizontal Offset":"Text Horizontaler Versatz","Text Leading":"Textführung ","Text Max Width":"Text Max Breite","Text Vertical Offset":"Textvertikaler Abstand ","Text followed by colon+space creates an edge with the text as the label":"Text gefolgt von Doppelpunkt + Leerzeichen erstellt eine Kante mit dem Text als Label","Text on a line creates a node with the text as the label":"Text in einer Zeile erstellt einen Knoten mit dem Text als Label","Thank you for your feedback!":"Danke für Ihr Feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"Der beste Weg, um Stile zu ändern, besteht darin, mit der rechten Maustaste auf einen Knoten oder eine Kante zu klicken und den gewünschten Stil auszuwählen.","The column that contains the edge label(s)":"Die Spalte, die die Kantenbeschriftung(en) enthält","The column that contains the source node ID(s)":"Die Spalte, die die Quellknoten-ID(en) enthält","The column that contains the target node ID(s)":"Die Spalte, die die Zielknoten-ID(en) enthält","The delimiter used to separate multiple source nodes":"Der Trennzeichen, das verwendet wird, um mehrere Quellknoten zu trennen","The delimiter used to separate multiple target nodes":"Der Trennzeichen, das verwendet wird, um mehrere Zielknoten zu trennen","The possible shapes are:":"Die möglichen Formen sind:","Theme":"Thema ","Theme Editor":"Themen-Editor","There are no edges in this data":"Es gibt keine Kanten in diesen Daten","This action cannot be undone.":"Diese Aktion kann nicht rückgängig gemacht werden.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Diese Funktion ist nur für Pro-Benutzer verfügbar. <0>Werden Sie Pro-Nutzer0>, um es freizuschalten.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Dies kann je nach Länge Ihrer Eingabe zwischen 30 Sekunden und 2 Minuten dauern.","This will replace the current content.":"Dies ersetzt den aktuellen Inhalt.","This will replace your current sandbox.":"Dies ersetzt deine aktuelle Sandbox.","Tip":"Tipp","To fix this change one of the edge IDs":"Um dies zu beheben, ändern Sie eine der Kanten-IDs","To fix this change one of the node IDs":"Um das zu beheben, ändern Sie eine der Knoten-IDs","To fix this move one pointer to the next line":"Um das zu beheben, verschieben Sie einen Zeiger auf die nächste Zeile","To fix this move the pointer to the next line":"Um das zu beheben, verschieben Sie den Zeiger auf die nächste Zeile","To fix this start the container <0/> on a different line":"Um dies zu beheben, starten Sie den Container <0/> auf einer anderen Zeile.","To learn more about why we require you to log in, please read <0>this blog post0>.":"Um mehr darüber zu erfahren, warum wir Sie zum Anmelden auffordern, lesen Sie bitte <0>diesen Blog-Beitrag0>.","Top to Bottom":"Von oben nach unten","Transform Your Ideas into Professional Diagrams in Seconds":"Transformieren Sie Ihre Ideen in professionelle Diagramme in Sekunden","Try again":"Erneut versuchen","Two edges have the same ID":"Zwei Kanten haben die gleiche ID","Two nodes have the same ID":"Zwei Knoten haben die gleiche ID","Unique text value to identify a node":"Einzigartiger Textwert, um einen Knoten zu identifizieren","Unknown":"Unbekannt","Unknown Parsing Error":"Unbekannter Parser-Fehler","Unlimited Flowcharts":"Unbegrenzte Flowcharts","Unlimited Permanent Flowcharts":"Unbegrenzte permanente Flowcharts","Unpaid":"Unbezahlt","Update Email":"E-Mail aktualisieren","Upgrade to Pro":"Auf Pro upgraden","Upload your File":"Laden Sie Ihre Datei hoch","Use AI":"Künstliche Intelligenz verwenden","Use Custom CSS Only":"Nur benutzerdefinierte CSS verwenden","Use Default Content":"Standardinhalt verwenden","Use an ID to Connect":"Verwende eine ID, um zu verbinden","Use classes to group nodes":"Verwenden Sie Klassen, um Knoten zu gruppieren","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Verwenden Sie das Attribut <0>href0>, um einem Knoten einen Link zu setzen, der in einem neuen Tab geöffnet wird.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Verwenden Sie das Attribut <0>src0>, um das Bild eines Knotens zu setzen. Das Bild wird an den Knoten angepasst, sodass Sie möglicherweise die Breite und Höhe des Knotens anpassen müssen, um das gewünschte Ergebnis zu erzielen. Es werden nur öffentliche Bilder (nicht von CORS blockiert) unterstützt.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Verwenden Sie die Attribute <0>w0> und <1>h1>, um die Breite und Höhe eines Knotens explizit festzulegen.","Use the customer portal to change your billing information.":"Verwenden Sie das Kundenportal, um Ihre Rechnungsinformationen zu ändern.","Use these settings to adapt the look and behavior of your flowcharts":"Verwenden Sie diese Einstellungen, um das Aussehen und Verhalten Ihrer Flussdiagramme anzupassen","Use this file for org charts, hierarchies, and other organizational structures.":"Verwenden Sie diese Datei für Organigramme, Hierarchien und andere Organisationsstrukturen.","Use this file for sequences, processes, and workflows.":"Verwenden Sie diese Datei für Sequenzen, Prozesse und Workflows.","User":"Benutzer","View on Github":"Auf Github ansehen","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Möchten Sie Ihre Flussdiagramme behalten? Upgraden Sie auf unser Pro-Konto für nur 3 $/Monat. Mit Pro können Sie unbegrenzte Flussdiagramme speichern und Ihre Kreativität nie verlieren.","Watermarks":"Wasserzeichen","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Es tut uns leid, dass Sie erwägen, Ihr Abonnement zu stornieren. Bitte lassen Sie uns wissen, warum Sie stornieren, damit wir unseren Service verbessern können. Vielen Dank!","What\'s this?":"Was ist das?","Width":"Breite","Width and Height":"Breite und Höhe","Work with Local Files":"Mit lokalen Dateien arbeiten.","Would you like to continue?":"Möchten Sie fortfahren?","Yearly":"Jährlich","Yes: Option A":"Ja: Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Sie sind dabei, ",["numNodes"]," Knoten und ",["numEdges"]," Kanten zu Ihrem Graphen hinzuzufügen."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Mit <0>Flowchart Fun Pro0> können Sie unbegrenzt dauerhafte Flussdiagramme erstellen.","You must <0>log in0> before you can upgrade to Pro.":"Sie müssen sich <0>anmelden0>, bevor Sie auf Pro upgraden können.","You need to log in to access this page.":"Sie müssen sich anmelden, um auf diese Seite zuzugreifen.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Sie sind bereits ein Pro-Benutzer!<0/>Haben Sie Fragen oder Funktionsanfragen? <1>Lass es uns wissen1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Sie arbeiten derzeit in Ihrem Sandkasten. Denken Sie daran, dass er täglich zurückgesetzt wird, so dass Ihre aktuelle Arbeit morgen nicht gespeichert wird.","Your Charts":"Ihre Diagramme","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Dein Sandkasten ist ein Raum, um frei mit unseren Flussdiagramm-Tools zu experimentieren, die jeden Tag zurückgesetzt werden, damit du einen frischen Start hast.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Ihre Diagramme sind nur lesbar, da Ihr Konto nicht mehr aktiv ist. Besuchen Sie die Seite Ihres Kontos, um mehr zu erfahren. Sie können auf Pro upgraden, um die Bearbeitungszugriffe auf Ihre Diagramme wiederzuerlangen.","Your subscription is <0>{statusDisplay}0>.":["Ihre Abonnement ist <0>",["statusDisplay"],"0>."],"Zoom In":"Vergrößern","Zoom Out":"Verkleinern","or":"oder"}'
+ '{"$3 / month":"3 $ / Monat","$30 / year":"30 $ / Jahr","1 Temporary Flowchart":"1 Vorläufiger Flussdiagramm","16% Less":"16% weniger","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Nur benutzerdefiniertes CSS0> ist aktiviert. Nur die Layout- und Erweiterten Einstellungen werden angewandt.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> ist ein Open-Source-Projekt von <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Anmelden0> / <1>Registrieren1> mit E-Mail und Passwort","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Sie haben derzeit ein kostenloses Konto.<1/><2>Erfahren Sie mehr über unsere Pro-Funktionen und abonnieren Sie unsere Preisseite2>.0>","A new version of the app is available. Please reload to update.":"Eine neue Version der App ist verfügbar. Bitte neu laden, um zu aktualisieren.","AI Ready":"AI bereit","About":"Über","Account":"Konto","Advanced":"Fortgeschritten","Amount":"Betrag","An error occurred. Try resubmitting or email {0} directly.":["Es ist ein Fehler aufgetreten. Versuchen Sie, es erneut einzureichen oder senden Sie eine E-Mail direkt an ",["0"],"."],"Appearance":"Erscheinungsbild","Arrow Size":"Größe des Pfeils","Attributes":"Attribute","August 2023":"August 2023","Back":"Zurück","Back To Editor":"Zurück zum Editor","Background Color":"Hintergrundfarbe","Basic Flowchart":"Grundlegender Flussdiagramm","Become a Github Sponsor":"Werden Sie ein Github-Sponsor","Become a Pro User":"Werden Sie ein Pro-Benutzer","Begin Typing":"Beginne zu tippen","Blog":"Blog","Book a Meeting":"Ein Treffen buchen","Border Color":"Rahmenfarbe","Border Width":"Rahmenbreite","Bottom to Top":"Von unten nach oben","Breadthfirst":"In die Breite","Cancel":"Abbrechen","Cancel your subscription. Your hosted charts will become read-only.":"Kündigen Sie Ihr Abonnement. Ihre gehosteten Diagramme werden schreibgeschützt.","Certain attributes can be used to customize the appearance or functionality of elements.":"Bestimmte Attribute können verwendet werden, um das Aussehen oder die Funktionalität von Elementen anzupassen.","Change Email Address":"E-Mail Adresse ändern","Changelog":"Änderungsprotokoll","Charts":"Diagramme","Check out the guide:":"Schau dir die Anleitung an:","Check your email for a link to log in.<0/>You can close this window.":"Überprüfen Sie Ihre E-Mail auf einen Link zum Einloggen. Sie können dieses Fenster schließen.","Choose":"Wählen","Choose Template":"Vorlage auswählen","Choose a Plan":"Wählen Sie einen Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Wählen Sie aus einer Vielzahl von Pfeilformen für die Quelle und das Ziel einer Kante aus. Formen beinhalten Dreieck, Dreieck-Tee, Kreis-Dreieck, Dreieck-Kreuz, Dreieck-Rückbiegung, Vee, Tee, Quadrat, Kreis, Diamant, Chevron und keine.","Circle":"Kreis","Classes":"Klassen","Clear":"Löschen","Clear text?":"Text löschen?","Clone":"Klon","Close":"Schließen","Color":"Farbe","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Farben beinhalten Rot, Orange, Gelb, Blau, Violett, Schwarz, Weiß und Grau.","Column":"Spalte","Comment":"Kommentar","Concentric":"Konzentrisch","Confirm New Email":"Neue E-Mail bestätigen","Confirm your email address to sign in.":"Bestätigen Sie Ihre E-Mail-Adresse, um sich anzumelden.","Consider: Adding a Label":"Bedenke: Ein Label hinzufügen","Containers":"Behälter","Containers are nodes that contain other nodes. They are declared using curly braces.":"Container sind Knoten, die andere Knoten enthalten. Sie werden mit geschweiften Klammern deklariert.","Continue":"Weiter","Convert to hosted chart?":"In gehostetes Diagramm konvertieren?","Cookie Policy":"Cookie-Richtlinie","Copy":"Kopieren","Copy PNG Image":"PNG-Bild kopieren","Copy SVG Code":"Kopieren Sie den SVG-Code","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Kopiere deinen Excalidraw-Code und füge ihn in <0>excalidraw.com0> ein, um ihn zu bearbeiten. Diese Funktion ist experimentell und funktioniert möglicherweise nicht mit allen Diagrammen. Wenn du einen Fehler findest, <1>lass es uns wissen1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Kopieren Sie Ihren mermaid.js-Code oder öffnen Sie ihn direkt im mermaid.js Live-Editor.","Create":"Erstellen","Create Flowcharts using AI":"Erstellen Sie Flussdiagramme mit KI","Create Unlimited Flowcharts":"Erstellen Sie unbegrenzte Flussdiagramme","Create a New Chart":"Nein Diagramm erstellen","Create unlimited diagrams for just $3/month!":"Erstellen Sie unbegrenzte Diagramme für nur 3 $/Monat!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Erstellen Sie unbegrenzte Flussdiagramme, die in der Cloud gespeichert sind und überall zugänglich sind!","Create with AI":"Erstellen mit KI","Creating an edge between two nodes is done by indenting the second node below the first":"Eine Kante zwischen zwei Knoten wird erstellt, indem der zweite Knoten unter dem ersten eingerückt wird","Curve Style":"Kurvenstil","Custom CSS":"Benutzerdefiniertes CSS","Custom Sharing Options":"Benutzerdefinierte Freigabeoptionen","Customer Portal":"Kundenportal","Dark":"Dunkel","Dark Mode":"Dunkelmodus","Date":"Datum","Direct from Data":"Direkt aus Daten","Direction":"Richtung","Do you want to delete this?":"Möchten Sie dies löschen?","Document":"Document","Don\'t lose your work!":"Verlieren Sie nicht Ihre Arbeit!","Download":"Herunterladen","Download JPG":"JPG herunterladen","Download PNG":"PNG herunterladen","Download SVG":"SVG herunterladen","Drag and drop a CSV file here, or click to select a file":"Ziehen Sie eine CSV-Datei hierher oder klicken Sie, um eine Datei auszuwählen","Draw an edge from multiple nodes by beginning the line with a reference":"Zeichnen Sie eine Kante von mehreren Knoten, indem Sie die Zeile mit einer Referenz beginnen.","Drop the file here ...":"Datei hier ablegen ...","Edge ID, Classes, Attributes":"Kante-ID, Klassen, Attribute","Edge Label":"Kantenbeschriftung","Edge Label Column":"Spalte mit Kantenbeschriftung","Edge Style":"Kantenstil","Edge Text Size":"Kanten Textgröße","Edge missing indentation":"Kante fehlende Einrückung","Edges":"Kanten","Edges are declared in the same row as their source node":"Kanten werden in der gleichen Zeile wie ihr Quellknoten deklariert","Edges are declared in the same row as their target node":"Kanten werden in der gleichen Zeile wie ihr Zielknoten deklariert","Edges are declared in their own row":"Kanten werden in ihrer eigenen Zeile deklariert","Edges can also have ID\'s, classes, and attributes before the label":"Kanten können auch ID\'s, Klassen und Attribute vor der Bezeichnung haben","Edges can be styled with dashed, dotted, or solid lines":"Kanten können mit gestrichelten, punktierten oder soliden Linien gestaltet werden","Edges in Separate Rows":"Kanten in separaten Zeilen","Edges in Source Node Row":"Kanten in Quellknotenzeile","Edges in Target Node Row":"Kanten in Zielknotenzeile","Editable":"Editierbar","Editor":"Editor","Email":"E-Mail","Empty":"Leer","Enter a prompt or information you would like to create a chart from.":"Geben Sie eine Aufforderung oder Informationen ein, aus denen Sie ein Diagramm erstellen möchten.","Enter your email address and we\'ll send you a magic link to sign in.":"Geben Sie Ihre E-Mail-Adresse ein, und wir senden Ihnen einen magischen Link, um sich anzumelden.","Enter your email address below and we\'ll send you a link to reset your password.":"Geben Sie unten Ihre E-Mail-Adresse ein, und wir senden Ihnen einen Link, um Ihr Passwort zurückzusetzen.","Equal To":"Gleich","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Erleben Sie die Effizienz und Sicherheit beim Laden lokaler Dateien direkt in Ihren Flussdiagramm, perfekt für das Verwalten arbeitsbezogener Dokumente offline. Entsperren Sie dieses exklusive Pro-Feature und mehr mit Flowchart Fun Pro, erhältlich für nur 3 $/Monat oder 30 $/Jahr.","Export":"Exportieren","Export to PNG & JPG":"Exportieren Sie nach PNG & JPG","Export to PNG, JPG, and SVG":"Exportieren Sie nach PNG, JPG und SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Fühlen Sie sich frei, zu erkunden und uns über die <0>Feedback0>-Seite zu kontaktieren, sollten Sie irgendwelche Bedenken haben.","Fixed Node Height":"Fester Knotenhöhe","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro bietet Ihnen unbegrenzte Flussdiagramme, unbegrenzte Mitarbeiter und unbegrenzten Speicherplatz für nur 3 US-Dollar pro Monat oder 30 US-Dollar pro Jahr.","Follow Us on Twitter":"Folgen Sie uns auf Twitter","Font Family":"Schriftfamilie","Forgot your password?":"Haben Sie Ihr Passwort vergessen?","Found a bug? Have a feature request? We would love to hear from you!":"Einen Fehler gefunden? Eine Funktionsanfrage? Wir würden uns freuen von Ihnen zu hören!","Free":"Kostenlos","Fullscreen":"Vollbild","General":"Allgemein","Go back home":"Geh zurück nach Hause","Go to the Editor":"Gehe zum Editor","Go to your Sandbox":"Gehe zu deinem Sandkasten","Graph":"Diagramm","Grid":"Raster","Have complex questions or issues? We\'re here to help.":"Haben Sie komplexe Fragen oder Probleme? Wir sind hier, um zu helfen.","Here are some Pro features you can now enjoy.":"Hier sind einige Pro-Funktionen, die Sie jetzt genießen können.","History":"Verlauf","Home":"Startseite","How are edges declared in this data?":"Wie werden Kanten in diesen Daten deklariert?","How would you like to save your chart?":"Wie möchten Sie Ihren Chart speichern?","ID\'s":"IDs","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Wenn ein Konto mit dieser E-Mail vorhanden ist, haben wir Ihnen eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts gesendet.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Wenn Sie <0>Flowchart Fun0> gerne verwenden, überlegen Sie bitte, das Projekt zu unterstützen.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Wenn Sie eine Kante erstellen möchten, rücken Sie diese Zeile ein. Wenn nicht, entkomme dem Doppelpunkt mit einem Backslash <0>\\\\:0>","Images":"Bilder","Import Data":"Daten importieren","Import data from a CSV file.":"Daten aus einer CSV-Datei importieren.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Daten aus jeder CSV-Datei importieren und auf einem neuen Flussdiagramm abbilden. Dies ist eine großartige Möglichkeit, Daten aus anderen Quellen wie Lucidchart, Google Sheets und Visio zu importieren.","Import from CSV":"Importieren Sie aus CSV","Import from Lucidchart, Visio, and other CSV files.":"Importieren Sie aus Lucidchart, Visio und anderen CSV-Dateien.","Import from Visio, Lucidchart, and CSV":"Importieren Sie von Visio, Lucidchart und CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importieren Sie Ihr Diagramm mithilfe einer dieser CSV-Dateien in Microsoft Visio.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Der Datenimport ist eine Profifunktion. Sie können für nur 3 USD pro Monat oder 30 USD pro Jahr auf Flowchart Fun Pro upgraden.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Fügen Sie einen Titel mit einem <0>title0>-Attribut ein. Um die Visio-Farbgebung zu verwenden, fügen Sie ein <1>roleType1>-Attribut gleich einem der folgenden hinzu:","Info":"Info","Is":"Ist","Knowledge Graph":"Wissensgrafik","Language":"Sprache","Layout":"Layout","Layout Frozen":"Layout eingefroren","Leading References":"Führende Referenzen","Learn More":"Mehr erfahren","Learn Syntax":"Syntax lernen","Learn about Flowchart Fun Pro":"Erfahren Sie mehr über Flowchart Fun Pro","Left to Right":"Von links nach rechts","Light":"Hell","Light Mode":"Heller Modus","Link":"Link","Load":"Laden","Load Chart":"Chart laden","Load File":"Datei laden","Load Files":"Dateien laden","Load default content":"Standardinhalt laden","Load from link?":"Von Link laden?","Load layout and styles":"Layout und Stile laden","Local File Support":"Lokale Dateiunterstützung","Lock Zoom to Graph":"Zoom an Graph anpassen","Log In":"Anmelden","Log Out":"Abmelden","Log in to Save":"Einloggen, um zu speichern","Make a One-Time Donation":"Machen Sie eine einmalige Spende","Make publicly accessible":"Öffentlich zugänglich machen","Manage Billing":"Abrechnung verwalten","Map Data":"Daten abbilden","Monthly":"Monatlich","Multiple pointers on same line":"Mehrere Zeiger auf derselben Zeile","Name Chart":"Diagramm benennen","Name your chart":"Benennen Sie Ihren Chart","New":"Neues","New Email":"Neue e-mail","Next charge":"Nächste Gebühr","No Edges":"Keine Kanten","No Watermarks!":"Keine Wasserzeichen!","No: Option B":"Nein: Option B","Node Border Style":"Knotenrahmenstil","Node Colors":"Knotenfarben","Node ID":"Knoten-ID","Node ID, Classes, Attributes":"Knoten-ID, Klassen, Attribute","Node Label":"Knotenbeschriftung","Node Shape":"Knotenform","Node Shapes":"Knotenformen","Node and pointer on same line":"Knoten und Zeiger auf derselben Zeile","Nodes":"Knoten","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Knoten können mit gestrichelt, punktiert oder doppelt gestaltet werden. Grenzen können auch mit border_none entfernt werden.","Not Empty":"Nicht leer","Now erase the text and try it yourself!":"Jetzt lösche den Text und versuch es selbst!","Office Hours":"Geschäftszeiten","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"legentlich landet der magische Link in Ihrem Spam-Ordner. Wenn Sie ihn nach ein paar Minuten nicht sehen, überprüfen Sie dort oder fordern Sie einen neuen Link an.","One on One Support":"Eins-zu-eins-Unterstützung","One-on-One Support":"One-on-One-Support","Open Customer Portal":"Öffnen Sie das Kundenportal","Or, you can <0>create a new subscription0>.":"Oder Sie können ein neues Abonnement erstellen.","Organization Chart":"Organigramm","Padding":"Polsterung","Page not found":"Seite nicht gefunden","Password":"Passwort","Past Due":"Überfällig","Permanent Charts are a Pro Feature":"Permanente Diagramme sind eine Pro-Funktion","Playbook":"Spielbuch","Pointer and container on same line":"Zeiger und Container auf derselben Zeile","Privacy Policy":"Datenschutzerklärung","Process Diagram":"Prozessdiagramm","Processing Data":"Datenverarbeitung","Product is too expensive...":"Das Produkt ist zu teuer...","Public":"Öffentlich","Random":"Zufällig","Rapid Templates":"Schnelle Vorlagen","Read-only":"Schreibgeschützt","Reference by Class":"Referenz nach Klasse","Reference by ID":"Referenz nach ID","Reference by Label":"Referenz nach Label","References":"Referenzen","References are used to create edges between nodes that are created elsewhere in the document":"Referenzen werden verwendet, um Kanten zwischen Knoten zu erstellen, die anderswo im Dokument erstellt werden","Referencing a node by its exact label":"Referenzierung eines Knotens durch sein exaktes Label","Referencing a node by its unique ID":"Referenzierung eines Knotens durch seine eindeutige ID","Referencing multiple nodes with the same assigned class":"Mehrere Knoten mit der selben zugewiesenen Klasse referenzieren","Refresh Page":"Seite aktualisieren","Reload to Update":"Neu laden, um zu aktualisieren","Rename":"Umbenennen","Request Magic Link":"Magic-Link anfordern","Request Password Reset":"Passwort zurücksetzen anfordern","Reset":"Zurücksetzen","Reset Password":"Passwort zurücksetzen","Resume Subscription":"Abonnement fortsetzen","Return":"Zurückkehren","Right to Left":"Von rechts nach links","Roadmap":"Fahrplan","Rotate Label":"Label drehen","Save":"Speichern","Save and load local files. Perfect for managing work-related documents offline.":"Speichern und Laden von lokalen Dateien. Perfekt zur Verwaltung von arbeitsbezogenen Dokumenten offline.","Save time by creating flowcharts using AI.":"Sparen Sie Zeit, indem Sie mit AI-gestützten Flussdiagrammen arbeiten.","Save to Cloud":"In die Cloud speichern","Save to File":"In Datei speichern","Save your Work":"Speichern Sie Ihre Arbeit","Set Content":"Inhalt festlegen","Set Fixed Node Height":"Fester Knotenhöhe festlegen","Settings":"Einstellungen","Share":"Teilen","Sign In":"Anmelden","Sign in with <0>GitHub0>":"Anmelden mit <0>GitHub0>","Sign in with <0>Google0>":"Anmelden mit <0>Google0>","Sorry! This page is only available in English.":"Entschuldigung! Diese Seite ist nur auf Englisch verfügbar.","Source Arrow Shape":"Pfeilform der Quelle","Source Column":"Quellspalte","Source Delimiter":"Quell-Trennzeichen","Source Distance From Node":"Abstand der Quelle vom Knoten","Source/Target Arrow Shape":"Quelle/Ziel-Pfeilform","Spacing":"Abstand","Special Attributes":"Spezielle Attribute","Start":"Start","Start Over":"Von vorne anfangen","Status":"Status","Store any data associated to a node":"Speichern Sie alle Daten, die einem Knoten zugeordnet sind","Style Classes":"Stil-Klassen","Submit":"Einsenden","Subscription":"Abonnement","Subscription Successful!":"Abonnement erfolgreich!","Subscription will end":"Abonnement wird beendet","Target Arrow Shape":"Pfeilform des Ziels","Target Column":"Ziel-Spalte","Target Delimiter":"Ziel-Trennzeichen","Target Distance From Node":"Zielabstand vom Knoten ","Templates":"Vorlagen","Text Color":"Textfarbe ","Text Horizontal Offset":"Text Horizontaler Versatz","Text Leading":"Textführung ","Text Max Width":"Text Max Breite","Text Vertical Offset":"Textvertikaler Abstand ","Text followed by colon+space creates an edge with the text as the label":"Text gefolgt von Doppelpunkt + Leerzeichen erstellt eine Kante mit dem Text als Label","Text on a line creates a node with the text as the label":"Text in einer Zeile erstellt einen Knoten mit dem Text als Label","Thank you for your feedback!":"Danke für Ihr Feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"Der beste Weg, um Stile zu ändern, besteht darin, mit der rechten Maustaste auf einen Knoten oder eine Kante zu klicken und den gewünschten Stil auszuwählen.","The column that contains the edge label(s)":"Die Spalte, die die Kantenbeschriftung(en) enthält","The column that contains the source node ID(s)":"Die Spalte, die die Quellknoten-ID(en) enthält","The column that contains the target node ID(s)":"Die Spalte, die die Zielknoten-ID(en) enthält","The delimiter used to separate multiple source nodes":"Der Trennzeichen, das verwendet wird, um mehrere Quellknoten zu trennen","The delimiter used to separate multiple target nodes":"Der Trennzeichen, das verwendet wird, um mehrere Zielknoten zu trennen","The possible shapes are:":"Die möglichen Formen sind:","Theme":"Thema ","Theme Editor":"Themen-Editor","There are no edges in this data":"Es gibt keine Kanten in diesen Daten","This action cannot be undone.":"Diese Aktion kann nicht rückgängig gemacht werden.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Diese Funktion ist nur für Pro-Benutzer verfügbar. <0>Werden Sie Pro-Nutzer0>, um es freizuschalten.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Dies kann je nach Länge Ihrer Eingabe zwischen 30 Sekunden und 2 Minuten dauern.","This will replace the current content.":"Dies ersetzt den aktuellen Inhalt.","This will replace your current sandbox.":"Dies ersetzt deine aktuelle Sandbox.","Tip":"Tipp","To fix this change one of the edge IDs":"Um dies zu beheben, ändern Sie eine der Kanten-IDs","To fix this change one of the node IDs":"Um das zu beheben, ändern Sie eine der Knoten-IDs","To fix this move one pointer to the next line":"Um das zu beheben, verschieben Sie einen Zeiger auf die nächste Zeile","To fix this move the pointer to the next line":"Um das zu beheben, verschieben Sie den Zeiger auf die nächste Zeile","To fix this start the container <0/> on a different line":"Um dies zu beheben, starten Sie den Container <0/> auf einer anderen Zeile.","To learn more about why we require you to log in, please read <0>this blog post0>.":"Um mehr darüber zu erfahren, warum wir Sie zum Anmelden auffordern, lesen Sie bitte <0>diesen Blog-Beitrag0>.","Top to Bottom":"Von oben nach unten","Transform Your Ideas into Professional Diagrams in Seconds":"Transformieren Sie Ihre Ideen in professionelle Diagramme in Sekunden","Try again":"Erneut versuchen","Two edges have the same ID":"Zwei Kanten haben die gleiche ID","Two nodes have the same ID":"Zwei Knoten haben die gleiche ID","Unique text value to identify a node":"Einzigartiger Textwert, um einen Knoten zu identifizieren","Unknown":"Unbekannt","Unknown Parsing Error":"Unbekannter Parser-Fehler","Unlimited Flowcharts":"Unbegrenzte Flowcharts","Unlimited Permanent Flowcharts":"Unbegrenzte permanente Flowcharts","Unpaid":"Unbezahlt","Update Email":"E-Mail aktualisieren","Upgrade to Pro":"Auf Pro upgraden","Upload your File":"Laden Sie Ihre Datei hoch","Use AI":"Künstliche Intelligenz verwenden","Use Custom CSS Only":"Nur benutzerdefinierte CSS verwenden","Use Default Content":"Standardinhalt verwenden","Use an ID to Connect":"Verwende eine ID, um zu verbinden","Use classes to group nodes":"Verwenden Sie Klassen, um Knoten zu gruppieren","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Verwenden Sie das Attribut <0>href0>, um einem Knoten einen Link zu setzen, der in einem neuen Tab geöffnet wird.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Verwenden Sie das Attribut <0>src0>, um das Bild eines Knotens zu setzen. Das Bild wird an den Knoten angepasst, sodass Sie möglicherweise die Breite und Höhe des Knotens anpassen müssen, um das gewünschte Ergebnis zu erzielen. Es werden nur öffentliche Bilder (nicht von CORS blockiert) unterstützt.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Verwenden Sie die Attribute <0>w0> und <1>h1>, um die Breite und Höhe eines Knotens explizit festzulegen.","Use the customer portal to change your billing information.":"Verwenden Sie das Kundenportal, um Ihre Rechnungsinformationen zu ändern.","Use these settings to adapt the look and behavior of your flowcharts":"Verwenden Sie diese Einstellungen, um das Aussehen und Verhalten Ihrer Flussdiagramme anzupassen","Use this file for org charts, hierarchies, and other organizational structures.":"Verwenden Sie diese Datei für Organigramme, Hierarchien und andere Organisationsstrukturen.","Use this file for sequences, processes, and workflows.":"Verwenden Sie diese Datei für Sequenzen, Prozesse und Workflows.","User":"Benutzer","View on Github":"Auf Github ansehen","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Möchten Sie Ihre Flussdiagramme behalten? Upgraden Sie auf unser Pro-Konto für nur 3 $/Monat. Mit Pro können Sie unbegrenzte Flussdiagramme speichern und Ihre Kreativität nie verlieren.","Watermarks":"Wasserzeichen","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Es tut uns leid, dass Sie erwägen, Ihr Abonnement zu stornieren. Bitte lassen Sie uns wissen, warum Sie stornieren, damit wir unseren Service verbessern können. Vielen Dank!","What\'s this?":"Was ist das?","Width":"Breite","Width and Height":"Breite und Höhe","Work with Local Files":"Mit lokalen Dateien arbeiten.","Would you like to continue?":"Möchten Sie fortfahren?","Yearly":"Jährlich","Yes: Option A":"Ja: Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Sie sind dabei, ",["numNodes"]," Knoten und ",["numEdges"]," Kanten zu Ihrem Graphen hinzuzufügen."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Mit <0>Flowchart Fun Pro0> können Sie unbegrenzt dauerhafte Flussdiagramme erstellen.","You must <0>log in0> before you can upgrade to Pro.":"Sie müssen sich <0>anmelden0>, bevor Sie auf Pro upgraden können.","You need to log in to access this page.":"Sie müssen sich anmelden, um auf diese Seite zuzugreifen.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Sie sind bereits ein Pro-Benutzer!<0/>Haben Sie Fragen oder Funktionsanfragen? <1>Lass es uns wissen1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Sie arbeiten derzeit in Ihrem Sandkasten. Denken Sie daran, dass er täglich zurückgesetzt wird, so dass Ihre aktuelle Arbeit morgen nicht gespeichert wird.","Your Charts":"Ihre Diagramme","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Dein Sandkasten ist ein Raum, um frei mit unseren Flussdiagramm-Tools zu experimentieren, die jeden Tag zurückgesetzt werden, damit du einen frischen Start hast.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Ihre Diagramme sind nur lesbar, da Ihr Konto nicht mehr aktiv ist. Besuchen Sie die Seite Ihres Kontos, um mehr zu erfahren. Sie können auf Pro upgraden, um die Bearbeitungszugriffe auf Ihre Diagramme wiederzuerlangen.","Your subscription is <0>{statusDisplay}0>.":["Ihre Abonnement ist <0>",["statusDisplay"],"0>."],"Zoom In":"Vergrößern","Zoom Out":"Verkleinern","or":"oder"}'
),
};
diff --git a/app/src/locales/de/messages.po b/app/src/locales/de/messages.po
index 8fa994a6e..02882d030 100644
--- a/app/src/locales/de/messages.po
+++ b/app/src/locales/de/messages.po
@@ -107,7 +107,7 @@ msgstr "Zurück zum Editor"
msgid "Background Color"
msgstr "Hintergrundfarbe"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "Grundlegender Flussdiagramm"
@@ -185,6 +185,10 @@ msgstr "Änderungsprotokoll"
msgid "Charts"
msgstr "Diagramme"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "Schau dir die Anleitung an:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "Überprüfen Sie Ihre E-Mail auf einen Link zum Einloggen. Sie können dieses Fenster schließen."
@@ -297,7 +301,7 @@ msgstr "PNG-Bild kopieren"
msgid "Copy SVG Code"
msgstr "Kopieren Sie den SVG-Code"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Kopiere deinen Excalidraw-Code und füge ihn in <0>excalidraw.com0> ein, um ihn zu bearbeiten. Diese Funktion ist experimentell und funktioniert möglicherweise nicht mit allen Diagrammen. Wenn du einen Fehler findest, <1>lass es uns wissen1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "Verlieren Sie nicht Ihre Arbeit!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "Herunterladen"
@@ -678,7 +682,7 @@ msgstr "Importieren Sie aus Lucidchart, Visio und anderen CSV-Dateien."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Importieren Sie von Visio, Lucidchart und CSV"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "Importieren Sie Ihr Diagramm mithilfe einer dieser CSV-Dateien in Microsoft Visio."
@@ -686,7 +690,7 @@ msgstr "Importieren Sie Ihr Diagramm mithilfe einer dieser CSV-Dateien in Micros
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "Der Datenimport ist eine Profifunktion. Sie können für nur 3 USD pro Monat oder 30 USD pro Jahr auf Flowchart Fun Pro upgraden."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "Fügen Sie einen Titel mit einem <0>title0>-Attribut ein. Um die Visio-Farbgebung zu verwenden, fügen Sie ein <1>roleType1>-Attribut gleich einem der folgenden hinzu:"
@@ -806,7 +810,7 @@ msgstr "Einloggen, um zu speichern"
msgid "Make a One-Time Donation"
msgstr "Machen Sie eine einmalige Spende"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "Öffentlich zugänglich machen"
@@ -936,7 +940,7 @@ msgstr "Öffnen Sie das Kundenportal"
msgid "Or, you can <0>create a new subscription0>."
msgstr "Oder Sie können ein neues Abonnement erstellen."
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "Organigramm"
@@ -988,8 +992,8 @@ msgstr "Datenverarbeitung"
msgid "Product is too expensive..."
msgstr "Das Produkt ist zu teuer..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "Öffentlich"
@@ -1345,7 +1349,7 @@ msgstr "Dies ersetzt den aktuellen Inhalt."
msgid "This will replace your current sandbox."
msgstr "Dies ersetzt deine aktuelle Sandbox."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "Tipp"
@@ -1471,11 +1475,11 @@ msgstr "Verwenden Sie das Kundenportal, um Ihre Rechnungsinformationen zu änder
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "Verwenden Sie diese Einstellungen, um das Aussehen und Verhalten Ihrer Flussdiagramme anzupassen"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "Verwenden Sie diese Datei für Organigramme, Hierarchien und andere Organisationsstrukturen."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "Verwenden Sie diese Datei für Sequenzen, Prozesse und Workflows."
diff --git a/app/src/locales/en/messages.js b/app/src/locales/en/messages.js
index 0bcd148fe..cee74018c 100644
--- a/app/src/locales/en/messages.js
+++ b/app/src/locales/en/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"$3 / month","$30 / year":"$30 / year","1 Temporary Flowchart":"1 Temporary Flowchart","16% Less":"16% Less","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Sign In0> / <1>Sign Up1> with email and password","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>","A new version of the app is available. Please reload to update.":"A new version of the app is available. Please reload to update.","AI Ready":"AI Ready","About":"About","Account":"Account","Advanced":"Advanced","Amount":"Amount","An error occurred. Try resubmitting or email {0} directly.":["An error occurred. Try resubmitting or email ",["0"]," directly."],"Appearance":"Appearance","Arrow Size":"Arrow Size","Attributes":"Attributes","August 2023":"August 2023","Back":"Back","Back To Editor":"Back To Editor","Background Color":"Background Color","Basic Flowchart":"Basic Flowchart","Become a Github Sponsor":"Become a Github Sponsor","Become a Pro User":"Become a Pro User","Begin Typing":"Begin Typing","Blog":"Blog","Book a Meeting":"Book a Meeting","Border Color":"Border Color","Border Width":"Border Width","Bottom to Top":"Bottom to Top","Breadthfirst":"Breadthfirst","Cancel":"Cancel","Cancel your subscription. Your hosted charts will become read-only.":"Cancel your subscription. Your hosted charts will become read-only.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certain attributes can be used to customize the appearance or functionality of elements.","Change Email Address":"Change Email Address","Changelog":"Changelog","Charts":"Charts","Check your email for a link to log in.<0/>You can close this window.":"Check your email for a link to log in.<0/>You can close this window.","Choose":"Choose","Choose Template":"Choose Template","Choose a Plan":"Choose a Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .","Circle":"Circle","Classes":"Classes","Clear":"Clear","Clear text?":"Clear text?","Clone":"Clone","Close":"Close","Color":"Color","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Colors include red, orange, yellow, blue, purple, black, white, and gray.","Column":"Column","Comment":"Comment","Concentric":"Concentric","Confirm New Email":"Confirm New Email","Confirm your email address to sign in.":"Confirm your email address to sign in.","Consider: Adding a Label":"Consider: Adding a Label","Containers":"Containers","Containers are nodes that contain other nodes. They are declared using curly braces.":"Containers are nodes that contain other nodes. They are declared using curly braces.","Continue":"Continue","Convert to hosted chart?":"Convert to hosted chart?","Cookie Policy":"Cookie Policy","Copy":"Copy","Copy PNG Image":"Copy PNG Image","Copy SVG Code":"Copy SVG Code","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copy your mermaid.js code or open it directly in the mermaid.js live editor.","Create":"Create","Create Flowcharts using AI":"Create Flowcharts using AI","Create Unlimited Flowcharts":"Create Unlimited Flowcharts","Create a New Chart":"Create a New Chart","Create unlimited diagrams for just $3/month!":"Create unlimited diagrams for just $3/month!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Create unlimited flowcharts stored in the cloud– accessible anywhere!","Create with AI":"Create with AI","Creating an edge between two nodes is done by indenting the second node below the first":"Creating an edge between two nodes is done by indenting the second node below the first","Curve Style":"Curve Style","Custom CSS":"Custom CSS","Custom Sharing Options":"Custom Sharing Options","Customer Portal":"Customer Portal","Dark":"Dark","Dark Mode":"Dark Mode","Date":"Date","Direct from Data":"Direct from Data","Direction":"Direction","Do you want to delete this?":"Do you want to delete this?","Document":"Document","Don\'t lose your work!":"Don\'t lose your work!","Download":"Download","Download JPG":"Download JPG","Download PNG":"Download PNG","Download SVG":"Download SVG","Drag and drop a CSV file here, or click to select a file":"Drag and drop a CSV file here, or click to select a file","Draw an edge from multiple nodes by beginning the line with a reference":"Draw an edge from multiple nodes by beginning the line with a reference","Drop the file here ...":"Drop the file here ...","Edge ID, Classes, Attributes":"Edge ID, Classes, Attributes","Edge Label":"Edge Label","Edge Label Column":"Edge Label Column","Edge Style":"Edge Style","Edge Text Size":"Edge Text Size","Edge missing indentation":"Edge missing indentation","Edges":"Edges","Edges are declared in the same row as their source node":"Edges are declared in the same row as their source node","Edges are declared in the same row as their target node":"Edges are declared in the same row as their target node","Edges are declared in their own row":"Edges are declared in their own row","Edges can also have ID\'s, classes, and attributes before the label":"Edges can also have ID\'s, classes, and attributes before the label","Edges can be styled with dashed, dotted, or solid lines":"Edges can be styled with dashed, dotted, or solid lines","Edges in Separate Rows":"Edges in Separate Rows","Edges in Source Node Row":"Edges in Source Node Row","Edges in Target Node Row":"Edges in Target Node Row","Editable":"Editable","Editor":"Editor","Email":"Email","Empty":"Empty","Enter a prompt or information you would like to create a chart from.":"Enter a prompt or information you would like to create a chart from.","Enter your email address and we\'ll send you a magic link to sign in.":"Enter your email address and we\'ll send you a magic link to sign in.","Enter your email address below and we\'ll send you a link to reset your password.":"Enter your email address below and we\'ll send you a link to reset your password.","Equal To":"Equal To","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.","Export":"Export","Export to PNG & JPG":"Export to PNG & JPG","Export to PNG, JPG, and SVG":"Export to PNG, JPG, and SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.","Fixed Node Height":"Fixed Node Height","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.","Follow Us on Twitter":"Follow Us on Twitter","Font Family":"Font Family","Forgot your password?":"Forgot your password?","Found a bug? Have a feature request? We would love to hear from you!":"Found a bug? Have a feature request? We would love to hear from you!","Free":"Free","Fullscreen":"Fullscreen","General":"General","Go back home":"Go back home","Go to the Editor":"Go to the Editor","Go to your Sandbox":"Go to your Sandbox","Graph":"Graph","Grid":"Grid","Have complex questions or issues? We\'re here to help.":"Have complex questions or issues? We\'re here to help.","Here are some Pro features you can now enjoy.":"Here are some Pro features you can now enjoy.","History":"History","Home":"Home","How are edges declared in this data?":"How are edges declared in this data?","How would you like to save your chart?":"How would you like to save your chart?","ID\'s":"ID\'s","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"If you enjoy using <0>Flowchart Fun0>, please consider supporting the project","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>","Images":"Images","Import Data":"Import Data","Import data from a CSV file.":"Import data from a CSV file.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.","Import from CSV":"Import from CSV","Import from Lucidchart, Visio, and other CSV files.":"Import from Lucidchart, Visio, and other CSV files.","Import from Visio, Lucidchart, and CSV":"Import from Visio, Lucidchart, and CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Import your diagram it into Microsoft Visio using one of these CSV files.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:","Info":"Info","Is":"Is","Knowledge Graph":"Knowledge Graph","Language":"Language","Layout":"Layout","Layout Frozen":"Layout Frozen","Leading References":"Leading References","Learn More":"Learn More","Learn Syntax":"Learn Syntax","Learn about Flowchart Fun Pro":"Learn about Flowchart Fun Pro","Left to Right":"Left to Right","Light":"Light","Light Mode":"Light Mode","Link":"Link","Load":"Load","Load Chart":"Load Chart","Load File":"Load File","Load Files":"Load Files","Load default content":"Load default content","Load from link?":"Load from link?","Load layout and styles":"Load layout and styles","Local File Support":"Local File Support","Lock Zoom to Graph":"Lock Zoom to Graph","Log In":"Log In","Log Out":"Log Out","Log in to Save":"Log in to Save","Make a One-Time Donation":"Make a One-Time Donation","Make publicly accessible":"Make publicly accessible","Manage Billing":"Manage Billing","Map Data":"Map Data","Monthly":"Monthly","Multiple pointers on same line":"Multiple pointers on same line","Name Chart":"Name Chart","Name your chart":"Name your chart","New":"New","New Email":"New Email","Next charge":"Next charge","No Edges":"No Edges","No Watermarks!":"No Watermarks!","No: Option B":"No: Option B","Node Border Style":"Node Border Style","Node Colors":"Node Colors","Node ID":"Node ID","Node ID, Classes, Attributes":"Node ID, Classes, Attributes","Node Label":"Node Label","Node Shape":"Node Shape","Node Shapes":"Node Shapes","Node and pointer on same line":"Node and pointer on same line","Nodes":"Nodes","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.","Not Empty":"Not Empty","Now erase the text and try it yourself!":"Now erase the text and try it yourself!","Office Hours":"Office Hours","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.","One on One Support":"One on One Support","One-on-One Support":"One-on-One Support","Open Customer Portal":"Open Customer Portal","Or, you can <0>create a new subscription0>.":"Or, you can <0>create a new subscription0>.","Organization Chart":"Organization Chart","Padding":"Padding","Page not found":"Page not found","Password":"Password","Past Due":"Past Due","Permanent Charts are a Pro Feature":"Permanent Charts are a Pro Feature","Playbook":"Playbook","Pointer and container on same line":"Pointer and container on same line","Privacy Policy":"Privacy Policy","Process Diagram":"Process Diagram","Processing Data":"Processing Data","Product is too expensive...":"Product is too expensive...","Public":"Public","Random":"Random","Rapid Templates":"Rapid Templates","Read-only":"Read-only","Reference by Class":"Reference by Class","Reference by ID":"Reference by ID","Reference by Label":"Reference by Label","References":"References","References are used to create edges between nodes that are created elsewhere in the document":"References are used to create edges between nodes that are created elsewhere in the document","Referencing a node by its exact label":"Referencing a node by its exact label","Referencing a node by its unique ID":"Referencing a node by its unique ID","Referencing multiple nodes with the same assigned class":"Referencing multiple nodes with the same assigned class","Refresh Page":"Refresh Page","Reload to Update":"Reload to Update","Rename":"Rename","Request Magic Link":"Request Magic Link","Request Password Reset":"Request Password Reset","Reset":"Reset","Reset Password":"Reset Password","Resume Subscription":"Resume Subscription","Return":"Return","Right to Left":"Right to Left","Roadmap":"Roadmap","Rotate Label":"Rotate Label","Save":"Save","Save and load local files. Perfect for managing work-related documents offline.":"Save and load local files. Perfect for managing work-related documents offline.","Save time by creating flowcharts using AI.":"Save time by creating flowcharts using AI.","Save to Cloud":"Save to Cloud","Save to File":"Save to File","Save your Work":"Save your Work","Set Content":"Set Content","Set Fixed Node Height":"Set Fixed Node Height","Settings":"Settings","Share":"Share","Sign In":"Sign In","Sign in with <0>GitHub0>":"Sign in with <0>GitHub0>","Sign in with <0>Google0>":"Sign in with <0>Google0>","Sorry! This page is only available in English.":"Sorry! This page is only available in English.","Source Arrow Shape":"Source Arrow Shape","Source Column":"Source Column","Source Delimiter":"Source Delimiter","Source Distance From Node":"Source Distance From Node","Source/Target Arrow Shape":"Source/Target Arrow Shape","Spacing":"Spacing","Special Attributes":"Special Attributes","Start":"Start","Start Over":"Start Over","Status":"Status","Store any data associated to a node":"Store any data associated to a node","Style Classes":"Style Classes","Submit":"Submit","Subscription":"Subscription","Subscription Successful!":"Subscription Successful!","Subscription will end":"Subscription will end","Target Arrow Shape":"Target Arrow Shape","Target Column":"Target Column","Target Delimiter":"Target Delimiter","Target Distance From Node":"Target Distance From Node","Templates":"Templates","Text Color":"Text Color","Text Horizontal Offset":"Text Horizontal Offset","Text Leading":"Text Leading","Text Max Width":"Text Max Width","Text Vertical Offset":"Text Vertical Offset","Text followed by colon+space creates an edge with the text as the label":"Text followed by colon+space creates an edge with the text as the label","Text on a line creates a node with the text as the label":"Text on a line creates a node with the text as the label","Thank you for your feedback!":"Thank you for your feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"The best way to change styles is to right-click on a node or an edge and select the style you want.","The column that contains the edge label(s)":"The column that contains the edge label(s)","The column that contains the source node ID(s)":"The column that contains the source node ID(s)","The column that contains the target node ID(s)":"The column that contains the target node ID(s)","The delimiter used to separate multiple source nodes":"The delimiter used to separate multiple source nodes","The delimiter used to separate multiple target nodes":"The delimiter used to separate multiple target nodes","The possible shapes are:":"The possible shapes are:","Theme":"Theme","Theme Editor":"Theme Editor","There are no edges in this data":"There are no edges in this data","This action cannot be undone.":"This action cannot be undone.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"This feature is only available to pro users. <0>Become a pro user0> to unlock it.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"This may take between 30 seconds and 2 minutes depending on the length of your input.","This will replace the current content.":"This will replace the current content.","This will replace your current sandbox.":"This will replace your current sandbox.","Tip":"Tip","To fix this change one of the edge IDs":"To fix this change one of the edge IDs","To fix this change one of the node IDs":"To fix this change one of the node IDs","To fix this move one pointer to the next line":"To fix this move one pointer to the next line","To fix this move the pointer to the next line":"To fix this move the pointer to the next line","To fix this start the container <0/> on a different line":"To fix this start the container <0/> on a different line","To learn more about why we require you to log in, please read <0>this blog post0>.":"To learn more about why we require you to log in, please read <0>this blog post0>.","Top to Bottom":"Top to Bottom","Transform Your Ideas into Professional Diagrams in Seconds":"Transform Your Ideas into Professional Diagrams in Seconds","Try again":"Try again","Two edges have the same ID":"Two edges have the same ID","Two nodes have the same ID":"Two nodes have the same ID","Unique text value to identify a node":"Unique text value to identify a node","Unknown":"Unknown","Unknown Parsing Error":"Unknown Parsing Error","Unlimited Flowcharts":"Unlimited Flowcharts","Unlimited Permanent Flowcharts":"Unlimited Permanent Flowcharts","Unpaid":"Unpaid","Update Email":"Update Email","Upgrade to Pro":"Upgrade to Pro","Upload your File":"Upload your File","Use AI":"Use AI","Use Custom CSS Only":"Use Custom CSS Only","Use Default Content":"Use Default Content","Use an ID to Connect":"Use an ID to Connect","Use classes to group nodes":"Use classes to group nodes","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Use the attribute <0>href0> to set a link on a node that opens in a new tab.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.","Use the customer portal to change your billing information.":"Use the customer portal to change your billing information.","Use these settings to adapt the look and behavior of your flowcharts":"Use these settings to adapt the look and behavior of your flowcharts","Use this file for org charts, hierarchies, and other organizational structures.":"Use this file for org charts, hierarchies, and other organizational structures.","Use this file for sequences, processes, and workflows.":"Use this file for sequences, processes, and workflows.","User":"User","View on Github":"View on Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.","Watermarks":"Watermarks","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!","What\'s this?":"What\'s this?","Width":"Width","Width and Height":"Width and Height","Work with Local Files":"Work with Local Files","Would you like to continue?":"Would you like to continue?","Yearly":"Yearly","Yes: Option A":"Yes: Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["You are about to add ",["numNodes"]," nodes and ",["numEdges"]," edges to your graph."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"You must <0>log in0> before you can upgrade to Pro.","You need to log in to access this page.":"You need to log in to access this page.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.","Your Charts":"Your Charts","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts","Your subscription is <0>{statusDisplay}0>.":["Your subscription is <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Zoom Out","or":"or"}'
+ '{"$3 / month":"$3 / month","$30 / year":"$30 / year","1 Temporary Flowchart":"1 Temporary Flowchart","16% Less":"16% Less","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Sign In0> / <1>Sign Up1> with email and password","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>","A new version of the app is available. Please reload to update.":"A new version of the app is available. Please reload to update.","AI Ready":"AI Ready","About":"About","Account":"Account","Advanced":"Advanced","Amount":"Amount","An error occurred. Try resubmitting or email {0} directly.":["An error occurred. Try resubmitting or email ",["0"]," directly."],"Appearance":"Appearance","Arrow Size":"Arrow Size","Attributes":"Attributes","August 2023":"August 2023","Back":"Back","Back To Editor":"Back To Editor","Background Color":"Background Color","Basic Flowchart":"Basic Flowchart","Become a Github Sponsor":"Become a Github Sponsor","Become a Pro User":"Become a Pro User","Begin Typing":"Begin Typing","Blog":"Blog","Book a Meeting":"Book a Meeting","Border Color":"Border Color","Border Width":"Border Width","Bottom to Top":"Bottom to Top","Breadthfirst":"Breadthfirst","Cancel":"Cancel","Cancel your subscription. Your hosted charts will become read-only.":"Cancel your subscription. Your hosted charts will become read-only.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certain attributes can be used to customize the appearance or functionality of elements.","Change Email Address":"Change Email Address","Changelog":"Changelog","Charts":"Charts","Check out the guide:":"Check out the guide:","Check your email for a link to log in.<0/>You can close this window.":"Check your email for a link to log in.<0/>You can close this window.","Choose":"Choose","Choose Template":"Choose Template","Choose a Plan":"Choose a Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .","Circle":"Circle","Classes":"Classes","Clear":"Clear","Clear text?":"Clear text?","Clone":"Clone","Close":"Close","Color":"Color","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Colors include red, orange, yellow, blue, purple, black, white, and gray.","Column":"Column","Comment":"Comment","Concentric":"Concentric","Confirm New Email":"Confirm New Email","Confirm your email address to sign in.":"Confirm your email address to sign in.","Consider: Adding a Label":"Consider: Adding a Label","Containers":"Containers","Containers are nodes that contain other nodes. They are declared using curly braces.":"Containers are nodes that contain other nodes. They are declared using curly braces.","Continue":"Continue","Convert to hosted chart?":"Convert to hosted chart?","Cookie Policy":"Cookie Policy","Copy":"Copy","Copy PNG Image":"Copy PNG Image","Copy SVG Code":"Copy SVG Code","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copy your mermaid.js code or open it directly in the mermaid.js live editor.","Create":"Create","Create Flowcharts using AI":"Create Flowcharts using AI","Create Unlimited Flowcharts":"Create Unlimited Flowcharts","Create a New Chart":"Create a New Chart","Create unlimited diagrams for just $3/month!":"Create unlimited diagrams for just $3/month!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Create unlimited flowcharts stored in the cloud– accessible anywhere!","Create with AI":"Create with AI","Creating an edge between two nodes is done by indenting the second node below the first":"Creating an edge between two nodes is done by indenting the second node below the first","Curve Style":"Curve Style","Custom CSS":"Custom CSS","Custom Sharing Options":"Custom Sharing Options","Customer Portal":"Customer Portal","Dark":"Dark","Dark Mode":"Dark Mode","Date":"Date","Direct from Data":"Direct from Data","Direction":"Direction","Do you want to delete this?":"Do you want to delete this?","Document":"Document","Don\'t lose your work!":"Don\'t lose your work!","Download":"Download","Download JPG":"Download JPG","Download PNG":"Download PNG","Download SVG":"Download SVG","Drag and drop a CSV file here, or click to select a file":"Drag and drop a CSV file here, or click to select a file","Draw an edge from multiple nodes by beginning the line with a reference":"Draw an edge from multiple nodes by beginning the line with a reference","Drop the file here ...":"Drop the file here ...","Edge ID, Classes, Attributes":"Edge ID, Classes, Attributes","Edge Label":"Edge Label","Edge Label Column":"Edge Label Column","Edge Style":"Edge Style","Edge Text Size":"Edge Text Size","Edge missing indentation":"Edge missing indentation","Edges":"Edges","Edges are declared in the same row as their source node":"Edges are declared in the same row as their source node","Edges are declared in the same row as their target node":"Edges are declared in the same row as their target node","Edges are declared in their own row":"Edges are declared in their own row","Edges can also have ID\'s, classes, and attributes before the label":"Edges can also have ID\'s, classes, and attributes before the label","Edges can be styled with dashed, dotted, or solid lines":"Edges can be styled with dashed, dotted, or solid lines","Edges in Separate Rows":"Edges in Separate Rows","Edges in Source Node Row":"Edges in Source Node Row","Edges in Target Node Row":"Edges in Target Node Row","Editable":"Editable","Editor":"Editor","Email":"Email","Empty":"Empty","Enter a prompt or information you would like to create a chart from.":"Enter a prompt or information you would like to create a chart from.","Enter your email address and we\'ll send you a magic link to sign in.":"Enter your email address and we\'ll send you a magic link to sign in.","Enter your email address below and we\'ll send you a link to reset your password.":"Enter your email address below and we\'ll send you a link to reset your password.","Equal To":"Equal To","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.","Export":"Export","Export to PNG & JPG":"Export to PNG & JPG","Export to PNG, JPG, and SVG":"Export to PNG, JPG, and SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.","Fixed Node Height":"Fixed Node Height","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.","Follow Us on Twitter":"Follow Us on Twitter","Font Family":"Font Family","Forgot your password?":"Forgot your password?","Found a bug? Have a feature request? We would love to hear from you!":"Found a bug? Have a feature request? We would love to hear from you!","Free":"Free","Fullscreen":"Fullscreen","General":"General","Go back home":"Go back home","Go to the Editor":"Go to the Editor","Go to your Sandbox":"Go to your Sandbox","Graph":"Graph","Grid":"Grid","Have complex questions or issues? We\'re here to help.":"Have complex questions or issues? We\'re here to help.","Here are some Pro features you can now enjoy.":"Here are some Pro features you can now enjoy.","History":"History","Home":"Home","How are edges declared in this data?":"How are edges declared in this data?","How would you like to save your chart?":"How would you like to save your chart?","ID\'s":"ID\'s","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"If you enjoy using <0>Flowchart Fun0>, please consider supporting the project","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>","Images":"Images","Import Data":"Import Data","Import data from a CSV file.":"Import data from a CSV file.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.","Import from CSV":"Import from CSV","Import from Lucidchart, Visio, and other CSV files.":"Import from Lucidchart, Visio, and other CSV files.","Import from Visio, Lucidchart, and CSV":"Import from Visio, Lucidchart, and CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Import your diagram it into Microsoft Visio using one of these CSV files.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:","Info":"Info","Is":"Is","Knowledge Graph":"Knowledge Graph","Language":"Language","Layout":"Layout","Layout Frozen":"Layout Frozen","Leading References":"Leading References","Learn More":"Learn More","Learn Syntax":"Learn Syntax","Learn about Flowchart Fun Pro":"Learn about Flowchart Fun Pro","Left to Right":"Left to Right","Light":"Light","Light Mode":"Light Mode","Link":"Link","Load":"Load","Load Chart":"Load Chart","Load File":"Load File","Load Files":"Load Files","Load default content":"Load default content","Load from link?":"Load from link?","Load layout and styles":"Load layout and styles","Local File Support":"Local File Support","Lock Zoom to Graph":"Lock Zoom to Graph","Log In":"Log In","Log Out":"Log Out","Log in to Save":"Log in to Save","Make a One-Time Donation":"Make a One-Time Donation","Make publicly accessible":"Make publicly accessible","Manage Billing":"Manage Billing","Map Data":"Map Data","Monthly":"Monthly","Multiple pointers on same line":"Multiple pointers on same line","Name Chart":"Name Chart","Name your chart":"Name your chart","New":"New","New Email":"New Email","Next charge":"Next charge","No Edges":"No Edges","No Watermarks!":"No Watermarks!","No: Option B":"No: Option B","Node Border Style":"Node Border Style","Node Colors":"Node Colors","Node ID":"Node ID","Node ID, Classes, Attributes":"Node ID, Classes, Attributes","Node Label":"Node Label","Node Shape":"Node Shape","Node Shapes":"Node Shapes","Node and pointer on same line":"Node and pointer on same line","Nodes":"Nodes","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.","Not Empty":"Not Empty","Now erase the text and try it yourself!":"Now erase the text and try it yourself!","Office Hours":"Office Hours","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.","One on One Support":"One on One Support","One-on-One Support":"One-on-One Support","Open Customer Portal":"Open Customer Portal","Or, you can <0>create a new subscription0>.":"Or, you can <0>create a new subscription0>.","Organization Chart":"Organization Chart","Padding":"Padding","Page not found":"Page not found","Password":"Password","Past Due":"Past Due","Permanent Charts are a Pro Feature":"Permanent Charts are a Pro Feature","Playbook":"Playbook","Pointer and container on same line":"Pointer and container on same line","Privacy Policy":"Privacy Policy","Process Diagram":"Process Diagram","Processing Data":"Processing Data","Product is too expensive...":"Product is too expensive...","Public":"Public","Random":"Random","Rapid Templates":"Rapid Templates","Read-only":"Read-only","Reference by Class":"Reference by Class","Reference by ID":"Reference by ID","Reference by Label":"Reference by Label","References":"References","References are used to create edges between nodes that are created elsewhere in the document":"References are used to create edges between nodes that are created elsewhere in the document","Referencing a node by its exact label":"Referencing a node by its exact label","Referencing a node by its unique ID":"Referencing a node by its unique ID","Referencing multiple nodes with the same assigned class":"Referencing multiple nodes with the same assigned class","Refresh Page":"Refresh Page","Reload to Update":"Reload to Update","Rename":"Rename","Request Magic Link":"Request Magic Link","Request Password Reset":"Request Password Reset","Reset":"Reset","Reset Password":"Reset Password","Resume Subscription":"Resume Subscription","Return":"Return","Right to Left":"Right to Left","Roadmap":"Roadmap","Rotate Label":"Rotate Label","Save":"Save","Save and load local files. Perfect for managing work-related documents offline.":"Save and load local files. Perfect for managing work-related documents offline.","Save time by creating flowcharts using AI.":"Save time by creating flowcharts using AI.","Save to Cloud":"Save to Cloud","Save to File":"Save to File","Save your Work":"Save your Work","Set Content":"Set Content","Set Fixed Node Height":"Set Fixed Node Height","Settings":"Settings","Share":"Share","Sign In":"Sign In","Sign in with <0>GitHub0>":"Sign in with <0>GitHub0>","Sign in with <0>Google0>":"Sign in with <0>Google0>","Sorry! This page is only available in English.":"Sorry! This page is only available in English.","Source Arrow Shape":"Source Arrow Shape","Source Column":"Source Column","Source Delimiter":"Source Delimiter","Source Distance From Node":"Source Distance From Node","Source/Target Arrow Shape":"Source/Target Arrow Shape","Spacing":"Spacing","Special Attributes":"Special Attributes","Start":"Start","Start Over":"Start Over","Status":"Status","Store any data associated to a node":"Store any data associated to a node","Style Classes":"Style Classes","Submit":"Submit","Subscription":"Subscription","Subscription Successful!":"Subscription Successful!","Subscription will end":"Subscription will end","Target Arrow Shape":"Target Arrow Shape","Target Column":"Target Column","Target Delimiter":"Target Delimiter","Target Distance From Node":"Target Distance From Node","Templates":"Templates","Text Color":"Text Color","Text Horizontal Offset":"Text Horizontal Offset","Text Leading":"Text Leading","Text Max Width":"Text Max Width","Text Vertical Offset":"Text Vertical Offset","Text followed by colon+space creates an edge with the text as the label":"Text followed by colon+space creates an edge with the text as the label","Text on a line creates a node with the text as the label":"Text on a line creates a node with the text as the label","Thank you for your feedback!":"Thank you for your feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"The best way to change styles is to right-click on a node or an edge and select the style you want.","The column that contains the edge label(s)":"The column that contains the edge label(s)","The column that contains the source node ID(s)":"The column that contains the source node ID(s)","The column that contains the target node ID(s)":"The column that contains the target node ID(s)","The delimiter used to separate multiple source nodes":"The delimiter used to separate multiple source nodes","The delimiter used to separate multiple target nodes":"The delimiter used to separate multiple target nodes","The possible shapes are:":"The possible shapes are:","Theme":"Theme","Theme Editor":"Theme Editor","There are no edges in this data":"There are no edges in this data","This action cannot be undone.":"This action cannot be undone.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"This feature is only available to pro users. <0>Become a pro user0> to unlock it.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"This may take between 30 seconds and 2 minutes depending on the length of your input.","This will replace the current content.":"This will replace the current content.","This will replace your current sandbox.":"This will replace your current sandbox.","Tip":"Tip","To fix this change one of the edge IDs":"To fix this change one of the edge IDs","To fix this change one of the node IDs":"To fix this change one of the node IDs","To fix this move one pointer to the next line":"To fix this move one pointer to the next line","To fix this move the pointer to the next line":"To fix this move the pointer to the next line","To fix this start the container <0/> on a different line":"To fix this start the container <0/> on a different line","To learn more about why we require you to log in, please read <0>this blog post0>.":"To learn more about why we require you to log in, please read <0>this blog post0>.","Top to Bottom":"Top to Bottom","Transform Your Ideas into Professional Diagrams in Seconds":"Transform Your Ideas into Professional Diagrams in Seconds","Try again":"Try again","Two edges have the same ID":"Two edges have the same ID","Two nodes have the same ID":"Two nodes have the same ID","Unique text value to identify a node":"Unique text value to identify a node","Unknown":"Unknown","Unknown Parsing Error":"Unknown Parsing Error","Unlimited Flowcharts":"Unlimited Flowcharts","Unlimited Permanent Flowcharts":"Unlimited Permanent Flowcharts","Unpaid":"Unpaid","Update Email":"Update Email","Upgrade to Pro":"Upgrade to Pro","Upload your File":"Upload your File","Use AI":"Use AI","Use Custom CSS Only":"Use Custom CSS Only","Use Default Content":"Use Default Content","Use an ID to Connect":"Use an ID to Connect","Use classes to group nodes":"Use classes to group nodes","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Use the attribute <0>href0> to set a link on a node that opens in a new tab.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.","Use the customer portal to change your billing information.":"Use the customer portal to change your billing information.","Use these settings to adapt the look and behavior of your flowcharts":"Use these settings to adapt the look and behavior of your flowcharts","Use this file for org charts, hierarchies, and other organizational structures.":"Use this file for org charts, hierarchies, and other organizational structures.","Use this file for sequences, processes, and workflows.":"Use this file for sequences, processes, and workflows.","User":"User","View on Github":"View on Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.","Watermarks":"Watermarks","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!","What\'s this?":"What\'s this?","Width":"Width","Width and Height":"Width and Height","Work with Local Files":"Work with Local Files","Would you like to continue?":"Would you like to continue?","Yearly":"Yearly","Yes: Option A":"Yes: Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["You are about to add ",["numNodes"]," nodes and ",["numEdges"]," edges to your graph."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"You must <0>log in0> before you can upgrade to Pro.","You need to log in to access this page.":"You need to log in to access this page.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.","Your Charts":"Your Charts","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts","Your subscription is <0>{statusDisplay}0>.":["Your subscription is <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Zoom Out","or":"or"}'
),
};
diff --git a/app/src/locales/en/messages.po b/app/src/locales/en/messages.po
index c3baeecac..8e7374e0f 100644
--- a/app/src/locales/en/messages.po
+++ b/app/src/locales/en/messages.po
@@ -107,7 +107,7 @@ msgstr "Back To Editor"
msgid "Background Color"
msgstr "Background Color"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "Basic Flowchart"
@@ -185,6 +185,10 @@ msgstr "Changelog"
msgid "Charts"
msgstr "Charts"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "Check out the guide:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "Check your email for a link to log in.<0/>You can close this window."
@@ -297,7 +301,7 @@ msgstr "Copy PNG Image"
msgid "Copy SVG Code"
msgstr "Copy SVG Code"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "Don't lose your work!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "Download"
@@ -678,7 +682,7 @@ msgstr "Import from Lucidchart, Visio, and other CSV files."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Import from Visio, Lucidchart, and CSV"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "Import your diagram it into Microsoft Visio using one of these CSV files."
@@ -686,7 +690,7 @@ msgstr "Import your diagram it into Microsoft Visio using one of these CSV files
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
@@ -806,7 +810,7 @@ msgstr "Log in to Save"
msgid "Make a One-Time Donation"
msgstr "Make a One-Time Donation"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "Make publicly accessible"
@@ -936,7 +940,7 @@ msgstr "Open Customer Portal"
msgid "Or, you can <0>create a new subscription0>."
msgstr "Or, you can <0>create a new subscription0>."
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "Organization Chart"
@@ -988,8 +992,8 @@ msgstr "Processing Data"
msgid "Product is too expensive..."
msgstr "Product is too expensive..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "Public"
@@ -1345,7 +1349,7 @@ msgstr "This will replace the current content."
msgid "This will replace your current sandbox."
msgstr "This will replace your current sandbox."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "Tip"
@@ -1471,11 +1475,11 @@ msgstr "Use the customer portal to change your billing information."
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "Use these settings to adapt the look and behavior of your flowcharts"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "Use this file for org charts, hierarchies, and other organizational structures."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "Use this file for sequences, processes, and workflows."
diff --git a/app/src/locales/es/messages.js b/app/src/locales/es/messages.js
index 815ba663b..b0c5be77e 100644
--- a/app/src/locales/es/messages.js
+++ b/app/src/locales/es/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"$3 / mes","$30 / year":"$30 / año","1 Temporary Flowchart":"1 Diagrama de Flujo Temporal","16% Less":"16% menos","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Solo CSS personalizado0> está habilitado. Solo se aplicarán los ajustes de Diseño y Avanzados.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> es un proyecto de código abierto hecho por <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Iniciar sesión0> / <1>Registrarse1> con correo electrónico y contraseña","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Actualmente tiene una cuenta gratuita. <1/><2>Conozca nuestras características Pro y suscríbase en nuestra página de precios2>.0>","A new version of the app is available. Please reload to update.":"Una nueva versión de la aplicación está disponible. Por favor, recargue para actualizar.","AI Ready":"Listo para IA","About":"Acerca de","Account":"Cuenta","Advanced":"Avanzado","Amount":"Cantidad","An error occurred. Try resubmitting or email {0} directly.":["Se ha producido un error. Inténtalo de nuevo o envía un correo electrónico directamente a ",["0"],"."],"Appearance":"Apariencia","Arrow Size":"Tamaño de flecha","Attributes":"Atributos","August 2023":"Agosto 2023","Back":"Atrás","Back To Editor":"Volver al Editor","Background Color":"Color de fondo","Basic Flowchart":"Diagrama de Flujo Básico","Become a Github Sponsor":"Convierte en un Patrocinador de Github","Become a Pro User":"Convierte en un Usuario Pro","Begin Typing":"Comienza a escribir","Blog":"Blog","Book a Meeting":"Reserva una reunión","Border Color":"Color de borde","Border Width":"Ancho de borde","Bottom to Top":"De abajo a arriba","Breadthfirst":"Primero en amplitud","Cancel":"Cancelar","Cancel your subscription. Your hosted charts will become read-only.":"Cancele su suscripción. Sus gráficos alojados se convertirán en solo lectura.","Certain attributes can be used to customize the appearance or functionality of elements.":"Ciertos atributos se pueden usar para personalizar la apariencia o la funcionalidad de los elementos.","Change Email Address":"Cambiar dirección de correo electrónico","Changelog":"Registro de cambios","Charts":"Gráficos","Check your email for a link to log in.<0/>You can close this window.":"Revise su correo electrónico para obtener un enlace para iniciar sesión. Puede cerrar esta ventana.","Choose":"Seleccionar","Choose Template":"Elige plantilla","Choose a Plan":"Elija un Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Elija entre una variedad de formas de flecha para la fuente y el destino de un borde. Las formas incluyen triángulo, triángulo-camiseta, círculo-triángulo, triángulo-cruz, triángulo-curva posterior, vee, camiseta, cuadrado, círculo, diamante, chevron, ninguno.","Circle":"Círculo","Classes":"Clases","Clear":"Claridad","Clear text?":"¿Texto claro?","Clone":"Clon","Close":"Cerrar","Color":"Color","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Los colores incluyen rojo, naranja, amarillo, azul, morado, negro, blanco y gris.","Column":"Columna","Comment":"Comentario","Concentric":"Concéntrico","Confirm New Email":"Confirmar nuevo correo electrónico","Confirm your email address to sign in.":"Confirma tu dirección de correo electrónico para iniciar sesión.","Consider: Adding a Label":"Considere: Agregar una etiqueta","Containers":"Contenedores","Containers are nodes that contain other nodes. They are declared using curly braces.":"Los contenedores son nodos que contienen otros nodos. Se declaran usando llaves.","Continue":"Continuar","Convert to hosted chart?":"¿Convertir a gráfico hospedado?","Cookie Policy":"Política de cookies","Copy":"Copiar","Copy PNG Image":"Copiar imagen PNG","Copy SVG Code":"Copiar código SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copia tu código Excalidraw y pégalo en <0>excalidraw.com0> para editar. Esta característica es experimental y puede que no funcione con todos los diagramas. Si encuentras un error, <1>háganoslo saber1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copia tu código mermaid.js o abrilo directamente en el editor en vivo de mermaid.js.","Create":"Crear","Create Flowcharts using AI":"Crear diagramas de flujo con IA","Create Unlimited Flowcharts":"Crear diagramas de flujo ilimitados","Create a New Chart":"Crea un nuevo gráfico","Create unlimited diagrams for just $3/month!":"¡Cree diagramas ilimitados por solo $3 al mes!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"¡Crea diagramas de flujo ilimitados almacenados en la nube, accesibles desde cualquier lugar!","Create with AI":"Crear con IA","Creating an edge between two nodes is done by indenting the second node below the first":"Crear un borde entre dos nodos se realiza al sangrar el segundo nodo debajo del primero","Curve Style":"Estilo de Curva","Custom CSS":"CSS personalizado","Custom Sharing Options":"Opciones de compartición personalizadas","Customer Portal":"Portal del cliente","Dark":"Oscuro","Dark Mode":"Modo oscuro","Date":"Fecha","Direct from Data":"Directo desde los datos","Direction":"Dirección","Do you want to delete this?":"¿Quieres eliminar esto?","Document":"Documento","Don\'t lose your work!":"¡No pierdas tu trabajo!","Download":"Descargar","Download JPG":"Descargar JPG","Download PNG":"Descargar PNG","Download SVG":"Descargar SVG","Drag and drop a CSV file here, or click to select a file":"Arrastre y suelte un archivo CSV aquí o haga clic para seleccionar un archivo","Draw an edge from multiple nodes by beginning the line with a reference":"Dibuje un borde desde varios nodos comenzando la línea con una referencia","Drop the file here ...":"Suelta el archivo aquí ...","Edge ID, Classes, Attributes":"ID de borde, Clases, Atributos","Edge Label":"Etiqueta de borde","Edge Label Column":"Columna de etiqueta de borde","Edge Style":"Estilo de borde","Edge Text Size":"Tamaño de texto de borde","Edge missing indentation":"Falta de sangría de borde","Edges":"Bordes","Edges are declared in the same row as their source node":"Los bordes se declaran en la misma fila que su nodo de origen","Edges are declared in the same row as their target node":"Los bordes se declaran en la misma fila que su nodo de destino","Edges are declared in their own row":"Los bordes se declaran en su propia fila","Edges can also have ID\'s, classes, and attributes before the label":"Los bordes también pueden tener ID, clases y atributos antes de la etiqueta","Edges can be styled with dashed, dotted, or solid lines":"Los bordes se pueden estilizar con líneas discontinuas, punteadas o sólidas","Edges in Separate Rows":"Bordes en filas separadas","Edges in Source Node Row":"Bordes en la fila del nodo de origen","Edges in Target Node Row":"Bordes en la fila del nodo de destino","Editable":"Editable","Editor":"Editor","Email":"Correo electrónico","Empty":"Vacío","Enter a prompt or information you would like to create a chart from.":"Introduce una solicitud o información de la que desea crear un gráfico.","Enter your email address and we\'ll send you a magic link to sign in.":"Introduzca su dirección de correo electrónico y le enviaremos un enlace mágico para iniciar sesión.","Enter your email address below and we\'ll send you a link to reset your password.":"Ingresa tu dirección de correo electrónico a continuación y te enviaremos un enlace para restablecer tu contraseña.","Equal To":"Igual a","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experimente la eficiencia y seguridad de cargar archivos locales directamente en su diagrama de flujo, perfecto para administrar documentos relacionados con el trabajo sin conexión. Desbloquee esta función exclusiva Pro y más con Flowchart Fun Pro, disponible solo por $3/mes o $30/año.","Export":"Exportar","Export to PNG & JPG":"Exportar a PNG y JPG","Export to PNG, JPG, and SVG":"Exportar a PNG, JPG y SVG","Feedback":"Comentarios","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Siéntase libre de explorar y comuníquese con nosotros a través de la página de <0>Comentarios0> si tiene alguna preocupación.","Fixed Node Height":"Altura de Nodo Fija","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro le ofrece diagramas de flujo ilimitados, colaboradores ilimitados y almacenamiento ilimitado por solo $3/mes o $30/año.","Follow Us on Twitter":"Síguenos en Twitter","Font Family":"Familia de Fuentes","Forgot your password?":"¿Olvidaste tu contraseña?","Found a bug? Have a feature request? We would love to hear from you!":"¿Encontraste un error? ¿Tienes una solicitud de característica? ¡Nos encantaría escucharte!","Free":"Gratis","Fullscreen":"Pantalla completa","General":"General","Go back home":"Vuelve a casa","Go to the Editor":"Ir al editor","Go to your Sandbox":"Ve a tu Sandbox","Graph":"Gráfico","Grid":"Cuadrícula","Have complex questions or issues? We\'re here to help.":"¿Tiene preguntas o problemas complejos? Estamos aquí para ayudar.","Here are some Pro features you can now enjoy.":"Aquí hay algunas características Pro que ahora puedes disfrutar.","History":"Historia","Home":"Hogar","How are edges declared in this data?":"¿Cómo se declaran los bordes en estos datos?","How would you like to save your chart?":"¿Cómo te gustaría guardar tu gráfico?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Si una cuenta con ese correo electrónico existe, le hemos enviado un correo electrónico con instrucciones sobre cómo restablecer su contraseña.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Si disfruta usando <0>Flowchart Fun0>, considere apoyar el proyecto.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Si desea crear un borde, indente esta línea. Si no, escapar el dos puntos con una barra invertida <0>\\\\:0>","Images":"Imágenes","Import Data":"Importar datos","Import data from a CSV file.":"Importar datos de un archivo CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importar datos de cualquier archivo CSV y asignarlo a un nuevo diagrama de flujo. Esta es una excelente manera de importar datos de otras fuentes como Lucidchart, Google Sheets y Visio.","Import from CSV":"Importar desde CSV","Import from Lucidchart, Visio, and other CSV files.":"Importar desde Lucidchart, Visio y otros archivos CSV.","Import from Visio, Lucidchart, and CSV":"Importar desde Visio, Lucidchart y CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importa tu diagrama a Microsoft Visio usando uno de estos archivos CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"La importación de datos es una característica para profesionales. Puedes actualizar a Flowchart Fun Pro por solo $3/mes o $30/año.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Incluye un título usando un atributo <0>title0>. Para usar el color de Visio, agrega un atributo <1>roleType1> igual a uno de los siguientes:","Info":"Información","Is":"Es","Knowledge Graph":"Gráfico de conocimiento","Language":"Idioma","Layout":"Diseño","Layout Frozen":"Diseño Congelado","Leading References":"Referencias principales","Learn More":"Aprender más","Learn Syntax":"Aprender sintaxis","Learn about Flowchart Fun Pro":"Aprende sobre Flowchart Fun Pro","Left to Right":"De izquierda a derecha","Light":"Luz","Light Mode":"Modo de luz","Link":"Enlace","Load":"Cargar","Load Chart":"Cargar gráfico","Load File":"Cargar archivo","Load Files":"Cargar archivos","Load default content":"Cargar contenido predeterminado","Load from link?":"¿Cargar desde el enlace?","Load layout and styles":"Cargar diseño y estilos","Local File Support":"Soporte de archivos locales","Lock Zoom to Graph":"Bloquear Zoom al gráfico","Log In":"Iniciar sesión","Log Out":"Cerrar sesión","Log in to Save":"Inicia sesión para guardar","Make a One-Time Donation":"Realizar una donación única","Make publicly accessible":"Hacerlo accesible al público","Manage Billing":"Administrar facturación","Map Data":"Datos de mapa","Monthly":"Mensual","Multiple pointers on same line":"Múltiples punteros en la misma línea","Name Chart":"Nombre del gráfico","Name your chart":"Nombre su gráfico","New":"Nuevo","New Email":"Nuevo Correo Electrónico","Next charge":"Próximo cargo","No Edges":"Sin Bordes","No Watermarks!":"¡Sin marcas de agua!","No: Option B":"No: Opción B","Node Border Style":"Estilo de borde de nodo","Node Colors":"Colores de nodo","Node ID":"ID de nodo","Node ID, Classes, Attributes":"ID de nodo, clases, atributos","Node Label":"Etiqueta de nodo","Node Shape":"Forma de Nodo","Node Shapes":"Formas de nodo","Node and pointer on same line":"Nodo y puntero en la misma línea ","Nodes":"Nodos","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Los nodos se pueden estilizar con líneas discontinuas, punteadas o dobles. También se pueden eliminar los bordes con border_none.","Not Empty":"No vacío ","Now erase the text and try it yourself!":"¡Ahora borra el texto y pruebalo tú mismo!","Office Hours":"Horas de oficina ","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"De vez en cuando, el enlace mágico acabará en tu carpeta de spam. Si no lo ves después de unos minutos, busca allí o solicita un nuevo enlace. ","One on One Support":"Soporte uno a uno","One-on-One Support":"Soporte individual","Open Customer Portal":"Abrir portal de clientes","Or, you can <0>create a new subscription0>.":"O, puedes <0>crear una nueva suscripción0>.","Organization Chart":"Organigrama","Padding":"Relleno","Page not found":"Página no encontrada","Password":"Contraseña","Past Due":"Vencido","Permanent Charts are a Pro Feature":"Los gráficos permanentes son una característica Pro","Playbook":"Libreta de juegos","Pointer and container on same line":"Puntero y contenedor en la misma línea","Privacy Policy":"Política de privacidad","Process Diagram":"Diagrama de proceso","Processing Data":"Procesamiento de datos","Product is too expensive...":"El producto es demasiado caro...","Public":"Público","Random":"Aleatorio","Rapid Templates":"Plantillas rápidas","Read-only":"Sólo lectura","Reference by Class":"Referencia por clase","Reference by ID":"Referencia por ID","Reference by Label":"Referencia por etiqueta","References":"Referencias","References are used to create edges between nodes that are created elsewhere in the document":"Las referencias se utilizan para crear bordes entre los nodos creados en otro lugar del documento","Referencing a node by its exact label":"Referenciando un nodo por su etiqueta exacta","Referencing a node by its unique ID":"Referenciando un nodo por su ID único","Referencing multiple nodes with the same assigned class":"Referenciando múltiples nodos con la misma clase asignada","Refresh Page":"Refrescar la página","Reload to Update":"Recargar para actualizar","Rename":"Renombrar","Request Magic Link":"Solicitar enlace mágico","Request Password Reset":"Solicitar restablecimiento de contraseña","Reset":"Restablecer","Reset Password":"Restablecer la contraseña","Resume Subscription":"Reanudar la suscripción","Return":"Devolver","Right to Left":"De derecha a izquierda","Roadmap":"Hoja de ruta","Rotate Label":"Rotar etiqueta","Save":"Guardar","Save and load local files. Perfect for managing work-related documents offline.":"Guardar y cargar archivos locales. Perfecto para administrar documentos relacionados con el trabajo sin conexión.","Save time by creating flowcharts using AI.":"Ahorre tiempo creando diagramas de flujo usando IA.","Save to Cloud":"Guardar en la nube","Save to File":"Guardar en archivo","Save your Work":"Guarda tu trabajo","Set Content":"Establecer contenido","Set Fixed Node Height":"Establecer altura fija del nodo","Settings":"Configuración","Share":"Compartir","Sign In":"Iniciar sesión","Sign in with <0>GitHub0>":"Iniciar sesión con <0>GitHub0>","Sign in with <0>Google0>":"Iniciar sesión con <0>Google0>","Sorry! This page is only available in English.":"¡Lo sentimos! Esta página solo está disponible en inglés.","Source Arrow Shape":"Forma de flecha de origen","Source Column":"Columna de origen","Source Delimiter":"Delimitador de Origen","Source Distance From Node":"Distancia del origen al nodo","Source/Target Arrow Shape":"Forma de Flecha de Origen/Destino","Spacing":"Espaciado","Special Attributes":"Atributos Especiales","Start":"Comienzo","Start Over":"Empezar de nuevo","Status":"Estado","Store any data associated to a node":"Almacenar cualquier dato asociado a un nodo","Style Classes":"Clases de Estilo","Submit":"Enviar","Subscription":"Suscripción","Subscription Successful!":"¡Suscripción exitosa!","Subscription will end":"La suscripción finalizará","Target Arrow Shape":"Forma de flecha de destino","Target Column":"Columna objetivo","Target Delimiter":"Delimitador objetivo","Target Distance From Node":"Distancia objetivo desde el nodo","Templates":"Plantillas","Text Color":"Color del texto","Text Horizontal Offset":"Desplazamiento horizontal del texto","Text Leading":"Texto principal","Text Max Width":"Ancho máximo del texto","Text Vertical Offset":"Desplazamiento vertical del texto","Text followed by colon+space creates an edge with the text as the label":"El texto seguido de dos puntos y un espacio crea un borde con el texto como etiqueta","Text on a line creates a node with the text as the label":"El texto en una línea crea un nodo con el texto como etiqueta","Thank you for your feedback!":"¡Gracias por tu comentario!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"La mejor manera de cambiar los estilos es hacer clic derecho en un nodo o un borde y seleccionar el estilo deseado.","The column that contains the edge label(s)":"La columna que contiene la etiqueta(s) de borde","The column that contains the source node ID(s)":"La columna que contiene el ID(s) del nodo de origen","The column that contains the target node ID(s)":"La columna que contiene el ID(s) del nodo de destino","The delimiter used to separate multiple source nodes":"El delimitador utilizado para separar múltiples nodos de origen","The delimiter used to separate multiple target nodes":"El delimitador utilizado para separar múltiples nodos de destino","The possible shapes are:":"Las formas posibles son:","Theme":"Tema","Theme Editor":"Editor de temas","There are no edges in this data":"No hay bordes en estos datos","This action cannot be undone.":"Esta acción no se puede deshacer.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Esta característica solo está disponible para usuarios profesionales. <0>Conviértete en un usuario profesional0> para desbloquearla.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Esto puede tardar entre 30 segundos y 2 minutos dependiendo de la longitud de su entrada.","This will replace the current content.":"Esto reemplazará el contenido actual.","This will replace your current sandbox.":"Esto reemplazará su sandbox actual.","Tip":"Consejo","To fix this change one of the edge IDs":"Para solucionar esto cambia uno de los IDs de borde","To fix this change one of the node IDs":"Para solucionar esto cambia uno de los IDs de nodo","To fix this move one pointer to the next line":"Para solucionar esto mueve un puntero a la siguiente línea","To fix this move the pointer to the next line":"Para solucionar esto, mueva el puntero a la siguiente línea","To fix this start the container <0/> on a different line":"Para solucionar esto, inicie el contenedor <0/> en una línea diferente","To learn more about why we require you to log in, please read <0>this blog post0>.":"Para obtener más información sobre por qué requerimos que inicie sesión, lea <0>esta publicación de blog0>.","Top to Bottom":"De arriba a abajo","Transform Your Ideas into Professional Diagrams in Seconds":"Transforma tus ideas en diagramas profesionales en segundos","Try again":"Inténtalo de nuevo","Two edges have the same ID":"Dos bordes tienen el mismo ID","Two nodes have the same ID":"Dos nodos tienen el mismo ID","Unique text value to identify a node":"Valor de texto único para identificar un nodo","Unknown":"Desconocido","Unknown Parsing Error":"Error de análisis desconocido","Unlimited Flowcharts":"Diagramas de flujo ilimitados","Unlimited Permanent Flowcharts":"Flujo de gráficos permanentes ilimitados","Unpaid":"Impago","Update Email":"Actualizar correo electrónico","Upgrade to Pro":"Actualizar a Pro","Upload your File":"Subir tu archivo","Use AI":"Usar IA","Use Custom CSS Only":"Usar solo CSS personalizado","Use Default Content":"Usar contenido predeterminado","Use an ID to Connect":"Usa un ID para conectar","Use classes to group nodes":"Usar clases para agrupar nodos","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Utilice el atributo <0>href0> para establecer un enlace en un nodo que se abra en una nueva pestaña.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Utilice el atributo <0>src0> para establecer la imagen de un nodo. La imagen se escalará para ajustarse al nodo, por lo que es posible que deba ajustar el ancho y la altura del nodo para obtener el resultado deseado. Solo se admiten imágenes públicas (no bloqueadas por CORS).","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Utilice los atributos <0>w0> y <1>h1> para establecer explícitamente el ancho y la altura de un nodo.","Use the customer portal to change your billing information.":"Utilice el portal de clientes para cambiar su información de facturación.","Use these settings to adapt the look and behavior of your flowcharts":"Utilice estos ajustes para adaptar la apariencia y el comportamiento de sus diagramas de flujo","Use this file for org charts, hierarchies, and other organizational structures.":"Utilice este archivo para diagramas de organización, jerarquías y otras estructuras organizativas.","Use this file for sequences, processes, and workflows.":"Utilice este archivo para secuencias, procesos y flujos de trabajo.","User":"Usuario ","View on Github":"Ver en Github ","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"¿Quieres guardar tus flujogramas? Actualiza a nuestra cuenta Pro por solo $3/mes. Con Pro, puedes guardar flujogramas ilimitados y nunca perder tu creatividad.","Watermarks":"Marcas de agua","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Lamentamos saber que está considerando cancelar su suscripción. Por favor, háganos saber por qué está cancelando para que podamos mejorar nuestro servicio. ¡Gracias!","What\'s this?":"¿Qué es esto?","Width":"Ancho","Width and Height":"Ancho y Alto","Work with Local Files":"Trabaje con archivos locales.","Would you like to continue?":"¿Te gustaría continuar?","Yearly":"Anualmente","Yes: Option A":"Sí: Opción A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Estás a punto de agregar ",["numNodes"]," nodos y ",["numEdges"]," bordes a tu gráfico."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Puede crear diagramas de flujo ilimitados y permanentes con <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Debes <0>iniciar sesión0> antes de poder actualizar a Pro.","You need to log in to access this page.":"Necesitas iniciar sesión para acceder a esta página.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"¡Ya eres un usuario Pro!<0/>¿Tienes preguntas o solicitudes de características? <1>Háganos saber1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Actualmente estás trabajando en tu zona de pruebas. Recuerda, se reinicia diariamente, por lo que tu trabajo actual no se guardará mañana.","Your Charts":"Tus gráficos","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Su Sandbox es un espacio para experimentar libremente con nuestras herramientas de diagrama de flujo, reiniciando cada día para comenzar de nuevo.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Tus gráficos son de solo lectura porque tu cuenta ya no está activa. Visita la página de tu <0>cuenta0> para obtener más información. Puedes <1>actualizar a Pro1> para recuperar el acceso de edición a tus gráficos.","Your subscription is <0>{statusDisplay}0>.":["Su suscripción es <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Zoom Out","or":"o"}'
+ '{"$3 / month":"$3 / mes","$30 / year":"$30 / año","1 Temporary Flowchart":"1 Diagrama de Flujo Temporal","16% Less":"16% menos","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Solo CSS personalizado0> está habilitado. Solo se aplicarán los ajustes de Diseño y Avanzados.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> es un proyecto de código abierto hecho por <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Iniciar sesión0> / <1>Registrarse1> con correo electrónico y contraseña","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Actualmente tiene una cuenta gratuita. <1/><2>Conozca nuestras características Pro y suscríbase en nuestra página de precios2>.0>","A new version of the app is available. Please reload to update.":"Una nueva versión de la aplicación está disponible. Por favor, recargue para actualizar.","AI Ready":"Listo para IA","About":"Acerca de","Account":"Cuenta","Advanced":"Avanzado","Amount":"Cantidad","An error occurred. Try resubmitting or email {0} directly.":["Se ha producido un error. Inténtalo de nuevo o envía un correo electrónico directamente a ",["0"],"."],"Appearance":"Apariencia","Arrow Size":"Tamaño de flecha","Attributes":"Atributos","August 2023":"Agosto 2023","Back":"Atrás","Back To Editor":"Volver al Editor","Background Color":"Color de fondo","Basic Flowchart":"Diagrama de Flujo Básico","Become a Github Sponsor":"Convierte en un Patrocinador de Github","Become a Pro User":"Convierte en un Usuario Pro","Begin Typing":"Comienza a escribir","Blog":"Blog","Book a Meeting":"Reserva una reunión","Border Color":"Color de borde","Border Width":"Ancho de borde","Bottom to Top":"De abajo a arriba","Breadthfirst":"Primero en amplitud","Cancel":"Cancelar","Cancel your subscription. Your hosted charts will become read-only.":"Cancele su suscripción. Sus gráficos alojados se convertirán en solo lectura.","Certain attributes can be used to customize the appearance or functionality of elements.":"Ciertos atributos se pueden usar para personalizar la apariencia o la funcionalidad de los elementos.","Change Email Address":"Cambiar dirección de correo electrónico","Changelog":"Registro de cambios","Charts":"Gráficos","Check out the guide:":"Echa un vistazo a la guía:","Check your email for a link to log in.<0/>You can close this window.":"Revise su correo electrónico para obtener un enlace para iniciar sesión. Puede cerrar esta ventana.","Choose":"Seleccionar","Choose Template":"Elige plantilla","Choose a Plan":"Elija un Plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Elija entre una variedad de formas de flecha para la fuente y el destino de un borde. Las formas incluyen triángulo, triángulo-camiseta, círculo-triángulo, triángulo-cruz, triángulo-curva posterior, vee, camiseta, cuadrado, círculo, diamante, chevron, ninguno.","Circle":"Círculo","Classes":"Clases","Clear":"Claridad","Clear text?":"¿Texto claro?","Clone":"Clon","Close":"Cerrar","Color":"Color","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Los colores incluyen rojo, naranja, amarillo, azul, morado, negro, blanco y gris.","Column":"Columna","Comment":"Comentario","Concentric":"Concéntrico","Confirm New Email":"Confirmar nuevo correo electrónico","Confirm your email address to sign in.":"Confirma tu dirección de correo electrónico para iniciar sesión.","Consider: Adding a Label":"Considere: Agregar una etiqueta","Containers":"Contenedores","Containers are nodes that contain other nodes. They are declared using curly braces.":"Los contenedores son nodos que contienen otros nodos. Se declaran usando llaves.","Continue":"Continuar","Convert to hosted chart?":"¿Convertir a gráfico hospedado?","Cookie Policy":"Política de cookies","Copy":"Copiar","Copy PNG Image":"Copiar imagen PNG","Copy SVG Code":"Copiar código SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copia tu código Excalidraw y pégalo en <0>excalidraw.com0> para editar. Esta característica es experimental y puede que no funcione con todos los diagramas. Si encuentras un error, <1>háganoslo saber1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copia tu código mermaid.js o abrilo directamente en el editor en vivo de mermaid.js.","Create":"Crear","Create Flowcharts using AI":"Crear diagramas de flujo con IA","Create Unlimited Flowcharts":"Crear diagramas de flujo ilimitados","Create a New Chart":"Crea un nuevo gráfico","Create unlimited diagrams for just $3/month!":"¡Cree diagramas ilimitados por solo $3 al mes!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"¡Crea diagramas de flujo ilimitados almacenados en la nube, accesibles desde cualquier lugar!","Create with AI":"Crear con IA","Creating an edge between two nodes is done by indenting the second node below the first":"Crear un borde entre dos nodos se realiza al sangrar el segundo nodo debajo del primero","Curve Style":"Estilo de Curva","Custom CSS":"CSS personalizado","Custom Sharing Options":"Opciones de compartición personalizadas","Customer Portal":"Portal del cliente","Dark":"Oscuro","Dark Mode":"Modo oscuro","Date":"Fecha","Direct from Data":"Directo desde los datos","Direction":"Dirección","Do you want to delete this?":"¿Quieres eliminar esto?","Document":"Documento","Don\'t lose your work!":"¡No pierdas tu trabajo!","Download":"Descargar","Download JPG":"Descargar JPG","Download PNG":"Descargar PNG","Download SVG":"Descargar SVG","Drag and drop a CSV file here, or click to select a file":"Arrastre y suelte un archivo CSV aquí o haga clic para seleccionar un archivo","Draw an edge from multiple nodes by beginning the line with a reference":"Dibuje un borde desde varios nodos comenzando la línea con una referencia","Drop the file here ...":"Suelta el archivo aquí ...","Edge ID, Classes, Attributes":"ID de borde, Clases, Atributos","Edge Label":"Etiqueta de borde","Edge Label Column":"Columna de etiqueta de borde","Edge Style":"Estilo de borde","Edge Text Size":"Tamaño de texto de borde","Edge missing indentation":"Falta de sangría de borde","Edges":"Bordes","Edges are declared in the same row as their source node":"Los bordes se declaran en la misma fila que su nodo de origen","Edges are declared in the same row as their target node":"Los bordes se declaran en la misma fila que su nodo de destino","Edges are declared in their own row":"Los bordes se declaran en su propia fila","Edges can also have ID\'s, classes, and attributes before the label":"Los bordes también pueden tener ID, clases y atributos antes de la etiqueta","Edges can be styled with dashed, dotted, or solid lines":"Los bordes se pueden estilizar con líneas discontinuas, punteadas o sólidas","Edges in Separate Rows":"Bordes en filas separadas","Edges in Source Node Row":"Bordes en la fila del nodo de origen","Edges in Target Node Row":"Bordes en la fila del nodo de destino","Editable":"Editable","Editor":"Editor","Email":"Correo electrónico","Empty":"Vacío","Enter a prompt or information you would like to create a chart from.":"Introduce una solicitud o información de la que desea crear un gráfico.","Enter your email address and we\'ll send you a magic link to sign in.":"Introduzca su dirección de correo electrónico y le enviaremos un enlace mágico para iniciar sesión.","Enter your email address below and we\'ll send you a link to reset your password.":"Ingresa tu dirección de correo electrónico a continuación y te enviaremos un enlace para restablecer tu contraseña.","Equal To":"Igual a","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experimente la eficiencia y seguridad de cargar archivos locales directamente en su diagrama de flujo, perfecto para administrar documentos relacionados con el trabajo sin conexión. Desbloquee esta función exclusiva Pro y más con Flowchart Fun Pro, disponible solo por $3/mes o $30/año.","Export":"Exportar","Export to PNG & JPG":"Exportar a PNG y JPG","Export to PNG, JPG, and SVG":"Exportar a PNG, JPG y SVG","Feedback":"Comentarios","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Siéntase libre de explorar y comuníquese con nosotros a través de la página de <0>Comentarios0> si tiene alguna preocupación.","Fixed Node Height":"Altura de Nodo Fija","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro le ofrece diagramas de flujo ilimitados, colaboradores ilimitados y almacenamiento ilimitado por solo $3/mes o $30/año.","Follow Us on Twitter":"Síguenos en Twitter","Font Family":"Familia de Fuentes","Forgot your password?":"¿Olvidaste tu contraseña?","Found a bug? Have a feature request? We would love to hear from you!":"¿Encontraste un error? ¿Tienes una solicitud de característica? ¡Nos encantaría escucharte!","Free":"Gratis","Fullscreen":"Pantalla completa","General":"General","Go back home":"Vuelve a casa","Go to the Editor":"Ir al editor","Go to your Sandbox":"Ve a tu Sandbox","Graph":"Gráfico","Grid":"Cuadrícula","Have complex questions or issues? We\'re here to help.":"¿Tiene preguntas o problemas complejos? Estamos aquí para ayudar.","Here are some Pro features you can now enjoy.":"Aquí hay algunas características Pro que ahora puedes disfrutar.","History":"Historia","Home":"Hogar","How are edges declared in this data?":"¿Cómo se declaran los bordes en estos datos?","How would you like to save your chart?":"¿Cómo te gustaría guardar tu gráfico?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Si una cuenta con ese correo electrónico existe, le hemos enviado un correo electrónico con instrucciones sobre cómo restablecer su contraseña.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Si disfruta usando <0>Flowchart Fun0>, considere apoyar el proyecto.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Si desea crear un borde, indente esta línea. Si no, escapar el dos puntos con una barra invertida <0>\\\\:0>","Images":"Imágenes","Import Data":"Importar datos","Import data from a CSV file.":"Importar datos de un archivo CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importar datos de cualquier archivo CSV y asignarlo a un nuevo diagrama de flujo. Esta es una excelente manera de importar datos de otras fuentes como Lucidchart, Google Sheets y Visio.","Import from CSV":"Importar desde CSV","Import from Lucidchart, Visio, and other CSV files.":"Importar desde Lucidchart, Visio y otros archivos CSV.","Import from Visio, Lucidchart, and CSV":"Importar desde Visio, Lucidchart y CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importa tu diagrama a Microsoft Visio usando uno de estos archivos CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"La importación de datos es una característica para profesionales. Puedes actualizar a Flowchart Fun Pro por solo $3/mes o $30/año.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Incluye un título usando un atributo <0>title0>. Para usar el color de Visio, agrega un atributo <1>roleType1> igual a uno de los siguientes:","Info":"Información","Is":"Es","Knowledge Graph":"Gráfico de conocimiento","Language":"Idioma","Layout":"Diseño","Layout Frozen":"Diseño Congelado","Leading References":"Referencias principales","Learn More":"Aprender más","Learn Syntax":"Aprender sintaxis","Learn about Flowchart Fun Pro":"Aprende sobre Flowchart Fun Pro","Left to Right":"De izquierda a derecha","Light":"Luz","Light Mode":"Modo de luz","Link":"Enlace","Load":"Cargar","Load Chart":"Cargar gráfico","Load File":"Cargar archivo","Load Files":"Cargar archivos","Load default content":"Cargar contenido predeterminado","Load from link?":"¿Cargar desde el enlace?","Load layout and styles":"Cargar diseño y estilos","Local File Support":"Soporte de archivos locales","Lock Zoom to Graph":"Bloquear Zoom al gráfico","Log In":"Iniciar sesión","Log Out":"Cerrar sesión","Log in to Save":"Inicia sesión para guardar","Make a One-Time Donation":"Realizar una donación única","Make publicly accessible":"Hacerlo accesible al público","Manage Billing":"Administrar facturación","Map Data":"Datos de mapa","Monthly":"Mensual","Multiple pointers on same line":"Múltiples punteros en la misma línea","Name Chart":"Nombre del gráfico","Name your chart":"Nombre su gráfico","New":"Nuevo","New Email":"Nuevo Correo Electrónico","Next charge":"Próximo cargo","No Edges":"Sin Bordes","No Watermarks!":"¡Sin marcas de agua!","No: Option B":"No: Opción B","Node Border Style":"Estilo de borde de nodo","Node Colors":"Colores de nodo","Node ID":"ID de nodo","Node ID, Classes, Attributes":"ID de nodo, clases, atributos","Node Label":"Etiqueta de nodo","Node Shape":"Forma de Nodo","Node Shapes":"Formas de nodo","Node and pointer on same line":"Nodo y puntero en la misma línea ","Nodes":"Nodos","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Los nodos se pueden estilizar con líneas discontinuas, punteadas o dobles. También se pueden eliminar los bordes con border_none.","Not Empty":"No vacío ","Now erase the text and try it yourself!":"¡Ahora borra el texto y pruebalo tú mismo!","Office Hours":"Horas de oficina ","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"De vez en cuando, el enlace mágico acabará en tu carpeta de spam. Si no lo ves después de unos minutos, busca allí o solicita un nuevo enlace. ","One on One Support":"Soporte uno a uno","One-on-One Support":"Soporte individual","Open Customer Portal":"Abrir portal de clientes","Or, you can <0>create a new subscription0>.":"O, puedes <0>crear una nueva suscripción0>.","Organization Chart":"Organigrama","Padding":"Relleno","Page not found":"Página no encontrada","Password":"Contraseña","Past Due":"Vencido","Permanent Charts are a Pro Feature":"Los gráficos permanentes son una característica Pro","Playbook":"Libreta de juegos","Pointer and container on same line":"Puntero y contenedor en la misma línea","Privacy Policy":"Política de privacidad","Process Diagram":"Diagrama de proceso","Processing Data":"Procesamiento de datos","Product is too expensive...":"El producto es demasiado caro...","Public":"Público","Random":"Aleatorio","Rapid Templates":"Plantillas rápidas","Read-only":"Sólo lectura","Reference by Class":"Referencia por clase","Reference by ID":"Referencia por ID","Reference by Label":"Referencia por etiqueta","References":"Referencias","References are used to create edges between nodes that are created elsewhere in the document":"Las referencias se utilizan para crear bordes entre los nodos creados en otro lugar del documento","Referencing a node by its exact label":"Referenciando un nodo por su etiqueta exacta","Referencing a node by its unique ID":"Referenciando un nodo por su ID único","Referencing multiple nodes with the same assigned class":"Referenciando múltiples nodos con la misma clase asignada","Refresh Page":"Refrescar la página","Reload to Update":"Recargar para actualizar","Rename":"Renombrar","Request Magic Link":"Solicitar enlace mágico","Request Password Reset":"Solicitar restablecimiento de contraseña","Reset":"Restablecer","Reset Password":"Restablecer la contraseña","Resume Subscription":"Reanudar la suscripción","Return":"Devolver","Right to Left":"De derecha a izquierda","Roadmap":"Hoja de ruta","Rotate Label":"Rotar etiqueta","Save":"Guardar","Save and load local files. Perfect for managing work-related documents offline.":"Guardar y cargar archivos locales. Perfecto para administrar documentos relacionados con el trabajo sin conexión.","Save time by creating flowcharts using AI.":"Ahorre tiempo creando diagramas de flujo usando IA.","Save to Cloud":"Guardar en la nube","Save to File":"Guardar en archivo","Save your Work":"Guarda tu trabajo","Set Content":"Establecer contenido","Set Fixed Node Height":"Establecer altura fija del nodo","Settings":"Configuración","Share":"Compartir","Sign In":"Iniciar sesión","Sign in with <0>GitHub0>":"Iniciar sesión con <0>GitHub0>","Sign in with <0>Google0>":"Iniciar sesión con <0>Google0>","Sorry! This page is only available in English.":"¡Lo sentimos! Esta página solo está disponible en inglés.","Source Arrow Shape":"Forma de flecha de origen","Source Column":"Columna de origen","Source Delimiter":"Delimitador de Origen","Source Distance From Node":"Distancia del origen al nodo","Source/Target Arrow Shape":"Forma de Flecha de Origen/Destino","Spacing":"Espaciado","Special Attributes":"Atributos Especiales","Start":"Comienzo","Start Over":"Empezar de nuevo","Status":"Estado","Store any data associated to a node":"Almacenar cualquier dato asociado a un nodo","Style Classes":"Clases de Estilo","Submit":"Enviar","Subscription":"Suscripción","Subscription Successful!":"¡Suscripción exitosa!","Subscription will end":"La suscripción finalizará","Target Arrow Shape":"Forma de flecha de destino","Target Column":"Columna objetivo","Target Delimiter":"Delimitador objetivo","Target Distance From Node":"Distancia objetivo desde el nodo","Templates":"Plantillas","Text Color":"Color del texto","Text Horizontal Offset":"Desplazamiento horizontal del texto","Text Leading":"Texto principal","Text Max Width":"Ancho máximo del texto","Text Vertical Offset":"Desplazamiento vertical del texto","Text followed by colon+space creates an edge with the text as the label":"El texto seguido de dos puntos y un espacio crea un borde con el texto como etiqueta","Text on a line creates a node with the text as the label":"El texto en una línea crea un nodo con el texto como etiqueta","Thank you for your feedback!":"¡Gracias por tu comentario!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"La mejor manera de cambiar los estilos es hacer clic derecho en un nodo o un borde y seleccionar el estilo deseado.","The column that contains the edge label(s)":"La columna que contiene la etiqueta(s) de borde","The column that contains the source node ID(s)":"La columna que contiene el ID(s) del nodo de origen","The column that contains the target node ID(s)":"La columna que contiene el ID(s) del nodo de destino","The delimiter used to separate multiple source nodes":"El delimitador utilizado para separar múltiples nodos de origen","The delimiter used to separate multiple target nodes":"El delimitador utilizado para separar múltiples nodos de destino","The possible shapes are:":"Las formas posibles son:","Theme":"Tema","Theme Editor":"Editor de temas","There are no edges in this data":"No hay bordes en estos datos","This action cannot be undone.":"Esta acción no se puede deshacer.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Esta característica solo está disponible para usuarios profesionales. <0>Conviértete en un usuario profesional0> para desbloquearla.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Esto puede tardar entre 30 segundos y 2 minutos dependiendo de la longitud de su entrada.","This will replace the current content.":"Esto reemplazará el contenido actual.","This will replace your current sandbox.":"Esto reemplazará su sandbox actual.","Tip":"Consejo","To fix this change one of the edge IDs":"Para solucionar esto cambia uno de los IDs de borde","To fix this change one of the node IDs":"Para solucionar esto cambia uno de los IDs de nodo","To fix this move one pointer to the next line":"Para solucionar esto mueve un puntero a la siguiente línea","To fix this move the pointer to the next line":"Para solucionar esto, mueva el puntero a la siguiente línea","To fix this start the container <0/> on a different line":"Para solucionar esto, inicie el contenedor <0/> en una línea diferente","To learn more about why we require you to log in, please read <0>this blog post0>.":"Para obtener más información sobre por qué requerimos que inicie sesión, lea <0>esta publicación de blog0>.","Top to Bottom":"De arriba a abajo","Transform Your Ideas into Professional Diagrams in Seconds":"Transforma tus ideas en diagramas profesionales en segundos","Try again":"Inténtalo de nuevo","Two edges have the same ID":"Dos bordes tienen el mismo ID","Two nodes have the same ID":"Dos nodos tienen el mismo ID","Unique text value to identify a node":"Valor de texto único para identificar un nodo","Unknown":"Desconocido","Unknown Parsing Error":"Error de análisis desconocido","Unlimited Flowcharts":"Diagramas de flujo ilimitados","Unlimited Permanent Flowcharts":"Flujo de gráficos permanentes ilimitados","Unpaid":"Impago","Update Email":"Actualizar correo electrónico","Upgrade to Pro":"Actualizar a Pro","Upload your File":"Subir tu archivo","Use AI":"Usar IA","Use Custom CSS Only":"Usar solo CSS personalizado","Use Default Content":"Usar contenido predeterminado","Use an ID to Connect":"Usa un ID para conectar","Use classes to group nodes":"Usar clases para agrupar nodos","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Utilice el atributo <0>href0> para establecer un enlace en un nodo que se abra en una nueva pestaña.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Utilice el atributo <0>src0> para establecer la imagen de un nodo. La imagen se escalará para ajustarse al nodo, por lo que es posible que deba ajustar el ancho y la altura del nodo para obtener el resultado deseado. Solo se admiten imágenes públicas (no bloqueadas por CORS).","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Utilice los atributos <0>w0> y <1>h1> para establecer explícitamente el ancho y la altura de un nodo.","Use the customer portal to change your billing information.":"Utilice el portal de clientes para cambiar su información de facturación.","Use these settings to adapt the look and behavior of your flowcharts":"Utilice estos ajustes para adaptar la apariencia y el comportamiento de sus diagramas de flujo","Use this file for org charts, hierarchies, and other organizational structures.":"Utilice este archivo para diagramas de organización, jerarquías y otras estructuras organizativas.","Use this file for sequences, processes, and workflows.":"Utilice este archivo para secuencias, procesos y flujos de trabajo.","User":"Usuario ","View on Github":"Ver en Github ","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"¿Quieres guardar tus flujogramas? Actualiza a nuestra cuenta Pro por solo $3/mes. Con Pro, puedes guardar flujogramas ilimitados y nunca perder tu creatividad.","Watermarks":"Marcas de agua","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Lamentamos saber que está considerando cancelar su suscripción. Por favor, háganos saber por qué está cancelando para que podamos mejorar nuestro servicio. ¡Gracias!","What\'s this?":"¿Qué es esto?","Width":"Ancho","Width and Height":"Ancho y Alto","Work with Local Files":"Trabaje con archivos locales.","Would you like to continue?":"¿Te gustaría continuar?","Yearly":"Anualmente","Yes: Option A":"Sí: Opción A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Estás a punto de agregar ",["numNodes"]," nodos y ",["numEdges"]," bordes a tu gráfico."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Puede crear diagramas de flujo ilimitados y permanentes con <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Debes <0>iniciar sesión0> antes de poder actualizar a Pro.","You need to log in to access this page.":"Necesitas iniciar sesión para acceder a esta página.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"¡Ya eres un usuario Pro!<0/>¿Tienes preguntas o solicitudes de características? <1>Háganos saber1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Actualmente estás trabajando en tu zona de pruebas. Recuerda, se reinicia diariamente, por lo que tu trabajo actual no se guardará mañana.","Your Charts":"Tus gráficos","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Su Sandbox es un espacio para experimentar libremente con nuestras herramientas de diagrama de flujo, reiniciando cada día para comenzar de nuevo.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Tus gráficos son de solo lectura porque tu cuenta ya no está activa. Visita la página de tu <0>cuenta0> para obtener más información. Puedes <1>actualizar a Pro1> para recuperar el acceso de edición a tus gráficos.","Your subscription is <0>{statusDisplay}0>.":["Su suscripción es <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Zoom Out","or":"o"}'
),
};
diff --git a/app/src/locales/es/messages.po b/app/src/locales/es/messages.po
index cf75433fb..628f91c7d 100644
--- a/app/src/locales/es/messages.po
+++ b/app/src/locales/es/messages.po
@@ -107,7 +107,7 @@ msgstr "Volver al Editor"
msgid "Background Color"
msgstr "Color de fondo"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "Diagrama de Flujo Básico"
@@ -185,6 +185,10 @@ msgstr "Registro de cambios"
msgid "Charts"
msgstr "Gráficos"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "Echa un vistazo a la guía:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "Revise su correo electrónico para obtener un enlace para iniciar sesión. Puede cerrar esta ventana."
@@ -297,7 +301,7 @@ msgstr "Copiar imagen PNG"
msgid "Copy SVG Code"
msgstr "Copiar código SVG"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Copia tu código Excalidraw y pégalo en <0>excalidraw.com0> para editar. Esta característica es experimental y puede que no funcione con todos los diagramas. Si encuentras un error, <1>háganoslo saber1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "¡No pierdas tu trabajo!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "Descargar"
@@ -678,7 +682,7 @@ msgstr "Importar desde Lucidchart, Visio y otros archivos CSV."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Importar desde Visio, Lucidchart y CSV"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "Importa tu diagrama a Microsoft Visio usando uno de estos archivos CSV."
@@ -686,7 +690,7 @@ msgstr "Importa tu diagrama a Microsoft Visio usando uno de estos archivos CSV."
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "La importación de datos es una característica para profesionales. Puedes actualizar a Flowchart Fun Pro por solo $3/mes o $30/año."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "Incluye un título usando un atributo <0>title0>. Para usar el color de Visio, agrega un atributo <1>roleType1> igual a uno de los siguientes:"
@@ -806,7 +810,7 @@ msgstr "Inicia sesión para guardar"
msgid "Make a One-Time Donation"
msgstr "Realizar una donación única"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "Hacerlo accesible al público"
@@ -936,7 +940,7 @@ msgstr "Abrir portal de clientes"
msgid "Or, you can <0>create a new subscription0>."
msgstr "O, puedes <0>crear una nueva suscripción0>."
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "Organigrama"
@@ -988,8 +992,8 @@ msgstr "Procesamiento de datos"
msgid "Product is too expensive..."
msgstr "El producto es demasiado caro..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "Público"
@@ -1345,7 +1349,7 @@ msgstr "Esto reemplazará el contenido actual."
msgid "This will replace your current sandbox."
msgstr "Esto reemplazará su sandbox actual."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "Consejo"
@@ -1471,11 +1475,11 @@ msgstr "Utilice el portal de clientes para cambiar su información de facturaci
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "Utilice estos ajustes para adaptar la apariencia y el comportamiento de sus diagramas de flujo"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "Utilice este archivo para diagramas de organización, jerarquías y otras estructuras organizativas."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "Utilice este archivo para secuencias, procesos y flujos de trabajo."
diff --git a/app/src/locales/fr/messages.js b/app/src/locales/fr/messages.js
index ce4138865..486346255 100644
--- a/app/src/locales/fr/messages.js
+++ b/app/src/locales/fr/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"3 $ / mois","$30 / year":"30 $ / an","1 Temporary Flowchart":"1 Organigramme temporaire","16% Less":"16 % de moins","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Seul le CSS personnalisé0> est activé. Seuls les paramètres de mise en page et avancés seront appliqués.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> est un projet open source réalisé par <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Se connecter0> / <1>S\'inscrire1> avec email et mot de passe","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Vous avez actuellement un compte gratuit.<1/><2>Apprenez-en plus sur nos fonctionnalités Pro et abonnez-vous sur notre page tarifaire2>.0>","A new version of the app is available. Please reload to update.":"Une nouvelle version de l\'application est disponible. Veuillez recharger pour mettre à jour.","AI Ready":"IA prêt","About":"À propos","Account":"Compte","Advanced":"Avancé ","Amount":"Montant","An error occurred. Try resubmitting or email {0} directly.":["Une erreur s\'est produite. Essayez de l\'envoyer à nouveau ou bien envoyez un e-mail à l\'adresse ",["0"],"."],"Appearance":"Thème","Arrow Size":"Taille de la flèche","Attributes":"Attributs","August 2023":"Août 2023","Back":"Retour","Back To Editor":"Retour à l\'éditeur","Background Color":"Couleur de fond","Basic Flowchart":"Diagramme de flux de base","Become a Github Sponsor":"Devenez un sponsor Github","Become a Pro User":"Devenez un utilisateur Pro","Begin Typing":"Commencez à taper","Blog":"Blog","Book a Meeting":"Réserver une réunion","Border Color":"Couleur de bordure","Border Width":"Largeur de bordure","Bottom to Top":"De bas en haut","Breadthfirst":"Parcours en largeur","Cancel":"Annuler","Cancel your subscription. Your hosted charts will become read-only.":"Résilier votre abonnement. Vos graphiques hébergés seront en lecture seule.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certains attributs peuvent être utilisés pour personnaliser l\'apparence ou la fonctionnalité des éléments.","Change Email Address":"Changer l\'adresse email","Changelog":"Journal des modifications","Charts":"Graphiques","Check your email for a link to log in.<0/>You can close this window.":"Vérifiez votre e-mail pour un lien de connexion. Vous pouvez fermer cette fenêtre.","Choose":"Choisir","Choose Template":"Choisir un modèle","Choose a Plan":"Choisissez un plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Choisissez parmi une variété de formes de flèches pour la source et la cible d\'un bord. Les formes incluent triangle, triangle-tee, cercle-triangle, triangle-croix, triangle-backcurve, vee, tee, carré, cercle, diamant, chevron, aucun.","Circle":"Cercle","Classes":"Classes","Clear":"Effacer","Clear text?":"Effacer le texte?","Clone":"Cloner","Close":"Fermer","Color":"Couleur","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Les couleurs incluent le rouge, l\'orange, le jaune, le bleu, le pourpre, le noir, le blanc et le gris.","Column":"Colonne","Comment":"Commenter","Concentric":"Concentrique","Confirm New Email":"Confirmer le nouveau Email","Confirm your email address to sign in.":"Confirmez votre adresse e-mail pour vous connecter.","Consider: Adding a Label":"Considérez : Ajouter une étiquette","Containers":"Conteneurs","Containers are nodes that contain other nodes. They are declared using curly braces.":"Les conteneurs sont des nœuds qui contiennent d\'autres nœuds. Ils sont déclarés à l\'aide de accolades.","Continue":"Continuer","Convert to hosted chart?":"Convertir en graphique hébergé ?","Cookie Policy":"Politique de cookies","Copy":"Copier","Copy PNG Image":"Copier l\'image PNG","Copy SVG Code":"Copier le code SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copiez votre code Excalidraw et collez-le sur <0>excalidraw.com0> pour le modifier. Cette fonctionnalité est expérimentale et peut ne pas fonctionner avec tous les diagrammes. Si vous trouvez un bug, <1>faites-le nous savoir1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copiez votre code mermaid.js ou ouvrez-le directement dans l\'éditeur en direct mermaid.js.","Create":"Créer","Create Flowcharts using AI":"Créer des organigrammes à l\'aide de l\'IA","Create Unlimited Flowcharts":"Créer des diagrammes illimités","Create a New Chart":"Créer un nouveau graphique","Create unlimited diagrams for just $3/month!":"Créez des diagrammes illimités pour seulement 3 $ par mois !","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Créez des diagrammes de flux illimités stockés dans le cloud, accessibles partout !","Create with AI":"Créer avec l\'intelligence artificielle","Creating an edge between two nodes is done by indenting the second node below the first":"Créer une arête entre deux nœuds est fait en indentant le second nœud sous le premier","Curve Style":"Style de courbe","Custom CSS":"CSS personnalisé","Custom Sharing Options":"Options de partage personnalisées","Customer Portal":"Portail Clients","Dark":"Sombre","Dark Mode":"Mode sombre","Date":"Date","Direct from Data":"Directement à partir des données","Direction":"Direction","Do you want to delete this?":"Souhaitez-vous supprimer ceci ?","Document":"Document","Don\'t lose your work!":"Ne perdez pas votre travail !","Download":"Télécharger","Download JPG":"Télécharger JPG","Download PNG":"Télécharger PNG","Download SVG":"Télécharger SVG","Drag and drop a CSV file here, or click to select a file":"Glissez-déposez un fichier CSV ici, ou cliquez pour sélectionner un fichier","Draw an edge from multiple nodes by beginning the line with a reference":"Dessinez une arête à partir de plusieurs nœuds en commençant la ligne par une référence","Drop the file here ...":"Déposez le fichier ici ...","Edge ID, Classes, Attributes":"ID Edge, Classes, Attributs","Edge Label":"Étiquette Edge","Edge Label Column":"Colonne d\'étiquette Edge","Edge Style":"Style Edge","Edge Text Size":"Taille du texte de bord","Edge missing indentation":"Indentation manquante du bord","Edges":"Bords","Edges are declared in the same row as their source node":"Les bords sont déclarés dans la même ligne que leur nœud source","Edges are declared in the same row as their target node":"Les bords sont déclarés dans la même ligne que leur nœud cible","Edges are declared in their own row":"Les bords sont déclarés dans leur propre ligne","Edges can also have ID\'s, classes, and attributes before the label":"Les bords peuvent également avoir des ID, des classes et des attributs avant l\'étiquette","Edges can be styled with dashed, dotted, or solid lines":"Les bords peuvent être stylisés avec des lignes en pointillés, en pointillés ou en lignes continues","Edges in Separate Rows":"Bordures en Rangs Séparés","Edges in Source Node Row":"Bordures dans la Ligne du Nœud Source","Edges in Target Node Row":"Bordures dans la Ligne du Nœud Cible","Editable":"Modifiable","Editor":"Éditeur","Email":"E-mail","Empty":"Vide","Enter a prompt or information you would like to create a chart from.":"Entrez une invite ou des informations que vous souhaitez utiliser pour créer un graphique.","Enter your email address and we\'ll send you a magic link to sign in.":"Entrez votre adresse e-mail et nous vous enverrons un lien magique pour vous connecter.","Enter your email address below and we\'ll send you a link to reset your password.":"Entrez votre adresse e-mail ci-dessous et nous vous enverrons un lien pour réinitialiser votre mot de passe.","Equal To":"Égal à","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Expérimentez l\'efficacité et la sécurité du chargement de fichiers locaux directement dans votre organigramme, parfait pour gérer les documents liés au travail hors ligne. Débloquez cette fonctionnalité exclusive Pro et plus encore avec Flowchart Fun Pro, disponible pour seulement 3 $ / mois ou 30 $ / an.","Export":"Exporter","Export to PNG & JPG":"Exporter en PNG et JPG","Export to PNG, JPG, and SVG":"Exporter en PNG, JPG et SVG","Feedback":"Commentaire","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"N\'hésitez pas à explorer et à nous contacter via la page <0>Commentaires0> si vous avez des inquiétudes.","Fixed Node Height":"Hauteur de nœud fixe","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro vous offre des diagrammes illimités, des collaborateurs illimités et un stockage illimité pour seulement 3 $ / mois ou 30 $ / an.","Follow Us on Twitter":"Suivez-nous sur Twitter","Font Family":"Famille de polices","Forgot your password?":"Mot de passe oublié ?","Found a bug? Have a feature request? We would love to hear from you!":"Vous avez trouvé un bug ? Vous souhaitez faire une demande de fonctionnalité ? Nous aimerions beaucoup vous entendre !","Free":"Gratuit ","Fullscreen":"Plein écran","General":"Général ","Go back home":"Retournez à la maison","Go to the Editor":"Aller à l\'éditeur","Go to your Sandbox":"Allez à votre bac à sable","Graph":"Graphique","Grid":"Quadrillage","Have complex questions or issues? We\'re here to help.":"Des questions ou des problèmes complexes ? Nous sommes là pour vous aider. ","Here are some Pro features you can now enjoy.":"Voici quelques fonctionnalités Pro dont vous pouvez maintenant profiter.","History":"Historique","Home":"Accueil","How are edges declared in this data?":"Comment les bords sont-ils déclarés dans ces données?","How would you like to save your chart?":"Comment souhaitez-vous enregistrer votre graphique?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Si un compte avec cet e-mail existe, nous vous avons envoyé un e-mail avec des instructions sur la façon de réinitialiser votre mot de passe.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Si vous appréciez l\'utilisation de <0>Flowchart Fun0>, veuillez envisager de soutenir le projet","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Si vous souhaitez créer un bord, faites une indentation de cette ligne. Sinon, échappez le deux-points avec une barre oblique <0>\\\\:0>","Images":"Images","Import Data":"Importer des données","Import data from a CSV file.":"Importer des données à partir d\'un fichier CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importer des données à partir de n\'importe quel fichier CSV et les mapper à un nouveau diagramme. C\'est une excellente façon d\'importer des données à partir d\'autres sources telles que Lucidchart, Google Sheets et Visio.","Import from CSV":"Importer depuis CSV","Import from Lucidchart, Visio, and other CSV files.":"Importer à partir de Lucidchart, Visio et autres fichiers CSV.","Import from Visio, Lucidchart, and CSV":"Importer à partir de Visio, Lucidchart et CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importez votre diagramme dans Microsoft Visio à l\'aide de l\'un de ces fichiers CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"L\'importation de données est une fonctionnalité professionnelle. Vous pouvez passer à Flowchart Fun Pro pour seulement 3 $/mois ou 30 $/an.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Incluez un titre en utilisant un attribut <0>title0>. Pour utiliser la coloration Visio, ajoutez un attribut <1>roleType1> égal à l\'un des éléments suivants:","Info":"Info","Is":"Est","Knowledge Graph":"Graphique des connaissances","Language":"Langue","Layout":"Disposition ","Layout Frozen":"Mise en page gelée","Leading References":"Principales références","Learn More":"En savoir plus","Learn Syntax":"Apprendre la syntaxe","Learn about Flowchart Fun Pro":"En savoir plus sur Flowchart Fun Pro","Left to Right":"De gauche à droite","Light":"Lumineux","Light Mode":"Mode lumineux","Link":"Lien","Load":"Charger","Load Chart":"Charger le graphique","Load File":"Charger le fichier","Load Files":"Charger des fichiers","Load default content":"Charger le contenu par défaut","Load from link?":"Charger à partir du lien?","Load layout and styles":"Charger la mise en page et les styles","Local File Support":"Support de fichier local","Lock Zoom to Graph":"Verrouiller le Zoom sur le Graphique","Log In":"Connexion","Log Out":"Déconnexion","Log in to Save":"Connectez-vous pour enregistrer","Make a One-Time Donation":"Faites un don unique","Make publicly accessible":"Rendre accessible au public","Manage Billing":"Gérer la facturation","Map Data":"Cartographier les données","Monthly":"Mensuel","Multiple pointers on same line":"Plusieurs pointeurs sur la même ligne","Name Chart":"Nommer le graphique","Name your chart":"Nommez votre graphique","New":"Nouveau","New Email":"Nouveau courriel","Next charge":"Prochain paiement","No Edges":"Pas de bords","No Watermarks!":"Pas de filigranes !","No: Option B":"Non : Option B","Node Border Style":"Style de bordure de nœud","Node Colors":"Couleurs de nœud","Node ID":"Identifiant de nœud","Node ID, Classes, Attributes":"Identifiant de nœud, classes, attributs","Node Label":"Étiquette de nœud","Node Shape":"Forme de nœud","Node Shapes":"Formes de nœud","Node and pointer on same line":"Nœud et pointeur sur la même ligne","Nodes":"Nœuds","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Les nœuds peuvent être stylisés avec des traits, des points ou des doubles. Les bordures peuvent également être supprimées avec border_none.","Not Empty":"Pas vide","Now erase the text and try it yourself!":"Maintenant, effacez le texte et essayez par vous-même !","Office Hours":"Heures de travail","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":" temps en temps, le lien magique finira par atterrir dans votre dossier de pourriel. Si vous ne le voyez pas après quelques minutes, vérifiez-y ou demandez un nouveau lien.","One on One Support":"Un à un support","One-on-One Support":"Assistance individuelle","Open Customer Portal":"Ouvrir le portail client","Or, you can <0>create a new subscription0>.":"Ou, vous pouvez <0>créer une nouvelle souscription0>.","Organization Chart":"Organigramme","Padding":"Rembourrage","Page not found":"Page non trouvée","Password":"Mot de passe ","Past Due":"En retard","Permanent Charts are a Pro Feature":"Les diagrammes permanents sont une fonctionnalité Pro","Playbook":"Livre-jeu","Pointer and container on same line":"Pointeur et conteneur sur la même ligne","Privacy Policy":"Politique de confidentialité","Process Diagram":"Diagramme de processus","Processing Data":"Traitement des données","Product is too expensive...":"Le produit est trop cher...","Public":"Public","Random":"Aléatoire","Rapid Templates":"Modèles rapides","Read-only":"Lecture seulement","Reference by Class":"Référence par classe","Reference by ID":"Référence par ID","Reference by Label":"Référence par étiquette","References":"Références","References are used to create edges between nodes that are created elsewhere in the document":"Les références sont utilisées pour créer des arêtes entre les nœuds créés ailleurs dans le document","Referencing a node by its exact label":"Référencer un nœud par sa étiquette exacte","Referencing a node by its unique ID":"Référencer un nœud par son ID unique","Referencing multiple nodes with the same assigned class":"Référencement de multiples nœuds avec la même classe assignée","Refresh Page":"Rafraîchir la page","Reload to Update":"Recharger pour mettre à jour","Rename":"Renommer","Request Magic Link":"Demandez un lien magique","Request Password Reset":"Demandez une réinitialisation du mot de passe ","Reset":"Réinitialiser","Reset Password":"Réinitialiser le mot de passe","Resume Subscription":"Reprendre l\'abonnement","Return":"Retour","Right to Left":"De droite à gauche","Roadmap":"Roadmap","Rotate Label":"Faire pivoter l\'étiquette","Save":"Sauver","Save and load local files. Perfect for managing work-related documents offline.":"Enregistrez et chargez des fichiers locaux. Parfait pour gérer les documents liés au travail hors ligne.","Save time by creating flowcharts using AI.":"Économisez du temps en créant des diagrammes de flux à l\'aide de l\'IA.","Save to Cloud":"Enregistrer dans le Cloud","Save to File":"Enregistrer dans un fichier","Save your Work":"Enregistrer votre travail","Set Content":"Définir le contenu","Set Fixed Node Height":"Définir une hauteur de nœud fixe","Settings":"Paramètres","Share":"Partager","Sign In":"Se connecter ","Sign in with <0>GitHub0>":"Se connecter avec <0>GitHub0>","Sign in with <0>Google0>":"Se connecter avec <0>Google0>","Sorry! This page is only available in English.":"Désolé ! Cette page n\'est disponible qu\'en anglais.","Source Arrow Shape":"Forme de la flèche source","Source Column":"Colonne source","Source Delimiter":"Délimiteur source","Source Distance From Node":"Distance de la source du nœud","Source/Target Arrow Shape":"Forme de flèche source / cible","Spacing":"Espacement","Special Attributes":"Attributs spéciaux","Start":"Début","Start Over":"Recommencer","Status":"État","Store any data associated to a node":"Stocker toutes les données associées à un nœud","Style Classes":"Classes de style","Submit":"Soumettre","Subscription":"Abonnement","Subscription Successful!":"Abonnement réussi !","Subscription will end":"L\'abonnement prendra fin","Target Arrow Shape":"Forme de la flèche cible","Target Column":"Colonne cible","Target Delimiter":"Délimiteur cible","Target Distance From Node":"Distance cible du nœud","Templates":"Modèles","Text Color":"Couleur du texte","Text Horizontal Offset":"Décalage horizontal du texte","Text Leading":"Texte principal","Text Max Width":"Largeur maximale du texte","Text Vertical Offset":"Décalage vertical du texte","Text followed by colon+space creates an edge with the text as the label":"Texte suivi d\'un deux-points + espace crée un bord avec le texte comme étiquette","Text on a line creates a node with the text as the label":"Texte sur une ligne crée un nœud avec le texte comme étiquette","Thank you for your feedback!":"Merci pour votre commentaire !","The best way to change styles is to right-click on a node or an edge and select the style you want.":"La meilleure façon de changer les styles est de cliquer avec le bouton droit sur un nœud ou une arête et de sélectionner le style souhaité.","The column that contains the edge label(s)":"La colonne qui contient les étiquettes de bord","The column that contains the source node ID(s)":"La colonne qui contient les ID de nœud source","The column that contains the target node ID(s)":"La colonne qui contient les ID de nœud cible","The delimiter used to separate multiple source nodes":"Le délimiteur utilisé pour séparer plusieurs nœuds source","The delimiter used to separate multiple target nodes":"Le délimiteur utilisé pour séparer plusieurs nœuds cibles","The possible shapes are:":"Les formes possibles sont :","Theme":"Thème","Theme Editor":"Éditeur de thème","There are no edges in this data":"Il n\'y a pas d\'arêtes dans ces données","This action cannot be undone.":"Cette action ne peut pas être annulée.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Cette fonctionnalité est uniquement disponible pour les utilisateurs pro. <0>Devenez un utilisateur pro0> pour la débloquer.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Cela peut prendre entre 30 secondes et 2 minutes en fonction de la longueur de votre entrée.","This will replace the current content.":"Cela remplacera le contenu actuel.","This will replace your current sandbox.":"Cela remplacera votre bac à sable actuel.","Tip":"Astuce","To fix this change one of the edge IDs":"Pour corriger cela, changez l\'un des ID de bord","To fix this change one of the node IDs":"Pour corriger ceci, changez l\'un des ID de nœud","To fix this move one pointer to the next line":"Pour corriger ceci, déplacez un pointeur vers la ligne suivante","To fix this move the pointer to the next line":"Pour corriger ceci, déplacez le pointeur vers la ligne suivante","To fix this start the container <0/> on a different line":"Pour corriger cela, commencez le conteneur <0/> sur une ligne différente.","To learn more about why we require you to log in, please read <0>this blog post0>.":"Pour en savoir plus sur la raison pour laquelle nous vous demandons de vous connecter, veuillez lire <0>ce message de blog0>.","Top to Bottom":"De haut en bas","Transform Your Ideas into Professional Diagrams in Seconds":"Transformez vos idées en diagrammes professionnels en quelques secondes","Try again":"Réessayer","Two edges have the same ID":"Deux arêtes ont le même ID","Two nodes have the same ID":"Deux nœuds ont le même ID","Unique text value to identify a node":"Valeur de texte unique pour identifier un nœud","Unknown":"Inconnu","Unknown Parsing Error":"Erreur d\'analyse inconnue","Unlimited Flowcharts":"Diagrammes illimités","Unlimited Permanent Flowcharts":"Flux de diagrammes permanents illimités","Unpaid":"Impayé","Update Email":"Mettre à jour l\'e-mail","Upgrade to Pro":"Mettez à niveau vers Pro","Upload your File":"Téléchargez votre fichier","Use AI":"Utiliser l\'intelligence artificielle","Use Custom CSS Only":"Utiliser uniquement du CSS personnalisé","Use Default Content":"Utiliser le contenu par défaut","Use an ID to Connect":"Utilisez un ID pour vous connecter","Use classes to group nodes":"Utilisez des classes pour regrouper les nœuds","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Utilisez l\'attribut <0>href0> pour créer un lien sur un nœud qui s\'ouvre dans un nouvel onglet.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Utilisez l\'attribut <0>src0> pour définir l\'image d\'un nœud. L\'image sera mise à l\'échelle pour s\'adapter au nœud, vous devrez donc peut-être ajuster la largeur et la hauteur du nœud pour obtenir le résultat souhaité. Seules les images publiques (non bloquées par CORS) sont prises en charge.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Utilisez les attributs <0>w0> et <1>h1> pour définir explicitement la largeur et la hauteur d\'un nœud.","Use the customer portal to change your billing information.":"Utilisez le portail client pour modifier vos informations de facturation.","Use these settings to adapt the look and behavior of your flowcharts":"Utilisez ces paramètres pour adapter l\'apparence et le comportement de vos diagrammes de flux","Use this file for org charts, hierarchies, and other organizational structures.":"Utilisez ce fichier pour les organigrammes, les hiérarchies et autres structures organisationnelles.","Use this file for sequences, processes, and workflows.":"Utilisez ce fichier pour les séquences, les processus et les workflows.","User":"Utilisateur","View on Github":"Voir sur Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Voulez-vous conserver vos diagrammes ? Mettez à niveau votre compte Pro pour seulement 3 $ par mois. Avec Pro, vous pouvez enregistrer des diagrammes illimités et ne jamais perdre votre créativité.","Watermarks":"Filigranes","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Nous sommes désolés d\'apprendre que vous envisagez d\'annuler votre abonnement. Veuillez nous indiquer pourquoi vous annulez afin que nous puissions améliorer notre service. Merci !","What\'s this?":"Qu\'est-ce que c\'est?","Width":"Largeur","Width and Height":"Largeur et hauteur","Work with Local Files":"Travaillez avec des fichiers locaux.","Would you like to continue?":"Voulez-vous continuer ?","Yearly":"Annuellement","Yes: Option A":"Oui : Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Vous êtes sur le point d\'ajouter ",["numNodes"]," nœuds et ",["numEdges"]," arêtes à votre graphe."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Vous pouvez créer des diagrammes de flux illimités et permanents avec <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Vous devez <0>vous connecter0> avant de pouvoir passer à Pro.","You need to log in to access this page.":"Vous devez vous connecter pour accéder à cette page.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Vous êtes déjà un utilisateur Pro !<0/>Avez-vous des questions ou des demandes de fonctionnalités ? <1>Faites-nous le savoir1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Vous travaillez actuellement dans votre bac à sable. Rappelez-vous, il se réinitialise chaque jour, donc votre travail actuel ne sera pas sauvegardé demain.","Your Charts":"Vos diagrammes","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Votre bac à sable est un espace pour expérimenter librement avec nos outils de diagramme, se réinitialisant chaque jour pour un nouveau départ.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Vos graphiques sont en lecture seule car votre compte n\'est plus actif. Visitez votre page <0>compte0> pour en savoir plus. Vous pouvez <1>passer à la version pro1> pour récupérer l\'accès à l\'édition de vos graphiques.","Your subscription is <0>{statusDisplay}0>.":["Votre abonnement est <0>",["statusDisplay"],"0>."],"Zoom In":"Zoomer","Zoom Out":"Zoomer vers l\'extérieur","or":"ou"}'
+ '{"$3 / month":"3 $ / mois","$30 / year":"30 $ / an","1 Temporary Flowchart":"1 Organigramme temporaire","16% Less":"16 % de moins","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Seul le CSS personnalisé0> est activé. Seuls les paramètres de mise en page et avancés seront appliqués.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> est un projet open source réalisé par <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Se connecter0> / <1>S\'inscrire1> avec email et mot de passe","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Vous avez actuellement un compte gratuit.<1/><2>Apprenez-en plus sur nos fonctionnalités Pro et abonnez-vous sur notre page tarifaire2>.0>","A new version of the app is available. Please reload to update.":"Une nouvelle version de l\'application est disponible. Veuillez recharger pour mettre à jour.","AI Ready":"IA prêt","About":"À propos","Account":"Compte","Advanced":"Avancé ","Amount":"Montant","An error occurred. Try resubmitting or email {0} directly.":["Une erreur s\'est produite. Essayez de l\'envoyer à nouveau ou bien envoyez un e-mail à l\'adresse ",["0"],"."],"Appearance":"Thème","Arrow Size":"Taille de la flèche","Attributes":"Attributs","August 2023":"Août 2023","Back":"Retour","Back To Editor":"Retour à l\'éditeur","Background Color":"Couleur de fond","Basic Flowchart":"Diagramme de flux de base","Become a Github Sponsor":"Devenez un sponsor Github","Become a Pro User":"Devenez un utilisateur Pro","Begin Typing":"Commencez à taper","Blog":"Blog","Book a Meeting":"Réserver une réunion","Border Color":"Couleur de bordure","Border Width":"Largeur de bordure","Bottom to Top":"De bas en haut","Breadthfirst":"Parcours en largeur","Cancel":"Annuler","Cancel your subscription. Your hosted charts will become read-only.":"Résilier votre abonnement. Vos graphiques hébergés seront en lecture seule.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certains attributs peuvent être utilisés pour personnaliser l\'apparence ou la fonctionnalité des éléments.","Change Email Address":"Changer l\'adresse email","Changelog":"Journal des modifications","Charts":"Graphiques","Check out the guide:":"Vérifiez le guide :","Check your email for a link to log in.<0/>You can close this window.":"Vérifiez votre e-mail pour un lien de connexion. Vous pouvez fermer cette fenêtre.","Choose":"Choisir","Choose Template":"Choisir un modèle","Choose a Plan":"Choisissez un plan","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Choisissez parmi une variété de formes de flèches pour la source et la cible d\'un bord. Les formes incluent triangle, triangle-tee, cercle-triangle, triangle-croix, triangle-backcurve, vee, tee, carré, cercle, diamant, chevron, aucun.","Circle":"Cercle","Classes":"Classes","Clear":"Effacer","Clear text?":"Effacer le texte?","Clone":"Cloner","Close":"Fermer","Color":"Couleur","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"Les couleurs incluent le rouge, l\'orange, le jaune, le bleu, le pourpre, le noir, le blanc et le gris.","Column":"Colonne","Comment":"Commenter","Concentric":"Concentrique","Confirm New Email":"Confirmer le nouveau Email","Confirm your email address to sign in.":"Confirmez votre adresse e-mail pour vous connecter.","Consider: Adding a Label":"Considérez : Ajouter une étiquette","Containers":"Conteneurs","Containers are nodes that contain other nodes. They are declared using curly braces.":"Les conteneurs sont des nœuds qui contiennent d\'autres nœuds. Ils sont déclarés à l\'aide de accolades.","Continue":"Continuer","Convert to hosted chart?":"Convertir en graphique hébergé ?","Cookie Policy":"Politique de cookies","Copy":"Copier","Copy PNG Image":"Copier l\'image PNG","Copy SVG Code":"Copier le code SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copiez votre code Excalidraw et collez-le sur <0>excalidraw.com0> pour le modifier. Cette fonctionnalité est expérimentale et peut ne pas fonctionner avec tous les diagrammes. Si vous trouvez un bug, <1>faites-le nous savoir1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copiez votre code mermaid.js ou ouvrez-le directement dans l\'éditeur en direct mermaid.js.","Create":"Créer","Create Flowcharts using AI":"Créer des organigrammes à l\'aide de l\'IA","Create Unlimited Flowcharts":"Créer des diagrammes illimités","Create a New Chart":"Créer un nouveau graphique","Create unlimited diagrams for just $3/month!":"Créez des diagrammes illimités pour seulement 3 $ par mois !","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Créez des diagrammes de flux illimités stockés dans le cloud, accessibles partout !","Create with AI":"Créer avec l\'intelligence artificielle","Creating an edge between two nodes is done by indenting the second node below the first":"Créer une arête entre deux nœuds est fait en indentant le second nœud sous le premier","Curve Style":"Style de courbe","Custom CSS":"CSS personnalisé","Custom Sharing Options":"Options de partage personnalisées","Customer Portal":"Portail Clients","Dark":"Sombre","Dark Mode":"Mode sombre","Date":"Date","Direct from Data":"Directement à partir des données","Direction":"Direction","Do you want to delete this?":"Souhaitez-vous supprimer ceci ?","Document":"Document","Don\'t lose your work!":"Ne perdez pas votre travail !","Download":"Télécharger","Download JPG":"Télécharger JPG","Download PNG":"Télécharger PNG","Download SVG":"Télécharger SVG","Drag and drop a CSV file here, or click to select a file":"Glissez-déposez un fichier CSV ici, ou cliquez pour sélectionner un fichier","Draw an edge from multiple nodes by beginning the line with a reference":"Dessinez une arête à partir de plusieurs nœuds en commençant la ligne par une référence","Drop the file here ...":"Déposez le fichier ici ...","Edge ID, Classes, Attributes":"ID Edge, Classes, Attributs","Edge Label":"Étiquette Edge","Edge Label Column":"Colonne d\'étiquette Edge","Edge Style":"Style Edge","Edge Text Size":"Taille du texte de bord","Edge missing indentation":"Indentation manquante du bord","Edges":"Bords","Edges are declared in the same row as their source node":"Les bords sont déclarés dans la même ligne que leur nœud source","Edges are declared in the same row as their target node":"Les bords sont déclarés dans la même ligne que leur nœud cible","Edges are declared in their own row":"Les bords sont déclarés dans leur propre ligne","Edges can also have ID\'s, classes, and attributes before the label":"Les bords peuvent également avoir des ID, des classes et des attributs avant l\'étiquette","Edges can be styled with dashed, dotted, or solid lines":"Les bords peuvent être stylisés avec des lignes en pointillés, en pointillés ou en lignes continues","Edges in Separate Rows":"Bordures en Rangs Séparés","Edges in Source Node Row":"Bordures dans la Ligne du Nœud Source","Edges in Target Node Row":"Bordures dans la Ligne du Nœud Cible","Editable":"Modifiable","Editor":"Éditeur","Email":"E-mail","Empty":"Vide","Enter a prompt or information you would like to create a chart from.":"Entrez une invite ou des informations que vous souhaitez utiliser pour créer un graphique.","Enter your email address and we\'ll send you a magic link to sign in.":"Entrez votre adresse e-mail et nous vous enverrons un lien magique pour vous connecter.","Enter your email address below and we\'ll send you a link to reset your password.":"Entrez votre adresse e-mail ci-dessous et nous vous enverrons un lien pour réinitialiser votre mot de passe.","Equal To":"Égal à","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Expérimentez l\'efficacité et la sécurité du chargement de fichiers locaux directement dans votre organigramme, parfait pour gérer les documents liés au travail hors ligne. Débloquez cette fonctionnalité exclusive Pro et plus encore avec Flowchart Fun Pro, disponible pour seulement 3 $ / mois ou 30 $ / an.","Export":"Exporter","Export to PNG & JPG":"Exporter en PNG et JPG","Export to PNG, JPG, and SVG":"Exporter en PNG, JPG et SVG","Feedback":"Commentaire","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"N\'hésitez pas à explorer et à nous contacter via la page <0>Commentaires0> si vous avez des inquiétudes.","Fixed Node Height":"Hauteur de nœud fixe","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro vous offre des diagrammes illimités, des collaborateurs illimités et un stockage illimité pour seulement 3 $ / mois ou 30 $ / an.","Follow Us on Twitter":"Suivez-nous sur Twitter","Font Family":"Famille de polices","Forgot your password?":"Mot de passe oublié ?","Found a bug? Have a feature request? We would love to hear from you!":"Vous avez trouvé un bug ? Vous souhaitez faire une demande de fonctionnalité ? Nous aimerions beaucoup vous entendre !","Free":"Gratuit ","Fullscreen":"Plein écran","General":"Général ","Go back home":"Retournez à la maison","Go to the Editor":"Aller à l\'éditeur","Go to your Sandbox":"Allez à votre bac à sable","Graph":"Graphique","Grid":"Quadrillage","Have complex questions or issues? We\'re here to help.":"Des questions ou des problèmes complexes ? Nous sommes là pour vous aider. ","Here are some Pro features you can now enjoy.":"Voici quelques fonctionnalités Pro dont vous pouvez maintenant profiter.","History":"Historique","Home":"Accueil","How are edges declared in this data?":"Comment les bords sont-ils déclarés dans ces données?","How would you like to save your chart?":"Comment souhaitez-vous enregistrer votre graphique?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Si un compte avec cet e-mail existe, nous vous avons envoyé un e-mail avec des instructions sur la façon de réinitialiser votre mot de passe.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Si vous appréciez l\'utilisation de <0>Flowchart Fun0>, veuillez envisager de soutenir le projet","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Si vous souhaitez créer un bord, faites une indentation de cette ligne. Sinon, échappez le deux-points avec une barre oblique <0>\\\\:0>","Images":"Images","Import Data":"Importer des données","Import data from a CSV file.":"Importer des données à partir d\'un fichier CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importer des données à partir de n\'importe quel fichier CSV et les mapper à un nouveau diagramme. C\'est une excellente façon d\'importer des données à partir d\'autres sources telles que Lucidchart, Google Sheets et Visio.","Import from CSV":"Importer depuis CSV","Import from Lucidchart, Visio, and other CSV files.":"Importer à partir de Lucidchart, Visio et autres fichiers CSV.","Import from Visio, Lucidchart, and CSV":"Importer à partir de Visio, Lucidchart et CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importez votre diagramme dans Microsoft Visio à l\'aide de l\'un de ces fichiers CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"L\'importation de données est une fonctionnalité professionnelle. Vous pouvez passer à Flowchart Fun Pro pour seulement 3 $/mois ou 30 $/an.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Incluez un titre en utilisant un attribut <0>title0>. Pour utiliser la coloration Visio, ajoutez un attribut <1>roleType1> égal à l\'un des éléments suivants:","Info":"Info","Is":"Est","Knowledge Graph":"Graphique des connaissances","Language":"Langue","Layout":"Disposition ","Layout Frozen":"Mise en page gelée","Leading References":"Principales références","Learn More":"En savoir plus","Learn Syntax":"Apprendre la syntaxe","Learn about Flowchart Fun Pro":"En savoir plus sur Flowchart Fun Pro","Left to Right":"De gauche à droite","Light":"Lumineux","Light Mode":"Mode lumineux","Link":"Lien","Load":"Charger","Load Chart":"Charger le graphique","Load File":"Charger le fichier","Load Files":"Charger des fichiers","Load default content":"Charger le contenu par défaut","Load from link?":"Charger à partir du lien?","Load layout and styles":"Charger la mise en page et les styles","Local File Support":"Support de fichier local","Lock Zoom to Graph":"Verrouiller le Zoom sur le Graphique","Log In":"Connexion","Log Out":"Déconnexion","Log in to Save":"Connectez-vous pour enregistrer","Make a One-Time Donation":"Faites un don unique","Make publicly accessible":"Rendre accessible au public","Manage Billing":"Gérer la facturation","Map Data":"Cartographier les données","Monthly":"Mensuel","Multiple pointers on same line":"Plusieurs pointeurs sur la même ligne","Name Chart":"Nommer le graphique","Name your chart":"Nommez votre graphique","New":"Nouveau","New Email":"Nouveau courriel","Next charge":"Prochain paiement","No Edges":"Pas de bords","No Watermarks!":"Pas de filigranes !","No: Option B":"Non : Option B","Node Border Style":"Style de bordure de nœud","Node Colors":"Couleurs de nœud","Node ID":"Identifiant de nœud","Node ID, Classes, Attributes":"Identifiant de nœud, classes, attributs","Node Label":"Étiquette de nœud","Node Shape":"Forme de nœud","Node Shapes":"Formes de nœud","Node and pointer on same line":"Nœud et pointeur sur la même ligne","Nodes":"Nœuds","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Les nœuds peuvent être stylisés avec des traits, des points ou des doubles. Les bordures peuvent également être supprimées avec border_none.","Not Empty":"Pas vide","Now erase the text and try it yourself!":"Maintenant, effacez le texte et essayez par vous-même !","Office Hours":"Heures de travail","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":" temps en temps, le lien magique finira par atterrir dans votre dossier de pourriel. Si vous ne le voyez pas après quelques minutes, vérifiez-y ou demandez un nouveau lien.","One on One Support":"Un à un support","One-on-One Support":"Assistance individuelle","Open Customer Portal":"Ouvrir le portail client","Or, you can <0>create a new subscription0>.":"Ou, vous pouvez <0>créer une nouvelle souscription0>.","Organization Chart":"Organigramme","Padding":"Rembourrage","Page not found":"Page non trouvée","Password":"Mot de passe ","Past Due":"En retard","Permanent Charts are a Pro Feature":"Les diagrammes permanents sont une fonctionnalité Pro","Playbook":"Livre-jeu","Pointer and container on same line":"Pointeur et conteneur sur la même ligne","Privacy Policy":"Politique de confidentialité","Process Diagram":"Diagramme de processus","Processing Data":"Traitement des données","Product is too expensive...":"Le produit est trop cher...","Public":"Public","Random":"Aléatoire","Rapid Templates":"Modèles rapides","Read-only":"Lecture seulement","Reference by Class":"Référence par classe","Reference by ID":"Référence par ID","Reference by Label":"Référence par étiquette","References":"Références","References are used to create edges between nodes that are created elsewhere in the document":"Les références sont utilisées pour créer des arêtes entre les nœuds créés ailleurs dans le document","Referencing a node by its exact label":"Référencer un nœud par sa étiquette exacte","Referencing a node by its unique ID":"Référencer un nœud par son ID unique","Referencing multiple nodes with the same assigned class":"Référencement de multiples nœuds avec la même classe assignée","Refresh Page":"Rafraîchir la page","Reload to Update":"Recharger pour mettre à jour","Rename":"Renommer","Request Magic Link":"Demandez un lien magique","Request Password Reset":"Demandez une réinitialisation du mot de passe ","Reset":"Réinitialiser","Reset Password":"Réinitialiser le mot de passe","Resume Subscription":"Reprendre l\'abonnement","Return":"Retour","Right to Left":"De droite à gauche","Roadmap":"Roadmap","Rotate Label":"Faire pivoter l\'étiquette","Save":"Sauver","Save and load local files. Perfect for managing work-related documents offline.":"Enregistrez et chargez des fichiers locaux. Parfait pour gérer les documents liés au travail hors ligne.","Save time by creating flowcharts using AI.":"Économisez du temps en créant des diagrammes de flux à l\'aide de l\'IA.","Save to Cloud":"Enregistrer dans le Cloud","Save to File":"Enregistrer dans un fichier","Save your Work":"Enregistrer votre travail","Set Content":"Définir le contenu","Set Fixed Node Height":"Définir une hauteur de nœud fixe","Settings":"Paramètres","Share":"Partager","Sign In":"Se connecter ","Sign in with <0>GitHub0>":"Se connecter avec <0>GitHub0>","Sign in with <0>Google0>":"Se connecter avec <0>Google0>","Sorry! This page is only available in English.":"Désolé ! Cette page n\'est disponible qu\'en anglais.","Source Arrow Shape":"Forme de la flèche source","Source Column":"Colonne source","Source Delimiter":"Délimiteur source","Source Distance From Node":"Distance de la source du nœud","Source/Target Arrow Shape":"Forme de flèche source / cible","Spacing":"Espacement","Special Attributes":"Attributs spéciaux","Start":"Début","Start Over":"Recommencer","Status":"État","Store any data associated to a node":"Stocker toutes les données associées à un nœud","Style Classes":"Classes de style","Submit":"Soumettre","Subscription":"Abonnement","Subscription Successful!":"Abonnement réussi !","Subscription will end":"L\'abonnement prendra fin","Target Arrow Shape":"Forme de la flèche cible","Target Column":"Colonne cible","Target Delimiter":"Délimiteur cible","Target Distance From Node":"Distance cible du nœud","Templates":"Modèles","Text Color":"Couleur du texte","Text Horizontal Offset":"Décalage horizontal du texte","Text Leading":"Texte principal","Text Max Width":"Largeur maximale du texte","Text Vertical Offset":"Décalage vertical du texte","Text followed by colon+space creates an edge with the text as the label":"Texte suivi d\'un deux-points + espace crée un bord avec le texte comme étiquette","Text on a line creates a node with the text as the label":"Texte sur une ligne crée un nœud avec le texte comme étiquette","Thank you for your feedback!":"Merci pour votre commentaire !","The best way to change styles is to right-click on a node or an edge and select the style you want.":"La meilleure façon de changer les styles est de cliquer avec le bouton droit sur un nœud ou une arête et de sélectionner le style souhaité.","The column that contains the edge label(s)":"La colonne qui contient les étiquettes de bord","The column that contains the source node ID(s)":"La colonne qui contient les ID de nœud source","The column that contains the target node ID(s)":"La colonne qui contient les ID de nœud cible","The delimiter used to separate multiple source nodes":"Le délimiteur utilisé pour séparer plusieurs nœuds source","The delimiter used to separate multiple target nodes":"Le délimiteur utilisé pour séparer plusieurs nœuds cibles","The possible shapes are:":"Les formes possibles sont :","Theme":"Thème","Theme Editor":"Éditeur de thème","There are no edges in this data":"Il n\'y a pas d\'arêtes dans ces données","This action cannot be undone.":"Cette action ne peut pas être annulée.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Cette fonctionnalité est uniquement disponible pour les utilisateurs pro. <0>Devenez un utilisateur pro0> pour la débloquer.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Cela peut prendre entre 30 secondes et 2 minutes en fonction de la longueur de votre entrée.","This will replace the current content.":"Cela remplacera le contenu actuel.","This will replace your current sandbox.":"Cela remplacera votre bac à sable actuel.","Tip":"Astuce","To fix this change one of the edge IDs":"Pour corriger cela, changez l\'un des ID de bord","To fix this change one of the node IDs":"Pour corriger ceci, changez l\'un des ID de nœud","To fix this move one pointer to the next line":"Pour corriger ceci, déplacez un pointeur vers la ligne suivante","To fix this move the pointer to the next line":"Pour corriger ceci, déplacez le pointeur vers la ligne suivante","To fix this start the container <0/> on a different line":"Pour corriger cela, commencez le conteneur <0/> sur une ligne différente.","To learn more about why we require you to log in, please read <0>this blog post0>.":"Pour en savoir plus sur la raison pour laquelle nous vous demandons de vous connecter, veuillez lire <0>ce message de blog0>.","Top to Bottom":"De haut en bas","Transform Your Ideas into Professional Diagrams in Seconds":"Transformez vos idées en diagrammes professionnels en quelques secondes","Try again":"Réessayer","Two edges have the same ID":"Deux arêtes ont le même ID","Two nodes have the same ID":"Deux nœuds ont le même ID","Unique text value to identify a node":"Valeur de texte unique pour identifier un nœud","Unknown":"Inconnu","Unknown Parsing Error":"Erreur d\'analyse inconnue","Unlimited Flowcharts":"Diagrammes illimités","Unlimited Permanent Flowcharts":"Flux de diagrammes permanents illimités","Unpaid":"Impayé","Update Email":"Mettre à jour l\'e-mail","Upgrade to Pro":"Mettez à niveau vers Pro","Upload your File":"Téléchargez votre fichier","Use AI":"Utiliser l\'intelligence artificielle","Use Custom CSS Only":"Utiliser uniquement du CSS personnalisé","Use Default Content":"Utiliser le contenu par défaut","Use an ID to Connect":"Utilisez un ID pour vous connecter","Use classes to group nodes":"Utilisez des classes pour regrouper les nœuds","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Utilisez l\'attribut <0>href0> pour créer un lien sur un nœud qui s\'ouvre dans un nouvel onglet.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Utilisez l\'attribut <0>src0> pour définir l\'image d\'un nœud. L\'image sera mise à l\'échelle pour s\'adapter au nœud, vous devrez donc peut-être ajuster la largeur et la hauteur du nœud pour obtenir le résultat souhaité. Seules les images publiques (non bloquées par CORS) sont prises en charge.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Utilisez les attributs <0>w0> et <1>h1> pour définir explicitement la largeur et la hauteur d\'un nœud.","Use the customer portal to change your billing information.":"Utilisez le portail client pour modifier vos informations de facturation.","Use these settings to adapt the look and behavior of your flowcharts":"Utilisez ces paramètres pour adapter l\'apparence et le comportement de vos diagrammes de flux","Use this file for org charts, hierarchies, and other organizational structures.":"Utilisez ce fichier pour les organigrammes, les hiérarchies et autres structures organisationnelles.","Use this file for sequences, processes, and workflows.":"Utilisez ce fichier pour les séquences, les processus et les workflows.","User":"Utilisateur","View on Github":"Voir sur Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Voulez-vous conserver vos diagrammes ? Mettez à niveau votre compte Pro pour seulement 3 $ par mois. Avec Pro, vous pouvez enregistrer des diagrammes illimités et ne jamais perdre votre créativité.","Watermarks":"Filigranes","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Nous sommes désolés d\'apprendre que vous envisagez d\'annuler votre abonnement. Veuillez nous indiquer pourquoi vous annulez afin que nous puissions améliorer notre service. Merci !","What\'s this?":"Qu\'est-ce que c\'est?","Width":"Largeur","Width and Height":"Largeur et hauteur","Work with Local Files":"Travaillez avec des fichiers locaux.","Would you like to continue?":"Voulez-vous continuer ?","Yearly":"Annuellement","Yes: Option A":"Oui : Option A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Vous êtes sur le point d\'ajouter ",["numNodes"]," nœuds et ",["numEdges"]," arêtes à votre graphe."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Vous pouvez créer des diagrammes de flux illimités et permanents avec <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Vous devez <0>vous connecter0> avant de pouvoir passer à Pro.","You need to log in to access this page.":"Vous devez vous connecter pour accéder à cette page.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Vous êtes déjà un utilisateur Pro !<0/>Avez-vous des questions ou des demandes de fonctionnalités ? <1>Faites-nous le savoir1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Vous travaillez actuellement dans votre bac à sable. Rappelez-vous, il se réinitialise chaque jour, donc votre travail actuel ne sera pas sauvegardé demain.","Your Charts":"Vos diagrammes","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Votre bac à sable est un espace pour expérimenter librement avec nos outils de diagramme, se réinitialisant chaque jour pour un nouveau départ.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Vos graphiques sont en lecture seule car votre compte n\'est plus actif. Visitez votre page <0>compte0> pour en savoir plus. Vous pouvez <1>passer à la version pro1> pour récupérer l\'accès à l\'édition de vos graphiques.","Your subscription is <0>{statusDisplay}0>.":["Votre abonnement est <0>",["statusDisplay"],"0>."],"Zoom In":"Zoomer","Zoom Out":"Zoomer vers l\'extérieur","or":"ou"}'
),
};
diff --git a/app/src/locales/fr/messages.po b/app/src/locales/fr/messages.po
index 18197a1c4..0d8e68fb5 100644
--- a/app/src/locales/fr/messages.po
+++ b/app/src/locales/fr/messages.po
@@ -107,7 +107,7 @@ msgstr "Retour à l'éditeur"
msgid "Background Color"
msgstr "Couleur de fond"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "Diagramme de flux de base"
@@ -185,6 +185,10 @@ msgstr "Journal des modifications"
msgid "Charts"
msgstr "Graphiques"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "Vérifiez le guide :"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "Vérifiez votre e-mail pour un lien de connexion. Vous pouvez fermer cette fenêtre."
@@ -297,7 +301,7 @@ msgstr "Copier l'image PNG"
msgid "Copy SVG Code"
msgstr "Copier le code SVG"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Copiez votre code Excalidraw et collez-le sur <0>excalidraw.com0> pour le modifier. Cette fonctionnalité est expérimentale et peut ne pas fonctionner avec tous les diagrammes. Si vous trouvez un bug, <1>faites-le nous savoir1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "Ne perdez pas votre travail !"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "Télécharger"
@@ -678,7 +682,7 @@ msgstr "Importer à partir de Lucidchart, Visio et autres fichiers CSV."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Importer à partir de Visio, Lucidchart et CSV"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "Importez votre diagramme dans Microsoft Visio à l'aide de l'un de ces fichiers CSV."
@@ -686,7 +690,7 @@ msgstr "Importez votre diagramme dans Microsoft Visio à l'aide de l'un de ces f
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "L'importation de données est une fonctionnalité professionnelle. Vous pouvez passer à Flowchart Fun Pro pour seulement 3 $/mois ou 30 $/an."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "Incluez un titre en utilisant un attribut <0>title0>. Pour utiliser la coloration Visio, ajoutez un attribut <1>roleType1> égal à l'un des éléments suivants:"
@@ -806,7 +810,7 @@ msgstr "Connectez-vous pour enregistrer"
msgid "Make a One-Time Donation"
msgstr "Faites un don unique"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "Rendre accessible au public"
@@ -936,7 +940,7 @@ msgstr "Ouvrir le portail client"
msgid "Or, you can <0>create a new subscription0>."
msgstr "Ou, vous pouvez <0>créer une nouvelle souscription0>."
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "Organigramme"
@@ -988,8 +992,8 @@ msgstr "Traitement des données"
msgid "Product is too expensive..."
msgstr "Le produit est trop cher..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "Public"
@@ -1345,7 +1349,7 @@ msgstr "Cela remplacera le contenu actuel."
msgid "This will replace your current sandbox."
msgstr "Cela remplacera votre bac à sable actuel."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "Astuce"
@@ -1471,11 +1475,11 @@ msgstr "Utilisez le portail client pour modifier vos informations de facturation
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "Utilisez ces paramètres pour adapter l'apparence et le comportement de vos diagrammes de flux"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "Utilisez ce fichier pour les organigrammes, les hiérarchies et autres structures organisationnelles."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "Utilisez ce fichier pour les séquences, les processus et les workflows."
diff --git a/app/src/locales/hi/messages.js b/app/src/locales/hi/messages.js
index 8def051e4..d68141a59 100644
--- a/app/src/locales/hi/messages.js
+++ b/app/src/locales/hi/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"मासिक $3","$30 / year":"वार्षिक $30","1 Temporary Flowchart":"1 अस्थायी फ्लोचार्ट","16% Less":"16% कम","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>कस्टम CSS केवल0> सक्षम है। केवल लेआउट और एडवांस्ड सेटिंग्स लागू की जाएगी।","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> <1>Tone Row1> द्वारा बनाई गई एक खुला स्रोत परियोजना है ","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>साइन इन0> / <1>साइन अप1> ईमेल और पासवर्ड के साथ","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>आपके पास वर्तमान में एक मुफ्त खाता है। <1/><2>हमारी प्रो फीचर्स के बारे में जानें और हमारी मुल्यों के पृष्ठ पर सदस्यता लें2>।0>","A new version of the app is available. Please reload to update.":"एप्प का एक नया वर्जन उपलब्ध है। अपडेट करने के लिए रीलोड करें।","AI Ready":"आई तैयार","About":"के बारे में","Account":"खाता","Advanced":"उन्नत","Amount":"रकम","An error occurred. Try resubmitting or email {0} directly.":["एक एरर हो गया. फिर से सबमिट करने की कोशिश करें या सीधे ",["0"]," ईमेल करें."],"Appearance":"दिखावट","Arrow Size":"तीर आकार","Attributes":"गुण","August 2023":"2023 अगस्त","Back":"वापस","Back To Editor":"संपादक पर वापस जाएं","Background Color":"पृष्ठभूमि रंग","Basic Flowchart":"बेसिक फ्लोचार्ट","Become a Github Sponsor":"गिटहब स्पॉन्सर बनें","Become a Pro User":"प्रो उपयोगकर्ता बनें","Begin Typing":"टाइपिंग शुरू करें","Blog":"ब्लॉग","Book a Meeting":"एक बैठक बुक करें","Border Color":"सीमा रंग","Border Width":"सीमा चौड़ाई","Bottom to Top":"नीचे से शीर्ष तक","Breadthfirst":"चौड़ाई पहले","Cancel":"रद्द करें","Cancel your subscription. Your hosted charts will become read-only.":"अपनी सदस्यता रद्द करें. आपके होस्ट किये गए चार्ट सिर्फ़ पढ़े जा सकेंगे.","Certain attributes can be used to customize the appearance or functionality of elements.":"कुछ गुण तत्वों की दिखता या कार्यक्षमता को अनुकूलित करने के लिए उपयोग किए जा सकते हैं।","Change Email Address":"ईमेल पता बदलें","Changelog":"बदलाव का","Charts":"चार्ट","Check your email for a link to log in.<0/>You can close this window.":"लॉग इन करने के लिए अपने ईमेल की जाँच करें। आप इस विंडो को बंद कर सकते हैं।","Choose":"चुनें","Choose Template":"टेम्पलेट चुनें","Choose a Plan":"एक योजना चुनें","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"एक किनारे के स्रोत और लक्ष्य के लिए विभिन्न तीर आकारों से चुनें। आकार शामिल हैं त्रिकोण, त्रिकोण-टी, सर्कल-त्रिकोण, त्रिकोण-क्रॉस, त्रिकोण-बैककर्व, वी, टी, चौकोर, हीरा, चेवरॉन और कोई नहीं।","Circle":"परिधि","Classes":"वर्ग","Clear":"साफ़","Clear text?":"पाठ साफ़ करें?","Clone":"क्लोन करें","Close":"बंद करें","Color":"रंग","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"रंग में लाल, नारंगी, पीला, नीला, बैंगनी, काला, सफेद, और ग्रे शामिल हैं।","Column":"स्तंभ","Comment":"टिप्पणी","Concentric":"गाढ़ा","Confirm New Email":"नई ईमेल की पुष्टि करें","Confirm your email address to sign in.":"साइन इन करने के लिए अपना ईमेल पता पुष्टि करें।","Consider: Adding a Label":"लेबल जोड़ने की सोचिए","Containers":"कंटेनर","Containers are nodes that contain other nodes. They are declared using curly braces.":"कंटेनर उन नोड्स हैं जो अन्य नोड्स को सम्मिलित करते हैं। वे कर्ली ब्रेस का उपयोग करके घोषित किया जाता है।","Continue":"जारी रखें","Convert to hosted chart?":"होस्टेड चार्ट में कनवर्ट करें?","Cookie Policy":"कुकी नीति","Copy":"कॉपी करें","Copy PNG Image":"PNG छवि कॉपी करें","Copy SVG Code":"SVG कोड कॉपी करें","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"अपने Excalidraw कोड को कॉपी करें और <0>excalidraw.com0> में पेस्ट करें ताकि आप संपादित कर सकें। यह सुविधा प्रयोगात्मक है और सभी आरेखों के साथ काम नहीं कर सकती। यदि आपको कोई बग मिलता है, तो <1>हमें जानकारी दें।1>","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"अपना मर्मेड.जेएस कोड कॉपी करें या मर्मेड.जेएस लाइव एडिटर में सीधे खोलें।","Create":"बनाएं","Create Flowcharts using AI":"एआई का उपयोग करके फ्लोचार्ट बनाएं","Create Unlimited Flowcharts":"असीमित पारितकथाओं बनाएं","Create a New Chart":"एक नया चार्ट बनाएं","Create unlimited diagrams for just $3/month!":"केवल 3 डॉलर महीने में असीमित डायग्राम बनाएं!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"आकार में असीमित फ्लोचार्ट को क्लाउड में संग्रहीत करें - किसी भी जगह से उपलब्ध!","Create with AI":"AI के साथ बनाएं","Creating an edge between two nodes is done by indenting the second node below the first":"दो नोड्स के बीच एक एज बनाने के लिए दूसरा नोड पहले वाले के नीचे इंडेंट करना होता है","Curve Style":"वक्र शैली","Custom CSS":"कस्टम CSS","Custom Sharing Options":"कस्टम शेयरिंग विकल्प","Customer Portal":"ग्राहक पोर्टल","Dark":"डार्क","Dark Mode":"डार्क मोड","Date":"तारीख़","Direct from Data":"डेटा से सीधा","Direction":"दिशा","Do you want to delete this?":"क्या आप इसे डिलीट करना चाहते हैं?","Document":"दस्तावेज़","Don\'t lose your work!":"अपना काम न गंवाएं!","Download":"डाउनलोड","Download JPG":"JPG डाउनलोड करें","Download PNG":"PNG डाउनलोड करें","Download SVG":"SVG डाउनलोड करें","Drag and drop a CSV file here, or click to select a file":"CSV फ़ाइल यहां ड्रैग और ड्रॉप करें, या फ़ाइल का चयन करने के लिए क्लिक करें","Draw an edge from multiple nodes by beginning the line with a reference":"एक से अधिक नोड्स से एज ड्रा करने के लिए लाइन को एक संदर्भ के साथ शुरू करें","Drop the file here ...":"फाइल यहाँ ड्रॉप करें ...","Edge ID, Classes, Attributes":"किनारे आईडी, वर्ग, गुण","Edge Label":"किनारे लेबल","Edge Label Column":"किनारे लेबल कॉलम","Edge Style":"किनारे शैली","Edge Text Size":"एड्ज टेक्स्ट आकार","Edge missing indentation":"एड्ज अंतराल गुम है","Edges":"किन्तुओं","Edges are declared in the same row as their source node":"उनके स्रोत नोड के ही पंक्ति में किन्तुओं की घोषणा की जाती है","Edges are declared in the same row as their target node":"उनके लक्ष्य नोड के ही पंक्ति में किन्तुओं की घोषणा की जाती है","Edges are declared in their own row":"किन्तुओं को अपनी खुद की पंक्ति में घोषणा की जाती है","Edges can also have ID\'s, classes, and attributes before the label":"लेबल से पहले, किन्तुओं को आईडीज़, क्लासेज़ और गुण देने की अनुमति होती है","Edges can be styled with dashed, dotted, or solid lines":"किन्तुओं को डैश्ड, डॉटेड या सॉलिड लाइन्स के साथ स्टाइल किया जा सकता है","Edges in Separate Rows":"अलग पंक्तियों में किन्हें","Edges in Source Node Row":"स्रोत नोड पंक्ति में किन्हें","Edges in Target Node Row":"लक्ष्य नोड पंक्ति में किन्हें","Editable":"संपादन योग्य","Editor":"संपादक","Email":"ईमेल","Empty":"खाली","Enter a prompt or information you would like to create a chart from.":"एक प्रॉम्प्ट या जानकारी दर्ज करें जिससे आप एक चार्ट बना सकें।","Enter your email address and we\'ll send you a magic link to sign in.":"अपना ईमेल पता दर्ज करें और हम आपको साइन इन करने के लिए एक जादूगरी लिंक भेजेंगे।","Enter your email address below and we\'ll send you a link to reset your password.":"नीचे अपना ईमेल पता दर्ज करें और हम आपको अपना पासवर्ड रीसेट करने के लिए एक लिंक भेजेंगे।","Equal To":"बराबर","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"अपने फ्लोचार्ट में स्थानीय फ़ाइलों को डायरेक्टली लोड करने की क्षमता और सुरक्षा का अनुभव करें। फ्लोचार्ट फन प्रो के साथ इस विशेष प्रो फीचर और अधिक को अनलॉक करें, जो केवल 3/महीने या 30/वर्ष के लिए उपलब्ध है।","Export":"एक्सपोर्ट करें","Export to PNG & JPG":"PNG और JPG में निर्यात करें","Export to PNG, JPG, and SVG":"PNG, JPG और SVG में निर्यात करें","Feedback":"फ़ीडबैक","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"किसी भी चिंता के लिए हमसे फीडबैक पेज के माध्यम से संपर्क करने के लिए स्वतंत्रता से अन्वेषण करें और प्रवेश करें।","Fixed Node Height":"निर्धारित नोड ऊंचाई","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"फ्लोचार्ट फन प्रो आपको असीमित पारितकथाओं, असीमित सहयोगियों और मात्र $ 3 / महीने या $ 30 / साल के लिए असीमित स्टोरेज प्रदान करता है।","Follow Us on Twitter":"हमारे साथ ट्विटर पर फॉलो करें","Font Family":"फॉन्ट परिवार","Forgot your password?":"अपना पासवर्ड भूल गए?","Found a bug? Have a feature request? We would love to hear from you!":"एक बग पाया? एक सुविधा अनुरोध है? हम आपसे सुनने के लिए प्रसन्न होंगे!","Free":"मुफ्त","Fullscreen":"फ़ुलस्क्रीन","General":"सामान्य","Go back home":"घर वापस जाओ","Go to the Editor":"संपादक पर जाएं","Go to your Sandbox":"अपने सैंडबॉक्स पर जाएं","Graph":"ग्राफ़","Grid":"ग्रिड","Have complex questions or issues? We\'re here to help.":"जटिल सवाल या समस्याएं हैं? हम यहां आपकी मदद के लिए हैं।","Here are some Pro features you can now enjoy.":"यहाँ आपको कुछ प्रो फीचर आनंद लेने को मिल रहे हैं।","History":"हिस्ट्री","Home":"होम","How are edges declared in this data?":"इस डेटा में कैसे किन्हीं कड़ियाँ घोषित होती हैं?","How would you like to save your chart?":"आप अपने चार्ट को कैसे सहेजना चाहेंगे?","ID\'s":"आईडीज़","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"अगर उस ईमेल के साथ एक खाता मौजूद है, तो हमने आपको पासवर्ड रीसेट करने के लिए निर्देशों के साथ एक ईमेल भेजा है।","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"यदि आप <0>Flowchart Fun0> का उपयोग करना आनंदित हैं, तो कृपया परियोजना को समर्थित करने की सोच करें","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"यदि आप एक एड्ज बनाने के लिए मतलब है, तो इस लाइन को इंडेंट करें। यदि नहीं, तो कॉलन को बैक स्लैश के साथ भागो <0> \\\\: 0>","Images":"छवियाँ","Import Data":"डेटा आयात करें","Import data from a CSV file.":"CSV फ़ाइल से डेटा आयात करें।","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"किसी भी CSV फ़ाइल से डेटा आयात करें और इसे एक नए प्रक्रिया चार्ट में मैप करें। यह अन्य स्रोतों जैसे लुसिडचार्ट, गूगल शीट्स और विसिओ से डेटा आयात करने के लिए एक अच्छा तरीका है।","Import from CSV":"CSV से आयात करें","Import from Lucidchart, Visio, and other CSV files.":"Lucidchart, Visio और अन्य CSV फ़ाइलों से आयात करें।","Import from Visio, Lucidchart, and CSV":"Visio, Lucidchart और CSV से आयात करें","Import your diagram it into Microsoft Visio using one of these CSV files.":"इन CSV फ़ाइलों में से एक का उपयोग करके अपनी आरेख Microsoft Visio में आयात करें।","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"डेटा आयात एक प्रो फीचर है। आप केवल $ 3/महीने या $ 30/वर्ष के लिए फ्लोचार्ट फन प्रो में अपग्रेड कर सकते हैं।","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"एक <0>title0> विशेषता का उपयोग करके एक शीर्षक शामिल करें। Visio रंगीनी का उपयोग करने के लिए, निम्नलिखित में से किसी एक के बराबर एक <1>roleType1> विशेषता जोड़ें:","Info":"जानकारी","Is":"हाँ","Knowledge Graph":"ज्ञान ग्राफ","Language":"भाषा","Layout":"रूपरेखा","Layout Frozen":"लेआउट फ्रोज़न","Leading References":"प्रमुख संदर्भ","Learn More":"और अधिक जानें","Learn Syntax":"सिंटैक्स सीखें","Learn about Flowchart Fun Pro":"Flowchart Fun Pro के बारे में जानें","Left to Right":"बाएं से दाएं","Light":"लाइट","Light Mode":"लाइट मोड","Link":"लिंक","Load":"लोड","Load Chart":"चार्ट लोड करें","Load File":"फ़ाइल लोड करें","Load Files":"फ़ाइलें लोड करें","Load default content":"डिफ़ॉल्ट सामग्री लोड करें","Load from link?":"लिंक से लोड करें?","Load layout and styles":"लोड लेआउट और शैलियां","Local File Support":"स्थानीय फ़ाइल समर्थन","Lock Zoom to Graph":"ग्राफ पर जूम लॉक करें","Log In":"लॉग इन करें","Log Out":"लॉग आउट","Log in to Save":"सेव में लॉग इन करें","Make a One-Time Donation":"एक बार दान करें","Make publicly accessible":"सार्वजनिक रूप से एक्सेस दें","Manage Billing":"बिलिंग प्रबंधित करें","Map Data":"डेटा मैप","Monthly":"मासिक","Multiple pointers on same line":"एक ही लाइन पर कई प्रतीक","Name Chart":"चार्ट का नाम","Name your chart":"अपने चार्ट को नाम दें","New":"नया","New Email":"नई ईमेल","Next charge":"अगला चार्ज","No Edges":"कोई किनारे नहीं","No Watermarks!":"कोई वॉटरमार्क्स नहीं!","No: Option B":"नहीं: विकल्प B","Node Border Style":"नोड सीमा शैली","Node Colors":"नोड रंग","Node ID":"नोड आईडी","Node ID, Classes, Attributes":"नोड आईडी, वर्ग, गुण","Node Label":"नोड लेबल","Node Shape":"नोड आकार","Node Shapes":"नोड आकार","Node and pointer on same line":"नोड और प्रतीक एक ही लाइन पर","Nodes":"नोड्स","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"नोड्स को डैश्ड, डॉट्ड, या डबल के साथ शैलीयित किया जा सकता है। सीमाओं को बॉर्डर_नोन के साथ हटाया जा सकता है।","Not Empty":"खाली नहीं","Now erase the text and try it yourself!":"अब पाठ हटाएं और खुद से यह कोशिश करें!","Office Hours":"कार्यालय अवधि","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"कभी-कभी मैजिक लिंक आपके स्पैम फोल्डर में खत्म हो जाता है। अगर आप कुछ मिनट बाद उसे नहीं देख रहे हैं, तो वहां जाकर देखें या एक नया लिंक अनुरोध करें।","One on One Support":"एक प्रति एक समर्थन","One-on-One Support":"एक-पर-एक समर्थन","Open Customer Portal":"ग्राहक पोर्टल खोलें","Or, you can <0>create a new subscription0>.":"या फिर, आप <0>एक नया सदस्यता बना सकते हैं0>।","Organization Chart":"संगठन चार्ट","Padding":"पैडिंग","Page not found":"पृष्ठ नहीं मिला","Password":"पासवर्ड","Past Due":"पिछले दौरान","Permanent Charts are a Pro Feature":"स्थायी चार्ट एक प्रो सुविधा हैं","Playbook":"प्लेबुक","Pointer and container on same line":"प्रतीक और कंटेनर एक ही लाइन पर","Privacy Policy":"गोपनीयता नीति ","Process Diagram":"प्रक्रिया आरेख","Processing Data":"डेटा प्रसंस्करण","Product is too expensive...":"उत्पाद बहुत महंगा है ...","Public":"पब्लिक","Random":"अनियमित","Rapid Templates":"त्वरित टेम्पलेट्स","Read-only":"केवल पढ़ने के लिए","Reference by Class":"क्लास के द्वारा संदर्भ","Reference by ID":"आईडी द्वारा संदर्भ","Reference by Label":"लेबल द्वारा संदर्भ","References":"संदर्भ","References are used to create edges between nodes that are created elsewhere in the document":"संदर्भ दस्तावेज के अन्य भागों में बनाए गए नोड्स के बीच कड़ियाँ बनाने के लिए उपयोग किए जाते हैं","Referencing a node by its exact label":"सटीक लेबल द्वारा नोड का संदर्भ करना","Referencing a node by its unique ID":"अद्वितीय आईडी द्वारा नोड का संदर्भ करना","Referencing multiple nodes with the same assigned class":"एक ही निर्धारित कक्षा के साथ कई नोड का उल्लेख करना","Refresh Page":"पृष्ठ को ताज़ा करें","Reload to Update":"अपडेट करने के लिए रीलोड करें","Rename":"फिर से नाम बदलें","Request Magic Link":"अनुरोध जादू लिंक","Request Password Reset":"पासवर्ड रीसेट का अनुरोध करें","Reset":"रीसेट करें","Reset Password":"पासवर्ड रीसेट करें","Resume Subscription":"सदस्यता फिर से शुरू करें","Return":"वापसी","Right to Left":"दाएं से बाएं","Roadmap":"रोडमैप","Rotate Label":"लेबल को घुमाएँ","Save":"सहेजें","Save and load local files. Perfect for managing work-related documents offline.":"स्थानीय फ़ाइलों को सेव और लोड करें। काम संबंधी दस्तावेज़ों को ऑफ़लाइन प्रबंधित करने के लिए आदर्श।","Save time by creating flowcharts using AI.":"AI का उपयोग करके फ्लोचार्ट बनाकर समय बचाएं।","Save to Cloud":"क्लौड में सेव करें","Save to File":"फाइल में सेव करें","Save your Work":"अपनी कार्यवाही सुरक्षित करें","Set Content":"सामग्री सेट करें","Set Fixed Node Height":"नोड ऊंचाई को सेट करें","Settings":"सेटिंग","Share":"साझा करें","Sign In":"साइन इन करें","Sign in with <0>GitHub0>":"<0>GitHub0> के साथ साइन इन करें","Sign in with <0>Google0>":"<0>Google0> के साथ साइन इन करें","Sorry! This page is only available in English.":"माफ़ करें! यह पेज केवल अंग्रेजी में उपलब्ध है।","Source Arrow Shape":"स्रोत तीर आकार","Source Column":"स्रोत स्तंभ","Source Delimiter":"स्रोत डिलिमिटर","Source Distance From Node":"नोड से स्रोत दूरी","Source/Target Arrow Shape":"स्रोत / लक्ष्य तीर आकार","Spacing":"अंतराल","Special Attributes":"विशेष गुण","Start":"शुरू","Start Over":"शुरू करें","Status":"स्टेटस","Store any data associated to a node":"किसी नोड से संबंधित किसी भी डेटा स्टोर करें","Style Classes":"शैली क्लासेज","Submit":"भेजना","Subscription":"सदस्यता","Subscription Successful!":"सदस्यता सफल हुआ!","Subscription will end":"सदस्यता समाप्त हो जाएगी","Target Arrow Shape":"लक्ष्य तीर आकार","Target Column":"लक्ष्य कॉलम","Target Delimiter":"लक्ष्य डेलीमीटर","Target Distance From Node":"नोड से लक्ष्य दूरी","Templates":"टेम्पलेट्स","Text Color":"पाठ रंग","Text Horizontal Offset":"टेक्स्ट की क्षैतिज ओफसेट","Text Leading":"पाठ प्रमुख","Text Max Width":"टेक्स्ट की अधिकतम चौड़ाई","Text Vertical Offset":"पाठ लंबाई ऑफसेट","Text followed by colon+space creates an edge with the text as the label":"स्क्लीन के बाद कोलन + स्पेस एक किरदार बनाता है जिसका पाठ लेबल है","Text on a line creates a node with the text as the label":"एक पंक्ति पर पाठ एक नोड बनाता है जिसका पाठ लेबल है","Thank you for your feedback!":"आपके फ़ीडबैक के लिए धन्यवाद!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"शैलीयित करने के लिए सर्वश्रेष्ठ तरीका नोड या एड्ज पर राइट-क्लिक करके आपके द्वारा चाहिए शैली का चयन करना है।","The column that contains the edge label(s)":"कॉलम जो एड्ज लेबल (ओं) को शामिल करता है","The column that contains the source node ID(s)":"कॉलम जो स्रोत नोड आईडी (ओं) को शामिल करता है","The column that contains the target node ID(s)":"कॉलम जो लक्ष्य नोड आईडी (ओं) को शामिल करता है","The delimiter used to separate multiple source nodes":"कई स्रोत नोड्स को अलग करने के लिए उपयोग किया गया डिलिमिटर","The delimiter used to separate multiple target nodes":"कई लक्ष्य नोड्स को अलग करने के लिए उपयोग किया गया डिलिमिटर","The possible shapes are:":"संभव आकृतियाँ हैं:","Theme":"थीम","Theme Editor":"थीम संपादक","There are no edges in this data":"इस डेटा में कोई एड्ज नहीं है","This action cannot be undone.":"इस क्रिया को पूर्ववत नहीं किया जा सकता।","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"यह सुविधा केवल प्रो उपयोगकर्ताओं के लिए उपलब्ध है। <0>प्रो उपयोगकर्ता बनें0> इसे अनलॉक करने के लिए।","This may take between 30 seconds and 2 minutes depending on the length of your input.":"आपके इनपुट की लंबाई के आधार पर, यह 30 सेकंड से 2 मिनट तक लग सकता है।","This will replace the current content.":"यह वर्तमान सामग्री को बदल देगा।","This will replace your current sandbox.":"यह आपके वर्तमान सैंडबॉक्स को बदल देगा।","Tip":"सुझाव","To fix this change one of the edge IDs":"इसे ठीक करने के लिए एड्ज आईडी के एक को बदलें","To fix this change one of the node IDs":"इसे ठीक करने के लिए नोड आईडी के एक को बदलें","To fix this move one pointer to the next line":"इसे ठीक करने के लिए प्रतीक को अगली पंक्ति पर ले जाएं","To fix this move the pointer to the next line":"इसे ठीक करने के लिए प्रतीक को अगली पंक्ति पर ले जाएं","To fix this start the container <0/> on a different line":"इसे ठीक करने के लिए कंटेनर <0/> को एक अलग पंक्ति पर शुरू करें","To learn more about why we require you to log in, please read <0>this blog post0>.":"हमें आपको लॉगिन करने के लिए आवश्यक क्यों है, कृपया <0>यह ब्लॉग पोस्ट0> पढ़ें।","Top to Bottom":"ऊपर से नीचे","Transform Your Ideas into Professional Diagrams in Seconds":"अपने विचारों को सेकंड में प्रोफेशनल डायरेक्टरी में रूपांतरित करें","Try again":"फिर से कोशिश करें","Two edges have the same ID":"दो किनारे उसी आईडी के हैं","Two nodes have the same ID":"दो नोड उसी आईडी के हैं","Unique text value to identify a node":"एक नोड को पहचानने के लिए अद्वितीय पाठ मूल्य","Unknown":"अज्ञात","Unknown Parsing Error":"अज्ञात पार्सिंग त्रुटि","Unlimited Flowcharts":"असीमित फ्लोचार्ट","Unlimited Permanent Flowcharts":"असीमित स्थायी प्रवाहगतीं ","Unpaid":"अवैतनिक","Update Email":"ईमेल अपडेट करें","Upgrade to Pro":"प्रो को अपग्रेड करें","Upload your File":"अपनी फाइल अपलोड करें","Use AI":"AI का उपयोग करें","Use Custom CSS Only":"केवल कस्टम CSS का उपयोग करें","Use Default Content":"डिफ़ॉल्ट सामग्री का उपयोग करें","Use an ID to Connect":"कनेक्ट करने के लिए एक ID उपयोग करें","Use classes to group nodes":"नोड्स को समूहों में सम्मिलित करने के लिए वर्ग उपयोग करें","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"नोड पर एक लिंक सेट करने के लिए गुण <0>href0> उपयोग करें जो एक नये टैब में खुलेगा।","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"नोड की छवि सेट करने के लिए <0>src0> गुण का उपयोग करें। छवि नोड के आकार में स्केल की जाएगी, इसलिए आपको आवश्यक प्रतिस्थापित करने के लिए नोड की चौड़ाई और ऊँचाई को समायोजित करना होगा। केवल सार्वजनिक छवियाँ (CORS द्वारा ब्लॉक नहीं की गई) समर्थित हैं।","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"नोड की विशिष्ट चौड़ाई और ऊँचाई सेट करने के लिए <0>w0> और <1>h1> गुण का उपयोग करें।","Use the customer portal to change your billing information.":"अपनी बिलिंग जानकारी बदलने के लिए ग्राहक पोर्टल का उपयोग करें।","Use these settings to adapt the look and behavior of your flowcharts":"अपने फ्लोचार्ट की दिखता और व्यवहार को अनुकूलित करने के लिए इन सेटिंग्स का उपयोग करें","Use this file for org charts, hierarchies, and other organizational structures.":"संगठनात्मक चार्ट, पदानुक्रमों और अन्य संगठनात्मक संरचनाओं के लिए इस फ़ाइल का उपयोग करें।","Use this file for sequences, processes, and workflows.":"अनुक्रमों, प्रक्रियाओं और कार्यप्रवाहों के लिए इस फ़ाइल का उपयोग करें।","User":"यूज़र","View on Github":"Github पर देखें","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"अपने फ्लोचार्ट्स को रखना चाहते हैं? हमारे प्रो खाते के लिए केवल 3 $ / महीने में अपग्रेड करें। प्रो से, आप असीमित फ्लोचार्ट्स को सहेज सकते हैं और अपने क्रीएटिविटी को कभी नहीं खोएंगे।","Watermarks":"वॉटरमार्क","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"हमें खेद है कि आप अपने सदस्यता रद्द करने के बारे में सोच रहे हैं। कृपया हमें बताएं कि आप क्यों रद्द कर रहे हैं ताकि हम अपनी सेवा में सुधार कर सकें। धन्यवाद!","What\'s this?":"यह क्या है?","Width":"चौड़ाई","Width and Height":"चौड़ाई और ऊँचाई","Work with Local Files":"स्थानीय फ़ाइलों के साथ काम करें","Would you like to continue?":"क्या आप जारी रखना चाहते हैं?","Yearly":"वार्षिक","Yes: Option A":"हाँ: विकल्प A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["आप अपने ग्राफ में ",["numNodes"]," नोड्स और ",["numEdges"]," एड्ज़ जोड़ने वाले हैं।"],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"<0>Flowchart Fun Pro0> के साथ आप असीमित स्थायी फ्लोचार्ट बना सकते हैं।","You must <0>log in0> before you can upgrade to Pro.":"आपको प्रो यूजर बनने से पहले <0>लॉग इन0> करना होगा।","You need to log in to access this page.":"इस पृष्ठ तक पहुँचने के लिए आपको लॉग इन करना होगा।","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"आप पहले से ही प्रो यूजर हैं!<0/>क्या आपके पास सवाल या फीचर अनुरोध हैं? <1>हमें बताएं1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"आप वर्तमान में अपने सैंडबॉक्स में काम कर रहे हैं। याद रखें, यह रोज रिसेट होता है, इसलिए आपका वर्तमान काम कल सेव नहीं होगा।","Your Charts":"आपके चार्ट","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"आपका सैंडबॉक्स हमारी फ्लोचार्ट टूल के साथ निःशुल्क प्रयोग करने के लिए एक स्थान है, जो हर दिन एक नए शुरुआत के लिए रीसेट होता है।","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"आपके चार्ट केवल पढ़ने के लिए हैं क्योंकि आपका खाता अब और नहीं सक्रिय है। अधिक जानने के लिए अपने <0>खाते0> पृष्ठ पर जाएँ। आप अपने चार्ट्स पर संपादन करने के लिए <1>प्रो के स्तर पर अपग्रेड कर सकते हैं1>।","Your subscription is <0>{statusDisplay}0>.":["आपका सदस्यता <0>",["statusDisplay"],"0> है।"],"Zoom In":"ज़ूम इन करें","Zoom Out":"आउट ज़ूम करें","or":"या"}'
+ '{"$3 / month":"मासिक $3","$30 / year":"वार्षिक $30","1 Temporary Flowchart":"1 अस्थायी फ्लोचार्ट","16% Less":"16% कम","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>कस्टम CSS केवल0> सक्षम है। केवल लेआउट और एडवांस्ड सेटिंग्स लागू की जाएगी।","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> <1>Tone Row1> द्वारा बनाई गई एक खुला स्रोत परियोजना है ","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>साइन इन0> / <1>साइन अप1> ईमेल और पासवर्ड के साथ","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>आपके पास वर्तमान में एक मुफ्त खाता है। <1/><2>हमारी प्रो फीचर्स के बारे में जानें और हमारी मुल्यों के पृष्ठ पर सदस्यता लें2>।0>","A new version of the app is available. Please reload to update.":"एप्प का एक नया वर्जन उपलब्ध है। अपडेट करने के लिए रीलोड करें।","AI Ready":"आई तैयार","About":"के बारे में","Account":"खाता","Advanced":"उन्नत","Amount":"रकम","An error occurred. Try resubmitting or email {0} directly.":["एक एरर हो गया. फिर से सबमिट करने की कोशिश करें या सीधे ",["0"]," ईमेल करें."],"Appearance":"दिखावट","Arrow Size":"तीर आकार","Attributes":"गुण","August 2023":"2023 अगस्त","Back":"वापस","Back To Editor":"संपादक पर वापस जाएं","Background Color":"पृष्ठभूमि रंग","Basic Flowchart":"बेसिक फ्लोचार्ट","Become a Github Sponsor":"गिटहब स्पॉन्सर बनें","Become a Pro User":"प्रो उपयोगकर्ता बनें","Begin Typing":"टाइपिंग शुरू करें","Blog":"ब्लॉग","Book a Meeting":"एक बैठक बुक करें","Border Color":"सीमा रंग","Border Width":"सीमा चौड़ाई","Bottom to Top":"नीचे से शीर्ष तक","Breadthfirst":"चौड़ाई पहले","Cancel":"रद्द करें","Cancel your subscription. Your hosted charts will become read-only.":"अपनी सदस्यता रद्द करें. आपके होस्ट किये गए चार्ट सिर्फ़ पढ़े जा सकेंगे.","Certain attributes can be used to customize the appearance or functionality of elements.":"कुछ गुण तत्वों की दिखता या कार्यक्षमता को अनुकूलित करने के लिए उपयोग किए जा सकते हैं।","Change Email Address":"ईमेल पता बदलें","Changelog":"बदलाव का","Charts":"चार्ट","Check out the guide:":"गाइड की जाँच करें:","Check your email for a link to log in.<0/>You can close this window.":"लॉग इन करने के लिए अपने ईमेल की जाँच करें। आप इस विंडो को बंद कर सकते हैं।","Choose":"चुनें","Choose Template":"टेम्पलेट चुनें","Choose a Plan":"एक योजना चुनें","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"एक किनारे के स्रोत और लक्ष्य के लिए विभिन्न तीर आकारों से चुनें। आकार शामिल हैं त्रिकोण, त्रिकोण-टी, सर्कल-त्रिकोण, त्रिकोण-क्रॉस, त्रिकोण-बैककर्व, वी, टी, चौकोर, हीरा, चेवरॉन और कोई नहीं।","Circle":"परिधि","Classes":"वर्ग","Clear":"साफ़","Clear text?":"पाठ साफ़ करें?","Clone":"क्लोन करें","Close":"बंद करें","Color":"रंग","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"रंग में लाल, नारंगी, पीला, नीला, बैंगनी, काला, सफेद, और ग्रे शामिल हैं।","Column":"स्तंभ","Comment":"टिप्पणी","Concentric":"गाढ़ा","Confirm New Email":"नई ईमेल की पुष्टि करें","Confirm your email address to sign in.":"साइन इन करने के लिए अपना ईमेल पता पुष्टि करें।","Consider: Adding a Label":"लेबल जोड़ने की सोचिए","Containers":"कंटेनर","Containers are nodes that contain other nodes. They are declared using curly braces.":"कंटेनर उन नोड्स हैं जो अन्य नोड्स को सम्मिलित करते हैं। वे कर्ली ब्रेस का उपयोग करके घोषित किया जाता है।","Continue":"जारी रखें","Convert to hosted chart?":"होस्टेड चार्ट में कनवर्ट करें?","Cookie Policy":"कुकी नीति","Copy":"कॉपी करें","Copy PNG Image":"PNG छवि कॉपी करें","Copy SVG Code":"SVG कोड कॉपी करें","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"अपने Excalidraw कोड को कॉपी करें और <0>excalidraw.com0> में पेस्ट करें ताकि आप संपादित कर सकें। यह सुविधा प्रयोगात्मक है और सभी आरेखों के साथ काम नहीं कर सकती। यदि आपको कोई बग मिलता है, तो <1>हमें जानकारी दें।1>","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"अपना मर्मेड.जेएस कोड कॉपी करें या मर्मेड.जेएस लाइव एडिटर में सीधे खोलें।","Create":"बनाएं","Create Flowcharts using AI":"एआई का उपयोग करके फ्लोचार्ट बनाएं","Create Unlimited Flowcharts":"असीमित पारितकथाओं बनाएं","Create a New Chart":"एक नया चार्ट बनाएं","Create unlimited diagrams for just $3/month!":"केवल 3 डॉलर महीने में असीमित डायग्राम बनाएं!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"आकार में असीमित फ्लोचार्ट को क्लाउड में संग्रहीत करें - किसी भी जगह से उपलब्ध!","Create with AI":"AI के साथ बनाएं","Creating an edge between two nodes is done by indenting the second node below the first":"दो नोड्स के बीच एक एज बनाने के लिए दूसरा नोड पहले वाले के नीचे इंडेंट करना होता है","Curve Style":"वक्र शैली","Custom CSS":"कस्टम CSS","Custom Sharing Options":"कस्टम शेयरिंग विकल्प","Customer Portal":"ग्राहक पोर्टल","Dark":"डार्क","Dark Mode":"डार्क मोड","Date":"तारीख़","Direct from Data":"डेटा से सीधा","Direction":"दिशा","Do you want to delete this?":"क्या आप इसे डिलीट करना चाहते हैं?","Document":"दस्तावेज़","Don\'t lose your work!":"अपना काम न गंवाएं!","Download":"डाउनलोड","Download JPG":"JPG डाउनलोड करें","Download PNG":"PNG डाउनलोड करें","Download SVG":"SVG डाउनलोड करें","Drag and drop a CSV file here, or click to select a file":"CSV फ़ाइल यहां ड्रैग और ड्रॉप करें, या फ़ाइल का चयन करने के लिए क्लिक करें","Draw an edge from multiple nodes by beginning the line with a reference":"एक से अधिक नोड्स से एज ड्रा करने के लिए लाइन को एक संदर्भ के साथ शुरू करें","Drop the file here ...":"फाइल यहाँ ड्रॉप करें ...","Edge ID, Classes, Attributes":"किनारे आईडी, वर्ग, गुण","Edge Label":"किनारे लेबल","Edge Label Column":"किनारे लेबल कॉलम","Edge Style":"किनारे शैली","Edge Text Size":"एड्ज टेक्स्ट आकार","Edge missing indentation":"एड्ज अंतराल गुम है","Edges":"किन्तुओं","Edges are declared in the same row as their source node":"उनके स्रोत नोड के ही पंक्ति में किन्तुओं की घोषणा की जाती है","Edges are declared in the same row as their target node":"उनके लक्ष्य नोड के ही पंक्ति में किन्तुओं की घोषणा की जाती है","Edges are declared in their own row":"किन्तुओं को अपनी खुद की पंक्ति में घोषणा की जाती है","Edges can also have ID\'s, classes, and attributes before the label":"लेबल से पहले, किन्तुओं को आईडीज़, क्लासेज़ और गुण देने की अनुमति होती है","Edges can be styled with dashed, dotted, or solid lines":"किन्तुओं को डैश्ड, डॉटेड या सॉलिड लाइन्स के साथ स्टाइल किया जा सकता है","Edges in Separate Rows":"अलग पंक्तियों में किन्हें","Edges in Source Node Row":"स्रोत नोड पंक्ति में किन्हें","Edges in Target Node Row":"लक्ष्य नोड पंक्ति में किन्हें","Editable":"संपादन योग्य","Editor":"संपादक","Email":"ईमेल","Empty":"खाली","Enter a prompt or information you would like to create a chart from.":"एक प्रॉम्प्ट या जानकारी दर्ज करें जिससे आप एक चार्ट बना सकें।","Enter your email address and we\'ll send you a magic link to sign in.":"अपना ईमेल पता दर्ज करें और हम आपको साइन इन करने के लिए एक जादूगरी लिंक भेजेंगे।","Enter your email address below and we\'ll send you a link to reset your password.":"नीचे अपना ईमेल पता दर्ज करें और हम आपको अपना पासवर्ड रीसेट करने के लिए एक लिंक भेजेंगे।","Equal To":"बराबर","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"अपने फ्लोचार्ट में स्थानीय फ़ाइलों को डायरेक्टली लोड करने की क्षमता और सुरक्षा का अनुभव करें। फ्लोचार्ट फन प्रो के साथ इस विशेष प्रो फीचर और अधिक को अनलॉक करें, जो केवल 3/महीने या 30/वर्ष के लिए उपलब्ध है।","Export":"एक्सपोर्ट करें","Export to PNG & JPG":"PNG और JPG में निर्यात करें","Export to PNG, JPG, and SVG":"PNG, JPG और SVG में निर्यात करें","Feedback":"फ़ीडबैक","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"किसी भी चिंता के लिए हमसे फीडबैक पेज के माध्यम से संपर्क करने के लिए स्वतंत्रता से अन्वेषण करें और प्रवेश करें।","Fixed Node Height":"निर्धारित नोड ऊंचाई","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"फ्लोचार्ट फन प्रो आपको असीमित पारितकथाओं, असीमित सहयोगियों और मात्र $ 3 / महीने या $ 30 / साल के लिए असीमित स्टोरेज प्रदान करता है।","Follow Us on Twitter":"हमारे साथ ट्विटर पर फॉलो करें","Font Family":"फॉन्ट परिवार","Forgot your password?":"अपना पासवर्ड भूल गए?","Found a bug? Have a feature request? We would love to hear from you!":"एक बग पाया? एक सुविधा अनुरोध है? हम आपसे सुनने के लिए प्रसन्न होंगे!","Free":"मुफ्त","Fullscreen":"फ़ुलस्क्रीन","General":"सामान्य","Go back home":"घर वापस जाओ","Go to the Editor":"संपादक पर जाएं","Go to your Sandbox":"अपने सैंडबॉक्स पर जाएं","Graph":"ग्राफ़","Grid":"ग्रिड","Have complex questions or issues? We\'re here to help.":"जटिल सवाल या समस्याएं हैं? हम यहां आपकी मदद के लिए हैं।","Here are some Pro features you can now enjoy.":"यहाँ आपको कुछ प्रो फीचर आनंद लेने को मिल रहे हैं।","History":"हिस्ट्री","Home":"होम","How are edges declared in this data?":"इस डेटा में कैसे किन्हीं कड़ियाँ घोषित होती हैं?","How would you like to save your chart?":"आप अपने चार्ट को कैसे सहेजना चाहेंगे?","ID\'s":"आईडीज़","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"अगर उस ईमेल के साथ एक खाता मौजूद है, तो हमने आपको पासवर्ड रीसेट करने के लिए निर्देशों के साथ एक ईमेल भेजा है।","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"यदि आप <0>Flowchart Fun0> का उपयोग करना आनंदित हैं, तो कृपया परियोजना को समर्थित करने की सोच करें","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"यदि आप एक एड्ज बनाने के लिए मतलब है, तो इस लाइन को इंडेंट करें। यदि नहीं, तो कॉलन को बैक स्लैश के साथ भागो <0> \\\\: 0>","Images":"छवियाँ","Import Data":"डेटा आयात करें","Import data from a CSV file.":"CSV फ़ाइल से डेटा आयात करें।","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"किसी भी CSV फ़ाइल से डेटा आयात करें और इसे एक नए प्रक्रिया चार्ट में मैप करें। यह अन्य स्रोतों जैसे लुसिडचार्ट, गूगल शीट्स और विसिओ से डेटा आयात करने के लिए एक अच्छा तरीका है।","Import from CSV":"CSV से आयात करें","Import from Lucidchart, Visio, and other CSV files.":"Lucidchart, Visio और अन्य CSV फ़ाइलों से आयात करें।","Import from Visio, Lucidchart, and CSV":"Visio, Lucidchart और CSV से आयात करें","Import your diagram it into Microsoft Visio using one of these CSV files.":"इन CSV फ़ाइलों में से एक का उपयोग करके अपनी आरेख Microsoft Visio में आयात करें।","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"डेटा आयात एक प्रो फीचर है। आप केवल $ 3/महीने या $ 30/वर्ष के लिए फ्लोचार्ट फन प्रो में अपग्रेड कर सकते हैं।","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"एक <0>title0> विशेषता का उपयोग करके एक शीर्षक शामिल करें। Visio रंगीनी का उपयोग करने के लिए, निम्नलिखित में से किसी एक के बराबर एक <1>roleType1> विशेषता जोड़ें:","Info":"जानकारी","Is":"हाँ","Knowledge Graph":"ज्ञान ग्राफ","Language":"भाषा","Layout":"रूपरेखा","Layout Frozen":"लेआउट फ्रोज़न","Leading References":"प्रमुख संदर्भ","Learn More":"और अधिक जानें","Learn Syntax":"सिंटैक्स सीखें","Learn about Flowchart Fun Pro":"Flowchart Fun Pro के बारे में जानें","Left to Right":"बाएं से दाएं","Light":"लाइट","Light Mode":"लाइट मोड","Link":"लिंक","Load":"लोड","Load Chart":"चार्ट लोड करें","Load File":"फ़ाइल लोड करें","Load Files":"फ़ाइलें लोड करें","Load default content":"डिफ़ॉल्ट सामग्री लोड करें","Load from link?":"लिंक से लोड करें?","Load layout and styles":"लोड लेआउट और शैलियां","Local File Support":"स्थानीय फ़ाइल समर्थन","Lock Zoom to Graph":"ग्राफ पर जूम लॉक करें","Log In":"लॉग इन करें","Log Out":"लॉग आउट","Log in to Save":"सेव में लॉग इन करें","Make a One-Time Donation":"एक बार दान करें","Make publicly accessible":"सार्वजनिक रूप से एक्सेस दें","Manage Billing":"बिलिंग प्रबंधित करें","Map Data":"डेटा मैप","Monthly":"मासिक","Multiple pointers on same line":"एक ही लाइन पर कई प्रतीक","Name Chart":"चार्ट का नाम","Name your chart":"अपने चार्ट को नाम दें","New":"नया","New Email":"नई ईमेल","Next charge":"अगला चार्ज","No Edges":"कोई किनारे नहीं","No Watermarks!":"कोई वॉटरमार्क्स नहीं!","No: Option B":"नहीं: विकल्प B","Node Border Style":"नोड सीमा शैली","Node Colors":"नोड रंग","Node ID":"नोड आईडी","Node ID, Classes, Attributes":"नोड आईडी, वर्ग, गुण","Node Label":"नोड लेबल","Node Shape":"नोड आकार","Node Shapes":"नोड आकार","Node and pointer on same line":"नोड और प्रतीक एक ही लाइन पर","Nodes":"नोड्स","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"नोड्स को डैश्ड, डॉट्ड, या डबल के साथ शैलीयित किया जा सकता है। सीमाओं को बॉर्डर_नोन के साथ हटाया जा सकता है।","Not Empty":"खाली नहीं","Now erase the text and try it yourself!":"अब पाठ हटाएं और खुद से यह कोशिश करें!","Office Hours":"कार्यालय अवधि","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"कभी-कभी मैजिक लिंक आपके स्पैम फोल्डर में खत्म हो जाता है। अगर आप कुछ मिनट बाद उसे नहीं देख रहे हैं, तो वहां जाकर देखें या एक नया लिंक अनुरोध करें।","One on One Support":"एक प्रति एक समर्थन","One-on-One Support":"एक-पर-एक समर्थन","Open Customer Portal":"ग्राहक पोर्टल खोलें","Or, you can <0>create a new subscription0>.":"या फिर, आप <0>एक नया सदस्यता बना सकते हैं0>।","Organization Chart":"संगठन चार्ट","Padding":"पैडिंग","Page not found":"पृष्ठ नहीं मिला","Password":"पासवर्ड","Past Due":"पिछले दौरान","Permanent Charts are a Pro Feature":"स्थायी चार्ट एक प्रो सुविधा हैं","Playbook":"प्लेबुक","Pointer and container on same line":"प्रतीक और कंटेनर एक ही लाइन पर","Privacy Policy":"गोपनीयता नीति ","Process Diagram":"प्रक्रिया आरेख","Processing Data":"डेटा प्रसंस्करण","Product is too expensive...":"उत्पाद बहुत महंगा है ...","Public":"पब्लिक","Random":"अनियमित","Rapid Templates":"त्वरित टेम्पलेट्स","Read-only":"केवल पढ़ने के लिए","Reference by Class":"क्लास के द्वारा संदर्भ","Reference by ID":"आईडी द्वारा संदर्भ","Reference by Label":"लेबल द्वारा संदर्भ","References":"संदर्भ","References are used to create edges between nodes that are created elsewhere in the document":"संदर्भ दस्तावेज के अन्य भागों में बनाए गए नोड्स के बीच कड़ियाँ बनाने के लिए उपयोग किए जाते हैं","Referencing a node by its exact label":"सटीक लेबल द्वारा नोड का संदर्भ करना","Referencing a node by its unique ID":"अद्वितीय आईडी द्वारा नोड का संदर्भ करना","Referencing multiple nodes with the same assigned class":"एक ही निर्धारित कक्षा के साथ कई नोड का उल्लेख करना","Refresh Page":"पृष्ठ को ताज़ा करें","Reload to Update":"अपडेट करने के लिए रीलोड करें","Rename":"फिर से नाम बदलें","Request Magic Link":"अनुरोध जादू लिंक","Request Password Reset":"पासवर्ड रीसेट का अनुरोध करें","Reset":"रीसेट करें","Reset Password":"पासवर्ड रीसेट करें","Resume Subscription":"सदस्यता फिर से शुरू करें","Return":"वापसी","Right to Left":"दाएं से बाएं","Roadmap":"रोडमैप","Rotate Label":"लेबल को घुमाएँ","Save":"सहेजें","Save and load local files. Perfect for managing work-related documents offline.":"स्थानीय फ़ाइलों को सेव और लोड करें। काम संबंधी दस्तावेज़ों को ऑफ़लाइन प्रबंधित करने के लिए आदर्श।","Save time by creating flowcharts using AI.":"AI का उपयोग करके फ्लोचार्ट बनाकर समय बचाएं।","Save to Cloud":"क्लौड में सेव करें","Save to File":"फाइल में सेव करें","Save your Work":"अपनी कार्यवाही सुरक्षित करें","Set Content":"सामग्री सेट करें","Set Fixed Node Height":"नोड ऊंचाई को सेट करें","Settings":"सेटिंग","Share":"साझा करें","Sign In":"साइन इन करें","Sign in with <0>GitHub0>":"<0>GitHub0> के साथ साइन इन करें","Sign in with <0>Google0>":"<0>Google0> के साथ साइन इन करें","Sorry! This page is only available in English.":"माफ़ करें! यह पेज केवल अंग्रेजी में उपलब्ध है।","Source Arrow Shape":"स्रोत तीर आकार","Source Column":"स्रोत स्तंभ","Source Delimiter":"स्रोत डिलिमिटर","Source Distance From Node":"नोड से स्रोत दूरी","Source/Target Arrow Shape":"स्रोत / लक्ष्य तीर आकार","Spacing":"अंतराल","Special Attributes":"विशेष गुण","Start":"शुरू","Start Over":"शुरू करें","Status":"स्टेटस","Store any data associated to a node":"किसी नोड से संबंधित किसी भी डेटा स्टोर करें","Style Classes":"शैली क्लासेज","Submit":"भेजना","Subscription":"सदस्यता","Subscription Successful!":"सदस्यता सफल हुआ!","Subscription will end":"सदस्यता समाप्त हो जाएगी","Target Arrow Shape":"लक्ष्य तीर आकार","Target Column":"लक्ष्य कॉलम","Target Delimiter":"लक्ष्य डेलीमीटर","Target Distance From Node":"नोड से लक्ष्य दूरी","Templates":"टेम्पलेट्स","Text Color":"पाठ रंग","Text Horizontal Offset":"टेक्स्ट की क्षैतिज ओफसेट","Text Leading":"पाठ प्रमुख","Text Max Width":"टेक्स्ट की अधिकतम चौड़ाई","Text Vertical Offset":"पाठ लंबाई ऑफसेट","Text followed by colon+space creates an edge with the text as the label":"स्क्लीन के बाद कोलन + स्पेस एक किरदार बनाता है जिसका पाठ लेबल है","Text on a line creates a node with the text as the label":"एक पंक्ति पर पाठ एक नोड बनाता है जिसका पाठ लेबल है","Thank you for your feedback!":"आपके फ़ीडबैक के लिए धन्यवाद!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"शैलीयित करने के लिए सर्वश्रेष्ठ तरीका नोड या एड्ज पर राइट-क्लिक करके आपके द्वारा चाहिए शैली का चयन करना है।","The column that contains the edge label(s)":"कॉलम जो एड्ज लेबल (ओं) को शामिल करता है","The column that contains the source node ID(s)":"कॉलम जो स्रोत नोड आईडी (ओं) को शामिल करता है","The column that contains the target node ID(s)":"कॉलम जो लक्ष्य नोड आईडी (ओं) को शामिल करता है","The delimiter used to separate multiple source nodes":"कई स्रोत नोड्स को अलग करने के लिए उपयोग किया गया डिलिमिटर","The delimiter used to separate multiple target nodes":"कई लक्ष्य नोड्स को अलग करने के लिए उपयोग किया गया डिलिमिटर","The possible shapes are:":"संभव आकृतियाँ हैं:","Theme":"थीम","Theme Editor":"थीम संपादक","There are no edges in this data":"इस डेटा में कोई एड्ज नहीं है","This action cannot be undone.":"इस क्रिया को पूर्ववत नहीं किया जा सकता।","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"यह सुविधा केवल प्रो उपयोगकर्ताओं के लिए उपलब्ध है। <0>प्रो उपयोगकर्ता बनें0> इसे अनलॉक करने के लिए।","This may take between 30 seconds and 2 minutes depending on the length of your input.":"आपके इनपुट की लंबाई के आधार पर, यह 30 सेकंड से 2 मिनट तक लग सकता है।","This will replace the current content.":"यह वर्तमान सामग्री को बदल देगा।","This will replace your current sandbox.":"यह आपके वर्तमान सैंडबॉक्स को बदल देगा।","Tip":"सुझाव","To fix this change one of the edge IDs":"इसे ठीक करने के लिए एड्ज आईडी के एक को बदलें","To fix this change one of the node IDs":"इसे ठीक करने के लिए नोड आईडी के एक को बदलें","To fix this move one pointer to the next line":"इसे ठीक करने के लिए प्रतीक को अगली पंक्ति पर ले जाएं","To fix this move the pointer to the next line":"इसे ठीक करने के लिए प्रतीक को अगली पंक्ति पर ले जाएं","To fix this start the container <0/> on a different line":"इसे ठीक करने के लिए कंटेनर <0/> को एक अलग पंक्ति पर शुरू करें","To learn more about why we require you to log in, please read <0>this blog post0>.":"हमें आपको लॉगिन करने के लिए आवश्यक क्यों है, कृपया <0>यह ब्लॉग पोस्ट0> पढ़ें।","Top to Bottom":"ऊपर से नीचे","Transform Your Ideas into Professional Diagrams in Seconds":"अपने विचारों को सेकंड में प्रोफेशनल डायरेक्टरी में रूपांतरित करें","Try again":"फिर से कोशिश करें","Two edges have the same ID":"दो किनारे उसी आईडी के हैं","Two nodes have the same ID":"दो नोड उसी आईडी के हैं","Unique text value to identify a node":"एक नोड को पहचानने के लिए अद्वितीय पाठ मूल्य","Unknown":"अज्ञात","Unknown Parsing Error":"अज्ञात पार्सिंग त्रुटि","Unlimited Flowcharts":"असीमित फ्लोचार्ट","Unlimited Permanent Flowcharts":"असीमित स्थायी प्रवाहगतीं ","Unpaid":"अवैतनिक","Update Email":"ईमेल अपडेट करें","Upgrade to Pro":"प्रो को अपग्रेड करें","Upload your File":"अपनी फाइल अपलोड करें","Use AI":"AI का उपयोग करें","Use Custom CSS Only":"केवल कस्टम CSS का उपयोग करें","Use Default Content":"डिफ़ॉल्ट सामग्री का उपयोग करें","Use an ID to Connect":"कनेक्ट करने के लिए एक ID उपयोग करें","Use classes to group nodes":"नोड्स को समूहों में सम्मिलित करने के लिए वर्ग उपयोग करें","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"नोड पर एक लिंक सेट करने के लिए गुण <0>href0> उपयोग करें जो एक नये टैब में खुलेगा।","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"नोड की छवि सेट करने के लिए <0>src0> गुण का उपयोग करें। छवि नोड के आकार में स्केल की जाएगी, इसलिए आपको आवश्यक प्रतिस्थापित करने के लिए नोड की चौड़ाई और ऊँचाई को समायोजित करना होगा। केवल सार्वजनिक छवियाँ (CORS द्वारा ब्लॉक नहीं की गई) समर्थित हैं।","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"नोड की विशिष्ट चौड़ाई और ऊँचाई सेट करने के लिए <0>w0> और <1>h1> गुण का उपयोग करें।","Use the customer portal to change your billing information.":"अपनी बिलिंग जानकारी बदलने के लिए ग्राहक पोर्टल का उपयोग करें।","Use these settings to adapt the look and behavior of your flowcharts":"अपने फ्लोचार्ट की दिखता और व्यवहार को अनुकूलित करने के लिए इन सेटिंग्स का उपयोग करें","Use this file for org charts, hierarchies, and other organizational structures.":"संगठनात्मक चार्ट, पदानुक्रमों और अन्य संगठनात्मक संरचनाओं के लिए इस फ़ाइल का उपयोग करें।","Use this file for sequences, processes, and workflows.":"अनुक्रमों, प्रक्रियाओं और कार्यप्रवाहों के लिए इस फ़ाइल का उपयोग करें।","User":"यूज़र","View on Github":"Github पर देखें","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"अपने फ्लोचार्ट्स को रखना चाहते हैं? हमारे प्रो खाते के लिए केवल 3 $ / महीने में अपग्रेड करें। प्रो से, आप असीमित फ्लोचार्ट्स को सहेज सकते हैं और अपने क्रीएटिविटी को कभी नहीं खोएंगे।","Watermarks":"वॉटरमार्क","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"हमें खेद है कि आप अपने सदस्यता रद्द करने के बारे में सोच रहे हैं। कृपया हमें बताएं कि आप क्यों रद्द कर रहे हैं ताकि हम अपनी सेवा में सुधार कर सकें। धन्यवाद!","What\'s this?":"यह क्या है?","Width":"चौड़ाई","Width and Height":"चौड़ाई और ऊँचाई","Work with Local Files":"स्थानीय फ़ाइलों के साथ काम करें","Would you like to continue?":"क्या आप जारी रखना चाहते हैं?","Yearly":"वार्षिक","Yes: Option A":"हाँ: विकल्प A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["आप अपने ग्राफ में ",["numNodes"]," नोड्स और ",["numEdges"]," एड्ज़ जोड़ने वाले हैं।"],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"<0>Flowchart Fun Pro0> के साथ आप असीमित स्थायी फ्लोचार्ट बना सकते हैं।","You must <0>log in0> before you can upgrade to Pro.":"आपको प्रो यूजर बनने से पहले <0>लॉग इन0> करना होगा।","You need to log in to access this page.":"इस पृष्ठ तक पहुँचने के लिए आपको लॉग इन करना होगा।","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"आप पहले से ही प्रो यूजर हैं!<0/>क्या आपके पास सवाल या फीचर अनुरोध हैं? <1>हमें बताएं1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"आप वर्तमान में अपने सैंडबॉक्स में काम कर रहे हैं। याद रखें, यह रोज रिसेट होता है, इसलिए आपका वर्तमान काम कल सेव नहीं होगा।","Your Charts":"आपके चार्ट","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"आपका सैंडबॉक्स हमारी फ्लोचार्ट टूल के साथ निःशुल्क प्रयोग करने के लिए एक स्थान है, जो हर दिन एक नए शुरुआत के लिए रीसेट होता है।","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"आपके चार्ट केवल पढ़ने के लिए हैं क्योंकि आपका खाता अब और नहीं सक्रिय है। अधिक जानने के लिए अपने <0>खाते0> पृष्ठ पर जाएँ। आप अपने चार्ट्स पर संपादन करने के लिए <1>प्रो के स्तर पर अपग्रेड कर सकते हैं1>।","Your subscription is <0>{statusDisplay}0>.":["आपका सदस्यता <0>",["statusDisplay"],"0> है।"],"Zoom In":"ज़ूम इन करें","Zoom Out":"आउट ज़ूम करें","or":"या"}'
),
};
diff --git a/app/src/locales/hi/messages.po b/app/src/locales/hi/messages.po
index e04d3b883..2ff9e4afd 100644
--- a/app/src/locales/hi/messages.po
+++ b/app/src/locales/hi/messages.po
@@ -107,7 +107,7 @@ msgstr "संपादक पर वापस जाएं"
msgid "Background Color"
msgstr "पृष्ठभूमि रंग"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "बेसिक फ्लोचार्ट"
@@ -185,6 +185,10 @@ msgstr "बदलाव का"
msgid "Charts"
msgstr "चार्ट"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "गाइड की जाँच करें:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "लॉग इन करने के लिए अपने ईमेल की जाँच करें। आप इस विंडो को बंद कर सकते हैं।"
@@ -297,7 +301,7 @@ msgstr "PNG छवि कॉपी करें"
msgid "Copy SVG Code"
msgstr "SVG कोड कॉपी करें"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "अपने Excalidraw कोड को कॉपी करें और <0>excalidraw.com0> में पेस्ट करें ताकि आप संपादित कर सकें। यह सुविधा प्रयोगात्मक है और सभी आरेखों के साथ काम नहीं कर सकती। यदि आपको कोई बग मिलता है, तो <1>हमें जानकारी दें।1>"
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "अपना काम न गंवाएं!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "डाउनलोड"
@@ -678,7 +682,7 @@ msgstr "Lucidchart, Visio और अन्य CSV फ़ाइलों से
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Visio, Lucidchart और CSV से आयात करें"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "इन CSV फ़ाइलों में से एक का उपयोग करके अपनी आरेख Microsoft Visio में आयात करें।"
@@ -686,7 +690,7 @@ msgstr "इन CSV फ़ाइलों में से एक का उप
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "डेटा आयात एक प्रो फीचर है। आप केवल $ 3/महीने या $ 30/वर्ष के लिए फ्लोचार्ट फन प्रो में अपग्रेड कर सकते हैं।"
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "एक <0>title0> विशेषता का उपयोग करके एक शीर्षक शामिल करें। Visio रंगीनी का उपयोग करने के लिए, निम्नलिखित में से किसी एक के बराबर एक <1>roleType1> विशेषता जोड़ें:"
@@ -806,7 +810,7 @@ msgstr "सेव में लॉग इन करें"
msgid "Make a One-Time Donation"
msgstr "एक बार दान करें"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "सार्वजनिक रूप से एक्सेस दें"
@@ -936,7 +940,7 @@ msgstr "ग्राहक पोर्टल खोलें"
msgid "Or, you can <0>create a new subscription0>."
msgstr "या फिर, आप <0>एक नया सदस्यता बना सकते हैं0>।"
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "संगठन चार्ट"
@@ -988,8 +992,8 @@ msgstr "डेटा प्रसंस्करण"
msgid "Product is too expensive..."
msgstr "उत्पाद बहुत महंगा है ..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "पब्लिक"
@@ -1345,7 +1349,7 @@ msgstr "यह वर्तमान सामग्री को बदल द
msgid "This will replace your current sandbox."
msgstr "यह आपके वर्तमान सैंडबॉक्स को बदल देगा।"
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "सुझाव"
@@ -1471,11 +1475,11 @@ msgstr "अपनी बिलिंग जानकारी बदलने
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "अपने फ्लोचार्ट की दिखता और व्यवहार को अनुकूलित करने के लिए इन सेटिंग्स का उपयोग करें"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "संगठनात्मक चार्ट, पदानुक्रमों और अन्य संगठनात्मक संरचनाओं के लिए इस फ़ाइल का उपयोग करें।"
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "अनुक्रमों, प्रक्रियाओं और कार्यप्रवाहों के लिए इस फ़ाइल का उपयोग करें।"
diff --git a/app/src/locales/ko/messages.js b/app/src/locales/ko/messages.js
index 4203c215f..36b10a76c 100644
--- a/app/src/locales/ko/messages.js
+++ b/app/src/locales/ko/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"월 3 달러","$30 / year":"연 30 달러","1 Temporary Flowchart":"1 임시 플로차트","16% Less":"16 % 감소","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>사용자 정의 CSS만0>이 활성화되었습니다. 레이아웃과 고급 설정만 적용됩니다.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0>은 <1>Tone Row1>가 만든 오픈 소스 프로젝트입니다.","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>로그인0> / <1>회원가입1> 이메일과 비밀번호로","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>현재 당신은 무료 계정을 가지고 있습니다. <1/><2>프로 기능에 대해 알아보고 우리 가격 페이지에서 구독하세요2>.0>","A new version of the app is available. Please reload to update.":"새로운 버전의 앱이 사용 가능합니다. 업데이트하려면 다시로드하십시오.","AI Ready":"AI 준비됨","About":"소개","Account":"계정","Advanced":"고급","Amount":"금액","An error occurred. Try resubmitting or email {0} directly.":["오류가 발생하였습니다. 다시 제출하거나 ",["0"],"으로 직접 이메일을 보내주십시오."],"Appearance":"외관","Arrow Size":"화살표 크기","Attributes":"속성","August 2023":"2023년 8월","Back":"뒤로","Back To Editor":"편집기로 돌아가기","Background Color":"배경색","Basic Flowchart":"기본 플로우 차트","Become a Github Sponsor":"깃허브 스폰서가 되기","Become a Pro User":"프로 사용자가 되기","Begin Typing":"입력을 시작하세요.","Blog":"블로그","Book a Meeting":"미팅 예약","Border Color":"테두리 색","Border Width":"테두리 너비","Bottom to Top":"아래에서 위로","Breadthfirst":"폭 우선","Cancel":"취소","Cancel your subscription. Your hosted charts will become read-only.":"구독을 취소하십시오. 귀하의 호스트 차트가 읽기 전용이 됩니다.","Certain attributes can be used to customize the appearance or functionality of elements.":"일부 속성은 요소의 모양 또는 기능을 사용자 정의하기 위해 사용할 수 있습니다.","Change Email Address":"이메일 주소 변경","Changelog":"변경 로그","Charts":"차트","Check your email for a link to log in.<0/>You can close this window.":"로그인할 링크가 들어있는 이메일을 확인하세요. 이 창은 닫을 수 있습니다.","Choose":"선택하세요","Choose Template":"템플릿 선택","Choose a Plan":"계획을 선택하세요 ","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"에지의 소스와 목적지를 위한 다양한 화살표 모양을 선택합니다. 모양에는 삼각형, 삼각형-티, 원-삼각형, 삼각형-가위형, 삼각형-뒤곡선, 베이, 티, 사각형, 원, 다이아몬드, 쉐브론, 없음이 포함됩니다.","Circle":"원","Classes":"클래스","Clear":"지우다","Clear text?":"텍스트를 지우시겠습니까?","Clone":"클론","Close":"닫기","Color":"색상","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"색상에는 빨강, 주황, 노랑, 파랑, 보라, 검정, 흰색, 회색이 포함됩니다.","Column":"열","Comment":"댓글 달기","Concentric":"동심","Confirm New Email":"새 이메일 확인","Confirm your email address to sign in.":"로그인하려면 이메일 주소를 확인하세요.","Consider: Adding a Label":"레이블을 추가해 보는 것을 고려하세요.","Containers":"컨테이너","Containers are nodes that contain other nodes. They are declared using curly braces.":"컨테이너는 다른 노드를 포함하는 노드입니다. 중괄호를 사용하여 선언됩니다.","Continue":"계속하기","Convert to hosted chart?":"호스팅 차트로 변환하시겠습니까?","Cookie Policy":"쿠키 정책","Copy":"복사","Copy PNG Image":"PNG 이미지 복사","Copy SVG Code":"SVG 코드 복사","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Excalidraw 코드를 복사해서 <0>excalidraw.com0>에 붙여넣어서 편집하세요. 이 기능은 실험적이며 모든 다이어그램과 작동하지 않을 수 있습니다. 버그를 발견하면 <1>알려주세요1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"mermaid.js 코드를 복사하거나 mermaid.js 라이브 편집기에서 직접 열어주세요.","Create":"만들기","Create Flowcharts using AI":"AI를 사용하여 플로차트를 만들어보세요","Create Unlimited Flowcharts":"무제한 플로차트 만들기","Create a New Chart":"새 차트 만들기","Create unlimited diagrams for just $3/month!":"3달러에 무한한 다이어그램을 만들어보세요!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"클라우드에 저장된 무한 플로우 차트 생성 - 어디서나 액세스 가능!","Create with AI":"AI로 만들기","Creating an edge between two nodes is done by indenting the second node below the first":"두 노드 사이에 엣지를 만드는 것은 첫 번째 노드 아래에 두 번째 노드를 들여 쓰는 것으로 합니다.","Curve Style":"곡선 스타일","Custom CSS":"사용자 정의 CSS","Custom Sharing Options":"커스텀 공유 옵션","Customer Portal":"고객 포털","Dark":"다크","Dark Mode":"다크 모드","Date":"날짜","Direct from Data":"데이터로부터 직접","Direction":"방향","Do you want to delete this?":"본 항목을 삭제하시겠습니까?","Document":"문서","Don\'t lose your work!":"작업을 잃어버리지 마세요!","Download":"다운로드","Download JPG":"JPG 다운로드","Download PNG":"PNG 다운로드","Download SVG":"SVG 다운로드","Drag and drop a CSV file here, or click to select a file":"CSV 파일을 여기에 드래그 앤 드롭하거나 파일을 선택하려면 클릭하세요.","Draw an edge from multiple nodes by beginning the line with a reference":"참조를 시작하여 여러 노드로부터 엣지를 그립니다.","Drop the file here ...":"파일을 여기에 드롭하세요 ...","Edge ID, Classes, Attributes":"가장자리 ID, 클래스, 속성","Edge Label":"가장자리 라벨","Edge Label Column":"가장자리 라벨 열","Edge Style":"가장자리 스타일","Edge Text Size":"가장자리 텍스트 크기","Edge missing indentation":"들여쓰기가 누락된 가장자리","Edges":"가장자리","Edges are declared in the same row as their source node":"가장자리는 소스 노드가 있는 같은 행에 선언됩니다.","Edges are declared in the same row as their target node":"가장자리는 목표 노드가 있는 같은 행에 선언됩니다.","Edges are declared in their own row":"가장자리는 자신의 행에 선언됩니다.","Edges can also have ID\'s, classes, and attributes before the label":"라벨 앞에 ID, 클래스 및 속성도 가질 수 있습니다.","Edges can be styled with dashed, dotted, or solid lines":"가장자리는 점선, 점선 또는 실선으로 스타일이 지정될 수 있습니다.","Edges in Separate Rows":"각 행별로 간선","Edges in Source Node Row":"출발 노드 행에 간선","Edges in Target Node Row":"도착 노드 행에 간선","Editable":"편집 가능","Editor":"에디터","Email":"이메일","Empty":"비어 있음","Enter a prompt or information you would like to create a chart from.":"차트를 만들기 위한 프롬프트 또는 정보를 입력하십시오.","Enter your email address and we\'ll send you a magic link to sign in.":"이메일 주소를 입력하면 자동으로 로그인할 수 있는 링크를 보내드립니다.","Enter your email address below and we\'ll send you a link to reset your password.":"아래에 이메일 주소를 입력하면 비밀번호 재설정을 위한 링크를 보내드립니다.","Equal To":"같음","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"로컬 파일을 흐름도에 직접 로드하여 효율과 보안을 체험하십시오. 이 고급 Pro 기능 및 Flowchart Fun Pro의 다른 기능은 매월 3 달러 또는 연간 30 달러로 사용할 수 있습니다.","Export":"내보내기","Export to PNG & JPG":"PNG 및 JPG로 내보내기","Export to PNG, JPG, and SVG":"PNG, JPG 및 SVG로 내보내기","Feedback":"피드백","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"우리에게 연락하고 자유롭게 탐색하시고 <0>피드백0> 페이지를 통해 의견을 제시하실 수 있습니다.","Fixed Node Height":"고정된 노드 높이","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro은 무제한 플로차트, 무제한 협력자 및 무제한 저장 공간을 제공하며 월 3 달러 또는 연간 30 달러로 제공됩니다.","Follow Us on Twitter":"트위터에서 우리를 팔로우하기","Font Family":"글꼴 가족","Forgot your password?":"비밀번호를 잊으셨나요?","Found a bug? Have a feature request? We would love to hear from you!":"버그를 발견했습니까? 기능 요청이 있습니까? 우리는 당신과의 소통을 사랑합니다!","Free":"무료","Fullscreen":"전체 화면","General":"일반","Go back home":"집으로 돌아가기","Go to the Editor":"편집기로 가기","Go to your Sandbox":"너의 샌드박스로 가기","Graph":"그래프","Grid":"그리드","Have complex questions or issues? We\'re here to help.":"복잡한 문제가 있나요? 여기에서 도와드리겠습니다.","Here are some Pro features you can now enjoy.":"이제 즐길 수 있는 Pro 기능들이 있습니다.","History":"기록","Home":"집","How are edges declared in this data?":"이 데이터에서 간선은 어떻게 선언됩니까?","How would you like to save your chart?":"당신의 차트를 저장하려면 어떻게 하시겠습니까?","ID\'s":"식별자","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"해당 이메일로 계정이 있다면 비밀번호 재설정을 위한 안내를 포함한 이메일을 보내드립니다.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"<0>Flowchart Fun0>을 사용하는 것을 즐기고 있다면, 프로젝트를 지원해 주시기 바랍니다.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"만약 가장자리를 만들려면, 이 줄을 들여쓰기하십시오. 만약 그렇지 않다면, 콜론을 백슬래시로 이스케이프하십시오 <0>\\\\:0>","Images":"이미지","Import Data":"데이터 가져오기","Import data from a CSV file.":"CSV 파일에서 데이터를 가져옵니다.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"CSV 파일에서 데이터를 가져와 새로운 플로우 차트로 매핑합니다. 이것은 Lucidchart, Google Sheets, Visio 등의 다른 소스에서 데이터를 가져오는 데 좋은 방법입니다.","Import from CSV":"CSV로 가져오기","Import from Lucidchart, Visio, and other CSV files.":"Lucidchart, Visio 및 기타 CSV 파일로부터 가져오기.","Import from Visio, Lucidchart, and CSV":"Visio, Lucidchart 및 CSV에서 가져오기","Import your diagram it into Microsoft Visio using one of these CSV files.":"이러한 CSV 파일 중 하나를 사용하여 다이어그램을 Microsoft Visio로 가져옵니다.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"데이터 가져오기는 프로 기능입니다. Flowchart Fun Pro을 월 3 달러 또는 연 30 달러로 업그레이드 할 수 있습니다.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"<0>title0> 속성을 사용하여 제목을 포함시키십시오. Visio 색상을 사용하려면 다음 중 하나와 같은 <1>roleType1> 속성을 추가하십시오:","Info":"정보","Is":"있다","Knowledge Graph":"지식 그래프","Language":"언어","Layout":"레이아웃","Layout Frozen":"레이아웃 동결","Leading References":"주목할만한 참고","Learn More":"더 알아보기","Learn Syntax":"구문 배우기","Learn about Flowchart Fun Pro":"Flowchart Fun Pro에 대해 알아보기","Left to Right":"왼쪽에서 오른쪽으로","Light":"라이트","Light Mode":"라이트 모드","Link":"링크","Load":"로드","Load Chart":"로드 차트","Load File":"로드 파일","Load Files":"로드 파일","Load default content":"기본 내용 로드","Load from link?":"링크에서 불러오기?","Load layout and styles":"레이아웃과 스타일 로드","Local File Support":"로컬 파일 지원","Lock Zoom to Graph":"그래프에 룩 줌을 고정하다","Log In":"로그인","Log Out":"로그아웃","Log in to Save":"로그인하여 저장하기","Make a One-Time Donation":"한 번 선물하기","Make publicly accessible":"공개적으로 액세스 가능하게 만들기","Manage Billing":"청구 관리","Map Data":"데이터 지도","Monthly":"월간","Multiple pointers on same line":"같은 줄에 여러 포인터","Name Chart":"차트 이름","Name your chart":"차트 이름 지정","New":"신규","New Email":"새 이메일","Next charge":"다음 청구 금액","No Edges":"노드 없음","No Watermarks!":"물방울 없음!","No: Option B":"아니요: 옵션 B","Node Border Style":"노드 경계 스타일","Node Colors":"노드 색상","Node ID":"노드 ID","Node ID, Classes, Attributes":"노드 ID, 클래스, 속성","Node Label":"노드 라벨","Node Shape":"노드 모양","Node Shapes":"노드 모양","Node and pointer on same line":"같은 줄에 노드와 포인터","Nodes":"노드","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"노드는 점선, 점점선 또는 이중 선으로 스타일링 할 수 있습니다. 또한 border_none을 사용하여 테두리를 제거할 수도 있습니다.","Not Empty":"비어 있지 않음","Now erase the text and try it yourself!":"지금 텍스트를 지우고 스스로 시도해 보세요!","Office Hours":"근무 시간","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"가끔 마술 링크가 스팸 폴더에 도착할 수도 있습니다. 몇 분 후에도 보이지 않으면 거기를 확인하거나 새로운 링크를 요청하십시오.","One on One Support":"1:1 지원","One-on-One Support":"일대일 지원","Open Customer Portal":"고객 포털 열기","Or, you can <0>create a new subscription0>.":"또는 <0>새로운 구독을 만들 수도 있습니다.0>","Organization Chart":"조직도","Padding":"채우기","Page not found":"페이지를 찾을 수 없습니다.","Password":"비밀번호","Past Due":"연체","Permanent Charts are a Pro Feature":"영구 차트는 프로 기능입니다","Playbook":"플레이북","Pointer and container on same line":"같은 줄에 포인터와 컨테이너","Privacy Policy":"개인정보보호정책","Process Diagram":"프로세스 다이어그램","Processing Data":"데이터 처리","Product is too expensive...":"제품이 너무 비싸요...","Public":"공용","Random":"무작위","Rapid Templates":"급변화 템플릿","Read-only":"읽기 전용","Reference by Class":"클래스로 참조","Reference by ID":"ID로 참조","Reference by Label":"레이블로 참조","References":"참조","References are used to create edges between nodes that are created elsewhere in the document":"참조는 문서 내부에서 만들어진 노드 사이에 간선을 만들기 위해 사용됩니다.","Referencing a node by its exact label":"정확한 레이블로 노드를 참조하기","Referencing a node by its unique ID":"고유한 ID로 노드를 참조하기","Referencing multiple nodes with the same assigned class":"동일한 할당 된 클래스로 여러 노드를 참조하기 ","Refresh Page":"페이지 새로 고침 ","Reload to Update":"업데이트하려면 다시 로드하기 ","Rename":"이름 바꾸기","Request Magic Link":"마법 링크 요청","Request Password Reset":"비밀번호 재설정 요청","Reset":"재설정","Reset Password":"비밀번호 재설정","Resume Subscription":"구독 재개","Return":"반품","Right to Left":"오른쪽에서 왼쪽으로","Roadmap":"로드맵","Rotate Label":"라벨 회전","Save":"구하다","Save and load local files. Perfect for managing work-related documents offline.":"로컬 파일 저장 및 로드. 오프라인으로 업무 관련 문서 관리에 완벽합니다.","Save time by creating flowcharts using AI.":"AI를 사용하여 플로우 차트를 만들어 시간을 절약하세요.","Save to Cloud":"클라우드에 저장하기","Save to File":"파일에 저장하기","Save your Work":"작업 저장","Set Content":"콘텐츠 설정","Set Fixed Node Height":"고정 노드 높이 설정","Settings":"설정","Share":"공유하기","Sign In":"로그인","Sign in with <0>GitHub0>":"<0>GitHub0>으로 로그인","Sign in with <0>Google0>":"<0>Google0>으로 로그인","Sorry! This page is only available in English.":"죄송합니다! 이 페이지는 영어로만 제공됩니다.","Source Arrow Shape":"소스 화살표 모양","Source Column":"소스 열","Source Delimiter":"소스 구분자","Source Distance From Node":"노드에서 소스 거리","Source/Target Arrow Shape":"소스/대상 화살표 모양","Spacing":"간격","Special Attributes":"특별한 속성","Start":"시작","Start Over":"처음부터 다시 시작하기","Status":"상태","Store any data associated to a node":"노드에 관련된 모든 데이터 저장하기","Style Classes":"스타일 클래스","Submit":"보내다","Subscription":"구독","Subscription Successful!":"구독 성공!","Subscription will end":"구독이 종료될 예정입니다.","Target Arrow Shape":"대상 화살표 모양","Target Column":"대상 열","Target Delimiter":"대상 구분자","Target Distance From Node":"노드로부터의 목표 거리","Templates":"템플릿","Text Color":"텍스트 색상","Text Horizontal Offset":"텍스트 수평 오프셋","Text Leading":"텍스트 리딩","Text Max Width":"텍스트 최대 너비","Text Vertical Offset":"텍스트 수직 오프셋","Text followed by colon+space creates an edge with the text as the label":"콜론 뒤에 공백이 따라오는 텍스트는 텍스트를 레이블로 하는 엣지를 만듭니다.","Text on a line creates a node with the text as the label":"한 줄에 있는 텍스트는 텍스트를 레이블로 하는 노드를 만듭니다.","Thank you for your feedback!":"피드백을 해주셔서 감사합니다!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"스타일을 변경하는 가장 좋은 방법은 노드 또는 엣지를 오른쪽 클릭하고 원하는 스타일을 선택하는 것입니다.","The column that contains the edge label(s)":"엣지 레이블이 포함된 열","The column that contains the source node ID(s)":"소스 노드 ID가 포함된 열","The column that contains the target node ID(s)":"타겟 노드 ID가 포함된 열","The delimiter used to separate multiple source nodes":"여러 개의 소스 노드를 구분하기 위해 사용되는 구분 기호","The delimiter used to separate multiple target nodes":"여러 개의 목표 노드를 구분하기 위해 사용되는 구분 기호","The possible shapes are:":"가능한 모양은 다음과 같습니다:","Theme":"테마","Theme Editor":"테마 편집기","There are no edges in this data":"이 데이터에는 엣지가 없습니다.","This action cannot be undone.":"이 작업은 취소할 수 없습니다.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"이 기능은 프로 사용자에게만 제공됩니다. <0>프로 사용자가 되어0> 이 기능을 사용할 수 있게 하세요.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"입력 길이에 따라 30초에서 2분 사이의 시간이 소요될 수 있습니다.","This will replace the current content.":"이것은 현재 내용을 대체합니다.","This will replace your current sandbox.":"이것은 현재 샌드 박스를 대체합니다.","Tip":"팁","To fix this change one of the edge IDs":"이를 수정하려면, 가장자리 ID 중 하나를 변경하십시오.","To fix this change one of the node IDs":"이것을 수정하려면 노드 ID 중 하나를 변경하십시오","To fix this move one pointer to the next line":"이것을 수정하려면 포인터를 다음 줄로 이동하십시오","To fix this move the pointer to the next line":"이것을 수정하려면 포인터를 다음 줄로 이동하십시오","To fix this start the container <0/> on a different line":"이것을 수정하려면 컨테이너 <0/>을 다른 줄에 시작하십시오","To learn more about why we require you to log in, please read <0>this blog post0>.":"왜 로그인을 해야하는지 자세히 알아보려면 <0>이 블로그 글0>을 읽어보세요.","Top to Bottom":"위에서 아래로","Transform Your Ideas into Professional Diagrams in Seconds":"초 내에 전문 다이어그램으로 생각을 변형하세요.","Try again":"다시 시도하세요","Two edges have the same ID":"두 개의 간선이 같은 ID를 가지고 있습니다","Two nodes have the same ID":"두 개의 노드가 같은 ID를 가지고 있습니다","Unique text value to identify a node":"노드를 식별하기 위한 고유한 텍스트 값","Unknown":"알 수 없음","Unknown Parsing Error":"알 수 없는 구문 분석 오류","Unlimited Flowcharts":"무제한 흐름 도표","Unlimited Permanent Flowcharts":"무제한 영구 플로차트","Unpaid":"미납","Update Email":"이메일 업데이트","Upgrade to Pro":"프로로 업그레이드","Upload your File":"파일을 업로드하세요.","Use AI":"AI 사용","Use Custom CSS Only":"사용자 정의 CSS만 사용","Use Default Content":"기본 콘텐츠 사용","Use an ID to Connect":"ID를 사용하여 연결하세요.","Use classes to group nodes":"노드를 그룹화하기 위해 클래스를 사용하십시오.","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"새 탭에서 링크를 설정하기 위해 속성 <0>href0>을 사용하십시오.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"노드의 이미지를 설정하려면 <0>src0> 속성을 사용하세요. 이미지는 노드에 맞게 크기가 조정되므로 노드의 너비와 높이를 조절해야 할 수도 있습니다. CORS로 차단되지 않은 공개 이미지만 지원됩니다.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"노드의 너비와 높이를 명시적으로 설정하려면 <0>w0> 및 <1>h1> 속성을 사용하세요.","Use the customer portal to change your billing information.":"청구 정보를 변경하려면 고객 포털을 사용하십시오.","Use these settings to adapt the look and behavior of your flowcharts":"이 설정을 사용하여 흐름 도표의 모양과 동작을 조정하십시오","Use this file for org charts, hierarchies, and other organizational structures.":"조직도, 계층 구조 및 기타 조직 구조를 위해 이 파일을 사용하십시오.","Use this file for sequences, processes, and workflows.":"시퀀스, 프로세스 및 워크플로우에 대해 이 파일을 사용하십시오.","User":"사용자","View on Github":"Github에서 보기","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"우리의 Pro 계정으로만 $3/월에 업그레이드하여 흐름도를 저장하고 싶으신가요? Pro로는 무한 흐름도를 저장할 수 있고 창의성을 잃지 않습니다.","Watermarks":"물감","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"우리는 귀하가 구독을 취소하는 것을 듣고 죄송합니다. 왜 취소하려고 하는지 알려주시면 우리 서비스를 개선할 수 있습니다. 감사합니다!","What\'s this?":"이것이 무엇인가요?","Width":"너비","Width and Height":"너비와 높이","Work with Local Files":"로컬 파일과 함께 작업하세요.","Would you like to continue?":"계속하시겠습니까?","Yearly":"연간","Yes: Option A":"예: 옵션 A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["그래프에 ",["numNodes"],"개의 노드와 ",["numEdges"],"개의 간선을 추가하려고 합니다."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"<0>Flowchart Fun Pro0>으로 무제한 영구적인 플로차트를 만들 수 있습니다.","You must <0>log in0> before you can upgrade to Pro.":"Pro로 업그레이드하기 전에 로그인해야합니다.","You need to log in to access this page.":"페이지에 접근하려면 로그인해야합니다.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"이미 Pro 사용자입니다! 질문이나 기능 요청이 있으신가요? 우리에게 알려주세요.","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"지금 당신은 샌드박스에서 작업하고 있습니다. 샌드박스는 매일 초기화되기 때문에 오늘의 작업은 내일 저장되지 않습니다.","Your Charts":"당신의 차트","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"당신의 샌드박스는 우리의 플로우차트 도구로 자유롭게 실험할 수 있는 공간으로, 매일 새로운 시작을 위해 재설정됩니다.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"계정이 더 이상 활성화되지 않아서 차트는 읽기 전용입니다. 자세한 내용은 <0>계정0> 페이지를 방문하세요. 차트 편집 권한을 되찾으려면 <1>프로로 업그레이드1>할 수 있습니다.","Your subscription is <0>{statusDisplay}0>.":["귀하의 구독 상태는 <0>",["statusDisplay"],"0>입니다."],"Zoom In":"확대","Zoom Out":"축소하기","or":"또는"}'
+ '{"$3 / month":"월 3 달러","$30 / year":"연 30 달러","1 Temporary Flowchart":"1 임시 플로차트","16% Less":"16 % 감소","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>사용자 정의 CSS만0>이 활성화되었습니다. 레이아웃과 고급 설정만 적용됩니다.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0>은 <1>Tone Row1>가 만든 오픈 소스 프로젝트입니다.","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>로그인0> / <1>회원가입1> 이메일과 비밀번호로","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>현재 당신은 무료 계정을 가지고 있습니다. <1/><2>프로 기능에 대해 알아보고 우리 가격 페이지에서 구독하세요2>.0>","A new version of the app is available. Please reload to update.":"새로운 버전의 앱이 사용 가능합니다. 업데이트하려면 다시로드하십시오.","AI Ready":"AI 준비됨","About":"소개","Account":"계정","Advanced":"고급","Amount":"금액","An error occurred. Try resubmitting or email {0} directly.":["오류가 발생하였습니다. 다시 제출하거나 ",["0"],"으로 직접 이메일을 보내주십시오."],"Appearance":"외관","Arrow Size":"화살표 크기","Attributes":"속성","August 2023":"2023년 8월","Back":"뒤로","Back To Editor":"편집기로 돌아가기","Background Color":"배경색","Basic Flowchart":"기본 플로우 차트","Become a Github Sponsor":"깃허브 스폰서가 되기","Become a Pro User":"프로 사용자가 되기","Begin Typing":"입력을 시작하세요.","Blog":"블로그","Book a Meeting":"미팅 예약","Border Color":"테두리 색","Border Width":"테두리 너비","Bottom to Top":"아래에서 위로","Breadthfirst":"폭 우선","Cancel":"취소","Cancel your subscription. Your hosted charts will become read-only.":"구독을 취소하십시오. 귀하의 호스트 차트가 읽기 전용이 됩니다.","Certain attributes can be used to customize the appearance or functionality of elements.":"일부 속성은 요소의 모양 또는 기능을 사용자 정의하기 위해 사용할 수 있습니다.","Change Email Address":"이메일 주소 변경","Changelog":"변경 로그","Charts":"차트","Check out the guide:":"가이드를 확인하세요:","Check your email for a link to log in.<0/>You can close this window.":"로그인할 링크가 들어있는 이메일을 확인하세요. 이 창은 닫을 수 있습니다.","Choose":"선택하세요","Choose Template":"템플릿 선택","Choose a Plan":"계획을 선택하세요 ","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"에지의 소스와 목적지를 위한 다양한 화살표 모양을 선택합니다. 모양에는 삼각형, 삼각형-티, 원-삼각형, 삼각형-가위형, 삼각형-뒤곡선, 베이, 티, 사각형, 원, 다이아몬드, 쉐브론, 없음이 포함됩니다.","Circle":"원","Classes":"클래스","Clear":"지우다","Clear text?":"텍스트를 지우시겠습니까?","Clone":"클론","Close":"닫기","Color":"색상","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"색상에는 빨강, 주황, 노랑, 파랑, 보라, 검정, 흰색, 회색이 포함됩니다.","Column":"열","Comment":"댓글 달기","Concentric":"동심","Confirm New Email":"새 이메일 확인","Confirm your email address to sign in.":"로그인하려면 이메일 주소를 확인하세요.","Consider: Adding a Label":"레이블을 추가해 보는 것을 고려하세요.","Containers":"컨테이너","Containers are nodes that contain other nodes. They are declared using curly braces.":"컨테이너는 다른 노드를 포함하는 노드입니다. 중괄호를 사용하여 선언됩니다.","Continue":"계속하기","Convert to hosted chart?":"호스팅 차트로 변환하시겠습니까?","Cookie Policy":"쿠키 정책","Copy":"복사","Copy PNG Image":"PNG 이미지 복사","Copy SVG Code":"SVG 코드 복사","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Excalidraw 코드를 복사해서 <0>excalidraw.com0>에 붙여넣어서 편집하세요. 이 기능은 실험적이며 모든 다이어그램과 작동하지 않을 수 있습니다. 버그를 발견하면 <1>알려주세요1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"mermaid.js 코드를 복사하거나 mermaid.js 라이브 편집기에서 직접 열어주세요.","Create":"만들기","Create Flowcharts using AI":"AI를 사용하여 플로차트를 만들어보세요","Create Unlimited Flowcharts":"무제한 플로차트 만들기","Create a New Chart":"새 차트 만들기","Create unlimited diagrams for just $3/month!":"3달러에 무한한 다이어그램을 만들어보세요!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"클라우드에 저장된 무한 플로우 차트 생성 - 어디서나 액세스 가능!","Create with AI":"AI로 만들기","Creating an edge between two nodes is done by indenting the second node below the first":"두 노드 사이에 엣지를 만드는 것은 첫 번째 노드 아래에 두 번째 노드를 들여 쓰는 것으로 합니다.","Curve Style":"곡선 스타일","Custom CSS":"사용자 정의 CSS","Custom Sharing Options":"커스텀 공유 옵션","Customer Portal":"고객 포털","Dark":"다크","Dark Mode":"다크 모드","Date":"날짜","Direct from Data":"데이터로부터 직접","Direction":"방향","Do you want to delete this?":"본 항목을 삭제하시겠습니까?","Document":"문서","Don\'t lose your work!":"작업을 잃어버리지 마세요!","Download":"다운로드","Download JPG":"JPG 다운로드","Download PNG":"PNG 다운로드","Download SVG":"SVG 다운로드","Drag and drop a CSV file here, or click to select a file":"CSV 파일을 여기에 드래그 앤 드롭하거나 파일을 선택하려면 클릭하세요.","Draw an edge from multiple nodes by beginning the line with a reference":"참조를 시작하여 여러 노드로부터 엣지를 그립니다.","Drop the file here ...":"파일을 여기에 드롭하세요 ...","Edge ID, Classes, Attributes":"가장자리 ID, 클래스, 속성","Edge Label":"가장자리 라벨","Edge Label Column":"가장자리 라벨 열","Edge Style":"가장자리 스타일","Edge Text Size":"가장자리 텍스트 크기","Edge missing indentation":"들여쓰기가 누락된 가장자리","Edges":"가장자리","Edges are declared in the same row as their source node":"가장자리는 소스 노드가 있는 같은 행에 선언됩니다.","Edges are declared in the same row as their target node":"가장자리는 목표 노드가 있는 같은 행에 선언됩니다.","Edges are declared in their own row":"가장자리는 자신의 행에 선언됩니다.","Edges can also have ID\'s, classes, and attributes before the label":"라벨 앞에 ID, 클래스 및 속성도 가질 수 있습니다.","Edges can be styled with dashed, dotted, or solid lines":"가장자리는 점선, 점선 또는 실선으로 스타일이 지정될 수 있습니다.","Edges in Separate Rows":"각 행별로 간선","Edges in Source Node Row":"출발 노드 행에 간선","Edges in Target Node Row":"도착 노드 행에 간선","Editable":"편집 가능","Editor":"에디터","Email":"이메일","Empty":"비어 있음","Enter a prompt or information you would like to create a chart from.":"차트를 만들기 위한 프롬프트 또는 정보를 입력하십시오.","Enter your email address and we\'ll send you a magic link to sign in.":"이메일 주소를 입력하면 자동으로 로그인할 수 있는 링크를 보내드립니다.","Enter your email address below and we\'ll send you a link to reset your password.":"아래에 이메일 주소를 입력하면 비밀번호 재설정을 위한 링크를 보내드립니다.","Equal To":"같음","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"로컬 파일을 흐름도에 직접 로드하여 효율과 보안을 체험하십시오. 이 고급 Pro 기능 및 Flowchart Fun Pro의 다른 기능은 매월 3 달러 또는 연간 30 달러로 사용할 수 있습니다.","Export":"내보내기","Export to PNG & JPG":"PNG 및 JPG로 내보내기","Export to PNG, JPG, and SVG":"PNG, JPG 및 SVG로 내보내기","Feedback":"피드백","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"우리에게 연락하고 자유롭게 탐색하시고 <0>피드백0> 페이지를 통해 의견을 제시하실 수 있습니다.","Fixed Node Height":"고정된 노드 높이","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro은 무제한 플로차트, 무제한 협력자 및 무제한 저장 공간을 제공하며 월 3 달러 또는 연간 30 달러로 제공됩니다.","Follow Us on Twitter":"트위터에서 우리를 팔로우하기","Font Family":"글꼴 가족","Forgot your password?":"비밀번호를 잊으셨나요?","Found a bug? Have a feature request? We would love to hear from you!":"버그를 발견했습니까? 기능 요청이 있습니까? 우리는 당신과의 소통을 사랑합니다!","Free":"무료","Fullscreen":"전체 화면","General":"일반","Go back home":"집으로 돌아가기","Go to the Editor":"편집기로 가기","Go to your Sandbox":"너의 샌드박스로 가기","Graph":"그래프","Grid":"그리드","Have complex questions or issues? We\'re here to help.":"복잡한 문제가 있나요? 여기에서 도와드리겠습니다.","Here are some Pro features you can now enjoy.":"이제 즐길 수 있는 Pro 기능들이 있습니다.","History":"기록","Home":"집","How are edges declared in this data?":"이 데이터에서 간선은 어떻게 선언됩니까?","How would you like to save your chart?":"당신의 차트를 저장하려면 어떻게 하시겠습니까?","ID\'s":"식별자","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"해당 이메일로 계정이 있다면 비밀번호 재설정을 위한 안내를 포함한 이메일을 보내드립니다.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"<0>Flowchart Fun0>을 사용하는 것을 즐기고 있다면, 프로젝트를 지원해 주시기 바랍니다.","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"만약 가장자리를 만들려면, 이 줄을 들여쓰기하십시오. 만약 그렇지 않다면, 콜론을 백슬래시로 이스케이프하십시오 <0>\\\\:0>","Images":"이미지","Import Data":"데이터 가져오기","Import data from a CSV file.":"CSV 파일에서 데이터를 가져옵니다.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"CSV 파일에서 데이터를 가져와 새로운 플로우 차트로 매핑합니다. 이것은 Lucidchart, Google Sheets, Visio 등의 다른 소스에서 데이터를 가져오는 데 좋은 방법입니다.","Import from CSV":"CSV로 가져오기","Import from Lucidchart, Visio, and other CSV files.":"Lucidchart, Visio 및 기타 CSV 파일로부터 가져오기.","Import from Visio, Lucidchart, and CSV":"Visio, Lucidchart 및 CSV에서 가져오기","Import your diagram it into Microsoft Visio using one of these CSV files.":"이러한 CSV 파일 중 하나를 사용하여 다이어그램을 Microsoft Visio로 가져옵니다.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"데이터 가져오기는 프로 기능입니다. Flowchart Fun Pro을 월 3 달러 또는 연 30 달러로 업그레이드 할 수 있습니다.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"<0>title0> 속성을 사용하여 제목을 포함시키십시오. Visio 색상을 사용하려면 다음 중 하나와 같은 <1>roleType1> 속성을 추가하십시오:","Info":"정보","Is":"있다","Knowledge Graph":"지식 그래프","Language":"언어","Layout":"레이아웃","Layout Frozen":"레이아웃 동결","Leading References":"주목할만한 참고","Learn More":"더 알아보기","Learn Syntax":"구문 배우기","Learn about Flowchart Fun Pro":"Flowchart Fun Pro에 대해 알아보기","Left to Right":"왼쪽에서 오른쪽으로","Light":"라이트","Light Mode":"라이트 모드","Link":"링크","Load":"로드","Load Chart":"로드 차트","Load File":"로드 파일","Load Files":"로드 파일","Load default content":"기본 내용 로드","Load from link?":"링크에서 불러오기?","Load layout and styles":"레이아웃과 스타일 로드","Local File Support":"로컬 파일 지원","Lock Zoom to Graph":"그래프에 룩 줌을 고정하다","Log In":"로그인","Log Out":"로그아웃","Log in to Save":"로그인하여 저장하기","Make a One-Time Donation":"한 번 선물하기","Make publicly accessible":"공개적으로 액세스 가능하게 만들기","Manage Billing":"청구 관리","Map Data":"데이터 지도","Monthly":"월간","Multiple pointers on same line":"같은 줄에 여러 포인터","Name Chart":"차트 이름","Name your chart":"차트 이름 지정","New":"신규","New Email":"새 이메일","Next charge":"다음 청구 금액","No Edges":"노드 없음","No Watermarks!":"물방울 없음!","No: Option B":"아니요: 옵션 B","Node Border Style":"노드 경계 스타일","Node Colors":"노드 색상","Node ID":"노드 ID","Node ID, Classes, Attributes":"노드 ID, 클래스, 속성","Node Label":"노드 라벨","Node Shape":"노드 모양","Node Shapes":"노드 모양","Node and pointer on same line":"같은 줄에 노드와 포인터","Nodes":"노드","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"노드는 점선, 점점선 또는 이중 선으로 스타일링 할 수 있습니다. 또한 border_none을 사용하여 테두리를 제거할 수도 있습니다.","Not Empty":"비어 있지 않음","Now erase the text and try it yourself!":"지금 텍스트를 지우고 스스로 시도해 보세요!","Office Hours":"근무 시간","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"가끔 마술 링크가 스팸 폴더에 도착할 수도 있습니다. 몇 분 후에도 보이지 않으면 거기를 확인하거나 새로운 링크를 요청하십시오.","One on One Support":"1:1 지원","One-on-One Support":"일대일 지원","Open Customer Portal":"고객 포털 열기","Or, you can <0>create a new subscription0>.":"또는 <0>새로운 구독을 만들 수도 있습니다.0>","Organization Chart":"조직도","Padding":"채우기","Page not found":"페이지를 찾을 수 없습니다.","Password":"비밀번호","Past Due":"연체","Permanent Charts are a Pro Feature":"영구 차트는 프로 기능입니다","Playbook":"플레이북","Pointer and container on same line":"같은 줄에 포인터와 컨테이너","Privacy Policy":"개인정보보호정책","Process Diagram":"프로세스 다이어그램","Processing Data":"데이터 처리","Product is too expensive...":"제품이 너무 비싸요...","Public":"공용","Random":"무작위","Rapid Templates":"급변화 템플릿","Read-only":"읽기 전용","Reference by Class":"클래스로 참조","Reference by ID":"ID로 참조","Reference by Label":"레이블로 참조","References":"참조","References are used to create edges between nodes that are created elsewhere in the document":"참조는 문서 내부에서 만들어진 노드 사이에 간선을 만들기 위해 사용됩니다.","Referencing a node by its exact label":"정확한 레이블로 노드를 참조하기","Referencing a node by its unique ID":"고유한 ID로 노드를 참조하기","Referencing multiple nodes with the same assigned class":"동일한 할당 된 클래스로 여러 노드를 참조하기 ","Refresh Page":"페이지 새로 고침 ","Reload to Update":"업데이트하려면 다시 로드하기 ","Rename":"이름 바꾸기","Request Magic Link":"마법 링크 요청","Request Password Reset":"비밀번호 재설정 요청","Reset":"재설정","Reset Password":"비밀번호 재설정","Resume Subscription":"구독 재개","Return":"반품","Right to Left":"오른쪽에서 왼쪽으로","Roadmap":"로드맵","Rotate Label":"라벨 회전","Save":"구하다","Save and load local files. Perfect for managing work-related documents offline.":"로컬 파일 저장 및 로드. 오프라인으로 업무 관련 문서 관리에 완벽합니다.","Save time by creating flowcharts using AI.":"AI를 사용하여 플로우 차트를 만들어 시간을 절약하세요.","Save to Cloud":"클라우드에 저장하기","Save to File":"파일에 저장하기","Save your Work":"작업 저장","Set Content":"콘텐츠 설정","Set Fixed Node Height":"고정 노드 높이 설정","Settings":"설정","Share":"공유하기","Sign In":"로그인","Sign in with <0>GitHub0>":"<0>GitHub0>으로 로그인","Sign in with <0>Google0>":"<0>Google0>으로 로그인","Sorry! This page is only available in English.":"죄송합니다! 이 페이지는 영어로만 제공됩니다.","Source Arrow Shape":"소스 화살표 모양","Source Column":"소스 열","Source Delimiter":"소스 구분자","Source Distance From Node":"노드에서 소스 거리","Source/Target Arrow Shape":"소스/대상 화살표 모양","Spacing":"간격","Special Attributes":"특별한 속성","Start":"시작","Start Over":"처음부터 다시 시작하기","Status":"상태","Store any data associated to a node":"노드에 관련된 모든 데이터 저장하기","Style Classes":"스타일 클래스","Submit":"보내다","Subscription":"구독","Subscription Successful!":"구독 성공!","Subscription will end":"구독이 종료될 예정입니다.","Target Arrow Shape":"대상 화살표 모양","Target Column":"대상 열","Target Delimiter":"대상 구분자","Target Distance From Node":"노드로부터의 목표 거리","Templates":"템플릿","Text Color":"텍스트 색상","Text Horizontal Offset":"텍스트 수평 오프셋","Text Leading":"텍스트 리딩","Text Max Width":"텍스트 최대 너비","Text Vertical Offset":"텍스트 수직 오프셋","Text followed by colon+space creates an edge with the text as the label":"콜론 뒤에 공백이 따라오는 텍스트는 텍스트를 레이블로 하는 엣지를 만듭니다.","Text on a line creates a node with the text as the label":"한 줄에 있는 텍스트는 텍스트를 레이블로 하는 노드를 만듭니다.","Thank you for your feedback!":"피드백을 해주셔서 감사합니다!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"스타일을 변경하는 가장 좋은 방법은 노드 또는 엣지를 오른쪽 클릭하고 원하는 스타일을 선택하는 것입니다.","The column that contains the edge label(s)":"엣지 레이블이 포함된 열","The column that contains the source node ID(s)":"소스 노드 ID가 포함된 열","The column that contains the target node ID(s)":"타겟 노드 ID가 포함된 열","The delimiter used to separate multiple source nodes":"여러 개의 소스 노드를 구분하기 위해 사용되는 구분 기호","The delimiter used to separate multiple target nodes":"여러 개의 목표 노드를 구분하기 위해 사용되는 구분 기호","The possible shapes are:":"가능한 모양은 다음과 같습니다:","Theme":"테마","Theme Editor":"테마 편집기","There are no edges in this data":"이 데이터에는 엣지가 없습니다.","This action cannot be undone.":"이 작업은 취소할 수 없습니다.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"이 기능은 프로 사용자에게만 제공됩니다. <0>프로 사용자가 되어0> 이 기능을 사용할 수 있게 하세요.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"입력 길이에 따라 30초에서 2분 사이의 시간이 소요될 수 있습니다.","This will replace the current content.":"이것은 현재 내용을 대체합니다.","This will replace your current sandbox.":"이것은 현재 샌드 박스를 대체합니다.","Tip":"팁","To fix this change one of the edge IDs":"이를 수정하려면, 가장자리 ID 중 하나를 변경하십시오.","To fix this change one of the node IDs":"이것을 수정하려면 노드 ID 중 하나를 변경하십시오","To fix this move one pointer to the next line":"이것을 수정하려면 포인터를 다음 줄로 이동하십시오","To fix this move the pointer to the next line":"이것을 수정하려면 포인터를 다음 줄로 이동하십시오","To fix this start the container <0/> on a different line":"이것을 수정하려면 컨테이너 <0/>을 다른 줄에 시작하십시오","To learn more about why we require you to log in, please read <0>this blog post0>.":"왜 로그인을 해야하는지 자세히 알아보려면 <0>이 블로그 글0>을 읽어보세요.","Top to Bottom":"위에서 아래로","Transform Your Ideas into Professional Diagrams in Seconds":"초 내에 전문 다이어그램으로 생각을 변형하세요.","Try again":"다시 시도하세요","Two edges have the same ID":"두 개의 간선이 같은 ID를 가지고 있습니다","Two nodes have the same ID":"두 개의 노드가 같은 ID를 가지고 있습니다","Unique text value to identify a node":"노드를 식별하기 위한 고유한 텍스트 값","Unknown":"알 수 없음","Unknown Parsing Error":"알 수 없는 구문 분석 오류","Unlimited Flowcharts":"무제한 흐름 도표","Unlimited Permanent Flowcharts":"무제한 영구 플로차트","Unpaid":"미납","Update Email":"이메일 업데이트","Upgrade to Pro":"프로로 업그레이드","Upload your File":"파일을 업로드하세요.","Use AI":"AI 사용","Use Custom CSS Only":"사용자 정의 CSS만 사용","Use Default Content":"기본 콘텐츠 사용","Use an ID to Connect":"ID를 사용하여 연결하세요.","Use classes to group nodes":"노드를 그룹화하기 위해 클래스를 사용하십시오.","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"새 탭에서 링크를 설정하기 위해 속성 <0>href0>을 사용하십시오.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"노드의 이미지를 설정하려면 <0>src0> 속성을 사용하세요. 이미지는 노드에 맞게 크기가 조정되므로 노드의 너비와 높이를 조절해야 할 수도 있습니다. CORS로 차단되지 않은 공개 이미지만 지원됩니다.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"노드의 너비와 높이를 명시적으로 설정하려면 <0>w0> 및 <1>h1> 속성을 사용하세요.","Use the customer portal to change your billing information.":"청구 정보를 변경하려면 고객 포털을 사용하십시오.","Use these settings to adapt the look and behavior of your flowcharts":"이 설정을 사용하여 흐름 도표의 모양과 동작을 조정하십시오","Use this file for org charts, hierarchies, and other organizational structures.":"조직도, 계층 구조 및 기타 조직 구조를 위해 이 파일을 사용하십시오.","Use this file for sequences, processes, and workflows.":"시퀀스, 프로세스 및 워크플로우에 대해 이 파일을 사용하십시오.","User":"사용자","View on Github":"Github에서 보기","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"우리의 Pro 계정으로만 $3/월에 업그레이드하여 흐름도를 저장하고 싶으신가요? Pro로는 무한 흐름도를 저장할 수 있고 창의성을 잃지 않습니다.","Watermarks":"물감","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"우리는 귀하가 구독을 취소하는 것을 듣고 죄송합니다. 왜 취소하려고 하는지 알려주시면 우리 서비스를 개선할 수 있습니다. 감사합니다!","What\'s this?":"이것이 무엇인가요?","Width":"너비","Width and Height":"너비와 높이","Work with Local Files":"로컬 파일과 함께 작업하세요.","Would you like to continue?":"계속하시겠습니까?","Yearly":"연간","Yes: Option A":"예: 옵션 A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["그래프에 ",["numNodes"],"개의 노드와 ",["numEdges"],"개의 간선을 추가하려고 합니다."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"<0>Flowchart Fun Pro0>으로 무제한 영구적인 플로차트를 만들 수 있습니다.","You must <0>log in0> before you can upgrade to Pro.":"Pro로 업그레이드하기 전에 로그인해야합니다.","You need to log in to access this page.":"페이지에 접근하려면 로그인해야합니다.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"이미 Pro 사용자입니다! 질문이나 기능 요청이 있으신가요? 우리에게 알려주세요.","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"지금 당신은 샌드박스에서 작업하고 있습니다. 샌드박스는 매일 초기화되기 때문에 오늘의 작업은 내일 저장되지 않습니다.","Your Charts":"당신의 차트","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"당신의 샌드박스는 우리의 플로우차트 도구로 자유롭게 실험할 수 있는 공간으로, 매일 새로운 시작을 위해 재설정됩니다.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"계정이 더 이상 활성화되지 않아서 차트는 읽기 전용입니다. 자세한 내용은 <0>계정0> 페이지를 방문하세요. 차트 편집 권한을 되찾으려면 <1>프로로 업그레이드1>할 수 있습니다.","Your subscription is <0>{statusDisplay}0>.":["귀하의 구독 상태는 <0>",["statusDisplay"],"0>입니다."],"Zoom In":"확대","Zoom Out":"축소하기","or":"또는"}'
),
};
diff --git a/app/src/locales/ko/messages.po b/app/src/locales/ko/messages.po
index c41e96ea1..d78a6e231 100644
--- a/app/src/locales/ko/messages.po
+++ b/app/src/locales/ko/messages.po
@@ -107,7 +107,7 @@ msgstr "편집기로 돌아가기"
msgid "Background Color"
msgstr "배경색"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "기본 플로우 차트"
@@ -185,6 +185,10 @@ msgstr "변경 로그"
msgid "Charts"
msgstr "차트"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "가이드를 확인하세요:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "로그인할 링크가 들어있는 이메일을 확인하세요. 이 창은 닫을 수 있습니다."
@@ -297,7 +301,7 @@ msgstr "PNG 이미지 복사"
msgid "Copy SVG Code"
msgstr "SVG 코드 복사"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Excalidraw 코드를 복사해서 <0>excalidraw.com0>에 붙여넣어서 편집하세요. 이 기능은 실험적이며 모든 다이어그램과 작동하지 않을 수 있습니다. 버그를 발견하면 <1>알려주세요1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "작업을 잃어버리지 마세요!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "다운로드"
@@ -678,7 +682,7 @@ msgstr "Lucidchart, Visio 및 기타 CSV 파일로부터 가져오기."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Visio, Lucidchart 및 CSV에서 가져오기"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "이러한 CSV 파일 중 하나를 사용하여 다이어그램을 Microsoft Visio로 가져옵니다."
@@ -686,7 +690,7 @@ msgstr "이러한 CSV 파일 중 하나를 사용하여 다이어그램을 Micro
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "데이터 가져오기는 프로 기능입니다. Flowchart Fun Pro을 월 3 달러 또는 연 30 달러로 업그레이드 할 수 있습니다."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "<0>title0> 속성을 사용하여 제목을 포함시키십시오. Visio 색상을 사용하려면 다음 중 하나와 같은 <1>roleType1> 속성을 추가하십시오:"
@@ -806,7 +810,7 @@ msgstr "로그인하여 저장하기"
msgid "Make a One-Time Donation"
msgstr "한 번 선물하기"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "공개적으로 액세스 가능하게 만들기"
@@ -936,7 +940,7 @@ msgstr "고객 포털 열기"
msgid "Or, you can <0>create a new subscription0>."
msgstr "또는 <0>새로운 구독을 만들 수도 있습니다.0>"
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "조직도"
@@ -988,8 +992,8 @@ msgstr "데이터 처리"
msgid "Product is too expensive..."
msgstr "제품이 너무 비싸요..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "공용"
@@ -1345,7 +1349,7 @@ msgstr "이것은 현재 내용을 대체합니다."
msgid "This will replace your current sandbox."
msgstr "이것은 현재 샌드 박스를 대체합니다."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "팁"
@@ -1471,11 +1475,11 @@ msgstr "청구 정보를 변경하려면 고객 포털을 사용하십시오."
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "이 설정을 사용하여 흐름 도표의 모양과 동작을 조정하십시오"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "조직도, 계층 구조 및 기타 조직 구조를 위해 이 파일을 사용하십시오."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "시퀀스, 프로세스 및 워크플로우에 대해 이 파일을 사용하십시오."
diff --git a/app/src/locales/pt-br/messages.js b/app/src/locales/pt-br/messages.js
index 13bf6dca7..82380c012 100644
--- a/app/src/locales/pt-br/messages.js
+++ b/app/src/locales/pt-br/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"$3 / mês","$30 / year":"$30 / ano","1 Temporary Flowchart":"1 Fluxograma Temporário","16% Less":"16% Menos","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Somente CSS Personalizado0> está habilitado. Somente as configurações de Layout e Avançadas serão aplicadas.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> é um projeto de código aberto feito por <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Entrar0> / <1>Cadastrar1> com e-mail e senha","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Você atualmente tem uma conta gratuita. <1/><2>Saiba mais sobre nossos recursos Pro e assine nossa página de preços2>.0>","A new version of the app is available. Please reload to update.":"Uma nova versão do aplicativo está disponível. Por favor, recarregue para atualizar.","AI Ready":"Pronto para IA","About":"Sobre","Account":"Conta","Advanced":"Avançado","Amount":"Total","An error occurred. Try resubmitting or email {0} directly.":["Ocorreu um erro. Tente reenviar ou envie um e-mail direto para ",["0"],"."],"Appearance":"Aparência","Arrow Size":"Tamanho da Seta","Attributes":"Atributos","August 2023":"Agosto de 2023","Back":"Voltar","Back To Editor":"Voltar ao editor","Background Color":"Cor de Fundo","Basic Flowchart":"Fluxograma Básico","Become a Github Sponsor":"Seja um patrocinador do Github","Become a Pro User":"Se torne um usuário Pro","Begin Typing":"Comece a digitar","Blog":"Blog","Book a Meeting":"Reserve uma Reunião","Border Color":"Cor da Borda","Border Width":"Largura da Borda","Bottom to Top":"De baixo para cima","Breadthfirst":"Por extensão","Cancel":"Cancelar","Cancel your subscription. Your hosted charts will become read-only.":"Cancele sua inscrição. Seus diagramas hospedados não serão modificáveis.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certos atributos podem ser usados para personalizar a aparência ou funcionalidade dos elementos.","Change Email Address":"Mude o endereço de email","Changelog":"Registro de alterações","Charts":"Diagramas","Check your email for a link to log in.<0/>You can close this window.":"Verifique seu e-mail para um link para fazer login. Você pode fechar esta janela.","Choose":"Escolha","Choose Template":"Escolha o Modelo","Choose a Plan":"Escolha um Plano","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Escolha entre uma variedade de formas de seta para a origem e o destino de uma aresta. As formas incluem triângulo, triângulo-tee, triângulo-círculo, triângulo-cruz, triângulo-curva-inversa, vee, tee, quadrado, círculo, diamante, chevron e nenhum.","Circle":"Círculo","Classes":"Classes","Clear":"Apagar","Clear text?":"Limpar o texto?","Clone":"Clonar","Close":"Fechar","Color":"Cor","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"As cores incluem vermelho, laranja, amarelo, azul, roxo, preto, branco e cinza.","Column":"Coluna","Comment":"Comente","Concentric":"Concêntrico","Confirm New Email":"Confirme o novo email","Confirm your email address to sign in.":"Confirme seu endereço de e-mail para fazer login.","Consider: Adding a Label":"Considere: Adicionar uma etiqueta","Containers":"Recipientes","Containers are nodes that contain other nodes. They are declared using curly braces.":"Os containers são nós que contêm outros nós. Eles são declarados usando chaves.","Continue":"Continuar","Convert to hosted chart?":"Converter em diagrama hospedado?","Cookie Policy":"Política de Cookies","Copy":"Copiar","Copy PNG Image":"Copiar imagem PNG","Copy SVG Code":"Copiar código SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copie o seu código Excalidraw e cole-o em <0>excalidraw.com0> para editar. Esta funcionalidade é experimental e pode não funcionar com todos os diagramas. Se você encontrar um bug, por favor <1>deixe-nos saber1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copie seu código mermaid.js ou abra diretamente no editor ao vivo mermaid.js.","Create":"Criar","Create Flowcharts using AI":"Criar Fluxogramas usando IA","Create Unlimited Flowcharts":"Crie fluxogramas ilimitados","Create a New Chart":"Criar um Novo Gráfico","Create unlimited diagrams for just $3/month!":"Crie diagramas ilimitados por apenas US$ 3 por mês!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Crie fluxogramas ilimitados armazenados na nuvem - acessíveis em qualquer lugar!","Create with AI":"Crie com IA","Creating an edge between two nodes is done by indenting the second node below the first":"Criar uma aresta entre dois nós é feito indentando o segundo nó abaixo do primeiro","Curve Style":"Estilo de Curva","Custom CSS":"CSS Personalizado","Custom Sharing Options":"Opções de Compartilhamento Personalizadas","Customer Portal":"Portal do cliente","Dark":"Escuro","Dark Mode":"Modo escuro","Date":"Data","Direct from Data":"Direto dos Dados","Direction":"Direção","Do you want to delete this?":"Você deseja deletar isso?","Document":"Documento","Don\'t lose your work!":"Não perca o seu trabalho!","Download":"Baixar","Download JPG":"Baixar JPG","Download PNG":"Baixar PNG","Download SVG":"Baixar SVG","Drag and drop a CSV file here, or click to select a file":"Arraste e solte um arquivo CSV aqui ou clique para selecionar um arquivo","Draw an edge from multiple nodes by beginning the line with a reference":"Desenhe uma aresta de vários nós começando a linha com uma referência","Drop the file here ...":"Solte o arquivo aqui ...","Edge ID, Classes, Attributes":"ID de Borda, Classes, Atributos","Edge Label":"Rótulo de Borda","Edge Label Column":"Coluna de Rótulo de Borda","Edge Style":"Estilo de Borda","Edge Text Size":"Tamanho do Texto da Borda","Edge missing indentation":"Recuo em falta na borda","Edges":"Bordas","Edges are declared in the same row as their source node":"As bordas são declaradas na mesma linha que seu nó de origem","Edges are declared in the same row as their target node":"As bordas são declaradas na mesma linha que seu nó de destino","Edges are declared in their own row":"As bordas são declaradas em sua própria linha","Edges can also have ID\'s, classes, and attributes before the label":"As bordas também podem ter ID\'s, classes e atributos antes da etiqueta","Edges can be styled with dashed, dotted, or solid lines":"As bordas podem ser estilizadas com linhas tracejadas, pontilhadas ou sólidas","Edges in Separate Rows":"Bordas em Linhas Separadas","Edges in Source Node Row":"Bordas na Linha do Nó de Origem","Edges in Target Node Row":"Bordas na Linha do Nó de Destino","Editable":"Editável","Editor":"Editor","Email":"E-mail","Empty":"Vazio","Enter a prompt or information you would like to create a chart from.":"Insira um prompt ou informação que você gostaria de criar um gráfico.","Enter your email address and we\'ll send you a magic link to sign in.":"Digite seu endereço de e-mail e enviaremos um link mágico para fazer login.","Enter your email address below and we\'ll send you a link to reset your password.":"Digite seu endereço de e-mail abaixo e enviaremos um link para redefinir sua senha.","Equal To":"Igual a","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experimente a eficiência e segurança de carregar arquivos locais diretamente em seu fluxograma, perfeito para gerenciar documentos relacionados ao trabalho offline. Desbloqueie este recurso exclusivo Pro e mais com o Flowchart Fun Pro, disponível por apenas $3/mês ou $30/ano.","Export":"Exportar","Export to PNG & JPG":"Exportar para PNG e JPG","Export to PNG, JPG, and SVG":"Exportar para PNG, JPG e SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Sinta-se à vontade para explorar e entrar em contato conosco através da página <0>Feedback0> se tiver alguma preocupação.","Fixed Node Height":"Altura do Nó Fixa","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"O Flowchart Fun Pro oferece fluxogramas ilimitados, colaboradores ilimitados e armazenamento ilimitado por apenas US $ 3 / mês ou US $ 30 / ano.","Follow Us on Twitter":"Siga-nos no Twitter","Font Family":"Família de Fontes","Forgot your password?":"Esqueceu sua senha?","Found a bug? Have a feature request? We would love to hear from you!":"Encontrou um bug? Tem uma solicitação de recurso? Adoraríamos ouvir de você!","Free":"Grátis ","Fullscreen":"Tela cheia","General":"Geral","Go back home":"Volte para casa","Go to the Editor":"Vá para o Editor","Go to your Sandbox":"Vá para sua caixa de areia","Graph":"Diagrama","Grid":"Grade","Have complex questions or issues? We\'re here to help.":"Tem questões ou problemas complexos? Estamos aqui para ajudar.","Here are some Pro features you can now enjoy.":"Aqui estão algumas funcionalidades Pro que você pode desfrutar agora.","History":"Histórico","Home":"Página inicial","How are edges declared in this data?":"Como as arestas são declaradas nestes dados?","How would you like to save your chart?":"Como você gostaria de salvar seu gráfico?","ID\'s":"IDs","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Se uma conta com esse e-mail existir, enviamos um e-mail com instruções sobre como redefinir sua senha.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Se você gosta de usar <0>Flowchart Fun0>, por favor, considere apoiar o projeto","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Se você quiser criar uma borda, indente esta linha. Se não, escape o dois-pontos com uma barra invertida <0>\\\\:0>","Images":"Imagens","Import Data":"Importar dados","Import data from a CSV file.":"Importar dados de um arquivo CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importar dados de qualquer arquivo CSV e mapeá-los para um novo fluxograma. Esta é uma ótima maneira de importar dados de outras fontes, como Lucidchart, Google Sheets e Visio.","Import from CSV":"Importar do CSV","Import from Lucidchart, Visio, and other CSV files.":"Importe do Lucidchart, Visio e outros arquivos CSV.","Import from Visio, Lucidchart, and CSV":"Importar de Visio, Lucidchart e CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importe seu diagrama para o Microsoft Visio usando um desses arquivos CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Importar dados é um recurso avançado. Você pode atualizar para o Flowchart Fun Pro por apenas US $ 3/mês ou US $ 30/ano.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Inclua um título usando um atributo <0>title0>. Para usar a coloração do Visio, adicione um atributo <1>roleType1> igual a uma das seguintes opções:","Info":"Informações","Is":"É","Knowledge Graph":"Grafo de Conhecimento","Language":"Idioma","Layout":"Layout","Layout Frozen":"Layout Congelado","Leading References":"Principais Referências","Learn More":"Saber mais","Learn Syntax":"Aprender Sintaxe","Learn about Flowchart Fun Pro":"Saiba mais sobre o Flowchart Fun Pro","Left to Right":"Da esquerda para direita","Light":"Claro","Light Mode":"Modo claro","Link":"Link","Load":"Carregar","Load Chart":"Carregar Gráfico","Load File":"Carregar Arquivo","Load Files":"Carregar Arquivos","Load default content":"Carregar conteúdo padrão","Load from link?":"Carregar a partir do link?","Load layout and styles":"Carregar layout e estilos","Local File Support":"Suporte de Arquivo Local","Lock Zoom to Graph":"Bloquear Zoom para o Gráfico","Log In":"Acessar","Log Out":"Deslogar","Log in to Save":"Faça login para salvar","Make a One-Time Donation":"Faça uma Doação Única","Make publicly accessible":"Tornar publicamente acessível","Manage Billing":"Gerenciar Faturamento","Map Data":"Mapear Dados","Monthly":"Mensal","Multiple pointers on same line":"Múltiplos ponteiros na mesma linha","Name Chart":"Nome do Gráfico","Name your chart":"Dê um nome ao seu gráfico","New":"Novo","New Email":"Novo Email","Next charge":"Próxima cobrança","No Edges":"Sem Bordas","No Watermarks!":"Sem Marca d\'Água!","No: Option B":"Não: Opção B","Node Border Style":"Estilo de Borda do Nó","Node Colors":"Cores do Nó","Node ID":"ID do Nó","Node ID, Classes, Attributes":"ID do Nó, Classes, Atributos","Node Label":"Rótulo do Nó","Node Shape":"Forma do Nó","Node Shapes":"Formas do Nó","Node and pointer on same line":"Nó e ponteiro na mesma linha","Nodes":"Nós","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Nós podem ser estilizados com traços, pontos ou duplos. Bordas também podem ser removidas com border_none.","Not Empty":"Não Vazio","Now erase the text and try it yourself!":"Agora apague o texto e tente você mesmo!","Office Hours":"Horário de trabalho","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":" vez em quando, o link mágico acabará em sua pasta de spam. Se você não o vir após alguns minutos, verifique lá ou solicite um novo link.","One on One Support":"Suporte Um a Um","One-on-One Support":"Suporte Individual","Open Customer Portal":"Abra o portal do cliente","Or, you can <0>create a new subscription0>.":"Ou, você pode <0>criar uma nova assinatura0>.","Organization Chart":"Gráfico de Organização","Padding":"Espaçamento","Page not found":"Página não encontrada","Password":"Senha","Past Due":"Atrasado","Permanent Charts are a Pro Feature":"Gráficos permanentes são um recurso Pro","Playbook":"Cartilha","Pointer and container on same line":"Ponteiro e contêiner na mesma linha","Privacy Policy":"Política de Privacidade","Process Diagram":"Diagrama de processo","Processing Data":"Processando Dados","Product is too expensive...":"O produto é muito caro...","Public":"Público","Random":"Aleatório","Rapid Templates":"Modelos Rápidos","Read-only":"Somente leitura","Reference by Class":"Referência por Classe","Reference by ID":"Referência por ID","Reference by Label":"Referência por Rótulo","References":"Referências","References are used to create edges between nodes that are created elsewhere in the document":"Referências são usadas para criar arestas entre nós que são criados em outro lugar no documento","Referencing a node by its exact label":"Referenciando um nó pelo seu rótulo exato","Referencing a node by its unique ID":"Referenciando um nó pelo seu ID único","Referencing multiple nodes with the same assigned class":"Referenciando vários nós com a mesma classe atribuída","Refresh Page":"Atualizar Página","Reload to Update":"Recarregar para Atualizar","Rename":"Renomear","Request Magic Link":"Solicitar Link Mágico","Request Password Reset":"Solicitar Redefinição de Senha","Reset":"Resetar","Reset Password":"Redefinir Senha","Resume Subscription":"Resumir inscrição","Return":"Retornar","Right to Left":"Da direita para esquerda","Roadmap":"Roteiro","Rotate Label":"Rotular Rotação","Save":"Salvar","Save and load local files. Perfect for managing work-related documents offline.":"Salve e carregue arquivos locais. Perfeito para gerenciar documentos relacionados ao trabalho offline.","Save time by creating flowcharts using AI.":"Economize tempo criando fluxogramas usando IA.","Save to Cloud":"Salvar para Nuvem","Save to File":"Salvar para Arquivo","Save your Work":"Salve seu trabalho","Set Content":"Definir conteúdo","Set Fixed Node Height":"Definir Altura Fixa do Nó","Settings":"Configurações","Share":"Compartilhar","Sign In":"Entrar","Sign in with <0>GitHub0>":"Entrar com <0>GitHub0>","Sign in with <0>Google0>":"Entrar com <0>Google0>","Sorry! This page is only available in English.":"Sinto muito! Esta página só está disponível em inglês.","Source Arrow Shape":"Forma da Seta de Origem","Source Column":"Coluna de Origem","Source Delimiter":"Delimitador de Origem","Source Distance From Node":"Distância da Origem ao Nó","Source/Target Arrow Shape":"Forma da Seta de Origem/Destino","Spacing":"Espaçamento","Special Attributes":"Atributos Especiais","Start":"Início","Start Over":"Recomeçar","Status":"Status","Store any data associated to a node":"Armazenar quaisquer dados associados a um nó","Style Classes":"Classes de Estilo","Submit":"Enviar","Subscription":"Inscrição","Subscription Successful!":"Assinatura bem-sucedida!","Subscription will end":"Inscrição acabará","Target Arrow Shape":"Forma da Seta de Destino","Target Column":"Coluna Alvo","Target Delimiter":"Delimitador Alvo","Target Distance From Node":"Distância-alvo do Nó","Templates":"Modelos","Text Color":"Cor do Texto","Text Horizontal Offset":"Deslocamento Horizontal do Texto","Text Leading":"Texto Principal","Text Max Width":"Largura Máxima do Texto","Text Vertical Offset":"Deslocamento Vertical do Texto","Text followed by colon+space creates an edge with the text as the label":"Texto seguido de dois-pontos+espaço cria uma aresta com o texto como rótulo","Text on a line creates a node with the text as the label":"Texto em uma linha cria um nó com o texto como rótulo","Thank you for your feedback!":"Agradecimentos pelo seu feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"A melhor maneira de mudar os estilos é clicar com o botão direito do mouse em um nó ou borda e selecionar o estilo desejado.","The column that contains the edge label(s)":"A coluna que contém o(s) rótulo(s) da aresta","The column that contains the source node ID(s)":"A coluna que contém o(s) ID(s) do nó de origem","The column that contains the target node ID(s)":"A coluna que contém o(s) ID(s) do nó de destino","The delimiter used to separate multiple source nodes":"O delimitador usado para separar vários nós de origem","The delimiter used to separate multiple target nodes":"O delimitador usado para separar vários nós de destino","The possible shapes are:":"As formas possíveis são:","Theme":"Tema","Theme Editor":"Editor de Temas","There are no edges in this data":"Não há arestas nestes dados","This action cannot be undone.":"Esta ação não pode ser desfeita.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Esta funcionalidade está disponível apenas para usuários Pro. <0>Torne-se um usuário Pro0> para desbloqueá-la.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Isso pode levar entre 30 segundos e 2 minutos, dependendo do tamanho da sua entrada.","This will replace the current content.":"Isso substituirá o conteúdo atual.","This will replace your current sandbox.":"Isso substituirá sua sandbox atual.","Tip":"Dica","To fix this change one of the edge IDs":"Para corrigir isso, altere um dos IDs de borda","To fix this change one of the node IDs":"Para corrigir isso, altere um dos IDs de nó","To fix this move one pointer to the next line":"Para corrigir isso, mova um ponteiro para a próxima linha","To fix this move the pointer to the next line":"Para corrigir isso, mova o ponteiro para a próxima linha","To fix this start the container <0/> on a different line":"Para corrigir isso, inicie o container <0/> em uma linha diferente","To learn more about why we require you to log in, please read <0>this blog post0>.":"Para saber mais sobre por que precisamos que você faça login, leia <0>este post no blog0>.","Top to Bottom":"De cima para baixo","Transform Your Ideas into Professional Diagrams in Seconds":"Transforme Suas Ideias em Diagramas Profissionais em Segundos","Try again":"Tente novamente","Two edges have the same ID":"Dois bordos têm o mesmo ID","Two nodes have the same ID":"Dois nós têm o mesmo ID","Unique text value to identify a node":"Valor de texto único para identificar um nó","Unknown":"Desconhecido","Unknown Parsing Error":"Erro de Análise Desconhecido","Unlimited Flowcharts":"Fluxogramas ilimitados","Unlimited Permanent Flowcharts":"Fluxogramas Permanentes Ilimitados","Unpaid":"Não pago","Update Email":"Atualizar e-mail","Upgrade to Pro":"Atualize para Pro","Upload your File":"Faça o upload do seu arquivo","Use AI":"Usar IA","Use Custom CSS Only":"Usar Somente CSS Personalizado","Use Default Content":"Usar conteúdo padrão","Use an ID to Connect":"Use um ID para conectar","Use classes to group nodes":"Use classes para agrupar nós","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Use o atributo <0>href0> para definir um link em um nó que abra em uma nova guia.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Use o atributo <0>src0> para definir a imagem de um nó. A imagem será dimensionada para caber no nó, então você pode precisar ajustar a largura e altura do nó para obter o resultado desejado. Apenas imagens públicas (não bloqueadas por CORS) são suportadas.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Use os atributos <0>w0> e <1>h1> para definir explicitamente a largura e altura de um nó.","Use the customer portal to change your billing information.":"Use o portal do cliente para alterar suas informações de cobrança.","Use these settings to adapt the look and behavior of your flowcharts":"Use essas configurações para adaptar a aparência e o comportamento de seus fluxogramas","Use this file for org charts, hierarchies, and other organizational structures.":"Use este arquivo para organogramas, hierarquias e outras estruturas organizacionais.","Use this file for sequences, processes, and workflows.":"Use este arquivo para sequências, processos e fluxos de trabalho.","User":"Usuário","View on Github":"Visualizar no Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Quer manter seus fluxogramas? Atualize para nossa conta Pro por apenas US$ 3/mês. Com Pro, você pode salvar fluxogramas ilimitados e nunca perder sua criatividade.","Watermarks":"Marca d\'água","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Lamentamos ouvir que você está considerando cancelar sua assinatura. Por favor, avise-nos por que está cancelando para que possamos melhorar nosso serviço. Obrigado!","What\'s this?":"O que é isso?","Width":"Largura","Width and Height":"Largura e Altura","Work with Local Files":"Trabalhe com arquivos locais.","Would you like to continue?":"Você gostaria de continuar?","Yearly":"Anualmente","Yes: Option A":"Sim: Opção A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Você está prestes a adicionar ",["numNodes"]," nós e ",["numEdges"]," arestas ao seu gráfico."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Você pode criar fluxogramas permanentes ilimitados com <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Você deve <0>fazer login0> antes de poder atualizar para Pro.","You need to log in to access this page.":"Você precisa fazer login para acessar esta página.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Você já é um usuário Pro!<0/>Tem perguntas ou solicitações de recursos? <1>Deixe-nos saber1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Você está trabalhando em seu sandbox atualmente. Lembre-se, ele é redefinido diariamente, então o seu trabalho atual não será salvo amanhã.","Your Charts":"Seus Gráficos","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Sua caixa de areia é um espaço para experimentar livremente com nossas ferramentas de fluxograma, resetando todos os dias para um começo fresco.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Seus gráficos são somente leitura porque sua conta não está mais ativa. Visite a sua página de <0>conta0> para saber mais. Você pode <1>atualizar para o Pro1> para recuperar o acesso de edição aos seus gráficos.","Your subscription is <0>{statusDisplay}0>.":["Sua assinatura está <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Diminuir o zoom","or":"ou"}'
+ '{"$3 / month":"$3 / mês","$30 / year":"$30 / ano","1 Temporary Flowchart":"1 Fluxograma Temporário","16% Less":"16% Menos","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>Somente CSS Personalizado0> está habilitado. Somente as configurações de Layout e Avançadas serão aplicadas.","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0> é um projeto de código aberto feito por <1>Tone Row1>","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>Entrar0> / <1>Cadastrar1> com e-mail e senha","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>Você atualmente tem uma conta gratuita. <1/><2>Saiba mais sobre nossos recursos Pro e assine nossa página de preços2>.0>","A new version of the app is available. Please reload to update.":"Uma nova versão do aplicativo está disponível. Por favor, recarregue para atualizar.","AI Ready":"Pronto para IA","About":"Sobre","Account":"Conta","Advanced":"Avançado","Amount":"Total","An error occurred. Try resubmitting or email {0} directly.":["Ocorreu um erro. Tente reenviar ou envie um e-mail direto para ",["0"],"."],"Appearance":"Aparência","Arrow Size":"Tamanho da Seta","Attributes":"Atributos","August 2023":"Agosto de 2023","Back":"Voltar","Back To Editor":"Voltar ao editor","Background Color":"Cor de Fundo","Basic Flowchart":"Fluxograma Básico","Become a Github Sponsor":"Seja um patrocinador do Github","Become a Pro User":"Se torne um usuário Pro","Begin Typing":"Comece a digitar","Blog":"Blog","Book a Meeting":"Reserve uma Reunião","Border Color":"Cor da Borda","Border Width":"Largura da Borda","Bottom to Top":"De baixo para cima","Breadthfirst":"Por extensão","Cancel":"Cancelar","Cancel your subscription. Your hosted charts will become read-only.":"Cancele sua inscrição. Seus diagramas hospedados não serão modificáveis.","Certain attributes can be used to customize the appearance or functionality of elements.":"Certos atributos podem ser usados para personalizar a aparência ou funcionalidade dos elementos.","Change Email Address":"Mude o endereço de email","Changelog":"Registro de alterações","Charts":"Diagramas","Check out the guide:":"Confira o guia:","Check your email for a link to log in.<0/>You can close this window.":"Verifique seu e-mail para um link para fazer login. Você pode fechar esta janela.","Choose":"Escolha","Choose Template":"Escolha o Modelo","Choose a Plan":"Escolha um Plano","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"Escolha entre uma variedade de formas de seta para a origem e o destino de uma aresta. As formas incluem triângulo, triângulo-tee, triângulo-círculo, triângulo-cruz, triângulo-curva-inversa, vee, tee, quadrado, círculo, diamante, chevron e nenhum.","Circle":"Círculo","Classes":"Classes","Clear":"Apagar","Clear text?":"Limpar o texto?","Clone":"Clonar","Close":"Fechar","Color":"Cor","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"As cores incluem vermelho, laranja, amarelo, azul, roxo, preto, branco e cinza.","Column":"Coluna","Comment":"Comente","Concentric":"Concêntrico","Confirm New Email":"Confirme o novo email","Confirm your email address to sign in.":"Confirme seu endereço de e-mail para fazer login.","Consider: Adding a Label":"Considere: Adicionar uma etiqueta","Containers":"Recipientes","Containers are nodes that contain other nodes. They are declared using curly braces.":"Os containers são nós que contêm outros nós. Eles são declarados usando chaves.","Continue":"Continuar","Convert to hosted chart?":"Converter em diagrama hospedado?","Cookie Policy":"Política de Cookies","Copy":"Copiar","Copy PNG Image":"Copiar imagem PNG","Copy SVG Code":"Copiar código SVG","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"Copie o seu código Excalidraw e cole-o em <0>excalidraw.com0> para editar. Esta funcionalidade é experimental e pode não funcionar com todos os diagramas. Se você encontrar um bug, por favor <1>deixe-nos saber1>.","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"Copie seu código mermaid.js ou abra diretamente no editor ao vivo mermaid.js.","Create":"Criar","Create Flowcharts using AI":"Criar Fluxogramas usando IA","Create Unlimited Flowcharts":"Crie fluxogramas ilimitados","Create a New Chart":"Criar um Novo Gráfico","Create unlimited diagrams for just $3/month!":"Crie diagramas ilimitados por apenas US$ 3 por mês!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"Crie fluxogramas ilimitados armazenados na nuvem - acessíveis em qualquer lugar!","Create with AI":"Crie com IA","Creating an edge between two nodes is done by indenting the second node below the first":"Criar uma aresta entre dois nós é feito indentando o segundo nó abaixo do primeiro","Curve Style":"Estilo de Curva","Custom CSS":"CSS Personalizado","Custom Sharing Options":"Opções de Compartilhamento Personalizadas","Customer Portal":"Portal do cliente","Dark":"Escuro","Dark Mode":"Modo escuro","Date":"Data","Direct from Data":"Direto dos Dados","Direction":"Direção","Do you want to delete this?":"Você deseja deletar isso?","Document":"Documento","Don\'t lose your work!":"Não perca o seu trabalho!","Download":"Baixar","Download JPG":"Baixar JPG","Download PNG":"Baixar PNG","Download SVG":"Baixar SVG","Drag and drop a CSV file here, or click to select a file":"Arraste e solte um arquivo CSV aqui ou clique para selecionar um arquivo","Draw an edge from multiple nodes by beginning the line with a reference":"Desenhe uma aresta de vários nós começando a linha com uma referência","Drop the file here ...":"Solte o arquivo aqui ...","Edge ID, Classes, Attributes":"ID de Borda, Classes, Atributos","Edge Label":"Rótulo de Borda","Edge Label Column":"Coluna de Rótulo de Borda","Edge Style":"Estilo de Borda","Edge Text Size":"Tamanho do Texto da Borda","Edge missing indentation":"Recuo em falta na borda","Edges":"Bordas","Edges are declared in the same row as their source node":"As bordas são declaradas na mesma linha que seu nó de origem","Edges are declared in the same row as their target node":"As bordas são declaradas na mesma linha que seu nó de destino","Edges are declared in their own row":"As bordas são declaradas em sua própria linha","Edges can also have ID\'s, classes, and attributes before the label":"As bordas também podem ter ID\'s, classes e atributos antes da etiqueta","Edges can be styled with dashed, dotted, or solid lines":"As bordas podem ser estilizadas com linhas tracejadas, pontilhadas ou sólidas","Edges in Separate Rows":"Bordas em Linhas Separadas","Edges in Source Node Row":"Bordas na Linha do Nó de Origem","Edges in Target Node Row":"Bordas na Linha do Nó de Destino","Editable":"Editável","Editor":"Editor","Email":"E-mail","Empty":"Vazio","Enter a prompt or information you would like to create a chart from.":"Insira um prompt ou informação que você gostaria de criar um gráfico.","Enter your email address and we\'ll send you a magic link to sign in.":"Digite seu endereço de e-mail e enviaremos um link mágico para fazer login.","Enter your email address below and we\'ll send you a link to reset your password.":"Digite seu endereço de e-mail abaixo e enviaremos um link para redefinir sua senha.","Equal To":"Igual a","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"Experimente a eficiência e segurança de carregar arquivos locais diretamente em seu fluxograma, perfeito para gerenciar documentos relacionados ao trabalho offline. Desbloqueie este recurso exclusivo Pro e mais com o Flowchart Fun Pro, disponível por apenas $3/mês ou $30/ano.","Export":"Exportar","Export to PNG & JPG":"Exportar para PNG e JPG","Export to PNG, JPG, and SVG":"Exportar para PNG, JPG e SVG","Feedback":"Feedback","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"Sinta-se à vontade para explorar e entrar em contato conosco através da página <0>Feedback0> se tiver alguma preocupação.","Fixed Node Height":"Altura do Nó Fixa","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"O Flowchart Fun Pro oferece fluxogramas ilimitados, colaboradores ilimitados e armazenamento ilimitado por apenas US $ 3 / mês ou US $ 30 / ano.","Follow Us on Twitter":"Siga-nos no Twitter","Font Family":"Família de Fontes","Forgot your password?":"Esqueceu sua senha?","Found a bug? Have a feature request? We would love to hear from you!":"Encontrou um bug? Tem uma solicitação de recurso? Adoraríamos ouvir de você!","Free":"Grátis ","Fullscreen":"Tela cheia","General":"Geral","Go back home":"Volte para casa","Go to the Editor":"Vá para o Editor","Go to your Sandbox":"Vá para sua caixa de areia","Graph":"Diagrama","Grid":"Grade","Have complex questions or issues? We\'re here to help.":"Tem questões ou problemas complexos? Estamos aqui para ajudar.","Here are some Pro features you can now enjoy.":"Aqui estão algumas funcionalidades Pro que você pode desfrutar agora.","History":"Histórico","Home":"Página inicial","How are edges declared in this data?":"Como as arestas são declaradas nestes dados?","How would you like to save your chart?":"Como você gostaria de salvar seu gráfico?","ID\'s":"IDs","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"Se uma conta com esse e-mail existir, enviamos um e-mail com instruções sobre como redefinir sua senha.","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"Se você gosta de usar <0>Flowchart Fun0>, por favor, considere apoiar o projeto","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"Se você quiser criar uma borda, indente esta linha. Se não, escape o dois-pontos com uma barra invertida <0>\\\\:0>","Images":"Imagens","Import Data":"Importar dados","Import data from a CSV file.":"Importar dados de um arquivo CSV.","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"Importar dados de qualquer arquivo CSV e mapeá-los para um novo fluxograma. Esta é uma ótima maneira de importar dados de outras fontes, como Lucidchart, Google Sheets e Visio.","Import from CSV":"Importar do CSV","Import from Lucidchart, Visio, and other CSV files.":"Importe do Lucidchart, Visio e outros arquivos CSV.","Import from Visio, Lucidchart, and CSV":"Importar de Visio, Lucidchart e CSV","Import your diagram it into Microsoft Visio using one of these CSV files.":"Importe seu diagrama para o Microsoft Visio usando um desses arquivos CSV.","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"Importar dados é um recurso avançado. Você pode atualizar para o Flowchart Fun Pro por apenas US $ 3/mês ou US $ 30/ano.","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"Inclua um título usando um atributo <0>title0>. Para usar a coloração do Visio, adicione um atributo <1>roleType1> igual a uma das seguintes opções:","Info":"Informações","Is":"É","Knowledge Graph":"Grafo de Conhecimento","Language":"Idioma","Layout":"Layout","Layout Frozen":"Layout Congelado","Leading References":"Principais Referências","Learn More":"Saber mais","Learn Syntax":"Aprender Sintaxe","Learn about Flowchart Fun Pro":"Saiba mais sobre o Flowchart Fun Pro","Left to Right":"Da esquerda para direita","Light":"Claro","Light Mode":"Modo claro","Link":"Link","Load":"Carregar","Load Chart":"Carregar Gráfico","Load File":"Carregar Arquivo","Load Files":"Carregar Arquivos","Load default content":"Carregar conteúdo padrão","Load from link?":"Carregar a partir do link?","Load layout and styles":"Carregar layout e estilos","Local File Support":"Suporte de Arquivo Local","Lock Zoom to Graph":"Bloquear Zoom para o Gráfico","Log In":"Acessar","Log Out":"Deslogar","Log in to Save":"Faça login para salvar","Make a One-Time Donation":"Faça uma Doação Única","Make publicly accessible":"Tornar publicamente acessível","Manage Billing":"Gerenciar Faturamento","Map Data":"Mapear Dados","Monthly":"Mensal","Multiple pointers on same line":"Múltiplos ponteiros na mesma linha","Name Chart":"Nome do Gráfico","Name your chart":"Dê um nome ao seu gráfico","New":"Novo","New Email":"Novo Email","Next charge":"Próxima cobrança","No Edges":"Sem Bordas","No Watermarks!":"Sem Marca d\'Água!","No: Option B":"Não: Opção B","Node Border Style":"Estilo de Borda do Nó","Node Colors":"Cores do Nó","Node ID":"ID do Nó","Node ID, Classes, Attributes":"ID do Nó, Classes, Atributos","Node Label":"Rótulo do Nó","Node Shape":"Forma do Nó","Node Shapes":"Formas do Nó","Node and pointer on same line":"Nó e ponteiro na mesma linha","Nodes":"Nós","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"Nós podem ser estilizados com traços, pontos ou duplos. Bordas também podem ser removidas com border_none.","Not Empty":"Não Vazio","Now erase the text and try it yourself!":"Agora apague o texto e tente você mesmo!","Office Hours":"Horário de trabalho","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":" vez em quando, o link mágico acabará em sua pasta de spam. Se você não o vir após alguns minutos, verifique lá ou solicite um novo link.","One on One Support":"Suporte Um a Um","One-on-One Support":"Suporte Individual","Open Customer Portal":"Abra o portal do cliente","Or, you can <0>create a new subscription0>.":"Ou, você pode <0>criar uma nova assinatura0>.","Organization Chart":"Gráfico de Organização","Padding":"Espaçamento","Page not found":"Página não encontrada","Password":"Senha","Past Due":"Atrasado","Permanent Charts are a Pro Feature":"Gráficos permanentes são um recurso Pro","Playbook":"Cartilha","Pointer and container on same line":"Ponteiro e contêiner na mesma linha","Privacy Policy":"Política de Privacidade","Process Diagram":"Diagrama de processo","Processing Data":"Processando Dados","Product is too expensive...":"O produto é muito caro...","Public":"Público","Random":"Aleatório","Rapid Templates":"Modelos Rápidos","Read-only":"Somente leitura","Reference by Class":"Referência por Classe","Reference by ID":"Referência por ID","Reference by Label":"Referência por Rótulo","References":"Referências","References are used to create edges between nodes that are created elsewhere in the document":"Referências são usadas para criar arestas entre nós que são criados em outro lugar no documento","Referencing a node by its exact label":"Referenciando um nó pelo seu rótulo exato","Referencing a node by its unique ID":"Referenciando um nó pelo seu ID único","Referencing multiple nodes with the same assigned class":"Referenciando vários nós com a mesma classe atribuída","Refresh Page":"Atualizar Página","Reload to Update":"Recarregar para Atualizar","Rename":"Renomear","Request Magic Link":"Solicitar Link Mágico","Request Password Reset":"Solicitar Redefinição de Senha","Reset":"Resetar","Reset Password":"Redefinir Senha","Resume Subscription":"Resumir inscrição","Return":"Retornar","Right to Left":"Da direita para esquerda","Roadmap":"Roteiro","Rotate Label":"Rotular Rotação","Save":"Salvar","Save and load local files. Perfect for managing work-related documents offline.":"Salve e carregue arquivos locais. Perfeito para gerenciar documentos relacionados ao trabalho offline.","Save time by creating flowcharts using AI.":"Economize tempo criando fluxogramas usando IA.","Save to Cloud":"Salvar para Nuvem","Save to File":"Salvar para Arquivo","Save your Work":"Salve seu trabalho","Set Content":"Definir conteúdo","Set Fixed Node Height":"Definir Altura Fixa do Nó","Settings":"Configurações","Share":"Compartilhar","Sign In":"Entrar","Sign in with <0>GitHub0>":"Entrar com <0>GitHub0>","Sign in with <0>Google0>":"Entrar com <0>Google0>","Sorry! This page is only available in English.":"Sinto muito! Esta página só está disponível em inglês.","Source Arrow Shape":"Forma da Seta de Origem","Source Column":"Coluna de Origem","Source Delimiter":"Delimitador de Origem","Source Distance From Node":"Distância da Origem ao Nó","Source/Target Arrow Shape":"Forma da Seta de Origem/Destino","Spacing":"Espaçamento","Special Attributes":"Atributos Especiais","Start":"Início","Start Over":"Recomeçar","Status":"Status","Store any data associated to a node":"Armazenar quaisquer dados associados a um nó","Style Classes":"Classes de Estilo","Submit":"Enviar","Subscription":"Inscrição","Subscription Successful!":"Assinatura bem-sucedida!","Subscription will end":"Inscrição acabará","Target Arrow Shape":"Forma da Seta de Destino","Target Column":"Coluna Alvo","Target Delimiter":"Delimitador Alvo","Target Distance From Node":"Distância-alvo do Nó","Templates":"Modelos","Text Color":"Cor do Texto","Text Horizontal Offset":"Deslocamento Horizontal do Texto","Text Leading":"Texto Principal","Text Max Width":"Largura Máxima do Texto","Text Vertical Offset":"Deslocamento Vertical do Texto","Text followed by colon+space creates an edge with the text as the label":"Texto seguido de dois-pontos+espaço cria uma aresta com o texto como rótulo","Text on a line creates a node with the text as the label":"Texto em uma linha cria um nó com o texto como rótulo","Thank you for your feedback!":"Agradecimentos pelo seu feedback!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"A melhor maneira de mudar os estilos é clicar com o botão direito do mouse em um nó ou borda e selecionar o estilo desejado.","The column that contains the edge label(s)":"A coluna que contém o(s) rótulo(s) da aresta","The column that contains the source node ID(s)":"A coluna que contém o(s) ID(s) do nó de origem","The column that contains the target node ID(s)":"A coluna que contém o(s) ID(s) do nó de destino","The delimiter used to separate multiple source nodes":"O delimitador usado para separar vários nós de origem","The delimiter used to separate multiple target nodes":"O delimitador usado para separar vários nós de destino","The possible shapes are:":"As formas possíveis são:","Theme":"Tema","Theme Editor":"Editor de Temas","There are no edges in this data":"Não há arestas nestes dados","This action cannot be undone.":"Esta ação não pode ser desfeita.","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"Esta funcionalidade está disponível apenas para usuários Pro. <0>Torne-se um usuário Pro0> para desbloqueá-la.","This may take between 30 seconds and 2 minutes depending on the length of your input.":"Isso pode levar entre 30 segundos e 2 minutos, dependendo do tamanho da sua entrada.","This will replace the current content.":"Isso substituirá o conteúdo atual.","This will replace your current sandbox.":"Isso substituirá sua sandbox atual.","Tip":"Dica","To fix this change one of the edge IDs":"Para corrigir isso, altere um dos IDs de borda","To fix this change one of the node IDs":"Para corrigir isso, altere um dos IDs de nó","To fix this move one pointer to the next line":"Para corrigir isso, mova um ponteiro para a próxima linha","To fix this move the pointer to the next line":"Para corrigir isso, mova o ponteiro para a próxima linha","To fix this start the container <0/> on a different line":"Para corrigir isso, inicie o container <0/> em uma linha diferente","To learn more about why we require you to log in, please read <0>this blog post0>.":"Para saber mais sobre por que precisamos que você faça login, leia <0>este post no blog0>.","Top to Bottom":"De cima para baixo","Transform Your Ideas into Professional Diagrams in Seconds":"Transforme Suas Ideias em Diagramas Profissionais em Segundos","Try again":"Tente novamente","Two edges have the same ID":"Dois bordos têm o mesmo ID","Two nodes have the same ID":"Dois nós têm o mesmo ID","Unique text value to identify a node":"Valor de texto único para identificar um nó","Unknown":"Desconhecido","Unknown Parsing Error":"Erro de Análise Desconhecido","Unlimited Flowcharts":"Fluxogramas ilimitados","Unlimited Permanent Flowcharts":"Fluxogramas Permanentes Ilimitados","Unpaid":"Não pago","Update Email":"Atualizar e-mail","Upgrade to Pro":"Atualize para Pro","Upload your File":"Faça o upload do seu arquivo","Use AI":"Usar IA","Use Custom CSS Only":"Usar Somente CSS Personalizado","Use Default Content":"Usar conteúdo padrão","Use an ID to Connect":"Use um ID para conectar","Use classes to group nodes":"Use classes para agrupar nós","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"Use o atributo <0>href0> para definir um link em um nó que abra em uma nova guia.","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"Use o atributo <0>src0> para definir a imagem de um nó. A imagem será dimensionada para caber no nó, então você pode precisar ajustar a largura e altura do nó para obter o resultado desejado. Apenas imagens públicas (não bloqueadas por CORS) são suportadas.","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"Use os atributos <0>w0> e <1>h1> para definir explicitamente a largura e altura de um nó.","Use the customer portal to change your billing information.":"Use o portal do cliente para alterar suas informações de cobrança.","Use these settings to adapt the look and behavior of your flowcharts":"Use essas configurações para adaptar a aparência e o comportamento de seus fluxogramas","Use this file for org charts, hierarchies, and other organizational structures.":"Use este arquivo para organogramas, hierarquias e outras estruturas organizacionais.","Use this file for sequences, processes, and workflows.":"Use este arquivo para sequências, processos e fluxos de trabalho.","User":"Usuário","View on Github":"Visualizar no Github","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"Quer manter seus fluxogramas? Atualize para nossa conta Pro por apenas US$ 3/mês. Com Pro, você pode salvar fluxogramas ilimitados e nunca perder sua criatividade.","Watermarks":"Marca d\'água","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"Lamentamos ouvir que você está considerando cancelar sua assinatura. Por favor, avise-nos por que está cancelando para que possamos melhorar nosso serviço. Obrigado!","What\'s this?":"O que é isso?","Width":"Largura","Width and Height":"Largura e Altura","Work with Local Files":"Trabalhe com arquivos locais.","Would you like to continue?":"Você gostaria de continuar?","Yearly":"Anualmente","Yes: Option A":"Sim: Opção A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["Você está prestes a adicionar ",["numNodes"]," nós e ",["numEdges"]," arestas ao seu gráfico."],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"Você pode criar fluxogramas permanentes ilimitados com <0>Flowchart Fun Pro0>.","You must <0>log in0> before you can upgrade to Pro.":"Você deve <0>fazer login0> antes de poder atualizar para Pro.","You need to log in to access this page.":"Você precisa fazer login para acessar esta página.","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"Você já é um usuário Pro!<0/>Tem perguntas ou solicitações de recursos? <1>Deixe-nos saber1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"Você está trabalhando em seu sandbox atualmente. Lembre-se, ele é redefinido diariamente, então o seu trabalho atual não será salvo amanhã.","Your Charts":"Seus Gráficos","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"Sua caixa de areia é um espaço para experimentar livremente com nossas ferramentas de fluxograma, resetando todos os dias para um começo fresco.","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"Seus gráficos são somente leitura porque sua conta não está mais ativa. Visite a sua página de <0>conta0> para saber mais. Você pode <1>atualizar para o Pro1> para recuperar o acesso de edição aos seus gráficos.","Your subscription is <0>{statusDisplay}0>.":["Sua assinatura está <0>",["statusDisplay"],"0>."],"Zoom In":"Zoom In","Zoom Out":"Diminuir o zoom","or":"ou"}'
),
};
diff --git a/app/src/locales/pt-br/messages.po b/app/src/locales/pt-br/messages.po
index 87e9f6e93..a244f1b18 100644
--- a/app/src/locales/pt-br/messages.po
+++ b/app/src/locales/pt-br/messages.po
@@ -107,7 +107,7 @@ msgstr "Voltar ao editor"
msgid "Background Color"
msgstr "Cor de Fundo"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "Fluxograma Básico"
@@ -185,6 +185,10 @@ msgstr "Registro de alterações"
msgid "Charts"
msgstr "Diagramas"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "Confira o guia:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "Verifique seu e-mail para um link para fazer login. Você pode fechar esta janela."
@@ -297,7 +301,7 @@ msgstr "Copiar imagem PNG"
msgid "Copy SVG Code"
msgstr "Copiar código SVG"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "Copie o seu código Excalidraw e cole-o em <0>excalidraw.com0> para editar. Esta funcionalidade é experimental e pode não funcionar com todos os diagramas. Se você encontrar um bug, por favor <1>deixe-nos saber1>."
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "Não perca o seu trabalho!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "Baixar"
@@ -678,7 +682,7 @@ msgstr "Importe do Lucidchart, Visio e outros arquivos CSV."
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "Importar de Visio, Lucidchart e CSV"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "Importe seu diagrama para o Microsoft Visio usando um desses arquivos CSV."
@@ -686,7 +690,7 @@ msgstr "Importe seu diagrama para o Microsoft Visio usando um desses arquivos CS
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "Importar dados é um recurso avançado. Você pode atualizar para o Flowchart Fun Pro por apenas US $ 3/mês ou US $ 30/ano."
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "Inclua um título usando um atributo <0>title0>. Para usar a coloração do Visio, adicione um atributo <1>roleType1> igual a uma das seguintes opções:"
@@ -806,7 +810,7 @@ msgstr "Faça login para salvar"
msgid "Make a One-Time Donation"
msgstr "Faça uma Doação Única"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "Tornar publicamente acessível"
@@ -936,7 +940,7 @@ msgstr "Abra o portal do cliente"
msgid "Or, you can <0>create a new subscription0>."
msgstr "Ou, você pode <0>criar uma nova assinatura0>."
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "Gráfico de Organização"
@@ -988,8 +992,8 @@ msgstr "Processando Dados"
msgid "Product is too expensive..."
msgstr "O produto é muito caro..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "Público"
@@ -1345,7 +1349,7 @@ msgstr "Isso substituirá o conteúdo atual."
msgid "This will replace your current sandbox."
msgstr "Isso substituirá sua sandbox atual."
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "Dica"
@@ -1471,11 +1475,11 @@ msgstr "Use o portal do cliente para alterar suas informações de cobrança."
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "Use essas configurações para adaptar a aparência e o comportamento de seus fluxogramas"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "Use este arquivo para organogramas, hierarquias e outras estruturas organizacionais."
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "Use este arquivo para sequências, processos e fluxos de trabalho."
diff --git a/app/src/locales/zh/messages.js b/app/src/locales/zh/messages.js
index 504826405..db38c235f 100644
--- a/app/src/locales/zh/messages.js
+++ b/app/src/locales/zh/messages.js
@@ -1,5 +1,5 @@
/*eslint-disable*/ module.exports = {
messages: JSON.parse(
- '{"$3 / month":"每月$3","$30 / year":"每年$30","1 Temporary Flowchart":"1 临时流程图","16% Less":"減少16%","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>仅启用自定义CSS0>。仅应用布局和高级设置。","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0>是由<1>Tone Row1>制作的开源项目","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>登录0> / <1>注册1> 使用电子邮件和密码","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>您目前拥有免费帐户。<1/><2>了解我们的Pro功能,并在我们的定价页面上订阅2>。0>","A new version of the app is available. Please reload to update.":"一个新版本的应用程序可用。请重新加载以更新。","AI Ready":"AI准备就绪","About":"关于","Account":"帐户","Advanced":"高级","Amount":"数量","An error occurred. Try resubmitting or email {0} directly.":["发生了一个错误。请尝试重新提交或直接发送电子邮件至",["0"],"。"],"Appearance":"外观","Arrow Size":"箭头大小","Attributes":"属性","August 2023":"2023 年 8 月","Back":"返回","Back To Editor":"返回编辑器","Background Color":"背景颜色","Basic Flowchart":"基本流程图","Become a Github Sponsor":"成为Github赞助商","Become a Pro User":"成为专业用户","Begin Typing":"开始输入","Blog":"博客","Book a Meeting":"预订会议","Border Color":"边框颜色","Border Width":"边框宽度","Bottom to Top":"从下到上","Breadthfirst":"宽度优先","Cancel":"取消","Cancel your subscription. Your hosted charts will become read-only.":"取消订阅。您的托管图表将变为只读。","Certain attributes can be used to customize the appearance or functionality of elements.":"某些属性可用于自定义元素的外观或功能。","Change Email Address":"更改电子邮件地址","Changelog":"变更日志","Charts":"图表","Check your email for a link to log in.<0/>You can close this window.":"检查您的电子邮件以获取登录链接。您可以关闭此窗口。","Choose":"選擇","Choose Template":"选择模板","Choose a Plan":"选择一个计划","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"为边缘的源和目标选择各种箭头形状。形状包括三角形,三角形-T,圆形-三角形,三角形-十字,三角形-后曲线,V形,T形,正方形,圆形,菱形,雪花形,无。","Circle":"圆圈","Classes":"类","Clear":"清除","Clear text?":"清除文字?","Clone":"克隆","Close":"关闭","Color":"颜色","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"颜色包括红色,橙色,黄色,蓝色,紫色,黑色,白色和灰色。","Column":"列","Comment":"评论","Concentric":"同心","Confirm New Email":"确认新电子邮件","Confirm your email address to sign in.":"確認您的電子郵件地址以登入。","Consider: Adding a Label":"考虑:添加标签","Containers":"容器","Containers are nodes that contain other nodes. They are declared using curly braces.":"容器是包含其他节点的节点。它们使用大括号声明。","Continue":"继续","Convert to hosted chart?":"是否转换为托管图表?","Cookie Policy":"Cookie政策","Copy":"复制","Copy PNG Image":"复制PNG图像","Copy SVG Code":"复制 SVG 代码","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"将你的 Excalidraw 代码复制并粘贴到<0>excalidraw.com0>以进行编辑。此功能为实验性质,可能无法与所有图表一起使用。如果您发现错误,请<1>告诉我们1>。","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"复制您的mermaid.js代码或直接在mermaid.js实时编辑器中打开它。","Create":"创建","Create Flowcharts using AI":"使用AI创建流程图","Create Unlimited Flowcharts":"创建无限流程图","Create a New Chart":"创建新图表","Create unlimited diagrams for just $3/month!":"仅需每月 3 美元,即可创建无限数量的图表!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"在云中存储无限流程图- 随时随地可访问!","Create with AI":"通過AI創建","Creating an edge between two nodes is done by indenting the second node below the first":"在两个节点之间创建边缘是通过将第二个节点缩进第一个节点来完成的","Curve Style":"曲线样式","Custom CSS":"自定义CSS","Custom Sharing Options":"自定义分享选项","Customer Portal":"客户门户","Dark":"深色","Dark Mode":"深色模式","Date":"日期","Direct from Data":"直接从数据","Direction":"方向","Do you want to delete this?":"您要将其删除吗?","Document":"文档","Don\'t lose your work!":"不要丢失你的工作!","Download":"下载","Download JPG":"下载 JPG","Download PNG":"下载 PNG","Download SVG":"下载 SVG","Drag and drop a CSV file here, or click to select a file":"将CSV文件拖放到此处,或单击以选择文件","Draw an edge from multiple nodes by beginning the line with a reference":"通过引用开始行从多个节点绘制边缘","Drop the file here ...":"將檔案拖放到這裡...","Edge ID, Classes, Attributes":"邊緣ID、類別和屬性","Edge Label":"邊緣標籤","Edge Label Column":"邊緣標籤欄","Edge Style":"邊緣樣式","Edge Text Size":"边缘文本大小","Edge missing indentation":"缺少缩进的边","Edges":"边","Edges are declared in the same row as their source node":"边声明在与源节点相同的行中","Edges are declared in the same row as their target node":"边声明在与目标节点相同的行中","Edges are declared in their own row":"边声明在自己的行中","Edges can also have ID\'s, classes, and attributes before the label":"边在标签之前可以有ID,类和属性","Edges can be styled with dashed, dotted, or solid lines":"边可以用虚线,点线或实线样式","Edges in Separate Rows":"边在单独的行","Edges in Source Node Row":"边在源节点行","Edges in Target Node Row":"边在目标节点行","Editable":"可编辑","Editor":"编辑器","Email":"电子邮件","Empty":"空","Enter a prompt or information you would like to create a chart from.":"输入您要创建图表所需的提示或信息。","Enter your email address and we\'ll send you a magic link to sign in.":"輸入您的電子郵件地址,我們將發送給您一個魔法鏈接以登入。","Enter your email address below and we\'ll send you a link to reset your password.":"在下面輸入您的電子郵件地址,我們將發送給您一個重置密碼的鏈接。","Equal To":"等于","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"将本地文件直接加载到流程图中,可以体验到高效与安全的功能,非常适合管理工作文档离线操作。解锁本独家Pro功能及更多,只需每月$3或每年$30,就能使用Flowchart Fun Pro。","Export":"导出","Export to PNG & JPG":"导出为PNG和JPG","Export to PNG, JPG, and SVG":"导出为PNG,JPG和SVG","Feedback":"反馈","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"如果您有任何問題,請隨意探索並通過<0>反饋0>頁面與我們聯繫。","Fixed Node Height":"固定节点高度","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro 为您提供无限流程图,无限合作者和无限存储,每月只需 3 美元或每年 30 美元。","Follow Us on Twitter":"在Twitter上关注我们","Font Family":"字体系列","Forgot your password?":"忘記密碼了?","Found a bug? Have a feature request? We would love to hear from you!":"如果发现了一个 bug?有功能请求?我们很乐意听到您的意见!","Free":"免费","Fullscreen":"全屏","General":"一般","Go back home":"回家","Go to the Editor":"前往編輯器","Go to your Sandbox":"去你的沙盒","Graph":"图表","Grid":"网格","Have complex questions or issues? We\'re here to help.":"有复杂的问题或问题吗?我们在这里帮助你。","Here are some Pro features you can now enjoy.":"現在您可以享受以下專業功能。","History":"历史","Home":"主页","How are edges declared in this data?":"在这个数据中如何声明边缘?","How would you like to save your chart?":"您想如何保存您的流程图?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"如果該電子郵件存在該帳戶,我們已經發送給您一封電子郵件,其中包含如何重置您的密碼的說明。","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"如果您喜欢使用<0>Flowchart Fun0>,请考虑支持该项目","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"如果你想创建一个边,缩进这一行。如果不,用反斜杠转义冒号<0>\\\\:0>","Images":"图像","Import Data":"导入数据","Import data from a CSV file.":"从CSV文件导入数据。","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"從任何CSV檔案匯入資料並將其映射到新的流程圖。這是從Lucidchart、Google Sheets和Visio等其他來源匯入資料的一個很棒的方法。","Import from CSV":"從CSV導入","Import from Lucidchart, Visio, and other CSV files.":"从Lucidchart,Visio和其他CSV文件导入。","Import from Visio, Lucidchart, and CSV":"从Visio,Lucidchart和CSV导入","Import your diagram it into Microsoft Visio using one of these CSV files.":"使用其中一个CSV文件将您的图表导入到Microsoft Visio中。","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"匯入資料是專業功能。您可以每月以3美元或每年30美元升級至Flowchart Fun Pro。","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"使用<0>title0>属性添加标题。要使用 Visio 颜色,请添加一个等于以下内容之一的<1>roleType1>属性:","Info":"信息","Is":"是","Knowledge Graph":"知识图谱","Language":"语言","Layout":"布局","Layout Frozen":"布局已冻结","Leading References":"主要參考","Learn More":"学到更多","Learn Syntax":"學習語法","Learn about Flowchart Fun Pro":"了解关于Flowchart Fun Pro","Left to Right":"从左到右","Light":"浅色","Light Mode":"浅色模式","Link":"链接","Load":"載入","Load Chart":"加载流程图","Load File":"加载文件","Load Files":"加载多个文件","Load default content":"載入預設內容","Load from link?":"从链接加载?","Load layout and styles":"載入版面和樣式","Local File Support":"本地文件支持","Lock Zoom to Graph":"锁定缩放到图表","Log In":"登录","Log Out":"登出","Log in to Save":"登录以保存","Make a One-Time Donation":"进行一次性捐赠","Make publicly accessible":"设为公开访问","Manage Billing":"付款管理","Map Data":"對應資料","Monthly":"每月","Multiple pointers on same line":"同一行上的多个指针","Name Chart":"命名图表","Name your chart":"为您的流程图命名","New":"新","New Email":"新邮件","Next charge":"下次扣费","No Edges":"沒有邊緣","No Watermarks!":"无水印!","No: Option B":"不:选项B","Node Border Style":"节点边框样式","Node Colors":"节点颜色","Node ID":"节点ID","Node ID, Classes, Attributes":"节点ID、类、属性","Node Label":"节点标签","Node Shape":"节点形状","Node Shapes":"节点形状","Node and pointer on same line":"同一行上的节点和指针","Nodes":"节点","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"节点可以使用虚线、点线或双线样式。边框也可以使用 border_none 来移除。","Not Empty":"不为空","Now erase the text and try it yourself!":"现在擦除文本,自己试一试!","Office Hours":"工作时间","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"偶尔,魔法链接会被放入您的垃圾邮件文件夹。如果几分钟后仍然没有收到,请检查垃圾邮件文件夹,或者重新请求新的链接。","One on One Support":"一对一支持","One-on-One Support":"一对一支持","Open Customer Portal":"打开客户门户","Or, you can <0>create a new subscription0>.":"或者,您可以<0>创建一个新的订阅0>。","Organization Chart":"组织结构图","Padding":"填充","Page not found":"找不到页面","Password":"密碼","Past Due":"过期","Permanent Charts are a Pro Feature":"永久图表是专业功能","Playbook":"剧本","Pointer and container on same line":"同一行上的指针和容器","Privacy Policy":"隱私政策","Process Diagram":"流程图","Processing Data":"处理数据","Product is too expensive...":"产品太贵了...","Public":"公开","Random":"随机","Rapid Templates":"快速模板","Read-only":"只读","Reference by Class":"按类引用","Reference by ID":"按 ID 参考","Reference by Label":"按标签参考","References":"参考","References are used to create edges between nodes that are created elsewhere in the document":"参考用于在文档中其他位置创建的节点之间创建边","Referencing a node by its exact label":"通过其确切标签引用节点","Referencing a node by its unique ID":"通过其唯一ID引用节点","Referencing multiple nodes with the same assigned class":"使用相同分配的类引用多个节点","Refresh Page":"刷新页面","Reload to Update":"重新加载以更新","Rename":"重命名","Request Magic Link":"請求魔法鏈接","Request Password Reset":"請求密碼重置","Reset":"重置","Reset Password":"重置密碼","Resume Subscription":"恢复订阅","Return":"返回","Right to Left":"从右到左","Roadmap":"路线图","Rotate Label":"旋转标签","Save":"救球","Save and load local files. Perfect for managing work-related documents offline.":"保存和加载本地文件。完美地管理离线工作文件。","Save time by creating flowcharts using AI.":"使用AI创建流程图可以节省时间。","Save to Cloud":"保存到云","Save to File":"保存到文件","Save your Work":"保存您的工作","Set Content":"设置内容","Set Fixed Node Height":"设置固定节点高度","Settings":"设置","Share":"分享","Sign In":"登錄","Sign in with <0>GitHub0>":"使用<0>GitHub0>登录","Sign in with <0>Google0>":"使用<0>Google0>登录","Sorry! This page is only available in English.":"抱歉!此页面只有英语版。","Source Arrow Shape":"源箭头形状","Source Column":"源列","Source Delimiter":"源分隔符","Source Distance From Node":"源节点距离","Source/Target Arrow Shape":"源/目标箭头形状","Spacing":"间距","Special Attributes":"特殊属性","Start":"开始","Start Over":"重新開始","Status":"状态","Store any data associated to a node":"將任何與節點相關的資料儲存","Style Classes":"樣式類別","Submit":"提交","Subscription":"订阅","Subscription Successful!":"訂閱成功!","Subscription will end":"订阅即将到期","Target Arrow Shape":"目标箭头形状","Target Column":"目標欄","Target Delimiter":"目標分隔符","Target Distance From Node":"目標距離節點","Templates":"範本","Text Color":"文字顏色","Text Horizontal Offset":"文本水平偏移","Text Leading":"文字行距","Text Max Width":"文本最大宽度","Text Vertical Offset":"文字垂直偏移","Text followed by colon+space creates an edge with the text as the label":"以冒号加空格结尾的文本将创建一个边,文本作为标签","Text on a line creates a node with the text as the label":"在一行中的文本将创建一个节点,文本作为标签","Thank you for your feedback!":"感谢您的反馈!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"更改样式的最佳方式是右键单击节点或边缘,然后选择所需的样式。","The column that contains the edge label(s)":"包含边标签的列","The column that contains the source node ID(s)":"包含源节点ID的列","The column that contains the target node ID(s)":"包含目标节点ID的列","The delimiter used to separate multiple source nodes":"用于分隔多个源节点的分隔符","The delimiter used to separate multiple target nodes":"用于分隔多个目标节点的分隔符","The possible shapes are:":"可能的形状是:","Theme":"主題","Theme Editor":"主题编辑器","There are no edges in this data":"此数据中没有边","This action cannot be undone.":"此操作无法撤销。","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"只有专业用户才能使用此功能。 <0>成为专业用户0>解锁。","This may take between 30 seconds and 2 minutes depending on the length of your input.":"这可能需要30秒到2分钟的时间,取决于您输入的长度。","This will replace the current content.":"這將取代目前的內容。","This will replace your current sandbox.":"这将替换您当前的沙盒。","Tip":"提示","To fix this change one of the edge IDs":"为了修复这个,改变其中一个边的ID","To fix this change one of the node IDs":"要修复这个,更改其中一个节点ID","To fix this move one pointer to the next line":"要修复这个,将指针移动到下一行","To fix this move the pointer to the next line":"要修复这个,将指针移动到下一行","To fix this start the container <0/> on a different line":"要修复这个,将容器<0/>放在另一行","To learn more about why we require you to log in, please read <0>this blog post0>.":"要了解更多關於我們為什麼要求您登錄的原因,請閱讀<0>這篇博客文章0>。","Top to Bottom":"从上到下","Transform Your Ideas into Professional Diagrams in Seconds":"秒转换您的想法成专业图表","Try again":"重试","Two edges have the same ID":"两个边有相同的ID","Two nodes have the same ID":"两个节点有相同的ID","Unique text value to identify a node":"用于标识节点的唯一文本值","Unknown":"未知","Unknown Parsing Error":"未知的解析错误","Unlimited Flowcharts":"无限流程图","Unlimited Permanent Flowcharts":"无限永久流程图","Unpaid":"未付","Update Email":"更新电子邮件","Upgrade to Pro":"升級到專業版","Upload your File":"上传您的文件","Use AI":"使用AI","Use Custom CSS Only":"僅使用自定義CSS","Use Default Content":"使用默认内容","Use an ID to Connect":"使用ID连接","Use classes to group nodes":"使用类来分组节点","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"使用属性<0>href0>在节点上设置一个在新标签页中打开的链接。","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"使用属性<0>src0>来设置节点的图像,图像将被缩放以适应节点,因此您可能需要调整节点的宽度和高度以获得期望的结果。仅支持公共图像(不受CORS阻止)。","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"使用属性<0>w0>和<1>h1>显式设置节点的宽度和高度。","Use the customer portal to change your billing information.":"使用客户门户更改您的账单信息。","Use these settings to adapt the look and behavior of your flowcharts":"使用这些设置来调整流程图的外观和行为","Use this file for org charts, hierarchies, and other organizational structures.":"使用此文件制作组织图、层次结构和其他组织结构。","Use this file for sequences, processes, and workflows.":"使用此文件进行顺序、流程和工作流程。","User":"用户","View on Github":"在 Github 上查看","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"想要保留你的流程图吗?只需每月$3即可升级到我们的Pro账户。有了Pro,你可以保存无限的流程图,永远不会失去你的创造力。","Watermarks":"水印","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"我们很抱歉听到您考虑取消订阅。请告诉我们您取消的原因,以便我们可以改善我们的服务。谢谢!","What\'s this?":"这是什么?","Width":"宽度","Width and Height":"宽度和高度","Work with Local Files":"与本地文件一起工作","Would you like to continue?":"您想继续吗?","Yearly":"每年","Yes: Option A":"是:选项A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["您即将为您的图添加",["numNodes"],"个节点和",["numEdges"],"条边。"],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"你可以使用<0>Flowchart Fun Pro0>创建无限的永久流程图。","You must <0>log in0> before you can upgrade to Pro.":"您必須<0>登錄0>才能升級到專業版。","You need to log in to access this page.":"您需要登录才能访问此页面。","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"您已經是專業用戶!<0/>有問題或功能請求嗎?<1>請告訴我們1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"你现在正在沙盒中工作。请记住,它每天重置,所以你今天的工作明天就不会保存了。","Your Charts":"您的图表","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"你的沙盒是一个可以自由尝试我们的流程图工具的空间,每天都会重置,以便于重新开始。","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"您的图表是只读的,因为您的帐户不再有效。访问您的<0>帐户0>页面了解更多信息。您可以<1>升级为专业版1>以重新获得对您图表的编辑访问权限","Your subscription is <0>{statusDisplay}0>.":["您的訂閱狀態為<0>",["statusDisplay"],"0>。"],"Zoom In":"放大","Zoom Out":"縮小","or":"或"}'
+ '{"$3 / month":"每月$3","$30 / year":"每年$30","1 Temporary Flowchart":"1 临时流程图","16% Less":"減少16%","<0>Custom CSS Only0> is enabled. Only the Layout and Advanced settings will be applied.":"<0>仅启用自定义CSS0>。仅应用布局和高级设置。","<0>Flowchart Fun0> is an open source project made by <1>Tone Row1>":"<0>Flowchart Fun0>是由<1>Tone Row1>制作的开源项目","<0>Sign In0> / <1>Sign Up1> with email and password":"<0>登录0> / <1>注册1> 使用电子邮件和密码","<0>You currently have a free account.<1/><2>Learn about our Pro Features and subscribe on our pricing page2>.0>":"<0>您目前拥有免费帐户。<1/><2>了解我们的Pro功能,并在我们的定价页面上订阅2>。0>","A new version of the app is available. Please reload to update.":"一个新版本的应用程序可用。请重新加载以更新。","AI Ready":"AI准备就绪","About":"关于","Account":"帐户","Advanced":"高级","Amount":"数量","An error occurred. Try resubmitting or email {0} directly.":["发生了一个错误。请尝试重新提交或直接发送电子邮件至",["0"],"。"],"Appearance":"外观","Arrow Size":"箭头大小","Attributes":"属性","August 2023":"2023 年 8 月","Back":"返回","Back To Editor":"返回编辑器","Background Color":"背景颜色","Basic Flowchart":"基本流程图","Become a Github Sponsor":"成为Github赞助商","Become a Pro User":"成为专业用户","Begin Typing":"开始输入","Blog":"博客","Book a Meeting":"预订会议","Border Color":"边框颜色","Border Width":"边框宽度","Bottom to Top":"从下到上","Breadthfirst":"宽度优先","Cancel":"取消","Cancel your subscription. Your hosted charts will become read-only.":"取消订阅。您的托管图表将变为只读。","Certain attributes can be used to customize the appearance or functionality of elements.":"某些属性可用于自定义元素的外观或功能。","Change Email Address":"更改电子邮件地址","Changelog":"变更日志","Charts":"图表","Check out the guide:":"查看指南:","Check your email for a link to log in.<0/>You can close this window.":"检查您的电子邮件以获取登录链接。您可以关闭此窗口。","Choose":"選擇","Choose Template":"选择模板","Choose a Plan":"选择一个计划","Choose from a variety of arrow shapes for the source and target of an edge. Shapes include triangle, triangle-tee, circle-triangle, triangle-cross, triangle-backcurve, vee, tee, square, circle, diamond, chevron, none. .":"为边缘的源和目标选择各种箭头形状。形状包括三角形,三角形-T,圆形-三角形,三角形-十字,三角形-后曲线,V形,T形,正方形,圆形,菱形,雪花形,无。","Circle":"圆圈","Classes":"类","Clear":"清除","Clear text?":"清除文字?","Clone":"克隆","Close":"关闭","Color":"颜色","Colors include red, orange, yellow, blue, purple, black, white, and gray.":"颜色包括红色,橙色,黄色,蓝色,紫色,黑色,白色和灰色。","Column":"列","Comment":"评论","Concentric":"同心","Confirm New Email":"确认新电子邮件","Confirm your email address to sign in.":"確認您的電子郵件地址以登入。","Consider: Adding a Label":"考虑:添加标签","Containers":"容器","Containers are nodes that contain other nodes. They are declared using curly braces.":"容器是包含其他节点的节点。它们使用大括号声明。","Continue":"继续","Convert to hosted chart?":"是否转换为托管图表?","Cookie Policy":"Cookie政策","Copy":"复制","Copy PNG Image":"复制PNG图像","Copy SVG Code":"复制 SVG 代码","Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>.":"将你的 Excalidraw 代码复制并粘贴到<0>excalidraw.com0>以进行编辑。此功能为实验性质,可能无法与所有图表一起使用。如果您发现错误,请<1>告诉我们1>。","Copy your mermaid.js code or open it directly in the mermaid.js live editor.":"复制您的mermaid.js代码或直接在mermaid.js实时编辑器中打开它。","Create":"创建","Create Flowcharts using AI":"使用AI创建流程图","Create Unlimited Flowcharts":"创建无限流程图","Create a New Chart":"创建新图表","Create unlimited diagrams for just $3/month!":"仅需每月 3 美元,即可创建无限数量的图表!","Create unlimited flowcharts stored in the cloud– accessible anywhere!":"在云中存储无限流程图- 随时随地可访问!","Create with AI":"通過AI創建","Creating an edge between two nodes is done by indenting the second node below the first":"在两个节点之间创建边缘是通过将第二个节点缩进第一个节点来完成的","Curve Style":"曲线样式","Custom CSS":"自定义CSS","Custom Sharing Options":"自定义分享选项","Customer Portal":"客户门户","Dark":"深色","Dark Mode":"深色模式","Date":"日期","Direct from Data":"直接从数据","Direction":"方向","Do you want to delete this?":"您要将其删除吗?","Document":"文档","Don\'t lose your work!":"不要丢失你的工作!","Download":"下载","Download JPG":"下载 JPG","Download PNG":"下载 PNG","Download SVG":"下载 SVG","Drag and drop a CSV file here, or click to select a file":"将CSV文件拖放到此处,或单击以选择文件","Draw an edge from multiple nodes by beginning the line with a reference":"通过引用开始行从多个节点绘制边缘","Drop the file here ...":"將檔案拖放到這裡...","Edge ID, Classes, Attributes":"邊緣ID、類別和屬性","Edge Label":"邊緣標籤","Edge Label Column":"邊緣標籤欄","Edge Style":"邊緣樣式","Edge Text Size":"边缘文本大小","Edge missing indentation":"缺少缩进的边","Edges":"边","Edges are declared in the same row as their source node":"边声明在与源节点相同的行中","Edges are declared in the same row as their target node":"边声明在与目标节点相同的行中","Edges are declared in their own row":"边声明在自己的行中","Edges can also have ID\'s, classes, and attributes before the label":"边在标签之前可以有ID,类和属性","Edges can be styled with dashed, dotted, or solid lines":"边可以用虚线,点线或实线样式","Edges in Separate Rows":"边在单独的行","Edges in Source Node Row":"边在源节点行","Edges in Target Node Row":"边在目标节点行","Editable":"可编辑","Editor":"编辑器","Email":"电子邮件","Empty":"空","Enter a prompt or information you would like to create a chart from.":"输入您要创建图表所需的提示或信息。","Enter your email address and we\'ll send you a magic link to sign in.":"輸入您的電子郵件地址,我們將發送給您一個魔法鏈接以登入。","Enter your email address below and we\'ll send you a link to reset your password.":"在下面輸入您的電子郵件地址,我們將發送給您一個重置密碼的鏈接。","Equal To":"等于","Excalidraw":"Excalidraw","Experience the efficiency and security of loading local files directly into your flowchart, perfect for managing work-related documents offline. Unlock this exclusive Pro feature and more with Flowchart Fun Pro, available for only $3/month or $30/year.":"将本地文件直接加载到流程图中,可以体验到高效与安全的功能,非常适合管理工作文档离线操作。解锁本独家Pro功能及更多,只需每月$3或每年$30,就能使用Flowchart Fun Pro。","Export":"导出","Export to PNG & JPG":"导出为PNG和JPG","Export to PNG, JPG, and SVG":"导出为PNG,JPG和SVG","Feedback":"反馈","Feel free to explore and reach out to us through the <0>Feedback0> page should you have any concerns.":"如果您有任何問題,請隨意探索並通過<0>反饋0>頁面與我們聯繫。","Fixed Node Height":"固定节点高度","Flowchart Fun Pro gives you unlimited flowcharts, unlimited collaborators, and unlimited storage for just $3/month or $30/year.":"Flowchart Fun Pro 为您提供无限流程图,无限合作者和无限存储,每月只需 3 美元或每年 30 美元。","Follow Us on Twitter":"在Twitter上关注我们","Font Family":"字体系列","Forgot your password?":"忘記密碼了?","Found a bug? Have a feature request? We would love to hear from you!":"如果发现了一个 bug?有功能请求?我们很乐意听到您的意见!","Free":"免费","Fullscreen":"全屏","General":"一般","Go back home":"回家","Go to the Editor":"前往編輯器","Go to your Sandbox":"去你的沙盒","Graph":"图表","Grid":"网格","Have complex questions or issues? We\'re here to help.":"有复杂的问题或问题吗?我们在这里帮助你。","Here are some Pro features you can now enjoy.":"現在您可以享受以下專業功能。","History":"历史","Home":"主页","How are edges declared in this data?":"在这个数据中如何声明边缘?","How would you like to save your chart?":"您想如何保存您的流程图?","ID\'s":"ID","If an account with that email exists, we\'ve sent you an email with instructions on how to reset your password.":"如果該電子郵件存在該帳戶,我們已經發送給您一封電子郵件,其中包含如何重置您的密碼的說明。","If you enjoy using <0>Flowchart Fun0>, please consider supporting the project":"如果您喜欢使用<0>Flowchart Fun0>,请考虑支持该项目","If you mean to create an edge, indent this line. If not, escape the colon with a backslash <0>\\\\:0>":"如果你想创建一个边,缩进这一行。如果不,用反斜杠转义冒号<0>\\\\:0>","Images":"图像","Import Data":"导入数据","Import data from a CSV file.":"从CSV文件导入数据。","Import data from any CSV file and map it to a new flowchart. This is a great way to import data from other sources like Lucidchart, Google Sheets, and Visio.":"從任何CSV檔案匯入資料並將其映射到新的流程圖。這是從Lucidchart、Google Sheets和Visio等其他來源匯入資料的一個很棒的方法。","Import from CSV":"從CSV導入","Import from Lucidchart, Visio, and other CSV files.":"从Lucidchart,Visio和其他CSV文件导入。","Import from Visio, Lucidchart, and CSV":"从Visio,Lucidchart和CSV导入","Import your diagram it into Microsoft Visio using one of these CSV files.":"使用其中一个CSV文件将您的图表导入到Microsoft Visio中。","Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year.":"匯入資料是專業功能。您可以每月以3美元或每年30美元升級至Flowchart Fun Pro。","Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:":"使用<0>title0>属性添加标题。要使用 Visio 颜色,请添加一个等于以下内容之一的<1>roleType1>属性:","Info":"信息","Is":"是","Knowledge Graph":"知识图谱","Language":"语言","Layout":"布局","Layout Frozen":"布局已冻结","Leading References":"主要參考","Learn More":"学到更多","Learn Syntax":"學習語法","Learn about Flowchart Fun Pro":"了解关于Flowchart Fun Pro","Left to Right":"从左到右","Light":"浅色","Light Mode":"浅色模式","Link":"链接","Load":"載入","Load Chart":"加载流程图","Load File":"加载文件","Load Files":"加载多个文件","Load default content":"載入預設內容","Load from link?":"从链接加载?","Load layout and styles":"載入版面和樣式","Local File Support":"本地文件支持","Lock Zoom to Graph":"锁定缩放到图表","Log In":"登录","Log Out":"登出","Log in to Save":"登录以保存","Make a One-Time Donation":"进行一次性捐赠","Make publicly accessible":"设为公开访问","Manage Billing":"付款管理","Map Data":"對應資料","Monthly":"每月","Multiple pointers on same line":"同一行上的多个指针","Name Chart":"命名图表","Name your chart":"为您的流程图命名","New":"新","New Email":"新邮件","Next charge":"下次扣费","No Edges":"沒有邊緣","No Watermarks!":"无水印!","No: Option B":"不:选项B","Node Border Style":"节点边框样式","Node Colors":"节点颜色","Node ID":"节点ID","Node ID, Classes, Attributes":"节点ID、类、属性","Node Label":"节点标签","Node Shape":"节点形状","Node Shapes":"节点形状","Node and pointer on same line":"同一行上的节点和指针","Nodes":"节点","Nodes can be styled with dashed, dotted, or double. Borders can also be removed with border_none.":"节点可以使用虚线、点线或双线样式。边框也可以使用 border_none 来移除。","Not Empty":"不为空","Now erase the text and try it yourself!":"现在擦除文本,自己试一试!","Office Hours":"工作时间","Once in a while the magic link will end up in your spam folder. If you don\'t see it after a few minutes, check there or request a new link.":"偶尔,魔法链接会被放入您的垃圾邮件文件夹。如果几分钟后仍然没有收到,请检查垃圾邮件文件夹,或者重新请求新的链接。","One on One Support":"一对一支持","One-on-One Support":"一对一支持","Open Customer Portal":"打开客户门户","Or, you can <0>create a new subscription0>.":"或者,您可以<0>创建一个新的订阅0>。","Organization Chart":"组织结构图","Padding":"填充","Page not found":"找不到页面","Password":"密碼","Past Due":"过期","Permanent Charts are a Pro Feature":"永久图表是专业功能","Playbook":"剧本","Pointer and container on same line":"同一行上的指针和容器","Privacy Policy":"隱私政策","Process Diagram":"流程图","Processing Data":"处理数据","Product is too expensive...":"产品太贵了...","Public":"公开","Random":"随机","Rapid Templates":"快速模板","Read-only":"只读","Reference by Class":"按类引用","Reference by ID":"按 ID 参考","Reference by Label":"按标签参考","References":"参考","References are used to create edges between nodes that are created elsewhere in the document":"参考用于在文档中其他位置创建的节点之间创建边","Referencing a node by its exact label":"通过其确切标签引用节点","Referencing a node by its unique ID":"通过其唯一ID引用节点","Referencing multiple nodes with the same assigned class":"使用相同分配的类引用多个节点","Refresh Page":"刷新页面","Reload to Update":"重新加载以更新","Rename":"重命名","Request Magic Link":"請求魔法鏈接","Request Password Reset":"請求密碼重置","Reset":"重置","Reset Password":"重置密碼","Resume Subscription":"恢复订阅","Return":"返回","Right to Left":"从右到左","Roadmap":"路线图","Rotate Label":"旋转标签","Save":"救球","Save and load local files. Perfect for managing work-related documents offline.":"保存和加载本地文件。完美地管理离线工作文件。","Save time by creating flowcharts using AI.":"使用AI创建流程图可以节省时间。","Save to Cloud":"保存到云","Save to File":"保存到文件","Save your Work":"保存您的工作","Set Content":"设置内容","Set Fixed Node Height":"设置固定节点高度","Settings":"设置","Share":"分享","Sign In":"登錄","Sign in with <0>GitHub0>":"使用<0>GitHub0>登录","Sign in with <0>Google0>":"使用<0>Google0>登录","Sorry! This page is only available in English.":"抱歉!此页面只有英语版。","Source Arrow Shape":"源箭头形状","Source Column":"源列","Source Delimiter":"源分隔符","Source Distance From Node":"源节点距离","Source/Target Arrow Shape":"源/目标箭头形状","Spacing":"间距","Special Attributes":"特殊属性","Start":"开始","Start Over":"重新開始","Status":"状态","Store any data associated to a node":"將任何與節點相關的資料儲存","Style Classes":"樣式類別","Submit":"提交","Subscription":"订阅","Subscription Successful!":"訂閱成功!","Subscription will end":"订阅即将到期","Target Arrow Shape":"目标箭头形状","Target Column":"目標欄","Target Delimiter":"目標分隔符","Target Distance From Node":"目標距離節點","Templates":"範本","Text Color":"文字顏色","Text Horizontal Offset":"文本水平偏移","Text Leading":"文字行距","Text Max Width":"文本最大宽度","Text Vertical Offset":"文字垂直偏移","Text followed by colon+space creates an edge with the text as the label":"以冒号加空格结尾的文本将创建一个边,文本作为标签","Text on a line creates a node with the text as the label":"在一行中的文本将创建一个节点,文本作为标签","Thank you for your feedback!":"感谢您的反馈!","The best way to change styles is to right-click on a node or an edge and select the style you want.":"更改样式的最佳方式是右键单击节点或边缘,然后选择所需的样式。","The column that contains the edge label(s)":"包含边标签的列","The column that contains the source node ID(s)":"包含源节点ID的列","The column that contains the target node ID(s)":"包含目标节点ID的列","The delimiter used to separate multiple source nodes":"用于分隔多个源节点的分隔符","The delimiter used to separate multiple target nodes":"用于分隔多个目标节点的分隔符","The possible shapes are:":"可能的形状是:","Theme":"主題","Theme Editor":"主题编辑器","There are no edges in this data":"此数据中没有边","This action cannot be undone.":"此操作无法撤销。","This feature is only available to pro users. <0>Become a pro user0> to unlock it.":"只有专业用户才能使用此功能。 <0>成为专业用户0>解锁。","This may take between 30 seconds and 2 minutes depending on the length of your input.":"这可能需要30秒到2分钟的时间,取决于您输入的长度。","This will replace the current content.":"這將取代目前的內容。","This will replace your current sandbox.":"这将替换您当前的沙盒。","Tip":"提示","To fix this change one of the edge IDs":"为了修复这个,改变其中一个边的ID","To fix this change one of the node IDs":"要修复这个,更改其中一个节点ID","To fix this move one pointer to the next line":"要修复这个,将指针移动到下一行","To fix this move the pointer to the next line":"要修复这个,将指针移动到下一行","To fix this start the container <0/> on a different line":"要修复这个,将容器<0/>放在另一行","To learn more about why we require you to log in, please read <0>this blog post0>.":"要了解更多關於我們為什麼要求您登錄的原因,請閱讀<0>這篇博客文章0>。","Top to Bottom":"从上到下","Transform Your Ideas into Professional Diagrams in Seconds":"秒转换您的想法成专业图表","Try again":"重试","Two edges have the same ID":"两个边有相同的ID","Two nodes have the same ID":"两个节点有相同的ID","Unique text value to identify a node":"用于标识节点的唯一文本值","Unknown":"未知","Unknown Parsing Error":"未知的解析错误","Unlimited Flowcharts":"无限流程图","Unlimited Permanent Flowcharts":"无限永久流程图","Unpaid":"未付","Update Email":"更新电子邮件","Upgrade to Pro":"升級到專業版","Upload your File":"上传您的文件","Use AI":"使用AI","Use Custom CSS Only":"僅使用自定義CSS","Use Default Content":"使用默认内容","Use an ID to Connect":"使用ID连接","Use classes to group nodes":"使用类来分组节点","Use the attribute <0>href0> to set a link on a node that opens in a new tab.":"使用属性<0>href0>在节点上设置一个在新标签页中打开的链接。","Use the attribute <0>src0> to set the image of a node. The image will be scaled to fit the node, so you may need to adjust the width and height of the node to get the desired result. Only public images (not blocked by CORS) are supported.":"使用属性<0>src0>来设置节点的图像,图像将被缩放以适应节点,因此您可能需要调整节点的宽度和高度以获得期望的结果。仅支持公共图像(不受CORS阻止)。","Use the attributes <0>w0> and <1>h1> to explicitly set the width and height of a node.":"使用属性<0>w0>和<1>h1>显式设置节点的宽度和高度。","Use the customer portal to change your billing information.":"使用客户门户更改您的账单信息。","Use these settings to adapt the look and behavior of your flowcharts":"使用这些设置来调整流程图的外观和行为","Use this file for org charts, hierarchies, and other organizational structures.":"使用此文件制作组织图、层次结构和其他组织结构。","Use this file for sequences, processes, and workflows.":"使用此文件进行顺序、流程和工作流程。","User":"用户","View on Github":"在 Github 上查看","Want to keep your flowcharts? Upgrade to our Pro account for only $3/month. With Pro, you can save unlimited flowcharts and never lose your creativity.":"想要保留你的流程图吗?只需每月$3即可升级到我们的Pro账户。有了Pro,你可以保存无限的流程图,永远不会失去你的创造力。","Watermarks":"水印","We\'re sorry to hear that you\'re considering canceling your subscription. Please let us know why you\'re canceling so we can improve our service. Thank you!":"我们很抱歉听到您考虑取消订阅。请告诉我们您取消的原因,以便我们可以改善我们的服务。谢谢!","What\'s this?":"这是什么?","Width":"宽度","Width and Height":"宽度和高度","Work with Local Files":"与本地文件一起工作","Would you like to continue?":"您想继续吗?","Yearly":"每年","Yes: Option A":"是:选项A","You are about to add {numNodes} nodes and {numEdges} edges to your graph.":["您即将为您的图添加",["numNodes"],"个节点和",["numEdges"],"条边。"],"You can create unlimited permanent flowcharts with <0>Flowchart Fun Pro0>.":"你可以使用<0>Flowchart Fun Pro0>创建无限的永久流程图。","You must <0>log in0> before you can upgrade to Pro.":"您必須<0>登錄0>才能升級到專業版。","You need to log in to access this page.":"您需要登录才能访问此页面。","You\'re already a Pro User!<0/>Have questions or feature requests? <1>Let Us Know1>":"您已經是專業用戶!<0/>有問題或功能請求嗎?<1>請告訴我們1>","You\'re currently working in your sandbox. Remember, it resets daily, so your current work won\'t be saved tomorrow.":"你现在正在沙盒中工作。请记住,它每天重置,所以你今天的工作明天就不会保存了。","Your Charts":"您的图表","Your Sandbox is a space to freely experiment with our flowchart tools, resetting every day for a fresh start.":"你的沙盒是一个可以自由尝试我们的流程图工具的空间,每天都会重置,以便于重新开始。","Your charts are read-only because your account is no longer active. Visit your <0>account0> page to learn more. You can <1>upgrade to pro1> to regain editing access to your charts":"您的图表是只读的,因为您的帐户不再有效。访问您的<0>帐户0>页面了解更多信息。您可以<1>升级为专业版1>以重新获得对您图表的编辑访问权限","Your subscription is <0>{statusDisplay}0>.":["您的訂閱狀態為<0>",["statusDisplay"],"0>。"],"Zoom In":"放大","Zoom Out":"縮小","or":"或"}'
),
};
diff --git a/app/src/locales/zh/messages.po b/app/src/locales/zh/messages.po
index 97be92cf3..c2b8db51c 100644
--- a/app/src/locales/zh/messages.po
+++ b/app/src/locales/zh/messages.po
@@ -107,7 +107,7 @@ msgstr "返回编辑器"
msgid "Background Color"
msgstr "背景颜色"
-#: src/components/ShareDialog.tsx:495
+#: src/components/ShareDialog.tsx:511
msgid "Basic Flowchart"
msgstr "基本流程图"
@@ -185,6 +185,10 @@ msgstr "变更日志"
msgid "Charts"
msgstr "图表"
+#: src/components/ShareDialog.tsx:498
+msgid "Check out the guide:"
+msgstr "查看指南:"
+
#: src/pages/LogIn.tsx:80
msgid "Check your email for a link to log in.<0/>You can close this window."
msgstr "检查您的电子邮件以获取登录链接。您可以关闭此窗口。"
@@ -297,7 +301,7 @@ msgstr "复制PNG图像"
msgid "Copy SVG Code"
msgstr "复制 SVG 代码"
-#: src/components/ShareDialog.tsx:388
+#: src/components/ShareDialog.tsx:393
msgid "Copy your Excalidraw code and paste it into <0>excalidraw.com0> to edit. This feature is experimental and may not work with all diagrams. If you find a bug, please <1>let us know1>."
msgstr "将你的 Excalidraw 代码复制并粘贴到<0>excalidraw.com0>以进行编辑。此功能为实验性质,可能无法与所有图表一起使用。如果您发现错误,请<1>告诉我们1>。"
@@ -390,7 +394,7 @@ msgid "Don't lose your work!"
msgstr "不要丢失你的工作!"
#: src/components/ShareDialog.tsx:63
-#: src/components/ShareDialog.tsx:570
+#: src/components/ShareDialog.tsx:586
msgid "Download"
msgstr "下载"
@@ -678,7 +682,7 @@ msgstr "从Lucidchart,Visio和其他CSV文件导入。"
msgid "Import from Visio, Lucidchart, and CSV"
msgstr "从Visio,Lucidchart和CSV导入"
-#: src/components/ShareDialog.tsx:487
+#: src/components/ShareDialog.tsx:492
msgid "Import your diagram it into Microsoft Visio using one of these CSV files."
msgstr "使用其中一个CSV文件将您的图表导入到Microsoft Visio中。"
@@ -686,7 +690,7 @@ msgstr "使用其中一个CSV文件将您的图表导入到Microsoft Visio中。
msgid "Importing data is a pro feature. You can upgrade to Flowchart Fun Pro for just $3/month or $30/year."
msgstr "匯入資料是專業功能。您可以每月以3美元或每年30美元升級至Flowchart Fun Pro。"
-#: src/components/ShareDialog.tsx:522
+#: src/components/ShareDialog.tsx:538
msgid "Include a title using a <0>title0> attribute. To use Visio coloring, add a <1>roleType1> attribute equal to one of the following:"
msgstr "使用<0>title0>属性添加标题。要使用 Visio 颜色,请添加一个等于以下内容之一的<1>roleType1>属性:"
@@ -806,7 +810,7 @@ msgstr "登录以保存"
msgid "Make a One-Time Donation"
msgstr "进行一次性捐赠"
-#: src/components/ShareDialog.tsx:453
+#: src/components/ShareDialog.tsx:458
msgid "Make publicly accessible"
msgstr "设为公开访问"
@@ -936,7 +940,7 @@ msgstr "打开客户门户"
msgid "Or, you can <0>create a new subscription0>."
msgstr "或者,您可以<0>创建一个新的订阅0>。"
-#: src/components/ShareDialog.tsx:508
+#: src/components/ShareDialog.tsx:524
#: src/lib/templates/templates.ts:40
msgid "Organization Chart"
msgstr "组织结构图"
@@ -988,8 +992,8 @@ msgstr "处理数据"
msgid "Product is too expensive..."
msgstr "产品太贵了..."
-#: src/components/ShareDialog.tsx:449
-#: src/components/ShareDialog.tsx:472
+#: src/components/ShareDialog.tsx:454
+#: src/components/ShareDialog.tsx:477
msgid "Public"
msgstr "公开"
@@ -1345,7 +1349,7 @@ msgstr "這將取代目前的內容。"
msgid "This will replace your current sandbox."
msgstr "这将替换您当前的沙盒。"
-#: src/components/ShareDialog.tsx:579
+#: src/components/ShareDialog.tsx:595
msgid "Tip"
msgstr "提示"
@@ -1471,11 +1475,11 @@ msgstr "使用客户门户更改您的账单信息。"
msgid "Use these settings to adapt the look and behavior of your flowcharts"
msgstr "使用这些设置来调整流程图的外观和行为"
-#: src/components/ShareDialog.tsx:517
+#: src/components/ShareDialog.tsx:533
msgid "Use this file for org charts, hierarchies, and other organizational structures."
msgstr "使用此文件制作组织图、层次结构和其他组织结构。"
-#: src/components/ShareDialog.tsx:504
+#: src/components/ShareDialog.tsx:520
msgid "Use this file for sequences, processes, and workflows."
msgstr "使用此文件进行顺序、流程和工作流程。"