fork
Configure Feed
Select the types of activity you want to include in your feed.
the browser-facing portion of osu!
fork
Configure Feed
Select the types of activity you want to include in your feed.
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 'title_compact' => 'bạn bè',
8 'too_many' => 'Đã đạt đến giới hạn bạn bè.',
9
10 'buttons' => [
11 'add' => 'thêm bạn',
12 'disabled' => 'bạn bè',
13 'remove' => 'xóa bạn',
14 ],
15];