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 'achievement' => '',
8 'beatmap_playcount' => '',
9 'beatmapset_approve' => '',
10 'beatmapset_delete' => '',
11 'beatmapset_revive' => '',
12 'beatmapset_update' => '',
13 'beatmapset_upload' => '',
14 'empty' => "",
15 'rank' => '',
16 'rank_lost' => '',
17 'user_support_again' => '',
18 'user_support_first' => '<strong>:user</strong> از osu! پشتیبانی کرد! - از سخاوتمندی شما متشکریم!',
19 'user_support_gift' => '',
20 'username_change' => '',
21
22 'beatmapset_status' => [
23 'approved' => '',
24 'loved' => '',
25 'qualified' => '',
26 'ranked' => '',
27 ],
28
29 'value' => [
30 'rank' => '',
31 ],
32];