the browser-facing portion of osu!
at master 47 lines 1.8 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' => 'Doğrulama e-postasını tekrar gönder', 9 'set' => 'Şifre belirle', 10 'start' => 'Başlat', 11 ], 12 13 'error' => [ 14 'contact_support' => 'Hesabınızı kurtarmak için lütfen destek ile iletişime geçin.', 15 'expired' => 'Doğrulama kodunun süresi doldu.', 16 'invalid' => 'Doğrulama koduyla ilgili beklenmeyen bir hata oluştu.', 17 'is_privileged' => 'Hesabınızı kurtarmak için lütfen üst düzey bir yönetici ile iletişime geçin.', 18 'missing_key' => 'Gerekli.', 19 'too_many_tries' => 'Çok fazla sayıda başarısız deneme yapıldı.', 20 'user_not_found' => 'Böyle bir kullanıcı mevcut değil.', 21 'wrong_key' => 'Yanlış kod.', 22 ], 23 24 'notice' => [ 25 'sent' => 'Doğrulama kodu için e-postanızı kontrol edin.', 26 'saved' => 'Yeni şifre kaydedildi!', 27 ], 28 29 'started' => [ 30 'password' => 'Yeni şifre', 31 'password_confirmation' => 'Şifre doğrulama', 32 'title' => '<strong>:username</strong> hesabının şifresi sıfırlanıyor.', 33 'verification_key' => 'Doğrulama kodu', 34 ], 35 36 'starting' => [ 37 'username' => 'E-posta adresi veya kullanıcı adı girin', 38 39 'reason' => [ 40 'inactive_different_country' => "Hesabın uzun bir süre boyunca kullanılmamış. Hesabının güvenliğini sağlamak adına lütfen parolanı sıfırla.", 41 ], 42 'support' => [ 43 '_' => 'Yardıma mı ihtiyacınız var? :button üzerinden bizimle iletişime geçin.', 44 'button' => 'Destek sistemimiz', 45 ], 46 ], 47];