Chatwoot/app/javascript/dashboard/i18n/locale/tr/chatlist.json
2021-12-19 11:38:02 +05:30

85 lines
1.9 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.

{
"CHAT_LIST": {
"LOADING": "Görüşmeler getiriliyor",
"LOAD_MORE_CONVERSATIONS": "Daha fazla konuşma yükleyin",
"EOF": "Tüm görüşmeler yüklendi 🎉",
"LIST": {
"404": "Bu grupta aktif görüşme yok."
},
"TAB_HEADING": "Konuşmalar",
"MENTION_HEADING": "Mentions",
"SEARCH": {
"INPUT": "Kişileri, Sohbetleri, Kaydedilen Yanıtları Ara .."
},
"FILTER_ALL": "Hepsi",
"STATUS_TABS": [
{
"NAME": "Açık",
"KEY": "openCount"
},
{
"NAME": "Çözüldü",
"KEY": "allConvCount"
}
],
"ASSIGNEE_TYPE_TABS": [
{
"NAME": "Benim",
"KEY": "me",
"COUNT_KEY": "mineCount"
},
{
"NAME": "Atanmamış",
"KEY": "unassigned",
"COUNT_KEY": "unAssignedCount"
},
{
"NAME": "Hepsi",
"KEY": "all",
"COUNT_KEY": "allCount"
}
],
"CHAT_STATUS_FILTER_ITEMS": {
"open": {
"TEXT": "Açık"
},
"resolved": {
"TEXT": "Çözüldü"
},
"pending": {
"TEXT": "Bekliyor"
},
"snoozed": {
"TEXT": "Susturuldu"
}
},
"ATTACHMENTS": {
"image": {
"CONTENT": "Görsel mesaj"
},
"audio": {
"CONTENT": "Sesli mesaj"
},
"video": {
"CONTENT": "Video mesajı"
},
"file": {
"CONTENT": "Dosya eklentisi"
},
"location": {
"CONTENT": "Yer"
},
"fallback": {
"CONTENT": "bir url paylaştı"
}
},
"RECEIVED_VIA_EMAIL": "E-posta ile alındı",
"VIEW_TWEET_IN_TWITTER": "Twitter'da tweet'i görüntüleyin",
"REPLY_TO_TWEET": "Bu tweet'i yanıtla",
"SENT": "Sent successfully",
"NO_MESSAGES": "Mesaj yok",
"NO_CONTENT": "İçerik yok",
"HIDE_QUOTED_TEXT": "Hide Quoted Text",
"SHOW_QUOTED_TEXT": "Show Quoted Text"
}
}