Files
leadchat/app/javascript/dashboard/i18n/locale/tr/auditLogs.json
Chatwoot Bot e467d15f2c chore: Update translations (#8544)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2024-01-16 13:49:38 +04:00

72 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"AUDIT_LOGS": {
"HEADER": "Denetim Kayıtları",
"HEADER_BTN_TXT": "Denetim Kaydı Ekle",
"LOADING": "Denetim Kayıtları Alınıyor",
"SEARCH_404": "Bu sorgu ile eşleşen öğe yok",
"SIDEBAR_TXT": "<p><b>Denetim Kayıtları</b></p><p>Denetim Kayıtları, Chatwoot Sistemi'ndeki olaylar ve eylemler için izlerdir.</p>",
"LIST": {
"404": "Bu hesapta kullanılabilir denetim kaydı yok.",
"TITLE": "Denetim Kayıtlarını Yönet",
"DESC": "Denetim Kayıtları, Chatwoot Sistemi'ndeki olaylar ve eylemler için izlerdir.",
"TABLE_HEADER": [
"Kullanıcı",
"Eylem",
"IP Adresi"
]
},
"API": {
"SUCCESS_MESSAGE": "Denetim Kayıtları başarıyla alındı",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
},
"DEFAULT_USER": "Sistem",
"AUTOMATION_RULE": {
"ADD": "%{agentName} yeni bir otomasyon kuralı oluşturdu (#%{id})",
"EDIT": "%{agentName} bir otomasyon kuralını güncelledi (#%{id})",
"DELETE": "%{agentName} bir otomasyon kuralını sildi (#%{id})"
},
"ACCOUNT_USER": {
"ADD": "%{agentName}, %{invitee}'yi %{role} olarak hesaba davet etti",
"EDIT": {
"SELF": "%{agentName}, %{attributes}ını %{values} olarak değiştirdi",
"OTHER": "%{agentName}, %{user}'ın %{attributes}ını %{values} olarak değiştirdi"
}
},
"INBOX": {
"ADD": "%{agentName} yeni bir gelen kutusu oluşturdu (#%{id})",
"EDIT": "%{agentName} bir gelen kutusunu güncelledi (#%{id})",
"DELETE": "%{agentName} bir gelen kutusunu sildi (#%{id})"
},
"WEBHOOK": {
"ADD": "%{agentName} yeni bir webhook oluşturdu (#%{id})",
"EDIT": "%{agentName} bir webhook'u güncelledi (#%{id})",
"DELETE": "%{agentName} bir webhook'u sildi (#%{id})"
},
"USER_ACTION": {
"SIGN_IN": "%{agentName} giriş yaptı",
"SIGN_OUT": "%{agentName} çıkış yaptı"
},
"TEAM": {
"ADD": "%{agentName} yeni bir ekip oluşturdu (#%{id})",
"EDIT": "%{agentName} bir ekibi güncelledi (#%{id})",
"DELETE": "%{agentName} bir ekibi sildi (#%{id})"
},
"MACRO": {
"ADD": "%{agentName} yeni bir makro oluşturdu (#%{id})",
"EDIT": "%{agentName} bir makroyu güncelledi (#%{id})",
"DELETE": "%{agentName} bir makroyu sildi (#%{id})"
},
"INBOX_MEMBER": {
"ADD": "%{agentName}, %{user}'ı gelen kutusuna ekledi (#%{inbox_id})",
"REMOVE": "%{agentName}, %{user}'ı gelen kutusundan çıkardı (#%{inbox_id})"
},
"TEAM_MEMBER": {
"ADD": "%{agentName}, %{user}'ı ekibe ekledi (#%{team_id})",
"REMOVE": "%{agentName}, %{user}'ı ekipten çıkardı (#%{team_id})"
},
"ACCOUNT": {
"EDIT": "%{agentName}, hesap yapılandırmasını güncelledi (#%{id})"
}
}
}