-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
en.yml
1427 lines (1422 loc) · 57.1 KB
/
en.yml
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
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
---
en:
features:
features_title: "Features"
description: "Features allow admins to edit/update text and images displayed around the site, for example banners, sidebar content, and alerts or notices."
add_feature: "New feature"
title: "Title"
edit: "Edit"
last_edition: "Last edited"
ago_by: "ago by"
users:
reset:
reset_password: "Reset your password"
enter_username_and_password: "Enter your username and a new password"
username_placeholder: "username"
password_placeholder: "enter a new password"
retype_password_placeholder: "retype your password"
save: "Save"
enter_email_reset_password: "Enter your email address to reset your password"
reset: "Reset"
_tags_form:
skills: "Skills"
enter_tags: "Enter tags"
gears: "Gears"
tools: "Tools"
roles: "Roles"
location: "Location"
type_location: "Type location"
map: "Map"
location_privacy: "Location privacy"
new:
sign_up: "Sign up to join the Public Lab community"
licensing_agreement: "Licensing Agreement"
licensing_detail: 'As an open source community, we believe in open licensing
of content so that other members of the community can leverage your work legally
-- with attribution, of course. By joining the Public Lab site, <b>you agree
to release the content you post here under a <a href="%{url1}" target="_blank">Creative
Commons Attribution Sharealike license</a></b>, and the hardware designs you
post under the <b><a href="%{url2}" target="_blank">CERN Open Hardware License
1.1</a> (<a href="%{url3}" target="_blank">fulltext</a>)</b>. This has the
added benefit that others must share their improvements in turn with you.'
code_of_conduct_agreement: "Code of Conduct Agreement"
code_of_conduct_detail: 'By signing up, <b>you agree to the <a href="%{url1}"
target="_blank">Code of Conduct</a></b>, which applies to all online and in-person
spaces managed by the Public Lab community and non-profit.'
about_public_lab: |
<h3>What is Public Lab?</h3>
<p>Public Lab is an open community which develops and applies open-source tools to environmental exploration and investigation. <a href="/about">Read more here</a></p>
<p>By signing up, you will be joining a diverse group of community researchers and tapping into a lot of grassroots expertise. We're developing new tools to investigate and meet environmental and environmental health challenges, with an emphasis on:</p>
<ul>
<li>low cost</li>
<li>data legibility</li>
<li>ease of use/low barrier to entry & high public participation</li>
<li>high quality, environmentally and socially relevant data</li>
<li>creative reuse of consumer technology</li>
<li>open source and user modifiable designs</li>
</ul>
map:
search: "Search"
location: "Location"
skill: "Skill"
gear: "Gear"
role: "Role"
tool: "Tool"
likes:
wiki_liked_by: "Wiki pages liked by"
more: "More"
liked_by: "Liked by"
updated: "updated"
profile:
follow: "Follow"
migrate_new_site: "Migrate to new site"
make_admin: "Make admin"
revert_to_basic_user: "Revert to basic user"
make_moderator: "Make moderator"
unban_user: "Unban user"
ban_user: "Ban user"
confirm_ban_user: "Are you sure? The user will no longer be able to log in or
publish, and their content will be hidden."
unmoderate_user: "Unmoderate user"
moderate_user: "Moderate user"
confirm_moderate_user: "Are you sure? The user will no longer be able to log
in or publish."
reset_user: "Reset Key"
rss_feed_for: "RSS feed for"
edit_profile: "Edit profile"
preview_profile_tag: "Preview profile tag system"
location: "Location"
edit_information: "Edit Information"
wiki_contributed_to: "Wiki pages recently contributed to"
updated: "updated"
by: "by"
more: "More"
notes_and_edits: "<a href='%{url1}'>research notes</a> and wiki edits"
moderator: "Moderator"
admin: "Admin"
banned: "Banned"
barnstar_awarded_to_by: "<a href='%{url1}'>%{author}</a> was awarded <a href='%{url2}'>the
%{barnstar} Barnstar</a> by <a href='%{url3}'>%{awarder}</a> for their work
published in <a href='%{url4}'>%{work}</a>."
joined: "Joined"
research: "Research"
Coauthored: "Coauthored"
questions: "Questions"
comments: "Comments"
liked: "Liked"
view_these_maps: "View these maps <a href='%{url1}'>at MapKnitter.org »</a>"
title: "Title"
creation_date: "Creation date"
image: "Image"
most_common_tags: "Most Common Tags"
unfollow: "Unfollow"
share_location: "Share your Location"
reset_password: "Reset User Password"
access_token: "My Access Token"
link_social_media: "Link Social Media"
copy: "Copy"
enter_social_media: "Enter Your Social Media User name like twitter:publiclab or instagram:publiclab"
close: "Close"
save_changes: "Save changes"
followers: "Followers"
following: "Following"
privacy: "Learn about <a href='https://publiclab.org/location-privacy'>privacy</a>"
info:
additonal_information: "Additional Information"
_form:
username: "Username"
email: "Email"
create_password: "Create a password"
change_password: "Change your password"
password: "password"
password_confirmation: "Password Confirmation"
confirm_password: "Retype your password to confirm"
bio: "Bio"
add_bio: "Add a short bio to appear on your profile page"
are_you_human: "Are you human?"
spam_filtering: "Sorry: spam filtering! Please select the animals - \U0001F981
\ - below to show that you're a real person."
dont_write_here: "Don't write anything here if you're a real person."
sign_up: "Sign up"
log_in: "Log in"
save: "Save"
list:
user_moderation: "User moderation"
admins_ban_spam: 'Normal users see only a list of recent users here, but moderators
and admins can ban "spam" users and view those who have been banned.'
members_last_activity: "Public Lab members <small>by last activity</small>"
username: "Username"
last_activity: "Last activity"
history: "History"
joined: "Joined"
moderation: "Moderation"
notes_and_edits: "research notes and wiki edits"
banned: "Banned"
are_you_sure: "Are you sure? The user will no longer be able to log in or publish."
ban: "Ban"
_photo:
profile_photo: "Profile photo"
drag_and_drop_image: "Drag and drop to add an image, or"
choose_image: "choose an image"
uploading: "Uploading"
edit:
edit_profile: "Edit Profile"
settings:
cancel: "Cancel"
notified_by_email: "I want to be notified by email for:"
direct_comment: "Comments on my posts"
direct_likes: "Likes on my posts"
indirect_comment: "Comments on all posts I've commented on"
moderation_email: "Moderation emails"
email_notifications: "Email notifications are sent for each post in topics you follow. If you prefer to receive a digest, choose one of these options:"
email_notifications_title: "Email Notifications"
weekly_digest: "In a weekly digest"
daily_digest: "In a daily digest"
spam_weekly_digest: "In a weekly digest for unmoderated posts"
spam_daily_digest: "In a daily digest for unmoderated posts"
browser_notifications: "I want to receive browser notifications:"
mentioned: "When I'm mentioned"
everything: "For everything"
likes: "When someone likes my work"
notes:
index:
search_results_for: "Search results for <i style=\"color:#aaa;\">%{params}</i>"
advanced_search: "advanced search"
notes_tagged_with: "Notes tagged with <i style=\"color:#aaa;\">%{params}</i>"
popular_research_notes: "Popular research notes"
recent_research_notes: "Recent research notes"
research_on: "Research on \"%{tags}\" by <a href='%{url1}'>%{user_name}</a>"
research_notes_and_wiki_edits_with_time: "%{count} research notes and wiki edits
starting %{time} ago"
research_by: "Research by <a href='%{url1}'>%{user_name}</a>"
research_notes_and_wiki_edits: "%{count1} research %{word1} and %{count2} wiki %{word2}"
starting_time: "starting %{time} ago"
research_notes_ideas_and_documentation: "Research notes <small class=\"hidden-sm\">ideas
& documentation from contributors like you</small>"
recent: "Recent"
popular: "Popular"
liked: "Liked"
wiki_pages: "Wiki pages"
research_notes: "Research Notes"
questions: "Questions"
comments: "Comments"
drafts: "Drafts"
all_notes: "All Notes"
_notes:
moderate_first_time_post: "Moderate first-time post:"
approve: "Approve"
spam: "Spam"
pending_approval: "Pending approval by <a href='%{url1}'>community moderators</a>.
Please be patient!"
last_edit_by: "last edit by"
views: "views"
read_more: "Read more"
show:
note_no_tags: "This note has no tags yet; help connect it to other content by
<a href='#' onClick='%{url}'>adding descriptive tags below</a>."
replication: "This is an attempt to replicate "
series: "This is part of a series on "
replication_link: "an activity"
build: "This is an attempt to build "
build_link: "an upgrade"
question: "Question:"
author_is_asking_about: |
<a href='%{url1}'> %{author} </a>
is asking a question about <b>%{tag}</b>:
sign_up_to_answer: "Sign up to answer questions on this topic"
unpublished: "UNPUBLISHED"
views: "views"
comments: "comments"
shortlink: "shortlink"
barnstar_awarded_to_by: "<a href='%{url1}'>%{author}</a> was awarded <a href='%{url2}'>the
%{barnstar} Barnstar</a> by <a href='%{url3}'>%{awarder}</a> for their work
in this research note."
file_table: |
<th>Files</th>
<th>Size</th>
<th>Uploaded</th>
event_is_on: "This event is on %{date}"
ical: "iCal"
login_to: "Please <a href='%{url1}'>log in</a> to"
people_will_attend: "%{count} people will attend"
preview: "You are currently viewing a preview."
preview_topics: "This preview is not yet published and is not part of any topics yet."
_comments:
comments: "Comments"
post_comment: "Post Comment"
post_placeholder: "Help the author refine their post, or point them at other
helpful information on the site. Mention users by @username to notify them
of this thread by email"
must_be_logged_in: "You must be <a href='%{url1}'>logged in</a> to comment."
tools_places:
tools_and_techniques: "Methods"
subtitle: "developed by Public Lab contributors"
public_lab_chapters: "Public Lab chapters"
start_a_chapter: "local groups and gatherings around the world | <a href='%{url1}'>Start
a chapter »</a>"
tools: "Tools"
places: "Places"
_tagged_notes:
by_author_time_ago: |
by <a href='%{url1}'>%{author}</a>
| %{time} ago
views: "views"
read_more: "Read more"
spam: "Spam"
_comment:
commented: "commented"
streak_title: "%{author} is on fire! %{streak_notes} notes, %{streak_wiki} wiki
edits, %{streak_comments} comments in the last %{streak_days} days"
are_you_sure: "Are you sure?"
please_exercise_caution: "Please exercise caution in deleting/moderating others'
comments; this cannot be undone."
edit_comment: "Edit comment"
edit_placeholder: "Help the author refine their post, or point them at other
helpful information on the site. Mention users by @username to notify them
of this thread by email"
_responses:
post_response: "Post your response"
post_build: "I made this"
post_replication: "I did this"
responses: "Responses"
builds: "People who made this"
replications: "People who did this"
stats:
about_this_page: |
<h4>About this page</h4>
<p>Public Lab is built on the contributions of community members, and this website represents our collective open source work.</p>
contributors_statistics: "Contributor Statistics"
research_notes_posted_by_contributors: "%{note_count} research notes have been
posted by %{contributors_count} contributors since %{time} ago"
total_contributors: "%{all_contributors_count} Total Contributors (Tallied weekly)"
notes_per_week: "%{note_count} notes per week over this period."
edits_per_week: "%{count} edits per week over this period."
notes_wikis_comments: |
<b>%{notes_count} notes</b>, <b>%{wikis_count} wiki edits</b>
and <b>%{comments_count} comments </b> posted in this period.
members_and_contributors: |
<b>%{member_count} member registrations</b>
and <b>%{people_count} contributors </b> posted notes, wikis, questions, comments, or revisions in this period.
images:
upload_an_image: "Upload an image"
image_title: "Image title"
short_description: "a short description"
upload: "Upload"
dashboard:
_flag_list:
flag_post: "Flag post to moderators"
become_moderator: "Become a moderator"
_node_comment:
commented_on: "commented on"
comments: "comments"
_sidebar:
wiki: "Wiki"
discussion_list: "Discussion lists"
all: "All"
public_laboratory: "Public Laboratory"
grassroots_mapping: "Grassroots Mapping"
spectrometry: "Spectrometry"
infrared: 'Infrared'
air_quality: "Air Quality"
water_quality: "Water Quality"
developers: "Developers"
follow_publiclab: "Follow @PublicLab"
_activity:
activity: "Activity"
all_updates: "All updates"
dropdown:
all: "All"
research_notes: "Research notes"
questions: "Questions"
events: "Events"
comments: "Comments"
wiki: "Wiki"
from_other: "From other"
community_scientists: "community scientists"
recent_activity: "Recent activity"
post_date: "Post date"
past_week: "in the past week"
your_work: "Your work"
share_work: "Share your work"
dashboard:
welcome: "Hello, welcome to Public Lab!"
description: "This is your dashboard, where recent updates from other community members show up. It'll keep you updated with recent progress, news and developments."
get_started: "To get started at Public Lab, try:"
ask_question: "Asking a question"
explore_projects: "Exploring projects"
from_blog: "From the <a href='%{url}'>Public Lab Blog</a>"
by: "by"
_node_event:
rsvp: "RSVP"
_node_question:
post_answer: "Post an answer"
question: "Question"
_node_wiki:
new_page_by: "New page by"
new_edit_by: "New edit by"
changes: "Changes"
_header:
share_work: "Share your work"
dropdown:
share_activity: "Share a step-by-step activity"
share_research_note: "Share a research note"
ask_question: "Ask a question"
post_event: "Post an event"
tell_story_blog: "Tell your story on the blog"
toggle_dropdown: "Toggle Dropdown"
dashboard: "Dashboard"
community_research: "Community research"
welcome: "Welcome"
notes: "notes"
note: "note"
and: "and"
wiki_edits: "wiki edits"
posted_past_week: "posted in the past week."
you_shared: "You've shared"
research_note: "research note"
research_notes: "research notes"
this_could_be_dashboard: "This could be your dashboard if you"
joined_public_lab: "joined Public Lab"
_wiki:
shared_knowledge_base: "A <a href='%{url}'>shared knowledge base</a> for community
science"
search: "Search for..."
new_page: "New page"
new_page_by: "New page by"
new_edit_by: "New edit by"
changes: "changes"
more: "More"
moderate:
approve: "Approve"
spam: "Spam"
pending_approval: "Pending approval by <a href='%{url}'>community moderators</a>.
Please be patient!"
_node_moderate:
first_time_post: "Moderate first-time post:"
_comment_moderate:
first_time_post: "Moderate first-time comment:"
dashboard_v2:
_header:
dashboard: "Dashboard"
updates: "Updates from community members on <a href='%{url}' class='form-grey' style='text-decoration: underline;'>topics</a> you"
follow: "<a href='%{url}' class='form-grey' style='text-decoration: underline;'> follow</a>"
community_research: "Community research"
dashboard:
from_blog: "From the <a href='%{url}'>Public Lab Blog</a>"
by: "by"
new_user: "Welcome! To improve your feed, follow the trending and featured topics linked below."
more_topics: "To improve your feed, follow the trending and featured topics linked below."
new_comment: "new comment"
sidebar:
nearby_activity: "Nearby Activity"
add_location: "Add your location"
location_work: "Add your location to see work near you"
location_privacy: "About location privacy"
all_posts: "<a href='%{url}' class='form-grey'>View all posts</a>"
follow_topics: "Follow more topics"
trending_topics: "Trending topics"
featured_topics: "Featured topics"
learn_more: "learn more"
search_topics: "Search topics"
add_topics: "Click to add topics, or"
all_topics: "<a href='%{url}' class='form-grey'>All topics</a>"
more_topics: "<a href='%{url}' class='form-grey'>more...</a>"
interest_topics: "Click to start <a href='%{url}' class='form-grey' style='text-decoration: underline;'>following</a> topics that interest you"
welcome: "Welcome to the new dashboard!"
all_new_activity: "<a href='%{url}' class='form-grey'>All new activity</a>"
locations:
form:
scale: "Scale"
world: "World"
building: "Building"
search_name: "Search by place name"
coordinates: "Or <a href='#' id='coord_button'>by entering coordinates</a>"
latitude: "Latitude"
longitude: "Longitude"
current_location: "Use current location"
blur_location: "Blur my location"
learn_more: "Learn more »"
location_saved: "How this location will be saved"
save: "Save"
modal:
location: "Enter a location"
like:
index:
recent_likes: "Recent Likes"
user: "User"
liked: "Liked"
action: "Action"
map:
index:
current_view: "Current view based on your shared location. Click <a href='/profile'>here</a> to adjust."
share: "Share your own location on <a href='/profile'>your profile</a>."
privacy: "Learn about <a href='https://publiclab.org/wiki/location-privacy'>privacy</a>"
archive: |
<h3><i style="color:#aaa;" class="fa fa-hdd"></i> A grassroots data archive</h3>
<p>This archive represents the collective work of our community to provide an alternative source for aerial imagery, and to highlight issues of environmental and social concern with Do-It-Yourself tools. The archive provides:</p>
<ul>
<li>A permanent, backed up archive</li>
<li>A place to advocate around your data</li>
<li>A space to discuss and understand the maps</li>
</ul>
<hr />
<h3><i style="color:#aaa;" class="fa fa-globe"></i> How to contribute</h3>
<p>Most of the maps in this archive were made in <a href="//mapknitter.org">MapKnitter</a>, a free and open source tool created by Public Lab contributors to turn aerial photos into maps.</p>
<p>To add your open source map to the archive, contact <a href="mailto:staff@<%= request.host %>">staff@<%= request.host %></a> and be prepared to provide some background and to tell the story of your map. Creative Commons and Public Domain maps are <a href="/licenses">both accepted</a>.</p>
tag:
blog:
the_public_lab: "The Public Lab"
blog: "Blog"
stories_from_community: "stories from the Public Lab community"
about_the_blog: "About the blog"
research: "Latest updates"
methods: "Methods"
following: "Following"
unfollow: "Click to unfollow"
follow: "Follow"
no_results: "No results found; try searching for '%{search}'"
no_recent_posts: "There are no recent posts"
advanced_search: "Or try an <a href='%{url}'>advanced search</a>"
by: "by"
views: "views"
read_more: "Read more"
spam: "Spam"
index:
popular_tags: "Popular tags"
browse_popular_tags: "We use tags to group research by topic -- browse below
to see the most popular tags over the past month."
tag: "name"
number_of_uses: "posts"
number_of_subscriptions: "followers"
subscriptions: "Your subscriptions"
sort_by: "Sort By"
post: "post"
wiki: "wiki"
follow: "Follow"
unfollow: "Unfollow"
notes:
one: "1 note"
other: "%{count} notes"
questions:
one: "1 question"
other: "%{count} questions"
comments:
one: "1 comment"
other: "%{count} comments"
show:
displaying_content: "Displaying content from"
notes_tagged: "Notes tagged with <i style=\"color:#aaa;\">%{tag}</i>"
following: "Following"
unfollow: "Click to unfollow"
follow: "Follow"
unfollow_text: "Unfollow"
subscribe: "Subscribe"
blog_updates: "Click to subscribe to blog updates via email"
none: "None"
users_following_tag: "Users following this tag"
ask_question: "Ask a question about <b>%{tag}</b>"
or_subscribe_to_answer: "<a style='margin-bottom:6px;' class='btn btn-primary
requireLogin' target='_blank' href='%{url1}'>Subscribe to answer questions
on this topic</a>"
or_try_searching: "Or try searching:"
research_notes: "Research notes"
questions: "Questions"
wiki_pages: "Wiki pages"
maps: "Maps"
no_results_found: "No results found; try searching for '<b>%{tag}</b>'"
no_notes_results_found: "Hi! No Research Notes have this tag <span>🤷</span>, try checking the <b>Questions</b> or <b>Wiki</b> tabs on this page."
no_wikis_results_found: "Hi! No Wikis have this tag <span>🤷</span>, try checking the <b>Research Notes</b> or <b>Questions</b> tabs on this page."
no_questions_results_found: "Hi! No Questions have this tag <span>🤷</span>, try checking the <b>Research Notes</b> or <b>Wikis</b> tabs on this page."
try_advanced_search: "Or try an <a href='%{url1}'>advanced search</a>"
people: "People"
no_map_results_found: "Sorry, no map is tagged with <i>%{tag}</i>. You can view other maps <a href='/maps'>here</a>."
contributors: "Contributors"
notes_not_available: "This topic has no available notes. View other posts by clicking the link below."
by: "by"
new_post: "New post"
comments: "Comments"
view_all: "View all"
contributors-index:
contributors_over_last_week: "Contributors for <i style=\"color:#aaa;\">%{tag_name}</i>
over the past 52 weeks"
read_more: "Read more"
notes_and_wiki_contributions: '%{users} people have contributed %{notes} research
notes and %{wikis} wiki pages tagged with "%{tag_name}"'
following: "Following"
unfollow: "Click to unfollow"
follow: "Follow"
people_watching_tag: "%{count} people are watching this tag"
no_contributors_listed: "No contributors are listed."
write_research_note: "Write a research note"
_tagging:
enter_tags: "Enter tags"
part_of: "This is part of:"
contributors:
contributors_for: "Contributors for <i style=\"color:#aaa;\">%{tag_name}</i>"
contributions_over_past_year: "Above: contributions over the past year."
notes_and_wiki_contributions: '%{users} people have contributed %{notes} research
notes and %{wikis} wiki pages tagged with "%{tag_name}"'
following: "Following"
unfollow: "Click to unfollow"
follow: "Follow"
people_watching_tag: "%{count} people are watching this tag"
no_contributors: "Hi! There are no contributors for this tag <span>🤷</span>, try searching for <a href='/search/%{tag}'>%{tag}</a>"
wild_card_search_detected: "Wildcard tag search detected. Wildcard tag searches
use the * asterisk in their URLs, and will not show contributor listings."
contributor: "Contributor"
notes: "Notes"
people_who've_contributed: "People who've contributed"
people_who_are_following: "People who are following"
location:
tooltip: "This is a geographical tag for placing this content on a map.
Please visit our <a href='https://publiclab.org/wiki/location-privacy'>location privacy</a> page."
advanced_tagging:
recently_used_tags: "Recently used tags"
link_to_parent: "Link to a 'parent' page (wikis only)"
add_style: "Add style"
add_translation_widget: "Add translation widget"
request_photos: "Request response photos"
hide_responses: "Hide responses from dashboard"
add_coauthor: "Add Coauthor (notes only)"
mark_as_series: "Mark as part of a series"
add_template: "Add template to the comment form"
write_template: "Write template for the comment form"
lock_note: "Lock Note"
learn_about_powertags: "Learn About Powertags"
wiki:
index:
wiki_pages_tagged_with: "Wiki pages tagged with <i style='color:#aaa;'>%{tag}</i>"
wiki_pages_by: "Wiki pages by <a href='%{url1}'>%{user}</a> <small>%{note_length}
research notes and wiki edits starting %{time} ago</small>"
highly_liked_wiki_pages: "Highly liked wiki pages"
create_wiki_page: "Create a new wiki page"
by_recency: "recency"
by_popularity: "popularity"
by_number_of_likes: "likes"
by_alphabetic: "name"
sort_by: "sort by:"
popular_wiki_pages: "Popular wiki pages"
collaborative_documentation: "collaborative documentation by contributors like
you"
public_lab_wiki: "The Public Lab Wiki"
about_collaboration: "At Public Lab, we all collaborate to invent and improve
open source environmental science tools."
about_wiki_pages: "Wiki pages are web pages that <b>anyone can create or edit</b>
-- we use them to collect information, documentation, and instructions on
projects."
show:
page_has_no_tags: "This page has no tags yet; help connect it to other content
by <a href ='#' onClick='%{url}'>adding descriptive tags below</a>"
revision_from: "This is a revision from %{time}."
view_all_revisions: "View all revisions"
views: "views"
last_edited: "Last edited by <a href='%{url1}'>%{author}</a> %{time} ago"
shortlink: "shortlink"
view: "View"
edit: "Edit"
delete: "Delete"
are_you_sure_delete: "Are you absolutely sure you want to delete '%{path}'? All
revisions will be lost, and you cannot undo this action. If this is a spam
page, be sure that it did not overwrite valid content before deleting the
entire page."
talk: "Talk"
back_to_wiki: "Back to <a href='%{url1}'>%{title}"
overview: "Overview"
research: "Research"
wiki_pages: "Wiki pages"
more_research: "More research on \"%{tag}\""
more_tag_research: "More \"%{tag}\" research"
_wikis:
title: "Title"
last_edited: "Last edited"
edits: "Edits"
page_views: "Page Views"
likes: "Likes"
by: "by"
published: "Published"
revisions:
revisions_for: "Revisions for <i>%{wiki}</i>"
view: "View"
edit: "Edit"
revisions: "Revisions"
moderated: "MODERATED"
current: "CURRENT"
revert: "Revert"
are_you_sure: "Are you sure?"
republish: "Republish"
comparing_revision: "Comparing revision <span id='older'>%{revision_1}</span>
with revision <span id='newer'>%{revision_2}</span>"
edit:
did_you_mean: "Did you mean"
try_searching_for: "Try searching for <a href='%{url1}'>'%{wiki}' »</a>"
whats_a_wiki_page: |
<h3><i class="fa fa-book"></i> What's a <br /> wiki page?</h3>
<p>At Public Lab, we all collaborate to invent and improve open source environmental science tools. <b>Wiki pages</b> are web pages that anyone can create or edit -- we use them to collect information, documentation, and instructions on projects.</p>
<p><b>Wiki pages can be:</b></p>
<ul>
<li>a <a href="/tag/tutorial">tutorial</a> on how to make something</li>
<li>documentation of a project</li>
<li>an event planning page</li>
<li>a place to collect lists of research notes</li>
<li>etc!</li>
</ul>
more: "More"
getting_started: "Getting started with Public Lab"
revisions_for_this_page: "Revisions for this page"
about_posting_research: "About posting research"
advanced_formatting: "Advanced formatting"
editing_page: "Editing page"
create_page: "Create page"
publish: "Publish"
preview: "Preview"
previewing_text: "Hide Preview"
agree_to_open_source_work: "By publishing, you agree to <a target='_blank' href='%{url1}'>open
source your work</a> so that others may use it."
last_edited_by: "This page was last edited %{time} ago by <a href='%{url1}'>%{author}</a>"
subscriptions:
digest:
topics_to_follow: "topics to follow"
manage_subscriptions: "Manage your subscription settings"
no_subscriptions: "You haven't subscribed to any topic yet. Visit <a href='https://publiclab.org/subscriptions'>https://publiclab.org/subscriptions</a> to subscribe to more topics."
based_on_follow: "Based on what you're following at <a href='https://publiclab.org'>PublicLab.org</a>"
discover_more: "Discover more"
layout:
_alerts:
request_access: " A website has requested access to your account. "
approve_or_deny: "Approve or deny the request "
_header:
summary: "Public Lab is an open community which collaboratively develops accessible,
open source, Do-It-Yourself technologies for investigating local environmental
health and justice issues."
your_dashboard: "Your dashboard"
features: "Features"
projects:
projects_title: "Projects"
research:
research_title: "Research"
research_notes: "Research notes"
publiclab_wiki: "Public Lab Wiki"
questions: "Questions"
tools: "Tools"
places: "Places"
kits: "Kits"
users_map: "Users map"
people: "People"
comments: "Recent comments"
initiatives:
initiatives_title: "Initiatives"
open_land: "Open Land"
open_water: "Open Water"
open_air: "Open Air"
fellows: "Fellows"
lending_library: "Lending Library"
search: "Search on Public Lab"
community:
community_title: "Community"
get_started: "Get Started"
people: "People"
places: "Places"
projects: "Projects"
events: "Events"
questions: "Questions"
chat: "Chat"
tools:
tools_title: "Tools"
methods: "Methods"
kits_initiative: "Kits Initiative"
store: "Store"
map_knitter: "Map Knitter"
spectral_workbench: "Spectral Workbench"
code_community: "Code Community"
kits: "Kits"
software: "Software"
about:
about_title: "About Us"
stories: "Stories"
blog: "Blog"
about_public_lab: "About Public Lab"
team: "Non-profit team"
organizers: "Organizers"
board: "Non-profit board"
fund: "How we're funded"
press_and_media: "Press and Media"
contact: "Contact"
newsletter: "Newsletter"
careers: "Careers"
get_involved:
get_involved_title: "Get Involved"
getting_started: "Getting started"
join: "Join the website"
discussion_lists: "Join one of our discussion lists"
attend_event: "Attend an event"
post_event: "Post an event"
new_chapters: "Starting new chapters"
new_projects: "Starting new projects"
organizer: "Become an organizer"
data:
data_title: "Data"
archive: "Public Lab Archive"
web_tools:
web_tools_title: "Web tools"
mapknitter: "MapKnitter"
spectral_workbench: "Spectral Workbench"
infragram: "Infragram"
open_water: "Open Water"
donate: "Donate"
store: "Store"
chatroom:
pop_out: "pop out"
chatroom_title: "Public Lab chatroom"
become_part_community: "Become part of this community"
join: "Sign up"
dashboard: "Dashboard"
profile: "Profile"
edit_profile: "Edit Profile"
subscriptions: "Subscriptions"
notes_liked: "Notes you've liked"
logout: "Logout"
login:
login_title: "Login"
username: "Username or Email"
password: "Password"
remember_me: "Remember me"
sign_up: "Sign up"
reset_password: "Reset your password"
language:
language_title: "Language"
research_note: "Research note"
wiki_doc: "Wiki documentation"
questions:
show:
question: "Question"
question_about: "is asking a question about"
unpublished: "UNPUBLISHED"
by: "by"
draft: "Draft"
with: "with"
index:
explanation: "Ask a question to the Public Lab community to help you in your
environmental exploration."
ask_question: "Ask a question here"
to_ask_question: "To ask a question, please"
log_in: "log in"
or: "or"
sign_up: "sign up"
first: "first"
recently_asked: "Recently Asked"
popular: "Popular"
unanswered: "Unanswered"
liked: "Liked"
recently_commented: "Recently Commented"
recently_commented_questions: Recently commented questions
popular_questions: Popular Questions
most_viewed_questions: Most viewed questions
unanswered_questions: Unanswered Questions
liked_questions: Liked Questions
most_liked_questions: Most liked questions
_comment:
promotion: "Promote this comment to an answer"
index_shadow:
recent_questions: "Recent questions"
great_questions: "see some of the great questions people have asked, and get a feel for how it works"
featured_questions: "Featured questions"
continue: "Continue"
ask_question: "Ask a question with the entered title"
type_question: "type your question"
what_is_your_question: "What's your question?"
to_ask_a_question_please: "To ask a question, please"
log_in: "log in"
or: "or"
sign_up: "sign_up"
first: "first."
_questions_shadow:
people_responded: "people responded"
read_more: "Read More"
_form:
submit: "Submit"
user_sessions:
new:
log_in: "Log in"
sign_up: "sign up"
to_join: "to join the Public Lab community"
username: "Username"
password: "Password"
remember_me: "Remember me"
reset_by_clicking_here: "Forgot your password? <a href='%{url1}'>Reset it here</a>"
home:
home:
read_more: "Read more"
more_projects: "More projects"
_social:
tweet: "Tweet"
dashboard:
welcome: "Welcome!"
need_help: "Need help, want to float an idea, or find collaborators?"
join_discussion_list: "Join a topical or local Public Lab discussion list"
no_research_note: "You haven't posted a research note yet -- consider"
sharing_work: "sharing your work and interests"
please: "Please"
create_password: "create a password for the new PublicLab.org website"
older_site_deactive: "the older PublicLaboratory.org will soon be retired."
coming_soon: "Coming soon"
revised_dashboard: "a revised dashboard!"
try_it: "Try it out here"
dashboard_main:
dashboard_title: "Dashboard"
welcome: "Welcome"
notes: "notes"
and: "and"
wiki_edits: "wiki edits"
posted_last_week: "were posted in the past week."
nav_tabs:
recent: "Recent"
activity: "Activity"
comments: "Comments"
liked: "Liked"
subscriptions: "Subscriptions"
lists: "Lists"
read_more_research_notes: "Read more research notes"
subscriptions:
title: "Subscriptions"
up_to_date_emails: "let you keep up to date with topics on Public Lab. You can
choose to receive them by email or in digest form."
manage_subscriptions: "Manage subscriptions"
click_unfollow: "Click to unfollow"
following: "Following"
research_notes: "all research notes"
subscribe_to: "Follow"
all: "all"
notes: "notes"
receive_mails: "Receive emails for all research notes."
enter_tags: "Enter tags"
add: "Add"
tag: "Tag"
options: "Options"
share_subscription_link: "Share this subscription link"
share: "Share"
unsubscribe: "Unfollow"
_comments:
commented: "commented"
read_more: "Read more"
comments:
_form:
uploading: "Uploading..."
drag_and_drop: "Drag and drop to add an image or file, or"
choose_one: "choose one"
upload_image: "Upload image"
preview: "Preview"
cancel: "Cancel"
publish: "Publish"
logged_in: "Logged in as <b>%{username}</b>"
formatting: "Formatting"
notifications: "Notifications"
email_notifications: "Author, commenters, and those who've \"liked\" this note will receive email notifications"
_edit:
uploading: "Uploading..."
drag_and_drop: "Drag and drop to add an image or file, or"
choose_one: "choose one"
upload_image: "Upload image"
preview: "Preview"
cancel: "Cancel"
publish: "Publish"
logged_in: "Logged in as <b>%{username}</b>"
formatting: "Formatting"
notifications: "Notifications"
email_notifications: "Author, commenters, and those who've \"liked\" this note will receive email notifications"
index:
all_comments: "All Comments"
moderated_comments: "Moderated Comments"
_comments:
comments: "Comments"
status: "Status:"
no_comments: "No comments yet."
sidebar:
_events:
post_event: "Post an event"
local_events: "Local events"
no_events: "No events"
_notes:
updated_by: |
updated %{time} ago
by <a href='%{url1}'>%{author_name}</a>
more: "More..."
delete: "Delete Post"
_related:
write_research_note: "Write a post"
share_your_work: "Share your work with others"
ask_a_question: "Ask a question"
translation: "Translation"
response_to: "This is a response to"
responses_to_note: "Responses to this note"
recent_topic_contributors: "Recent topic contributors"
view_all: "View all"
contributors: "Contributors"
recent_wiki_edits: "Recent wiki edits"
recent_wiki_pages: "Recent wiki pages"
related_research_notes: "Related research notes"
related_maps: "Related maps"
contributors_for_this_topic: "Contributors for this topic"
_author:
recent_tags_for_author: "Recent tags for <a href='%{url1}'>%{author}</a>"
_wikis:
updated_by: |
updated %{time} ago
by <a href='%{url1}'>%{author}</a>
more: "More..."
_post_button:
share_your_work: "Share your work with others"
write_research_note: "Write a research note"
post_research: "Post research"
post_research_note: "Post a research note"
create_wiki_page: "Create a wiki page"
about_posting: "About posting"
moderate_spam: "Moderate spam"
email_search: "Email address search"
tools: "Tools"
post_newsletter: "Post a newsletter"
browse_wiki: "Browse the Public Lab Wiki"
_list:
mailing_list: "Join the <a href='%{url1}'<b>%{mailing_list}</b> mailing list</a>"
subscribe: "Follow"
recent_discussion_topics: "Recent discussion topics"
all_topics: "All topics"
_user:
discussion_list: "Discussion lists"
work_happens_on_discussion_lists: "Much of our work happens on our regional and
topical discussion lists."
join_one_today: "Join one today!"
recent_wiki_edits: "Recent wiki edits"
talk:
show:
welcome: "Talk page for <a href='%{url1}'>%{page}</a> | This page allows for
synchronized editing by multiple people as you type. <a href='%{url2}'>Learn
more</a>"
try_direct_link: "If this page does not load properly, <a href='%{url1}'>try
here</a>"