1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'deleted' => 'διαγράφηκε',
8 'deleted_by' => 'διαγράφηκε :timeago από :user',
9 'deleted_by_system' => 'σύστημα',
10 'deleted_count' => ':count_delimited διαγραμμένο σχόλιο|:count_delimited διαγραμμένα σχόλια',
11 'edited' => 'επεξεργάστηκε :timeago απο :user',
12 'pinned' => 'καρφιτσωμένο',
13 'empty' => 'Κανένα σχόλιο ακόμη.',
14 'empty_other' => 'Κανένα άλλο σχόλιο ακόμα.',
15 'load_replies' => 'φόρτωση απαντήσεων',
16 'replies_count' => ':count_delimited απαντούν οι απαντήσεις:count_delimited',
17 'title' => 'Σχόλια',
18
19 'commentable_name' => [
20 'beatmapset' => 'Beatmap',
21 'build' => 'Αλλαγές',
22 'news_post' => 'Ειδήσεις',
23 '_deleted' => 'Διαγραμμένο στοιχείο',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'Πατήστε enter για να :action. Χρησιμοποιήστε shift + enter για νέα γραμμή.',
29 'edit' => 'αποθήκευση',
30 'new' => 'δημοσίευση',
31 'reply' => 'απάντηση',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => 'Συνδεθείτε για να σχολιάσετε',
37 'reply' => 'Συνδεθείτε για να απαντήσετε',
38 ],
39
40 'index' => [
41 'nav_comments' => 'σχόλια',
42 'nav_title' => 'καταχώρηση',
43 'no_comments' => 'δεν βρέθηκαν σχόλια...',
44 ],
45
46 'ogp' => [
47 'title' => '',
48 ],
49
50 'placeholder' => [
51 'edit' => 'Επεξεργαστείτε το σχόλιο εδώ',
52 'new' => 'Πληκτρολόγηση σχολίου εδώ',
53 'reply' => 'Πληκτρολόγηση απάντησης εδώ',
54 ],
55
56 'show' => [
57 'nav_title' => 'σχόλια',
58 ],
59];