Skip to content

Commit f99f40e

Browse files
lashaefabpot
authored andcommitted
Fixed incorrect and inconsistent translations
"Fiş" is a correct translation for "token", however "bilet" is also used, I fixed that inconsistency. Moreover, "kimlik bilgileri" is a better translation for "credentials" than "girdiler". "Girdiler" is the translation of "inputs", so I fixed sentences with "credentials". "Hesap engellenmiş" is better than "Hesap devre dışı bırakılmış" for "Account is disabled.". "Digest nonce has expired" can be translated better as "Derleme zaman aşımına uğradı." because "Derleme zaman aşımı gerçekleşti" has a confirmation sense like user requested it to expire and it has expired. References: token: http://tureng.com/search/token (3rd entry) credentials: http://www2.zargan.com/tr/q/credentials-ceviri-nedir (1st entry) disable: http://tureng.com/search/disable (15th entry)
1 parent 1c68f3c commit f99f40e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Symfony/Component/Security/Resources/translations/security.tr.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
11-
<target>Yetkilendirme girdileri bulunamadı.</target>
11+
<target>Kimlik bilgileri bulunamadı.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>
1515
<target>Bir sistem hatası nedeniyle yetkilendirme isteği işleme alınamıyor.</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>Invalid credentials.</source>
19-
<target>Geçersiz girdiler.</target>
19+
<target>Geçersiz kimlik bilgileri.</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>Cookie has already been used by someone else.</source>
@@ -32,7 +32,7 @@
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>Digest nonce has expired.</source>
35-
<target>Derleme zaman aşımı gerçekleşti.</target>
35+
<target>Derleme zaman aşımına uğradı.</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>No authentication provider found to support the authentication token.</source>
@@ -44,7 +44,7 @@
4444
</trans-unit>
4545
<trans-unit id="11">
4646
<source>No token could be found.</source>
47-
<target>Bilet bulunamadı.</target>
47+
<target>Fiş bulunamadı.</target>
4848
</trans-unit>
4949
<trans-unit id="12">
5050
<source>Username could not be found.</source>
@@ -56,11 +56,11 @@
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>Credentials have expired.</source>
59-
<target>Girdiler zaman aşımına uğradı.</target>
59+
<target>Kimlik bilgileri zaman aşımına uğradı.</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>Account is disabled.</source>
63-
<target>Hesap devre dışı bırakılmış.</target>
63+
<target>Hesap engellenmiş.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
6666
<source>Account is locked.</source>

0 commit comments

Comments
 (0)