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 'completed' => [
8 'home' => '前往主页',
9 'logout' => '退出登录',
10 'text' => '你现在可以关闭本标签页/窗口了',
11 'title' => '已完成 osu! 客户端验证',
12 ],
13
14 'create' => [
15 'confirm' => '点击下面的验证按钮来完成客户端验证。',
16 'title' => 'osu! 客户端验证',
17 ],
18];