pixelfed/resources/lang/tr/auth.php

20 wiersze
650 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' => 'Kayıtlarımızda böyle bir kimlik bilgisi yok',
'throttle' => 'Çok fazla giriş denemesinde bulundunuz. Lütfen :seconds saniye sonra tekrar deneyiniz.',
];