Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang: [tr] Language additions #1217

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shield
Submodule shield added at c0de4a
6 changes: 3 additions & 3 deletions src/Language/tr/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'badToken' => 'Erişim anahtarı geçersiz.',
'oldToken' => 'Erişim anahtarının süresi doldu.',
'noUserEntity' => 'Parola doğrulaması için Kullanıcı Varlığı sağlanmalıdır.',
'invalidEmail' => '(To be translated) Unable to verify the email address "{0}" matches the email on record.',
'invalidEmail' => 'E-posta adresinin kayıtlı e-posta ile eşleştiği doğrulanamıyor.',
Copy link
Collaborator

@datamweb datamweb Nov 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing "{0}" has caused the test to fail. This placeholder is responsible for substituting the email value in the text, so removing it results in the email not being inserted, causing the test to fail.

It’s best to keep "{0}" to ensure the email value is properly replaced and the tests pass.

'unableSendEmailToUser' => 'Üzgünüz, e-posta gönderilirken bir sorun oluştu. "{0}" adresine e-posta gönderemedik.',
'throttled' => 'Bu IP adresinden çok fazla istek yapıldı. {0} saniye sonra tekrar deneyebilirsiniz.',
'notEnoughPrivilege' => 'İstediğiniz işlemi gerçekleştirmek için gerekli izne sahip değilsiniz.',
Expand All @@ -39,7 +39,7 @@
'password' => 'Şifre',
'passwordConfirm' => 'Şifre (tekrar)',
'haveAccount' => 'Zaten hesabınız var mı?',
'token' => '(To be translated) Token',
'token' => 'Anahtar',

// Buttons
'confirm' => 'Onayla',
Expand All @@ -61,7 +61,7 @@
'magicLinkExpired' => 'Üzgünüm, bağlantının süresi doldu.',
'checkYourEmail' => 'E-postanı kontrol et!',
'magicLinkDetails' => 'Az önce size içinde bir Giriş bağlantısı olan bir e-posta gönderdik. Bağlantı {0} dakika için geçerlidir.',
'magicLinkDisabled' => '(To be translated) Use of MagicLink is currently not allowed.',
'magicLinkDisabled' => 'Giriş bağlantısı kullanımına izin verilmiyor.',
'successLogout' => 'Başarıyla çıkış yaptınız.',
'backToLogin' => 'Girişe Geri Dön',

Expand Down
Loading