. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'load_failed' => '', 'missing_route' => '', 'no_restricted_access' => '', 'supporter_only' => '', 'unknown' => '', 'codes' => [ 'http-401' => '', 'http-403' => '', 'http-404' => '', 'http-429' => '', ], 'account' => [ 'profile-order' => [ 'generic' => '', ], ], 'beatmaps' => [ 'invalid_mode' => '', 'standard_converts_only' => '', ], 'checkout' => [ 'generic' => '', ], 'scores' => [ 'invalid_id' => '', ], 'search' => [ 'default' => '', 'invalid_cursor_exception' => '', 'operation_timeout_exception' => '', ], 'user_report' => [ 'recently_reported' => "", ], ];