pixelfed/resources/lang/he/auth.php

20 lines
670 B
PHP
Raw Normal View History

2018-05-22 06:43:04 +00:00
<?php
return [
2018-05-22 06:55:04 +00:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2018-08-28 03:07:36 +00:00
'failed' => 'פרטים אלו אינם תואמים לרשימותינו.',
2018-05-22 06:43:04 +00:00
'throttle' => 'יותר מדי ניסיונות כניסה. אנא נסה שוב בעוד :seconds שניות.',
];