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 'beatmapset_update_notice' => [
8 'new' => 'Απλά σε ενημερώνουμε πως υπήρξε μια νέα ενημέρωση στο beatmap ":title" από την τελευταία σου επίσκεψη.',
9 'subject' => 'Νέα ενημέρωση για το beatmap ":title"',
10 'unwatch' => '',
11 'visit' => '',
12 ],
13
14 'common' => [
15 'closing' => '',
16 'hello' => 'Γεια σου :user,',
17 'report' => '',
18 'ignore' => '',
19 ],
20
21 'donation_thanks' => [
22 'benefit_more' => '',
23 'feedback' => "",
24 'keep_free' => '',
25 'keep_running' => '',
26 'subject' => 'Ευχαριστούμε, το osu! σε <3',
27 'translation' => '',
28
29 'benefit' => [
30 'gift' => '',
31 'self' => '',
32 ],
33
34 'support' => [
35 '_' => '',
36 'first' => 'υποστήριξη',
37 'repeat' => 'συνεχή υποστήριξη',
38 ],
39 ],
40
41 'forum_new_reply' => [
42 'new' => '',
43 'subject' => '[osu!] Νέα απάντηση για το θέμα ":title"',
44 'unwatch' => '',
45 'visit' => '',
46 ],
47
48 'password_reset' => [
49 'code' => '',
50 'requested' => '',
51 'subject' => 'osu! ανάκτηση λογαριασμού',
52 ],
53
54 'store_payment_completed' => [
55 'prepare_shipping' => '',
56 'processing' => '',
57 'questions' => "",
58 'shipping' => '',
59 'subject' => 'Λάβαμε την παραγγελία σας από το osu!store!',
60 'thank_you' => '',
61 'total' => '',
62 ],
63
64 'supporter_gift' => [
65 'anonymous_gift' => '',
66 'anonymous_gift_maybe_not' => '',
67 'duration' => '',
68 'features' => '',
69 'gifted' => '',
70 'gift_message' => '',
71 'subject' => 'Σας δωρήθηκε ένα osu!supporter tag!',
72 ],
73
74 'user_email_updated' => [
75 'changed_to' => '',
76 'check' => '',
77 'sent' => '',
78 'subject' => 'επιβεβαίωση αλλαγής email του osu!',
79 ],
80
81 'user_force_reactivation' => [
82 'main' => '',
83 'perform_reset' => '',
84 'reason' => '',
85 'subject' => '',
86 ],
87
88 'user_notification_digest' => [
89 'new' => '',
90 'settings' => '',
91 'subject' => '',
92 ],
93
94 'user_password_updated' => [
95 'confirmation' => '',
96 'subject' => 'επιβεβαίωση αλλαγής κωδικού πρόσβασης του osu!',
97 ],
98
99 'user_verification' => [
100 'code' => 'Ο κωδικός επαλήθευσης σας είναι:',
101 'code_hint' => '',
102 'link' => '',
103 'report' => '',
104 'subject' => 'osu! επαλήθευση λογαριασμού',
105
106 'action_from' => [
107 '_' => '',
108 'unknown_country' => '',
109 ],
110 ],
111];