1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/lang/pt/auth.php

20 lines
650 B
PHP
Raw Normal View History

2019-03-11 13:43:15 -03:00
<?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.
|
*/
2021-12-02 10:50:09 +01:00
'failed' => 'As credenciais introduzidas não correspondem aos nossos registos.',
'throttle' => 'MDemasiadas tentativas de login. Tente novamente em :seconds segundos.',
2019-03-11 13:43:15 -03:00
];