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' => 'Just letting you know that there has been a new update in beatmap ":title" since your last visit.',
9 'subject' => 'New update for beatmap ":title"',
10 'unwatch' => 'If you no longer wish to watch this beatmap, you can either click the "Unwatch" link found in the page above, or from the modding watchlist page:',
11 'visit' => 'Visit the discussion page here:',
12 ],
13
14 'common' => [
15 'closing' => 'Regards,',
16 'hello' => 'Hi :user,',
17 'report' => 'Please reply to this email IMMEDIATELY if you did not request this change.',
18 'ignore' => 'If you did not request this, you can safely ignore this email.',
19 ],
20
21 'donation_thanks' => [
22 'benefit_more' => 'More new supporter benefits will appear over time, as well!',
23 'feedback' => "If you have any questions or feedback, don't hesitate to reply to this mail; I'll get back to you as soon as possible!",
24 'keep_free' => 'It is thanks to people like you that osu! is able to keep the game and community running smoothly without any advertisements or forced payments.',
25 'keep_running' => 'Your support keeps osu! running for around :minutes! It may not seem like much, but it all adds up :).',
26 'subject' => 'Thanks, osu! <3s you',
27 'translation' => 'A community-provided translation for informational purposes follows:',
28
29 'benefit' => [
30 'gift' => 'Your giftee(s) will now have access to osu!direct and many other supporter benefits.',
31 'self' => 'You will now have access to osu!direct and many other supporter benefits for :duration.',
32 ],
33
34 'support' => [
35 '_' => 'Thanks a lot for your :support towards osu!.',
36 'first' => 'support',
37 'repeat' => 'continued support',
38 ],
39 ],
40
41 'forum_new_reply' => [
42 'new' => 'Just letting you know that there has been a new reply in ":title" since your last visit.',
43 'subject' => '[osu!] New reply for topic ":title"',
44 'unwatch' => 'If you no longer wish to watch this topic, you can either click the "Unsubscribe topic" link found at the bottom of the topic above, or from topic subscriptions management page:',
45 'visit' => 'Jump straight to the latest reply using the following link:',
46 ],
47
48 'password_reset' => [
49 'code' => 'Your verification code is:',
50 'requested' => 'Either you or someone pretending to be you has requested a password reset on your osu! account.',
51 'subject' => 'osu! account recovery',
52 ],
53
54 'store_payment_completed' => [
55 'prepare_shipping' => 'We have received your payment and are preparing your order for shipping. It may take a few days for us to send it out, depending on the quantity of orders. You can follow the progress of your order here, including tracking details where available:',
56 'processing' => 'We have received your payment and are currently processing your order. You can follow the progress of your order here:',
57 'questions' => "If you have any questions, don't hesitate to reply to this email.",
58 'shipping' => 'Shipping',
59 'subject' => 'We received your osu!store order!',
60 'thank_you' => 'Thanks for your osu!store order!',
61 'total' => 'Total',
62 ],
63
64 'supporter_gift' => [
65 'anonymous_gift' => 'The person who gifted you this tag may choose to remain anonymous, so they have not been mentioned in this notification.',
66 'anonymous_gift_maybe_not' => 'But you likely already know who it is ;).',
67 'duration' => 'Thanks to them, you have access to osu!direct and other osu!supporter benefits for the next :duration.',
68 'features' => 'You can find out more details on these features here:',
69 'gifted' => 'Someone has just gifted you an osu!supporter tag!',
70 'gift_message' => 'The person who gifted you this tag left you a message:',
71 'subject' => 'You have been gifted an osu!supporter tag!',
72 ],
73
74 'user_email_updated' => [
75 'changed_to' => 'This is a confirmation email to inform you that your osu! email address has been changed to: ":email".',
76 'check' => 'Please ensure that you received this email at your new address to prevent losing access your osu! account in the future.',
77 'sent' => 'For security reasons, this email has been sent both to your new and old email address.',
78 'subject' => 'osu! email change confirmation',
79 ],
80
81 'user_force_reactivation' => [
82 'main' => 'Your account is suspected to have been compromised, has recent suspicious activity or a VERY weak password. As a result, we require you to set a new password. Please make sure to choose a SECURE password.',
83 'perform_reset' => 'You can perform the reset from :url',
84 'reason' => 'Reason:',
85 'subject' => 'osu! Account Reactivation Required',
86 ],
87
88 'user_notification_digest' => [
89 'new' => 'Just letting you know that there have been new updates on items you are watching.',
90 'settings' => 'Change email notification preferences:',
91 'subject' => 'New osu! notifications',
92 ],
93
94 'user_password_updated' => [
95 'confirmation' => 'This is just a confirmation that your osu! password has been changed.',
96 'subject' => 'osu! password change confirmation',
97 ],
98
99 'user_verification' => [
100 'code' => 'Your verification code is:',
101 'code_hint' => 'You can enter the code with or without spaces.',
102 'link' => 'Alternatively, you can also visit this link below to finish verification:',
103 'report' => 'If you did not request this, please REPLY IMMEDIATELY as your account may be in danger.',
104 'subject' => 'osu! account verification',
105
106 'action_from' => [
107 '_' => 'An action performed on your account from :country requires verification.',
108 'unknown_country' => 'unknown country',
109 ],
110 ],
111];