pixelfed/resources/lang/oc/auth.php

20 wiersze
649 B
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Aqueles identificants correspondon pas a nòstres enregistraments.',
'throttle' => 'Tròp densages de connexion. Tornatz ensajar dins :seconds segondas.',
];