pixelfed/resources/lang/ar/auth.php

20 lines
833 B
PHP
Raw Normal View History

2018-08-28 19:41:26 +00:00
<?php
2018-08-28 19:37:33 +00:00
2018-08-28 19:41:26 +00:00
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-03-02 18:02:44 +00:00
'failed' => 'هَذِهِ المُؤَهِلاتُ لَا تَتَطابَقُ مَعَ سِجِلَّاتِنَا.',
'throttle' => 'العَدِيدُ مِن مُحَاوَلَاتِ تَسجِيلِ الدُّخُول. يُرجَى المُحَاوَلَةُ مَرَّةً أُخرَى بَعدَ زَمَنٍ قَدرُهُ :seconds ثَواني.',
2018-08-28 19:41:26 +00:00
];