Skip to content

Commit

Permalink
Merge pull request #185 from afbora/patch-1
Browse files Browse the repository at this point in the history
Add Turkish missing translations
  • Loading branch information
mzur authored Jul 15, 2019
2 parents c7d67bb + 2fdb3f4 commit 2e82ae5
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,34 @@
'uniform-upload-failed' => 'O ficheiro não pode ser enviado.',
],
'tr' => [
'uniform-filled-potty' => 'Bos kalmasi gereken for alani doldurulmus. Spam-bot degilseniz lutfen bu formu bos birakip tekrar deneyin.',
'uniform-calc-incorrect' => 'Please solve the arithmetic problem.',
'uniform-email-subject' => 'Web-form\'dan gelen mesaj',
'uniform-email-error' => 'Form gonderilirken bir hata olustu',
'uniform-email-copy' => 'Kopyala:',
'uniform-calc-plus' => 'arti',
'uniform-log-error' => 'Log dosyasi olusturulurken hata olustu.',
'uniform-login-error' => 'Yanlis kullanici adi veya sifre.',
'uniform-webhook-error' => 'Webhook cagirilirken bir hata olustu: ',
'uniform-email-select-error' => 'Gecersiz alici.',
// 'uniform-upload-mkdir-fail' => '',
// 'uniform-upload-exists' => '',
// 'uniform-upload-failed' => '',
'uniform-filled-potty' => 'Boş olması gereken form alanı dolduruldu. Spam bot değilseniz, lütfen alanı boş bırakarak tekrar deneyin.',
'uniform-calc-incorrect' => 'Lütfen aritmetik problemini çözün.',
'uniform-email-subject' => 'Web formundan gelen mesaj',
'uniform-email-error' => 'Form gönderilirken bir hata oluştu',
'uniform-email-copy' => 'Kopya:',
'uniform-calc-plus' => 'artı',
'uniform-log-error' => 'Günlük dosyasına yazarken bir hata oluştu.',
'uniform-login-error' => 'Yanlış kullanıcı adı veya parola.',
'uniform-webhook-error' => 'Webhook çağırılırken bir hata oluştu:',
'uniform-email-select-error' => 'Geçersiz alıcı.',
'uniform-upload-mkdir-fail' => 'Hedef dizin oluşturulamadı.',
'uniform-upload-exists' => 'Dosya zaten var.',
'uniform-upload-failed' => 'Dosya yüklenemedi.',
],
'tr_TR' => [
'uniform-filled-potty' => 'Boş olması gereken form alanı dolduruldu. Spam bot değilseniz, lütfen alanı boş bırakarak tekrar deneyin.',
'uniform-calc-incorrect' => 'Lütfen aritmetik problemini çözün.',
'uniform-email-subject' => 'Web formundan gelen mesaj',
'uniform-email-error' => 'Form gönderilirken bir hata oluştu',
'uniform-email-copy' => 'Kopya:',
'uniform-calc-plus' => 'artı',
'uniform-log-error' => 'Günlük dosyasına yazarken bir hata oluştu.',
'uniform-login-error' => 'Yanlış kullanıcı adı veya parola.',
'uniform-webhook-error' => 'Webhook çağırılırken bir hata oluştu:',
'uniform-email-select-error' => 'Geçersiz alıcı.',
'uniform-upload-mkdir-fail' => 'Hedef dizin oluşturulamadı.',
'uniform-upload-exists' => 'Dosya zaten var.',
'uniform-upload-failed' => 'Dosya yüklenemedi.',
],
],
]);

0 comments on commit 2e82ae5

Please sign in to comment.