Chatwoot/app/javascript/dashboard/i18n/locale/tr/chatlist.json
Sojan Jose cf09c2af4d
chore: Update language translations (#2280)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-05-17 23:53:19 +05:30

86 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",
"SEARCH": {
"INPUT": "Kişileri, Sohbetleri, Kaydedilen Yanıtları Ara .."
},
"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_ITEMS": [
{
"TEXT": "Açık",
"VALUE": "open"
},
{
"TEXT": "Çözüldü",
"VALUE": "resolved"
},
{
"TEXT": "Bot",
"VALUE": "bot"
}
],
"ATTACHMENTS": {
"image": {
"ICON": "ion-image",
"CONTENT": "Görsel mesaj"
},
"audio": {
"ICON": "ion-volume-high",
"CONTENT": "Sesli mesaj"
},
"video": {
"ICON": "ion-ios-videocam",
"CONTENT": "Video mesajı"
},
"file": {
"ICON": "ion-document",
"CONTENT": "Dosya eklentisi"
},
"location": {
"ICON": "ion-ios-location",
"CONTENT": "Yer"
},
"fallback": {
"ICON": "ion-link",
"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",
"NO_MESSAGES": "Mesaj yok",
"NO_CONTENT": "No content available"
}
}