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
|
# snac message translation file
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: snac\n"
"Last-Translator: anzu\n"
"Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n"
#: html.c:599
msgid "Sensitive content: "
msgstr "Contenuto sensibile"
#: html.c:607
msgid "Sensitive content description"
msgstr "Descrizione del contenuto sensibile"
msgid "Only for mentioned people: "
msgstr "Riservato alle persone indicate: "
#: html.c:635
msgid "Reply to (URL): "
msgstr "Rispondi a (URL): "
#: html.c:644
msgid "Don't send, but store as a draft"
msgstr "Salva come bozza senza inviare"
#: html.c:645
msgid "Draft:"
msgstr "Bozza"
#: html.c:735
msgid "Attachments..."
msgstr "Allegati..."
#: html.c:758
msgid "File:"
msgstr "File:"
#: html.c:762
msgid "Clear this field to delete the attachment"
msgstr "Pulisci ed elimina l'allegato"
#: html.c:771 html.c:796
msgid "Attachment description"
msgstr "Descrizione dell'allegato"
#: html.c:812
msgid "Poll..."
msgstr "Sondaggio..."
#: html.c:804
msgid "Poll options (one per line, up to 8):"
msgstr "Scelte per il sondaggio (una per linea, massimo 8):"
#: html.c:826
msgid "One choice"
msgstr "Una scelta"
#: html.c:829
msgid "Multiple choices"
msgstr "Scelte multiple"
#: html.c:835
msgid "End in 5 minutes"
msgstr "Termina in 5 minuti"
#: html.c:839
msgid "End in 1 hour"
msgstr "Termina in 1 ora"
#: html.c:842
msgid "End in 1 day"
msgstr "Termina in 1 giorno"
#: html.c:856
msgid "Post"
msgstr "Post"
#: html.c:958 html.c:965
msgid "Site description"
msgstr "Descrizione del sito web"
#: html.c:976
msgid "Admin email"
msgstr "Email dell'amministratore"
#: html.c:989
msgid "Admin account"
msgstr "Account amministratore"
#: html.c:1054 html.c:1410
#, c-format
msgid "%d following, %d followers"
msgstr "%d seguiti, %d seguenti"
#: html.c:1151
msgid "RSS"
msgstr "RSS"
#: html.c:1156 html.c:1195
msgid "private"
msgstr "privato"
#: html.c:1191
msgid "public"
msgstr "pubblico"
#: html.c:1199
msgid "notifications"
msgstr "notifiche"
#: html.c:1204
msgid "people"
msgstr "persone"
#: html.c:1209
msgid "instance"
msgstr "istanza"
#: html.c:1218
msgid ""
"Search posts by URL or content (regular expression), @user@host accounts, or "
"#tag"
msgstr ""
"Ricerca post per URL o contenuto (espressione regolare), @user@host "
"accounts, #tag"
#: html.c:1219
msgid "Content search"
msgstr "Ricerca contenuto"
#: html.c:1345
msgid "verified link"
msgstr "link verificato"
#: html.c:1402 html.c:3121 html.c:3134 html.c:3143 html.c:4394
msgid "Location: "
msgstr "Posizione: "
#: html.c:1448
msgid "New Post..."
msgstr "Nuovo post..."
#: html.c:1450
msgid "What's on your mind?"
msgstr "Cosa stai pensando?"
#: html.c:1459
msgid "Operations..."
msgstr "Operazioni..."
#: html.c:1474 html.c:2100 html.c:3891 html.c:4343 html.c:5607
msgid "Follow"
msgstr "Segui"
#: html.c:1476
msgid "(by URL or user@host)"
msgstr "(per URL o user@host)"
#: html.c:1491 html.c:2076 html.c:5556
msgid "Boost"
msgstr "Annuncia"
#: html.c:1493 html.c:1510 html.c:1532
msgid "(by URL)"
msgstr "(per URL)"
#: html.c:1508 html.c:2055 html.c:5547
msgid "Like"
msgstr "Mi piace"
#: html.c:1658
msgid "User Settings..."
msgstr "Impostazioni..."
#: html.c:1667
msgid "Display name:"
msgstr "Nome visualizzato:"
#: html.c:1673
msgid "Your name"
msgstr "Il tuo nome"
#: html.c:1675
msgid "Avatar: "
msgstr "Avatar: "
#: html.c:1683
msgid "Delete current avatar"
msgstr "Elimina l'avatar"
#: html.c:1685
msgid "Header image (banner): "
msgstr "Immagine intestazione (banner): "
#: html.c:1693
msgid "Delete current header image"
msgstr "Elimina l'immagine d'intestazione"
#: html.c:1695
msgid "Bio:"
msgstr "Bio:"
#: html.c:1701
msgid "Write about yourself here..."
msgstr "Descriviti qui..."
#: html.c:1710
msgid "Always show sensitive content"
msgstr "Mostra sempre i contenuti sensibili"
#: html.c:1712
msgid "Email address for notifications:"
msgstr "Indirizzo email per le notifiche:"
#: html.c:1720
msgid "Telegram notifications (bot key and chat id):"
msgstr "Notifiche Telegram (bot key e chat id):"
#: html.c:1734
msgid "ntfy notifications (ntfy server and token):"
msgstr "Notifiche ntfy (server ntfy e token)"
#: html.c:1756
msgid "Maximum days to keep posts (0: server settings):"
msgstr "Giorni di mantenimento dei post (0: impostazione server)"
#: html.c:1762
msgid "Drop direct messages from people you don't follow"
msgstr "Elimina i messaggi diretti delle persone non seguite"
#: html.c:1764
msgid "This account is a bot"
msgstr "Questo account è un bot"
#: html.c:1766
msgid "Auto-boost all mentions to this account"
msgstr "Annuncio automatico delle citazioni a quest'account"
#: html.c:1768
msgid "This account is private (posts are not shown through the web)"
msgstr "Quest'account è privato (post invisibili nel web)"
#: html.c:1771
msgid "Collapse top threads by default"
msgstr "Tieni chiuse le discussioni"
#: html.c:1773
msgid "Follow requests must be approved"
msgstr "Devi approvare le richieste dei seguenti"
#: html.c:1775
msgid "Publish follower and following metrics"
msgstr "Rendi pubblici seguenti e seguiti"
#: html.c:1778
msgid "Current location:"
msgstr "Posizione corrente:"
#: html.c:1792
msgid "Profile metadata (key=value pairs in each line):"
msgstr "Dati del profilo (coppie di chiave=valore per ogni linea):"
#: html.c:1803
msgid "Web interface language:"
msgstr "Lingua dell'interfaccia web:"
#: html.c:1822
msgid "New password:"
msgstr "Nuova password:"
#: html.c:1829
msgid "Repeat new password:"
msgstr "Reinserisci la password:"
#: html.c:1839
msgid "Update user info"
msgstr "Aggiorna dati utente"
#: html.c:1850
msgid "Followed hashtags..."
msgstr "Hashtag seguiti..."
#: html.c:1852 html.c:1885
msgid "One hashtag per line"
msgstr "Un hashtag per linea"
#: html.c:1874 html.c:1906
msgid "Update hashtags"
msgstr "Aggiorna hashtags"
#: html.c:2055
msgid "Say you like this post"
msgstr "Questo post ti piace"
#: html.c:2060 html.c:5565
msgid "Unlike"
msgstr "Non mi piace"
#: html.c:2060
msgid "Nah don't like it that much"
msgstr "No, non mi piace molto"
#: html.c:2066 html.c:5702
msgid "Unpin"
msgstr "Sgancia"
#: html.c:2066
msgid "Unpin this post from your timeline"
msgstr "Sgancia questo post dalla timeline"
#: html.c:2069 html.c:5697
msgid "Pin"
msgstr "Aggancia"
#: html.c:2069
msgid "Pin this post to the top of your timeline"
msgstr "Aggancia questo post in cima alla timeline"
#: html.c:2076
msgid "Announce this post to your followers"
msgstr "Annuncia questo post ai tuoi seguenti"
#: html.c:2081 html.c:5573
msgid "Unboost"
msgstr "Rimuovi annuncio"
#: html.c:2081
msgid "I regret I boosted this"
msgstr "Mi pento di aver annunciato questo"
#: html.c:2087 html.c:5712
msgid "Unbookmark"
msgstr "Elimina segnalibro"
#: html.c:2087
msgid "Delete this post from your bookmarks"
msgstr "Elimina questo post dai segnalibri"
#: html.c:2090 html.c:5707
msgid "Bookmark"
msgstr "Segnalibro"
#: html.c:2090
msgid "Add this post to your bookmarks"
msgstr "Aggiungi questo post ai segnalibri"
#: html.c:2096 html.c:3877 html.c:4254 html.c:4341 html.c:5620
msgid "Unfollow"
msgstr "Smetti di seguire"
#: html.c:2096 html.c:3878 html.c:4341
msgid "Stop following this user's activity"
msgstr "Smetti di seguire l'utente"
#: html.c:2100 html.c:3892 html.c:4343
msgid "Start following this user's activity"
msgstr "Sequi l'utente"
#: html.c:2106 html.c:5650
msgid "Unfollow Group"
msgstr "Smetti di seguire il gruppo"
#: html.c:2107
msgid "Stop following this group or channel"
msgstr "Smetti di seguire il gruppo o canale"
#: html.c:2111 html.c:5637
msgid "Follow Group"
msgstr "Segui grupp"
#: html.c:2112
msgid "Start following this group or channel"
msgstr "Segui il gruppo o canale"
#: html.c:2117 html.c:3914 html.c:5581
msgid "MUTE"
msgstr "Silenzia"
#: html.c:2118
msgid "Block any activity from this user forever"
msgstr "Blocca l'utente"
#: html.c:2123 html.c:3896 html.c:5667
msgid "Delete"
msgstr "Elimina"
#: html.c:2123
msgid "Delete this post"
msgstr "Elimina questo post"
#: html.c:2126 html.c:5589
msgid "Hide"
msgstr "Nascondi"
#: html.c:2126
msgid "Hide this post and its children"
msgstr "Nascondi questo post completamente"
#: html.c:2168
msgid "Edit..."
msgstr "Modifica..."
#: html.c:2206
msgid "Reply..."
msgstr "Rispondi..."
#: html.c:2280
msgid "Truncated (too deep)"
msgstr "Troncato (troppo lungo)"
#: html.c:2298
msgid "follows you"
msgstr "Ti segue"
#: html.c:2372
msgid "Pinned"
msgstr "Aggancia"
#: html.c:2380
msgid "Bookmarked"
msgstr "Segnalibro"
#: html.c:2388
msgid "Poll"
msgstr "Sondaggio"
#: html.c:2395
msgid "Voted"
msgstr "Votato"
#: html.c:2404
msgid "Event"
msgstr "Evento"
#: html.c:2436 html.c:2465
msgid "boosted"
msgstr "Annunciato"
#: html.c:2479
msgid "in reply to"
msgstr "in risposta a"
#: html.c:2535
msgid " [SENSITIVE CONTENT]"
msgstr " [CONTENUTO SENSIBILE]"
#: html.c:2907
msgid "Vote"
msgstr "Vota"
#: html.c:2917
msgid "Closed"
msgstr "Chiuso"
#: html.c:2942
msgid "Closes in"
msgstr "Chiude in"
#: html.c:3022
msgid "Video"
msgstr "Video"
#: html.c:3037
msgid "Audio"
msgstr "Audio"
#: html.c:3065
msgid "Attachment"
msgstr "Allegato"
#: html.c:3079
msgid "Alt..."
msgstr "Testo alternativo..."
#: html.c:3092
msgid "Source channel or community"
msgstr "Provenienza del canale o comunità"
#: html.c:3186
msgid "Time: "
msgstr "Orario:"
#: html.c:3267
msgid "Older..."
msgstr "Vecchi..."
#: html.c:3369
msgid "about this site"
msgstr "descrizione"
#: html.c:3371
msgid "powered by "
msgstr "gestito da "
#: html.c:3440
msgid "Dismiss"
msgstr "Congeda"
#: html.c:3457
#, c-format
msgid "Timeline for list '%s'"
msgstr "Timeline per la lista '%s'"
#: html.c:3476 html.c:4931
msgid "Pinned posts"
msgstr "Post appuntati"
#: html.c:3488 html.c:4946
msgid "Bookmarked posts"
msgstr "Post segnati"
#: html.c:3500 html.c:4961
msgid "Post drafts"
msgstr "Bozze"
#: html.c:3576
msgid "No more unseen posts"
msgstr "Nessun ulteriore post"
#: html.c:3580 html.c:3687 html.c:4053
msgid "Back to top"
msgstr "Torna in cima"
#: html.c:3640
msgid "History"
msgstr "Storico"
#: html.c:3692 html.c:4058 html.c:4448
msgid "More..."
msgstr "Ancora..."
#: html.c:3882 html.c:5603
msgid "Unlimit"
msgstr "Senza limite"
#: html.c:3883
msgid "Allow announces (boosts) from this user"
msgstr "Permetti annunci dall'utente"
#: html.c:3886 html.c:5599
msgid "Limit"
msgstr "Limite"
#: html.c:3887
msgid "Block announces (boosts) from this user"
msgstr "Blocca annunci dall'utente"
#: html.c:3896
msgid "Delete this user"
msgstr "Elimina l'utente"
#: html.c:3901 html.c:5717
msgid "Approve"
msgstr "Approva"
#: html.c:3902
msgid "Approve this follow request"
msgstr "Approva richiesta di seguirti"
#: html.c:3905 html.c:5741
msgid "Discard"
msgstr "Scarta"
#: html.c:3905
msgid "Discard this follow request"
msgstr "Scarta richiesta di seguirti"
#: html.c:3910 html.c:5585
msgid "Unmute"
msgstr "Rimuovi silenziamento"
#: html.c:3911
msgid "Stop blocking activities from this user"
msgstr "Sblocca l'utente"
#: html.c:3915
msgid "Block any activity from this user"
msgstr "Blocca l'utente completamente"
#: html.c:3923
msgid "Direct Message..."
msgstr "Messaggio diretto..."
#: html.c:3958
msgid "Pending follow confirmations"
msgstr "Conferme di seguirti in attesa"
#: html.c:3962
msgid "People you follow"
msgstr "Persone che segui"
#: html.c:3963
msgid "People that follow you"
msgstr "Persone che ti seguono"
#: html.c:4181
msgid "Clear all"
msgstr "Pulisci"
#: html.c:4248
msgid "Mention"
msgstr "Citazione"
#: html.c:4251
msgid "Finished poll"
msgstr "Sondaggio concluso"
#: html.c:4278
msgid "Follow Request"
msgstr "Richiesta di seguire"
#: html.c:4388
msgid "Context"
msgstr "Contesto"
#: html.c:4406
msgid "New"
msgstr "Nuovo"
#: html.c:4421
msgid "Already seen"
msgstr "Già visto"
#: html.c:4436
msgid "None"
msgstr "Niente"
#: html.c:4725
#, c-format
msgid "Search results for account %s"
msgstr "Risultati per account %s"
#: html.c:4732
#, c-format
msgid "Account %s not found"
msgstr "Account %s non trovato"
#: html.c:4763
#, c-format
msgid "Search results for tag %s"
msgstr "Risultati per tag %s"
#: html.c:4763
#, c-format
msgid "Nothing found for tag %s"
msgstr "Nessun risultato per il tag %S"
#: html.c:4779
#, c-format
msgid "Search results for '%s' (may be more)"
msgstr "Risultati per tag %s (ancora...)"
#: html.c:4782
#, c-format
msgid "Search results for '%s'"
msgstr "Risultati per %s"
#: html.c:4785
#, c-format
msgid "No more matches for '%s'"
msgstr "Nessuna corrispondenza per '%s'"
#: html.c:4787
#, c-format
msgid "Nothing found for '%s'"
msgstr "Non trovato per '%s'"
#: html.c:4916
msgid "Showing instance timeline"
msgstr "Mostra la timeline dell'istanza"
#: html.c:4999
#, c-format
msgid "Showing timeline for list '%s'"
msgstr "Mostra la timeline della lista '%s'"
#: httpd.c:259
#, c-format
msgid "Search results for tag #%s"
msgstr "Risultati per tag #%s"
#: httpd.c:268
msgid "Recent posts by users in this instance"
msgstr "Post recenti in questa istanza"
#: html.c:1883
msgid "Blocked hashtags..."
msgstr "Hashtag bloccati..."
#: html.c:639
msgid "Optional URL to reply to"
msgstr "URL facoltativo di risposta"
#: html.c:821
msgid ""
"Option 1...\n"
"Option 2...\n"
"Option 3...\n"
"..."
msgstr ""
"Scelta 1...\n"
"Scelta 2...\n"
"Scelta 3...\n"
"..."
#: html.c:1726
msgid "Bot API key"
msgstr "Chiave per le API del bot"
#: html.c:1732
msgid "Chat id"
msgstr "Id della chat"
#: html.c:1740
msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
msgstr "Server ntfy - URL completo (esempio: https://ntfy.sh/YourTopic)"
#: html.c:1746
msgid "ntfy token - if needed"
msgstr "Token ntfy - se richiesto"
#: html.c:3477
msgid "pinned"
msgstr "appuntati"
#: html.c:3489
msgid "bookmarks"
msgstr "segnalibri"
#: html.c:3501
msgid "drafts"
msgstr "bozze"
#: html.c:705
msgid "Scheduled post..."
msgstr ""
msgid "Post date and time:"
msgstr ""
#: html.c:3512 html.c:4976
msgid "Scheduled posts"
msgstr ""
#: html.c:3513
msgid "scheduled posts"
msgstr ""
#: html.c:699
#, c-format
msgid "Post date and time (timezone: %s):"
msgstr ""
#: html.c:1808
msgid "Time zone:"
msgstr ""
#: html.c:680
msgid "Language:"
msgstr ""
#: html.c:1748
msgid "Notify webhook:"
msgstr ""
#: html.c:1754
msgid "http://example.com/webhook"
msgstr ""
#: html.c:1813
msgid "Languages you usually post in:"
msgstr ""
#: html.c:1819
msgid "en fr es de_AT"
msgstr ""
#: html.c:493
msgid "Visibility: "
msgstr ""
msgid "Public"
msgstr ""
msgid "Unlisted"
msgstr ""
msgid "Followers-only"
msgstr ""
msgid "Direct Message"
msgstr ""
#: html.c:553 html.c:2645 html.c:2670 html.c:5523
msgid "EmojiUnreact"
msgstr ""
#: html.c:553 html.c:1530 html.c:2645 html.c:2670 html.c:5534
msgid "EmojiReact"
msgstr ""
#: html.c:2188
msgid "Emoji react..."
msgstr ""
#: html.c:2720
msgid "Emoji reactions: "
msgstr ""
#: html.c:1915
msgid "Muted words..."
msgstr ""
#: html.c:1917
msgid "One word per line, partial matches count"
msgstr ""
#: html.c:1938
msgid "Update muted words"
msgstr ""
#: html.c:2545
msgid "Muted: "
msgstr ""
#: html.c:3994
msgid "Contact's posts"
msgstr ""
#: html.c:4063
msgid "More (x 10)..."
msgstr ""
#: html.c:845
msgid "End in 3 days"
msgstr ""
#: html.c:848
msgid "End in 1 year"
msgstr ""
#: html.c:4147
msgid "Likes"
msgstr ""
#: html.c:4148
msgid "Emoji reacts"
msgstr ""
#: html.c:4149
msgid "Mentions"
msgstr ""
#: html.c:4150
msgid "Announces"
msgstr ""
#: html.c:4151
msgid "Follows"
msgstr ""
#: html.c:4152
msgid "Unfollows"
msgstr ""
#: html.c:4153
msgid "Follow requests"
msgstr ""
#: html.c:4154
msgid "Blocks"
msgstr ""
#: html.c:4155
msgid "Polls"
msgstr ""
#: html.c:4159
msgid "Save"
msgstr ""
#: html.c:4167
msgid "Notifications filter..."
msgstr ""
|