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' => '',
9 'subject' => '',
10 'unwatch' => '',
11 'visit' => '',
12 ],
13
14 'common' => [
15 'closing' => '',
16 'hello' => '',
17 'report' => '',
18 'ignore' => '',
19 ],
20
21 'donation_thanks' => [
22 'benefit_more' => '',
23 'feedback' => "",
24 'keep_free' => '',
25 'keep_running' => '',
26 'subject' => '',
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' => '',
44 'unwatch' => '',
45 'visit' => '',
46 ],
47
48 'password_reset' => [
49 'code' => '',
50 'requested' => '',
51 'subject' => '',
52 ],
53
54 'store_payment_completed' => [
55 'prepare_shipping' => '',
56 'processing' => '',
57 'questions' => "",
58 'shipping' => '',
59 'subject' => '',
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' => '',
72 ],
73
74 'user_email_updated' => [
75 'changed_to' => '',
76 'check' => '',
77 'sent' => '',
78 'subject' => '',
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' => '',
97 ],
98
99 'user_verification' => [
100 'code' => '',
101 'code_hint' => '',
102 'link' => '',
103 'report' => '',
104 'subject' => '',
105
106 'action_from' => [
107 '_' => '',
108 'unknown_country' => '',
109 ],
110 ],
111];