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' => '', 8 'missing_route' => '', 9 'no_restricted_access' => 'אינך יכול לבצע את הפעולה הזאת כאשר החשבון שלך במצב מוגבל.', 10 'supporter_only' => 'אתה חייב להיות osu!supporter כדי להשתמש בתכונה זו.', 11 'unknown' => 'אירעה שגיאה לא ידועה.', 12 13 'codes' => [ 14 'http-401' => 'אנא התחבר כדי להמשיך.', 15 'http-403' => 'הגישה נדחתה.', 16 'http-404' => 'לא נמצא.', 17 'http-429' => 'יותר מדי ניסיונות. נסה שוב מאוחר יותר.', 18 ], 19 'account' => [ 20 'profile-order' => [ 21 'generic' => 'אירעה שגיאה. נסה לרענן את הדף.', 22 ], 23 ], 24 'beatmaps' => [ 25 'invalid_mode' => 'צוין מצב לא חוקי.', 26 'standard_converts_only' => 'אין ציונים זמינים למצב המבוקש בדרגת הקושי הזו של המפה.', 27 ], 28 'checkout' => [ 29 'generic' => 'אירעה שגיאה בעת הכנת ההזמנה שלך.', 30 ], 31 'scores' => [ 32 'invalid_id' => '', 33 ], 34 'search' => [ 35 'default' => 'לא נמצאו תוצאות, נסה שוב מאוחר יותר.', 36 'invalid_cursor_exception' => '', 37 'operation_timeout_exception' => 'החיפוש עמוס יותר מאשר מבדרך כלל, נסה שוב מאוחר יותר.', 38 ], 39 'user_report' => [ 40 'recently_reported' => "", 41 ], 42];