-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathen.ftl
931 lines (729 loc) · 46.5 KB
/
en.ftl
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
### Coggle translations for US English (The default)
#
# For help with syntax email [email protected]
#
# Translations now use Fluent https://projectfluent.org/fluent/guide/index.html
#
# frontpage content (https://coggle.it/home), except for the plans section
# which is described below
index-tagline = The clear way to share complex information.
index-tagline-mm = Make mind map documents that flow like your ideas.
index-signupnow = Sign Up Now
index-login = Already signed up? Log in here.
index-nav-login = Login
index-nav-pricing = Pricing
index-nav-features = Features
index-nav-gallery = Gallery
index-nav-home = Home
index-unleash = Unleash your creativity
index-blurb = Produce beautiful notes quickly and easily. Share them with friends and colleagues to work on your ideas together.
index-viewgallery = Or take a look at the <a data-l10n-name='gallery'>Coggle Gallery</a> for inspiration.
index-colab-mindmaps-flowcharts-h = Collaborative Mind Maps & Flowcharts
index-colab-mindmaps-flowcharts-p1 = Coggle makes it easy to create and share mindmaps and flowcharts. It works online in your browser: there's nothing to download or install. <a data-l10n-name='login'>Log in</a> to start diagramming now!
index-colab-mindmaps-flowcharts-p2 = Whether you're taking notes, brainstorming, planning, or doing something awesomely creative, it is super simple to visualise your ideas with Coggle. Share with as many friends or colleagues as you like. Changes you make will show up instantly in their browser, wherever they are in the world.
index-use-notes-h = Take Notes
index-use-notes-p = Open up Coggle in a meeting, during your revision or wherever inspiration strikes to create beautiful, structured notes.
index-use-brainstorm-h = Brainstorm
index-use-brainstorm-p = Take the start of an idea, water it with Coggle and watch it grow into a fully fledged plan, clearly laid out and ready to share.
index-use-share-h = Share Information
index-use-share-p = Distill your topic into a Coggle, include all the details and share with your team, your classmates or the world!
index-coggle-flow-title = Powerful Online Flowcharts
index-coggle-flow-description = Use Coggle to map out your processes, systems and algorithms using our powerful new <a data-l10n-name='flowcharts'>flowcharting features</a>.
features-realtime = Realtime Collaboration
features-realtime-desc = Invite your friends and colleagues to work with you, at the same time, on your diagrams.
features-unlimited-images-title = Unlimited Image Uploads
features-images = Drag-and-drop images right from your desktop to your diagrams. There's no limit to the number of images you can add.
features-fullhistory-title = Save Every Change
features-history = Look through all the changes to a diagram and make a copy from any point to revert to a previous version.
features-labels-title = Add Floating Text and Images
features-labels = Add text labels and images that aren't part of the diagram tree to annotate parts of your map.
features-blame-title = Track accountability
features-blame = Look through the history of your diagram to see who changed what, and when! Just enter the diagram history mode to find out.
features-colours-title = Get the color right
features-colours = Click on a branch to bring up the color wheel and select the color you want.
features-notifications-title = Email Notifications
features-notifications = Get an email notification with a summary of changes when collaborators edit diagrams shared with you.
features-chat-title = Comments and Chat
features-chat = Add comments to nodes and chat with collaborators without leaving your diagram workspace.
# Plans selection translations (https://coggle.it/plans, when logged in, and
# also on the homepage)
plans-free-forever-title = Free Forever
plans-free-description = Ideal for discovering Coggle and occasional use.
plans-free-price = Free forever
feature-realtime = <b>Real-time</b> collaboration
feature-emoji = Over <b>1600</b> <a data-l10n-name="icons-link">beautiful icons</a>
feature-diagrams = <b>Unlimited</b> public diagrams
feature-nprivate =
{ $privateDiagrams_available ->
[one] 1 private diagram
*[other] {$privateDiagrams_available} private diagrams
}
feature-images = <b>Unlimited</b> image uploads
feature-changes = <b>Full</b> change history
feature-markdown = <b>Markdown</b> support
feature-downloads = <b>PDF & Image</b> download
feature-labels = Unconnected <b>text boxes</b>
feature-exports = Export as <b>.mm and text</b>
feature-visio = Export for <b>Microsoft Visio</b>
feature-imports = Import <b>.mm and text</b>
feature-chat = Comments & Chat
feature-embed = Embeddable diagrams
feature-embed2 = Embed mindmaps anywhere
plans-free-getstarted = Get Started
plans-awesome-title = Awesome
plans-awesome-description = Ideal for <b>personal</b> or <b>professional</b> use, with privacy and advanced features.
plans-awesome-price = $5 / month
feature-include-free = Everything in <b>Free</b>
feature-unlimited-private = <b>Unlimited</b> private diagrams
feature-shapes = <b>More Item Shapes</b>
feature-multiroot = <b>Multiple start points</b>
feature-chathistory = <b>Full</b> chat history
feature-rearrange = <b>Auto-arrange branches</b>
feature-rejoin = <b>Join Branches</b>
feature-folders = <b>Shared folders</b>
feature-presentation = Presentation mode
feature-bigimages = <b>High-res image</b> uploads
feature-linestyles = <b>Control line style</b>
feature-controlpoints = <b>Control line paths</b>
feature-textalign = Change <b>text alignment</b>
feature-extendedcolours = More colors
feature-editable-links = Collaborate by <b>link</b>
plans-findoutmore = Find out more
plans-org-title = Organization
plans-org-description = Ideal for <b>teams</b> that want to control access to their data and consolidate billing.
plans-org-price = $8 / member / month
feature-org-awesome = Everything from <b>Awesome</b>
feature-org-separate = Separate Personal workspace
feature-org-billing = Consolidated billing
feature-bulkexport = <b>Bulk export</b>
feature-adminpanel = <b>User & data</b> management
feature-branding = Branded diagrams
feature-org-saml-sso = SAML Single Sign On
plans-select = Select
continue-free = Continue on <b>Free</b> plan
current-plan = Your current plan
cancel-subscription = Cancel Subscription
awesome-signup-monthly = Sign up <span>$5</span> per month
awesome-signup-yearly = Sign up <span>$50</span> per year
awesome-upgrade-monthly = Upgrade (<b>$5</b>/month)
awesome-upgrade-yearly = Upgrade (<b>$50</b>/year)
yearly-discount = Pay yearly and get 2 months free!
switch-yearly = Upgrade to Yearly
manage-subscription = Manage Subscription
per-month = per month
per-member-per-month = per member per month
forever = forever
awesome-feature = Awesome Plan
org-feature = Organization Feature
footer-help = Help and Documentation
footer-about = About
footer-contact = Contact
footer-privacy = Privacy
footer-examples = Templates and Examples
footer-api = Developer API
footer-blog = Bloggle
footer-terms = Terms
footer-press = Press
footer-what-is-mindmapping = What is Mindmapping?
footer-top-uses = Top Mindmap Uses
footer-company = Company
footer-legal = Legal
# logged-in homepage content (documents list): https://coggle.it when logged in
create-diagram-2-allowed = <span data-l10n-name='icon'></span> <span data-l10n-name='label'>Create Diagram</span>
.title = Create a Coggle Diagram
create-diagram-2-nothere = <span data-l10n-name='icon'></span> <span data-l10n-name='label'>Create Diagram</span>
.title = You cannot create new diagrams here, select a different folder first.
search-diagrams =
.placeholder = Search your diagrams
search-public-diagrams =
.placeholder = Search public 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
.value = { $name }
folder-areyousure = are you sure?
folder-sure = I'm sure
logout = Logout
settings = Settings
return-to-diagrams = Return to your diagrams
upgrade-to-awesome = Upgrade to <b>Awesome</b>!
# the <time></time> element is replaced with a translated string like "15 days from now", "1 month from now" etc.:
awesome-time-remaining = Awesome trial expires <time data-l10n-name="remaining"></time>
awesome-trial-after = Then you'll be moved onto the free plan
want-awesome-for-free = Want Awesome for free?
help-search =
.placeholder = Help me to...
my-settings = My Settings & Billing
my-settings-only = My Settings
org-settings =
.title = Manage Organization
org-admin = Administrator of {$orgName}
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 data-l10n-name="count"> { $privateDiagrams_used } of { $privateDiagrams_available }</span> private diagrams used
diagrams-unlimited = <span data-l10n-name="count">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.
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.
doclist-folder-recent = <b>Recently Updated Diagrams</b> – Diagrams from any of your folders that were modified within the last month will appear here.
doclist-readonly = <b>Welcome to Coggle!</b> – Ask the owner to grant you access to create a diagram here.
impersonatedaccess = You're viewing Coggle as an Organization member. <a data-l10n-name='back'>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 data-l10n-name='link'>what's possible</a>.
tooltip-createorg =
.title = Create an Organization
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 = Create a new Coggle Diagram to get started.
help-createfolder-title = Create a Folder
help-createfolder = Create folders to share with groups of people, or categorize Coggles.
help-orgs-switch-title = Switch Between Organizations
help-orgs-switch-p1 = Click to switch between Organizations.
help-orgs-switch-p2 = Organizations let you control sharing of Coggles and work with larger teams.
# Settings page content
settings-plans-title = Plans
settings-billing-title = Billing & Invoices
settings-recommend-title = Recommend
settings-emails-title = Communication
settings-language-title = Language
settings-communication-title = Communication
settings-account-title = Close Account
settings-profile-title = Profile
settings-membership-title = Members
settings-exports-title = Exports
settings-authentication-title = Authentication
billing-card = The card we have on file for you ends in <b>{ $cardEndsIn }</b>, it expires on <b>{ $cardExpires }</b>.
billing-addr = The billing post code we have for you is <b>{ $addressZip }</b>. <a data-l10n-name="edit">Edit card details</a>
billing-remove = Remove
billing-nocard = There are no billing methods saved on your account. <a data-l10n-name='setup-card'>Setup card details</a>
summary-free-plan = You don't have a subscription yet. <a data-l10n-name="subscribe">Upgrade now!</a>
summary-active-plan = You're on the <code>{ $planName }</code> plan. <a data-l10n-name="cancel">Cancel subscription</a> or <a data-l10n-name="compare">compare plans</a>.
summary-uy-1 = Get two months free (<b>save 15%</b>) by paying annually. <a data-l10n-name="upgrade">Upgrade (<b>$50</b>)</a>
summary-uy-2 = Time remaining on your current plan will be automatically deducted from the cost of the upgrade.
summary-uy-c1 = Confirm upgrade? We'll charge your card on file between $45 and $50 based on the remaining time on your monthly plan. Your new subscription renewal date will be in one year.
summary-confirm = Confirm Upgrade
summary-ending-2 = You have cancelled your <code>{$planName}</code> subscription</b>, and will not be billed again. You can continue to use the paid features until the end of the period you've already paid for.<br> <a data-l10n-name='resub'>Resubscribe</a>
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>.
complete-payment = You can <a data-l10n-name='invoice-link'>view and complete</a> the outstanding payment, or <a data-l10n-name='cancel'>cancel subscription</a>.
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 data-l10n-name='translate-link'>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 data-l10n-name='translate-email'>[email protected]</a>.
profile-title = Your Appearance in Coggle
invite-n-more =
{ $introduceCount ->
[one] One more invite to try Awesome for free!
*[other] Invite <span>{$introduceCount}</span> more people to try Awesome for free!
}
recommend-coggle = Recommend Coggle
recommend-share-link = Either invite collaborators to your diagrams, or share your referral link via <a data-l10n-name='email'>email</a>.
claim-free-month = Claim your free month of Coggle Awesome!
claim-redeem = Redeem Now
close-account-title = Close Your Coggle Account
close-account = Permanently close your free Coggle account.
close-account-description = This process is <b>irreversible</b> and will take effect immediately. You will lose access to all your diagrams, so make sure you have exported any you want to keep.
close-account-button = Close my Account
close-account-enteremail =
.placeholder = Type your email address
close-account-confirm = CONFIRM
# Gallery Content (/gallery)
gallery-title = The Coggle Gallery
gallery-blurb2 = A selection of the best diagrams made with Coggle!
gallery-blurb3 = Find inspiration, templates and examples from our selection of the best public diagrams and mind maps made with Coggle.
gallery-folder-blurb3 = <b>The Coggle Gallery</b> - A selection of the best diagrams made with Coggle!
# 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 color
choose-style = choose style
choose-shape = choose shape
# (remove and item *and* all of its children)
delete-branch = delete branch
remove-item = remove item
show-children = show children
hide-children = hide children
drag-to-create-link = drag to create link
drag-to-transplant-branch = drag to transplant branch
delete-connection = delete connection
reverse-connection = reverse connection
label-connection = label this connection
undo = undo
redo = redo
paste-branch = paste branch
drag-zoom-page = drag to zoom page
add-label = add label
help-title-title = The Diagram Title
help-title-p1 = This is the center of your diagram, and its title. Your ideas will branch out from here!
help-title-p2 = Start by editing it - what is your diagram about?
help-gohome = Click the Coggle logo to go back to the homepage, where your documents are automatically saved.
help-add-node = Use the <div data-l10n-name='plus'>+</div> buttons to add branches.
help-edit-node-p1 = Click any item to edit the text.
help-edit-node-p2 = Change the text size by dragging the corner of the editing area.
help-move-node = Drag any text to move it.
help-node-menu = Right click on items to access the menu. Here you can add, remove, copy, and arrange branches.
help-morehelp-touch-title = Shortcuts and Help
help-morehelp2-title = Keyboard Shortcuts and Help
help-morehelp-touch = Open the help sheet to see shortcuts, and quickly search help articles
help-morehelp2 = Open the help sheet to see keyboard shortcuts, and quickly search help articles
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-p1 = Now you've been editing for a while, try getting things done faster by collaborating!
help-toolbar-invitedonefaster-p2 = Invite people to edit with you, and see their changes instantly.
help-toolbar-inviteflow-title-2 = Invite a Co-worker by Email
help-toolbar-sharing-title = Shareable Links and Publishing
help-toolbar-sharing = You can also publish your diagram, or create secret shareable links to give access only to people with that link.
help-inactive-invite = Work with friends to help bring your ideas to life!<br>Invite by email here.
me-as-awesome-orgmember-p1 = This is you — you're viewing Coggle as an <b>organization member</b>.
me-as-awesome-orgmember-p2 = This means you get all the great features from the <a data-l10n-name="awesome">Coggle Awesome</a> plan too!
free-awesome = Want Awesome for free?
upgrade-now = Upgrade Now
me-support-awesomethanks-p1 = <b>Thanks for supporting Coggle!</b>
me-support-awesomethanks-p2 = For being an early Coggle supporter, you get all the benefits of the <a data-l10n-name="awesome">Coggle Awesome</a> plan included in your subscription!
me-awesome = This is you —<b>You're Awesome!</b>
me-manage-plan = Manage your plan
messages-title = Messages
messages-search =
.placeholder = Search
messages-start = You've reached the start!
messages-comments-notes =
.placeholder = Enter comments, discussion and notes.
diagram-toolbar-history =
.title = View and copy previous versions.
diagram-toolbar-messages =
.title = Comments and chat.
diagram-toolbar-present =
.title = Present and Review.
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-detail = Public Diagram
.title = This diagram may appear in the Coggle Gallery and search results.
diagram-toolbar-pubcopy = Use as Template
.title = Create your own copy of this diagram.
public-label = Public
.title = This is a public diagram.
# history slider content
current-version = current
# 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 =
<span>to invite, type an email</span>
<span>then hit enter</span>
<span>[email protected]</span>
viewers-can-edit =
.title = Viewers can edit the diagram.
viewers-readonly =
.title = Viewers can only view the diagram.
viewers-can-copy =
.title = Viewers may create their own copies.
viewers-nocopy =
.title = Viewers may not create copies.
revoke-link =
.title = Delete this link.
share-open = Can everyone view this diagram?
share-open-detail = Public diagrams can be viewed by anyone and may appear in our <a data-l10n-name="gallery">Gallery</a>
# download dialog content
download-pdf = Download PDF
download-png = Download Image
download-mm = .mm File
download-txt = Plain-Text Outline
download-visio = Visio Flowchart (.vsdx)
download-failed = File generation failed.
.title = Click to retry
download-import-tip = <b>Looking for imports?</b> Drag a .mm or .txt file onto a diagram to import it! <a data-l10n-name="import-link">Read more.</a>
# access control slider content
access-readonly = Read only<br/><span data-l10n-name="tip" >Only allow them to view</span>
access-readclone = Read & create copies<br/><span data-l10n-name="tip" >Also allow downloading and copying</span>
access-author = Author<br/><span data-l10n-name="tip" >Allow creating and editing documents</span>
access-folder-readonly = Read only<br/><span data-l10n-name="tip">Only allow them to view</span>
access-folder-readclone = Read & create copies<br/><span data-l10n-name="tip">Also allow downloading and copying</span>
access-folder-author = Author<br/><span data-l10n-name="tip">Allow creating and editing documents</span>
access-folder-admin = Administer<br/><span data-l10n-name="tip">Add and remove people and documents</span>
access-remove = Remove { $user_givenName }
# Notification Messages
readonly-warning = You cannot edit this diagram. <div data-l10n-name="suggestion">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 data-l10n-name="helpfix">Help me fix this!</a>
disconnect-warning = <b>Connection lost</b>: Changes may not be saved
banner-undo-warning = Nothing more to undo!
banner-redo-warning = Nothing more to redo!
# Image drag-drop messages
image-resize-plug = Your image was resized - get <a data-l10n-name='awesome'>Awesome</a> to upload larger images!
# Help panel
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-removebranch = Remove Branch:
sidebar-insertbranch = Insert Branch:
sidebar-transplantbranch = Transplant Branch:
sidebar-addimages-title = Add <a data-l10n-name='images'>Images</a>:
sidebar-zoom = Zoom:
sidebar-shortcuts = Shortcuts
sidebar-undo = Undo:
sidebar-redo = Redo:
touch-pressitem = <b>Long-press</b> on an <b>item</b> to <b>remove</b> items, change <b>colour</b>, <b>auto-arrange</b>, cross-link, copy, and more.
touch-pressbackground = <b>Long-press</b> on the <b>background</b> to add <b>labels</b>, <b>undo</b>, and paste.
sc-and-click = + click
sc-and-drag = + drag
sc-and-mousewheel = + mousewheel
sc-shift = shift
sc-ret = enter
sc-tab = tab
sc-ctrl = ctrl
sc-alt = alt
sc-dragdrop = drag and drop
sidebar-whentyping = When typing
sidebar-sc-newitem = New Item:
sidebar-sc-newchild = New Child Item:
sidebar-sc-parent = Jump to Parent:
sidebar-sc-markdown-title = Format text:
sidebar-sc-markdown = use <a data-l10n-name="link">Markdown</a>
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-checkbox = <code>- [X]</code> to create a <input data-l10n-name="checkbox"/> 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.
button-formatting =
.title = Text formatting
button-back =
.title = Back
button-aligned-left =
.title = Aligned left
button-aligned-center =
.title = Aligned center
button-aligned-right =
.title = Aligned right
button-aligned-auto =
.title = Aligned automatically
button-upload =
.title = Add image or attach file.
button-attach =
.title = Attach a file.
button-resize =
.title = Drag to change the text size.
label-fontsize = Font size <span data-l10n-name="fontsize"></span>px.
hint-toolong = Item too long! Try moving some text to a new item: select the text then press [tab]
hint-movetext = Try moving some text to a new item: select the text then press [tab]
commentcount =
{ $count ->
[one] 1 comment
*[other] { $count } comments
}
# 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-title = Coggle Awesome
awesome-pitch = Supercharge your thinking with Coggle Awesome. Add huge images, present your Coggles, and create private Coggles that won't be indexed by search engines.
awesome-signup = SIGN UP NOW
awesome-price = ${$monthlyPrice} / MONTH
awesome-feature-cp-title = Control Line Paths
awesome-feature-cp = Place connections exactly where you want them using control points on branch paths.
awesome-feature-shapes-title = Advanced Item Shapes
awesome-feature-shapes = Customise your flowcharts using all the item shapes. Use diamonds for flowchart decision nodes, and place text in-line with connections for org charts.
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-editablelinks-title = No-Setup Collaboration
awesome-feature-editablelinks = Allow any number of people to edit a diagram simply by sharing a secret link with them. No login required.
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 Colors
awesome-feature-colours = Unlock a new range of vivid colors to help organize 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 organized and easily share them all with a group of collaborators.
awesome-feature-flow-title = Powerful Flowcharting
awesome-feature-flow = Pick from a range of shapes to create expressive, powerful flowcharts, process maps, and other diagrams.
awesome-hint-orgs =
If you're using Coggle for work, check out <a data-l10n-name="orglink">Coggle Organizations</a>, which come with all of the Coggle Awesome benefits, and business-friendly admin features too.
# Login Page /login
index-loginwithgoogle = Sign in with Google
index-signinwithapple = Sign in with Apple
login-no-acc-q = Don't have a Google or Microsoft Account?
login-no-acc-a = No problem! You can create a Google or Microsoft Account with any email address. A Gmail or Outlook account is <b>not</b> required.
login-saml = We also support enterprise grade login for Coggle Organizations with OneLogin, Okta, and other SAML 2.0 identity providers.
login-saml-where = If you're a single-sign on user, log in using the page shared by your Organization's administrator.
login-saml-more = Read more about Single Sign On.
login-faq = Frequently Asked Questions
login-pw-q = Why can't I create a username and password?
login-pw-a-p1 = Coggle only supports Google Login, Microsoft Account Login or
Sign in with Apple. We believe this is the best way to keep your data safe,
as these companies all provide very secure sign-in services, which support
two-factor authentication and other account protection options.
login-pw-a-p2 = Storing usernames and passwords securely has a lot of
intricacy: password recovery, 2-factor authentication, fraud detection,
brute-force attack detection, and securely storing hashed and salted
passwords. We believe that leaving these tasks to an external provider is
the right thing to do – leaving us more time to focus on creating a great
mind-mapping experience.
login-what-q = What do you do with my Google/Microsoft account?
login-what-a = We only ask for access to your basic profile information.
This includes your name, profile picture and your email address.
We don't ask for access to your contacts, emails, Google Drive documents,
or anything else that we don't need to make Coggle work.
login-switch-q = Can I switch between login methods?
login-switch-a = Yes! As long as you use the same email address with your Microsoft/Apple/Google accounts,
then you can use any of them to log in to the same Coggle account.
Note that if you choose the 'hide my email' option in Apple login, then your account won't be linked.
login-emails-q = Can you read my emails?
login-emails-a = No. We don't need, and don't want, access to your emails!
We just request your basic profile information. We don't have access to anything else,
and we can't change any setting on your Google/Microsoft account.
login-icloud-q = Can you access my iCloud?
login-icloud-a = No! Sign in with Apple just gives us access to your name,
and your email address (if you choose to share it). We don't have access to anything else.
You can read more about how sign in with apple works on
<a data-l10n-name="applehelp"> Apple's website</a>.
login-workschool-q = Can I use my Work or School Microsoft account?
login-workschool-a = Yes, you can use any Microsoft account, including both personal accounts (formerly Windows Live),
and business-managed Azure Active Directory or Office-365 accounts,
unless your IT team have blocked this feature for accounts they manage.
login-otherlogin-q = Can I use another Authentication Provider to access Coggle?
login-otherlogin-a-p1 = Currently we only support Google, Microsoft and Sign in with Apple account login for personal accounts.
login-otherlogin-a-p2 = We support <a data-l10n-name="saml">SAML 2.0 login</a> for Coggle Organisations,
and if you're interested in hosting your own version of Coggle with Active Directory login then get in
touch with our <a data-l10n-name="email">enterprise sales address</a>.
login-pw-more-q = I've still got a question about login
login-pw-more-a = Ask us! Our email is <a data-l10n-name="email">[email protected]</a>.
# Organizations Landing Page (/organizations)
orgs-pitch-title = Coggle Organizations
orgs-pitch = Each Coggle Organization comes with features designed for managing large groups of people, where members come and go, and sensitive information needs to be protected.
orgs-signup = CREATE ORGANIZATION
orgs-subpitch-p1 = 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 data-l10n-name="orglink">Coggle Organizations</a>.
orgs-subpitch-p2 = Pricing is simple, <b>$8 per member per month</b>.<br><b>Unlimited everything</b>.
orgs-feature-saml-sso-title = SAML Single Sign On
orgs-feature-saml-sso = Authenticate users using your existing Single Sign On service. Support for OneLogin, Okta and more.
orgs-feature-in-one-place-title = Everything in One Place
orgs-feature-in-one-place = All your organizations 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 organization stay in your organization. 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 organization without losing the work they've done. Use the management dashboard to view all the diagrams created in your organization by members past and present, deleted or active
orgs-feature-export-title = Bulk Export
orgs-feature-export = Organization admins can download all of the organizations 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 organization, allowing them to edit a diagram without logging in.
orgs-feature-awesome = In addition, all members of your organization will get the Coggle <a data-l10n-name="awesome">Awesome</a> features.
# Organizations Sign-Up Page (/organizations/new)
orgcreate-title2 = Create a <a data-l10n-name="orgs">Coggle Organization</a>
orgcreate-nameinput =
.placeholder = Choose Your Organization Name
orgcreate-namehint = Pick something short and recognisable!
orgcreate-createbutton = Create
faq-orgs-whatare-q = What are Coggle Organizations?
faq-orgs-whatare-a =
<p data-l10n-name='p1'>Coggle Organizations 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>
faq-orgs-whofor-q = Who are Coggle Organizations for?
faq-orgs-whofor-a =
<p data-l10n-name='p1'>Coggle Organizations 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 data-l10n-name='p2'>Any group that need more control over sharing of diagrams, whether for
regulatory or internal policy compliance will find Coggle Organizations
useful.</p>
faq-orgs-features-q = What are the main features of a Coggle Organization?
faq-orgs-features-a =
<p data-l10n-name='p1'><b>Administrators dashboard</b>: complete control over diagrams created
by members of your organization, including restoration of deleted diagrams.
</p>
<p data-l10n-name='p2'><b>Data control</b>: choose to limit sharing of data to within your
organization only.</p>
<p data-l10n-name='p3'><b>Bulk export</b>: export all diagrams in your organization for backup
or regulatory purposes.</p>
<p data-l10n-name='p4'><b>Centralised billing</b>: pay for multiple Awesome subscriptions in
one place, and revoke subscriptions when members come and go from your
organsiation. </p>
faq-orgs-awesome-q = How do Coggle Organizations relate to Coggle Awesome?
faq-orgs-awesome-a =
<p data-l10n-name='p1'>Coggle Organizations are a great way to centralise billing and license
management for multiple Coggle Awesome subscriptions.</p>
<p data-l10n-name='p2'>Every user in your Organization will automatically get Coggle Awesome
when they're working on diagrams in your organization workspace. This means
all the great features including private diagrams, presentation mode,
extended colour palette and high resolution image uploads.</p>
faq-orgs-billing-q = How does billing work for Coggle Organizations?
faq-orgs-billing-a = Coggle Organizations are charged at ${$pricePerMemberPerMonth} per member per month. You can add
and remove members at any time from the dashboard for your organization.
faq-orgs-edu-q = Are there any education pricing options?
faq-orgs-edu-a = Yes! Contact us at [email protected] to find out more.
faq-orgs-more-q = I've still got some questions...
faq-orgs-more-a = Ask us! Send us an email to [email protected] and we'll be happy to help :)
# About Coggle (/about)
about-hello2-title = Hello!
about-hello2-p1 =
<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>
about-hello2-p2 =
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.
about-hello2-p3 =
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.
about-what-is-mindmapping-title = What is Mind Mapping?
about-what-is-mindmapping =
A mind map is a simple way to visually map out a topic in an organic way.
It starts with one or more central topics then repeatedly branches out,
breaking down information into a hierarchy of its components.<br>
The items in the mindmap can be positioned spatially and formatted for size
and colour to help with memory and recall. Mind mapping goes by lots of
different names: concept mapping, spider diagrams, brainstorm diagrams and
others, but you can use Coggle for all of them!
about-who-is-mindmapping-for-title = Who are Mind Maps for?
about-who-is-mindmapping-for =
Mindmaps are useful for anyone to plan, take notes, visualise information,
brainstorm, solve problems, study, and share information (to name just a
few). There's really no limit to their uses!<br>
Everyone who values visual thinking, in business, education, or just in
their personal life can find mind maps useful to organise information.
about-getintouch-title = Get in Touch
about-getintouch =
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 data-l10n-name="facebook">facebook
</a>and on <a data-l10n-name="x">X </a>and if you prefer you can always
send an email to <a data-l10n-name="email">[email protected] </a>— we love to
chat!
about-share-title = Spread the Word
about-share =
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 data-l10n-name="x">on X</a> or <a data-l10n-name="facebook">on Facebook</a>.
about-itp-title = In the press?
about-itp = Then check out our <a data-l10n-name="kit">press kit</a> or, <a data-l10n-name="email">get in touch</a> to find out more!
# 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!<br>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?<br>Just use **double asterisks** where you want the emphasis!
fact-italic = Did you know you can use *italic text* in Coggles?<br>Just use *asterisks* where you want the emphasis!
fact-links = Did you know you can put links in Coggles? You can!<br>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 data-l10n-name='link'>markdown syntax</a>? It does!<br>Try out links like this: <http://example.com>
fact-latex = Did you know Coggle supports LaTeX formulae? It does!<br>Use \\( LaTeX here \\) to try it out! Check out <a data-l10n-name='link'>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 data-l10n-name='link'>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!<br>Use \\( \LaTeX here \\) to try it out! Here's <a data-l10n-name='link'>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!<br>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!<br>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!<br>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!<br>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!<br>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!<br>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!<br>Here's the <a data-l10n-name='link'>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:<br>[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!<br>Use [alt]+[shift]+arrow keys to move along branches.
fact-task-lists = Did you know you can <a data-l10n-name='link'>Markdown</a> to add checklists to Coggles? You can, here's an example:<br>- [ ] unchecked checkbox<br>- [X] checked checkbox<br>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 Organization to manage your Company's Coggles.
fact-organisation2 = Did you know Coggle Organizations can put their logo on their Coggles? They can!
fact-organisation3 = Did you know you can create a Coggle Organization to organize your businesses Coggles? You can!