-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathel-GR.json
More file actions
1459 lines (1459 loc) · 60.5 KB
/
el-GR.json
File metadata and controls
1459 lines (1459 loc) · 60.5 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": "Εντάξει",
"add": "Προσθήκη",
"done": "Ολοκληρώθηκε",
"cancel": "Ακύρωση",
"continue": "Συνέχεια",
"read_more": "Διαβάστε περισσότερα",
"delete": "Διαγραφή",
"remove": "Remove",
"save": "Αποθήκευση",
"yes": "Ναι",
"no": "Όχι",
"open_menu": {
"accessibility_label": "Κουμπί Μενού"
},
"go_back": {
"label": "Go back",
"accessibility_label": "Κουμπί Πίσω"
},
"close": {
"accessibility_label": "Κουμπί Κλείσιμο"
},
"close_dialog": {
"accessibility_label": "Κουμπί Κλείσιμο Διαλόγου"
},
"external_link_confirmation": {
"title": "Open link?",
"description": "Do you want to open {{link}} in your browser?"
}
},
"date": {
"relative": {
"past": {
"years": {
"one": "1 χρόνος πριν",
"other": "{{count}} χρόνια πριν"
},
"months": {
"one": "1 μήνας πριν",
"other": "{{count}} μήνες πριν"
},
"weeks": {
"one": "1 εβδομάδα πριν",
"other": "{{count}} εβδομάδες πριν"
},
"days": {
"one": "1 μέρα πριν",
"other": "{{count}} μέρες πριν"
},
"hours": {
"one": "1 ώρα πριν",
"other": "{{count}} ώρες πριν"
},
"minutes": {
"one": "1 λεπτό πριν",
"other": "{{count}} λεπτά πριν"
},
"now": "Τώρα"
},
"future": {
"years": {
"one": "1 χρόνος από τώρα",
"other": "{{count}} χρόνια απο τώρα"
},
"months": {
"one": "1 μήνας από τώρα",
"other": "{{count}} μήνες από τώρα"
},
"weeks": {
"one": "1 εβδομάδα από τώρα",
"other": "{{count}} εβδομάδες από τώρα"
},
"days": {
"one": "1 μέρα από τώρα",
"other": "{{count}} μέρες από τώρα"
},
"hours": {
"one": "1 ώρα από τώρα",
"other": "{{count}} ώρες από τώρα"
},
"minutes": {
"one": "1 λεπτό από τώρα",
"other": "{{count}} λεπτά από τώρα"
},
"now": "Σύντομα"
}
}
},
"welcome": {
"learn_more": "Μάθε περισσότερα",
"overview": {
"title": "Καλώς ήρθες στο Manyverse!",
"description": "Η κοινωνική δικτύωση μπορεί να είναι απλή, ουδέτερη, μη εμπορική και να βασίζεται στην εμπιστοσύνη μεταξύ φίλων. Αυτό είναι το Manyverse, και ελπίζουμε και εσείς να το κάνετε το ψηφιακό σας σπίτι. Όλα αυτά καθίστανται δυνατά από το πρωτόκολλο SSB."
},
"off_the_grid": {
"title": "Εκτός δικτύου",
"description": {
"1_normal": "Το Manyverse μπορεί να χρησιμοποιήσει τη σύνδεση στο διαδίκτυο, αλλά δεν είναι ",
"2_bold": "στο",
"3_normal": " internet. Τα πάντα συμβαίνουν στην συσκευή σας. Αυτό σημαίνει οτι μπορείτε να το χρησιμοποιήσεται ακόμα και όταν δεν έχετε ενεργή σύδνεση! Το ",
"4_bold": "περιεχόμενο αποθηκεύεται πρώτα στην συσκευή σας",
"5_normal": ", και μπορείτε να συγχρονιστείτε με τους φίλους σας μόλις συνδεθείτε.."
}
},
"connections": {
"title": "Πολλοί τρόποι σύνδεσης",
"description": {
"1_normal": "Για να συνδεθείτε με φίλους και να συγχρονίσετε περιεχόμενο, μπορείτε είτε να συνδεθείτε στο ίδιο ",
"2_bold": "Wi-Fi",
"3_normal": ". Για να βρείτε νέα άτομα στο Διαδίκτυο, αναζητήστε έναν κωδικό πρόσκλησης σε ένα ",
"4_bold": "pub διακομιστή",
"5_normal": " ή σε έναν ",
"6_bold": "room διακομιστή",
"7_normal": ", ή ξεκινήστε τον δικό σας διακομιστή!"
}
},
"moderation": {
"title": "Κοινή εποπτεία",
"description": {
"1_normal": "Επειδή η συσκευή σας διατηρεί το κοινωνικό σας δίκτυο, κανένας άλλος δεν μπορεί να αποκλείσει ή να καταργήσει τον λογαριασμό σας. Μόνο εσείς μπορείτε να μετριάσετε το χώρο σας, ",
"2_bold": "αποκλείοντας λογαριασμους",
"3_normal": " που δεν επιθυμείτε να βλέπετε στην συσκευή σας. Στη συνέχεια, οι φίλοι σας μπορούν να επιλέξουν να αποκλείσουν τους ίδιους λογαριασμούς. Έτσι η εποπτεία μπορεί να εξαπλωθεί φυσικά!"
}
},
"permanence": {
"title": "Μονιμότητα",
"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": "άδύνατον να διαγράψετε",
"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": "Υπό κατασκευή!",
"description": {
"1_normal": "Το Manyverse είναι ",
"2_bold": "λογισμικό ποιότητας beta",
"3_normal": ". Δεν έχουμε βρει λύση για τα πάντα ακόμα και ορισμένα μέρη πρέπει να διορθωθούν. Κατά τον συγχρονισμό, η εφαρμογή μπορεί να εμφανίζεται παγωμένη για αρκετά λεπτά. Έχετε υπομονή! Ενημερώστε μας για τυχόν άλλα σφάλματα που αντιμετωπίσατε και με αρκετό χρόνο και δωρεές, μπορούμε δημιουργήσουμε μία εξαιρετική εφαρμογή."
}
},
"setup_account": {
"title": "Είναι η πρώτη σας φορά;",
"description": "Θέλετε να δημιουργήσετε έναν νέο λογαριασμό ή θέλετε να επαναφέρετε τον παλιό σας λογαριασμό από μια φράση ανάκτησης 24 λέξεων;",
"call_to_action": {
"create": {
"label": "Δημιουργήστε λογαριασμό",
"accessibility_label": "Κουμπί Δημιουργίας Λογαριασμού"
},
"restore": {
"label": "Ανάκτηση λογαριασμού",
"accessibility_label": "Κουμπί Ανάκτησης Λογαριασμού"
},
"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": "Δημόσιος πίνακας",
"private": "Προσωπικά Μηνύματα",
"activity": "Activity",
"connections": "Connected peers"
},
"tab_footers": {
"public": "Δημόσιες",
"private": "Ιδιωτικές",
"activity": "Activity",
"connections": "Συνδέσεις"
},
"loading": "Φόρτωση...",
"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": "Μάθε περισσότερα"
},
"tabs": {
"public": {
"accessibility_label": "Κουμπί Δημόσια Καρτέλα"
},
"private": {
"accessibility_label": "Κουμπί Ιδιωτική Καρτέλα"
},
"activity": {
"accessibility_label": "Activity Tab Button"
},
"connections": {
"accessibility_label": "Κουμπί Συνδέσεις"
}
},
"filters_row": {
"all": {
"label": "All",
"accessibility_label": "All Feeds Button"
},
"following": {
"label": "Ακολουθείτε",
"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": "Γράψτε ένα δημόσιο μήνυμα"
},
"empty": {
"title": "Δεν βρέθηκαν μηνύματα",
"description": "Γράψτε ένα ημερολόγιο για να μοιραστείτε με τους φίλους σας αργότερα"
},
"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": "Ξεκινήστε μια ιδιωτική συνομιλία"
},
"empty": {
"title": "Δεν βρέθηκαν συνομιλίες",
"description": "Ξεκινήστε μια ιδιωτική συνομιλία \nμε οποιονδήποτε από τους φίλους σας"
},
"conversation": {
"accessibility_label": "Μετάβαση στη συνομιλία"
}
},
"accounts": {
"reactions": {
"title": "Αντιδράσεις"
},
"gathering_attendees": {
"title": "Attendees"
},
"recipients": {
"title": "Παραλήπτες"
},
"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": "Μετάβαση στο λογαριασμό"
}
}
},
"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": "Δημιουργία πρόσκλησης",
"paste_invite": "Επικόλληση πρόσκλησης",
"bluetooth_seek": "Αναζήτηση Bluetooth"
},
"open_connections_panel": "Open Connections Panel",
"empty": {
"offline": {
"title": "Εκτός σύνδεσης",
"description": "Ενεργοποιήστε κάποια λειτουργία σύνδεσης \nή απολαύστε την ανάγνωση του υπάρχοντος περιεχομένου"
},
"connecting": {
"title": "Σύνδεση",
"description": "Περιμένετε έως ότου η εφαρμογή\n συνδεθεί με τις επαφές σας"
},
"no_peers": {
"title": "Δεν υπάρχουν διαθέσιμες συνδέσεις",
"description": "Δοκιμάστε να συγχρονίσετε άτομα που βρίσκονται γύρω σας \nή χρησιμοποιήστε έναν κωδικό πρόσκλησης διακομιστή"
}
},
"scenarios": {
"offline": "Εκτός σύνδεσης",
"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": "Αποδοχή πρόσκλησης",
"invite_rejected": "Απόρριψη πρόσκλησης. Είστε σίγουροι οτι ήταν σωστή;",
"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": "Wi-Fi",
"dht": {
"connected": "Internet P2P"
},
"room": {
"server": "Διακομιστής Room",
"endpoint": "Επαφή Room",
"alone_online": "(μόνο εσείς είστε συνδεμένοι)",
"others_online": {
"one": "({{count}} συνδεμένος)",
"other": "({{count}} συνδεμένοι)"
}
},
"pub": "Pub διακομιστής",
"server": "Διακομιστής",
"unknown": "Άγνωστος"
}
},
"modes": {
"generic": {
"enabled": "(ΕΝΕΡΓΟΠΟΙΗΜΕΝΟΣ)"
},
"bluetooth": {
"title": "Bluetooth",
"accessibility_label": "Λειτουργία Bluetooth",
"disabled": "(Ενεργοποιήστε το Bluetooth για να το χρησιμοποιήσετε)",
"description": "Ανακαλύψτε τους κοντινούς χρήστες και συνδεθείτε μαζί τους χρησιμοποιώντας Bluetooth.",
"permission_request": {
"title": "Να επιτρέπεται ο εντοπισμός μέσω Bluetooth;",
"message": "Το Manyverse πρέπει να χρησιμοποιήσει το Bluetooth για να ανακαλύψει πού βρίσκεστε (\"coarse location\") και ποιοι είναι οι γύρω σας."
}
},
"wifi": {
"title": "Wi-Fi",
"accessibility_label": "Λειτουργία Wi-Fi",
"disabled": "(Ενεργοποιήστε το Wi-Fi για να το χρησιμοποιήσετε)",
"description": "Συνδεθείτε με φίλους στο ίδιο τοπικό δίκτυο, με άλλα λόγια, φίλους που χρησιμοποιούν το ίδιο Wi-Fi."
},
"servers": {
"title": "Διακομιστές Internet",
"accessibility_label": "Λειτουργία διακομιστών Internet",
"disabled": "(Συνδεθείτε στο διαδίκτυο για να το χρησιμοποιήσετε)",
"description": "Συνδεθείτε σε έναν λεγόμενο «διακομιστή Pub» που ανήκει σε κάποιον φίλο σας, ο οποίος περιέχει τα πιο πρόσφατα δεδομένα από πολλούς λογαριασμούς."
}
},
"menu": {
"dialog_title": "Connection",
"open_profile": {
"label": "Άνοιγμα προφίλ",
"accessibility_label": {
"connected": "Ανοίξτε την οθόνη προφίλ για αυτή την συνδεδεμένη επαφή",
"staged": "Ανοίξτε την οθόνη προφίλ για αυτήν την προτεινόμενη σύνδεση"
}
},
"connect": {
"label": "Σύνδεση",
"accessibility_label": {
"staged_peer": "Σύνδεση στην προτεινόμενη επαφή",
"staged_room": "Σύνδεση στο προτεινόμενο δωμάτιο"
}
},
"follow_connect": {
"label": "Συνδεθείτε και ακολουθήστε",
"accessibility_label": "Συνδεθείτε σε αυτήν την προτεινόμενη επαφή και ακολουθήστε την"
},
"disconnect": {
"label": "Αποσύνδεση",
"accessibility_label": {
"peer": "Αποσύνδεση από την επαφή",
"room": "Αποσύνδεση από το δωμάτιο"
}
},
"disconnect_forget": {
"label": "Αποσύνδεση και ξεχάστε",
"accessibility_label": {
"peer": "Αποσυνδεθείτε από αυτήν την επαφή και αφαιρέστε την από τη βάση δεδομένων",
"room": "Αποσυνδεθείτε από αυτό το δωμάτιο και αφαιρέστε το από τη βάση δεδομένων"
}
},
"forget": {
"label": "Ξεχάστε",
"accessibility_label": {
"room": "Αφαίρεση του δωματίου από την βάση δεδομένων"
}
},
"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": "Κοινή χρήση κωδικού πρόσκλησης",
"accessibility_label": "Μοιραστείτε τον κωδικό πρόσκλησης για αυτό το δωμάτιο"
},
"invite_info": {
"label": "Σχετικά με",
"accessibility_label": "Σχετικά με αυτόν τον κωδικό πρόσκλησης"
},
"invite_note": {
"label": "Προσθήκη σημείωσης",
"accessibility_label": "Προσθήκη σημείωσης υπενθύμισης στον εαυτό σας"
},
"invite_share": {
"label": "Κοινή χρήση",
"accessibility_label": "Κοινή χρήση κωδικού πρόσκλησης"
},
"invite_delete": {
"label": "Διαγραφή",
"accessibility_label": "Διαγραφή κωδικού πρόσκλησης"
}
},
"notes": {
"add": {
"title": "Προσθήκη σημείωσης",
"description": "Γράψτε μια ιδιωτική (μόνο για εσάς) σημείωση σχετικά με αυτόν τον κωδικό πρόσκλησης. Για παράδειγμα: \"Αυτό είναι για την Αλίκη\""
}
},
"share_code": {
"room": {
"title": "Πρόσκληση κωδικού σε δωμάτιο SSB",
"message": "Εγγραφείτε μαζί μου στο δωμάτιο SSB {{name}} επικολλώντας αυτόν τον κωδικό πρόσκλησης στο Manyverse:",
"dialog_note": "Δώστε αυτόν τον κωδικό πρόσκλησης σε έναν φίλο"
}
}
},
"compose": {
"call_to_action": {
"publish_new_thread": {
"label": "Δημοσίευση",
"accessibility_label": "Κουμπί δημοσίευσης μηνύματος"
},
"reply_to_thread": {
"label": "Απάντηση",
"accessibility_label": "Κουμπί δημοσίευσης απνάντησης"
},
"preview": {
"label": "Preview",
"accessibility_label": "Κουμπί προεπισκόπησης"
},
"close": {
"accessibility_label": "Κουμπί κλεισίματος"
},
"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": "Εντάξει",
"negative": "Ακύρωση"
}
},
"open_camera": {
"accessibility_label": "Κουμπί ανοίγματος κάμερας"
},
"add_picture": {
"accessibility_label": "Κουμπί προσθήκη φωτογραφίας"
}
},
"dialogs": {
"content_warning": {
"title": "Προειδοποίηση περιεχομένου",
"description": "Εάν η ανάρτησή σας περιέχει ευαίσθητα θέματα, προσθέστε μια σύντομη σημείωση για να ειδοποιήσετε αυτούς που θα την δουν."
},
"image_caption": {
"title": "Λεζάντα",
"description": "Προσθέστε την περιγραφή αυτής της εικόνας, ειδικά για άτομα με προβλήματα όρασης.."
}
},
"content_warning_initials": {
"label": "CW",
"accessibility_label": "Κουμπί προειδοποίησης περιεχομένου"
},
"mention_field": {
"accessibility_label": "Αναφορά εισαγωγής κειμένου λογαριασμού"
},
"text_field": {
"placeholder": "Γράψτε ένα δημόσιο μήνυμα",
"accessibility_label": "Σύνταξη εισαγωγής κειμένου"
},
"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": "Απόρριψη",
"accessibility_label": "Discard Recording Button"
},
"submit_recording": {
"label": "Ολοκληρώθηκε",
"accessibility_label": "Submit Recording Button"
}
},
"dialogs": {
"discard": {
"title": "Audio message",
"question": "Discard draft?"
}
}
},
"backup": {
"title": "Αντιγραφή ασφαλείας",
"introduction": {
"title": "Ο λογαριασμός σας έχει δύο\n μέρη για να διατηρείται ασφαλής"
},
"data": {
"title": "Δεδομένα",
"description": {
"1_normal": "Αυτές είναι οι αναρτήσεις, τα μηνύματα, οι φωτογραφίες, οι επισημάνσεις, τα 'μου αρέσει' και παρόμοιες δραστηριότητες του λογαριασμού σας. Για να τις διατηρήσουμε ασφαλές έναντι ξαφνικής απώλειας, χρησιμοποιούμε ",
"2_bold": "δημιουργία αντιγράφων ασφαλείας πλήθους",
"3_normal": ". Το μόνο που χρειάζεται είναι να ",
"4_bold": "συγχρονίστε με αξιόπιστους φίλους",
"5_normal": " . ή άλλες συσκευές που σας ανήκουν. ",
"6_bold": "Δεν έχετε να χάσετε τίποτα",
"7_normal": ", απλώς χρησιμοποιήστε το Manyverse συχνά και οι φίλοι θα σας υποστηρίζουν!"
},
"call_to_action": {
"acknowledge": {
"label": "Καταλαβαίνω",
"accessibility_label": "Αναγνωρίζω"
}
}
},
"identity": {
"title": "Ταυτότητα",
"description": {
"1_normal": "Το \"δακτυλικό αποτύπωμα\" του λογαριασμού σας αποτελείται από μία μοναδική ",
"2_bold": "φράση ανάκτησης",
"3_normal": ". Αυτή είναι μια ακολουθία 24 λέξεων που ξεκλειδώνει τον λογαριασμό σας. ",
"4_bold": "Κρατήστε την απόρρητη",
"5_normal": ", γιατί εάν κάποιος άλλος έχει πρόσβαση σε αυτή, μπορεί να πάρει τον έλεγχο του λογαριασμού σας. ",
"6_bold": "Αναλάβετε την ευθύνη",
"7_normal": ", καθώς εσείς και μόνο εσείς μπορείτε να ανακτήσετε τον λογαριασμό σας!"
},
"call_to_action": {
"show_recovery_phrase": "Εμφάνιση φράσης ανάκτησης"
}
}
},
"biography": {
"picture": {
"accessibility_label": "Βιογραφική εικόνα"
},
"description": {
"accessibility_label": "Βιογραφική περιγραφή"
}
},
"conversation": {
"title": "Συνομιλία",
"placeholder": "Πληκτρολογήστε ένα μήνυμα...",
"call_to_action": {
"show_recipients": {
"accessibility_label": "Εμφάνιση παραληπτών"
}
},
"load_more": "Load more",
"notifications": {
"new_conversation": "Αυτή είναι μια νέα ιδιωτική συνομιλία"
}
},
"about": {
"title": "Σχετικά με το Manyverse",
"version": "Έκδοση {{version}}",
"copyright": "Copyright (C)",
"authors": "Οι συντάκτες του Manyverse",
"repository": "Αποθετήριο ανοιχτού κώδικα",
"licensed": "Άδεια {{license}}"
},
"thanks": {
"title": "Ευχαριστούμε!",
"description": "Η ανάπτυξη αυτής της εφαρμογής υποστηρίχθηκε από επιχορηγήσεις από τους {{sponsor1}} και {{sponsor2}} και από δωρεές από:\n\n**{{topBackers}}** και [εκατό ακόμη υποστηρικτές]({{donateLink}}). Ευχαριστούμε!"
},
"drawer": {
"menu": {
"my_profile": {
"label": "Το προφίλ μου",
"accessibility_label": "Στοιχείο μενού του προφίλ μου"
},
"raw_database": {
"label": "Ακατέργαστη βάση δεδομένων",
"accessibility_label": "Εμφάνιση ακατέργαστης βάσης δεδομένων"
},
"email_bug_report": {
"label": "Αναφορά σφάλματος μέσω email",
"accessibility_label": "Αποστολή αναφοράς σφάλματος ως email"
},
"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": "Ρυθμίσεις",
"accessibility_label": "Μετάβαση στις Ρυθμίσεις"
},
"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": "Επικολλήστε έναν κωδικό πρόσκλησης",
"call_to_action": {
"accept": {
"accessibility_label": "Αποδοχή κωδικού πρόσκλησης"
}
},
"alert_unsupported_dht": {
"title": "Unsupported type",
"description": "P2P Invites are no longer supported in Manyverse."
},
"text_field": {
"accessibility_label": "Εισαγωγή κειμένου κώδικα πρόσκλησης"
}
},
"libraries": {
"title": "Third party βιβλιοθήκες",
"description": "Το Manyverse χρησιμοποιεί τις ακόλουθες βιβλιοθήκες ανοιχτού κώδικα. Θέλουμε να ευχαριστήσουμε τους συγγραφείς αυτών των βιβλιοθηκών και να συνδέσουμε με τους ιστότοπούς τους για την κατάλληλη απόδοση..",
"image": {
"name": "Εικόνα {{name}}",
"attribution": " δημιουργήθηκε από {{author}}, με άδεια {{license}}"
}
},
"profile": {
"call_to_action": {
"copy_uri": "Copy SSB URI",
"copy_cypherlink": "Αντιγραφή cypherlink",
"private_chat": "Άνοιγμα ιδιωτικής συνομιλίας",
"block": "Αποκλεισμός",
"block_secretly": "Κρυφός αποκλεισμός",
"unblock": "Άρση αποκλεισμού",
"unblock_secretly": "Κρυφύ άρση αποκλεισμού",
"follow": "Ακολουθηστε",
"edit_profile": {
"label": "Επεξεργασία προφίλ",
"accessibility_label": "Κουμπί επεξεργασίας προφίλ"
},
"manage": {
"accessibility_label": "Διαχείριση επαφής"
}
},
"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": "Αντιγράφηκε στο πρόχειρο"
},
"details": {
"id": {
"accessibility_label": "SSB Identifier"
},
"biography": {
"accessibility_label": "Read Biography"
},
"counters": {
"following": "Ακολουθείτε",
"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": "Σας ακολουθεί",
"blocks_you": "Σας έχει αποκλείσει",
"following": "Ακολουθείτε",
"blocking": "Blocking"
},
"picture": {
"accessibility_label": "Εικόνα προφίλ"
},
"name": {
"accessibility_label": "Όνομα προφίλ"
},
"empty": {
"blocked": {
"title": "Αποκλείστηκε",
"description": "Έχετε επιλέξει να σταματήσετε\n να αλληλεπιδράτε με αυτόν τον λογαριασμόc"
},
"no_self_messages": {
"title": "Δεν έχετε μηνύματα",
"description": "Γράψτε ένα ημερολόγιο που μπορείτε\n να μοιραστείτε με φίλους αργότερα"
},
"no_messages": {
"title": "Δεν έχετε μηνύματα",
"description": "Δεν έχετε ακόμη δεδομένα\n από αυτόν τον λογαριασμό"
}
},
"floating_action_button": {
"compose": "Γράψτε ένα δημόσιο μήνυμα"
}
},
"profile_edit": {
"title": "Επεξεργασία προφίλ",
"call_to_action": {
"discard": "Απόρριψη",
"save": {
"label": "Αποθήκευση",
"accessibility_label": "Αποθήκευση προφίλ"
},
"edit_picture": {
"accessibility_label": "Επεξεργασία εικόνας προφίλ"
},
"register_new_alias": {
"label": "Register new alias",
"accessibility_label": "Register New Room Server Alias"
}
},
"dialogs": {
"discard": {
"title": "Επεξεργασία προφίλ",
"question": "Απόρριψη αλλαγών;"
},
"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": "Όνομα",
"accessibility_label": "Name Text Input"
},
"description": {
"label": "Βιογραφία",
"accessibility_label": "Εισαγωγή κειμένου βιογραφίας"
},
"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": "Ακατέργαστη βάση δεδομένων",
"item": {
"type": {
"any": "τύπος: {{type}}",
"encrypted": "κρυπτογραφημένο"
}
}
},
"raw_msg": {
"title": "Ακατέργαστο μήνυμα"
},
"recipients_input": {
"title": "Νέο μήνυμα",
"call_to_action": {
"proceed": {
"label": "Επόμενο",
"accessibility_label": "Επόμενο κουμπί"
}
},
"fields": {
"mention_input": {
"placeholder": "Αναζητήστε άτομα για προσθήκη",
"accessibility_label": "Αναφορά εισαγωγής κειμένου λογαριασμού"
}
},
"empty": {
"instructions": {
"title": "Choose members",
"description": "Type in the names\nof people to join the new chat"
},
"none_to_choose": {
"title": "Κανένας",
"description": "Δεν υπάρχει κανένας\n στην κοινότητά σας με αυτό το όνομα"
}
},
"toasts": {
"limit_reached": "Δεν είναι δυνατή η επιλογή περισσότερων από {{limit}} παραληπτών"
}
},
"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": "Περιμένετε έως ότου η εφαρμογή\n συνδεθεί με τις επαφές σας"
},
"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": "Πρακτική",
"header": "Επαναλάβετε το για να επιβεβαιώσετε ότι είναι σωστό:"
},
"restore": {
"title": "Επαναφορά λογαριασμού"
},
"header": "Εισαγάγετε προσεκτικά τη φράση ανάκτησης",
"call_to_action": {
"confirm": {
"label": "Επιβεβαίωση",
"accessibility_label": "Κουμπί επιβεβαίωσης φράσης ανάκτησης"
}