. 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' => 'No s\'han pogut carregar les dades.', 'missing_route' => 'URL invàlida o mètode de sol·licitud incorrecte.', 'no_restricted_access' => 'No pots fer aquesta acció mentre el teu compte es troba restringit.', 'supporter_only' => 'Has de ser un osu!supporter per a fer servir aquesta funció.', 'unknown' => 'Hi ha hagut un error desconegut.', 'codes' => [ 'http-401' => 'Inicieu la sessió per continuar.', 'http-403' => 'Accés denegat.', 'http-404' => 'No s\'ha trobat.', 'http-429' => 'S\'han produït massa intents. Torna-ho a provar més tard.', ], 'account' => [ 'profile-order' => [ 'generic' => 'S\'ha produït un error. Intenta refrescar la pàgina.', ], ], 'beatmaps' => [ 'invalid_mode' => 'El mode especificat no és vàlid.', 'standard_converts_only' => 'No hi ha puntuacions disponibles per al mode sol·licitat en aquesta dificultat.', ], 'checkout' => [ 'generic' => 'S\'ha produït un error mentre preparàvem la teva compra.', ], 'scores' => [ 'invalid_id' => 'Id de puntuació no vàlid.', ], 'search' => [ 'default' => 'No s\'ha pogut trobar cap resultat. Torna-ho a provar més tard.', 'invalid_cursor_exception' => 'El paràmetre de cursor és invàlid.', 'operation_timeout_exception' => 'La cerca es troba més congestionada que d\'habitual, prova-ho més tard.', ], 'user_report' => [ 'recently_reported' => "Ja l'heu denunciat fa poc.", ], ];