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' => '不正なURLまたは不正なリクエストです。',
9 'no_restricted_access' => 'アカウントが制限されている状態では実行できません。',
10 'supporter_only' => 'osu!サポーター限定の機能です。',
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' => '無効なスコアID。',
33 ],
34 'search' => [
35 'default' => '結果の取得に失敗しました。もう一度お試しください。',
36 'invalid_cursor_exception' => '無効なカーソルパラメータが指定されました。',
37 'operation_timeout_exception' => '検索機能が平時より混み合っています。もう一度お試しください。',
38 ],
39 'user_report' => [
40 'recently_reported' => "",
41 ],
42];