mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create auth.php
This commit is contained in:
parent
4c75aa04a2
commit
a113c0117e
1 changed files with 8 additions and 0 deletions
8
resources/lang/he/auth.php
Normal file
8
resources/lang/he/auth.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'failed' => 'פרטים אלו אינם תואמים לרשימותינו.',
|
||||
'throttle' => 'יותר מדי ניסיונות כניסה. אנא נסה שוב בעוד :seconds שניות.',
|
||||
|
||||
];
|
Loading…
Reference in a new issue