Skip to content

Commit

Permalink
New translations activities.php (Turkish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Feb 26, 2025
1 parent 13dae24 commit 8995e3f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lang/tr/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
'bookshelf_delete_notification' => 'Kitaplık başarıyla silindi',

// Revisions
'revision_restore' => 'restored revision',
'revision_delete' => 'deleted revision',
'revision_restore' => 'geri yüklenen revizyon',
'revision_delete' => 'silinmiş revizyon',
'revision_delete_notification' => 'Değişiklik başarıyla silindi',

// Favourites
Expand All @@ -64,17 +64,17 @@
// Auth
'auth_login' => 'oturum açıldı',
'auth_register' => 'yeni kullanıcı olarak kayıt yapıldı',
'auth_password_reset_request' => 'requested user password reset',
'auth_password_reset_request' => 'talep edilmiş kullanıcı parola sıfırlamaları',
'auth_password_reset_update' => 'Kullanıcı parolasını sıfırla',
'mfa_setup_method' => 'configured MFA method',
'mfa_setup_method' => 'uygulanan MFA yöntemi',
'mfa_setup_method_notification' => 'Çok aşamalı kimlik doğrulama yöntemi başarıyla yapılandırıldı',
'mfa_remove_method' => 'removed MFA method',
'mfa_remove_method' => 'kaldırılan MFA yöntemi',
'mfa_remove_method_notification' => 'Çok aşamalı kimlik doğrulama yöntemi başarıyla kaldırıldı',

// Settings
'settings_update' => 'updated settings',
'settings_update' => 'güncellenmiş ayarlar',
'settings_update_notification' => 'Ayarlar başarıyla güncellendi',
'maintenance_action_run' => 'ran maintenance action',
'maintenance_action_run' => 'bakım işlemine başla',

// Webhooks
'webhook_create' => 'web kancası oluşturuldu',
Expand Down Expand Up @@ -118,14 +118,14 @@

// Recycle Bin
'recycle_bin_empty' => 'emptied recycle bin',
'recycle_bin_restore' => 'restored from recycle bin',
'recycle_bin_destroy' => 'removed from recycle bin',
'recycle_bin_restore' => 'çöp kutusundan geri getirilen',
'recycle_bin_destroy' => 'çöp kutusundan kaldırılan',

// Comments
'commented_on' => 'yorum yaptı',
'comment_create' => 'added comment',
'comment_update' => 'updated comment',
'comment_delete' => 'deleted comment',
'comment_create' => 'eklenen yorum',
'comment_update' => 'güncellenen yorum',
'comment_delete' => 'silinen yorum',

// Sort Rules
'sort_rule_create' => 'created sort rule',
Expand Down

0 comments on commit 8995e3f

Please sign in to comment.