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];