-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathsv-SE.json
More file actions
1459 lines (1459 loc) · 49.3 KB
/
sv-SE.json
File metadata and controls
1459 lines (1459 loc) · 49.3 KB
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
{
"call_to_action": {
"ok": "OK",
"add": "Lägg till",
"done": "Klar",
"cancel": "Avbryt",
"continue": "Fortsätt",
"read_more": "Läs mer",
"delete": "Radera",
"remove": "Remove",
"save": "Spara",
"yes": "Ja",
"no": "Nej",
"open_menu": {
"accessibility_label": "Menyknapp"
},
"go_back": {
"label": "Go back",
"accessibility_label": "Bakåtknapp"
},
"close": {
"accessibility_label": "Stängknapp"
},
"close_dialog": {
"accessibility_label": "Stäng dialog-knapp"
},
"external_link_confirmation": {
"title": "Open link?",
"description": "Do you want to open {{link}} in your browser?"
}
},
"date": {
"relative": {
"past": {
"years": {
"one": "1 år sedan",
"other": "{{count}} år sedan"
},
"months": {
"one": "1 månad sedan",
"other": "{{count}} månader sedan"
},
"weeks": {
"one": "1 vecka sedan",
"other": "{{count}} veckor sedan"
},
"days": {
"one": "1 dag sedan",
"other": "{{count}} dagar sedan"
},
"hours": {
"one": "1 timme sedan",
"other": "{{count}} timmar sedan"
},
"minutes": {
"one": "1 minut sedan",
"other": "{{count}} minuter sedan"
},
"now": "Nyss"
},
"future": {
"years": {
"one": "1 år från nu",
"other": "{{count}} år från nu"
},
"months": {
"one": "1 månad från nu",
"other": "{{count}} månader från nu"
},
"weeks": {
"one": "1 vecka från nu",
"other": "{{count}} veckor från nu"
},
"days": {
"one": "1 dag från nu",
"other": "{{count}} dagar från nu"
},
"hours": {
"one": "1 timme från nu",
"other": "{{count}} timmar från nu"
},
"minutes": {
"one": "1 minut från nu",
"other": "{{count}} minuter från nu"
},
"now": "Mycket snart"
}
}
},
"welcome": {
"learn_more": "Läs mer",
"overview": {
"title": "Välkommen till Manyverse!",
"description": "Socialt nätverkande online kan vara enkelt, neutralt, icke-kommersiellt och bygga på förtroende mellan vänner. Detta är vad Manyverse står för, och vi hoppas att också du kan göra dig digitalt hemmastadd här. Allt detta möjliggörs av det nya SSB-protokollet."
},
"off_the_grid": {
"title": "Off grid",
"description": {
"1_normal": "Manyverse kan använda en internetuppkoppling, men det är inte ",
"2_bold": "på",
"3_normal": " internet. Allting händer här på din enhet. Det betyder att du kan använda det som vanligt även när du är nedkopplad, offline! ",
"4_bold": "Innehållet, meddelandena, lagras först på din enhet",
"5_normal": ", och du kan synkronisera det med dina vänner när din enhet ansluts till deras."
}
},
"connections": {
"title": "Anslutning kan göras på olika sätt",
"description": {
"1_normal": "För att ansluta till dina vänners enheter och synkronisera innehåll så kan du antingen vara uppkopplad på samma ",
"2_bold": "trålöst nätverk",
"3_normal": ". För att hitta nya vänner på internet, håll utkik efter en inbjudningskod till en ",
"4_bold": "pub-server",
"5_normal": " eller en ",
"6_bold": "rum-server",
"7_normal": ", eller starta din egen server!"
}
},
"moderation": {
"title": "Gemensam moderering",
"description": {
"1_normal": "Eftersom din enhet innehåller hela ditt sociala nätverk, så kan ingen annan blockera eller ta bort konton åt dig. Bara du kan moderera ditt eget nätverk, genom att ",
"2_bold": "blockera konton",
"3_normal": " som du inte vill ha på din enhet. Dina vänner kan välja att blockera samma konton. På så vis kan moderering sprida sig naturligt!"
}
},
"permanence": {
"title": "Beständighet",
"description": {
"1_normal": "Once your content is synchronized with friends, they own a copy of it on their devices. Because they could go offline after that, it is ",
"2_bold": "inte går att radera",
"3_normal": " your content globally from all devices! While this has a bright side of making communities more careful and considerate, it can also put you at risk, so think twice before sharing."
}
},
"in_construction": {
"title": "Under byggnation!",
"description": {
"1_normal": "Manyverse är ",
"2_bold": "mjukvara av beta-kvalitet",
"3_normal": ". Vi har ännu inte kommit underfund med hur allt ska fungera, och flera delar behöver lagas. När innehåll synkroniseras kan appen verka fryst i flera minuter. Ha tålamod! Rapportera gärna om du träffar på andra buggar. Med tid och donationer kan vi tillsammans göra något bra av det här."
}
},
"setup_account": {
"title": "Är du här för första gången?",
"description": "Vill du skapa ett nytt konto, eller vill du återställa ett gammalt konto från återställningsfrasen (24 ord)?",
"call_to_action": {
"create": {
"label": "Skapa konto",
"accessibility_label": "Skapa konto-knapp"
},
"restore": {
"label": "Återställ konto",
"accessibility_label": "Återställ konto-knapp"
},
"migrate": {
"label": "Migrate from ~/.ssb",
"accessibility_label": "Migrate account from the shared SSB directory"
}
}
},
"dialogs": {
"migrate": {
"title": "Migrate your SSB account to Manyverse",
"description": "Manyverse detected an existing SSB account at the common `~/.ssb` directory. If you wish, you can migrate that account to a whole new directory that only Manyverse can access.\n\nOnce migration finishes, **you will NOT be able to use your account with other SSB apps such as Patchwork anymore**, and '.ssb' will be **deleted**, but you can still use those apps with new accounts.\n\nDo you confirm you want to migrate your account from '.ssb' to Manyverse? **This action cannot be undone.**"
},
"link_failed": {
"title": "Account not ready",
"description": "You tried to open an SSB link, but your account is not ready yet. Please complete the setup process first, and then try the link again."
}
}
},
"migrating": {
"label": "Migrating..."
},
"central": {
"app_name": "Manyverse",
"tab_headers": {
"public": "Publikt forum",
"private": "Privata meddelanden",
"activity": "Activity",
"connections": "Connected peers"
},
"tab_footers": {
"public": "Publikt",
"private": "Privat",
"activity": "Activity",
"connections": "Anslutningar"
},
"loading": "Laddar...",
"progress_indicator": {
"accessibility_label": "Progress Indicator for Indexing the Database"
},
"empty_onboarding": {
"title": "Where is everybody?",
"description": "On Manyverse, you can't search\nfor people. Someone has to invite you.",
"link_label": "Läs mer"
},
"tabs": {
"public": {
"accessibility_label": "Publikt forum-flikknapp"
},
"private": {
"accessibility_label": "Privat flikknapp"
},
"activity": {
"accessibility_label": "Activity Tab Button"
},
"connections": {
"accessibility_label": "Flikknapp för anslutningar"
}
},
"filters_row": {
"all": {
"label": "All",
"accessibility_label": "All Feeds Button"
},
"following": {
"label": "Följer",
"accessibility_label": "Following Feeds Button"
},
"hashtags": {
"label": "Hashtags",
"accessibility_label": "Following Hashtags Button"
},
"feed_settings": {
"accessibility_label": "Feed Settings Button"
}
}
},
"public": {
"floating_action_button": {
"compose": "Skriv ett publikt meddelande"
},
"empty": {
"title": "Inga meddelanden",
"description": "Skriv ett inlägg som\nsenare delas med dina vänner"
},
"empty_hashtags": {
"title": "No subscribed hashtags",
"description": "Subscribe to hashtags\nin the search field to\nsee some threads here"
},
"search": {
"accessibility_label": "Search Button"
}
},
"private": {
"floating_action_button": {
"compose": "Inled en privat konversation"
},
"empty": {
"title": "Inga konversationer",
"description": "Inled en privat konversation\nmed någon av dina vänner"
},
"conversation": {
"accessibility_label": "Gå till konversation"
}
},
"accounts": {
"reactions": {
"title": "Reaktioner"
},
"gathering_attendees": {
"title": "Attendees"
},
"recipients": {
"title": "Mottagare"
},
"in_common": {
"title": "In common",
"description": "The following list shows accounts you follow who in turn follow {{name}}."
},
"call_to_action": {
"open_account": {
"accessibility_label": "Gå till konto"
}
}
},
"activity": {
"mention": {
"label": {
"1_normal": "",
"2_bold": "{{author}}",
"3_normal": " mentioned you"
}
},
"follow": {
"label": {
"1_normal": "",
"2_bold": "{{author}}",
"3_normal": " followed you"
}
},
"connection_attempt": {
"label": {
"1_normal": "",
"2_bold": "{{author}}",
"3_normal": " wants to connect"
}
},
"empty": {
"title": "No activity",
"description": "When people mention or follow you,\nthey show up here"
}
},
"connections": {
"title": "Connections Panel",
"floating_action_button": {
"add_connection": "Add a connection",
"create_invite": "Skapa inbjudan",
"paste_invite": "Klistra in inbjudan",
"bluetooth_seek": "Bluetooth-sökning"
},
"open_connections_panel": "Open Connections Panel",
"empty": {
"offline": {
"title": "Nedkopplad",
"description": "Slå på någon uppkopplingstyp\neller läs befintligt innehåll"
},
"connecting": {
"title": "Ansluter",
"description": "Vänta medan appen\nförsöker ansluta till dina kontakter"
},
"no_peers": {
"title": "Inga anslutningar",
"description": "Prova att synkronisera med folk i närheten,\neller använd en inbjudningskod till en server"
}
},
"scenarios": {
"offline": "Nedkopplad",
"not_connected": "Not connected",
"few_connections": "Too few connections",
"many_connections": "Well connected"
},
"scenario_descriptions": {
"offline_with_content": "You cannot connect to peers at the moment, but you can enjoy some content that you already have.",
"offline_without_content": "You cannot connect to peers at the moment. Try to get some internet connectivity or turn on Wi-Fi to discover peers nearby.",
"knows_no_one": "Your Manyverse is at the moment isolated. You need to be invited by other peers to join room servers, or you can host a room server yourself.",
"nearby_strangers_available": "You are not yet connected to anyone, but there are some peers on the same Wi-Fi. Try to connect to them manually if you think they are willing to connect to you too.",
"empty_rooms": "You are a member of some rooms, but there is no one you know currently online. Try connecting manually to a stranger in the room, or get an invite code to other servers.",
"connected_poorly": "You are connected to one peer, that's good. But, to improve propagation of data, you should connect to more peers. Try waiting a bit longer, or getting an invite code to other servers.",
"connected_well": "You are connected to plenty of peers. All is good! They are propagating your data and you are propagating theirs."
},
"recommendations": {
"consume_invite": "How to get an invite",
"follow_staged_manually": "Follow someone new",
"paste_invite": "Paste invite code",
"host_ssb_room": "How to host a room server",
"others": "Other choices"
},
"recommendation_descriptions": {
"consume_invite": "This social network is based on invites, to keep it friendly and safe from spam. If you haven't yet received an invite from a friend, you can search the web for some server that gives invites to anyone.\n\nLook for the key words \"SSB room server\" or \"SSB pub server\". The hashtag #ssbroom may also be useful.",
"follow_staged_manually": {
"part1": {
"not_connected": "Your friends are not online right now, but if you want to get more content, there are some unknown peers currently online in the same room(s) as you are. You can try to become friends with them.",
"connected": "If you want to get more content beyond what you already have, you can follow more people. There are some unknown peers currently online in the same room(s) as you are. You can try to become friends with them."
},
"part2": "On the next screen, you will see unknown peers displayed like this. Press one of them and choose \"Open Profile\", then \"Follow\"."
}
},
"toasts": {
"invite_accepted": "Inbjudan godkändes",
"invite_rejected": "Inbjudan avvisades. Blev det rätt?",
"connecting_to_alias": "Connecting to {{alias}}",
"connected_to_alias": "Connected to {{alias}}",
"not_connected_to_alias": "{{alias}} is offline right now"
},
"dialogs": {
"sign_in_with_ssb": {
"client_initiated": {
"title": "Allow sign-in?",
"description": "Open {{room}}'s website to create invite links and manage members. Do you want to use Manyverse to sign in?\n\nThe room's ID is {{roomid}}"
},
"server_initiated": {
"title": "Allow sign-in?",
"description": "A web browser is requesting permission to identify you. Do you want to sign in to the server {{room}}?\n\nIts ID is {{roomid}}"
}
}
},
"peers": {
"types": {
"bluetooth": "Bluetooth",
"lan": "trådlöst Wi-Fi-nätverk",
"dht": {
"connected": "Internet-P2P"
},
"room": {
"server": "Rum-server",
"endpoint": "Närvarande i rummet",
"alone_online": "(bara du uppkopplad)",
"others_online": {
"one": "({{count}} uppkopplad)",
"other": "({{count}} uppkopplade)"
}
},
"pub": "Pub-server",
"server": "Server",
"unknown": "Okänd"
}
},
"modes": {
"generic": {
"enabled": "(AKTIVERAD)"
},
"bluetooth": {
"title": "Bluetooth",
"accessibility_label": "Bluetooth-läge",
"disabled": "(Slå på Bluetooth för att använda detta)",
"description": "Hitta kontakter i närheten och anslut till dem med Bluetooth.",
"permission_request": {
"title": "Tillåt åtkomst av din geografiska position via Bluetooth?",
"message": "Manyverse behöver använda Bluetooth för att avläsa din geografiska position (\"coarse location\"), hitta kontakter i din närhet."
}
},
"wifi": {
"title": "trålöst nätverk",
"accessibility_label": "trådlöst nätverksläge",
"disabled": "(Slå på Wi-Fi för att använda detta)",
"description": "Anslut till vänner vars enheter befinner sig på samma lokala nätverk (LAN), för mobila enheter samma trådlösa nätverk (WLAN, eller Wifi)."
},
"servers": {
"title": "Internet-servrar",
"accessibility_label": "Internet-server-baserat läge",
"disabled": "(Anslut till Internet för att använda detta)",
"description": "Anslut till en så kallad \"Pub-server\" som driftas av någon vän. En sådan innehåller den senaste datan från en mängd konton."
}
},
"menu": {
"dialog_title": "Connection",
"open_profile": {
"label": "Öppna profil",
"accessibility_label": {
"connected": "Öppna profilskärmen för den anslutna parten",
"staged": "Öppna profilskärmen för den föreslagna parten"
}
},
"connect": {
"label": "Anslut",
"accessibility_label": {
"staged_peer": "Anslut till den här föreslagna kontakten",
"staged_room": "Anslut till det här föreslagna rummet"
}
},
"follow_connect": {
"label": "Anslut och följ",
"accessibility_label": "Anslut till den här föreslagna parten och börja följa"
},
"disconnect": {
"label": "Koppla från",
"accessibility_label": {
"peer": "Koppla från den här kontakten",
"room": "Lämna detta rum"
}
},
"disconnect_forget": {
"label": "Lämna och glöm bort",
"accessibility_label": {
"peer": "Koppla ner från den här kontakten och ta bort den från vår databas",
"room": "Lämna detta rum och ta bort det från vår databas"
}
},
"forget": {
"label": "Glöm",
"accessibility_label": {
"room": "Ta bort detta rum från vår databas"
}
},
"manage_aliases": {
"label": "Manage my aliases",
"accessibility_label": "Manage my aliases in Room servers"
},
"room_sign_in": {
"label": "Sign into website",
"accessibility_label": "Open this room's website and sign into its dashboard, Button"
},
"room_share_invite": {
"label": "Dela inbjudningskod",
"accessibility_label": "Dela inbjudningskod för detta rum"
},
"invite_info": {
"label": "Om",
"accessibility_label": "Information om denna inbjudningskod"
},
"invite_note": {
"label": "Lägg till anteckning",
"accessibility_label": "Lägg till påminnelseanteckning till dig själv"
},
"invite_share": {
"label": "Dela",
"accessibility_label": "Dela inbjudningskod"
},
"invite_delete": {
"label": "Radera",
"accessibility_label": "Radera inbjudningskod"
}
},
"notes": {
"add": {
"title": "Lägg till anteckning",
"description": "Skriv en privat anteckning för dig själv om denna inbjudningskod. Till exempel: \"Den här är till Alice\""
}
},
"share_code": {
"room": {
"title": "Inbjudningskod till ett SSB-rum",
"message": "Häng med mig i SSB-rummet {{name}} genom att klistra in följande inbjudningskod i Manyverse:",
"dialog_note": "Ge den här inbjudningskoden till en vän"
}
}
},
"compose": {
"call_to_action": {
"publish_new_thread": {
"label": "Publicera",
"accessibility_label": "Publicera meddelande-knapp"
},
"reply_to_thread": {
"label": "Svara",
"accessibility_label": "Publicera svarsknapp"
},
"preview": {
"label": "Preview",
"accessibility_label": "Förhandsgranska-knapp"
},
"close": {
"accessibility_label": "Stängknapp"
},
"record_audio": {
"accessibility_label": "Record Audio Button",
"permission_request": {
"title": "Allow Manyverse to record audio?",
"message": "Manyverse needs access to your microphone so you can compose audio messages",
"neutral": "Ask me later",
"positive": "OK",
"negative": "Avbryt"
}
},
"open_camera": {
"accessibility_label": "Öppna kamera-knapp"
},
"add_picture": {
"accessibility_label": "Knapp för att lägga till bild"
}
},
"dialogs": {
"content_warning": {
"title": "Innehållsvarning",
"description": "Om ditt inlägg berör känsliga ämnen, skriv en kort notering för att förvarna andra om detta."
},
"image_caption": {
"title": "Bildtext",
"description": "Lägg en beskrivning till bilden, särskilt för synskadade."
}
},
"content_warning_initials": {
"label": "IV",
"accessibility_label": "Knapp för innehållsvarning"
},
"mention_field": {
"accessibility_label": "Fält för inmatning av konto att nämna"
},
"text_field": {
"placeholder": "Skriv ett publikt meddelande",
"accessibility_label": "Fält för inmatning av text"
},
"alert_compose_error": {
"text_length": {
"title": "Too long",
"description": "Your text exceeds the maximum size allowed in SSB messages.\n\nPlease make your text smaller or use the replies to publish it in multiple parts."
},
"attachment_size": {
"title": "Too large file",
"description": "The file you are trying to attach exceeds the 5MB limit of SSB blobs.\n\nPlease choose a smaller file."
},
"view_problem": {
"accessibility_label": "View problem"
}
}
},
"compose_audio": {
"title": "Audio message",
"call_to_action": {
"start_recording": {
"accessibility_label": "Start recording"
},
"stop_recording": {
"accessibility_label": "Stop recording"
},
"discard_recording": {
"label": "Kasta",
"accessibility_label": "Discard Recording Button"
},
"submit_recording": {
"label": "Klar",
"accessibility_label": "Submit Recording Button"
}
},
"dialogs": {
"discard": {
"title": "Audio message",
"question": "Discard draft?"
}
}
},
"backup": {
"title": "Säkerhetskopia",
"introduction": {
"title": "Ditt konto har två delar\nsom måste hållas säkra"
},
"data": {
"title": "Data",
"description": {
"1_normal": "Detta är ditt kontos allas inlägg, meddelanden, bilder, reaktioner och liknande. För att hålla detta säkert mot förslut så gör vi ",
"2_bold": "säkerhetskopiering mellan vänner",
"3_normal": ". Du behöver se till att ",
"4_bold": "synkronisera med pålitliga vänner",
"5_normal": " eller andra egna enheter. Det är ",
"6_bold": "det enda du behöver göra",
"7_normal": ". Använd bara Manyverse ofta, så håller dina vänner en säkerhetskopia på allt!"
},
"call_to_action": {
"acknowledge": {
"label": "Jag förstår",
"accessibility_label": "Bekräfta"
}
}
},
"identity": {
"title": "Identitet",
"description": {
"1_normal": "Ditt kontos \"fingeravtryck\" består av en, matematiskt sett, högst unik ",
"2_bold": "återställningsfras",
"3_normal": ". Detta är en lista av 24 stycken ord, som tillsammans låser upp ditt konto. ",
"4_bold": "Håll den hemlig",
"5_normal": ", får om någon annan får tillgång till den så kan de ta kontroll över ditt konto. ",
"6_bold": "Ta ansvar",
"7_normal": " för den, eftersom bara du kan återställa ditt konto!"
},
"call_to_action": {
"show_recovery_phrase": "Visa återställningsfras"
}
}
},
"biography": {
"picture": {
"accessibility_label": "Biografisk bild"
},
"description": {
"accessibility_label": "Biografisk beskrivning"
}
},
"conversation": {
"title": "Konversation",
"placeholder": "Skriv ett meddelande...",
"call_to_action": {
"show_recipients": {
"accessibility_label": "Visa mottagare"
}
},
"load_more": "Load more",
"notifications": {
"new_conversation": "Detta är en ny privat konversation"
}
},
"about": {
"title": "Om Manyverse",
"version": "Version {{version}}",
"copyright": "Copyright (C)",
"authors": "Manyverse författare",
"repository": "Öppna källkodsrepositoriet",
"licensed": "Licensierad med {{license}}"
},
"thanks": {
"title": "Tack så mycket!",
"description": "Utveckling av denna app stöddes av bidrag från {{sponsor1}} och {{sponsor2}}, och donationer från:\n\n**{{topBackers}}**, och [ett hundratal fler uppbackare]({{donateLink}}). Tack!"
},
"drawer": {
"menu": {
"my_profile": {
"label": "Min profil",
"accessibility_label": "Min profil-menyknapp"
},
"raw_database": {
"label": "Visa rå-databasen",
"accessibility_label": "Visa databasen i rått format"
},
"email_bug_report": {
"label": "E-posta felrapport",
"accessibility_label": "Skicka felrapport via e-post"
},
"translate": {
"label": "Help us translate",
"accessibility_label": "Open translation website"
},
"more": {
"label": "More",
"accessibility_label": "Show more Menu items"
},
"update": {
"label": "Update",
"accessibility_label": "Update app to latest version"
},
"settings": {
"label": "Inställningar",
"accessibility_label": "Gå till inställningar"
},
"ready_estimate": {
"label": "Ready:"
}
},
"dialogs": {
"update": {
"title": "Check for new versions?",
"description": "Would you like Manyverse to automatically check for new releases?\n\nThis setting is optional and will allow Manyverse to send requests to the manyver.se website periodically."
}
}
},
"invite_paste": {
"placeholder": "Klistra in en inbjudningskod",
"call_to_action": {
"accept": {
"accessibility_label": "Acceptera inbjudningskod"
}
},
"alert_unsupported_dht": {
"title": "Unsupported type",
"description": "P2P Invites are no longer supported in Manyverse."
},
"text_field": {
"accessibility_label": "Fält för inmatning av inbjudningskod"
}
},
"libraries": {
"title": "Tredjepartsbibliotek",
"description": "Manyverse använder sig av följande bibliotek och komponenter med öppen källkod. Vi vill tacka författarna till dessa bibliotek och länka till deras webbplatser för korrekt kreditering.",
"image": {
"name": "Bilden {{name}}",
"attribution": " är skapad av {{author}}, licensierad med {{license}}"
}
},
"profile": {
"call_to_action": {
"copy_uri": "Copy SSB URI",
"copy_cypherlink": "Kopiera cypher-länk",
"private_chat": "Inled en privat konversation",
"block": "Blockera",
"block_secretly": "Blockera i hemlighet",
"unblock": "Ta bort blockering",
"unblock_secretly": "Ta bort blockering in hemlighet",
"follow": "Följ",
"edit_profile": {
"label": "Redigera profil",
"accessibility_label": "Redigera profil-knapp"
},
"manage": {
"accessibility_label": "Hantera kontakt"
}
},
"dialog_ssb_id": {
"title": "SSB ID"
},
"dialog_manage_contact": {
"title": "Contact"
},
"dialog_friend_request": {
"title": "Friend request",
"description": "This account is trying to connect with you, but Manyverse prevented it because they are outside your community.\n\nIf you recognize this ID, you can press \"Follow\" to allow them to connect with you."
},
"dialog_about_storage_used": {
"title": "Storage used",
"description": {
"self": "Your content (and related indexes) is occupying {{megabytes}} of storage on your device at the moment.\n\nThis number does not include storage occupied by your blobs, such as images and audio messages.",
"others": "{{name}}'s content (and related indexes) is occupying {{megabytes}} of storage on your device at the moment.\n\nThis number does not include storage occupied by their blobs, such as images and audio messages."
}
},
"toast": {
"copied_to_clipboard": "Kopierad till urklipp"
},
"details": {
"id": {
"accessibility_label": "SSB Identifier"
},
"biography": {
"accessibility_label": "Read Biography"
},
"counters": {
"following": "Följer",
"followers": "Followers",
"friends_in_common": {
"zero": "Not followed by anyone you're following",
"just_one": "Followed by {{name1}}",
"two": "Followed by {{name1}} and {{name2}}",
"three": "Followed by {{name1}}, {{name2}} and {{name3}}",
"three_plus": "Followed by {{name1}}, {{name2}}, {{name3}} and {{others}} others"
}
}
},
"info": {
"follows_you": "Följer dig",
"blocks_you": "Blockerar dig",
"following": "Följer",
"blocking": "Blocking"
},
"picture": {
"accessibility_label": "Profilbild"
},
"name": {
"accessibility_label": "Profilnamn"
},
"empty": {
"blocked": {
"title": "Blockerad",
"description": "Du har valt att sluta\ninteragera med detta konto"
},
"no_self_messages": {
"title": "Inga meddelanden",
"description": "Skriv ett inlägg som du\nsenare kan dela med dina vänner"
},
"no_messages": {
"title": "Inga meddelanden",
"description": "Du har ännu inte någon data\nfrån detta konto"
}
},
"floating_action_button": {
"compose": "Skriv ett publikt meddelande"
}
},
"profile_edit": {
"title": "Redigera profil",
"call_to_action": {
"discard": "Kasta",
"save": {
"label": "Spara",
"accessibility_label": "Spara profil"
},
"edit_picture": {
"accessibility_label": "Knapp för att redigera profilbild"
},
"register_new_alias": {
"label": "Register new alias",
"accessibility_label": "Register New Room Server Alias"
}
},
"dialogs": {
"discard": {
"title": "Redigera profil",
"question": "Kasta bort ändringar?"
},
"remove_alias": {
"description": "This action will remove the alias \"{{alias}}\" from the room server.\n\nPeople won't be able to reach you any more using this alias."
}
},
"toasts": {
"alias_removed_success": "Alias removed",
"alias_removed_failure": "Failed to remove alias"
},
"fields": {
"name": {
"label": "Namn",
"accessibility_label": "Fält för inmatning av namn"
},
"description": {
"label": "Bio",
"accessibility_label": "Fält för inmatning av biografisk text"
},
"aliases": {
"label": "Aliases"
}
}
},
"manage_aliases": {
"title": "Manage aliases"
},
"register_alias": {
"title": "Register alias",
"empty": {
"no_servers": {
"title": "No servers",
"description": "To register an alias, you need to be a member of some SSB room server. Find one on the internet with the hashtag #ssbroom and make sure it supports aliases."
}
},
"header": {
"description": "Choose a room server where you would like to register a new alias link for yourself.\n\nAliases are web addresses that people can use to connect with you."
},
"dialogs": {
"input_alias": {
"description": "Submit your desired new alias to {{host}} as a single word in lowercase.\n\nFor example, if you want the alias \"myname.{{host}}\", write \"myname\" below."
}
},
"submitting": {
"title": "Submitting..."
},
"failure": {
"title": "It didn't work",
"alias_taken": "The alias you submitted is already taken by some user.",
"call_to_action": {
"try_again": {
"label": "Try again",
"accessibility_label": "Try Again Button"
}
}
},
"success": {
"title": "Great!",
"description": "The alias {{alias}} is now yours.",
"call_to_action": {
"go_back": {
"label": "Go back",
"accessibility_label": "Go Back Button"
}
}
}
},
"raw_db": {
"title": "Rå-databas",
"item": {
"type": {
"any": "typ: {{type}}",
"encrypted": "krypterad"
}
}
},
"raw_msg": {
"title": "Rått meddelande"
},
"recipients_input": {
"title": "Nytt meddelande",
"call_to_action": {
"proceed": {
"label": "Nästa",
"accessibility_label": "Nästa-knapp"
}
},
"fields": {
"mention_input": {
"placeholder": "Sök efter personer att lägga till",
"accessibility_label": "Fält för inmatning av konto att nämna"
}
},
"empty": {
"instructions": {
"title": "Choose members",
"description": "Type in the names\nof people to join the new chat"
},
"none_to_choose": {
"title": "Ingen",
"description": "Det finns ingen i din\ngemenskap med det namnet"
}
},
"toasts": {
"limit_reached": "Fler än {{limit}} mottagare kan inte väljas"
}
},
"search": {
"query_input": {
"placeholder": "Search public posts",
"accessibility_label": "Search Query Text Input"
},
"clear_query": {
"accessibility_label": "Reset the Search Query Text Input"
},
"empty": {
"initial": {
"title": "Search something",
"description": "Vänta medan appen\nförsöker ansluta till dina kontakter"
},
"zero_results": {
"title": "Zero results",
"description": "Nothing found for \"{{query}}\""
}
},
"hashtags": {
"matches": {
"title": {
"one": "1 match",
"other": "{{count}} matches"
}
},
"subscribe": {
"label": "Subscribe",
"accessibility_label": "Subscribe to this hashtag"
},
"unsubscribe": {
"label": "Unsubscribe",
"accessibility_label": "Unsubscribe from this hashtag"
}
}
},
"secret_input": {
"practice": {
"title": "Öva",
"header": "Upprepa den för att bekräfta att den är korrekt:"
},
"restore": {
"title": "Återställ konto"
},
"header": "Skriv noggrant in din återställningsfras",
"call_to_action": {
"confirm": {
"label": "Bekräfta",
"accessibility_label": "Knapp för att bekräfta återställningsfras"
}