-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
messages.po
9711 lines (7543 loc) · 301 KB
/
messages.po
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
msgid ""
msgstr ""
"POT-Creation-Date: 2023-12-22 01:46+0530\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: de\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-07-06 17:45+0100\n"
"Last-Translator: surfdude29\n"
"Language-Team: Translators in PR 2319, surfdude29, PythooonUser, cdfzo, imbstt\n"
"Plural-Forms: \n"
#: src/screens/Messages/components/ChatListItem.tsx:130
msgid "(contains embedded content)"
msgstr "(enthält eingebettete Inhalte)"
#: src/screens/Settings/AccountSettings.tsx:57
#: src/view/com/modals/VerifyEmail.tsx:150
msgid "(no email)"
msgstr "(keine E-Mail)"
#: src/view/com/notifications/FeedItem.tsx:232
#: src/view/com/notifications/FeedItem.tsx:327
#~ msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}"
#~ msgstr "{0, plural, one {{formattedCount} anderer} other {{formattedCount} andere}}"
#: src/lib/hooks/useTimeAgo.ts:156
msgid "{0, plural, one {# day} other {# days}}"
msgstr ""
#: src/lib/hooks/useTimeAgo.ts:146
msgid "{0, plural, one {# hour} other {# hours}}"
msgstr ""
#: src/components/moderation/LabelsOnMe.tsx:53
msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}"
msgstr "{0, plural, one {# Label wurde auf dieses Konto platziert} other {# Labels wurden auf dieses Konto platziert}}"
#: src/components/moderation/LabelsOnMe.tsx:59
msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}"
msgstr "{0, plural, one {# Label wurde auf diesen Inhalt gesetzt} other {# Labels wurden auf diesen Inhalt gesetzt}}"
#: src/lib/hooks/useTimeAgo.ts:136
msgid "{0, plural, one {# minute} other {# minutes}}"
msgstr ""
#: src/lib/hooks/useTimeAgo.ts:167
msgid "{0, plural, one {# month} other {# months}}"
msgstr ""
#: src/view/com/util/post-ctrls/RepostButton.tsx:69
msgid "{0, plural, one {# repost} other {# reposts}}"
msgstr "{0, plural, one {# Repost} other {# Reposts}}"
#: src/lib/hooks/useTimeAgo.ts:126
msgid "{0, plural, one {# second} other {# seconds}}"
msgstr ""
#: src/components/ProfileHoverCard/index.web.tsx:398
#: src/screens/Profile/Header/Metrics.tsx:22
msgid "{0, plural, one {follower} other {followers}}"
msgstr "{0, plural, one {Follower} other {Follower}}"
#: src/components/ProfileHoverCard/index.web.tsx:402
#: src/screens/Profile/Header/Metrics.tsx:26
msgid "{0, plural, one {following} other {following}}"
msgstr "{0, plural, one {Folge ich} other {Folge ich}}"
#: src/view/com/util/post-ctrls/PostCtrls.tsx:305
msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}"
msgstr "{0, plural, one {Liken (# Like)} other {Liken (# Likes)}}"
#: src/view/com/post-thread/PostThreadItem.tsx:447
msgid "{0, plural, one {like} other {likes}}"
msgstr "{0, plural, one {Like} other {Likes}}"
#: src/components/FeedCard.tsx:213
#: src/view/com/feeds/FeedSourceCard.tsx:303
msgid "{0, plural, one {Liked by # user} other {Liked by # users}}"
msgstr "{0, plural, one {Von # Konto geliked} other {Von # Konten geliked}}"
#: src/screens/Profile/Header/Metrics.tsx:58
msgid "{0, plural, one {post} other {posts}}"
msgstr "{0, plural, one {Beitrag} other {Beiträge}}"
#: src/view/com/post-thread/PostThreadItem.tsx:431
msgid "{0, plural, one {quote} other {quotes}}"
msgstr ""
#: src/view/com/util/post-ctrls/PostCtrls.tsx:261
msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}"
msgstr "{0, plural, one {Antworten (# Antwort)} other {Antworten (# Antworten)}}"
#: src/view/com/post-thread/PostThreadItem.tsx:413
msgid "{0, plural, one {repost} other {reposts}}"
msgstr "{0, plural, one {Repost} other {Reposts}}"
#: src/view/com/util/post-ctrls/PostCtrls.tsx:301
msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}"
msgstr "{0, plural, one {Like aufheben (# Like)} other {Like aufheben (# Likes)}}"
#: src/screens/Settings/Settings.tsx:414
msgid "{0}"
msgstr ""
#. Pattern: {wordValue} in tags
#: src/components/dialogs/MutedWords.tsx:475
msgid "{0} <0>in <1>tags</1></0>"
msgstr ""
#. Pattern: {wordValue} in text, tags
#: src/components/dialogs/MutedWords.tsx:465
msgid "{0} <0>in <1>text & tags</1></0>"
msgstr ""
#: src/screens/StarterPack/StarterPackLandingScreen.tsx:219
msgid "{0} joined this week"
msgstr "{0} sind diese Woche beigetreten"
#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:197
msgid "{0} of {1}"
msgstr ""
#: src/screens/StarterPack/StarterPackScreen.tsx:479
msgid "{0} people have used this starter pack!"
msgstr "{0} Personen haben dieses Startpaket bereits verwendet!"
#: src/view/shell/bottom-bar/BottomBar.tsx:203
msgid "{0} unread items"
msgstr ""
#: src/view/com/util/UserAvatar.tsx:435
msgid "{0}'s avatar"
msgstr "Der Avatar von {0}"
#: src/screens/StarterPack/Wizard/StepDetails.tsx:67
msgid "{0}'s favorite feeds and people - join me!"
msgstr "Die Lieblings-Feeds und -Leute von {0} – mach mit!"
#: src/screens/StarterPack/Wizard/StepDetails.tsx:46
msgid "{0}'s starter pack"
msgstr "Startpaket von {0}"
#. How many days have passed, displayed in a narrow form
#: src/lib/hooks/useTimeAgo.ts:158
msgid "{0}d"
msgstr ""
#. How many hours have passed, displayed in a narrow form
#: src/lib/hooks/useTimeAgo.ts:148
msgid "{0}h"
msgstr ""
#. How many minutes have passed, displayed in a narrow form
#: src/lib/hooks/useTimeAgo.ts:138
msgid "{0}m"
msgstr ""
#. How many months have passed, displayed in a narrow form
#: src/lib/hooks/useTimeAgo.ts:169
msgid "{0}mo"
msgstr ""
#. How many seconds have passed, displayed in a narrow form
#: src/lib/hooks/useTimeAgo.ts:128
msgid "{0}s"
msgstr ""
#: src/view/shell/bottom-bar/BottomBarWeb.tsx:252
msgid "{badge} unread items"
msgstr ""
#: src/components/LabelingServiceCard/index.tsx:96
msgid "{count, plural, one {Liked by # user} other {Liked by # users}}"
msgstr "{count, plural, one {Geliked von # Konto} other {Geliked von # Konten}}"
#: src/view/shell/desktop/LeftNav.tsx:223
msgid "{count} unread items"
msgstr ""
#: src/lib/hooks/useTimeAgo.ts:69
#~ msgid "{diff, plural, one {day} other {days}}"
#~ msgstr "{diff, plural, one {Tag} other {Tage}}"
#: src/lib/hooks/useTimeAgo.ts:64
#~ msgid "{diff, plural, one {hour} other {hours}}"
#~ msgstr "{diff, plural, one {Stunde} other {Stunden}}"
#: src/lib/hooks/useTimeAgo.ts:59
#~ msgid "{diff, plural, one {minute} other {minutes}}"
#~ msgstr "{diff, plural, one {Minute} other {Minuten}}"
#: src/lib/hooks/useTimeAgo.ts:75
#~ msgid "{diff, plural, one {month} other {months}}"
#~ msgstr "{diff, plural, one {Monat} other {Monate}}"
#: src/lib/hooks/useTimeAgo.ts:54
#~ msgid "{diffSeconds, plural, one {second} other {seconds}}"
#~ msgstr "{diffSeconds, plural, one {Sekunde} other {Sekunden}}"
#: src/lib/generate-starterpack.ts:108
#: src/screens/StarterPack/Wizard/index.tsx:180
msgid "{displayName}'s Starter Pack"
msgstr "Startpaket von {displayName}"
#: src/screens/SignupQueued.tsx:220
msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}"
msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}"
#: src/screens/SignupQueued.tsx:226
msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}"
#: src/view/com/notifications/FeedItem.tsx:300
msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:326
msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:222
msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:246
msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:350
msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:312
msgid "{firstAuthorLink} followed you"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:289
msgid "{firstAuthorLink} followed you back"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:338
msgid "{firstAuthorLink} liked your custom feed"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:234
msgid "{firstAuthorLink} liked your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:258
msgid "{firstAuthorLink} reposted your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:362
msgid "{firstAuthorLink} signed up with your starter pack"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:293
msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:319
msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:215
msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:239
msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:343
msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:298
msgid "{firstAuthorName} followed you"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:288
msgid "{firstAuthorName} followed you back"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:324
msgid "{firstAuthorName} liked your custom feed"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:220
msgid "{firstAuthorName} liked your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:244
msgid "{firstAuthorName} reposted your post"
msgstr ""
#: src/view/com/notifications/FeedItem.tsx:348
msgid "{firstAuthorName} signed up with your starter pack"
msgstr ""
#: src/components/ProfileHoverCard/index.web.tsx:508
#: src/screens/Profile/Header/Metrics.tsx:49
msgid "{following} following"
msgstr "{following} Folge ich"
#: src/components/dms/dialogs/SearchablePeopleList.tsx:385
msgid "{handle} can't be messaged"
msgstr "{handle} kann keine Nachricht gesendet werden"
#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:294
#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:307
#: src/view/screens/ProfileFeed.tsx:591
msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}"
msgstr "{likeCount, plural, one {Geliked von # Konto} other {Geliked von # Konten}}"
#: src/view/shell/Drawer.tsx:448
msgid "{numUnreadNotifications} unread"
msgstr "{numUnreadNotifications} ungelesen"
#: src/view/shell/bottom-bar/BottomBar.tsx:230
msgid "{numUnreadNotifications} unread items"
msgstr ""
#: src/components/NewskieDialog.tsx:116
msgid "{profileName} joined Bluesky {0} ago"
msgstr "{profileName} ist vor {0} Bluesky beigetreten"
#: src/components/NewskieDialog.tsx:111
msgid "{profileName} joined Bluesky using a starter pack {0} ago"
msgstr "{profileName} ist vor {0} Bluesky mit einem Startpaket beigetreten"
#: src/view/screens/PreferencesFollowingFeed.tsx:67
#~ msgid "{value, plural, =0 {Show all replies} one {Show replies with at least # like} other {Show replies with at least # likes}}"
#~ msgstr "{value, plural, =0 {Alle Antworten anzeigen} one {Antworten mit mindestens # Like anzeigen} other {Antworten mit mindestens # Likes anzeigen}}"
#: src/components/WhoCanReply.tsx:296
#~ msgid "<0/> members"
#~ msgstr "<0/> Mitglieder"
#: src/screens/StarterPack/Wizard/index.tsx:472
msgctxt "profiles"
msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
msgstr "<0>{0}, </0><1>{1} </1>und {2, plural, one {# weitere Person} other {# weitere Personen}} sind in deinem Startpaket enthalten"
#: src/screens/StarterPack/Wizard/index.tsx:525
msgctxt "feeds"
msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
msgstr "<0>{0}, </0><1>{1} </1>und {2, plural, one {# weiterer Feed} other {# weitere Feeds}} sind in deinem Startpaket enthalten"
#: src/view/shell/Drawer.tsx:97
msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
msgstr "<0>{0}</0> {1, plural, one {Follower} other {Follower}}"
#: src/view/shell/Drawer.tsx:108
msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
msgstr "<0>{0}</0> {1, plural, one {Folge ich} other {Folge ich}}"
#: src/screens/StarterPack/Wizard/index.tsx:513
msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack"
msgstr "<0>{0}</0> und<1> </1><2>{1} </2>sind in deinem Startpaket enthalten"
#: src/screens/StarterPack/Wizard/index.tsx:506
msgid "<0>{0}</0> is included in your starter pack"
msgstr "<0>{0}</0> ist in deinem Startpaket enthalten"
#: src/components/WhoCanReply.tsx:274
msgid "<0>{0}</0> members"
msgstr ""
#: src/components/dms/DateDivider.tsx:69
msgid "<0>{date}</0> at {time}"
msgstr ""
#: src/screens/Settings/NotificationSettings.tsx:71
msgid "<0>Experimental:</0> When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time."
msgstr ""
#: src/view/com/modals/SelfLabel.tsx:135
#~ msgid "<0>Not Applicable.</0> This warning is only available for posts with media attached."
#~ msgstr "<0>Unzutreffend.</0> Diese Warnung ist nur für Beiträge mit angehängten Medien verfügbar."
#: src/screens/StarterPack/Wizard/index.tsx:463
msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
msgstr "<0>Du</0> und<1> </1><2>{0} </2>seid in deinem Startpaket enthalten"
#: src/screens/Profile/Header/Handle.tsx:52
msgid "⚠Invalid Handle"
msgstr "⚠Ungültiger Handle"
#: src/components/dialogs/MutedWords.tsx:193
msgid "24 hours"
msgstr ""
#: src/screens/Login/LoginForm.tsx:250
msgid "2FA Confirmation"
msgstr "2FA Bestätigung"
#: src/components/dialogs/MutedWords.tsx:232
msgid "30 days"
msgstr ""
#: src/components/dialogs/MutedWords.tsx:217
msgid "7 days"
msgstr ""
#: src/tours/Tooltip.tsx:70
#~ msgid "A help tooltip"
#~ msgstr "Ein Hilfe-Tooltip"
#: src/Navigation.tsx:361
#: src/screens/Settings/AboutSettings.tsx:24
#: src/screens/Settings/Settings.tsx:207
#: src/screens/Settings/Settings.tsx:210
msgid "About"
msgstr "Über"
#: src/view/com/util/ViewHeader.tsx:89
#: src/view/screens/Search/Search.tsx:884
msgid "Access navigation links and settings"
msgstr "Zugriff auf Navigationslinks und Einstellungen"
#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56
msgid "Access profile and other navigation links"
msgstr "Zugang zum Profil und anderen Navigationslinks"
#: src/screens/Settings/AccessibilitySettings.tsx:42
#: src/screens/Settings/Settings.tsx:183
#: src/screens/Settings/Settings.tsx:186
msgid "Accessibility"
msgstr "Barrierefreiheit"
#: src/view/screens/Settings/index.tsx:455
#~ msgid "Accessibility settings"
#~ msgstr "Einstellungen für Barrierefreiheit"
#: src/Navigation.tsx:321
msgid "Accessibility Settings"
msgstr "Einstellungen für Barrierefreiheit"
#: src/Navigation.tsx:337
#: src/screens/Login/LoginForm.tsx:176
#: src/screens/Settings/AccountSettings.tsx:41
#: src/screens/Settings/Settings.tsx:145
#: src/screens/Settings/Settings.tsx:148
msgid "Account"
msgstr "Konto"
#: src/view/com/profile/ProfileMenu.tsx:132
#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:360
msgid "Account blocked"
msgstr "Konto blockiert"
#: src/view/com/profile/ProfileMenu.tsx:145
msgid "Account followed"
msgstr "Konto gefolgt"
#: src/view/com/profile/ProfileMenu.tsx:108
msgid "Account muted"
msgstr "Konto stummgeschaltet"
#: src/components/moderation/ModerationDetailsDialog.tsx:101
#: src/lib/moderation/useModerationCauseDescription.ts:96
msgid "Account Muted"
msgstr "Konto stummgeschaltet"
#: src/components/moderation/ModerationDetailsDialog.tsx:87
msgid "Account Muted by List"
msgstr "Konto stummgeschaltet gemäß Liste"
#: src/screens/Settings/Settings.tsx:420
msgid "Account options"
msgstr "Kontoeinstellungen"
#: src/screens/Settings/Settings.tsx:456
msgid "Account removed from quick access"
msgstr "Konto aus dem Schnellzugriff entfernt"
#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137
#: src/view/com/profile/ProfileMenu.tsx:122
msgid "Account unblocked"
msgstr "Konto entblockiert"
#: src/view/com/profile/ProfileMenu.tsx:157
msgid "Account unfollowed"
msgstr "Konto entfolgt"
#: src/view/com/profile/ProfileMenu.tsx:98
msgid "Account unmuted"
msgstr "Stummschaltung für Konto aufgehoben"
#: src/components/dialogs/MutedWords.tsx:328
#: src/view/com/modals/ListAddRemoveUsers.tsx:269
#: src/view/com/modals/UserAddRemoveLists.tsx:235
#: src/view/screens/ProfileList.tsx:940
msgid "Add"
msgstr "Hinzufügen"
#: src/screens/StarterPack/Wizard/index.tsx:574
msgid "Add {0} more to continue"
msgstr "Füge {0} weitere hinzu, um fortzufahren"
#: src/components/StarterPack/Wizard/WizardListCard.tsx:58
msgid "Add {displayName} to starter pack"
msgstr "Füge {displayName} zum Startpaket hinzu"
#: src/view/com/composer/labels/LabelsBtn.tsx:107
#: src/view/com/composer/labels/LabelsBtn.tsx:112
msgid "Add a content warning"
msgstr "Inhaltswarnung hinzufügen"
#: src/view/screens/ProfileList.tsx:930
msgid "Add a user to this list"
msgstr "Einen Benutzer zu dieser Liste hinzufügen"
#: src/components/dialogs/SwitchAccount.tsx:55
#: src/screens/Deactivated.tsx:198
msgid "Add account"
msgstr "Konto hinzufügen"
#: src/view/com/composer/GifAltText.tsx:76
#: src/view/com/composer/GifAltText.tsx:144
#: src/view/com/composer/GifAltText.tsx:207
#: src/view/com/composer/photos/Gallery.tsx:169
#: src/view/com/composer/photos/Gallery.tsx:216
#: src/view/com/composer/photos/ImageAltTextDialog.tsx:88
#: src/view/com/composer/photos/ImageAltTextDialog.tsx:93
msgid "Add alt text"
msgstr "Alt-Text hinzufügen"
#: src/view/com/composer/videos/SubtitleDialog.tsx:107
msgid "Add alt text (optional)"
msgstr ""
#: src/screens/Settings/Settings.tsx:364
#: src/screens/Settings/Settings.tsx:367
msgid "Add another account"
msgstr "Anderen Account hinzufügen"
#: src/view/com/composer/Composer.tsx:721
msgid "Add another post"
msgstr ""
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:102
msgid "Add app password"
msgstr ""
#: src/screens/Settings/AppPasswords.tsx:67
#: src/screens/Settings/AppPasswords.tsx:75
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:111
msgid "Add App Password"
msgstr "App-Passwort hinzufügen"
#: src/components/dialogs/MutedWords.tsx:321
msgid "Add mute word for configured settings"
msgstr "Stummgeschaltetes Wort für konfigurierte Einstellungen hinzufügen"
#: src/components/dialogs/MutedWords.tsx:112
msgid "Add muted words and tags"
msgstr "Stummgeschaltete Wörter und Tags hinzufügen"
#: src/view/com/composer/Composer.tsx:1235
msgid "Add new post"
msgstr ""
#: src/screens/Home/NoFeedsPinned.tsx:99
msgid "Add recommended feeds"
msgstr "Empfohlene Feeds hinzufügen"
#: src/screens/StarterPack/Wizard/index.tsx:494
msgid "Add some feeds to your starter pack!"
msgstr "Füge deinem Startpaket einige Feeds hinzu!"
#: src/screens/Feeds/NoFollowingFeed.tsx:41
msgid "Add the default feed of only people you follow"
msgstr "Füge den Standard-Feed nur von Personen, denen du folgst, hinzu"
#: src/screens/Settings/components/ChangeHandleDialog.tsx:386
msgid "Add the following DNS record to your domain:"
msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:"
#: src/components/FeedCard.tsx:296
msgid "Add this feed to your feeds"
msgstr "Füge diesen Feed zu deinen Feeds hinzu"
#: src/view/com/profile/ProfileMenu.tsx:243
#: src/view/com/profile/ProfileMenu.tsx:246
msgid "Add to Lists"
msgstr "Zu Listen hinzufügen"
#: src/view/com/feeds/FeedSourceCard.tsx:269
msgid "Add to my feeds"
msgstr "Zu meinen Feeds hinzufügen"
#: src/view/com/modals/ListAddRemoveUsers.tsx:192
#: src/view/com/modals/UserAddRemoveLists.tsx:162
msgid "Added to list"
msgstr "Zur Liste hinzugefügt"
#: src/view/com/feeds/FeedSourceCard.tsx:125
msgid "Added to my feeds"
msgstr "Zu meinen Feeds hinzugefügt"
#: src/view/screens/PreferencesFollowingFeed.tsx:171
#~ msgid "Adjust the number of likes a reply must have to be shown in your feed."
#~ msgstr "Passe die Anzahl der Likes an, die eine Antwort haben muss, um in deinem Feed angezeigt zu werden."
#: src/view/com/composer/labels/LabelsBtn.tsx:160
msgid "Adult"
msgstr ""
#: src/components/moderation/ContentHider.tsx:113
#: src/lib/moderation/useGlobalLabelStrings.ts:34
#: src/lib/moderation/useModerationCauseDescription.ts:144
#: src/view/com/composer/labels/LabelsBtn.tsx:128
msgid "Adult Content"
msgstr "Inhalt für Erwachsene"
#: src/screens/Moderation/index.tsx:360
msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>."
msgstr "Inhalte für Erwachsene können nur über das Web unter <0>bsky.app</0> aktiviert werden."
#: src/components/moderation/LabelPreference.tsx:242
msgid "Adult content is disabled."
msgstr "Inhalte für Erwachsene sind deaktiviert."
#: src/view/com/composer/labels/LabelsBtn.tsx:139
#: src/view/com/composer/labels/LabelsBtn.tsx:197
msgid "Adult Content labels"
msgstr ""
#: src/screens/Moderation/index.tsx:404
msgid "Advanced"
msgstr "Erweitert"
#: src/state/shell/progress-guide.tsx:171
msgid "Algorithm training complete!"
msgstr "Das Trainieren des Algorithmus ist abgeschlossen!"
#: src/screens/StarterPack/StarterPackScreen.tsx:381
msgid "All accounts have been followed!"
msgstr "Allen Konten wurden gefolgt!"
#: src/view/screens/Feeds.tsx:735
msgid "All the feeds you've saved, right in one place."
msgstr "All deine gespeicherten Feeds an einem Ort."
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:146
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:153
msgid "Allow access to your direct messages"
msgstr "Erlaube den Zugriff auf deine Direktnachrichten"
#: src/screens/Messages/Settings.tsx:64
#: src/screens/Messages/Settings.tsx:67
msgid "Allow new messages from"
msgstr "Erlaube neue Nachrichten von"
#: src/components/dialogs/PostInteractionSettingsDialog.tsx:359
msgid "Allow replies from:"
msgstr ""
#: src/screens/Settings/AppPasswords.tsx:192
msgid "Allows access to direct messages"
msgstr ""
#: src/screens/Login/ForgotPasswordForm.tsx:171
#: src/view/com/modals/ChangePassword.tsx:171
msgid "Already have a code?"
msgstr "Hast du bereits einen Code?"
#: src/screens/Login/ChooseAccountForm.tsx:43
msgid "Already signed in as @{0}"
msgstr "Bereits angemeldet als @{0}"
#: src/view/com/composer/GifAltText.tsx:100
#: src/view/com/composer/photos/Gallery.tsx:187
#: src/view/com/util/post-embeds/GifEmbed.tsx:186
msgid "ALT"
msgstr "ALT"
#: src/screens/Settings/AccessibilitySettings.tsx:48
#: src/view/com/composer/GifAltText.tsx:154
#: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
#: src/view/com/composer/videos/SubtitleDialog.tsx:56
#: src/view/com/composer/videos/SubtitleDialog.tsx:102
#: src/view/com/composer/videos/SubtitleDialog.tsx:106
msgid "Alt text"
msgstr "Alt-Text"
#: src/view/com/util/post-embeds/GifEmbed.tsx:191
msgid "Alt Text"
msgstr "Alt-Text"
#: src/view/com/composer/photos/Gallery.tsx:255
msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone."
msgstr "Alt-Text beschreibt Bilder für blinde und sehbehinderte Benutzer und hilft, den Kontext für alle zu vermitteln."
#: src/view/com/composer/GifAltText.tsx:179
#: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
msgid "Alt text will be truncated. Limit: {0} characters."
msgstr ""
#: src/screens/Settings/components/DisableEmail2FADialog.tsx:93
#: src/view/com/modals/VerifyEmail.tsx:132
msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below."
msgstr "Eine E-Mail wurde an {0} gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst."
#: src/view/com/modals/ChangeEmail.tsx:114
msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below."
msgstr "Eine E-Mail wurde an deine vorherige Adresse, {0}, gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst."
#: src/components/dialogs/VerifyEmailDialog.tsx:91
msgid "An email has been sent! Please enter the confirmation code included in the email below."
msgstr ""
#: src/components/dialogs/GifSelect.tsx:265
msgid "An error has occurred"
msgstr ""
#: src/components/dialogs/GifSelect.tsx:252
#~ msgid "An error occured"
#~ msgstr "Ein Fehler ist aufgetreten"
#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:420
msgid "An error occurred"
msgstr ""
#: src/view/com/composer/state/video.ts:398
msgid "An error occurred while compressing the video."
msgstr ""
#: src/components/StarterPack/ProfileStarterPacks.tsx:333
msgid "An error occurred while generating your starter pack. Want to try again?"
msgstr "Beim Generieren deines Startpakets ist ein Fehler aufgetreten. Möchtest du es erneut versuchen?"
#: src/view/com/util/post-embeds/VideoEmbed.tsx:133
msgid "An error occurred while loading the video. Please try again later."
msgstr ""
#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:176
msgid "An error occurred while loading the video. Please try again."
msgstr ""
#: src/components/dialogs/nuxs/TenMillion/index.tsx:250
#~ msgid "An error occurred while saving the image!"
#~ msgstr ""
#: src/components/StarterPack/QrCodeDialog.tsx:71
#: src/components/StarterPack/ShareDialog.tsx:79
msgid "An error occurred while saving the QR code!"
msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!"
#: src/view/com/composer/videos/SelectVideoBtn.tsx:81
msgid "An error occurred while selecting the video"
msgstr ""
#: src/screens/StarterPack/StarterPackScreen.tsx:347
#: src/screens/StarterPack/StarterPackScreen.tsx:369
msgid "An error occurred while trying to follow all"
msgstr "Beim Versuch, allen zu folgen, ist ein Fehler aufgetreten."
#: src/view/com/composer/state/video.ts:435
msgid "An error occurred while uploading the video."
msgstr ""
#: src/lib/moderation/useReportOptions.ts:28
msgid "An issue not included in these options"
msgstr "Ein Problem, das hier nicht aufgelistet ist"
#: src/components/dms/dialogs/NewChatDialog.tsx:41
msgid "An issue occurred starting the chat"
msgstr ""
#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47
msgid "An issue occurred while trying to open the chat"
msgstr ""
#: src/components/hooks/useFollowMethods.ts:35
#: src/components/hooks/useFollowMethods.ts:50
#: src/components/ProfileCard.tsx:326
#: src/components/ProfileCard.tsx:346
#: src/view/com/profile/FollowButton.tsx:35
#: src/view/com/profile/FollowButton.tsx:45
msgid "An issue occurred, please try again."
msgstr "Ein Problem ist aufgetreten, bitte versuche es erneut."
#: src/screens/Onboarding/StepInterests/index.tsx:185
msgid "an unknown error occurred"
msgstr "Ein unbekannter Fehler ist aufgetreten"
#: src/components/moderation/ModerationDetailsDialog.tsx:157
#: src/components/moderation/ModerationDetailsDialog.tsx:153
msgid "an unknown labeler"
msgstr ""
#: src/components/WhoCanReply.tsx:295
msgid "and"
msgstr "und"
#: src/screens/Onboarding/index.tsx:29
#: src/screens/Onboarding/state.ts:81
msgid "Animals"
msgstr "Tiere"
#: src/view/com/util/post-embeds/GifEmbed.tsx:149
msgid "Animated GIF"
msgstr "Animiertes GIF"
#: src/lib/moderation/useReportOptions.ts:33
msgid "Anti-Social Behavior"
msgstr "Asoziales Verhalten"
#: src/view/screens/Search/Search.tsx:347
#: src/view/screens/Search/Search.tsx:348
msgid "Any language"
msgstr ""
#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48
msgid "Anybody can interact"
msgstr "Jeder kann interagieren"
#: src/screens/Settings/LanguageSettings.tsx:72
msgid "App Language"
msgstr "App-Sprache"
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:122
msgid "App Password"
msgstr ""
#: src/screens/Settings/AppPasswords.tsx:139
msgid "App password deleted"
msgstr "App-Passwort gelöscht"
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:84
msgid "App password name must be unique"
msgstr ""
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:62
msgid "App password names can only contain letters, numbers, spaces, dashes, and underscores"
msgstr ""
#: src/view/com/modals/AddAppPasswords.tsx:138
#~ msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores."
#~ msgstr "App-Passwortnamen dürfen nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche enthalten."
#: src/screens/Settings/components/AddAppPasswordDialog.tsx:80
msgid "App password names must be at least 4 characters long"
msgstr ""
#: src/view/com/modals/AddAppPasswords.tsx:103
#~ msgid "App Password names must be at least 4 characters long."
#~ msgstr "App-Passwortnamen müssen mindestens 4 Zeichen lang sein."
#: src/view/screens/Settings/index.tsx:664
#~ msgid "App password settings"
#~ msgstr "App-Passwort-Einstellungen"
#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:55
#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:58
msgid "App passwords"
msgstr ""
#: src/Navigation.tsx:289
#: src/screens/Settings/AppPasswords.tsx:47
msgid "App Passwords"
msgstr "App-Passwörter"
#: src/components/moderation/LabelsOnMeDialog.tsx:148
#: src/components/moderation/LabelsOnMeDialog.tsx:151
msgid "Appeal"
msgstr "Anfechten"
#: src/components/moderation/LabelsOnMeDialog.tsx:243
msgid "Appeal \"{0}\" label"
msgstr "Kennzeichnung „{0}” anfechten"
#: src/components/moderation/LabelsOnMeDialog.tsx:233
#: src/screens/Messages/components/ChatDisabled.tsx:91
msgid "Appeal submitted"
msgstr "Anfechtung gesendet"
#: src/screens/Messages/components/ChatDisabled.tsx:51
#: src/screens/Messages/components/ChatDisabled.tsx:53
#: src/screens/Messages/components/ChatDisabled.tsx:99
#: src/screens/Messages/components/ChatDisabled.tsx:101
msgid "Appeal this decision"
msgstr "Einspruch gegen diese Entscheidung"
#: src/Navigation.tsx:329
#: src/screens/Settings/AppearanceSettings.tsx:76
#: src/screens/Settings/Settings.tsx:175
#: src/screens/Settings/Settings.tsx:178
msgid "Appearance"
msgstr "Erscheinungsbild"
#: src/view/screens/Settings/index.tsx:476
#~ msgid "Appearance settings"
#~ msgstr ""
#: src/Navigation.tsx:325
#~ msgid "Appearance Settings"
#~ msgstr ""
#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47
#: src/screens/Home/NoFeedsPinned.tsx:93
msgid "Apply default recommended feeds"
msgstr "Standardmäßig empfohlene Feeds anwenden"
#: src/view/com/post-thread/PostThreadItem.tsx:835
msgid "Archived from {0}"
msgstr ""
#: src/view/com/post-thread/PostThreadItem.tsx:804
#: src/view/com/post-thread/PostThreadItem.tsx:843
msgid "Archived post"
msgstr ""
#: src/screens/Settings/AppPasswords.tsx:201
msgid "Are you sure you want to delete the app password \"{0}\"?"
msgstr ""
#: src/view/screens/AppPasswords.tsx:283
#~ msgid "Are you sure you want to delete the app password \"{name}\"?"
#~ msgstr "Bist du sicher, dass du das App-Passwort „{name}” löschen möchtest?"
#: src/components/dms/MessageMenu.tsx:149
msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant."
msgstr "Möchtest du diese Nachricht wirklich löschen? Die Nachricht wird für dich gelöscht, nicht jedoch für den anderen Teilnehmer."
#: src/screens/StarterPack/StarterPackScreen.tsx:633
msgid "Are you sure you want to delete this starter pack?"
msgstr "Möchtest du dieses Startpaket wirklich löschen?"
#: src/screens/Profile/Header/EditProfileDialog.tsx:82
msgid "Are you sure you want to discard your changes?"
msgstr ""
#: src/components/dms/LeaveConvoPrompt.tsx:47
msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant."
msgstr "Möchtest du diese Konversation wirklich verlassen? Deine Nachrichten werden für dich gelöscht, nicht jedoch für den anderen Teilnehmer."
#: src/view/com/feeds/FeedSourceCard.tsx:316
msgid "Are you sure you want to remove {0} from your feeds?"
msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?"
#: src/components/FeedCard.tsx:313
msgid "Are you sure you want to remove this from your feeds?"
msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?"
#: src/view/com/composer/Composer.tsx:672
msgid "Are you sure you'd like to discard this draft?"
msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?"
#: src/view/com/composer/Composer.tsx:846
msgid "Are you sure you'd like to discard this post?"
msgstr ""
#: src/components/dialogs/MutedWords.tsx:433
msgid "Are you sure?"
msgstr "Bist du sicher?"
#: src/view/com/composer/select-language/SuggestedLanguage.tsx:61
msgid "Are you writing in <0>{0}</0>?"
msgstr "Schreibst du auf <0>{0}</0>?"
#: src/screens/Onboarding/index.tsx:23
#: src/screens/Onboarding/state.ts:82
msgid "Art"
msgstr "Kunst"
#: src/view/com/composer/labels/LabelsBtn.tsx:172
msgid "Artistic or non-erotic nudity."
msgstr "Künstlerische oder nicht-erotische Nacktheit."
#: src/screens/Signup/StepHandle.tsx:173
msgid "At least 3 characters"
msgstr "Mindestens 3 Zeichen"
#: src/screens/Settings/AccessibilitySettings.tsx:97
msgid "Autoplay options have moved to the <0>Content and Media settings</0>."
msgstr ""
#: src/screens/Settings/ContentAndMediaSettings.tsx:88
#: src/screens/Settings/ContentAndMediaSettings.tsx:94
msgid "Autoplay videos and GIFs"
msgstr ""
#: src/components/dms/MessagesListHeader.tsx:75
#: src/components/moderation/LabelsOnMeDialog.tsx:290
#: src/components/moderation/LabelsOnMeDialog.tsx:291
#: src/screens/Login/ChooseAccountForm.tsx:90
#: src/screens/Login/ChooseAccountForm.tsx:95
#: src/screens/Login/ForgotPasswordForm.tsx:123
#: src/screens/Login/ForgotPasswordForm.tsx:129
#: src/screens/Login/LoginForm.tsx:282
#: src/screens/Login/LoginForm.tsx:288
#: src/screens/Login/SetNewPasswordForm.tsx:154