forked from Coggle/coggle-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.l20n
965 lines (847 loc) · 42.3 KB
/
de.l20n
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
/* Coggle translations for German (Germany) */
/* For help with syntax, see http://l20n.org/learn/ or email
*
* Each translation is made up of two parts:
*
* <translation-id "The html code that will be <b>displayed</b>">
*
* The translation-id should never be modified, and the html tags within the
* translated text such as <div>...</div>, <b>, <h1> etc shouldn't be modified
* either.
*
*/
/* frontpage content (https://coggle.it/home), except for the plans section
* which is described below
*/
<index-tagline "Die übersichtliche Art und Weise um komplexe Informationen zu teilen.">
<index-signupnow "Jetzt registrieren.">
<index-login "Bereits registriert? Hier anmelden.">
<index-nav-pricing "Preise">
<index-nav-features "Features">
<index-nav-gallery "Gallerie">
<index-unleash "Entfessle deine Kreativität">
<index-blurb "Erstellen Sie schnell und einfach schöne Notizen. Teilen Sie sie mit Ihren Freunden und Kollegen um gemeinsam an Ideen zu arbeiten">
<index-viewgallery "Oder lassen Sie sich von der <a>Coggle Gallerie</a> inspirieren.">
<index-colab-mindmaps """
<h1>Kollaborative Mind Maps</h1>
<p>Coggle ist ein Online-Tool um Mindmaps zu erstellen und teilen. Es muss nichts gedownloaded oder installiert werden, da es online im Browser läuft. <a>Melden Sie sich an</a> um das Mind-Mappen zu beginnen!</p>
<p>Egal ob Sie Notizen oder ein Brainstorming erfassen, etwas planen oder auch etwas geniales und kreatives tun, Ideen mit Coggle zu visualisieren ist sehr leicht. Teilen Sie Ihre Werke mit so vielen Freunden und Kollegen wie Sie möchten. Alle Änderungen die Sie vornehmen sind sofort weltweit im Browser ersichtlich.</p>
""">
<index-use-notes """
<div><img></div>
<h2>Notizen erfassen</h2>
<p>Nutzen Sie Coggle in Meetings, bei Wiederholungen oder wo auch immer die Inspiration gefordert ist um schöne und strukturierte Notizen zu erstellen.</p>
""">
<index-use-brainstorm """
<div><img></div>
<h2>Brainstorm</h2>
<p>Nutzen Sie den Start einer Idee, wässeren Sie sie mit Coggle und sehen Sie zu wie sie zu einem vollständigen und übersichtlichen Plan wächst und gedeiht bis sie bereit ist geteilt zu werden.</p>
""">
<index-use-share """
<div><img></div>
<h2>Teile Informationen</h2>
<p>Erarbeiten Sie Ihr Thema in Coggle, schliessen Sie alle Details ein und teilen Sie sie mit Ihrem Team, Ihren Klassenkameraden oder der ganzen Welt!</p>
""">
<index-use-other """
Das sind nur ein paar Funktionen wofür Coggle nützlich ist – <a>Starten Sie hier</a> um Ihre Eigenen zu entdecken!
""">
<index-helpteam-orgs-usd """
<a><img></a>
<h2>Helfen Sie Ihrem Team mit <a>Coggle Organisations</a> zu kommunizieren.</h2>
<p>Geben Sie Ihrem Team einen gemeinsamen Ort für Brainstorming, Notizen und um Ideen zu dokumentieren. Coggle Organisations besitzt alle von Ihnen benötigten Funktionen um Ihre Daten zu managen und in Ihren Geschäftsworkflow zu integrieren. Lesen Sie <a>hier</a> mehr darüber.</p>
<a>Registrieren Sie sich jetzt<div>Ab $8 pro User im Monat</div></a>
""">
<features-realtime "Echtzeit Kollaboration">
<features-realtime-desc "Laden Sie Ihre Freunde und Kollegen ein mit Ihnen zur selben Zeit am selben Diagram zu arbeiten.">
<features-images-title "Vervollständigen Sie das Bild">
<features-images "Fügen Sie Bilder per drag-and-drop direkt vom Desktop in Ihre Diagramme ein. Es gibt kein Limit wieviele Bilder Sie hinzufügen können.">
<features-fullhistory-title "Speichern Sie jede Änderung">
<features-history "Sehen Sie sich alle Änderungen eines Diagrams an und machen Sie eine Kopie von jedem Punkt um zu einer vorherigen Version zurück zu gelangen.">
<features-labels-title "Fügen Sie Fliesstext und Bilder hinzu">
<features-labels "Fügen Sie Textbeschriftungen und Bilder hinzu, die nicht Teil der Diagrammstruktur sind, um Teile Ihres Diagramms mit Anmerkungen zu versehen.
<features-blame-title "Verantwortlichkeit nachverfolgen">
<features-blame "Sehen Sie die Änderungshistorie Ihres Diagramms durch um zu sehen wer was und wann geändert hat. Über den Diagrammverlauf-Modus finden Sie es heraus.">
<features-colours-title "Nutzen Sie die richtige Farbe">
<features-colours "Klicken Sie auf einen Zweig um den Farbkreis zu öffnen und die gewünschte Farbe auszuwählen.">
<features-notifications-title "E-Mail Benachrichtigung">
<features-notifications "Erhalten Sie eine E-Mail-Benachrichtigung mit einer Zusammenfassung aller Änderungen wenn ein mit Ihnen geteiltes Diagram von einem Mitarbeiter geändert wurde.">
<features-chat-title "Kommentare und Chats">
<features-chat "Fügen Sie Konten Kommentare hinzu und chatten Sie mit Mitarbeitern ohne die Diagramm-Arbeitsfläche zu verlassen.">
/* Plans selection translations (https://coggle.it/plans, when logged in, and
* also on the homepage)
*/
<plans-title-freeforever "Coggle ist zur Verwendung kostenlos und wird immer kostenlos bleiben. Erstellen Sie unlimitiert öffentliche Diagramme und teilen Sie sie kostenlos.">
<plans-free-forever-title "Forever Free">
<plans-free-description "Ideal um Coggle kennenzulernen und für die gelegentliche Nutzung.">
<plans-free-price "Für immer kostenlos">
<feature-free-private "<b>1</b> privates Diagramm">
<feature-realtime "<b>Echtzeit</b> Kollaboration">
<feature-emoji "Über <b>1600</b> <a>schöne Icons</a>">
<feature-diagrams "<b>Unlimitierte</b> öffentliche Diagramme">
<feature-nprivate[$privateDiagrams.available] {
1: "1 privates Diagramm",
*many: "{{ $privateDiagrams.available }} private Diagramme"
}>
<feature-images "<b>Unlimitierte</b> Bild-Uploads">
<feature-changes "<b>Volle</b> Änderungshistorie">
<feature-markdown "<b>Markdown</b> Support">
<feature-downloads "<b>PDF & Bilder</b> Download">
<feature-labels "Unverbundene <b>Text-Boxen</b>">
<feature-exports "Export als <b>.mm und Text</b>">
<feature-imports "Import <b>.mm und Text</b>">
<feature-chat "Kommentare & Chat">
<feature-embed "Einbettbare Diagramme">
<plans-free-getstarted "Los geht's">
<plans-awesome-title "Awesome">
<plans-awesome-description "Ideal für den <b>persönlichen</b> oder <b>professionellen</b> Gebrauch, mit privaten und erweiterten Funktionen.">
<plans-awesome-price "$5 / Monat">
<feature-include-free "Alles in <b>Free</b>">
<feature-unlimited-private "<b>Unlimitierte</b> private Diagramme">
<feature-multiroot "<b>Mehrere Start-Punkte</b>">
<feature-private "<b>Private Diagramme</b>">
<feature-chathistory "<b>Vollen</b> Chat-Verlauf">
<feature-rearrange "<b>Automatisiertes Anordnen der Zweige</b>">
<feature-rejoin "<b>Zweige zusammenführen</b>">
<feature-folders "<b>Geteilte Ordner</b>">
<feature-presentation "Präsentationsmodus">
<feature-bigimages "<b>Hochauflösende Bilder</b> uploaden">
<feature-linestyles "<b>Steuerlinienstil</b>">
<feature-extendedcolours "Mehr Farben">
<plans-findoutmore "Erfahren Sie mehr darüber">
<plans-org-title "Organisation">
<plans-org-description "Ideal für <b>Teams</b>, die den Zugriff auf ihre Daten kontrollieren und die Abrechnung konsolidieren möchten.">
<plans-org-price "$8 / User / Monat">
<feature-org-awesome "Alles in <b>Awesome</b>">
<feature-org-separate "Separate persönliche Arbeitsumgebungen">
<feature-org-billing "Abrechnung konsolidieren">
<feature-bulkexport "<b>Bulk-Export</b>">
<feature-adminpanel "<b>User & Daten</b> Management">
<feature-branding "Diagramme mit Branding">
<plans-select "Auswahl">
<continue-free "Mit dem <b>kostenlosen</b> Plan fortfahren.">
<current-plan "Ihr aktueller Plan">
<cancel-subscription "Cancel Subscription">
<awesome-signup-monthly "Registrieren <span>$5</span> im Monat">
<awesome-signup-yearly "Registrieren <span>$50</span> im Jahr">
<awesome-upgrade-monthly "Upgrade (<b>$5</b>/Monat)">
<awesome-upgrade-yearly "Upgrade (<b>$50</b>/Jahr)">
<product-purchase "KAUFEN">
<yearly-discount "Jährlich zahlen und 2 Monate kostenlos bekommen!">
<yearly-discount-percent "Jährlich zahlen und über 15% sparen">
<switch-yearly "Upgrade auf Jährlich">
<manage-subscription "Abo verwalten">
<per-month "pro Monat">
<per-member-per-month "pro User im Monat">
<awesome-feature "Awesome Plan">
<org-feature "Organisation Funktion">
<footer-about "über">
<footer-contact "kontakt">
<footer-facebook "facebook">
<footer-twitter "twitter">
<footer-privacy "privatsphäre">
<footer-terms "bedingungen">
<footer-press "presse">
<footer-gdrive "<img/> Google Drive">
/* logged-in homepage content (documents list): https://coggle.it when logged in
*/
<create-diagram "<span>Create Diagram</span>">
<search-diagrams placeholder:"Search your diagrams">
<view-gallery "Gallery">
<create-folder "Create Folder">
<shared-folders "Shared Folders">
<created-by-you value:"Created By You">
<shared-with-you value:"Shared With You">
<folder-title placeholder:"Enter a folder name">
<folder-areyousure "are you sure? <span>I'm sure</span>">
<logout "Logout">
<settings "Settings">
<return-to-diagrams "Return to your diagrams">
<upgrade-to-awesome "Upgrade to <b>Awesome</b>!">
<awesome-time-remaining "Awesome trial expires <time></time>"> /* the <time></time> element is replaced with a translated string like "15 days from now", "1 month from now" etc. */
<awesome-trial-after "Then you'll be moved onto the free plan">
<want-awesome-for-free "Want Awesome for free?">
<personal-org "Personal <span>(<a>what is this?</a>)</span>">
<help-search placeholder:"Help me to...">
<my-settings "My Settings & Billing">
<org-name-settings "{{ $orgName }} Settings">
<org-settings title:"Manage Organisation">
<user-about "About Coggle">
<user-contact "Contact Us">
<user-privacy "Privacy Policy">
<user-terms "Terms and Conditions">
<user-link-drive "Link Google Drive">
<diagrams-limited "<span> {{ $privateDiagrams.used }} of {{ $privateDiagrams.available }}</span> private diagrams used">
<diagrams-unlimited "<span>Unlimited</span> private diagrams">
<limitedaccess "You have limited access to {{ $resourceName }} as you're not a member">
<doclist-create """
<b>Welcome to Coggle!</b> – Diagrams you create will be listed here.
<div><a>Create Diagram</a></div>
""">
<doclist-shared "<b>Shared With You</b> – diagrams created by other people then shared with you are in this folder.">
<doclist-folder-empty "<b>This is an empty folder!</b> – Create a new diagram here, or drag & drop diagrams into folders.">
<impersonatedaccess "You're viewing Coggle as an Organisation member. <a>Return to admin panel</a>">
<doclist-loading-failed "Uh-oh! Loading folder failed, refresh the page to try again.">
<doclist-discover-whatspossible "Want to get more from Coggle? Discover <a>what's possible</a>.<div></div>">
<doclist-upgrade """
<div> <b>Multiple starting points!</b> <p>Create multiple starting points with <a>Coggle Awesome</a>.</p> <a>Upgrade Now</a> <div></div> </div>
""">
<tooltip-createorg title:"Create an Organisation">
<tooltip-invite-folder title:"Add people to this folder by email">
<tooltip-invite title:"Invite people to join this Coggle.">
<tooltip-private-icon title:"Diagram is private">
<tooltip-unsubscribe title:"Unsubscribe from notifications">
<tooltip-subscribe title:"Subscribe to notifications">
<tooltip-duplicate title:"Create a copy">
<tooltip-remove title:"Remove diagram">
<tooltip-restore title:"Restore diagram">
<tooltip-more title:"Diagram options">
/* documents list contextual help items */
<help-searchcoggle-title "Search Coggle">
<help-searchcoggle "Type to find your documents — quickly search for any word in a diagram!">
<help-hide-for-now "Hide for now">
<help-ok-got-it "OK, got it!">
<help-creatediagram-title "Create a New Diagram">
<help-creatediagram """
<p>Create a new Coggle Diagram to get started.</p>
<p>Diagrams you create will be saved here on your homepage.</p>
""">
<help-createfolder-title "Create a Folder">
<help-createfolder "Create folders to share with groups of people, or categorise Coggles.">
<help-orgs-switch-title "Switch Between Organisations">
<help-orgs-switch "<p>Click to switch between Organisations.</p><p>Organisations let you control sharing of Coggles and work with larger teams.</p>">
/* Settings page content */
<settings-plans-title "Plans">
<settings-billing-title "Billing & Invoices">
<settings-recommend-title "Recommend">
<settings-emails-title "Communication">
<settings-language-title "Language">
/* The button to save billing details changes its text in different contexts:
* when a user signs up to awesome they are "purchasing" a subscription, when
* they create an Organisation, they are "create"ing an organisation, or when
* they change the billing details they are "updating" them.
*/
<settingsSubmitButton {
purchase: "purchase",
*submit: "submit",
update: "update",
create: "create",
}>
<billingPeriod {
*permonth: "per month",
permemberpermonth: "per member per month",
peryear: "per year"
}>
<billing-header """
<h3>Billing Details</h3>
<div>We think you'll love your Coggle subscription, if for any reason you're not completely satisfied, get in touch at <b>[email protected]</b> and we'll make it right.</div>
""">
<billing-on-file """
<p>The card we have on file for you ends in <b>{{ $cardEndsIn }}</b>, it expires on <b>{{ $cardExpires }}</b>.</p>
<p>The billing post code we have for you is <b>{{ $addressZip }}</b>. <a>Edit card details</a></p>
""">
<billing-ok-button "{{ settingsSubmitButton[$submit] }}">
<billing-charge-description """
We'll charge you
<span>{{ $product.price }}</span>
<span>{{ billingPeriod[$product.periodKey] }}</span>
""">
<billing-remove-card "Remove my card details">
<billing-form """
<div>
<label>Card number</label>
<input>
</div>
<div>
<label>Expiry date</label>
<input> <input> <input placeholder="MM/YYYY" title="Expiry date">
</div>
<div>
<label>Security code</label>
<input title="The last 3 digits of the code in your cards signature panel.">
</div>
<div>
<label>Name on card</label>
<input placeholder="Name on card">
</div>
<div>
<label>Billing address</label>
<input placeholder="Address Line 1">
<input placeholder="Address Line 2">
</div>
<div>
<input placeholder="City">
</div>
<div>
<input placeholder="Post Code">
</div>
""">
<billing-choose-country "Choose country">
<billing-weusestripe "We use <a>Stripe</a> to process payments securely: Your card details never go through our servers.">
<cancel-really """
<span>Really cancel your plan?</span>
<div>No way!</div>
<div>Yes, Cancel Subscription</div>
""">
<cancel-discount-available """
<span>Stay Awesome and get <b>30% off</b> your subscription for the next <b>3 months</b>!</span>
<div>Stay Awesome!</div>
<div>Cancel Subscription</div>
<a>Back</a>
""">
<summary-free-plan "You don't have a subscription yet. <a>Upgrade now!</a></p>">
<summary-active-plan "You're on the <code>{{ $planName }}</code> plan. <a>Cancel subscription</a> or <a href='/plans'>compare plans</a>.</p>">
<summary-upgrade-yearly "<p>Get two months free (<b>save 15%</b>) by paying annually. <a>Upgrade (<b>$50</b>)</a></p><p>Time remaining on your current plan will be automatically deducted from the cost of the upgrade.</p>">
<summary-ending-plan "You're currently on the <code>{{ $planName }}</code> plan. It's <b>set to cancel</b> at the end of the current billing period. <a>Resubscribe</a></p>">
<summary-overdue-plan "Your subscription is inactive due to an overdue payment. You can fix this by updating your card or getting in touch with us at <b>[email protected]</b>.</p>">
<me-communication-title "Communication">
<me-emails-title "Email Addresses">
<me-emails-primary "(primary)">
<me-emailstip "We'll only email your primary address, but you can receive invites to any of the others.">
<me-talktome "Talk to me: ">
<me-diagram-notifications "Diagram notifications: ">
<slider-yes "YES">
<slider-no "NO">
<me-language-title "Choose Your Preferred Language">
<me-language-tip "Help us provide Coggle in your native language, or add something that's missing by contributing to our <a>translations project</a> on Github!">
<me-language-questions "If you have any questions about translations – or you have corrections or improvements and you're not sure how to help out, just drop us an email at <a>[email protected]</a>.">
<we-heart-you "We ♥ you.">
<help-discover-coggle "Help the world discover Coggle and get free stuff!">
<introduce-n-more-friends[$introduceCount] {
1: "Introduce <span>{{ $introduceCount }}</span> more friend to Coggle",
*many: "Introduce <span>{{ $introduceCount }}</span> more friends to Coggle",
}>
<introduced-n-friends[$introducedCount] {
1: "You've introduced <span>{{ $introducedCount }}</span> person to Coggle",
*many: "You've introduced <span>{{ $introducedCount }}</span> people to Coggle",
}>
<share-your-link """
<p>Share your special link however you like</p>
<p>
<a>Facebook</a>,
<a> Twitter</a>,
or <a>email</a> will all work well!
</p>
<input/>
""">
<claim-free-month """
<p>Claim your free month of Coggle Awesome!</p>
<div>Redeem Now</div>
""">
/* Gallery Content (/gallery) */
<gallery-title "The Coggle Gallery">
<gallery-blurb2 "A selection of the best diagrams made with Coggle!">
<gallery-folder-blurb2 """
<b>The Coggle Gallery</b> - A selection of the best diagrams made with Coggle! <br/>
Follow us on <a>Twitter</a> or <a>Facebook</a> for regular updates.
""">
/* Diagram content */
<guide-click-here "click here">
<guide-or-here "or here">
<click-to-edit "click to edit">
<click-to-edit-title "Click to edit title">
<tap-to-edit "tap to edit">
<tap-to-edit-title "Tap to edit title">
<unnamed-diagram "Unnamed Diagram">
<add-branch "add branch">
<copy-branch "copy branch">
<add-to-discussion "add to discussion">
<comment-on-this "comment on this">
<auto-arrange "auto-arrange">
<pick-colour "pick colour">
<choose-style "choose style">
<delete-branch "delete branch"> /* (remove and item *and* all of its children) */
<remove-item "remove item">
<copy-branch "copy branch">
<show-children "show children">
<hide-children "hide children">
<drag-to-create-link "drag to create link">
<drag-to-transplant-branch "drag to transplant branch">
<undo "undo">
<redo "redo">
<paste-branch "paste branch">
<zoom-page "zoom page">
<add-label "add label">
<help-gohome "Click the Coggle logo to go back to the homepage, where your documents are automatically saved.">
<help-add-node "Use the (+) buttons to add branches.">
<help-edit-node "<p>Click any item to edit the text.</p><p>Change the text size by dragging the corner of the editing area.</p>">
<help-move-node "Drag any text to move it.">
<help-node-menu "Right click to access the menu. Here you can add, remove, copy, and arrange branches.">
<help-multiline "Add multiple lines of text using [ctrl] + [enter], or by dragging the resize grip before typing.">
<help-toolbar-invite-title "Work With Others">
<help-toolbar-invite "Click to invite people to edit or view this Coggle. You can control people's permissions by clicking on their icon.">
<help-toolbar-invitemulti-title "Invite Multiple People">
<help-toolbar-invitemulti """
To save time, you can invite multiple people at once: type (or paste) email addresses separated by spaces, commas<b>,</b> or semicolons<b>;</b>
""">
<help-toolbar-invitedonefaster "Get things done faster - invite someone to edit with you and see their changes instantly.">
<help-toolbar-inviteflow-title "Enter a Co-worker's Email">
<help-inactive-invite "Work with friends to help bring your ideas to life!<br>Invite by email here.">
<banner-open-getawesome """
This is an Open Coggle — it might appear in the <a>Coggle Gallery.</a> Get <a>Awesome</a> to make it private.
""">
<banner-open-awesome """
This is an Open Coggle — it might appear in the <a>Coggle Gallery.</a> You can make it private from the <a>sharing dialog</a>.
""">
<me-as-awesome-orgmember """
<p>This is you — you\'re viewing Coggle as an <b>organisation member</b>.</p>
<p>This means you get all the great features from the <a>Coggle Awesome</a> plan too!</p>
""">
<go-awesome "Go Awesome">
<free-awesome "Want Awesome for free?">
<me-support-awesomethanks """
<p><b>Thanks for supporting Coggle!</b></p>
<p>For being an early Coggle supporter, you get all the benefits of the <a>Coggle Awesome</a> plan included in your subscription!</p>
<a>Manage your plan</a>
""">
<me-awesomethanks """
<p>This is you —<b>You\'re Awesome!</b></p>
<a>Manage your plan</a>
""">
<messages-title "Messages">
<messages-search placeholder:"Search">
<messages-entry placeholder:"Enter a message. Use @ to tag people. Press [enter] to send.">
<messages-start "You've reached the start!">
<messages-upgrade "Need more than 2 weeks history? Find out about upgrading to <a>Awesome</a> to get the full history.">
<diagram-toolbar-history title:"View and copy previous versions.">
<diagram-toolbar-messages title:"Comments and chat.">
<diagram-toolbar-present title:"Present this Coggle.">
<diagram-toolbar-share title:"Share this Coggle.">
<diagram-toolbar-download title:"Download this Coggle.">
<diagram-toolbar-copy title:"Create a copy of this Coggle.">
<diagram-toolbar-public "Public Diagram" title:"May appear in the Coggle Gallery">
/* sharing dialog content */
<share-newlink "New Link:">
<share-newlink-tip """
These let you share your diagram with people who aren't logged in, but be careful, they let <strong>anyone</strong> with the link see your work!
""">
<share-tag-user "user">
<share-tag-embed "embed">
<share-tag-writable "editable">
<share-send-email "SEND">
<share-email-hints """
<div>to invite, type an email</div>
<div>then hit enter</div>
<div>[email protected]</div>
""">
<share-social """
<a title='Embed in a website'> <img/> </a>
<a title='Share on Facebook'> <img/> </a>
<a title='Share on Twitter'> <img/> </a>
""">
<share-open "Can everyone view this diagram?">
<share-open-detail "Public diagrams can be viewed by anyone and may appear in our <a>Gallery</a>">
/* download dialog content */
<download-pdf "Download PDF">
<download-png "Download Image">
<download-mm ".mm File">
<download-txt "Plain-Text Outline">
<download-advanced "Advanced Types">
<download-failed "File generation failed.">
/* access control slider content */
<access-readonly "Read only<br/><span>Only allow them to view</span>">
<access-readclone "Read & create copies<br/><span>Also allow downloading and copying</span>">
<access-author "Author<br/><span>Allow creating and editing documents</span>">
<access-folder-readonly "Read only<br/><span>Only allow them to view</span>">
<access-folder-readclone "Read & create copies<br/><span>Also allow downloading and copying</span>">
<access-folder-author "Author<br/><span>Allow creating and editing documents</span>">
<access-folder-admin "Administer<br/><span>Add and remove people and documents</span>">
<access-remove "Remove {{ $user.givenName }}">
/* Notification Messages */
<readonly-warning """
You cannot edit this diagram. <div>If you need to edit it, ask the author to give you permission.</div>
""">
<websocket-offline """
Changes may be slow due to network issues. <a>Help me fix this!</a>
""">
<disconnect-warning """
<b>Connection lost</b>: Changes may not be saved</div>
""">
<unrecoverable-warning """
There was an unrecoverable error, please reload the page. If you have information about what might have gone wrong, please email <a>[email protected]</a>
""">
<banner-undo-warning "Nothing more to undo!">
<banner-redo-warning "Nothing more to redo!">
/* Image drag-drop messages */
<imgupload-was-resized-2 """
Your image was resized to fit within {{ $maxWidth }} × {{ $maxHeight }}, so that we can store your image for free, forever!
You can sign up for <a>Coggle Awesome</a> to upload much bigger images. <a>Read more</a>.
""">
<imgupload-slow-down "Whoa, slow down! Try uploading files one at a time.">
/* shortcut help content (in the messages panel on the right-hand side of a
* diagram)
*/
<controls[@os]
removeKey[@os]: {
*win: "ctrl",
mac: "alt",
linux: "ctrl"
}
>
<sidebar-contextmenu "Context Menu">
<sidebar-clickformenu "Right click an item or the background to access a menu.">
<sidebar-tapformenu "Tap an item or the background to access a menu.">
<sidebar-controls "Controls">
<sidebar-addbranch """
<div>Add Branch:</div>
<div><span> click </span><div></div></div>
""">
<sidebar-removebranch """
<div>Remove Branch:</div>
<div><div> {{ controls::removeKey }} </div> <span> + click </span> <div></div></div>
""">
<sidebar-insertbranch """
<div>Insert Branch:</div>
<div><div> shift </div> <span> + click </span> <div></div></div>
""">
<sidebar-movebranch """
<div> Move Branch: </div>
<div><div> drag anything! </div></div>
""">
<sidebar-transplantbranch """
<div> Transplant Branch: </div>
<div><div> shift </div> <span> + drag </span> <div></div></div>
""">
<sidebar-recolourbranch """
<div> Change Colours: </div>
<div><span> click a branch </span></div>
""">
<sidebar-addimages """
<div> Add <a>Images</a>: </div>
<div><div> drag and drop </div></div>
""">
<sidebar-zoom """
<div> Zoom: </div>
<div><div> ctrl </div><span> + mousewheel </span></div>
""">
<sidebar-shortcuts "Shortcuts">
<sidebar-undo """
<div> Undo: </div>
<div><div> ctrl </div> <span> + </span> <div> Z </div> </div>
""">
<sidebar-redo """
<div> Redo: </div>
<div><div> ctrl </div> <span> + </span> <div> shift </div> <span> + </span> <div> Z </div> </div>
""">
<sidebar-whentyping "When typing">
<sidebar-sc-newitem """
<div> New Item: </div>
<div><div> shift </div><span> + </span><div> return </div></div>
""">
<sidebar-sc-newchild """
<div> New Child Item: </div>
<div><div> tab </div></div>
""">
<sidebar-sc-parent """
<div> Jump to Parent: </div>
<div><div> shift </div><span> + </span><div> tab </div></div>
""">
<sidebar-sc-markdown """
<div>Format text: </div>
<div>use <a>Markdown</a></div>
""">
<another-fact "another!">
<cogglefacts-more """
Read more...
""">
<sidebar-markdown "Markdown">
<sidebar-bgmenu "<b>Zoom</b>, <b>undo</b>, and <b>paste copied items</b> by right clicking the background.">
<sidebar-bgmenu2 "<b>Zoom</b>, add <b>text labels</b>, <b>undo</b>, and <b>paste copied items</b> by right clicking the background.">
<sidebar-icons "Icons">
<markdown-icons "Type <code>:</code> while editing or use the button along the top of the item editor.">
<markdown-bold "<code>**text**</code> to make text <b>bold</b>">
<markdown-italic "<code>*italic*</code> to make text <i>italic</i>">
<markdown-link "<code>[Title](example.com)</code> to create a <a>link</a>">
<markdown-checkbox "<code>- [X]</code> to create a <input/> checkbox">
<markdown-code "<code>`text`</code> to use a <code>fixed width</code> font">
<button-bold title:"Make text bold">
<button-italic title:"Make text italic">
<button-link title:"Link to a website">
<button-image title:"Upload an image">
<button-emoji title:"Search for icons.">
/* diagram not-found page */
<nodiagram-title "Diagram not found!">
<nodiagram-invalid-link "This diagram link is invalid, or access to it has been revoked.">
<nodiagram-logged-in "You are currently logged in as <b>{{ $user.givenName }}</b>, with the email address <b>{{ $user.email }}</b>. If this diagram exists, this account does not have permission to access it.">
<nodiagram-not-logged-in "<b>You are not currently logged in.</b> If this diagram exists, you may have access to this diagram if you log in to your account.">
<nodiagram-may-need-access "If someone gave you a link to this diagram they might also need to give you permission to view it.">
/* Awesome Landing Page (/awesome) */
<awesome-pitch """
<h2>Coggle Awesome</h2>
<p>Supercharge your thinking with Coggle Awesome. Add huge images, present your Coggles, and create private Coggles that won't be indexed by search engines.</p>
""">
<awesome-signup """
<a>SIGN UP NOW</a>
<div>$5 / MONTH</div>
""">
<awesome-feature-private-title "Unlimited Private Diagrams">
<awesome-feature-private "Create as many private diagrams as you like. If you do ever cancel your subscription they stay private, and you keep access.">
<awesome-feature-joinloop-title "Create Loops and Join Branches">
<awesome-feature-joinloop "Join branches and create loops to create more powerful and flexible diagrams representing process flows and other advanced things.">
<awesome-feature-multiroot-title "Multiple Starting Points">
<awesome-feature-multiroot "Add multiple central items to your diagrams to map related topics in a single workspace.">
<awesome-feature-linestyle-title "Control Line Style">
<awesome-feature-linestyle "Customise the thickness and style of the lines in your diagram.">
<awesome-feature-bigimages-title "Show Them the Big Picture">
<awesome-feature-bigimages "Add huge images to your Coggles to illustrate your ideas: just drag and drop an image from your desktop onto a document.">
<awesome-feature-colours-title "More Colours">
<awesome-feature-colours "Unlock a new range of vivid colours to help organise and highlight your ideas.">
<awesome-feature-autoarrange-title "Automatic Branch Layout">
<awesome-feature-autoarrange "Clean up the positioning of your branches in just one click using the automatic branch arrangement features of Coggle Awesome.">
<awesome-feature-folders-title "Shared Folders">
<awesome-feature-folders "Put your diagrams into folders to keep them organised and easily share them all with a group of collaborators.">
<awesome-hint-orgs """
If you're using Coggle for work, check out <a>Coggle Organisations</a>, which come with all of the Coggle Awesome benefits, and business-friendly admin features too.
""">
/* Organisations Landing Page (/organisations) */
<orgs-pitch-3 """
<h2>Coggle Organisations</h2>
<p>Each Coggle Organisation comes with features designed for managing large groups of people, where members come and go, and sensitive information needs to be protected.</p>
""">
<orgs-signup "<a>CREATE ORGANISATION</a>">
<orgs-subpitch """
<p>When information is critical to your team you need more powerful tools, and more control over your data. That’s why we've built <a>Coggle Organisations</a>.</p>
<p>Pricing is simple, <b>$8 per member per month</b>.<br><b>Unlimited everything</b>.</p>
""">
<orgs-feature-in-one-place-title "Everything in One Place">
<orgs-feature-in-one-place "All your organisations diagrams in one place. Keep your teams work safe, in one easy to manage location – so you know exactly where to look.">
<orgs-feature-control-sharing-title "Control Sharing">
<orgs-feature-control-sharing "You can make sure that Coggles created in your organisation stay in your organisation. This protects sensitive material against accidental exposure if the wrong email address is invited to a document.">
<orgs-feature-manage-users-title "Safely Manage Users">
<orgs-feature-manage-users "Safely Manage UsersRemove members from your organisation without losing the work they've done. Use the management dashboard to view all the diagrams created in your organisation by members past and present, deleted or active">
<orgs-feature-export-title "Bulk Export">
<orgs-feature-export "Organisation admins can download all of the organisations Coggles in a machine-readable, archivable JSON format, with a single click. Great for regulatory compliance or just peace of mind.">
<orgs-feature-branding-title "Show your Brand">
<orgs-feature-branding "Create professional, clean diagrams featuring your logo and export them as PDF or PNG. Great for sharing diagrams with clients or associates within your company.">
<orgs-feature-editable-links-title "Editable Private Links">
<orgs-feature-editable-links "Create a private link to share with collaborators outside of your organisation, allowing them to edit a diagram without logging in.">
<orgs-feature-awesome """
In addition, all members of your organisation will get the Coggle <a>Awesome</a> features.
""">
/* Organisations Sign-Up Page (/organisations/new) */
<orgcreate-title2 "Create a <a>Coggle Organisation</a>">
<orgcreate-nameinput """
<input placeholder="Choose Your Organisation Name">
<span>Pick something short and recognisable!</span>
""">
<faq-orgs-whatare """
<div>What are Coggle Organisations?</div>
<div><p>Coggle Organisations create a separation between your personal
diagrams and those owned by your company. By separating what's personal from
what's professional you gain greater control over your businesses data that's
stored in Coggle, including when and how it's shared by your
employees.</p></div>
""">
<faq-orgs-whofor """
<div>Who are Coggle Organisations for?</div>
<div>
<p>Coggle Organisations have been designed for teams that require
greater control over the data they enter into Coggle, or need to keep
personal data separate. They're being successfully used by private
companies, public bodies, schools and universities to help groups
collaborate securely.</p>
<p>Any group that need more control over sharing of diagrams, whether for
regulatory or internal policy compliance will find Coggle Organisations
useful.</p>
</div>
""">
<faq-orgs-features """
<div>What are the main features of a Coggle Organisation?</div>
<div>
<p><b>Administrators dashboard</b>: complete control over diagrams created
by members of your organisation, including restoration of deleted diagrams.
</p>
<p><b>Data control</b>: choose to limit sharing of data to within your
organisation only.</p>
<p><b>Bulk export</b>: export all diagrams in your organisation for backup
or regulatory purposes.</p>
<p><b>Centralised billing</b>: pay for multiple Awesome subscriptions in
one place, and revoke subscriptions when members come and go from your
organsiation. </p>
</div>
""">
<faq-orgs-awesome """
<div>How do Coggle Organisations relate to Coggle Awesome?</div>
<div>
<p>Coggle Organisations are a great way to centralise billing and license
management for multiple Coggle Awesome subscriptions.</p>
<p>Every user in your Organisation will automatically get Coggle Awesome
when they're working on diagrams in your organisation workspace. This means
all the great features including private diagrams, presentation mode,
extended colour palette and high resolution image uploads.</p>
</div>
""">
<faq-orgs-billing """
<div>How does billing work for Coggle Organisations?</div>
<div>Coggle Organisations are charged at $8 per member per month. You can add
and remove members at any time from the dashboard for your
organisation.</div>
""">
<faq-orgs-edu """
<div>Are there any education pricing options?</div>
<div>Yes! Contact us at [email protected] to find out more.</div>
""">
<faq-orgs-more """
<div>I've still got some questions...</div>
<div>Ask us! Send us an email to [email protected] and we'll be happy to help :)</div>
""">
/* About Coggle (/about) */
<about-hello2 """
<h1>Hello!</h1>
<p><b>Coggle gives you a clear way to share and understand complex information.
It's a collaborative document that simplifies complex things and
a shared workspace to help your team work more effectively together.</b></p>
<p>It's free, and we promise it always will be, but we still promise to look
after your data the best we know how, to keep backups, and to take security
seriously.</p>
<p>Our mission is to change the way that people work and collaborate forever,
to make you more productive, to make it easier to share information with
others, and to do it in a way that's beautiful, and a pleasure to use.</p>
""">
<about-getintouch """
<h1>Get in Touch</h1>
<p>Got a question? Want to tell us how you're using Coggle? Or maybe just
give us some feedback? You can find us on <a>facebook </a>and on <a>Twitter
</a>and if you prefer you can always send an email to <a>[email protected]
</a>— we love to chat!</p>
""">
<about-spreadtheword """
<h1>Spread the Word</h1>
<p>If you love Coggle, then help us break even more people free from the
confines of lists, spreadsheets and conventional documents! You can share
Coggle <a>on Twitter </a>or <a>on Facebook</a>.</p>
""">
<about-press """
<h1>In the press?</h1>
<p>Then check out our <a>press kit</a>, or <a>get in touch</a> to find out more!</p>
""">
<about-company """
<div>
<p>Registered in England and Wales. No. 9030487</p>
<p>Registered office: William James House, Cowley Road, Cambridge CB4 0WX</p>
</div>
""">
/* Coggle Facts */
<fact-math """
Did you know you can write math in Coggles? (Yeah, geeky!) Use \\\\( LaTeX here \\\\) to try it out!
""">
<fact-collaborate """
Did you know that you can collaborate in real-time with others? You can! Use the (+) button in the top right.
""">
<fact-share """
Did you know that you can edit a Coggle at the same time as someone else? You can! Use the (+) button in the top right to invite others.
""">
<fact-font """
Did you know you can use a fixed-width code font in Coggles? You can!<p>Just use `backticks` around the text, it also stops other special syntax from being interpreted.
""">
<fact-bold """
Did you know you can use **bold text** in Coggles?<p>Just use **double asterisks** where you want the emphasis!
""">
<fact-italic """
Did you know you can use *italic text* in Coggles?<p>Just use *asterisks* where you want the emphasis!
""">
<fact-links """
Did you know you can put links in Coggles? You can!<p>They work like this:<br>[description](http://example.com)
""">
<fact-download """
Did you know that you can download your Coggle as a PDF or an image? You can! Look for the download button in the top right of the screen.
""">
<fact-markdown """
Did you know that Coggle uses <a>markdown syntax</a>? It does!<p>Try out links like this: <http://example.com>
""">
<fact-latex """
Did you know Coggle supports LaTeX formulae? It does!<p>Use \\\\( LaTeX here \\\\) to try it out! Check out <a>this link</a> for syntax help.
""">
<fact-move """
Want that item on a different part of the Coggle? No problem! Hold shift while dragging the (+) button of an item to reattach it somewhere else.
""">
<fact-fontsize """
Text too big? Too small? You can zoom!<br> use [ctrl] [+] / [ctrl] [-]
""">
<fact-zoomin """
Did you know you can zoom in for a closer look? You can!<br> use [ctrl] [+], or right click and drag the zoom icon!
""">
<fact-zoomout """
Did you know you can zoom out to see the big picture? You can!<br> use [ctrl] [-], or right click and drag the zoom icon!
""">
<fact-markdown2 """
Did you know that <a>Markdown</a> is awesome? It is, and Coggle supports it!
""">
<fact-pdf """
You can download your Coggle as a PDF! Look for the download button in the top right of the screen.
""">
<fact-png """
You can download your Coggle as an Image! Look for the download button in the top right of the screen.
""">
<fact-latex2 """
Did you know Coggle supports LaTeX for math? It does!<p>Use \\\\( \\LaTeX here \\\\) to try it out! Here\'s <a>a syntax guide</a>.
""">
<fact-history """
Did you know you can view the history of who changed what, when in your Coggle? You can! Click the clock icon in the top right.
""">
<fact-images """
Did you know you can put images in your Coggle? You can!<p>Just drag and drop an image from your computer to wherever you want it.
""">
<fact-images2 """
Did you know you can use images in Coggles? You can!<p>Drag and drop an image from your computer to wherever you want it. A mini version of the image is uploaded and saved!
""">
<fact-plaintext-in """
Did you know you can drag & drop plain text files onto Coggle to import them? You can!<p>If your file has indentation, Coggle will even add structure to the imported text.
""">
<fact-freemind-in """
Did you know you can drag & drop Freemind .mm files onto Coggle to import them? You can!
""">
<fact-link-drag """
Did you know you can drag a URL from your address bar onto a Coggle to make a link to that site? You can!
""">
<fact-text-size """
Did you know you can change the font? You can!<p>Use #, ##, or ### at the start of a line to make the text bigger.
""">
<fact-text-size2 """
Did you know you can change the font? You can!<p>Drag the corner of the text editing area up or down to change the text size.
""">
<fact-text-size3 """
Did you know you can change the text size? You can!<p>Drag the corner of the text editing area.
""">
<fact-md-reference """
Did you know you can use Markdown in Coggles to add links, images and more? You can!<p>Here\'s the <a>complete reference</a>.
""">
<fact-multiline-keys """
Did you know you can break text over multiple lines? You can! Hold [ctrl] while pressing [return] to insert a newline. You can also drag the corner of the edit field, and then use [return] normally.
""">
<fact-multiline-drag """
Did you know you can break text over multiple lines? You can! Drag the corner of the edit field, then [return] will insert a newline instead of saving your edits. You can also hold [ctrl] while pressing [return] to insert a newline while typing.
""">
<fact-multiline-wrap """
Did you know you can break text over multiple lines? You can! Drag the corner of the text editing area left/right to wrap text onto multiple lines.
""">
<fact-resize-images """
Did you know you can resize images? You can! Drag an image onto your Coggle from anywhere on the internet (provided you have permission to use it), and then drag the lower right corner of the image to resize it.
""">
<fact-image-size """
Did you know we support a Markdown extension to specify image size? We do! Specify a 200 by 100 pixel image like this: ![image description](http://url.to.image "optional title" 200x100)
""">
<fact-bold-kbshort """
Did you know you can use keyboard shortcuts to add **bold text** in Coggles? You can! Just press [ctrl]+[b] (or [cmd]+[b] on macs) with the text you want bold selected.
""">
<fact-shortcuts-1 """
Did you know you can edit your Coggle using only the keyboard? You can, here\'s how:<p>[tab] to add a child node<br>[shift]+[tab] to move to the parent<br>[shift]+[return] to add a sibling
""">
<fact-shortcuts-2 """
Did you know you can select which branch to edit using keyboard shortcuts? You can!<p>Use [alt]+[shift]+arrow keys to move along branches.
""">
<fact-task-lists """
Did you know you can <a>Markdown</a> to add checklists to Coggles? You can, here\'s an example:<p>- [ ] unchecked checkbox<br>- [X] checked checkbox</p><p>Clicking on a checkbox automatically changes the markdown, too.
""">
<fact-api-1 """
Did you know we have an API? We do! Programs can use it to create, examine and manipulate Coggles automatically.
""">
<fact-organisation """
Using Coggle in Business? You can create a Coggle Organisation to manage your Company's Coggles.
""">
<fact-organisation2 """
Did you know Coggle Organisations can put their logo on their Coggles? They can!
""">
<fact-organisation3 """
Did you know you can create a Coggle Organisation to organise your businesses Coggles? You can!
""">