Update Turkish language files [skip ci]

This commit is contained in:
James Cole
2018-06-01 14:22:53 +02:00
parent 1e10a6ce1b
commit 2a05cc382f
15 changed files with 249 additions and 187 deletions

View File

@@ -1,9 +1,8 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
* Copyright (c) 2018 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
@@ -21,6 +20,8 @@ declare(strict_types=1);
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'iban' => 'Bu IBAN geçerli değilrdir.',
'source_equals_destination' => 'The source account equals the destination account',
@@ -109,7 +110,8 @@ return [
'in_array' => ':attribute alanı :other içinde olamaz.',
'present' => ':attribute alanı mevcut olmalıdır.',
'amount_zero' => 'Toplam tutar sıfır olamaz',
'secure_password' => 'Güvenli bir şifre değildir. Lütfen tekrar deneyin. Daha fazla bilgi için https://goo.gl/NCh2tN adresini ziyaret edin',
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security',
'attributes' => [
'email' => 'email address',
'description' => 'description',