the browser-facing portion of osu!
at master 47 lines 1.7 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' => 'Pakartoti patvirtinimo laišką', 9 'set' => 'Nustatyti slaptažodį', 10 'start' => 'Pradėti', 11 ], 12 13 'error' => [ 14 'contact_support' => 'Prašome kreiptis į pagalbą dėl paskyros atkūrimo.', 15 'expired' => 'Patvirtinimo kodas nebegalioja.', 16 'invalid' => 'Nežinoma klaida patvirtinimo kode.', 17 'is_privileged' => 'Dėl paskyros atstatymo susisiek su aukštos padėties administratoriumi.', 18 'missing_key' => 'Privaloma.', 19 'too_many_tries' => 'Per daug nepavykusių bandymų.', 20 'user_not_found' => 'Reikalaujamas vartotojas neegzistuoja.', 21 'wrong_key' => 'Neteisingas kodas.', 22 ], 23 24 'notice' => [ 25 'sent' => 'Patikrink el. paštą dėl patvirtinimo kodo.', 26 'saved' => 'Naujas slaptažodis išsaugotas!', 27 ], 28 29 'started' => [ 30 'password' => 'Naujas slaptažodis', 31 'password_confirmation' => 'Slaptažodžio patvirtinimas', 32 'title' => 'Keičiamas slaptažodis <strong>:username</strong> paskyrai.', 33 'verification_key' => 'Patvirtinimo kodas', 34 ], 35 36 'starting' => [ 37 'username' => 'Įrašykite el. pašto adresą arba naudotojo vardą', 38 39 'reason' => [ 40 'inactive_different_country' => "", 41 ], 42 'support' => [ 43 '_' => 'Reikia tolimesnės pagalbos? Susisiekite su mumis per :button.', 44 'button' => 'pagalbos sistemą', 45 ], 46 ], 47];