the browser-facing portion of osu!
at master 42 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 'load_failed' => 'Veri yüklenemedi.', 8 'missing_route' => 'Geçersiz URL ya da hatalı istek metodu.', 9 'no_restricted_access' => 'Hesabınız kısıtlanmış durumdayken bu işlemi gerçekleştiremezsiniz.', 10 'supporter_only' => 'Bu özelliği kullanabilmeniz için supporter olmanız gerekmektedir.', 11 'unknown' => 'Bilinmeyen bir hata oluştu.', 12 13 'codes' => [ 14 'http-401' => 'Devam etmek için lütfen giriş yapın.', 15 'http-403' => 'Erişim engellendi.', 16 'http-404' => 'Bulunamadı.', 17 'http-429' => 'Çok fazla deneme yapıldı. Daha sonra tekrar deneyin.', 18 ], 19 'account' => [ 20 'profile-order' => [ 21 'generic' => 'Bir hata oluştu. Sayfayı yenilemeyi deneyin.', 22 ], 23 ], 24 'beatmaps' => [ 25 'invalid_mode' => 'Geçersiz mod seçildi.', 26 'standard_converts_only' => 'Bu beatmap zorluğunda seçilen mod\'da şuanda skor mevcut değil.', 27 ], 28 'checkout' => [ 29 'generic' => 'Checkout\'unuzu hazırlarken bir hata oluştu.', 30 ], 31 'scores' => [ 32 'invalid_id' => 'Geçersiz skor ID\'si.', 33 ], 34 'search' => [ 35 'default' => 'Hiç bir sonuç bulunamadı, sonra tekrar deneyiniz.', 36 'invalid_cursor_exception' => 'Geçersiz imleç parametresi belirtildi.', 37 'operation_timeout_exception' => 'Arama, şu an her zamankinden daha yoğun, lütfen sonra tekrar deneyiniz.', 38 ], 39 'user_report' => [ 40 'recently_reported' => "Bunu yakın bir zamanda zaten rapor ettin.", 41 ], 42];