Files
leadchat/app/javascript/dashboard/i18n/locale/tr/auditLogs.json
Shivam Mishra a8c12ffb25 chore: update interpolation syntax for i18n files (#10198)
There were two warnings showing up on new teams page

1. `errorMessage` prop was getting invalid value, this was because were
short circuting the error message using `&&`, fixed it by using ternary
operator
2. `vue-i18n` has deprecated [rails
syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format),
fixed that warning by removing `%` before `{}` for interpolation

> Note: the `vue-i18n` deprecation needs to be handled, but we can do it
later
2024-10-07 11:12:40 -07:00

71 lines
3.0 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",
"DESCRIPTION": "Audit Logs maintain a record of activities in your account, allowing you to track and audit your account, team, or services.",
"LEARN_MORE": "Learn more about audit logs",
"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",
"DELETED": "{agentName} changed {attributes} of a deleted user to {values}"
}
},
"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})"
}
}
}