Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.yml « diaspora « locales « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4558214f90581bfaf6f2f117801c4002795fc57e (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
#   licensed under the Affero General Public License version 3 or later.  See
#   the COPYRIGHT file.

# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  settings: "Settings"
  profile: "Profile"
  account: "Account"
  privacy: "Privacy"
  _services: "Services"
  _applications: "Applications"
  _help: "Help"
  ok: "OK"
  cancel: "Cancel"
  delete: "Delete"
  username: "Username"
  email: "Email"
  are_you_sure: "Are you sure?"
  are_you_sure_delete_account: "Are you sure you want to close your account? This can’t be undone!"
  are_you_sure_ignore_user: "You are going to ignore that user. Are you sure?"
  fill_me_out: "Fill me out"
  public: "Public"
  limited: "Limited"
  search: "Search"
  nsfw: "NSFW"
  find_people: "Find people or #tags"
  more: "More"
  all_aspects: "All aspects"
  no_results: "No results found"
  _contacts: "Contacts"
  _terms: "Terms"
  _podmin_mail: "Contact Podmin"
  _statistics: "Statistics"

  # For reference translation; the real ActiveRecord English transations are actually
  # in the en-US, en-GB, and en-AU yml files.
  activerecord:
    errors:
      models:
        user:
          attributes:
            person:
              invalid: "is invalid."
            username:
              taken: "is already taken."
              invalid: "is invalid. We only allow letters, numbers, and underscores."
            email:
              taken: "is already taken."
        person:
          attributes:
            diaspora_handle:
              taken: "is already taken."
        contact:
          attributes:
            person_id:
              taken: "must be unique among this user’s contacts."
        reshare:
          attributes:
            root_guid:
              taken: "That good, eh? You've already reshared that post!"
        poll:
          attributes:
            poll_answers:
              not_enough_poll_answers: "Not enough poll options provided."
        poll_participation:
          attributes:
            poll:
              already_participated: "You’ve already participated in this poll!"
  # Carrierwave error messages
  errors:
    messages:
      carrierwave_processing_error: failed to be processed
      carrierwave_integrity_error: is not of an allowed file type
      carrierwave_download_error: could not be downloaded
      extension_whitelist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}"
      extension_blacklist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}"
      content_type_whitelist_error: "You are not allowed to upload %{content_type} files"
      content_type_blacklist_error: "You are not allowed to upload %{content_type} files"
      rmagick_processing_error: "Failed to manipulate with rmagick, maybe it is not an image?"
      mini_magick_processing_error: "Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: %{e}"
      min_size_error: "File size should be greater than %{min_size}"
      max_size_error: "File size should be less than %{max_size}"

  error_messages:
    helper:
      correct_the_following_errors_and_try_again: "Correct the following errors and try again."
    need_javascript: "This website requires JavaScript to function properly. If you disabled JavaScript, please enable it and refresh this page."
    csrf_token_fail: "The CSRF token is invalid. Please sign in and try again."

  admins:
    admin_bar:
      pages: "Pages"
      dashboard: "Dashboard"
      user_search: "User search"
      weekly_user_stats: "Weekly user stats"
      pod_stats: "Pod stats"
      report: "Reports"
      sidekiq_monitor: "Sidekiq monitor"
      pod_network: "Pod network"
    dashboard:
      pod_status: "Pod status"
      fetching_diaspora_version: "Determining latest diaspora* version..."
    user_search:
      you_currently:
        zero: "You currently have no invites left %{link}"
        one: "You currently have one invite left %{link}"
        other: "You currently have %{count} invites left %{link}"
      view_profile: "View profile"
      add_invites: "Add invites"
      close_account: "Close account"
      lock_account: "Lock account"
      unlock_account: "Unlock account"
      are_you_sure: "Are you sure you want to close this account?"
      are_you_sure_lock_account: "Are you sure you want to lock this account?"
      are_you_sure_unlock_account: "Are you sure you want to unlock this account?"
      account_closing_scheduled: "The account of %{name} is scheduled to be closed. It will be processed in a few moments..."
      account_locking_scheduled: "The account of %{name} is scheduled to be locked. It will be processed in a few moments..."
      account_unlocking_scheduled: "The account of %{name} is scheduled to be unlocked. It will be processed in a few moments..."
      make_admin: "Make admin"
      remove_admin: "Remove as admin"
      make_moderator: "Make moderator"
      remove_moderator: "Remove as moderator"
      make_spotlight: "Add to community spotlight"
      remove_spotlight: "Remove from community spotlight"
      add_admin: "%{name} has been made an admin."
      delete_admin: "%{name} has been removed from the list of admins."
      add_moderator: "%{name} has been made a moderator."
      delete_moderator: "%{name} has been removed from the list of moderators."
      add_spotlight: "%{name} has been added to community spotlight."
      delete_spotlight: "%{name} has been removed from community spotlight."
      does_not_exist: "User does not exist!"
      role_implemented: "%{name} has already been given this role!"
      role_removal_implemented: "%{name} has already been removed from this role!"
      email_to: "Email to invite"
      invite: "Invite"
      under_13: "Show users that are under 13 (COPPA)"
      users:
        zero: "%{count} users found"
        one: "%{count} user found"
        other: "%{count} users found"
    user_entry:
      id: "ID"
      guid: "GUID"
      email: "Email"
      diaspora_handle: "diaspora* ID"
      last_seen: "Last seen"
      account_closed: "Account closed"
      nsfw: "#nsfw"
      admin: "Admin"
      moderator: "Moderator"
      spotlight: "Spotlight"
      unknown: "Unknown"
      invite_token: "Invite token"
      'yes': "Yes"
      'no': "No"
    weekly_user_stats:
      current_server: "Current server date is %{date}"
      amount_of:
        zero: "Number of new users this week: none"
        one: "Number of new users this week: %{count}"
        other: "Number of new users this week: %{count}"
    stats:
      week: "Week"
      2weeks: "2 weeks"
      month: "Month"
      daily: "Daily"
      usage_statistic: "Usage statistics"
      go: "Go"
      display_results: "Displaying results from the %{segment} segment"
      posts:
        zero: "%{count} posts"
        one: "%{count} post"
        other: "%{count} posts"
      comments:
        zero: "%{count} comments"
        one: "%{count} comment"
        other: "%{count} comments"
      shares:
        zero: "%{count} shares"
        one: "%{count} share"
        other: "%{count} shares"
      users:
        zero: "%{count} users"
        one: "%{count} user"
        other: "%{count} users"
      current_segment: "The current segment is averaging %{post_yest} posts per user, from %{post_day}"
      50_most: "50 most popular tags"
      tag_name: "Tag name: %{name_tag} Count: %{count_tag}"
    pods:
      pod_network: "Pod network"
      pod_desktop_view: "This page is not available on mobile view, please switch to %{desktop_link}."
      pod_desktop_link: "desktop view"
  aspects:
    edit:
      confirm_remove_aspect: "Are you sure you want to delete this aspect?"
      rename: "Rename"
      aspect_list_is_visible: "Contacts in this aspect are able to see each other."
      aspect_list_is_not_visible: "Contacts in this aspect are not able to see each other."
      update: "Update"
      updating: "Updating"
    no_contacts_message:
      you_should_add_some_more_contacts: "You should add some more contacts!"
      try_adding_some_more_contacts: "You can search or %{invite_link} more contacts."
      invite_link_text: "invite"
      or_spotlight: "Or you can share with %{link}"
      community_spotlight: "Community spotlight"
    aspect_listings:
      add_an_aspect: "+ Add an aspect"
    destroy:
      success: "%{name} was successfully removed."
      success_auto_follow_back: "%{name} was successfully removed. You used this aspect to automatically follow back users. Check your user settings to select a new auto follow back aspect."
      failure: "%{name} could not be removed."
    update:
      success: "Your aspect, %{name}, has been successfully edited."
      failure: "Your aspect, %{name}, had too long name to be saved."
    add_to_aspect:
      failure: "Failed to add contact to aspect."
      success: "Successfully added contact to aspect."
    seed:
      family: "Family"
      work: "Work"
      acquaintances: "Acquaintances"
      friends: "Friends"
    index:
      donate: "Donate"
      keep_pod_running: "Keep %{pod} running fast and buy servers their coffee fix with a monthly donation!"
      donate_liberapay: "Donate to liberapay"
      welcome_to_diaspora: "Welcome to diaspora*, %{name}!"
      introduce_yourself: "This is your stream. Jump in and introduce yourself."

      new_here:
        title: "Welcome new users"
        follow: "Follow %{link} and welcome new users to diaspora*!"
        learn_more: "Learn more"

      help:
        need_help: "Need help?"
        here_to_help: "The diaspora* community is here!"
        do_you: "Do you:"
        have_a_question: "... have a %{link}?"
        tag_question: "question"
        find_a_bug: "... find a %{link}?"
        tag_bug: "bug"
        feature_suggestion: "... have a %{link} suggestion?"
        tag_feature: "feature"
        tutorials_and_wiki: "%{faq}, %{tutorial} & %{wiki}: help for your first steps."
        tutorial_link_text: "Tutorials"
        support_forum: "You can also join the %{support_forum}."
        support_forum_link: "support forum"
        any_problem: "Got a problem?"
        contact_podmin: "Contact the administrator of your pod!"
        mail_podmin: "Podmin email"
      services:
        heading: "Connect services"
        content: "You can connect the following services to diaspora*:"

    aspect_stream:
      stay_updated: "Stay updated"
      stay_updated_explanation: "Your main stream is populated with all of your contacts, tags you follow, and posts from some creative members of the community."
      make_something: "Make something"

  aspect_memberships:
    destroy:
      success: "Successfully removed person from aspect."
      failure: "Failed to remove person from aspect."
      no_membership: "Could not find the selected person in that aspect."
      forbidden: "You are not allowed to do that."
      invalid_statement: "Duplicate record rejected."

  bookmarklet:
    heading: "Bookmarklet"
    post_something: "Post to diaspora*"
    explanation: "Post to diaspora* from anywhere by bookmarking this link => %{link}."

  color_themes:
    dark: "Dark"
    dark_green: "Dark green"
    egyptian_blue: "Egyptian blue"
    magenta: "Magenta"
    original: "Original gray"
    original_white: "Original white background"

  comments:
    create:
      error: "Failed to comment."
    new_comment:
      comment: "Comment"
      commenting: "Commenting..."

  contacts:
    index:
      start_a_conversation: "Start a conversation"
      title: "Contacts"
      no_contacts: "Looks like you need to add some contacts!"
      no_contacts_message: "Check out %{community_spotlight}"
      community_spotlight: "Community spotlight"
      no_contacts_in_aspect: "You don't have any contacts in this aspect yet. Below is a list of your existing contacts which you can add to this aspect."
      my_contacts: "My contacts"
      all_contacts: "All contacts"
      only_sharing_with_me: "Only sharing with me"
      add_contact: "Add contact"
      user_search: "Contact search"
    spotlight:
      community_spotlight: "Community spotlight"
      suggest_member: "Suggest a member"
      no_members: "There are no members yet."

  conversations:
    index:
      conversations_inbox: "Conversations – Inbox"
      new_conversation: "New conversation"
      no_messages: "No messages"
      inbox: "Inbox"
      no_contacts: "You need to add some contacts before you can start a conversation"
    show:
      reply: "Reply"
      replying: "Replying..."
      hide: "Hide and mute conversation"
      delete: "Delete conversation"
      last_message: "Last message received %{timeago}"
    new:
      to: "To"
      subject: "Subject"
      subject_default: "No subject"
      message: "Message"
      send: "Send"
      sending: "Sending..."
    create:
      sent: "Message sent"
      fail: "Invalid message"
    new_conversation:
      fail: "Invalid message"
    destroy:
      delete_success: "Conversation successfully deleted"
      hide_success: "Conversation successfully hidden"
  date:
    formats:
      fullmonth_day: "%B %d"
      birthday: "%B %d"
      birthday_with_year: "%B %d %Y"

  help:
    title_header: "Help"
    tutorials: "tutorials"
    tutorial: "tutorial"
    irc: "IRC"
    wiki: "wiki"
    faq: "FAQ"
    markdown: "Markdown"
    here: "here"
    foundation_website: "diaspora* foundation website"
    third_party_tools: "Third-party tools"
    getting_started_tutorial: "”Getting started” tutorial series"
    community_guidelines: "community guidelines"
    getting_help:
      title: "Getting help"
      getting_started_q: "Help! I need some basic help to get me started!"
      getting_started_a: "You’re in luck. Try the %{tutorial_series} on our project site. It will take you step-by-step through the registration process and teach you all the basic things you need to know about using diaspora*."
      get_support_q: "What if my question is not answered in this FAQ? Where else can I get support?"
      get_support_a_website: "Visit our %{link}"
      get_support_a_tutorials: "Check out our %{tutorials}"
      get_support_a_wiki: "Search the %{link}"
      get_support_a_irc: "Join us on %{irc} (live chat)"
      get_support_a_faq: "Read our %{faq} page on wiki"
      get_support_a_hashtag: "Ask in a public post on diaspora* using the %{question} hashtag"
      get_support_a_discourse: "Search for existing discussions relating to your enquiry or open a new thread in our %{discourse} platform"
    account_and_data_management:
      title: "Account and data management"
      move_pods_q: "How do I move my seed (account) from one pod to another?"
      move_pods_a: "Version 0.7.0.0 of diaspora* provides the first stage of account migration: you can now export all your data from the “Account” section of the user settings. Keep your data safely! In a future release you will be able to migrate your whole account, including posts and contacts, to another pod."
      download_data_q: "Can I download a copy of all of my data contained in my seed (account)?"
      download_data_a: "Yes. At the bottom of the Account tab of your settings page you will find two buttons: one for downloading your data and one for downloading your photos."
      close_account_q: "How do I delete my seed (account)?"
      close_account_a: "Go to the bottom of your settings page and click the “Close account” button. You will be asked to enter your password to complete the process. Remember, if you close your account, you will <strong>never</strong> be able to re-register your username on that pod."
      data_visible_to_podmin_q: "How much of my information can my pod administrator see?"
      data_visible_to_podmin_a: "In short: everything. Communication between pods is always encrypted (using SSL and diaspora*’s own transport encryption), but the storage of data on pods is not encrypted. If they wanted to, the database administrator for your pod (usually the person running the pod) could access all your profile data and everything that you post (as is the case for most websites that store user data). This is why we give you the choice which pod you sign up to, so you can choose a pod whose admin you are happy to trust with your data. Running your own pod provides more privacy since you then control access to the database."
      data_other_podmins_q: "Can the administrators of other pods see my information?"
      data_other_podmins_a: "Once you are sharing with someone on another pod, any posts you share with them and a copy of your profile data are stored (cached) on their pod, and are accessible to that pod’s database administrator. When you delete a post or profile data it is deleted from your pod and a delete request is sent to any other pods where it had previously been stored. Your images are never stored on any pod but your own; only links to them are transmitted to other pods."
    aspects:
      title: "Aspects"
      what_is_an_aspect_q: "What is an aspect?"
      what_is_an_aspect_a: "Aspects are the way you group your contacts on diaspora*. An aspect is one of the faces you show to the world. It might be who you are at work, or who you are to your family, or who you are to your friends in a club you belong to."
      who_sees_post_q: "When I post to an aspect, who sees it?"
      who_sees_post_a: "If you make a limited post, it will only be visible to the people you had placed in that aspect (or aspects, if it is made to multiple aspects) before making the post. Contacts you have who aren’t in the aspect have no way of seeing the post. Limited posts will never be visible to anyone who you haven’t placed into one of your aspects."
      contacts_know_aspect_q: "Do my contacts know which aspects I have put them in?"
      contacts_know_aspect_a: "No. They cannot see the name of the aspect under any circumstances."
      person_multiple_aspects_q: "Can I add a person to multiple aspects?"
      person_multiple_aspects_a: "Yes. Go to your contacts page and click on “My contacts”. For each contact you can use the menu on the right to add them to (or remove them from) as many aspects as you want. Or you can add them to a new aspect (or remove them from an aspect) by clicking the aspect selector button on their profile page. Or you can even just move the pointer over their name where you see it in the stream, and a “hovercard” will appear. You can change the aspects they are in right there."
      remove_notification_q: "If I remove someone from an aspect, or all of my aspects, are they notified of this?"
      remove_notification_a: "No. They are also not notified if you add them to more aspects, when you are already sharing with them."
      change_aspect_of_post_q: "Once I have posted something, can I change the aspect(s) that can see it?"
      change_aspect_of_post_a: "No, but you can always make a new post with the same content and post it to a different aspect."
      post_multiple_aspects_q: "Can I post content to multiple aspects at once?"
      post_multiple_aspects_a: "Yes. When you are making a post, use the aspect selector button to select or deselect aspects. “All aspects” is the default setting. Your post will be visible to all the aspects you select. You could also select the aspects you want to post to in the side-bar. When you post, the aspect(s) that you have selected in the list on the left will automatically be selected in the aspect selector when you start to make a new post."
      restrict_posts_i_see_q: "Can I restrict the posts in my stream to just those from certain aspects?"
      restrict_posts_i_see_a: "Yes. Click “My aspects” in the side-bar and then click individual aspects in the list to select or deselect them. Only the posts by people in the selected aspects will appear in your stream."
      rename_aspect_q: "How do I rename an aspect?"
      rename_aspect_a: "Click “My aspects” in the side-bar from a stream view and click the pencil icon by the aspect you want to rename, or go to your Contacts page and select the relevant aspect. Then click the edit icon next to the aspect name at the top of this page, change the name and press “Update”."
      delete_aspect_q: "How do I delete an aspect?"
      delete_aspect_a: "Click “My aspects” in the side-bar from a stream view and click the pencil icon by the aspect you want to delete, or go to your Contacts page and select the relevant aspect. Then click the trash icon in the top right of the page."
    chat:
      title: "Chat"
      contacts_page: "contacts page"
      add_contact_roster_q: "How do I chat with someone in diaspora*?"
      add_contact_roster_a: "First, you need to enable chat for one of the aspects that person is in. To do so, go to the %{contacts_page}, select the aspect you want and click on the chat icon to enable chat for the aspect. %{toggle_privilege} You could, if you prefer, create a special aspect called “Chat” and add the people you want to chat with to that aspect. Once you’ve done this, open the chat interface and select the person you want to chat with."
    mentions:
      title: "Mentions"
      what_is_a_mention_q: "What is a “mention”?"
      what_is_a_mention_a: "A mention is a link to a person’s profile page that appears in a post. When someone is mentioned they receive a notification that calls their attention to the post."
      how_to_mention_q: "How do I mention someone when making a post?"
      how_to_mention_a: "Type the “@” sign and start typing their name. A drop-down menu should appear to let you select them more easily. Note that it is only possible to mention people you have added to an aspect."
      mention_in_comment_q: "Can I mention someone in a comment?"
      mention_in_comment_a: "Since version 0.7.0.0, yes! You can mention someone in a comment the same way you would do it in a post, by typing “@” and then start typing their name. Please note that when you comment on a post which is not public, you can only mention users who have already interacted with the post."
      see_mentions_q: "Is there a way to see the posts in which I have been mentioned?"
      see_mentions_a: "Yes, click “@Mentions” in the left-hand column on your home page."
    pods:
      title: "Pods"
      what_is_a_pod_q: "What is a pod?"
      what_is_a_pod_a: "A pod is a server running the diaspora* software and connected to the diaspora* network. “Pod” is a metaphor referring to pods on plants which contain seeds, in the way that a server contains a number of user accounts. There are many different pods. You can add friends from other pods and communicate with them. There’s no need to open an account on different pods! One is enough – in this way, you can think of a diaspora* pod as similar to an email provider. There are public pods, private pods, and with some effort you can even run your own."
      find_people_q: "I just joined a pod, how can I find people to share with?"
      find_people_a: "If you want to invite your friends to join diaspora*, use the invitation link or the email link in the side-bar. Follow #tags to discover others who share your interests, and add those who post things that interest you to an aspect. Shout out that you’re #newhere in a public post."
      use_search_box_q: "How do I use the search box to find particular individuals?"
      use_search_box_a: "You can search for people by entering their username or their diaspora* name (the name that is shown on their profile). If neither of these methods work, enter their full diaspora* ID (username@podname.org). If your search doesn’t work the first time, it could be due to network latency. Try it again."
    posts_and_posting:
      title: "Posts and posting"
      stream_full_of_posts_q: "Why is my stream full of posts from people I don’t know and don’t share with?"
      stream_full_of_posts_a1: "Your stream is made up of three types of posts:"
      stream_full_of_posts_li1: "Posts by people you are sharing with, which come in two types: public posts and limited posts shared with an aspect that you are part of. To remove these posts from your stream, simply stop sharing with the person."
      stream_full_of_posts_li2: "Public posts containing one of the tags that you follow. To remove these, stop following that tag."
      stream_full_of_posts_li3: "Public posts by people listed in the community spotlight. These can be removed by unchecking the “Show community spotlight in stream?” option in the Account tab of your Settings."
      hide_posts_q: "How do I hide a post?"
      hide_posts_a: "If you point your mouse at the top of a post, an X appears on the right. Click it to hide the post and mute notifications about it. You can still see the post if you visit the profile page of the person who posted it."
      post_notification_q: "How do I get notifications, or stop getting notifications, about a post?"
      post_notification_a: "You will find a bell icon next to the X at the top right of a post. Click this to enable or disable notifications for that post."
      ignore_user_q: "How do I stop someone’s posts from appearing in my stream?"
      ignore_user_a1: "If you are currently sharing with that person, removing them from your aspects will stop many of their posts from appearing in your stream. A more complete method is to “ignore” that account. This will prevent any of their posts from appearing in your stream, and they will no longer be able to like or comment on your posts. They will, however, still be able to reshare your posts, comment on reshares of your posts, and their comments on posts by other people which appear in your stream will still be visible to you."
      ignore_user_a2: "To ignore an account, click the “ignore” icon (a circle with a diagonal line through it) at the top right of one of their posts. Their posts will instantly disappear from your stream. Alternatively, go to their profile page and click the ignore icon there. You will still be able to see their posts on their profile page, or by using the single-post view."
      ignore_user_a3: "A list of people you are ignoring can be found in your account settings under Privacy. To stop ignoring someone, remove them from the list on that page."
      post_report_q: "How do I report an offensive post?"
      post_report_a: "Click the alert triangle icon at the top right of the post to report it to your podmin. Enter a reason for reporting this post in the dialog box. Please only report posts that break our %{community_guidelines} or your pod’s terms of service, for example posts containing illegal content, or which are abusive or spam."
      character_limit_q: "What is the character limit for posts?"
      character_limit_a: "65,535 characters. That’s 65,395 more characters than you get on Twitter! ;)"
      char_limit_services_q: "What if I'm sharing my post with a connected service with a smaller character count?"
      char_limit_services_a: "In that case you should restrict your post to the smaller character count (140 in the case of Twitter; 1000 in the case of Tumblr), and the number of characters you have left to use is displayed when that service’s icon is highlighted. You can still post to these services if your post is longer than their limit, but the text will be truncated on those services with a link to the post on diaspora*."
      format_text_q: "How can I format the text in my posts (bold, italics, etc.)?"
      format_text_a: "diaspora* uses a simplified system called %{markdown}. The publisher has buttons to make it easy to format your text. If you want to format your post manually, you can find the full Markdown syntax %{here}. The preview tab means you can see how your message will look before you share it. Remember that you can’t edit it once posted, so use the preview to make sure it’s perfect before pressing Share!"
      insert_images_q: "How do I insert images into posts?"
      insert_images_a: "If you want to include an image stored on your computer in your post, click the little camera icon at the bottom of the publisher. You can also drag and drop an image, or multiple images, from your computer onto that icon. If you want to insert an image from the web into your post, click the image button on the top of the publisher, which will create the Markdown code for you."
      insert_images_comments_q: "Can I insert images into comments?"
      insert_images_comments_a: "You can use Markdown to insert an image from the web into a comment, just like in posts. However, you cannot upload images from your computer directly into comments. Upload them to an image-hosting service and then insert them using the image button above the publisher."
      size_of_images_q: "Can I customize the size of images in posts or comments?"
      size_of_images_a: "No. Images are resized automatically to fit the stream or single-post view. Markdown does not have a code for specifying the size of an image."
      embed_multimedia_q: "How do I embed a video, audio, or other multimedia content into a post?"
      embed_multimedia_a: "You can usually just paste the URL (e.g. http://www.youtube.com/watch?v=nnnnnnnnnnn ) into your post and the video or audio will be embedded automatically. The sites supported include: YouTube, Vimeo, SoundCloud, Flickr and a few more. diaspora* uses oEmbed for this feature. If you post a direct link to an audio or video file, diaspora* will embed it using standard HTML5 player. We’re supporting more media sources all the time. Remember to always post simple, full links – no shortened links; no operators after the base URL – and give it a little time before you refresh the page after posting for seeing the preview."
      post_location_q: "How do I add my location to a post?"
      post_location_a: "Click the pin icon next to the camera in the publisher. This will insert your location from OpenStreetMap. You can edit your location – you might only want to include the city you’re in rather than the specific street address."
      post_poll_q: "How do I add a poll to my post?"
      post_poll_a: "Click the graph icon to generate a poll. Type a question and at least two answers. Don’t forget to make your post public if you want everyone to be able to participate in your poll."
    private_posts:
      title: "Private posts"
      who_sees_post_q: "When I post a message to an aspect (i.e., a private post), who can see it?"
      who_sees_post_a: "Only logged-in diaspora* users you had placed in that aspect before making the private post can see it."
      can_comment_q: "Who can comment on or like my private post?"
      can_comment_a: "Only logged-in diaspora* users you had placed in that aspect before making the private post can comment on or like it."
      can_reshare_q: "Who can reshare my private post?"
      can_reshare_a: "Nobody. Private posts are not resharable. Logged-in diaspora* users in that aspect can potentially copy and paste it, however. It’s up to you whether you trust those people!"
      see_comment_q: "When I comment on or like a private post, who can see it?"
      see_comment_a: "Only the people that the post was shared with (the people who are in the aspects selected by the original poster) can see its comments and likes. "
    public_posts:
      title: "Public posts"
      who_sees_post_q: "When I post something publicly, who can see it?"
      who_sees_post_a: "Anyone using the internet can potentially see a post you mark public, so make sure you really do want your post to be public. It’s a great way of reaching out to the world."
      find_public_post_q: "How can other people find my public post?"
      find_public_post_a: "Your public posts will appear in the streams of anyone following you. If you included #tags in your public post, anyone following those tags will find your post in their streams. Every public post also has a specific URL that anyone can view, even if they’re not logged in – thus public posts may be linked to directly from Twitter, blogs, etc. Public posts may also be indexed by search engines."
      can_comment_reshare_like_q: "Who can comment on, reshare, or like my public post?"
      can_comment_reshare_like_a: "Any logged-in diaspora* user can comment on, reshare, or like your public post. The exception to this is people you have ignored, who won’t be able to like or comment on your posts."
      see_comment_reshare_like_q: "When I comment on, reshare, or like a public post, who can see it?"
      see_comment_reshare_like_a: "Comments, likes, and reshares of public posts are also public. Any logged-in diaspora* user and anyone else on the internet can see your interactions with a public post."
      deselect_aspect_posting_q: "What happens when I deselect one or more aspects in the left-hand column when making a public post?"
      deselect_aspect_posting_a: "Deselecting aspects does not affect a public post. It will still be public and will appear in the streams of all of your contacts. To make a post visible only to specific aspects, you need to select those aspects from the aspect selector under the publisher."
    profile:
      title: "Profile"
      whats_in_profile_q: "What’s in my profile?"
      whats_in_profile_a: "Your profile is in two parts: your basic profile and your extended profile. Your basic profile contains your name, the five tags you chose to describe yourself, and your photo. Your extended profile contains your biography, location, gender, and birthday. All this information is optional – it’s up to you whether you provide it, and you can make this profile information as identifiable or anonymous as you like. Your extended profile is displayed in the left-hand column of your profile page, under your profile picture."
      who_sees_profile_q: "Who sees my profile?"
      who_sees_profile_a: "Your basic profile (name, profile image and #tags) is public. Your extended profile is private by default, but you can make it all publicly accessible if you want. Only people you are sharing with (meaning, you have added them to one of your aspects) can see your extended profile if you keep it private. Other people will see only your public information. Any profile information you make public can be viewed by anyone using the web, and can be indexed by search engines"
      what_do_tags_do_q: "What do the tags in my basic profile do?"
      what_do_tags_do_a: "They help people get to know you. Your profile picture will also appear on the left-hand side of the stream pages of those tags, along with anyone else who has them in their basic profile."
    resharing_posts:
      title: "Resharing posts"
      reshare_public_post_aspects_q: "Can I reshare a public post to selected aspects?"
      reshare_public_post_aspects_a: "No, when you reshare a public post it automatically becomes one of your public posts. To share it with certain aspects, copy and paste the contents of the post into a new, limited post."
      reshare_private_post_aspects_q: "Can I reshare a private post to selected aspects?"
      reshare_private_post_aspects_a: "No, it is not possible to reshare any private post. This is to respect the intentions of the original poster, who shared it only with a particular group of people."
    sharing:
      title: "Sharing"
      add_to_aspect_q: "What happens when I add someone to one of my aspects, or when someone adds me to one of their aspects?"
      add_to_aspect_a1: "Let’s say that Amy adds Ben to an aspect, but Ben has not (yet) added Amy to an aspect:"
      add_to_aspect_li1: "Ben will receive a notification that Amy has “started sharing” with Ben."
      add_to_aspect_li2: "Amy will start to see Ben’s public posts in her stream."
      add_to_aspect_li3: "Amy will not see any of Ben’s private posts."
      add_to_aspect_li4: "Ben will not see Amy’s public or private posts in his stream."
      add_to_aspect_li5: "But if Ben goes to Amy’s profile page, then he will see the private posts that Amy makes to the aspect that she has placed him in (as well as her public posts, which anyone can see there)."
      add_to_aspect_li6: "Ben will be able to see Amy’s private profile (biography, location, gender, birthday)."
      add_to_aspect_li7: "Amy will appear under “Only sharing with me” on Ben’s contacts page."
      add_to_aspect_li8: "Amy will also be able to @mention Ben in a post."
      add_to_aspect_a2: "This is known as asymmetrical sharing. If and when Ben also adds Amy to an aspect then it would become mutual sharing, with both Amy’s and Ben’s public posts and relevant private posts appearing in each other’s streams, and Amy would be able to view Ben’s private profile. They would then also be able to send each other private messages."
      sharing_notification_q: "How do I know when someone starts sharing with me?"
      sharing_notification_a: "You should receive a notification each time someone starts sharing with you."
      only_sharing_q: "Who are the people listed under “Only sharing with me” on my contacts page?"
      only_sharing_a: "These are people that have added you to one of their aspects, but who are not (yet) in any of your aspects. In other words, they are sharing with you, but you are not sharing with them: you can think of this as them “following” you. If you add them to an aspect, they will then appear under that aspect and not under “Only sharing with me”. See above."
      list_not_sharing_q: "Is there a list of people whom I have added to one of my aspects, but who have not added me to one of theirs?"
      list_not_sharing_a: "No, but you can see whether or not someone is sharing with you by visiting their profile page. If they are, there will be a green tick next to their diaspora* ID. If they are not, there will be a gray circle."
      see_old_posts_q: "When I add someone to an aspect, can they see older posts that I have already posted to that aspect?"
      see_old_posts_a: "No. They will only be able to see new posts to that aspect. They (and everyone else) can see your older public posts on your profile page, and they may also see them in their stream."
    tags:
      title: "Tags"
      what_are_tags_for_q: "What are tags for?"
      what_are_tags_for_a: "Tags are a way to categorize a post, usually by topic. Searching for a tag shows all posts, both public and private, with that tag that you have permission to see. This lets people who are interested in a given topic find public posts about it."
      tags_in_comments_q: "Can I put tags in comments or just in posts?"
      tags_in_comments_a: "A tag added to a comment will still appear as a link to that tag’s page, but it will not make that post (or comment) appear on that tag page. This only works for tags in posts."
      followed_tags_q: "What are “#Followed Tags” and how do I follow a tag?"
      followed_tags_a: "After searching for a tag you can click the button at the top of the tag’s page to “follow” that tag. It will then appear in your list of followed tags in the left-hand menu. Clicking one of your followed tags takes you to that tag’s page so you can see recent posts containing that tag. Click on #Followed Tags to see a stream of posts that include any one of your followed tags. Posts containing that tag will also be included in your main stream."
      people_tag_page_q: "Who are the people listed on the left-hand side of a tag page?"
      people_tag_page_a: "They are people who have listed that tag to describe themselves in their public profile."
      filter_tags_q: "How can I filter/exclude some tags from my stream?"
      filter_tags_a: "This is not yet available directly through diaspora*, but some %{third_party_tools} have been written that might provide this."
    keyboard_shortcuts:
      title: "Keyboard shortcuts"
      keyboard_shortcuts_q: "What keyboard shortcuts are available?"
      keyboard_shortcuts_a1: "In the stream view you can use the following keyboard shortcuts:"
      keyboard_shortcuts_li1: "j – Jump to the next post"
      keyboard_shortcuts_li2: "k – Jump to the previous post"
      keyboard_shortcuts_li3: "c – Comment on the current post"
      keyboard_shortcuts_li4: "l – Like the current post"
      keyboard_shortcuts_li5: "r – Reshare the current post"
      keyboard_shortcuts_li6: "m – Expand the current post"
      keyboard_shortcuts_li7: "o – Open the first link in the current post"
      keyboard_shortcuts_li8: "Ctrl+Enter – Send the message you are writing"
    miscellaneous:
      title: "Miscellaneous"
      back_to_top_q: "Is there a quick way to go back to the top of a page after I scroll down?"
      back_to_top_a: "Yes. After scrolling down a page, click on the grey arrow that appears in the bottom right-hand corner of your browser window."
      photo_albums_q: "Are there photo or video albums?"
      photo_albums_a: "No, not currently. However you can view a person’s uploaded pictures under the Photos tab of their profile page."
      subscribe_feed_q: "Can I subscribe to someone’s public posts with a feed reader?"
      subscribe_feed_a: "Yes, but this is still not a polished feature and the formatting of the results is still pretty rough. If you want to try it anyway, go to someone’s profile page and click the feed button in your browser, or you can copy the profile URL (e.g. https://podname.org/people/somenumber) and paste it into a feed reader. The resulting feed address looks like this: https://podname.org/public/username.atom – diaspora* uses Atom rather than RSS."
      diaspora_app_q: "Is there a diaspora* app for Android or iOS?"
      diaspora_app_a: "There have been several Android apps in development by community members. Some are long-abandoned projects and so do not work well with the current version of diaspora*. Don’t expect much from these apps at the moment. There is currently no app for iOS. The best way to access diaspora* from your mobile device is through a browser, because we’ve designed a mobile version of the site which should work well on all devices, although it does not yet have complete functionality."

  home:
    default:
      headline: "Welcome to %{pod_name}"
      part_of_diaspora: "Part of the %{diaspora_site_link}"
      diaspora_site_link: "diaspora* federated network"
      byline: "The online social world where you are in control"
      be_who_you_want_to_be: "Be who you want to be"
      be_who_you_want_to_be_info: "A lot of networks insist that you use your real identity. Not diaspora*. Here you can choose who you want to be, and share as much or as little about yourself as you want. It really is up to you how you want to interact with other people."
      choose_your_audience: "Choose your audience"
      choose_your_audience_info: "diaspora*’s aspects allow you to share with just those people you want to. You can be as public or as private as you like. Share a funny photo with the whole world, or a deep secret just with your closest friends. You’re in control."
      own_your_data: "Own your own data"
      own_your_data_info: "Many networks use your data to make money by analysing your interactions and using this information to advertise things to you. diaspora* doesn’t use your data for any purpose other than allowing you to connect and share with others."
    podmin:
      headline: "Welcome, friend."
      byline: "You’re about to change the Internet. Let’s get you set up, shall we?"
      configure_your_pod: "Configure your pod"
      create_an_account: "Create an account"
      make_yourself_an_admin: "Make yourself an admin"
      update_your_pod: "Update your pod"
      getting_help: "Getting help"
      contribute: "Contribute"
      configuration_info: "Open %{database_path} and %{diaspora_path} in your favourite text editor and carefully review them, they are extensively commented."
      create_an_account_info: "%{sign_up_link} for a new account."
      make_yourself_an_admin_info: "You can find instructions in the %{wiki}. This should add an “%{admin_dashboard}” link to your user menu in the header when you are logged in. It gives you stuff like user search and stats for your pod."
      update_your_pod_info: "You can find %{update_instructions}."
      update_instructions: "update instructions in the diaspora* wiki"
      getting_help_info: "We listed some %{faq} including some additional tips and tricks and solutions for the most common problems. Also feel free to %{irc}."
      faq_for_podmins: "FAQ for pod maintainers in our wiki"
      contact_irc: "contact us on IRC"
      contribute_info: "Make diaspora* even better! If you find any bugs please %{report_bugs}."
      report_bugs: "report them"

  invitation_codes:
    not_valid: "That invite code is no longer valid"
    already_logged_in: "You have been invited by %{inviter} to join this pod but you are already logged in."

  invitations:
    create:
      sent: "Invitations have been sent to: %{emails}"
      rejected: "The following email addresses had problems: %{emails}"
      no_more: "You have no more invitations."
      empty: "Please enter at least one email address."
      note_already_sent: "Invitations have already been sent to: %{emails}"
      closed: "Invitations are closed on this diaspora* pod."
    new:
      language: "Language"
      invite_someone_to_join: "Invite someone to join diaspora*!"
      comma_separated_plz: "You can enter multiple email addresses separated by commas."
      send_an_invitation: "Send an invitation"
      sending_invitation: "Sending invitation..."
      paste_link: "Share this link with your friends to invite them to diaspora*, or email them the link directly."
      codes_left:
        zero: "No invites left on this code"
        one: "One invite left on this code"
        other: "%{count} invites left on this code"

  layouts:
    header:
      profile: "Profile"
      settings: "Settings"
      logout: "Log out"
      code: "Code"
      toggle_navigation: "Toggle navigation"
    application:
      powered_by: "Powered by diaspora*"
      whats_new: "What’s new?"
      statistics_link: "Pod statistics"
      discourse: "Project discussions and support"
      switch_to_touch_optimized_mode: "Switch to touch-optimized mode"
      switch_to_standard_mode: "Switch to standard mode"
      public_feed: "Public diaspora* feed for %{name}"
      back_to_top: "Back to top"
      source_package: "Download the source code package"
      be_excellent: "Be excellent to each other! ♥"

  likes:
    create:
      error: "Failed to like."
    destroy:
      error: "Failed to unlike."

  notifications:
    started_sharing:
      zero: "%{actors} started sharing with you."
      one: "%{actors} started sharing with you."
      other: "%{actors} started sharing with you."
    private_message:
      zero: "%{actors} sent you a message."
      one: "%{actors} sent you a message."
      other: "%{actors} sent you a message."
    comment_on_post:
      zero: "%{actors} commented on your post %{post_link}."
      one: "%{actors} commented on your post %{post_link}."
      other: "%{actors} commented on your post %{post_link}."
    also_commented:
      zero: "%{actors} also commented on %{post_author}’s post %{post_link}."
      one: "%{actors} also commented on %{post_author}’s post %{post_link}."
      other: "%{actors} also commented on %{post_author}’s post %{post_link}."
    mentioned:
      one: "%{actors} has mentioned you in the post %{post_link}."
      other: "%{actors} have mentioned you in the post %{post_link}."
    mentioned_in_comment:
      one: "%{actors} has mentioned you in a <a href='%{comment_path}'>comment</a> to the post %{post_link}."
      other: "%{actors} have mentioned you in a <a href='%{comment_path}'>comment</a> to the post %{post_link}."
    liked:
      zero: "%{actors} have liked your post %{post_link}."
      one: "%{actors} has liked your post %{post_link}."
      other: "%{actors} have liked your post %{post_link}."
    reshared:
      zero: "%{actors} have reshared your post %{post_link}."
      one: "%{actors} has reshared your post %{post_link}."
      other: "%{actors} have reshared your post %{post_link}."
    contacts_birthday:
      zero: "%{actors} have their birthday on %{date}."
      one: "%{actors} has their birthday on %{date}."
      other: "%{actors} have their birthday on %{date}."
    also_commented_deleted:
      zero: "%{actors} commented on a deleted post."
      one: "%{actors} commented on a deleted post."
      other: "%{actors} commented on a deleted post."
    liked_post_deleted:
      zero: "%{actors} liked your deleted post."
      one: "%{actors} liked your deleted post."
      other: "%{actors} liked your deleted post."
    reshared_post_deleted:
      zero: "%{actors} reshared your deleted post."
      one: "%{actors} reshared your deleted post."
      other: "%{actors} reshared your deleted post."
    mentioned_deleted:
      one: "%{actors} mentioned you in a deleted post."
      other: "%{actors} mentioned you in a deleted post."
    mentioned_in_comment_deleted:
      one: "%{actors} mentioned you in a deleted comment."
      other: "%{actors} mentioned you in a deleted comment."
    index:
      notifications: "Notifications"
      mark_all_as_read: "Mark all as read"
      mark_all_shown_as_read: "Mark all shown as read"
      mark_read: "Mark read"
      mark_unread: "Mark unread"
      show_all: "Show all"
      show_unread: "Show unread"
      all_notifications: "All notifications"
      also_commented: "Also commented"
      comment_on_post: "Comment on post"
      liked: "Liked"
      mentioned: "Mentioned in post"
      mentioned_in_comment: "Mentioned in comment"
      reshared: "Reshared"
      started_sharing: "Started sharing"
      contacts_birthday: "Birthday"
      no_notifications: "You don't have any notifications yet."
      and_others:
        zero: "and nobody else"
        one: "and one more"
        other: "and %{count} others"
      and: "and"

  notifier:
    a_post_you_shared: "a post."
    a_private_message: "There’s a new private message in diaspora* for you to check out."
    a_limited_post_comment: "There’s a new comment on a limited post in diaspora* for you to check out."
    email_sent_by_diaspora: "This email was sent by %{pod_name}. If you'd like to stop getting emails like this,"
    click_here: "Click here"
    hello: "Hello %{name}!"
    thanks: "Thanks,"
    to_change_your_notification_settings: "to change your notification settings"
    single_admin:
        subject: "A message about your diaspora* account:"
        admin: "Your diaspora* administrator"
    started_sharing:
        subject: "%{name} started sharing with you on diaspora*"
        sharing: "has started sharing with you!"
        view_profile: "View %{name}’s profile"
    comment_on_post:
        limited_subject: "There's a new comment on one of your posts"
        reply: "Reply or view %{name}’s post >"
    also_commented:
        limited_subject: "There's a new comment on a post you commented"
    mentioned:
        subject: "%{name} has mentioned you on diaspora*"
        limited_post: "You were mentioned in a limited post."
    mentioned_in_comment:
        limited_post: "You were mentioned in a comment to a limited post."
        reply: "Reply to or view this conversation >"
    private_message:
        subject: "There’s a new private message for you"
        reply_to_or_view: "Reply to or view this conversation >"
    liked:
        liked: "%{name} liked your post"
        limited_post: "%{name} liked your limited post"
        view_post: "View post >"
    reshared:
        reshared: "%{name} reshared your post"
        view_post: "View post >"
    contacts_birthday:
        subject: "%{name} has their birthday today"
        birthday: "%{name} has their birthday today. Wish them 'Happy Birthday'!"
        view_profile: "View %{name}’s profile"
    confirm_email:
        subject: "Please activate your new email address %{unconfirmed_email}"
        click_link: "To activate your new email address %{unconfirmed_email}, please follow this link:"
    csrf_token_fail:
      subject: "We received an unauthorized request from your account, %{name}"
      body: |-
        Hello %{name},

        diaspora* has detected an attempt to access your session which might be unauthorised. To avoid any chance of your data being compromised, you have been signed out. Don’t worry; you can safely sign in again now.

        A request has been made using a incorrect or missing CSRF token. This might be completely innocent, but it could be a cross-site request forgery (CSRF) attack.

        This could have been caused by:

          - An add-on manipulating the request or making requests without the token;
          - A tab left open from a past session;
          - Another website making requests, with or without your permission;
          - Various other external tools;
          - Malicious code trying to access your data.

        For more information on CSRF see [%{link}](%{link}).

        If you see this message repeatedly, please check the points above, including any browser add-ons.

        Thank you,
        The diaspora* email robot!
    report_email:
        type:
          post: "post"
          comment: "comment"
        subject: "A new %{type} was marked as offensive"
        body: |-
          Hello,

          the %{type} with ID %{id} was marked as offensive.

          Reason: %{reason}

          [%{url}][1]

          Please review as soon as possible!


          Cheers,

          The diaspora* email robot!

          [1]: %{url}
    export_email:
      subject: "Your personal data is ready for download, %{name}"
      body: |-
        Hello %{name},

        Your data has been processed and is ready for download by following [this link](%{url}).

        Cheers,

        The diaspora* email robot!
    export_failure_email:
      subject: "We’re sorry, there was an issue with your data, %{name}"
      body: |-
        Hello %{name}

        We’ve encountered an issue while processing your personal data for download.
        Please try again!

        Sorry,

        The diaspora* email robot!
    export_photos_email:
      subject: "Your photos are ready for download, %{name}"
      body: |-
        Hello %{name},

        Your photos have been processed and are ready for download by following [this link](%{url}).

        Cheers,

        The diaspora* email robot!
    export_photos_failure_email:
      subject: "There was an issue with your photos, %{name}"
      body: |-
        Hello %{name}

        We’ve encountered an issue while processing your photos for download.
        Please try again!

        Sorry,

        The diaspora* email robot!
    invited_you: "%{name} invited you to diaspora*"
    invite:
      message: |-
        Hello!

        You have been invited to join diaspora* by %{user}!

        Click this link to get started

        [%{invite_url}][1]

        Or you can add %{diaspora_id} to your contacts if you already have an account.


        Love,

        The diaspora* email robot!

        P.S.: Just in case you don't know (yet) what diaspora* is, [here][2] is the answer!

        [1]: %{invite_url}
        [2]: %{diasporafoundation_url}
    remove_old_user:
      subject: "Your diaspora* account has been flagged for removal due to inactivity"
      body: |-
        Hello,

        It looks as though you no longer want your account at %{pod_url}, as you haven’t used it for %{after_days} days. To ensure our active users get the best performance from this diaspora* pod, we’d like to remove unwanted accounts from our database.

        We’d love you to stay part of diaspora*’s community, and you’re welcome to keep your account live if you want to.

        If you want to keep your account live, all you need to do is to sign in to your account before %{remove_after}. When you sign in, take a moment to have a look around diaspora*. It has changed a lot since you last looked in, and we think you’ll like the improvements we’ve made. Follow some #tags to find content you love.

        Sign in here: %{login_url}. If you’ve forgotten your sign-in details, you can ask for a reminder on that page.

        Hoping to see you again,

        The diaspora* email robot!
  api:
    openid_connect:
      authorizations:
        new:
          redirection_message: "Are you sure you want to give access to %{redirect_uri}?"
          access: "%{name} requires access to:"
          no_requirement: "%{name} requires no permissions"
          approve: "Approve"
          deny: "Deny"
          bad_request: "Missing client id or redirect URI"
          client_id_not_found: "No client with client_id %{client_id} with redirect URI %{redirect_uri} found"
        destroy:
          fail: "The attempt to revoke the authorization with ID %{id} failed"
      user_applications:
        index:
          edit_applications: "Applications"
          title: "Authorized applications"
          access: "%{name} has access to:"
          no_requirement: "%{name} requires no permissions"
        no_applications: "You have no authorized applications"
        revoke_autorization: "Revoke"
        tos: "See the application's terms of service"
        policy: "See the application's privacy policy"
      scopes:
        openid:
          name: "basic profile"
          description: "This allows the application to read your basic profile"
        sub:
          name: "sub"
          description: "This grants sub permissions to the application"
        aud:
          name: "aud"
          description: "This grants aud permissions to the application"
        name:
          name: "name"
          description: "This grants name permissions to the application"
        nickname:
          name: "nickname"
          description: "This grants nickname permissions to the application"
        profile:
          name: "extended profile"
          description: "This allows the application to read your extended profile"
        picture:
          name: "picture"
          description: "This grants picture permissions to the application"
        read:
          name: "read profile, stream and conversations"
          description: "This allows the application to read your stream, your conversations and your complete profile"
        write:
          name: "send posts, conversations and reactions"
          description: "This allows the application to send new posts, write conversations, and send reactions"
      error_page:
        title: "Oh! Something went wrong :("
        contact_developer: "You should contact the developer of the application and include the following detailed error message:"
        login_required: "You must first login before you can authorize this application"
        could_not_authorize: "The application could not be authorized"

  people:
    person:
      thats_you: "That’s you!"
    index:
      results_for: "Users matching %{search_term}"
      no_results: "Hey! You need to search for something."
      couldnt_find_them: "Couldn’t find them?"
      search_handle: "Use their diaspora* ID (username@pod.tld) to be sure to find your friends."
      send_invite: "Still nothing? Send an invite!"
      no_one_found: "...and no one was found."
      searching: "Searching, please be patient..."
      looking_for: "Looking for posts tagged %{tag_link}?"
    show:
      has_not_shared_with_you_yet: "%{name} has not shared any posts with you yet!"
      does_not_exist: "Person does not exist!"
      closed_account: "This account has been closed."
    profile_sidebar:
      bio: "Bio"
      location: "Location"
      gender: "Gender"
      born: "Birthday"
    add_contact:
      invited_by: "You were invited by"

  photos:
    create:
      runtime_error: "Photo upload failed. Are you sure that your seatbelt is fastened?"
      integrity_error: "Photo upload failed. Are you sure that was an image?"
      type_error: "Photo upload failed. Are you sure an image was added?"
    destroy:
      notice: "Photo deleted."
    new_profile_photo:
      upload: "Upload a new profile photo!"

  polls:
    votes:
      zero: "%{count} votes so far"
      one: "%{count} vote so far"
      other: "%{count} votes so far"

  posts:
    presenter:
      title: "A post from %{name}"
    show:
      location: "Posted from: %{location}"
      forbidden: "You are not allowed to do that"
      photos_by:
        zero: "No photos by %{author}"
        one: "One photo by %{author}"
        other: "%{count} photos by %{author}"
      reshare_by: "Reshare by %{author}"

  report:
    title: "Reports overview"
    post_label: "<strong>Post</strong>: %{content}"
    comment_label: "<strong>Comment</strong>: %{data}"
    reported_label: "<strong>Reported by</strong> %{person}"
    reason_label: "Reason:"
    review_link: "Mark as reviewed"
    delete_link: "Delete item"
    reported_user_details: "Details on reported user"
    confirm_deletion: "Are you sure to delete the item?"
    not_found: "The post/comment was not found. It seems that it was deleted by the user!"
    status:
      destroyed: "The post was destroyed"
      failed: "Something went wrong"
    unreviewed_reports:
      zero: "There are no unreviewed reports."
      one: "There is one unreviewed report."
      other: "There are %{count} unreviewed reports."

  profiles:
    edit:
      basic: "My basic profile"
      extended: "My extended profile"
      settings: "Profile settings"
      extended_visibility_text: "Visibility of your extended profile:"
      public: "Public"
      limited: "Limited"
      basic_hint: "Every item in your profile is optional. Your basic profile will always be publicly visible."
      extended_hint: "Click the switch to set your extended profile data visibility. Public means it is visible to the internet, limited means only people who you share with will see this information."
      your_name: "Your name"
      first_name: "First name"
      last_name: "Last name"
      your_gender: "Your gender"
      your_birthday: "Your birthday"
      your_tags: "Describe yourself in 5 words"

      your_tags_placeholder: "Like #movies #kittens #travel #teacher #newyork"

      your_bio: "Your bio"
      your_location: "Your location"
      your_photo: "Your photo"
      update_profile: "Update profile"
      allow_search: "Allow for people to search for you within diaspora*"
      nsfw_explanation: "NSFW (“not safe for work”) is diaspora*’s self-governing community standard for content which may not be suitable to view while at work. If you plan to share such material frequently, please check this option so that everything you share will be hidden from people’s streams unless they choose to view them."
      nsfw_explanation2: "If you choose not to select this option, please add the #nsfw tag each time you share such material."
      nsfw_check: "Mark everything I share as NSFW"
    update:
      updated: "Profile updated"
      failed: "Failed to update profile"

  registrations:
    new:
      enter_email: "Enter your email address"
      enter_username: "Pick a username (only letters, numbers, and underscores)"
      enter_password: "Enter a password (six character minimum)"
      enter_password_again: "Enter the same password as before"
      sign_up: "Create account"
      email: "Email"
      username: "Username"
      password: "Password"
      password_confirmation: "Password confirmation"
      submitting: "Submitting..."
      terms: "By creating an account you accept the %{terms_link}."
      terms_link: "terms of service"
    create:
      success: "You’ve joined diaspora*!"
    closed:
      closed_pod: "This pod is currently closed to new registrations. However, you can still join the diaspora* network by registering on %{wiki}. Because all pods are interconnected, you will have access to the same content there."
      another_pod: "another pod"
      find_pods: "There’s a list of pods you can sign up to at %{fediverse_observer}."
      other_questions: "If you have any other questions regarding choosing a pod, check out our %{wiki}."
    invalid_invite: "The invite link you provided is no longer valid!"

  reshares:
    create:
      error: "Failed to reshare."
    reshare:
      reshared_via: "Reshared via"
      reshare_confirmation: "Reshare %{author}’s post?"
      deleted: "Original post deleted by author."
    comment_email_subject: "%{resharer}’s reshare of %{author}’s post"
  services:
    provider:
      tumblr: "Tumblr"
      twitter: "Twitter"
      wordpress: "WordPress"
    index:
      title: "Manage connected services"
      connect: "Connect"
      disconnect: "Disconnect"
      logged_in_as: "Logged in as %{nickname}."
      no_services_available: "There are no services available on this pod."
      not_logged_in: "Currently not logged in."
      really_disconnect: "Disconnect %{service}?"
      edit_services: "Edit services"
      services_explanation: "Connecting to third-party sharing services gives you the ability to publish your posts to them as you write them in diaspora*."
      share_to: "Share to %{provider}"
    create:
      success: "Authentication successful."
      failure: "Authentication failed."
      already_authorized: "A user with diaspora id %{diaspora_id} already authorized that %{service_name} account."
      read_only_access: "Access level is read-only, please try to authorize again later"
    destroy:
      success: "Successfully deleted authentication."
    failure:
      error: "There was an error connecting to that service"

  blocks:
    create:
      success: "All right, you won’t see that user in your stream again. #silencio!"
      failure: "I couldn’t ignore that user. #evasion"
    destroy:
      success: "Let’s see what they have to say! #sayhello"
      failure: "I couldn’t stop ignoring that user. #evasion"

  shared:
    aspect_dropdown:
      mobile_row_checked: "%{name} (remove)"
      mobile_row_unchecked: "%{name} (add)"
      toggle:
        one: "In %{count} aspect"
        other: "In %{count} aspects"
    publisher:
      formatWithMarkdown: "You can use %{markdown_link} to format your post"
      posting: "Posting..."
      share: "Share"
      get_location: "Get your location"
      remove_location: "Remove location"
      whats_on_your_mind: "What’s on your mind?"
      discard_post: "Discard post"
      new_user_prefill:
        newhere: "newhere"
        hello: "Hey everyone, I’m #%{new_user_tag}. "
        i_like: "I’m interested in %{tags}. "
        invited_by: "Thanks for the invite, "
      poll:
        add_a_poll: "Add a poll"
    invitations:
      invites: "Invites"
      invite_your_friends: "Invite your friends"
      by_email: "Invite people by email"
      share_this: "Share this link via email, blog, or social networks!"
    public_explain:
      control_your_audience: "Control your audience"
      new_user_welcome_message: "Use #hashtags to classify your posts and find people who share your interests. Call out awesome people with @Mentions"
      visibility_dropdown: "Use this dropdown to change visibility of your post. (We suggest you make this first one public.)"
      title: "Set up connected services"
      share: "Share"
      outside: "Public messages will be available for others outside of diaspora* to see."
      logged_in: "Logged in to %{service}"
      manage: "Manage connected services"
      atom_feed: "Atom feed"
    stream_element:
      via: "Via %{link}"
      via_mobile: "Via mobile"
  status_messages:
    new:
      mentioning: "Mentioning: %{person}"
    too_long: "Please make your status message fewer than %{count} characters. Right now it is %{current_length} characters"
    bad_aspects: "Provided aspects IDs aren't applicable (non-existent or not owned)"

  stream_helper:
    no_more_posts: "You have reached the end of the stream."
    no_posts_yet: "There are no posts yet."

  tags:
    show:
      tagged_people:
        zero: "No one tagged with %{tag}"
        one: "1 person tagged with %{tag}"
        other: "%{count} people tagged with %{tag}"
      follow: "Follow #%{tag}"
      stop_following: "Stop following #%{tag}"
      none: "The empty tag does not exist!"
    name_too_long: "Please make your tag name fewer than %{count} characters. Right now it is %{current_length} characters"

  tag_followings:
    manage:
      title: "Manage followed tags"
      no_tags: "You aren't following any tags."

  streams:
    community_spotlight_stream: "Community spotlight"
    aspects_stream: "Aspects"
    mentioned_stream: "@Mentions"
    followed_tags_stream: "#Followed tags"

    mentions:
      title: "@Mentions"

    comment_stream:
      title: "Commented posts"

    like_stream:
      title: "Like stream"

    followed_tag:
      title: "#Followed tags"
      add_a_tag: "Add a tag"
      follow: "Follow"
      all: "All tags"

    admin:
      title: "Admin"

    tags:
      title: "Posts tagged: %{tags}"

    public:
      title: "Public activity"

    multi:
      title: "Stream"

    aspects:
      title: "My aspects"
      all: "All aspects"

    activity:
      title: "My activity"

    liked:
      title: "Liked posts"

    commented:
      title: "Commented posts"
  users:
    edit:
      edit_account: "Edit account"
      change: "Change"
      your_handle: "Your diaspora* ID"
      your_email: "Your email"
      your_email_private: "Your email will never be seen by other users"
      change_email: "Change email"
      email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Until you follow this link and activate the new address, we will continue to use your original address %{email}."
      change_password: "Change password"
      new_password: "New password"
      current_password: "Current password"
      current_password_expl: "the one you sign in with..."
      character_minimum_expl: "must be at least six characters"
      change_language: "Change language"
      change_color_theme: "Change color theme"
      close_account_text: "Close account"
      stream_preferences: "Stream preferences"
      show_community_spotlight: "Show “community spotlight” in stream"
      show_getting_started: "Show “getting started” hints"
      following: "Sharing settings"
      auto_follow_back: "Automatically share with users who start sharing with you"
      auto_follow_aspect: "Aspect for users you automatically share with:"
      default_post_visibility: "Default aspects selected for posting"
      receive_email_notifications: "Receive email notifications when:"
      started_sharing: "someone starts sharing with you"
      someone_reported: "someone sends a report"
      mentioned: "you are mentioned in a post"
      mentioned_in_comment: "you are mentioned in a comment"
      liked: "someone likes your post"
      reshared: "someone reshares your post"
      comment_on_post: "someone comments on your post"
      also_commented: "someone comments on a post you’ve commented on"
      private_message: "you receive a private message"
      birthday: "someone has their birthday"
      download_export: "Download my profile"
      request_export: "Request my profile data"
      request_export_update: "Refresh my profile data"
      export_data: "Export data"
      export_in_progress: "We are currently processing your data. Please check back in a few moments."
      last_exported_html: "(Last updated %{timeago})"
      download_export_photos: "Download my photos"
      request_export_photos: "Request my photos"
      request_export_photos_update: "Refresh my photos"
      export_photos_in_progress: "We are currently processing your photos. Please check back in a few moments."

      close_account:
        dont_go: "Hey, please don’t go!"
        make_diaspora_better: "We’d love you to stay and help us make diaspora* better instead of leaving. If you really do want to leave, however, here’s what will happen next:"
        mr_wiggles: "Mr Wiggles will be sad to see you go"
        what_we_delete: "We will delete all of your posts and profile data as soon as possible. Your comments on other people’s posts will still appear, but they will be associated with your diaspora* ID rather than your name."
        locked_out: "You will get signed out and locked out of your account until it has been deleted."
        lock_username: "Your username will be locked. You will not be able to create a new account on this pod with the same ID."
        no_turning_back: "There is no turning back! If you’re really sure, enter your password below."

      protocol_handler:
        title: "web+diaspora:// protocol handler"
        description: "web+diaspora:// is a new web protocol that we have introduced. Any link to a diaspora* page on an external website that uses this protocol can be opened in the pod on which your diaspora* account is registered. Click the button below to set your browser to use %{pod_url} to recognise external web+diaspora:// links."
        browser: "This protocol is currently in the experimental stage and the success of interactions using it will depend on your browser. If you want to manage or remove this handler, you will do this via your browser settings. The button below will always be enabled, and you need to set the handler separately in each browser you use."
        register: "Register web+diaspora:// handler on this browser"

    privacy_settings:
      title: "Privacy settings"
      strip_exif: "Strip metadata such as location, author, and camera model from uploaded images (recommended)"
      ignored_users: "Ignored users"
      stop_ignoring: "Stop ignoring"
      no_user_ignored_message: "You are not currently ignoring any other user"

    destroy:
      success: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying diaspora*."
      no_password: "Please enter your current password to close your account."
      wrong_password: "The entered password didn’t match your current password."

    getting_started:
      well_hello_there: "Well, hello there!"
      community_welcome: "diaspora*’s community is happy to have you aboard!"
      awesome_take_me_to_diaspora: "Awesome! Take me to diaspora*"
      who_are_you: "Who are you?"
      what_are_you_in_to: "What are you into?"
      hashtag_explanation: "Hashtags allow you to talk about and follow your interests. They’re also a great way to find new people on diaspora*."
      hashtag_suggestions: "Try following tags like #art, #movies, #gif, etc."

    update:
      password_changed: "Password changed. You can now log in with your new password."
      password_not_changed: "Password change failed"

      language_changed: "Language changed"
      language_not_changed: "Language change failed"

      settings_updated: "Settings updated"
      settings_not_updated: "Settings update failed"

      email_notifications_changed: "Email notifications changed"
      unconfirmed_email_changed: "Email changed. Needs activation."
      unconfirmed_email_not_changed: "Email change failed"
      follow_settings_changed: "Follow settings changed"
      follow_settings_not_changed: "Follow settings change failed."
      color_theme_changed: "Color theme successfully changed."
      color_theme_not_changed: "An error occurred while changing the color theme."
    public:
      does_not_exist: "User %{username} does not exist!"
    confirm_email:
      email_confirmed: "Email %{email} activated"
      email_not_confirmed: "Email could not be activated. Wrong link?"

  two_factor_auth:
    title: "Two-factor authentication"
    explanation: "Two-factor authentication is a powerful way to ensure you are the only one able to sign in to your account. When signing in, you will enter a 6-digit code along with your password to prove your identity. Be careful though: if you lose your phone and the recovery codes created when you activate this feature, access to your diaspora* account will be blocked forever."
    activated:
      status: "Two-factor authentication activated"
      change_label: "Deactivate two-factor authentication by entering your password"
      change_button: "Deactivate"
    deactivated:
      status: "Two-factor authentication not activated"
      change_label: "Activate two-factor authentication"
      change_button: "Activate"
    confirm:
      title: "Confirm activation"
      status: "Two-factor authentication is not fully activated yet, you need to confirm activation with a TOTP token"
      scan_title: "Scan the QR code"
      scan_explanation: "Please scan the QR code with a TOTP capable app, such as andOTP (Android), FreeOTP (iOS), SailOTP (SailfishOS)."
      manual_explanation: "In case you can’t scan the QR code automatically you can manually enter the secret in your app."
      manual_explanation_cont: "We are using time-based one-time passwords (TOTP) with six-digit tokens. In case your app prompts you for a time interval and algorithm enter 30 seconds and sha1 respectively. <br /> The spaces are just for readability, please enter the code without them."
      input_title: "Confim with TOTP token"
      input_explanation: "After scanning or entering the secret, enter the six-digit code you see and confirm the setup."
      activate_button: "Confirm and activate"
    input_token:
      label: "Two-factor token"
      placeholder: "six-digit two-factor token"
    recovery:
      title: "Recovery codes"
      reminder: "Alternatively, you can use one of the recovery codes."
      explanation: "If you ever lose access to your phone, you can use one of the recovery codes below to regain access to your account. Keep the recovery codes safe. For example, you may print them and store them with other important documents."
      explanation_short: "Recovery codes allow you to regain access to your account if you lose your phone. Note that you can use each recovery code only once."
      invalidation_notice: "If you've lost your recovery codes, you can regenerate them here. Your old recovery codes will be invalidated."
      button: "Generate new recovery codes"
    flash:
      success_activation: "Successfully activated two-factor authentication"
      success_deactivation: "Successfully deactivated two-factor authentication"
      error_token: "Token was incorrect or invalid"

  will_paginate:
    previous_label: "&laquo; previous"
    next_label: "next &raquo;"

  simple_captcha:
    placeholder: "Enter the image value"
    label: "Enter the code in the box:"
    message:
      default: "The secret code did not match with the image"
      user: "The secret image and code were different"
      failed: "Human verification failed"

  statistics:
    name: "Name"
    network: "Network"
    services: "Services"
    total_users: "Total users"
    active_users_halfyear: "Active users half year"
    active_users_monthly: "Active users monthly"
    local_posts: "Local posts"
    local_comments: "Local comments"
    version: "Version"
    registrations: "Registrations"
    enabled: "Available"
    disabled: "Not available"
    open: "Open"
    closed: "Closed"