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' => 'Vai alla dashboard',
9 'logout' => 'Esci',
10 'text' => 'Ora puoi chiudere questa scheda/finestra',
11 'title' => 'la verifica del client osu! è stata completata',
12 ],
13
14 'create' => [
15 'confirm' => 'Fare clic sul pulsante di autorizzazione qui sotto per completare la verifica del client.',
16 'title' => 'verifica client osu!',
17 ],
18];