the browser-facing portion of osu!
at master 47 lines 1.4 kB view raw
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 'button' => [ 8 'resend' => 'Znovu odoslať overovací e-mail', 9 'set' => 'Nastaviť heslo', 10 'start' => 'Začať', 11 ], 12 13 'error' => [ 14 'contact_support' => 'Prosím kontaktujte podporu pre obnovenie účtu.', 15 'expired' => '', 16 'invalid' => '', 17 'is_privileged' => 'Kontaktujte peppyho lulz.', 18 'missing_key' => 'Požadovaný.', 19 'too_many_tries' => 'Príliš veľa nepodarených pokusov.', 20 'user_not_found' => 'Zadaný užívateľ neexistuje.', 21 'wrong_key' => 'Neplatný kód.', 22 ], 23 24 'notice' => [ 25 'sent' => 'Skontroluj tvoj e-mail pre overovací kód.', 26 'saved' => 'Nové heslo uložené!', 27 ], 28 29 'started' => [ 30 'password' => 'Nové heslo', 31 'password_confirmation' => 'Potvrdenie hesla', 32 'title' => 'Resetovanie hesla pre účet <strong>:username</strong>.', 33 'verification_key' => 'Overovací kód', 34 ], 35 36 'starting' => [ 37 'username' => 'Zadajte e-mailovú adresu alebo užívateľské meno', 38 39 'reason' => [ 40 'inactive_different_country' => "", 41 ], 42 'support' => [ 43 '_' => '', 44 'button' => '', 45 ], 46 ], 47];